01KSNXE16PJ29EFGXNTMN01RX5: 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: 01KSNXECN4SQA33RXHXY46JC4X

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-27T23:49:33.112Zjob assigned to worker 01KSNXEJR6DTXKYFT8WVWSPQMD [factory aws, i-0292063a281bc60c4] (queued for 47 s)
 
22026-05-27T23:49:39.450Zstarting task 0: "setup"
32026-05-27T23:49:39.456Z++ uname -s
42026-05-27T23:49:39.458Z+ kern=SunOS
52026-05-27T23:49:39.458Z+ build_user=build
62026-05-27T23:49:39.459Z+ build_uid=12345
72026-05-27T23:49:39.459Z+ work_dir=/work
82026-05-27T23:49:39.459Z+ input_dir=/input
92026-05-27T23:49:39.459Z+ [[ 0 == 12345 ]]
102026-05-27T23:49:39.459Z+ case "$kern" in
112026-05-27T23:49:39.459Z+ groupadd -g 12345 build
122026-05-27T23:49:39.466Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-27T23:49:41.474Z+ zfs create -o mountpoint=/work rpool/work
142026-05-27T23:49:41.542Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-27T23:49:41.545Z+ home_fs=zfs
162026-05-27T23:49:41.545Z+ [[ zfs == autofs ]]
172026-05-27T23:49:41.545Z+ mkdir -p /home/build
182026-05-27T23:49:41.545Z+ chown build:build /home/build /work
192026-05-27T23:49:43.546Z+ chmod 0700 /home/build /work
202026-05-27T23:49:43.549Zprocess exited: duration 4096 ms, exit code 0
 
212026-05-27T23:49:43.555Zstarting task 1: "rust-toolchain"
222026-05-27T23:49:43.559Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-27T23:49:43.559Z * rust toolchain channel = "1.94.0"
242026-05-27T23:49:43.559Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-27T23:49:43.559Z * rust toolchain profile = "default"
262026-05-27T23:49:43.559Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-27T23:49:43.559Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-27T23:49:43.562Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-27T23:49:43.562Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-27T23:49:43.663Zinfo: downloading installer
312026-05-27T23:49:45.242Zwarn: It looks like you have an existing rustup settings file at:
322026-05-27T23:49:45.242Zwarn: /home/build/.rustup/settings.toml
332026-05-27T23:49:45.242Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-27T23:49:45.242Zwarn: instead of the one inferred from the default host triple.
352026-05-27T23:49:45.255Zinfo: profile set to default
362026-05-27T23:49:45.255Zinfo: default host triple is x86_64-unknown-illumos
372026-05-27T23:49:45.258Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-27T23:49:45.387Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-27T23:49:45.390Zinfo: downloading 6 components
402026-05-27T23:49:59.806Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-27T23:49:59.806Z
422026-05-27T23:49:59.842Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-27T23:49:59.842Z
442026-05-27T23:49:59.842Z
452026-05-27T23:49:59.842ZRust is installed now. Great!
462026-05-27T23:49:59.842Z
472026-05-27T23:49:59.846ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-27T23:49:59.846Zenvironment variable. This has not been done automatically.
492026-05-27T23:49:59.846Z
502026-05-27T23:49:59.846ZTo configure your current shell, you need to source
512026-05-27T23:49:59.846Zthe corresponding env file under $HOME/.cargo.
522026-05-27T23:49:59.846Z
532026-05-27T23:49:59.846ZThis is usually done by running one of the following (note the leading DOT):
542026-05-27T23:49:59.846Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-27T23:49:59.846Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-27T23:49:59.846Zsource "~/.cargo/env.nu" # For nushell
572026-05-27T23:49:59.846Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-27T23:49:59.846Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-27T23:49:59.846Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-27T23:49:59.846Zwarn: no default linker (`cc`) was found in your PATH
612026-05-27T23:49:59.846Zwarn: many Rust crates require a system C toolchain to build
622026-05-27T23:49:59.931Z+ rustup --version
632026-05-27T23:49:59.940Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-27T23:49:59.943Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-27T23:49:59.961Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-27T23:49:59.964Z+ cargo --version
672026-05-27T23:49:59.977Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-27T23:49:59.981Z+ rustc --version
692026-05-27T23:49:59.999Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-27T23:50:00.003Zprocess exited: duration 16446 ms, exit code 0
 
712026-05-27T23:50:00.009Zstarting task 2: "authentication"
722026-05-27T23:50:00.026Zprocess exited: duration 17 ms, exit code 0
 
732026-05-27T23:50:00.032Zstarting task 3: "clone repository"
742026-05-27T23:50:00.035Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-27T23:50:00.038Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-27T23:50:00.082ZCloning into '/work/oxidecomputer/omicron'...
772026-05-27T23:50:11.827Z+ cd /work/oxidecomputer/omicron
782026-05-27T23:50:11.827Z+ git fetch origin 707d566371f66373e4c5adc120d8e6fbe8dbdff9
792026-05-27T23:50:12.071ZFrom https://github.com/oxidecomputer/omicron
802026-05-27T23:50:12.072Z * branch 707d566371f66373e4c5adc120d8e6fbe8dbdff9 -> FETCH_HEAD
812026-05-27T23:50:12.081Z+ [[ -n omdb-support-bundle-collect ]]
822026-05-27T23:50:12.085Z++ git branch --show-current
832026-05-27T23:50:12.085Z+ current=main
842026-05-27T23:50:12.085Z+ [[ main != omdb-support-bundle-collect ]]
852026-05-27T23:50:12.085Z+ git branch -f omdb-support-bundle-collect 707d566371f66373e4c5adc120d8e6fbe8dbdff9
862026-05-27T23:50:12.088Z+ git checkout -f omdb-support-bundle-collect
872026-05-27T23:50:12.324ZSwitched to branch 'omdb-support-bundle-collect'
882026-05-27T23:50:12.327Z+ git reset --hard 707d566371f66373e4c5adc120d8e6fbe8dbdff9
892026-05-27T23:50:12.342ZHEAD is now at 707d56637 merge
902026-05-27T23:50:12.345Zprocess exited: duration 12311 ms, exit code 0
 
912026-05-27T23:50:12.351Zstarting task 4: "build"
922026-05-27T23:50:12.355Z+ source .github/buildomat/ci-env.sh
932026-05-27T23:50:12.358Z++ export CARGO_TERM_COLOR=always
942026-05-27T23:50:12.358Z++ CARGO_TERM_COLOR=always
952026-05-27T23:50:12.358Z+ cargo --version
962026-05-27T23:50:12.365Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-27T23:50:12.368Z+ rustc --version
982026-05-27T23:50:12.389Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-27T23:50:12.392Z+ source ./env.sh
1002026-05-27T23:50:12.392Z++ OLD_SHELL_OPTS=ehxB
1012026-05-27T23:50:12.392Z++ set -o xtrace
1022026-05-27T23:50:12.395Z++++ dirname ./env.sh
1032026-05-27T23:50:12.401Z+++ readlink -f .
1042026-05-27T23:50:12.405Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-05-27T23:50:12.408Z++ 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-27T23:50:12.408Z++ 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-27T23:50:12.408Z++ 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-27T23:50:12.408Z++ 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-27T23:50:12.408Z++ 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-27T23:50:12.408Z++ 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-27T23:50:12.408Z++ 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-27T23:50:12.408Z++ 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-27T23:50:12.409Z++ case $OLD_SHELL_OPTS in
1142026-05-27T23:50:12.409Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-05-27T23:50:12.409Z+ 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-27T23:50:12.409Z+ 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-27T23:50:12.409Z+ banner prerequisites
1182026-05-27T23:50:12.409Z
1192026-05-27T23:50:12.409Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-05-27T23:50:12.409Z # # # # # # # # # # # # # # #
1212026-05-27T23:50:12.409Z # # # # ##### # # ##### # # # # # #### #
1222026-05-27T23:50:12.409Z ##### ##### # ##### # # # # # # # # #
1232026-05-27T23:50:12.409Z # # # # # # # # # # # # # # #
1242026-05-27T23:50:12.409Z # # # ###### # # ###### ### # #### # #### #
1252026-05-27T23:50:12.409Z
1262026-05-27T23:50:12.409Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-05-27T23:50:14.190Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-27T23:50:14.267Z Startup: Caching catalogs ... Done
1292026-05-27T23:50:14.529ZPlanning: Solver setup ... Done (0.228s)
1302026-05-27T23:50:14.548ZPlanning: Running solver ... Done (0.019s)
1312026-05-27T23:50:14.554ZPlanning: Finding local manifests ... Done (0.003s)
1322026-05-27T23:50:14.566ZPlanning: Fetching manifests: 0/2 0% complete
1332026-05-27T23:50:14.585ZPlanning: Fetching manifests: 2/2 100% complete
1342026-05-27T23:50:14.599ZPlanning: Package planning ... Done (0.013s)
1352026-05-27T23:50:14.602ZPlanning: Merging actions ... Done (0.002s)
1362026-05-27T23:50:14.788ZPlanning: Checking for conflicting actions ... Done (0.187s)
1372026-05-27T23:50:14.791ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-05-27T23:50:15.836ZPlanning: Evaluating mediators ... Done (1.048s)
1392026-05-27T23:50:15.839ZPlanning: Planning completed in 1.55 seconds
1402026-05-27T23:50:15.845Z Packages to install: 2
1412026-05-27T23:50:15.845Z Estimated space available: 156.08 GB
1422026-05-27T23:50:15.849ZEstimated space to be consumed: 22.53 MB
1432026-05-27T23:50:15.849Z Create boot environment: No
1442026-05-27T23:50:15.849ZCreate backup boot environment: No
1452026-05-27T23:50:15.849Z Rebuild boot archive: No
1462026-05-27T23:50:15.849Z
1472026-05-27T23:50:15.849ZChanged packages:
1482026-05-27T23:50:15.849Zhelios
1492026-05-27T23:50:15.849Z developer/build-essential
1502026-05-27T23:50:15.849Z None -> 11-3.0
1512026-05-27T23:50:15.849Z library/libxmlsec1
1522026-05-27T23:50:15.849Z None -> 1.2.35-3.0
1532026-05-27T23:50:15.882Z
1542026-05-27T23:50:15.882ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-05-27T23:50:16.580ZDownload: Completed 1.28 MB in 0.70 seconds (1.8M/s)
1562026-05-27T23:50:16.631Z Actions: 1/268 actions (Installing new actions)
1572026-05-27T23:50:16.676Z Actions: Completed 268 actions in 0.04 seconds.
1582026-05-27T23:50:16.711ZFinalize: Updating package state database ... Done (0.035s)
1592026-05-27T23:50:16.714ZFinalize: Updating package cache ... Done (0.000s)
1602026-05-27T23:50:16.730ZFinalize: Updating image state ... Done (0.019s)
1612026-05-27T23:50:19.197ZFinalize: Creating fast lookup database ... Done (2.444s)
1622026-05-27T23:50:19.268ZFinalize: Reading search index ... Done (0.017s)
1632026-05-27T23:50:19.271ZFinalize: Updating search index ... Done (0.000s)
1642026-05-27T23:50:19.351ZFinalize: Updating package cache ... Done (0.000s)
1652026-05-27T23:50:19.655ZPlanning: Evaluating mediator changes ... Done
1662026-05-27T23:50:19.760ZPlanning: Checking for conflicting actions ... Done
1672026-05-27T23:50:19.763ZPlanning: Consolidating action changes ... Done
1682026-05-27T23:50:19.915ZPlanning: Evaluating mediators ... Done
1692026-05-27T23:50:19.918ZPlanning: Planning completed in 0.26 seconds
1702026-05-27T23:50:19.938Z Mediators to change: 2
1712026-05-27T23:50:19.938Z Create boot environment: No
1722026-05-27T23:50:19.938ZCreate backup boot environment: No
1732026-05-27T23:50:19.982ZFinalize: Updating package state database ... Done
1742026-05-27T23:50:19.982ZFinalize: Updating package cache ... Done
1752026-05-27T23:50:19.992ZFinalize: Updating image state ... Done
1762026-05-27T23:50:21.931ZFinalize: Creating fast lookup database ... Done
1772026-05-27T23:50:21.992ZFinalize: Reading search index ... Done
1782026-05-27T23:50:21.995ZFinalize: Updating search index ... Done
1792026-05-27T23:50:22.048ZFinalize: Updating package cache ... Done
1802026-05-27T23:50:22.336ZPlanning: Evaluating mediator changes ... Done
1812026-05-27T23:50:22.443ZPlanning: Checking for conflicting actions ... Done
1822026-05-27T23:50:22.447ZPlanning: Consolidating action changes ... Done
1832026-05-27T23:50:22.607ZPlanning: Evaluating mediators ... Done
1842026-05-27T23:50:22.610ZPlanning: Planning completed in 0.27 seconds
1852026-05-27T23:50:22.630Z Mediators to change: 1
1862026-05-27T23:50:22.630Z Create boot environment: No
1872026-05-27T23:50:22.630ZCreate backup boot environment: No
1882026-05-27T23:50:22.668ZFinalize: Updating package state database ... Done
1892026-05-27T23:50:22.668ZFinalize: Updating package cache ... Done
1902026-05-27T23:50:22.679ZFinalize: Updating image state ... Done
1912026-05-27T23:50:24.636ZFinalize: Creating fast lookup database ... Done
1922026-05-27T23:50:24.699ZFinalize: Reading search index ... Done
1932026-05-27T23:50:24.702ZFinalize: Updating search index ... Done
1942026-05-27T23:50:24.747ZFinalize: Updating package cache ... Done
1952026-05-27T23:50:25.059ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-05-27T23:50:25.059Zapache system 2.4 system
1972026-05-27T23:50:25.059Zclang system 15 system
1982026-05-27T23:50:25.059Zcsh system system illumos
1992026-05-27T23:50:25.059Zctags system system illumos
2002026-05-27T23:50:25.059Zfile vendor vendor darwinsys
2012026-05-27T23:50:25.059Zfile system system illumos
2022026-05-27T23:50:25.059Zgcc vendor 14 vendor
2032026-05-27T23:50:25.059Zgcc system 13 system
2042026-05-27T23:50:25.059Zgcc system 10 system
2052026-05-27T23:50:25.059Zgo system 1.25 system
2062026-05-27T23:50:25.059Zllvm system 15 system
2072026-05-27T23:50:25.059Zmariadb system 11.4 system
2082026-05-27T23:50:25.059Zmta vendor vendor dma
2092026-05-27T23:50:25.059Zopenjdk system 17 system
2102026-05-27T23:50:25.059Zopenjdk system 11 system
2112026-05-27T23:50:25.059Zopenssl vendor 3 vendor
2122026-05-27T23:50:25.060Zperl system 5.40 system
2132026-05-27T23:50:25.060Zpostgresql system 18 system
2142026-05-27T23:50:25.060Zpostgresql system 17 system
2152026-05-27T23:50:25.060Zpython vendor 3 vendor
2162026-05-27T23:50:25.060Zpython system 2 system
2172026-05-27T23:50:25.060Zpython3 vendor 3.13 vendor
2182026-05-27T23:50:25.060Zruby system 3.4 system
2192026-05-27T23:50:25.060Zruby system 3.0 system
2202026-05-27T23:50:25.060Zwords vendor vendor american-english
2212026-05-27T23:50:25.060Zwords system system australian-english
2222026-05-27T23:50:25.060Zwords system system british-english
2232026-05-27T23:50:25.060Zwords system system canadian-english
2242026-05-27T23:50:25.060Zwords system system french
2252026-05-27T23:50:25.060Zwords system system italian
2262026-05-27T23:50:25.060Zwords system system ngerman
2272026-05-27T23:50:25.060Zwords system system ogerman
2282026-05-27T23:50:25.060Zwords system system spanish
2292026-05-27T23:50:25.309ZPUBLISHER TYPE STATUS P LOCATION
2302026-05-27T23:50:25.309Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-05-27T23:50:25.586ZFMRI IFO
2322026-05-27T23:50:25.586Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-05-27T23:50:25.586Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-05-27T23:50:25.586Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-05-27T23:50:25.586Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-05-27T23:50:25.587Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-05-27T23:50:25.587Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-05-27T23:50:25.587Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-05-27T23:50:25.587Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-05-27T23:50:25.587Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-05-27T23:50:25.828Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-05-27T23:50:26.076Z Updating crates.io index
2432026-05-27T23:50:26.112Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-05-27T23:50:26.896Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-05-27T23:50:27.372Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-05-27T23:50:28.001Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-05-27T23:50:28.819Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-05-27T23:50:29.342Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-05-27T23:50:30.846Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-05-27T23:50:31.682Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-05-27T23:50:31.892Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-05-27T23:50:32.757Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-05-27T23:50:33.140Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-05-27T23:50:33.469Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-05-27T23:50:33.710Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-05-27T23:50:34.707Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-05-27T23:50:35.163Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-05-27T23:50:35.447Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-05-27T23:50:35.745Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-05-27T23:50:36.041Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-05-27T23:50:36.427Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-05-27T23:50:36.647Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-05-27T23:50:36.880Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-05-27T23:50:37.132Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-05-27T23:50:37.544Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-05-27T23:50:38.043Z Updating git repository `https://github.com/oxidecomputer/erebor`
2672026-05-27T23:50:38.310Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2682026-05-27T23:50:38.792Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2692026-05-27T23:50:39.029Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2702026-05-27T23:50:39.322Z Updating git repository `https://github.com/oxidecomputer/ispf`
2712026-05-27T23:50:40.421Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2722026-05-27T23:50:41.049Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-05-27T23:50:41.491Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2742026-05-27T23:50:41.778Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2752026-05-27T23:50:42.082Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-05-27T23:50:42.368Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2772026-05-27T23:50:42.702Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2782026-05-27T23:50:43.226Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2792026-05-27T23:50:43.466Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2802026-05-27T23:50:43.707Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2812026-05-27T23:50:43.933Z Updating git repository `https://github.com/illumos/smf-rs`
2822026-05-27T23:50:44.297Z Updating git repository `https://github.com/oxidecomputer/omicron`
2832026-05-27T23:50:56.004Z Downloading crates ...
2842026-05-27T23:50:56.057Z Downloaded cpufeatures v0.2.17
2852026-05-27T23:50:56.061Z Downloaded potential_utf v0.1.4
2862026-05-27T23:50:56.067Z Downloaded equivalent v1.0.2
2872026-05-27T23:50:56.070Z Downloaded thiserror v2.0.18
2882026-05-27T23:50:56.073Z Downloaded icu_properties v2.1.2
2892026-05-27T23:50:56.076Z Downloaded dof v0.3.0
2902026-05-27T23:50:56.076Z Downloaded thread-id v4.2.2
2912026-05-27T23:50:56.076Z Downloaded colorchoice v1.0.4
2922026-05-27T23:50:56.076Z Downloaded camino v1.2.2
2932026-05-27T23:50:56.079Z Downloaded stable_deref_trait v1.2.1
2942026-05-27T23:50:56.079Z Downloaded dtrace-parser v0.2.0
2952026-05-27T23:50:56.079Z Downloaded displaydoc v0.2.5
2962026-05-27T23:50:56.082Z Downloaded quote v1.0.45
2972026-05-27T23:50:56.082Z Downloaded digest v0.10.7
2982026-05-27T23:50:56.085Z Downloaded textwrap v0.16.2
2992026-05-27T23:50:56.085Z Downloaded crypto-common v0.1.7
3002026-05-27T23:50:56.085Z Downloaded anstyle v1.0.13
3012026-05-27T23:50:56.087Z Downloaded errno v0.3.14
3022026-05-27T23:50:56.087Z Downloaded ucd-trie v0.1.7
3032026-05-27T23:50:56.090Z Downloaded typeid v1.0.3
3042026-05-27T23:50:56.090Z Downloaded pest_generator v2.8.6
3052026-05-27T23:50:56.091Z Downloaded clap_lex v1.0.0
3062026-05-27T23:50:56.093Z Downloaded thiserror-impl v2.0.18
3072026-05-27T23:50:56.093Z Downloaded zerofrom-derive v0.1.6
3082026-05-27T23:50:56.096Z Downloaded unicode-linebreak v0.1.5
3092026-05-27T23:50:56.096Z Downloaded yoke-derive v0.8.1
3102026-05-27T23:50:56.096Z Downloaded unicode-xid v0.2.6
3112026-05-27T23:50:56.096Z Downloaded erased-serde v0.4.9
3122026-05-27T23:50:56.099Z Downloaded toml_datetime v0.6.11
3132026-05-27T23:50:56.099Z Downloaded anstream v0.6.21
3142026-05-27T23:50:56.099Z Downloaded fastrand v2.3.0
3152026-05-27T23:50:56.102Z Downloaded clap_derive v4.5.55
3162026-05-27T23:50:56.102Z Downloaded utf8parse v0.2.2
3172026-05-27T23:50:56.102Z Downloaded utf8_iter v1.0.4
3182026-05-27T23:50:56.107Z Downloaded fnv v1.0.7
3192026-05-27T23:50:56.109Z Downloaded zmij v1.0.21
3202026-05-27T23:50:56.110Z Downloaded usdt v0.5.0
3212026-05-27T23:50:56.110Z Downloaded toml_write v0.1.2
3222026-05-27T23:50:56.114Z Downloaded usdt-macro v0.5.0
3232026-05-27T23:50:56.117Z Downloaded zerovec-derive v0.11.2
3242026-05-27T23:50:56.117Z Downloaded thiserror v1.0.69
3252026-05-27T23:50:56.120Z Downloaded version_check v0.9.5
3262026-05-27T23:50:56.120Z Downloaded toml v0.8.23
3272026-05-27T23:50:56.120Z Downloaded thiserror-impl v1.0.69
3282026-05-27T23:50:56.123Z Downloaded percent-encoding v2.3.2
3292026-05-27T23:50:56.123Z Downloaded itoa v1.0.17
3302026-05-27T23:50:56.123Z Downloaded tinystr v0.8.2
3312026-05-27T23:50:56.123Z Downloaded zerofrom v0.1.6
3322026-05-27T23:50:56.126Z Downloaded heck v0.5.0
3332026-05-27T23:50:56.126Z Downloaded writeable v0.6.2
3342026-05-27T23:50:56.129Z Downloaded form_urlencoded v1.2.2
3352026-05-27T23:50:56.129Z Downloaded usdt-impl v0.5.0
3362026-05-27T23:50:56.129Z Downloaded usdt-attr-macro v0.5.0
3372026-05-27T23:50:56.129Z Downloaded ordered-float v2.10.1
3382026-05-27T23:50:56.135Z Downloaded zerocopy-derive v0.7.35
3392026-05-27T23:50:56.140Z Downloaded generic-array v0.14.7
3402026-05-27T23:50:56.143Z Downloaded proc-macro-error-attr v1.0.4
3412026-05-27T23:50:56.143Z Downloaded is_terminal_polyfill v1.70.2
3422026-05-27T23:50:56.143Z Downloaded serde-value v0.7.0
3432026-05-27T23:50:56.143Z Downloaded unicode-ident v1.0.24
3442026-05-27T23:50:56.146Z Downloaded pretty-hex v0.4.1
3452026-05-27T23:50:56.146Z Downloaded cfg-if v1.0.4
3462026-05-27T23:50:56.146Z Downloaded serde_spanned v0.6.9
3472026-05-27T23:50:56.149Z Downloaded scroll_derive v0.12.1
3482026-05-27T23:50:56.149Z Downloaded typenum v1.19.0
3492026-05-27T23:50:56.152Z Downloaded yoke v0.8.1
3502026-05-27T23:50:56.152Z Downloaded anstyle-query v1.1.5
3512026-05-27T23:50:56.154Z Downloaded terminal_size v0.4.3
3522026-05-27T23:50:56.154Z Downloaded toml_edit v0.22.27
3532026-05-27T23:50:56.157Z Downloaded block-buffer v0.10.4
3542026-05-27T23:50:56.157Z Downloaded zerotrie v0.2.3
3552026-05-27T23:50:56.160Z Downloaded url v2.5.8
3562026-05-27T23:50:56.163Z Downloaded zerovec v0.11.5
3572026-05-27T23:50:56.169Z Downloaded tabled_derive v0.7.0
3582026-05-27T23:50:56.172Z Downloaded plain v0.2.3
3592026-05-27T23:50:56.175Z Downloaded zerocopy v0.7.35
3602026-05-27T23:50:56.183Z Downloaded winnow v0.7.14
3612026-05-27T23:50:56.188Z Downloaded idna_adapter v1.2.1
3622026-05-27T23:50:56.191Z Downloaded heck v0.4.1
3632026-05-27T23:50:56.191Z Downloaded swrite v0.1.0
3642026-05-27T23:50:56.191Z Downloaded strsim v0.11.1
3652026-05-27T23:50:56.191Z Downloaded unicode-width v0.1.14
3662026-05-27T23:50:56.194Z Downloaded memmap v0.7.0
3672026-05-27T23:50:56.197Z Downloaded macaddr v1.0.1
3682026-05-27T23:50:56.197Z Downloaded unicode-width v0.2.0
3692026-05-27T23:50:56.200Z Downloaded byteorder v1.5.0
3702026-05-27T23:50:56.200Z Downloaded bytecount v0.6.9
3712026-05-27T23:50:56.217Z Downloaded camino-tempfile v1.4.1
3722026-05-27T23:50:56.222Z Downloaded serde_tokenstream v0.2.3
3732026-05-27T23:50:56.225Z Downloaded cargo_toml v0.21.0
3742026-05-27T23:50:56.225Z Downloaded smawk v0.3.2
3752026-05-27T23:50:56.231Z Downloaded proc-macro-error v1.0.4
3762026-05-27T23:50:56.235Z Downloaded scroll v0.12.0
3772026-05-27T23:50:56.238Z Downloaded fs-err v3.3.0
3782026-05-27T23:50:56.238Z Downloaded autocfg v1.5.0
3792026-05-27T23:50:56.241Z Downloaded synstructure v0.13.2
3802026-05-27T23:50:56.241Z Downloaded cargo_metadata v0.21.0
3812026-05-27T23:50:56.245Z Downloaded cargo-platform v0.2.0
3822026-05-27T23:50:56.248Z Downloaded anstyle-parse v0.2.7
3832026-05-27T23:50:56.248Z Downloaded once_cell v1.21.3
3842026-05-27T23:50:56.251Z Downloaded tempfile v3.25.0
3852026-05-27T23:50:56.251Z Downloaded icu_provider v2.1.1
3862026-05-27T23:50:56.263Z Downloaded semver v1.0.28
3872026-05-27T23:50:56.266Z Downloaded cargo-util-schemas v0.8.2
3882026-05-27T23:50:56.266Z Downloaded smallvec v1.15.1
3892026-05-27T23:50:56.269Z Downloaded anyhow v1.0.102
3902026-05-27T23:50:56.272Z Downloaded pest_derive v2.8.6
3912026-05-27T23:50:56.272Z Downloaded bitflags v2.11.0
3922026-05-27T23:50:56.275Z Downloaded serde-untagged v0.1.9
3932026-05-27T23:50:56.275Z Downloaded clap v4.5.60
3942026-05-27T23:50:56.279Z Downloaded sha2 v0.10.9
3952026-05-27T23:50:56.281Z Downloaded serde_derive v1.0.228
3962026-05-27T23:50:56.284Z Downloaded getrandom v0.4.1
3972026-05-27T23:50:56.284Z Downloaded icu_normalizer_data v2.1.1
3982026-05-27T23:50:56.287Z Downloaded proc-macro2 v1.0.106
3992026-05-27T23:50:56.287Z Downloaded log v0.4.29
4002026-05-27T23:50:56.290Z Downloaded num-traits v0.2.19
4012026-05-27T23:50:56.293Z Downloaded litemap v0.8.1
4022026-05-27T23:50:56.296Z Downloaded pest_meta v2.8.6
4032026-05-27T23:50:56.303Z Downloaded icu_locale_core v2.1.1
4042026-05-27T23:50:56.306Z Downloaded icu_normalizer v2.1.1
4052026-05-27T23:50:56.309Z Downloaded serde_core v1.0.228
4062026-05-27T23:50:56.312Z Downloaded papergrid v0.11.0
4072026-05-27T23:50:56.316Z Downloaded memchr v2.8.0
4082026-05-27T23:50:56.323Z Downloaded icu_collections v2.1.1
4092026-05-27T23:50:56.327Z Downloaded serde v1.0.228
4102026-05-27T23:50:56.330Z Downloaded indexmap v2.14.0
4112026-05-27T23:50:56.339Z Downloaded clap_builder v4.5.60
4122026-05-27T23:50:56.343Z Downloaded pest v2.8.6
4132026-05-27T23:50:56.374Z Downloaded idna v1.1.0
4142026-05-27T23:50:56.377Z Downloaded serde_json v1.0.149
4152026-05-27T23:50:56.382Z Downloaded icu_properties_data v2.1.2
4162026-05-27T23:50:56.387Z Downloaded hashbrown v0.17.0
4172026-05-27T23:50:56.390Z Downloaded goblin v0.8.2
4182026-05-27T23:50:56.393Z Downloaded tabled v0.15.0
4192026-05-27T23:50:56.402Z Downloaded syn v1.0.109
4202026-05-27T23:50:56.413Z Downloaded syn v2.0.117
4212026-05-27T23:50:56.430Z Downloaded libc v0.2.185
4222026-05-27T23:50:56.448Z Downloaded rustix v1.1.3
4232026-05-27T23:50:56.511Z Compiling proc-macro2 v1.0.106
4242026-05-27T23:50:56.511Z Compiling quote v1.0.45
4252026-05-27T23:50:56.514Z Compiling unicode-ident v1.0.24
4262026-05-27T23:50:56.514Z Compiling serde_core v1.0.228
4272026-05-27T23:50:56.514Z Compiling libc v0.2.185
4282026-05-27T23:50:56.514Z Compiling version_check v0.9.5
4292026-05-27T23:50:56.514Z Compiling serde v1.0.228
4302026-05-27T23:50:56.514Z Compiling memchr v2.8.0
4312026-05-27T23:50:56.879Z Compiling stable_deref_trait v1.2.1
4322026-05-27T23:50:56.957Z Compiling zmij v1.0.21
4332026-05-27T23:50:57.040Z Compiling itoa v1.0.17
4342026-05-27T23:50:57.213Z Compiling ucd-trie v0.1.7
4352026-05-27T23:50:57.243Z Compiling thiserror v1.0.69
4362026-05-27T23:50:57.357Z Compiling autocfg v1.5.0
4372026-05-27T23:50:57.474Z Compiling pest v2.8.6
4382026-05-27T23:50:57.542Z Compiling litemap v0.8.1
4392026-05-27T23:50:57.574Z Compiling writeable v0.6.2
4402026-05-27T23:50:57.761Z Compiling icu_normalizer_data v2.1.1
4412026-05-27T23:50:57.775Z Compiling byteorder v1.5.0
4422026-05-27T23:50:57.790Z Compiling icu_properties_data v2.1.2
4432026-05-27T23:50:57.977Z Compiling rustix v1.1.3
4442026-05-27T23:50:58.059Z Compiling errno v0.3.14
4452026-05-27T23:50:58.075Z Compiling serde_json v1.0.149
4462026-05-27T23:50:58.090Z Compiling bitflags v2.11.0
4472026-05-27T23:50:58.209Z Compiling syn v2.0.117
4482026-05-27T23:50:58.304Z Compiling num-traits v0.2.19
4492026-05-27T23:50:58.321Z Compiling hashbrown v0.17.0
4502026-05-27T23:50:58.419Z Compiling typeid v1.0.3
4512026-05-27T23:50:58.497Z Compiling pest_meta v2.8.6
4522026-05-27T23:50:58.711Z Compiling smallvec v1.15.1
4532026-05-27T23:50:58.883Z Compiling equivalent v1.0.2
4542026-05-27T23:50:58.972Z Compiling indexmap v2.14.0
4552026-05-27T23:50:58.989Z Compiling thread-id v4.2.2
4562026-05-27T23:50:59.074Z Compiling proc-macro-error-attr v1.0.4
4572026-05-27T23:50:59.110Z Compiling usdt-impl v0.5.0
4582026-05-27T23:50:59.125Z Compiling winnow v0.7.14
4592026-05-27T23:50:59.319Z Compiling toml_write v0.1.2
4602026-05-27T23:50:59.386Z Compiling erased-serde v0.4.9
4612026-05-27T23:50:59.518Z Compiling syn v1.0.109
4622026-05-27T23:50:59.884Z Compiling proc-macro-error v1.0.4
4632026-05-27T23:50:59.916Z Compiling utf8parse v0.2.2
4642026-05-27T23:51:00.036Z Compiling getrandom v0.4.1
4652026-05-27T23:51:00.070Z Compiling camino v1.2.2
4662026-05-27T23:51:00.137Z Compiling utf8_iter v1.0.4
4672026-05-27T23:51:00.299Z Compiling percent-encoding v2.3.2
4682026-05-27T23:51:00.340Z Compiling plain v0.2.3
4692026-05-27T23:51:00.344Z Compiling log v0.4.29
4702026-05-27T23:51:00.386Z Compiling thiserror v2.0.18
4712026-05-27T23:51:00.453Z Compiling form_urlencoded v1.2.2
4722026-05-27T23:51:00.492Z Compiling ordered-float v2.10.1
4732026-05-27T23:51:00.541Z Compiling anstyle-parse v0.2.7
4742026-05-27T23:51:00.745Z Compiling terminal_size v0.4.3
4752026-05-27T23:51:00.823Z Compiling cfg-if v1.0.4
4762026-05-27T23:51:00.889Z Compiling synstructure v0.13.2
4772026-05-27T23:51:00.904Z Compiling pest_generator v2.8.6
4782026-05-27T23:51:00.933Z Compiling anstyle-query v1.1.5
4792026-05-27T23:51:00.982Z Compiling is_terminal_polyfill v1.70.2
4802026-05-27T23:51:01.053Z Compiling pretty-hex v0.4.1
4812026-05-27T23:51:01.087Z Compiling colorchoice v1.0.4
4822026-05-27T23:51:01.105Z Compiling anstyle v1.0.13
4832026-05-27T23:51:01.125Z Compiling serde-untagged v0.1.9
4842026-05-27T23:51:01.311Z Compiling anstream v0.6.21
4852026-05-27T23:51:01.377Z Compiling semver v1.0.28
4862026-05-27T23:51:01.522Z Compiling fs-err v3.3.0
4872026-05-27T23:51:01.620Z Compiling clap_lex v1.0.0
4882026-05-27T23:51:01.638Z Compiling heck v0.4.1
4892026-05-27T23:51:01.700Z Compiling heck v0.5.0
4902026-05-27T23:51:01.716Z Compiling once_cell v1.21.3
4912026-05-27T23:51:01.731Z Compiling unicode-width v0.1.14
4922026-05-27T23:51:01.870Z Compiling unicode-xid v0.2.6
4932026-05-27T23:51:01.927Z Compiling bytecount v0.6.9
4942026-05-27T23:51:01.945Z Compiling fnv v1.0.7
4952026-05-27T23:51:01.990Z Compiling fastrand v2.3.0
4962026-05-27T23:51:02.007Z Compiling anyhow v1.0.102
4972026-05-27T23:51:02.047Z Compiling strsim v0.11.1
4982026-05-27T23:51:02.063Z Compiling papergrid v0.11.0
4992026-05-27T23:51:02.254Z Compiling clap_builder v4.5.60
5002026-05-27T23:51:02.271Z Compiling tempfile v3.25.0
5012026-05-27T23:51:02.399Z Compiling memmap v0.7.0
5022026-05-27T23:51:02.544Z Compiling unicode-width v0.2.0
5032026-05-27T23:51:02.562Z Compiling serde_derive v1.0.228
5042026-05-27T23:51:02.582Z Compiling zerofrom-derive v0.1.6
5052026-05-27T23:51:02.637Z Compiling yoke-derive v0.8.1
5062026-05-27T23:51:02.690Z Compiling zerovec-derive v0.11.2
5072026-05-27T23:51:02.820Z Compiling displaydoc v0.2.5
5082026-05-27T23:51:03.467Z Compiling thiserror-impl v1.0.69
5092026-05-27T23:51:03.556Z Compiling zerocopy-derive v0.7.35
5102026-05-27T23:51:03.780Z Compiling pest_derive v2.8.6
5112026-05-27T23:51:03.796Z Compiling scroll_derive v0.12.1
5122026-05-27T23:51:03.954Z Compiling zerofrom v0.1.6
5132026-05-27T23:51:04.093Z Compiling yoke v0.8.1
5142026-05-27T23:51:04.206Z Compiling thiserror-impl v2.0.18
5152026-05-27T23:51:04.288Z Compiling zerovec v0.11.5
5162026-05-27T23:51:04.417Z Compiling zerotrie v0.2.3
5172026-05-27T23:51:04.463Z Compiling zerocopy v0.7.35
5182026-05-27T23:51:04.770Z Compiling scroll v0.12.0
5192026-05-27T23:51:04.852Z Compiling tinystr v0.8.2
5202026-05-27T23:51:04.871Z Compiling potential_utf v0.1.4
5212026-05-27T23:51:05.076Z Compiling icu_locale_core v2.1.1
5222026-05-27T23:51:05.112Z Compiling icu_collections v2.1.1
5232026-05-27T23:51:05.112Z Compiling dtrace-parser v0.2.0
5242026-05-27T23:51:05.112Z Compiling goblin v0.8.2
5252026-05-27T23:51:05.258Z Compiling tabled_derive v0.7.0
5262026-05-27T23:51:05.381Z Compiling clap_derive v4.5.55
5272026-05-27T23:51:05.734Z Compiling icu_provider v2.1.1
5282026-05-27T23:51:05.846Z Compiling smawk v0.3.2
5292026-05-27T23:51:05.980Z Compiling icu_normalizer v2.1.1
5302026-05-27T23:51:05.996Z Compiling icu_properties v2.1.2
5312026-05-27T23:51:06.024Z Compiling serde_spanned v0.6.9
5322026-05-27T23:51:06.048Z Compiling toml_datetime v0.6.11
5332026-05-27T23:51:06.101Z Compiling dof v0.3.0
5342026-05-27T23:51:06.166Z Compiling serde_tokenstream v0.2.3
5352026-05-27T23:51:06.182Z Compiling serde-value v0.7.0
5362026-05-27T23:51:06.299Z Compiling toml_edit v0.22.27
5372026-05-27T23:51:06.486Z Compiling cargo-platform v0.2.0
5382026-05-27T23:51:06.507Z Compiling unicode-linebreak v0.1.5
5392026-05-27T23:51:06.537Z Compiling tabled v0.15.0
5402026-05-27T23:51:06.754Z Compiling textwrap v0.16.2
5412026-05-27T23:51:06.772Z Compiling macaddr v1.0.1
5422026-05-27T23:51:06.996Z Compiling idna_adapter v1.2.1
5432026-05-27T23:51:07.095Z Compiling usdt-macro v0.5.0
5442026-05-27T23:51:07.125Z Compiling idna v1.1.0
5452026-05-27T23:51:07.142Z Compiling usdt-attr-macro v0.5.0
5462026-05-27T23:51:07.212Z Compiling clap v4.5.60
5472026-05-27T23:51:07.302Z Compiling camino-tempfile v1.4.1
5482026-05-27T23:51:07.428Z Compiling url v2.5.8
5492026-05-27T23:51:07.704Z Compiling toml v0.8.23
5502026-05-27T23:51:07.815Z Compiling swrite v0.1.0
5512026-05-27T23:51:08.081Z Compiling cargo-util-schemas v0.8.2
5522026-05-27T23:51:08.196Z Compiling cargo_toml v0.21.0
5532026-05-27T23:51:08.236Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5542026-05-27T23:51:08.347Z Compiling usdt v0.5.0
5552026-05-27T23:51:08.968Z Compiling cargo_metadata v0.21.0
5562026-05-27T23:51:09.909Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5572026-05-27T23:51:12.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.35s
5582026-05-27T23:51:12.257Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5592026-05-27T23:51:12.822Z Downloading crates ...
5602026-05-27T23:51:12.916Z Downloaded aead v0.5.2
5612026-05-27T23:51:12.921Z Downloaded adler2 v2.0.1
5622026-05-27T23:51:12.924Z Downloaded assert_matches v1.5.0
5632026-05-27T23:51:12.929Z Downloaded async-stream v0.3.6
5642026-05-27T23:51:12.933Z Downloaded async-bb8-diesel v0.2.1
5652026-05-27T23:51:12.937Z Downloaded aes v0.8.4
5662026-05-27T23:51:12.940Z Downloaded crc32fast v1.5.0
5672026-05-27T23:51:12.943Z Downloaded bitflags v1.3.2
5682026-05-27T23:51:12.943Z Downloaded bit-vec v0.6.3
5692026-05-27T23:51:12.946Z Downloaded constant_time_eq v0.4.2
5702026-05-27T23:51:12.948Z Downloaded darling_macro v0.23.0
5712026-05-27T23:51:12.952Z Downloaded chacha20poly1305 v0.10.1
5722026-05-27T23:51:12.952Z Downloaded darling_macro v0.20.11
5732026-05-27T23:51:12.952Z Downloaded defmt v1.0.1
5742026-05-27T23:51:12.957Z Downloaded aws-lc-rs v1.16.3
5752026-05-27T23:51:12.964Z Downloaded der_derive v0.7.3
5762026-05-27T23:51:12.967Z Downloaded defmt v0.3.100
5772026-05-27T23:51:12.967Z Downloaded cipher v0.4.4
5782026-05-27T23:51:12.969Z Downloaded convert_case v0.10.0
5792026-05-27T23:51:12.969Z Downloaded bitfield-struct v0.6.2
5802026-05-27T23:51:12.969Z Downloaded ctr v0.9.2
5812026-05-27T23:51:12.973Z Downloaded derive-ex v0.1.8
5822026-05-27T23:51:12.973Z Downloaded bit-set v0.8.0
5832026-05-27T23:51:12.976Z Downloaded async-recursion v1.1.1
5842026-05-27T23:51:12.976Z Downloaded dirs-next v2.0.0
5852026-05-27T23:51:12.979Z Downloaded foreign-types-shared v0.1.1
5862026-05-27T23:51:12.979Z Downloaded darling v0.23.0
5872026-05-27T23:51:12.982Z Downloaded diesel-dtrace v0.5.0
5882026-05-27T23:51:12.982Z Downloaded darling_core v0.13.4
5892026-05-27T23:51:12.985Z Downloaded atomicwrites v0.4.4
5902026-05-27T23:51:12.989Z Downloaded crunchy v0.2.4
5912026-05-27T23:51:12.989Z Downloaded crc-catalog v2.4.0
5922026-05-27T23:51:12.989Z Downloaded darling_macro v0.13.4
5932026-05-27T23:51:12.992Z Downloaded cargo_metadata v0.23.1
5942026-05-27T23:51:12.992Z Downloaded enum-as-inner v0.6.1
5952026-05-27T23:51:12.992Z Downloaded block-padding v0.3.3
5962026-05-27T23:51:12.992Z Downloaded difflib v0.4.0
5972026-05-27T23:51:12.995Z Downloaded async-trait v0.1.89
5982026-05-27T23:51:12.995Z Downloaded const-oid v0.9.6
5992026-05-27T23:51:12.999Z Downloaded derive_builder_core v0.20.2
6002026-05-27T23:51:13.002Z Downloaded crc8 v0.1.1
6012026-05-27T23:51:13.002Z Downloaded ciborium-io v0.2.2
6022026-05-27T23:51:13.002Z Downloaded bcrypt-pbkdf v0.10.0
6032026-05-27T23:51:13.002Z Downloaded crossbeam-deque v0.8.6
6042026-05-27T23:51:13.005Z Downloaded crossbeam-utils v0.8.21
6052026-05-27T23:51:13.005Z Downloaded ciborium-ll v0.2.2
6062026-05-27T23:51:13.005Z Downloaded csv-core v0.1.13
6072026-05-27T23:51:13.008Z Downloaded bit-set v0.5.3
6082026-05-27T23:51:13.008Z Downloaded camino-tempfile-ext v0.3.3
6092026-05-27T23:51:13.011Z Downloaded embedded-io v0.6.1
6102026-05-27T23:51:13.011Z Downloaded cfg_aliases v0.2.1
6112026-05-27T23:51:13.011Z Downloaded async-stream-impl v0.3.6
6122026-05-27T23:51:13.014Z Downloaded darling_macro v0.21.3
6132026-05-27T23:51:13.014Z Downloaded cobs v0.3.0
6142026-05-27T23:51:13.018Z Downloaded atty v0.2.14
6152026-05-27T23:51:13.022Z Downloaded atomic-waker v1.1.2
6162026-05-27T23:51:13.025Z Downloaded deranged v0.5.8
6172026-05-27T23:51:13.028Z Downloaded dropshot-api-manager-types v0.7.2
6182026-05-27T23:51:13.028Z Downloaded diff v0.1.13
6192026-05-27T23:51:13.028Z Downloaded defmt-parser v1.0.0
6202026-05-27T23:51:13.031Z Downloaded compression-core v0.4.31
6212026-05-27T23:51:13.032Z Downloaded array-init v0.0.4
6222026-05-27T23:51:13.034Z Downloaded crc v3.4.0
6232026-05-27T23:51:13.037Z Downloaded downcast-rs v2.0.2
6242026-05-27T23:51:13.040Z Downloaded cpufeatures v0.3.0
6252026-05-27T23:51:13.043Z Downloaded derive_builder_macro v0.20.2
6262026-05-27T23:51:13.043Z Downloaded cbc v0.1.2
6272026-05-27T23:51:13.043Z Downloaded crucible-workspace-hack v0.1.0
6282026-05-27T23:51:13.046Z Downloaded flagset v0.4.7
6292026-05-27T23:51:13.046Z Downloaded float-cmp v0.10.0
6302026-05-27T23:51:13.046Z Downloaded diesel_table_macro_syntax v0.3.0
6312026-05-27T23:51:13.049Z Downloaded dyn-clone v1.0.20
6322026-05-27T23:51:13.049Z Downloaded foreign-types v0.3.2
6332026-05-27T23:51:13.059Z Downloaded foreign-types v0.5.0
6342026-05-27T23:51:13.062Z Downloaded arrayref v0.3.9
6352026-05-27T23:51:13.062Z Downloaded convert_case v0.4.0
6362026-05-27T23:51:13.064Z Downloaded castaway v0.2.4
6372026-05-27T23:51:13.067Z Downloaded cargo-platform v0.3.2
6382026-05-27T23:51:13.070Z Downloaded dof v0.4.0
6392026-05-27T23:51:13.070Z Downloaded dsl_auto_type v0.2.0
6402026-05-27T23:51:13.073Z Downloaded cstr-argument v0.1.2
6412026-05-27T23:51:13.073Z Downloaded cfg_aliases v0.1.1
6422026-05-27T23:51:13.073Z Downloaded fixedbitset v0.4.2
6432026-05-27T23:51:13.073Z Downloaded funty v2.0.0
6442026-05-27T23:51:13.076Z Downloaded foreign-types-shared v0.3.1
6452026-05-27T23:51:13.076Z Downloaded foreign-types-macros v0.2.3
6462026-05-27T23:51:13.076Z Downloaded curve25519-dalek-derive v0.1.1
6472026-05-27T23:51:13.079Z Downloaded futures-sink v0.3.32
6482026-05-27T23:51:13.079Z Downloaded globwalk v0.9.1
6492026-05-27T23:51:13.079Z Downloaded futures-task v0.3.32
6502026-05-27T23:51:13.082Z Downloaded futures-macro v0.3.32
6512026-05-27T23:51:13.082Z Downloaded ed25519 v2.2.3
6522026-05-27T23:51:13.082Z Downloaded futures-core v0.3.32
6532026-05-27T23:51:13.085Z Downloaded endian-type v0.1.2
6542026-05-27T23:51:13.085Z Downloaded bitfield-macros v0.19.4
6552026-05-27T23:51:13.085Z Downloaded derive_more v0.99.20
6562026-05-27T23:51:13.088Z Downloaded derive_builder v0.20.2
6572026-05-27T23:51:13.090Z Downloaded derive-where v1.6.0
6582026-05-27T23:51:13.093Z Downloaded gethostname v0.5.0
6592026-05-27T23:51:13.096Z Downloaded dirs-sys-next v0.1.2
6602026-05-27T23:51:13.096Z Downloaded blake2 v0.10.6
6612026-05-27T23:51:13.099Z Downloaded corncobs v0.1.4
6622026-05-27T23:51:13.099Z Downloaded base64 v0.22.1
6632026-05-27T23:51:13.102Z Downloaded embedded-io v0.4.0
6642026-05-27T23:51:13.102Z Downloaded dtrace-parser v0.3.0
6652026-05-27T23:51:13.105Z Downloaded cassowary v0.3.0
6662026-05-27T23:51:13.105Z Downloaded float-ord v0.3.2
6672026-05-27T23:51:13.105Z Downloaded dunce v1.0.5
6682026-05-27T23:51:13.108Z Downloaded base64ct v1.8.3
6692026-05-27T23:51:13.108Z Downloaded document-features v0.2.12
6702026-05-27T23:51:13.110Z Downloaded ghash v0.5.1
6712026-05-27T23:51:13.111Z Downloaded env_filter v1.0.0
6722026-05-27T23:51:13.113Z Downloaded hash32 v0.3.1
6732026-05-27T23:51:13.113Z Downloaded hash32 v0.2.1
6742026-05-27T23:51:13.113Z Downloaded fd-lock v4.0.4
6752026-05-27T23:51:13.116Z Downloaded byte-wrapper v0.1.0
6762026-05-27T23:51:13.116Z Downloaded futures-io v0.3.32
6772026-05-27T23:51:13.119Z Downloaded git-stub v1.0.0
6782026-05-27T23:51:13.119Z Downloaded blowfish v0.9.1
6792026-05-27T23:51:13.119Z Downloaded display-error-chain v0.2.2
6802026-05-27T23:51:13.122Z Downloaded headers-core v0.3.0
6812026-05-27T23:51:13.122Z Downloaded backoff v0.4.0
6822026-05-27T23:51:13.122Z Downloaded console v0.16.2
6832026-05-27T23:51:13.125Z Downloaded colored v2.2.0
6842026-05-27T23:51:13.128Z Downloaded hostname v0.4.2
6852026-05-27T23:51:13.128Z Downloaded fixedbitset v0.5.7
6862026-05-27T23:51:13.131Z Downloaded critical-section v1.2.0
6872026-05-27T23:51:13.131Z Downloaded hex-literal v0.4.1
6882026-05-27T23:51:13.131Z Downloaded hex v0.4.3
6892026-05-27T23:51:13.134Z Downloaded argon2 v0.5.3
6902026-05-27T23:51:13.134Z Downloaded hostname v0.3.1
6912026-05-27T23:51:13.137Z Downloaded fs-err v2.11.0
6922026-05-27T23:51:13.137Z Downloaded daft v0.1.7
6932026-05-27T23:51:13.140Z Downloaded arrayvec v0.7.6
6942026-05-27T23:51:13.140Z Downloaded home v0.5.12
6952026-05-27T23:51:13.140Z Downloaded base16ct v0.2.0
6962026-05-27T23:51:13.143Z Downloaded ascii-canvas v3.0.0
6972026-05-27T23:51:13.143Z Downloaded debug-ignore v1.0.5
6982026-05-27T23:51:13.143Z Downloaded chacha20 v0.9.1
6992026-05-27T23:51:13.146Z Downloaded foldhash v0.1.5
7002026-05-27T23:51:13.146Z Downloaded filetime v0.2.27
7012026-05-27T23:51:13.149Z Downloaded data-encoding v2.10.0
7022026-05-27T23:51:13.149Z Downloaded cexpr v0.6.0
7032026-05-27T23:51:13.149Z Downloaded fs_extra v1.3.0
7042026-05-27T23:51:13.152Z Downloaded http-body v1.0.1
7052026-05-27T23:51:13.152Z Downloaded ena v0.14.4
7062026-05-27T23:51:13.155Z Downloaded darling v0.21.3
7072026-05-27T23:51:13.158Z Downloaded drift v0.2.0
7082026-05-27T23:51:13.162Z Downloaded ident_case v1.0.1
7092026-05-27T23:51:13.165Z Downloaded illumos-nvpair v0.3.0
7102026-05-27T23:51:13.165Z Downloaded git-stub-vcs v0.1.0
7112026-05-27T23:51:13.165Z Downloaded hyper-tls v0.6.0
7122026-05-27T23:51:13.168Z Downloaded hubpack_derive v0.1.1
7132026-05-27T23:51:13.168Z Downloaded hubpack v0.1.2
7142026-05-27T23:51:13.168Z Downloaded ciborium v0.2.2
7152026-05-27T23:51:13.171Z Downloaded inout v0.1.4
7162026-05-27T23:51:13.171Z Downloaded cancel-safe-futures v0.1.5
7172026-05-27T23:51:13.174Z Downloaded instant v0.1.13
7182026-05-27T23:51:13.174Z Downloaded cookie_store v0.22.1
7192026-05-27T23:51:13.177Z Downloaded fxhash v0.2.1
7202026-05-27T23:51:13.177Z Downloaded compression-codecs v0.4.37
7212026-05-27T23:51:13.180Z Downloaded bit-vec v0.8.0
7222026-05-27T23:51:13.180Z Downloaded find-msvc-tools v0.1.9
7232026-05-27T23:51:13.183Z Downloaded group v0.13.0
7242026-05-27T23:51:13.183Z Downloaded ahash v0.8.12
7252026-05-27T23:51:13.186Z Downloaded colored v3.1.1
7262026-05-27T23:51:13.186Z Downloaded glob v0.3.3
7272026-05-27T23:51:13.189Z Downloaded bitfield v0.19.4
7282026-05-27T23:51:13.189Z Downloaded globset v0.4.18
7292026-05-27T23:51:13.189Z Downloaded futures-executor v0.3.32
7302026-05-27T23:51:13.192Z Downloaded ecdsa v0.16.9
7312026-05-27T23:51:13.192Z Downloaded indent_write v2.2.0
7322026-05-27T23:51:13.192Z Downloaded indoc v1.0.9
7332026-05-27T23:51:13.195Z Downloaded is-terminal v0.4.17
7342026-05-27T23:51:13.195Z Downloaded instability v0.3.11
7352026-05-27T23:51:13.198Z Downloaded illumos-nvpair-sys v0.2.0
7362026-05-27T23:51:13.198Z Downloaded console v0.15.11
7372026-05-27T23:51:13.200Z Downloaded chacha20 v0.10.0
7382026-05-27T23:51:13.200Z Downloaded http-range v0.1.5
7392026-05-27T23:51:13.201Z Downloaded flume v0.11.1
7402026-05-27T23:51:13.203Z Downloaded highway v1.3.0
7412026-05-27T23:51:13.206Z Downloaded ff v0.13.1
7422026-05-27T23:51:13.206Z Downloaded darling v0.20.11
7432026-05-27T23:51:13.209Z Downloaded is_ci v1.2.0
7442026-05-27T23:51:13.212Z Downloaded internet-checksum v0.2.1
7452026-05-27T23:51:13.212Z Downloaded lazy_static v1.5.0
7462026-05-27T23:51:13.212Z Downloaded erased-serde v0.3.31
7472026-05-27T23:51:13.215Z Downloaded crossbeam-epoch v0.9.18
7482026-05-27T23:51:13.215Z Downloaded either v1.15.0
7492026-05-27T23:51:13.218Z Downloaded defmt-macros v1.0.1
7502026-05-27T23:51:13.221Z Downloaded des v0.8.1
7512026-05-27T23:51:13.221Z Downloaded const_format_proc_macros v0.2.34
7522026-05-27T23:51:13.224Z Downloaded cmake v0.1.57
7532026-05-27T23:51:13.224Z Downloaded cookie v0.18.1
7542026-05-27T23:51:13.227Z Downloaded keccak v0.1.6
7552026-05-27T23:51:13.227Z Downloaded http-body-util v0.1.3
7562026-05-27T23:51:13.227Z Downloaded bzip2 v0.6.1
7572026-05-27T23:51:13.231Z Downloaded httpdate v1.0.3
7582026-05-27T23:51:13.231Z Downloaded foldhash v0.2.0
7592026-05-27T23:51:13.231Z Downloaded fallible-iterator v0.2.0
7602026-05-27T23:51:13.234Z Downloaded lzss v0.8.2
7612026-05-27T23:51:13.234Z Downloaded kstat-rs v0.2.4
7622026-05-27T23:51:13.234Z Downloaded diesel_derives v2.3.7
7632026-05-27T23:51:13.237Z Downloaded memoffset v0.9.1
7642026-05-27T23:51:13.240Z Downloaded lru v0.12.5
7652026-05-27T23:51:13.240Z Downloaded hyper-staticfile v0.10.1
7662026-05-27T23:51:13.243Z Downloaded libscf-sys v1.1.0
7672026-05-27T23:51:13.243Z Downloaded humantime v2.3.0
7682026-05-27T23:51:13.243Z Downloaded getrandom v0.2.17
7692026-05-27T23:51:13.246Z Downloaded maplit v1.0.2
7702026-05-27T23:51:13.246Z Downloaded lru-cache v0.1.2
7712026-05-27T23:51:13.249Z Downloaded buf-list v1.1.2
7722026-05-27T23:51:13.249Z Downloaded linked-hash-map v0.5.6
7732026-05-27T23:51:13.249Z Downloaded md5 v0.7.0
7742026-05-27T23:51:13.252Z Downloaded lru-slab v0.1.2
7752026-05-27T23:51:13.252Z Downloaded clang-sys v1.8.1
7762026-05-27T23:51:13.255Z Downloaded crc-any v2.5.0
7772026-05-27T23:51:13.255Z Downloaded md-5 v0.10.6
7782026-05-27T23:51:13.257Z Downloaded allocator-api2 v0.2.21
7792026-05-27T23:51:13.257Z Downloaded ingot-types v0.1.2
7802026-05-27T23:51:13.260Z Downloaded futures-channel v0.3.32
7812026-05-27T23:51:13.261Z Downloaded maybe-uninit v2.0.0
7822026-05-27T23:51:13.261Z Downloaded mime v0.3.17
7832026-05-27T23:51:13.263Z Downloaded match_cfg v0.1.0
7842026-05-27T23:51:13.263Z Downloaded darling v0.13.4
7852026-05-27T23:51:13.266Z Downloaded bzip2 v0.4.4
7862026-05-27T23:51:13.266Z Downloaded daft-derive v0.1.7
7872026-05-27T23:51:13.269Z Downloaded newline-converter v0.3.0
7882026-05-27T23:51:13.269Z Downloaded new_debug_unreachable v1.0.6
7892026-05-27T23:51:13.272Z Downloaded backon v1.6.0
7902026-05-27T23:51:13.272Z Downloaded ipnetwork v0.21.1
7912026-05-27T23:51:13.275Z Downloaded half v1.8.3
7922026-05-27T23:51:13.275Z Downloaded newtype_derive v0.1.6
7932026-05-27T23:51:13.278Z Downloaded nibble_vec v0.1.0
7942026-05-27T23:51:13.278Z Downloaded newtype-uuid-macros v0.1.0
7952026-05-27T23:51:13.281Z Downloaded multimap v0.10.1
7962026-05-27T23:51:13.281Z Downloaded indoc v2.0.7
7972026-05-27T23:51:13.281Z Downloaded impl-trait-for-tuples v0.2.3
7982026-05-27T23:51:13.284Z Downloaded ipnet v2.11.0
7992026-05-27T23:51:13.284Z Downloaded dropshot_endpoint v0.17.0
8002026-05-27T23:51:13.287Z Downloaded lalrpop-util v0.19.12
8012026-05-27T23:51:13.290Z Downloaded nodrop v0.1.14
8022026-05-27T23:51:13.290Z Downloaded bcs v0.1.6
8032026-05-27T23:51:13.290Z Downloaded bb8 v0.8.6
8042026-05-27T23:51:13.293Z Downloaded num-conv v0.2.0
8052026-05-27T23:51:13.293Z Downloaded num-iter v0.1.45
8062026-05-27T23:51:13.296Z Downloaded num-derive v0.3.3
8072026-05-27T23:51:13.299Z Downloaded jobserver v0.1.34
8082026-05-27T23:51:13.299Z Downloaded opaque-debug v0.3.1
8092026-05-27T23:51:13.302Z Downloaded normalize-line-endings v0.3.0
8102026-05-27T23:51:13.305Z Downloaded derive_more-impl v2.1.1
8112026-05-27T23:51:13.308Z Downloaded getrandom v0.3.4
8122026-05-27T23:51:13.311Z Downloaded num_threads v0.1.7
8132026-05-27T23:51:13.311Z Downloaded managed v0.8.0
8142026-05-27T23:51:13.311Z Downloaded openssl-probe v0.1.6
8152026-05-27T23:51:13.314Z Downloaded libloading v0.8.9
8162026-05-27T23:51:13.314Z Downloaded num_enum_derive v0.5.11
8172026-05-27T23:51:13.317Z Downloaded libefi-sys v0.1.0
8182026-05-27T23:51:13.317Z Downloaded olpc-cjson v0.1.4
8192026-05-27T23:51:13.317Z Downloaded openssl-probe v0.2.1
8202026-05-27T23:51:13.320Z Downloaded hyper-rustls v0.27.7
8212026-05-27T23:51:13.320Z Downloaded openssl-macros v0.1.1
8222026-05-27T23:51:13.320Z Downloaded httparse v1.10.1
8232026-05-27T23:51:13.322Z Downloaded half v2.7.1
8242026-05-27T23:51:13.325Z Downloaded libsw-core v0.3.2
8252026-05-27T23:51:13.342Z Downloaded oso-derive v0.27.3
8262026-05-27T23:51:13.345Z Downloaded newtype-uuid v1.3.2
8272026-05-27T23:51:13.345Z Downloaded lock_api v0.4.14
8282026-05-27T23:51:13.345Z Downloaded linear-map v1.2.0
8292026-05-27T23:51:13.348Z Downloaded libsw v3.5.0
8302026-05-27T23:51:13.348Z Downloaded futures v0.3.32
8312026-05-27T23:51:13.351Z Downloaded compact_str v0.8.1
8322026-05-27T23:51:13.354Z Downloaded pbkdf2 v0.11.0
8332026-05-27T23:51:13.354Z Downloaded path-slash v0.1.5
8342026-05-27T23:51:13.357Z Downloaded packed_struct_codegen v0.10.1
8352026-05-27T23:51:13.357Z Downloaded iana-time-zone v0.1.65
8362026-05-27T23:51:13.360Z Downloaded nonempty v0.12.0
8372026-05-27T23:51:13.360Z Downloaded native-tls v0.2.18
8382026-05-27T23:51:13.363Z Downloaded bumpalo v3.20.2
8392026-05-27T23:51:13.363Z Downloaded parse-size v1.1.0
8402026-05-27T23:51:13.365Z Downloaded ingot v0.1.1
8412026-05-27T23:51:13.365Z Downloaded hmac v0.12.1
8422026-05-27T23:51:13.365Z Downloaded multer v3.1.0
8432026-05-27T23:51:13.368Z Downloaded pbkdf2 v0.12.2
8442026-05-27T23:51:13.368Z Downloaded parse-display v0.10.0
8452026-05-27T23:51:13.371Z Downloaded phf_shared v0.11.3
8462026-05-27T23:51:13.371Z Downloaded phf_shared v0.13.1
8472026-05-27T23:51:13.374Z Downloaded peg-runtime v0.8.5
8482026-05-27T23:51:13.374Z Downloaded num_enum v0.5.11
8492026-05-27T23:51:13.377Z Downloaded num-rational v0.4.2
8502026-05-27T23:51:13.377Z Downloaded nanorand v0.7.0
8512026-05-27T23:51:13.380Z Downloaded elliptic-curve v0.13.8
8522026-05-27T23:51:13.383Z Downloaded darling_core v0.21.3
8532026-05-27T23:51:13.386Z Downloaded darling_core v0.20.11
8542026-05-27T23:51:13.389Z Downloaded num v0.4.3
8552026-05-27T23:51:13.389Z Downloaded fatfs v0.3.6
8562026-05-27T23:51:13.392Z Downloaded const_format v0.2.35
8572026-05-27T23:51:13.395Z Downloaded env_logger v0.11.9
8582026-05-27T23:51:13.395Z Downloaded ingot-macros v0.1.1
8592026-05-27T23:51:13.398Z Downloaded powerfmt v0.2.0
8602026-05-27T23:51:13.398Z Downloaded arc-swap v1.8.2
8612026-05-27T23:51:13.401Z Downloaded num-integer v0.1.46
8622026-05-27T23:51:13.401Z Downloaded num-derive v0.4.2
8632026-05-27T23:51:13.404Z Downloaded ignore v0.4.25
8642026-05-27T23:51:13.404Z Downloaded predicates-core v1.0.10
8652026-05-27T23:51:13.406Z Downloaded bytes v1.11.1
8662026-05-27T23:51:13.409Z Downloaded ar_archive_writer v0.5.1
8672026-05-27T23:51:13.409Z Downloaded precomputed-hash v0.1.1
8682026-05-27T23:51:13.409Z Downloaded base64 v0.21.7
8692026-05-27T23:51:13.412Z Downloaded pin-utils v0.1.0
8702026-05-27T23:51:13.415Z Downloaded predicates-tree v1.0.13
8712026-05-27T23:51:13.415Z Downloaded phf_shared v0.12.1
8722026-05-27T23:51:13.415Z Downloaded nu-ansi-term v0.50.3
8732026-05-27T23:51:13.418Z Downloaded ed25519-dalek v2.2.0
8742026-05-27T23:51:13.418Z Downloaded num_enum_derive v0.7.5
8752026-05-27T23:51:13.421Z Downloaded oxide-tokio-rt v0.1.4
8762026-05-27T23:51:13.421Z Downloaded owo-colors v4.3.0
8772026-05-27T23:51:13.424Z Downloaded paste v1.0.15
8782026-05-27T23:51:13.427Z Downloaded mime_guess v2.0.5
8792026-05-27T23:51:13.427Z Downloaded darling_core v0.23.0
8802026-05-27T23:51:13.430Z Downloaded indexmap v1.9.3
8812026-05-27T23:51:13.433Z Downloaded progenitor-client v0.10.0
8822026-05-27T23:51:13.433Z Downloaded proc-macro-crate v3.4.0
8832026-05-27T23:51:13.433Z Downloaded proc-macro-crate v1.3.1
8842026-05-27T23:51:13.436Z Downloaded parking_lot_core v0.8.6
8852026-05-27T23:51:13.436Z Downloaded heapless v0.7.17
8862026-05-27T23:51:13.439Z Downloaded headers v0.4.1
8872026-05-27T23:51:13.442Z Downloaded heapless v0.8.0
8882026-05-27T23:51:13.444Z Downloaded memmap2 v0.9.10
8892026-05-27T23:51:13.447Z Downloaded password-hash v0.4.2
8902026-05-27T23:51:13.447Z Downloaded parse-display-derive v0.10.0
8912026-05-27T23:51:13.451Z Downloaded proc-macro-error-attr2 v2.0.0
8922026-05-27T23:51:13.451Z Downloaded packed_struct v0.10.1
8932026-05-27T23:51:13.451Z Downloaded peg-macros v0.8.5
8942026-05-27T23:51:13.454Z Downloaded peg v0.8.5
8952026-05-27T23:51:13.454Z Downloaded psl-types v2.0.11
8962026-05-27T23:51:13.457Z Downloaded progenitor-client v0.14.0
8972026-05-27T23:51:13.457Z Downloaded phf v0.13.1
8982026-05-27T23:51:13.457Z Downloaded progenitor-macro v0.13.0
8992026-05-27T23:51:13.460Z Downloaded progenitor-macro v0.11.2
9002026-05-27T23:51:13.461Z Downloaded pem-rfc7468 v0.7.0
9012026-05-27T23:51:13.461Z Downloaded pem v3.0.6
9022026-05-27T23:51:13.464Z Downloaded quick-error v1.2.3
9032026-05-27T23:51:13.464Z Downloaded progenitor-macro v0.14.0
9042026-05-27T23:51:13.464Z Downloaded flate2 v1.1.9
9052026-05-27T23:51:13.467Z Downloaded cc v1.2.56
9062026-05-27T23:51:13.470Z Downloaded derive_more v2.1.1
9072026-05-27T23:51:13.475Z Downloaded pin-project-internal v1.1.11
9082026-05-27T23:51:13.478Z Downloaded crossbeam-channel v0.5.15
9092026-05-27T23:51:13.480Z Downloaded pkg-config v0.3.32
9102026-05-27T23:51:13.483Z Downloaded num_enum v0.7.5
9112026-05-27T23:51:13.486Z Downloaded pin-project-lite v0.2.17
9122026-05-27T23:51:13.489Z Downloaded rand_xorshift v0.4.0
9132026-05-27T23:51:13.489Z Downloaded polyval v0.6.2
9142026-05-27T23:51:13.492Z Downloaded libbz2-rs-sys v0.2.2
9152026-05-27T23:51:13.492Z Downloaded rand_chacha v0.3.1
9162026-05-27T23:51:13.495Z Downloaded poly1305 v0.8.0
9172026-05-27T23:51:13.495Z Downloaded radium v0.7.0
9182026-05-27T23:51:13.498Z Downloaded pkcs8 v0.10.2
9192026-05-27T23:51:13.498Z Downloaded omicron-zone-package v0.12.2
9202026-05-27T23:51:13.500Z Downloaded litrs v1.0.0
9212026-05-27T23:51:13.503Z Downloaded ppv-lite86 v0.2.21
9222026-05-27T23:51:13.506Z Downloaded ref-cast v1.0.25
9232026-05-27T23:51:13.509Z Downloaded ref-cast-impl v1.0.25
9242026-05-27T23:51:13.509Z Downloaded recursive-proc-macro-impl v0.1.1
9252026-05-27T23:51:13.512Z Downloaded recursive v0.1.1
9262026-05-27T23:51:13.515Z Downloaded rfc6979 v0.4.0
9272026-05-27T23:51:13.515Z Downloaded progenitor-client v0.13.0
9282026-05-27T23:51:13.517Z Downloaded progenitor-client v0.11.2
9292026-05-27T23:51:13.517Z Downloaded proc-macro-error2 v2.0.1
9302026-05-27T23:51:13.520Z Downloaded primeorder v0.13.6
9312026-05-27T23:51:13.521Z Downloaded password-hash v0.5.0
9322026-05-27T23:51:13.521Z Downloaded progenitor v0.11.2
9332026-05-27T23:51:13.523Z Downloaded predicates v3.1.4
9342026-05-27T23:51:13.526Z Downloaded hickory-resolver v0.25.2
9352026-05-27T23:51:13.526Z Downloaded hickory-resolver v0.24.4
9362026-05-27T23:51:13.529Z Downloaded parking_lot_core v0.9.12
9372026-05-27T23:51:13.532Z Downloaded progenitor-extras v0.2.0
9382026-05-27T23:51:13.532Z Downloaded parking_lot v0.12.5
9392026-05-27T23:51:13.535Z Downloaded progenitor v0.14.0
9402026-05-27T23:51:13.535Z Downloaded progenitor v0.13.0
9412026-05-27T23:51:13.538Z Downloaded psm v0.1.30
9422026-05-27T23:51:13.538Z Downloaded num-complex v0.4.6
9432026-05-27T23:51:13.541Z Downloaded parking_lot v0.11.2
9442026-05-27T23:51:13.541Z Downloaded russh-cryptovec v0.7.3
9452026-05-27T23:51:13.544Z Downloaded rtoolbox v0.0.3
9462026-05-27T23:51:13.547Z Downloaded r2d2 v0.8.10
9472026-05-27T23:51:13.550Z Downloaded expectorate v1.2.0
9482026-05-27T23:51:13.553Z Downloaded crypto-bigint v0.5.5
9492026-05-27T23:51:13.556Z Downloaded phf v0.12.1
9502026-05-27T23:51:13.559Z Downloaded rustc_version v0.1.7
9512026-05-27T23:51:13.567Z Downloaded async-compression v0.4.41
9522026-05-27T23:51:13.571Z Downloaded pkcs5 v0.7.1
9532026-05-27T23:51:13.574Z Downloaded postgres-protocol v0.6.10
9542026-05-27T23:51:13.577Z Downloaded same-file v1.0.6
9552026-05-27T23:51:13.577Z Downloaded postgres-types v0.2.12
9562026-05-27T23:51:13.580Z Downloaded postcard v1.1.3
9572026-05-27T23:51:13.580Z Downloaded pkcs1 v0.7.5
9582026-05-27T23:51:13.583Z Downloaded rand_core v0.6.4
9592026-05-27T23:51:13.585Z Downloaded sapling-renderdag v0.1.0
9602026-05-27T23:51:13.585Z Downloaded oxnet v0.1.4
9612026-05-27T23:51:13.585Z Downloaded oso v0.27.3
9622026-05-27T23:51:13.588Z Downloaded rand_seeder v0.4.0
9632026-05-27T23:51:13.591Z Downloaded rand_core v0.10.0
9642026-05-27T23:51:13.591Z Downloaded scroll_derive v0.13.1
9652026-05-27T23:51:13.591Z Downloaded rand_core v0.9.5
9662026-05-27T23:51:13.594Z Downloaded scheduled-thread-pool v0.2.7
9672026-05-27T23:51:13.594Z Downloaded scopeguard v1.2.0
9682026-05-27T23:51:13.594Z Downloaded salsa20 v0.10.2
9692026-05-27T23:51:13.598Z Downloaded seq-macro v0.3.6
9702026-05-27T23:51:13.600Z Downloaded secrecy v0.8.0
9712026-05-27T23:51:13.601Z Downloaded scrypt v0.11.0
9722026-05-27T23:51:13.604Z Downloaded papergrid v0.17.0
9732026-05-27T23:51:13.607Z Downloaded resolv-conf v0.7.6
9742026-05-27T23:51:13.607Z Downloaded miniz_oxide v0.8.9
9752026-05-27T23:51:13.610Z Downloaded semver v0.1.20
9762026-05-27T23:51:13.610Z Downloaded indicatif v0.18.4
9772026-05-27T23:51:13.613Z Downloaded secrecy v0.10.3
9782026-05-27T23:51:13.613Z Downloaded p256 v0.13.2
9792026-05-27T23:51:13.616Z Downloaded der v0.7.10
9802026-05-27T23:51:13.619Z Downloaded jiff-static v0.2.21
9812026-05-27T23:51:13.622Z Downloaded serde-big-array v0.5.1
9822026-05-27T23:51:13.622Z Downloaded rustc-hash v2.1.1
9832026-05-27T23:51:13.624Z Downloaded serde_plain v1.0.2
9842026-05-27T23:51:13.631Z Downloaded rustc_version v0.4.1
9852026-05-27T23:51:13.634Z Downloaded quinn-udp v0.5.14
9862026-05-27T23:51:13.634Z Downloaded serde_bytes v0.11.19
9872026-05-27T23:51:13.636Z Downloaded pin-project v1.1.11
9882026-05-27T23:51:13.641Z Downloaded serde_repr v0.1.20
9892026-05-27T23:51:13.644Z Downloaded rustls-pemfile v2.2.0
9902026-05-27T23:51:13.644Z Downloaded rustversion v1.0.22
9912026-05-27T23:51:13.647Z Downloaded signal-hook-mio v0.2.5
9922026-05-27T23:51:13.647Z Downloaded serde_spanned v1.0.4
9932026-05-27T23:51:13.650Z Downloaded shell-words v1.1.1
9942026-05-27T23:51:13.650Z Downloaded serde_urlencoded v0.7.1
9952026-05-27T23:51:13.650Z Downloaded sigpipe v0.1.3
9962026-05-27T23:51:13.653Z Downloaded rustls-native-certs v0.8.3
9972026-05-27T23:51:13.653Z Downloaded siphasher v1.0.2
9982026-05-27T23:51:13.656Z Downloaded schemars_derive v0.8.22
9992026-05-27T23:51:13.656Z Downloaded rustls-pemfile v1.0.4
10002026-05-27T23:51:13.659Z Downloaded prefix-trie v0.7.0
10012026-05-27T23:51:13.663Z Downloaded openssl-sys v0.9.115
10022026-05-27T23:51:13.667Z Downloaded sha1 v0.10.6
10032026-05-27T23:51:13.669Z Downloaded signature v2.2.0
10042026-05-27T23:51:13.672Z Downloaded sec1 v0.7.3
10052026-05-27T23:51:13.672Z Downloaded sct v0.7.1
10062026-05-27T23:51:13.675Z Downloaded rand_chacha v0.9.0
10072026-05-27T23:51:13.678Z Downloaded scroll v0.13.0
10082026-05-27T23:51:13.681Z Downloaded hickory-server v0.25.2
10092026-05-27T23:51:13.693Z Downloaded slog-bunyan v2.5.0
10102026-05-27T23:51:13.696Z Downloaded slog-envlogger v2.2.0
10112026-05-27T23:51:13.696Z Downloaded hashbrown v0.13.2
10122026-05-27T23:51:13.699Z Downloaded crossterm v0.28.1
10132026-05-27T23:51:13.703Z Downloaded progenitor-impl v0.11.2
10142026-05-27T23:51:13.710Z Downloaded ssh-encoding v0.2.0
10152026-05-27T23:51:13.718Z Downloaded serde_path_to_error v0.1.20
10162026-05-27T23:51:13.720Z Downloaded serde-hex v0.1.0
10172026-05-27T23:51:13.723Z Downloaded serde_derive_internals v0.29.1
10182026-05-27T23:51:13.732Z Downloaded sqlparser_derive v0.5.0
10192026-05-27T23:51:13.732Z Downloaded serde_with_macros v1.5.2
10202026-05-27T23:51:13.732Z Downloaded rusty-fork v0.3.1
10212026-05-27T23:51:13.736Z Downloaded http v1.4.0
10222026-05-27T23:51:13.739Z Downloaded shlex v1.3.0
10232026-05-27T23:51:13.741Z Downloaded hyper-util v0.1.20
10242026-05-27T23:51:13.744Z Downloaded ssh-cipher v0.2.0
10252026-05-27T23:51:13.747Z Downloaded signal-hook-registry v1.4.8
10262026-05-27T23:51:13.747Z Downloaded structmeta v0.3.0
10272026-05-27T23:51:13.750Z Downloaded strum v0.26.3
10282026-05-27T23:51:13.750Z Downloaded strsim v0.10.0
10292026-05-27T23:51:13.750Z Downloaded strip-ansi-escapes v0.2.1
10302026-05-27T23:51:13.753Z Downloaded simd-adler32 v0.3.8
10312026-05-27T23:51:13.753Z Downloaded structmeta-derive v0.3.0
10322026-05-27T23:51:13.753Z Downloaded rustls-pki-types v1.14.0
10332026-05-27T23:51:13.756Z Downloaded signal-hook-tokio v0.3.1
10342026-05-27T23:51:13.759Z Downloaded prettyplease v0.2.37
10352026-05-27T23:51:13.769Z Downloaded progenitor-impl v0.13.0
10362026-05-27T23:51:13.772Z Downloaded slab v0.4.12
10372026-05-27T23:51:13.777Z Downloaded supports-color v3.0.2
10382026-05-27T23:51:13.781Z Downloaded sync_wrapper v1.0.2
10392026-05-27T23:51:13.781Z Downloaded subtle v2.6.1
10402026-05-27T23:51:13.784Z Downloaded dropshot-api-manager v0.7.2
10412026-05-27T23:51:13.784Z Downloaded progenitor-impl v0.14.0
10422026-05-27T23:51:13.787Z Downloaded minimal-lexical v0.2.1
10432026-05-27T23:51:13.789Z Downloaded take_mut v0.2.2
10442026-05-27T23:51:13.790Z Downloaded crossterm v0.29.0
10452026-05-27T23:51:13.793Z Downloaded tap v1.0.1
10462026-05-27T23:51:13.796Z Downloaded tagptr v0.2.0
10472026-05-27T23:51:13.796Z Downloaded tabwriter v1.4.1
10482026-05-27T23:51:13.796Z Downloaded ron v0.8.1
10492026-05-27T23:51:13.799Z Downloaded slog-term v2.9.2
10502026-05-27T23:51:13.802Z Downloaded spki v0.7.3
10512026-05-27T23:51:13.805Z Downloaded russh-keys v0.45.0
10522026-05-27T23:51:13.805Z Downloaded itertools v0.10.5
10532026-05-27T23:51:13.808Z Downloaded time-core v0.1.8
10542026-05-27T23:51:13.811Z Downloaded thread-id v5.1.0
10552026-05-27T23:51:13.811Z Downloaded testing_table v0.3.0
10562026-05-27T23:51:13.815Z Downloaded termtree v0.5.1
10572026-05-27T23:51:13.816Z Downloaded thiserror-impl-no-std v2.0.2
10582026-05-27T23:51:13.816Z Downloaded rcgen v0.12.1
10592026-05-27T23:51:13.819Z Downloaded snafu-derive v0.8.9
10602026-05-27T23:51:13.819Z Downloaded string_cache v0.8.9
10612026-05-27T23:51:13.819Z Downloaded ryu v1.0.23
10622026-05-27T23:51:13.821Z Downloaded stacker v0.1.23
10632026-05-27T23:51:13.821Z Downloaded serde_with_macros v3.17.0
10642026-05-27T23:51:13.824Z Downloaded smf v0.2.3
10652026-05-27T23:51:13.824Z Downloaded smallvec v0.6.14
10662026-05-27T23:51:13.824Z Downloaded serde_cbor v0.11.2
10672026-05-27T23:51:13.827Z Downloaded tinyvec_macros v0.1.1
10682026-05-27T23:51:13.827Z Downloaded static_assertions v1.1.0
10692026-05-27T23:51:13.830Z Downloaded sync-ptr v0.1.4
10702026-05-27T23:51:13.830Z Downloaded slog-stdlog v4.1.1
10712026-05-27T23:51:13.830Z Downloaded slog-scope v4.4.1
10722026-05-27T23:51:13.833Z Downloaded slog-dtrace v0.3.0
10732026-05-27T23:51:13.833Z Downloaded slog-async v2.8.0
10742026-05-27T23:51:13.836Z Downloaded publicsuffix v2.3.0
10752026-05-27T23:51:13.839Z Downloaded hashbrown v0.12.3
10762026-05-27T23:51:13.842Z Downloaded hashbrown v0.16.1
10772026-05-27T23:51:13.844Z Downloaded tokio-macros v2.7.0
10782026-05-27T23:51:13.847Z Downloaded strum_macros v0.24.3
10792026-05-27T23:51:13.847Z Downloaded strum v0.27.2
10802026-05-27T23:51:13.847Z Downloaded stringprep v0.1.5
10812026-05-27T23:51:13.850Z Downloaded pretty_assertions v1.4.1
10822026-05-27T23:51:13.850Z Downloaded rustls-platform-verifier v0.6.2
10832026-05-27T23:51:13.856Z Downloaded slog-json v2.6.1
10842026-05-27T23:51:13.859Z Downloaded quinn v0.11.9
10852026-05-27T23:51:13.862Z Downloaded schemars v0.8.22
10862026-05-27T23:51:13.870Z Downloaded support-bundle-viewer v0.1.2
10872026-05-27T23:51:13.872Z Downloaded strum_macros v0.27.2
10882026-05-27T23:51:13.877Z Downloaded tabled_derive v0.11.0
10892026-05-27T23:51:13.877Z Downloaded sqlformat v0.3.5
10902026-05-27T23:51:13.879Z Downloaded thread_local v1.1.9
10912026-05-27T23:51:13.879Z Downloaded nom v7.1.3
10922026-05-27T23:51:13.882Z Downloaded num-bigint v0.4.6
10932026-05-27T23:51:13.893Z Downloaded tiny-keccak v2.0.2
10942026-05-27T23:51:13.896Z Downloaded termios v0.3.3
10952026-05-27T23:51:13.896Z Downloaded spin v0.9.8
10962026-05-27T23:51:13.898Z Downloaded try-lock v0.2.5
10972026-05-27T23:51:13.902Z Downloaded time-macros v0.2.27
10982026-05-27T23:51:13.905Z Downloaded thiserror-no-std v2.0.2
10992026-05-27T23:51:13.907Z Downloaded strum_macros v0.26.4
11002026-05-27T23:51:13.910Z Downloaded aes-gcm v0.10.3
11012026-05-27T23:51:13.913Z Downloaded libxml v0.3.3
11022026-05-27T23:51:13.916Z Downloaded mio v1.2.0
11032026-05-27T23:51:13.920Z Downloaded tokio-dtrace v0.1.1
11042026-05-27T23:51:13.922Z Downloaded tls_codec v0.4.2
11052026-05-27T23:51:13.922Z Downloaded signal-hook v0.3.18
11062026-05-27T23:51:13.925Z Downloaded unarray v0.1.4
11072026-05-27T23:51:13.925Z Downloaded tls_codec_derive v0.4.2
11082026-05-27T23:51:13.929Z Downloaded unicode-truncate v1.1.0
11092026-05-27T23:51:13.929Z Downloaded tower-layer v0.3.3
11102026-05-27T23:51:13.932Z Downloaded untrusted v0.9.0
11112026-05-27T23:51:13.932Z Downloaded trait-variant v0.1.2
11122026-05-27T23:51:13.932Z Downloaded tower-service v0.3.3
11132026-05-27T23:51:13.932Z Downloaded slog v2.8.2
11142026-05-27T23:51:13.935Z Downloaded untrusted v0.7.1
11152026-05-27T23:51:13.935Z Downloaded rsa v0.9.10
11162026-05-27T23:51:13.940Z Downloaded rand v0.8.6
11172026-05-27T23:51:13.943Z Downloaded term v0.7.0
11182026-05-27T23:51:13.945Z Downloaded tokio-native-tls v0.3.1
11192026-05-27T23:51:13.948Z Downloaded rayon-core v1.13.0
11202026-05-27T23:51:13.951Z Downloaded similar v2.7.0
11212026-05-27T23:51:13.955Z Downloaded unit-prefix v0.5.2
11222026-05-27T23:51:13.955Z Downloaded typify-macro v0.6.2
11232026-05-27T23:51:13.958Z Downloaded schemars v0.9.0
11242026-05-27T23:51:13.961Z Downloaded socket2 v0.5.10
11252026-05-27T23:51:13.964Z Downloaded tokio-rustls v0.25.0
11262026-05-27T23:51:13.966Z Downloaded tokio-tungstenite v0.23.1
11272026-05-27T23:51:13.966Z Downloaded utf-8 v0.7.6
11282026-05-27T23:51:13.969Z Downloaded usdt v0.6.0
11292026-05-27T23:51:13.969Z Downloaded hashbrown v0.15.5
11302026-05-27T23:51:13.972Z Downloaded usdt-attr-macro v0.6.0
11312026-05-27T23:51:13.975Z Downloaded usdt-macro v0.6.0
11322026-05-27T23:51:13.975Z Downloaded universal-hash v0.5.1
11332026-05-27T23:51:13.975Z Downloaded itertools v0.12.1
11342026-05-27T23:51:13.978Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11352026-05-27T23:51:13.981Z Downloaded term v1.2.1
11362026-05-27T23:51:13.981Z Downloaded topological-sort v0.2.2
11372026-05-27T23:51:13.984Z Downloaded void v1.0.2
11382026-05-27T23:51:13.984Z Downloaded toml_writer v1.0.6+spec-1.1.0
11392026-05-27T23:51:13.984Z Downloaded socket2 v0.6.3
11402026-05-27T23:51:13.987Z Downloaded iri-string v0.7.10
11412026-05-27T23:51:13.990Z Downloaded subprocess v0.2.15
11422026-05-27T23:51:14.005Z Downloaded rustls-webpki v0.103.9
11432026-05-27T23:51:14.008Z Downloaded hkdf v0.12.4
11442026-05-27T23:51:14.011Z Downloaded serde_yaml v0.9.34+deprecated
11452026-05-27T23:51:14.014Z Downloaded want v0.3.1
11462026-05-27T23:51:14.017Z Downloaded wait-timeout v0.2.1
11472026-05-27T23:51:14.020Z Downloaded xattr v1.6.1
11482026-05-27T23:51:14.020Z Downloaded waitgroup v0.1.2
11492026-05-27T23:51:14.022Z Downloaded itertools v0.14.0
11502026-05-27T23:51:14.033Z Downloaded tokio-rustls v0.24.1
11512026-05-27T23:51:14.036Z Downloaded typify-macro v0.4.3
11522026-05-27T23:51:14.036Z Downloaded tui-tree-widget v0.23.1
11532026-05-27T23:51:14.039Z Downloaded xshell-macros v0.2.7
11542026-05-27T23:51:14.039Z Downloaded samael v0.0.19
11552026-05-27T23:51:14.042Z Downloaded unicase v2.9.0
11562026-05-27T23:51:14.047Z Downloaded test-strategy v0.4.5
11572026-05-27T23:51:14.049Z Downloaded tokio-stream v0.1.18
11582026-05-27T23:51:14.052Z Downloaded tokio-rustls v0.26.4
11592026-05-27T23:51:14.055Z Downloaded zeroize_derive v1.4.3
11602026-05-27T23:51:14.055Z Downloaded usdt-impl v0.6.0
11612026-05-27T23:51:14.058Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11622026-05-27T23:51:14.058Z Downloaded tinyvec v1.10.0
11632026-05-27T23:51:14.061Z Downloaded num-bigint-dig v0.8.6
11642026-05-27T23:51:14.064Z Downloaded uzers v0.12.2
11652026-05-27T23:51:14.064Z Downloaded toml_parser v1.0.9+spec-1.1.0
11662026-05-27T23:51:14.067Z Downloaded hyper v1.8.1
11672026-05-27T23:51:14.070Z Downloaded vsss-rs v3.3.4
11682026-05-27T23:51:14.073Z Downloaded vergen-lib v9.1.0
11692026-05-27T23:51:14.073Z Downloaded schemars v1.2.1
11702026-05-27T23:51:14.080Z Downloaded walkdir v2.5.0
11712026-05-27T23:51:14.083Z Downloaded qorb v0.4.1
11722026-05-27T23:51:14.086Z Downloaded zone_cfg_derive v0.3.1
11732026-05-27T23:51:14.086Z Downloaded zone v0.3.1
11742026-05-27T23:51:14.086Z Downloaded h2 v0.4.13
11752026-05-27T23:51:14.089Z Downloaded unicode-properties v0.1.4
11762026-05-27T23:51:14.092Z Downloaded futures-util v0.3.32
11772026-05-27T23:51:14.096Z Downloaded whoami v1.6.1
11782026-05-27T23:51:14.099Z Downloaded vergen-git2 v9.1.0
11792026-05-27T23:51:14.099Z Downloaded vergen-lib v0.1.6
11802026-05-27T23:51:14.102Z Downloaded russh v0.45.0
11812026-05-27T23:51:14.104Z Downloaded vergen-gitcl v1.0.8
11822026-05-27T23:51:14.104Z Downloaded tracing-attributes v0.1.31
11832026-05-27T23:51:14.107Z Downloaded rand v0.10.0
11842026-05-27T23:51:14.107Z Downloaded wyz v0.5.1
11852026-05-27T23:51:14.110Z Downloaded twox-hash v2.1.2
11862026-05-27T23:51:14.110Z Downloaded p521 v0.13.3
11872026-05-27T23:51:14.113Z Downloaded rand v0.9.2
11882026-05-27T23:51:14.116Z Downloaded xshell v0.2.7
11892026-05-27T23:51:14.116Z Downloaded toml v0.7.8
11902026-05-27T23:51:14.119Z Downloaded tar v0.4.45
11912026-05-27T23:51:14.119Z Downloaded itertools v0.13.0
11922026-05-27T23:51:14.122Z Downloaded whoami v2.1.0
11932026-05-27T23:51:14.125Z Downloaded blake3 v1.8.3
11942026-05-27T23:51:14.128Z Downloaded zeroize v1.8.2
11952026-05-27T23:51:14.131Z Downloaded tokio-tungstenite v0.21.0
11962026-05-27T23:51:14.131Z Downloaded snafu v0.8.9
11972026-05-27T23:51:14.134Z Downloaded zstd-safe v7.2.4
11982026-05-27T23:51:14.138Z Downloaded tracing-core v0.1.36
11992026-05-27T23:51:14.138Z Downloaded libm v0.2.16
12002026-05-27T23:51:14.142Z Downloaded aho-corasick v1.1.4
12012026-05-27T23:51:14.145Z Downloaded steno v0.4.1
12022026-05-27T23:51:14.153Z Downloaded zstd v0.13.3
12032026-05-27T23:51:14.158Z Downloaded vergen v9.1.0
12042026-05-27T23:51:14.173Z Downloaded yasna v0.5.2
12052026-05-27T23:51:14.176Z Downloaded toml v1.0.6+spec-1.1.0
12062026-05-27T23:51:14.179Z Downloaded tungstenite v0.23.0
12072026-05-27T23:51:14.179Z Downloaded zerocopy v0.6.6
12082026-05-27T23:51:14.182Z Downloaded typify v0.6.2
12092026-05-27T23:51:14.184Z Downloaded unicode-bidi v0.3.18
12102026-05-27T23:51:14.190Z Downloaded rpassword v7.4.0
12112026-05-27T23:51:14.193Z Downloaded unsafe-libyaml v0.2.11
12122026-05-27T23:51:14.200Z Downloaded serde_with v1.14.0
12132026-05-27T23:51:14.203Z Downloaded tungstenite v0.21.0
12142026-05-27T23:51:14.206Z Downloaded toml_edit v0.23.10+spec-1.0.0
12152026-05-27T23:51:14.209Z Downloaded rustyline v14.0.0
12162026-05-27T23:51:14.212Z Downloaded iddqd v0.4.2
12172026-05-27T23:51:14.234Z Downloaded typify v0.4.3
12182026-05-27T23:51:14.242Z Downloaded tokio-postgres v0.7.16
12192026-05-27T23:51:14.249Z Downloaded ssh-key v0.6.7
12202026-05-27T23:51:14.255Z Downloaded regex v1.12.3
12212026-05-27T23:51:14.258Z Downloaded toml_edit v0.19.15
12222026-05-27T23:51:14.267Z Downloaded uuid v1.23.0
12232026-05-27T23:51:14.270Z Downloaded bitvec v1.0.1
12242026-05-27T23:51:14.277Z Downloaded yansi v1.0.1
12252026-05-27T23:51:14.280Z Downloaded git2 v0.20.4
12262026-05-27T23:51:14.283Z Downloaded zip v0.6.6
12272026-05-27T23:51:14.286Z Downloaded zopfli v0.8.3
12282026-05-27T23:51:14.289Z Downloaded vte v0.14.1
12292026-05-27T23:51:14.289Z Downloaded bindgen v0.71.1
12302026-05-27T23:51:14.292Z Downloaded reedline v0.40.0
12312026-05-27T23:51:14.308Z Downloaded chrono v0.4.44
12322026-05-27T23:51:14.320Z Downloaded rayon v1.11.0
12332026-05-27T23:51:14.325Z Downloaded p384 v0.13.1
12342026-05-27T23:51:14.330Z Downloaded reqwest v0.13.2
12352026-05-27T23:51:14.333Z Downloaded tower v0.5.3
12362026-05-27T23:51:14.338Z Downloaded reqwest v0.12.28
12372026-05-27T23:51:14.346Z Downloaded rustls-webpki v0.101.7
12382026-05-27T23:51:14.354Z Downloaded x509-cert v0.2.5
12392026-05-27T23:51:14.357Z Downloaded zerocopy-derive v0.8.40
12402026-05-27T23:51:14.362Z Downloaded salty v0.3.0
12412026-05-27T23:51:14.366Z Downloaded unicode_categories v0.1.1
12422026-05-27T23:51:14.369Z Downloaded unicode-segmentation v1.12.0
12432026-05-27T23:51:14.371Z Downloaded quick-xml v0.37.5
12442026-05-27T23:51:14.375Z Downloaded portable-atomic v1.13.1
12452026-05-27T23:51:14.377Z Downloaded lalrpop v0.19.12
12462026-05-27T23:51:14.388Z Downloaded goblin v0.10.5
12472026-05-27T23:51:14.393Z Downloaded typed-path v0.9.3
12482026-05-27T23:51:14.396Z Downloaded moka v0.12.13
12492026-05-27T23:51:14.404Z Downloaded proptest v1.10.0
12502026-05-27T23:51:14.419Z Downloaded unicode-normalization v0.1.25
12512026-05-27T23:51:14.435Z Downloaded rustls-webpki v0.102.8
12522026-05-27T23:51:14.445Z Downloaded tokio-util v0.7.18
12532026-05-27T23:51:14.449Z Downloaded serde_with v3.17.0
12542026-05-27T23:51:14.455Z Downloaded object v0.30.4
12552026-05-27T23:51:14.461Z Downloaded petname v2.0.2
12562026-05-27T23:51:14.467Z Downloaded tower-http v0.6.8
12572026-05-27T23:51:14.472Z Downloaded winnow v0.6.26
12582026-05-27T23:51:14.482Z Downloaded polar-core v0.27.3
12592026-05-27T23:51:14.489Z Downloaded tough v0.22.0
12602026-05-27T23:51:14.494Z Downloaded zip v4.6.1
12612026-05-27T23:51:14.498Z Downloaded radix_trie v0.2.1
12622026-05-27T23:51:14.503Z Downloaded quinn-proto v0.11.13
12632026-05-27T23:51:14.507Z Downloaded bstr v1.12.1
12642026-05-27T23:51:14.516Z Downloaded curve25519-dalek v4.1.3
12652026-05-27T23:51:14.525Z Downloaded openssl v0.10.79
12662026-05-27T23:51:14.564Z Downloaded nix v0.28.0
12672026-05-27T23:51:14.571Z Downloaded winnow v0.5.40
12682026-05-27T23:51:14.586Z Downloaded rustls v0.21.12
12692026-05-27T23:51:14.596Z Downloaded webpki-roots v1.0.6
12702026-05-27T23:51:14.599Z Downloaded nix v0.27.1
12712026-05-27T23:51:14.604Z Downloaded zlib-rs v0.6.2
12722026-05-27T23:51:14.607Z Downloaded nix v0.31.2
12732026-05-27T23:51:14.614Z Downloaded regex-syntax v0.6.29
12742026-05-27T23:51:14.618Z Downloaded time v0.3.47
12752026-05-27T23:51:14.624Z Downloaded smoltcp v0.11.0
12762026-05-27T23:51:14.631Z Downloaded openapiv3 v2.2.0
12772026-05-27T23:51:14.638Z Downloaded regress v0.10.5
12782026-05-27T23:51:14.643Z Downloaded diesel v2.3.7
12792026-05-27T23:51:14.654Z Downloaded rustls v0.23.37
12802026-05-27T23:51:14.661Z Downloaded smoltcp v0.9.1
12812026-05-27T23:51:14.667Z Downloaded hickory-proto v0.24.4
12822026-05-27T23:51:14.675Z Downloaded dropshot v0.17.0
12832026-05-27T23:51:14.687Z Downloaded tabled v0.20.0
12842026-05-27T23:51:14.696Z Downloaded vcpkg v0.2.15
12852026-05-27T23:51:14.718Z Downloaded object v0.37.3
12862026-05-27T23:51:14.750Z Downloaded rustls v0.22.4
12872026-05-27T23:51:14.750Z Downloaded zerocopy v0.8.40
12882026-05-27T23:51:14.750Z Downloaded regex-syntax v0.8.10
12892026-05-27T23:51:14.760Z Downloaded hickory-proto v0.25.2
12902026-05-27T23:51:14.775Z Downloaded rustix v0.38.44
12912026-05-27T23:51:14.790Z Downloaded typify-impl v0.6.2
12922026-05-27T23:51:14.797Z Downloaded typify-impl v0.4.3
12932026-05-27T23:51:14.806Z Downloaded ratatui v0.29.0
12942026-05-27T23:51:14.817Z Downloaded bzip2-sys v0.1.13+1.0.8
12952026-05-27T23:51:14.823Z Downloaded regress v0.11.1
12962026-05-27T23:51:14.839Z Downloaded zerocopy-derive v0.6.6
12972026-05-27T23:51:14.857Z Downloaded sqlparser v0.61.0
12982026-05-27T23:51:14.870Z Downloaded chrono-tz v0.10.4
12992026-05-27T23:51:14.879Z Downloaded petgraph v0.8.3
13002026-05-27T23:51:14.891Z Downloaded sled v0.34.7
13012026-05-27T23:51:14.907Z Downloaded tracing v0.1.44
13022026-05-27T23:51:14.917Z Downloaded sha3 v0.10.8
13032026-05-27T23:51:14.963Z Downloaded regex-automata v0.4.14
13042026-05-27T23:51:14.991Z Downloaded petgraph v0.6.5
13052026-05-27T23:51:15.001Z Downloaded ring v0.17.14
13062026-05-27T23:51:15.026Z Downloaded jiff v0.2.21
13072026-05-27T23:51:15.053Z Downloaded csv v1.4.0
13082026-05-27T23:51:15.069Z Downloaded libz-sys v1.1.24
13092026-05-27T23:51:15.086Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13102026-05-27T23:51:15.108Z Downloaded tokio v1.52.1
13112026-05-27T23:51:15.155Z Downloaded encoding_rs v0.8.35
13122026-05-27T23:51:15.196Z Downloaded libgit2-sys v0.18.3+1.9.2
13132026-05-27T23:51:15.641Z Downloaded aws-lc-sys v0.40.0
13142026-05-27T23:51:15.884Z Compiling libc v0.2.185
13152026-05-27T23:51:15.885Z Compiling serde v1.0.228
13162026-05-27T23:51:15.888Z Compiling log v0.4.29
13172026-05-27T23:51:15.888Z Compiling find-msvc-tools v0.1.9
13182026-05-27T23:51:15.888Z Compiling shlex v1.3.0
13192026-05-27T23:51:16.021Z Compiling smallvec v1.15.1
13202026-05-27T23:51:16.032Z Compiling syn v2.0.117
13212026-05-27T23:51:16.049Z Compiling typenum v1.19.0
13222026-05-27T23:51:16.223Z Compiling generic-array v0.14.7
13232026-05-27T23:51:16.241Z Compiling subtle v2.6.1
13242026-05-27T23:51:16.266Z Compiling scopeguard v1.2.0
13252026-05-27T23:51:16.328Z Compiling const-oid v0.9.6
13262026-05-27T23:51:16.355Z Compiling lock_api v0.4.14
13272026-05-27T23:51:16.371Z Compiling serde_json v1.0.149
13282026-05-27T23:51:16.411Z Compiling zerocopy v0.8.40
13292026-05-27T23:51:16.481Z Compiling pin-project-lite v0.2.17
13302026-05-27T23:51:16.587Z Compiling portable-atomic v1.13.1
13312026-05-27T23:51:16.599Z Compiling parking_lot_core v0.9.12
13322026-05-27T23:51:16.861Z Compiling pkg-config v0.3.32
13332026-05-27T23:51:16.878Z Compiling getrandom v0.2.17
13342026-05-27T23:51:16.947Z Compiling jobserver v0.1.34
13352026-05-27T23:51:17.047Z Compiling rand_core v0.6.4
13362026-05-27T23:51:17.047Z Compiling errno v0.3.14
13372026-05-27T23:51:17.152Z Compiling cc v1.2.56
13382026-05-27T23:51:17.216Z Compiling signal-hook-registry v1.4.8
13392026-05-27T23:51:17.406Z Compiling bitflags v2.11.0
13402026-05-27T23:51:17.419Z Compiling futures-core v0.3.32
13412026-05-27T23:51:17.441Z Compiling libm v0.2.16
13422026-05-27T23:51:17.502Z Compiling critical-section v1.2.0
13432026-05-27T23:51:17.576Z Compiling parking_lot v0.12.5
13442026-05-27T23:51:17.612Z Compiling mio v1.2.0
13452026-05-27T23:51:17.642Z Compiling num-traits v0.2.19
13462026-05-27T23:51:17.731Z Compiling percent-encoding v2.3.2
13472026-05-27T23:51:17.763Z Compiling once_cell v1.21.3
13482026-05-27T23:51:17.915Z Compiling socket2 v0.6.3
13492026-05-27T23:51:17.940Z Compiling futures-sink v0.3.32
13502026-05-27T23:51:17.968Z Compiling futures-task v0.3.32
13512026-05-27T23:51:17.980Z Compiling getrandom v0.4.1
13522026-05-27T23:51:18.041Z Compiling futures-channel v0.3.32
13532026-05-27T23:51:18.069Z Compiling futures-io v0.3.32
13542026-05-27T23:51:18.134Z Compiling cpufeatures v0.2.17
13552026-05-27T23:51:18.209Z Compiling slab v0.4.12
13562026-05-27T23:51:18.223Z Compiling rand_core v0.10.0
13572026-05-27T23:51:18.265Z Compiling indexmap v2.14.0
13582026-05-27T23:51:18.323Z Compiling getrandom v0.3.4
13592026-05-27T23:51:18.337Z Compiling rustversion v1.0.22
13602026-05-27T23:51:18.392Z Compiling cmake v0.1.57
13612026-05-27T23:51:18.710Z Compiling form_urlencoded v1.2.2
13622026-05-27T23:51:18.723Z Compiling dunce v1.0.5
13632026-05-27T23:51:18.781Z Compiling fs_extra v1.3.0
13642026-05-27T23:51:18.893Z Compiling synstructure v0.13.2
13652026-05-27T23:51:18.908Z Compiling ident_case v1.0.1
13662026-05-27T23:51:18.937Z Compiling base64ct v1.8.3
13672026-05-27T23:51:19.027Z Compiling rustix v1.1.3
13682026-05-27T23:51:19.058Z Compiling aws-lc-sys v0.40.0
13692026-05-27T23:51:19.217Z Compiling pem-rfc7468 v0.7.0
13702026-05-27T23:51:19.221Z Compiling flagset v0.4.7
13712026-05-27T23:51:19.277Z Compiling regex-syntax v0.8.10
13722026-05-27T23:51:19.358Z Compiling iana-time-zone v0.1.65
13732026-05-27T23:51:19.403Z Compiling rand_core v0.9.5
13742026-05-27T23:51:19.477Z Compiling ring v0.17.14
13752026-05-27T23:51:19.520Z Compiling aws-lc-rs v1.16.3
13762026-05-27T23:51:19.551Z Compiling vcpkg v0.2.15
13772026-05-27T23:51:19.665Z Compiling uuid v1.23.0
13782026-05-27T23:51:19.862Z Compiling rustc_version v0.4.1
13792026-05-27T23:51:20.196Z Compiling tracing-core v0.1.36
13802026-05-27T23:51:20.345Z Compiling openssl-sys v0.9.115
13812026-05-27T23:51:20.424Z Compiling base64 v0.22.1
13822026-05-27T23:51:20.567Z Compiling serde_derive v1.0.228
13832026-05-27T23:51:20.751Z Compiling zeroize_derive v1.4.3
13842026-05-27T23:51:20.765Z Compiling zerofrom-derive v0.1.6
13852026-05-27T23:51:20.847Z Compiling yoke-derive v0.8.1
13862026-05-27T23:51:20.877Z Compiling zerovec-derive v0.11.2
13872026-05-27T23:51:21.404Z Compiling zeroize v1.8.2
13882026-05-27T23:51:21.668Z Compiling zerocopy-derive v0.8.40
13892026-05-27T23:51:22.016Z Compiling displaydoc v0.2.5
13902026-05-27T23:51:22.020Z Compiling tokio-macros v2.7.0
13912026-05-27T23:51:22.154Z Compiling crypto-common v0.1.7
13922026-05-27T23:51:22.175Z Compiling zerofrom v0.1.6
13932026-05-27T23:51:22.298Z Compiling yoke v0.8.1
13942026-05-27T23:51:22.302Z Compiling block-buffer v0.10.4
13952026-05-27T23:51:22.481Z Compiling zerovec v0.11.5
13962026-05-27T23:51:22.482Z Compiling digest v0.10.7
13972026-05-27T23:51:22.736Z Compiling futures-macro v0.3.32
13982026-05-27T23:51:22.749Z Compiling zerotrie v0.2.3
13992026-05-27T23:51:22.753Z Compiling hmac v0.12.1
14002026-05-27T23:51:22.902Z Compiling block-padding v0.3.3
14012026-05-27T23:51:22.987Z Compiling tinystr v0.8.2
14022026-05-27T23:51:23.054Z Compiling potential_utf v0.1.4
14032026-05-27T23:51:23.068Z Compiling inout v0.1.4
14042026-05-27T23:51:23.189Z Compiling icu_locale_core v2.1.1
14052026-05-27T23:51:23.215Z Compiling icu_collections v2.1.1
14062026-05-27T23:51:23.228Z Compiling cipher v0.4.4
14072026-05-27T23:51:23.478Z Compiling sha2 v0.10.9
14082026-05-27T23:51:23.522Z Compiling futures-util v0.3.32
14092026-05-27T23:51:23.681Z Compiling der_derive v0.7.3
14102026-05-27T23:51:24.011Z Compiling bytes v1.11.1
14112026-05-27T23:51:24.056Z Compiling icu_provider v2.1.1
14122026-05-27T23:51:24.343Z Compiling icu_normalizer v2.1.1
14132026-05-27T23:51:24.602Z Compiling tokio v1.52.1
14142026-05-27T23:51:24.620Z Compiling icu_properties v2.1.2
14152026-05-27T23:51:24.667Z Compiling der v0.7.10
14162026-05-27T23:51:24.898Z Compiling http v1.4.0
14172026-05-27T23:51:24.918Z Compiling chrono v0.4.44
14182026-05-27T23:51:25.739Z Compiling idna_adapter v1.2.1
14192026-05-27T23:51:25.792Z Compiling spki v0.7.3
14202026-05-27T23:51:25.846Z Compiling idna v1.1.0
14212026-05-27T23:51:25.876Z Compiling salsa20 v0.10.2
14222026-05-27T23:51:25.913Z Compiling pbkdf2 v0.12.2
14232026-05-27T23:51:25.993Z Compiling ppv-lite86 v0.2.21
14242026-05-27T23:51:26.016Z Compiling rustls-pki-types v1.14.0
14252026-05-27T23:51:26.031Z Compiling tracing-attributes v0.1.31
14262026-05-27T23:51:26.124Z Compiling thiserror-impl v2.0.18
14272026-05-27T23:51:26.293Z Compiling url v2.5.8
14282026-05-27T23:51:26.307Z Compiling rand_chacha v0.9.0
14292026-05-27T23:51:26.457Z Compiling scrypt v0.11.0
14302026-05-27T23:51:26.494Z Compiling http-body v1.0.1
14312026-05-27T23:51:26.645Z Compiling cbc v0.1.2
14322026-05-27T23:51:26.705Z Compiling aes v0.8.4
14332026-05-27T23:51:26.874Z Compiling untrusted v0.9.0
14342026-05-27T23:51:26.996Z Compiling untrusted v0.7.1
14352026-05-27T23:51:26.997Z Compiling tinyvec_macros v0.1.1
14362026-05-27T23:51:27.065Z Compiling openssl-probe v0.2.1
14372026-05-27T23:51:27.079Z Compiling httparse v1.10.1
14382026-05-27T23:51:27.117Z Compiling pkcs5 v0.7.1
14392026-05-27T23:51:27.244Z Compiling tinyvec v1.10.0
14402026-05-27T23:51:27.314Z Compiling tracing v0.1.44
14412026-05-27T23:51:27.432Z Compiling thiserror v2.0.18
14422026-05-27T23:51:27.537Z Compiling pest_generator v2.8.6
14432026-05-27T23:51:27.571Z Compiling rand v0.9.2
14442026-05-27T23:51:27.585Z Compiling serde_derive_internals v0.29.1
14452026-05-27T23:51:27.588Z Compiling aho-corasick v1.1.4
14462026-05-27T23:51:27.758Z Compiling schemars v0.8.22
14472026-05-27T23:51:27.955Z Compiling tower-layer v0.3.3
14482026-05-27T23:51:28.116Z Compiling dyn-clone v1.0.20
14492026-05-27T23:51:28.220Z Compiling try-lock v0.2.5
14502026-05-27T23:51:28.257Z Compiling rustls v0.23.37
14512026-05-27T23:51:28.327Z Compiling tokio-util v0.7.18
14522026-05-27T23:51:28.341Z Compiling atomic-waker v1.1.2
14532026-05-27T23:51:28.426Z Compiling tower-service v0.3.3
14542026-05-27T23:51:28.464Z Compiling regex-automata v0.4.14
14552026-05-27T23:51:28.479Z Compiling schemars_derive v0.8.22
14562026-05-27T23:51:28.518Z Compiling want v0.3.1
14572026-05-27T23:51:28.682Z Compiling pest_derive v2.8.6
14582026-05-27T23:51:29.105Z Compiling h2 v0.4.13
14592026-05-27T23:51:29.231Z Compiling pkcs8 v0.10.2
14602026-05-27T23:51:29.338Z Compiling ipnet v2.11.0
14612026-05-27T23:51:29.499Z Compiling scroll_derive v0.13.1
14622026-05-27T23:51:29.529Z Compiling darling_core v0.20.11
14632026-05-27T23:51:29.695Z Compiling httpdate v1.0.3
14642026-05-27T23:51:29.882Z Compiling pin-utils v0.1.0
14652026-05-27T23:51:29.941Z Compiling openssl v0.10.79
14662026-05-27T23:51:29.958Z Compiling foreign-types-shared v0.1.1
14672026-05-27T23:51:30.047Z Compiling foreign-types v0.3.2
14682026-05-27T23:51:30.123Z Compiling tempfile v3.25.0
14692026-05-27T23:51:30.289Z Compiling unicode-normalization v0.1.25
14702026-05-27T23:51:30.336Z Compiling scroll v0.13.0
14712026-05-27T23:51:30.607Z Compiling openssl-macros v0.1.1
14722026-05-27T23:51:30.742Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14732026-05-27T23:51:30.908Z Compiling spin v0.9.8
14742026-05-27T23:51:30.997Z Compiling crc32fast v1.5.0
14752026-05-27T23:51:31.115Z Compiling powerfmt v0.2.0
14762026-05-27T23:51:31.131Z Compiling time-core v0.1.8
14772026-05-27T23:51:31.264Z Compiling native-tls v0.2.18
14782026-05-27T23:51:31.279Z Compiling num-conv v0.2.0
14792026-05-27T23:51:31.363Z Compiling deranged v0.5.8
14802026-05-27T23:51:31.408Z Compiling time-macros v0.2.27
14812026-05-27T23:51:31.840Z Compiling darling_macro v0.20.11
14822026-05-27T23:51:32.295Z Compiling hyper v1.8.1
14832026-05-27T23:51:32.324Z Compiling darling v0.20.11
14842026-05-27T23:51:32.408Z Compiling goblin v0.10.5
14852026-05-27T23:51:32.446Z Compiling rustls-native-certs v0.8.3
14862026-05-27T23:51:32.590Z Compiling sync_wrapper v1.0.2
14872026-05-27T23:51:32.699Z Compiling wait-timeout v0.2.1
14882026-05-27T23:51:32.728Z Compiling usdt-impl v0.6.0
14892026-05-27T23:51:32.928Z Compiling quick-error v1.2.3
14902026-05-27T23:51:32.957Z Compiling crossbeam-utils v0.8.21
14912026-05-27T23:51:33.035Z Compiling siphasher v1.0.2
14922026-05-27T23:51:33.035Z Compiling bit-vec v0.8.0
14932026-05-27T23:51:33.219Z Compiling syn v1.0.109
14942026-05-27T23:51:33.236Z Compiling num_threads v0.1.7
14952026-05-27T23:51:33.272Z Compiling simd-adler32 v0.3.8
14962026-05-27T23:51:33.328Z Compiling hyper-util v0.1.20
14972026-05-27T23:51:33.512Z Compiling time v0.3.47
14982026-05-27T23:51:33.591Z Compiling bit-set v0.8.0
14992026-05-27T23:51:33.819Z Compiling rusty-fork v0.3.1
15002026-05-27T23:51:34.079Z Compiling tower v0.5.3
15012026-05-27T23:51:34.135Z Compiling derive_builder_core v0.20.2
15022026-05-27T23:51:34.541Z Compiling dtrace-parser v0.3.0
15032026-05-27T23:51:34.614Z Compiling http-body-util v0.1.3
15042026-05-27T23:51:34.908Z Compiling webpki-roots v1.0.6
15052026-05-27T23:51:35.001Z Compiling signature v2.2.0
15062026-05-27T23:51:35.019Z Compiling scroll_derive v0.12.1
15072026-05-27T23:51:35.083Z Compiling dof v0.4.0
15082026-05-27T23:51:35.119Z Compiling thiserror-impl v1.0.69
15092026-05-27T23:51:35.176Z Compiling heapless v0.7.17
15102026-05-27T23:51:35.320Z Compiling rand_xorshift v0.4.0
15112026-05-27T23:51:35.418Z Compiling slog v2.8.2
15122026-05-27T23:51:35.490Z Compiling darling_core v0.21.3
15132026-05-27T23:51:35.604Z Compiling bzip2-sys v0.1.13+1.0.8
15142026-05-27T23:51:35.678Z Compiling thread-id v5.1.0
15152026-05-27T23:51:35.763Z Compiling cookie v0.18.1
15162026-05-27T23:51:35.879Z Compiling iri-string v0.7.10
15172026-05-27T23:51:35.942Z Compiling unicode-properties v0.1.4
15182026-05-27T23:51:36.155Z Compiling adler2 v2.0.1
15192026-05-27T23:51:36.249Z Compiling anyhow v1.0.102
15202026-05-27T23:51:36.283Z Compiling ryu v1.0.23
15212026-05-27T23:51:36.376Z Compiling unicode-bidi v0.3.18
15222026-05-27T23:51:36.459Z Compiling allocator-api2 v0.2.21
15232026-05-27T23:51:36.551Z Compiling signal-hook v0.3.18
15242026-05-27T23:51:36.623Z Compiling unarray v0.1.4
15252026-05-27T23:51:36.714Z Compiling paste v1.0.15
15262026-05-27T23:51:36.732Z Compiling zstd-safe v7.2.4
15272026-05-27T23:51:36.803Z Compiling proptest v1.10.0
15282026-05-27T23:51:36.909Z Compiling stringprep v0.1.5
15292026-05-27T23:51:37.020Z Compiling tower-http v0.6.8
15302026-05-27T23:51:37.134Z Compiling serde_urlencoded v0.7.1
15312026-05-27T23:51:37.344Z Compiling thiserror v1.0.69
15322026-05-27T23:51:37.370Z Compiling miniz_oxide v0.8.9
15332026-05-27T23:51:37.446Z Compiling scroll v0.12.0
15342026-05-27T23:51:37.765Z Compiling derive_builder_macro v0.20.2
15352026-05-27T23:51:37.961Z Compiling darling_macro v0.21.3
15362026-05-27T23:51:37.971Z Compiling tokio-native-tls v0.3.1
15372026-05-27T23:51:38.152Z Compiling ipnetwork v0.21.1
15382026-05-27T23:51:38.203Z Compiling bstr v1.12.1
15392026-05-27T23:51:38.309Z Compiling rand_chacha v0.3.1
15402026-05-27T23:51:38.420Z Compiling serde_tokenstream v0.2.3
15412026-05-27T23:51:38.467Z Compiling toml_datetime v0.6.11
15422026-05-27T23:51:38.539Z Compiling serde_spanned v0.6.9
15432026-05-27T23:51:38.691Z Compiling erased-serde v0.3.31
15442026-05-27T23:51:38.716Z Compiling md-5 v0.10.6
15452026-05-27T23:51:38.730Z Compiling async-trait v0.1.89
15462026-05-27T23:51:38.842Z Compiling zerocopy-derive v0.7.35
15472026-05-27T23:51:38.877Z Compiling pin-project-internal v1.1.11
15482026-05-27T23:51:39.117Z Compiling curve25519-dalek v4.1.3
15492026-05-27T23:51:39.161Z Compiling vergen-lib v9.1.0
15502026-05-27T23:51:39.346Z Compiling num-integer v0.1.46
15512026-05-27T23:51:39.450Z Compiling hash32 v0.2.1
15522026-05-27T23:51:39.642Z Compiling ff v0.13.1
15532026-05-27T23:51:39.662Z Compiling memoffset v0.9.1
15542026-05-27T23:51:39.688Z Compiling encoding_rs v0.8.35
15552026-05-27T23:51:39.760Z Compiling psl-types v2.0.11
15562026-05-27T23:51:39.825Z Compiling num-bigint-dig v0.8.6
15572026-05-27T23:51:39.905Z Compiling cfg_aliases v0.2.1
15582026-05-27T23:51:39.918Z Compiling rustix v0.38.44
15592026-05-27T23:51:39.984Z Compiling ref-cast v1.0.25
15602026-05-27T23:51:40.013Z Compiling zlib-rs v0.6.2
15612026-05-27T23:51:40.031Z Compiling base16ct v0.2.0
15622026-05-27T23:51:40.209Z Compiling litrs v1.0.0
15632026-05-27T23:51:40.269Z Compiling mime v0.3.17
15642026-05-27T23:51:40.284Z Compiling fallible-iterator v0.2.0
15652026-05-27T23:51:40.530Z Compiling smoltcp v0.9.1
15662026-05-27T23:51:40.597Z Compiling postgres-protocol v0.6.10
15672026-05-27T23:51:40.721Z Compiling document-features v0.2.12
15682026-05-27T23:51:41.031Z Compiling sec1 v0.7.3
15692026-05-27T23:51:41.165Z Compiling pin-project v1.1.11
15702026-05-27T23:51:41.270Z Compiling nix v0.31.2
15712026-05-27T23:51:41.308Z Compiling publicsuffix v2.3.0
15722026-05-27T23:51:41.322Z Compiling group v0.13.0
15732026-05-27T23:51:41.374Z Compiling zerocopy v0.7.35
15742026-05-27T23:51:41.493Z Compiling num-iter v0.1.45
15752026-05-27T23:51:41.686Z Compiling newtype-uuid v1.3.2
15762026-05-27T23:51:41.903Z Compiling rand v0.8.6
15772026-05-27T23:51:41.928Z Compiling darling v0.21.3
15782026-05-27T23:51:41.993Z Compiling hubpack_derive v0.1.1
15792026-05-27T23:51:42.007Z Compiling oxnet v0.1.4
15802026-05-27T23:51:42.018Z Compiling derive_builder v0.20.2
15812026-05-27T23:51:42.231Z Compiling hyper-tls v0.6.0
15822026-05-27T23:51:42.244Z Compiling goblin v0.8.2
15832026-05-27T23:51:42.774Z Compiling phf_shared v0.13.1
15842026-05-27T23:51:42.892Z Compiling flate2 v1.1.9
15852026-05-27T23:51:42.941Z Compiling lazy_static v1.5.0
15862026-05-27T23:51:43.009Z Compiling regex v1.12.3
15872026-05-27T23:51:43.028Z Compiling futures-executor v0.3.32
15882026-05-27T23:51:43.042Z Compiling hex v0.4.3
15892026-05-27T23:51:43.227Z Compiling hkdf v0.12.4
15902026-05-27T23:51:43.288Z Compiling crypto-bigint v0.5.5
15912026-05-27T23:51:43.288Z Compiling terminal_size v0.4.3
15922026-05-27T23:51:43.313Z Compiling snafu-derive v0.8.9
15932026-05-27T23:51:43.392Z Compiling ref-cast-impl v1.0.25
15942026-05-27T23:51:43.434Z Compiling daft-derive v0.1.7
15952026-05-27T23:51:43.437Z Compiling curve25519-dalek-derive v0.1.1
15962026-05-27T23:51:43.919Z Compiling strum_macros v0.27.2
15972026-05-27T23:51:44.078Z Compiling vergen v9.1.0
15982026-05-27T23:51:44.145Z Compiling fs-err v3.3.0
15992026-05-27T23:51:44.263Z Compiling cargo-platform v0.3.2
16002026-05-27T23:51:44.337Z Compiling ahash v0.8.12
16012026-05-27T23:51:44.542Z Compiling same-file v1.0.6
16022026-05-27T23:51:44.558Z Compiling bitflags v1.3.2
16032026-05-27T23:51:44.635Z Compiling winnow v0.5.40
16042026-05-27T23:51:44.707Z Compiling libbz2-rs-sys v0.2.2
16052026-05-27T23:51:45.244Z Compiling foldhash v0.1.5
16062026-05-27T23:51:45.423Z Compiling bumpalo v3.20.2
16072026-05-27T23:51:45.426Z Compiling foldhash v0.2.0
16082026-05-27T23:51:45.455Z Compiling managed v0.8.0
16092026-05-27T23:51:45.661Z Compiling object v0.37.3
16102026-05-27T23:51:45.670Z Compiling unicode-segmentation v1.12.0
16112026-05-27T23:51:45.757Z Compiling zopfli v0.8.3
16122026-05-27T23:51:45.949Z Compiling strum v0.27.2
16132026-05-27T23:51:45.980Z Compiling toml_edit v0.19.15
16142026-05-27T23:51:46.058Z Compiling hashbrown v0.16.1
16152026-05-27T23:51:46.083Z Compiling hashbrown v0.15.5
16162026-05-27T23:51:46.122Z Compiling snafu v0.8.9
16172026-05-27T23:51:46.430Z Compiling bzip2 v0.6.1
16182026-05-27T23:51:46.470Z Compiling walkdir v2.5.0
16192026-05-27T23:51:46.483Z Compiling clap_builder v4.5.60
16202026-05-27T23:51:46.632Z Compiling cargo_metadata v0.23.1
16212026-05-27T23:51:46.637Z Compiling dof v0.3.0
16222026-05-27T23:51:46.777Z Compiling elliptic-curve v0.13.8
16232026-05-27T23:51:46.792Z Compiling daft v0.1.7
16242026-05-27T23:51:47.276Z Compiling futures v0.3.32
16252026-05-27T23:51:47.374Z Compiling phf v0.13.1
16262026-05-27T23:51:47.534Z Compiling signal-hook-mio v0.2.5
16272026-05-27T23:51:47.765Z Compiling cookie_store v0.22.1
16282026-05-27T23:51:47.960Z Compiling hubpack v0.1.2
16292026-05-27T23:51:48.008Z Compiling bzip2 v0.4.4
16302026-05-27T23:51:48.178Z Compiling zstd v0.13.3
16312026-05-27T23:51:48.212Z Compiling serde_with_macros v3.17.0
16322026-05-27T23:51:48.512Z Compiling postgres-types v0.2.12
16332026-05-27T23:51:48.589Z Compiling usdt-macro v0.6.0
16342026-05-27T23:51:49.062Z Compiling usdt-attr-macro v0.6.0
16352026-05-27T23:51:49.330Z Compiling globset v0.4.18
16362026-05-27T23:51:49.332Z Compiling dtrace-parser v0.2.0
16372026-05-27T23:51:49.443Z Compiling ed25519 v2.2.3
16382026-05-27T23:51:49.546Z Compiling phf_shared v0.11.3
16392026-05-27T23:51:49.734Z Compiling olpc-cjson v0.1.4
16402026-05-27T23:51:49.854Z Compiling pkcs1 v0.7.5
16412026-05-27T23:51:49.926Z Compiling serde-big-array v0.5.1
16422026-05-27T23:51:50.044Z Compiling serde_plain v1.0.2
16432026-05-27T23:51:50.047Z Compiling rfc6979 v0.4.0
16442026-05-27T23:51:50.092Z Compiling pem v3.0.6
16452026-05-27T23:51:50.118Z Compiling strum_macros v0.26.4
16462026-05-27T23:51:50.181Z Compiling clap_derive v4.5.55
16472026-05-27T23:51:50.242Z Compiling serde_repr v0.1.20
16482026-05-27T23:51:50.268Z Compiling async-recursion v1.1.1
16492026-05-27T23:51:50.387Z Compiling enum-as-inner v0.6.1
16502026-05-27T23:51:50.421Z Compiling float-cmp v0.10.0
16512026-05-27T23:51:50.570Z Compiling memmap2 v0.9.10
16522026-05-27T23:51:50.769Z Compiling thread-id v4.2.2
16532026-05-27T23:51:50.788Z Compiling env_filter v1.0.0
16542026-05-27T23:51:50.858Z Compiling either v1.15.0
16552026-05-27T23:51:50.884Z Compiling difflib v0.4.0
16562026-05-27T23:51:50.925Z Compiling new_debug_unreachable v1.0.6
16572026-05-27T23:51:51.005Z Compiling normalize-line-endings v0.3.0
16582026-05-27T23:51:51.066Z Compiling predicates-core v1.0.10
16592026-05-27T23:51:51.090Z Compiling whoami v2.1.0
16602026-05-27T23:51:51.102Z Compiling jiff v0.2.21
16612026-05-27T23:51:51.237Z Compiling data-encoding v2.10.0
16622026-05-27T23:51:51.433Z Compiling static_assertions v1.1.0
16632026-05-27T23:51:51.458Z Compiling fixedbitset v0.4.2
16642026-05-27T23:51:51.518Z Compiling keccak v0.1.6
16652026-05-27T23:51:51.674Z Compiling fixedbitset v0.5.7
16662026-05-27T23:51:51.854Z Compiling precomputed-hash v0.1.1
16672026-05-27T23:51:51.922Z Compiling typed-path v0.9.3
16682026-05-27T23:51:51.944Z Compiling string_cache v0.8.9
16692026-05-27T23:51:51.958Z Compiling clap v4.5.60
16702026-05-27T23:51:51.976Z Compiling petgraph v0.8.3
16712026-05-27T23:51:52.036Z Compiling strum v0.26.3
16722026-05-27T23:51:52.165Z Compiling sha3 v0.10.8
16732026-05-27T23:51:52.177Z Compiling petgraph v0.6.5
16742026-05-27T23:51:52.314Z Compiling hickory-proto v0.25.2
16752026-05-27T23:51:52.617Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16762026-05-27T23:51:52.968Z Compiling tokio-postgres v0.7.16
16772026-05-27T23:51:53.136Z Compiling predicates v3.1.4
16782026-05-27T23:51:53.651Z Compiling itertools v0.13.0
16792026-05-27T23:51:53.781Z Compiling zip v4.6.1
16802026-05-27T23:51:53.878Z Compiling toml_edit v0.22.27
16812026-05-27T23:51:54.733Z Compiling env_logger v0.11.9
16822026-05-27T23:51:54.903Z Compiling usdt-impl v0.5.0
16832026-05-27T23:51:55.101Z Compiling usdt v0.6.0
16842026-05-27T23:51:55.165Z Compiling ecdsa v0.16.9
16852026-05-27T23:51:55.292Z Compiling rsa v0.9.10
16862026-05-27T23:51:55.370Z Compiling ed25519-dalek v2.2.0
16872026-05-27T23:51:55.462Z Compiling serde_with v3.17.0
16882026-05-27T23:51:55.504Z Compiling crossterm v0.28.1
16892026-05-27T23:51:56.042Z Compiling zip v0.6.6
16902026-05-27T23:51:56.648Z Compiling toml v0.7.8
16912026-05-27T23:51:56.810Z Compiling iddqd v0.4.2
16922026-05-27T23:51:57.195Z Compiling heck v0.4.1
16932026-05-27T23:51:57.250Z Compiling similar v2.7.0
16942026-05-27T23:51:57.264Z Compiling toml_parser v1.0.9+spec-1.1.0
16952026-05-27T23:51:57.393Z Compiling crossbeam-epoch v0.9.18
16962026-05-27T23:51:57.422Z Compiling tokio-stream v0.1.18
16972026-05-27T23:51:57.724Z Compiling buf-list v1.1.2
16982026-05-27T23:51:57.885Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16992026-05-27T23:51:57.900Z Compiling x509-cert v0.2.5
17002026-05-27T23:51:58.000Z Compiling openapiv3 v2.2.0
17012026-05-27T23:51:58.103Z Compiling sha1 v0.10.6
17022026-05-27T23:51:58.116Z Compiling peg-runtime v0.8.5
17032026-05-27T23:51:58.187Z Compiling lalrpop-util v0.19.12
17042026-05-27T23:51:58.326Z Compiling thread_local v1.1.9
17052026-05-27T23:51:58.378Z Compiling slog-async v2.8.0
17062026-05-27T23:51:58.395Z Compiling crossbeam-channel v0.5.15
17072026-05-27T23:51:58.574Z Compiling is-terminal v0.4.17
17082026-05-27T23:51:58.618Z Compiling filetime v0.2.27
17092026-05-27T23:51:58.672Z Compiling take_mut v0.2.2
17102026-05-27T23:51:58.692Z Compiling term v1.2.1
17112026-05-27T23:51:58.777Z Compiling xattr v1.6.1
17122026-05-27T23:51:58.941Z Compiling tar v0.4.45
17132026-05-27T23:51:59.272Z Compiling slog-term v2.9.2
17142026-05-27T23:52:09.091Z Compiling rustls-webpki v0.103.9
17152026-05-27T23:52:11.910Z Compiling tokio-rustls v0.26.4
17162026-05-27T23:52:11.910Z Compiling rustls-platform-verifier v0.6.2
17172026-05-27T23:52:12.108Z Compiling hyper-rustls v0.27.7
17182026-05-27T23:52:12.315Z Compiling reqwest v0.12.28
17192026-05-27T23:52:12.315Z Compiling reqwest v0.13.2
17202026-05-27T23:52:13.569Z Compiling tough v0.22.0
17212026-05-27T23:52:16.130Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17222026-05-27T23:52:16.347Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17232026-05-27T23:52:19.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17242026-05-27T23:52:19.339Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17252026-05-27T23:52:19.393ZMay 27 23:52:18.318 INFO Starting download, target: Clickhouse
17262026-05-27T23:52:19.393ZMay 27 23:52:18.319 INFO Starting download, target: Cockroach
17272026-05-27T23:52:19.393ZMay 27 23:52:18.319 INFO Starting download, target: Console
17282026-05-27T23:52:19.393ZMay 27 23:52:18.319 INFO Starting download, target: DendriteStub
17292026-05-27T23:52:19.403ZMay 27 23:52:18.319 INFO Starting download, target: TransceiverControl
17302026-05-27T23:52:19.403ZMay 27 23:52:18.319 INFO Starting download, target: MaghemiteMgd
17312026-05-27T23:52:19.403ZMay 27 23:52:18.319 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17322026-05-27T23:52:19.403ZMay 27 23:52:18.319 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17332026-05-27T23:52:19.403ZMay 27 23:52:18.319 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17342026-05-27T23:52:19.403ZMay 27 23:52:18.319 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17352026-05-27T23:52:19.403ZMay 27 23:52:18.319 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17362026-05-27T23:52:19.403ZMay 27 23:52:18.319 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17372026-05-27T23:52:19.944ZMay 27 23:52:18.858 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17382026-05-27T23:52:20.171ZMay 27 23:52:19.081 INFO Download complete, target: TransceiverControl
17392026-05-27T23:52:20.415ZMay 27 23:52:19.343 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17402026-05-27T23:52:20.671ZMay 27 23:52:19.599 INFO Download complete, target: Console
17412026-05-27T23:52:21.316ZMay 27 23:52:20.241 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17422026-05-27T23:52:21.363ZMay 27 23:52:20.290 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17432026-05-27T23:52:21.495ZMay 27 23:52:20.423 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17442026-05-27T23:52:21.805ZMay 27 23:52:20.733 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17452026-05-27T23:52:21.805ZMay 27 23:52:20.733 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17462026-05-27T23:52:23.750ZMay 27 23:52:22.679 INFO Download complete, target: DendriteStub
17472026-05-27T23:52:24.054ZMay 27 23:52:22.983 INFO Download complete, target: MaghemiteMgd
17482026-05-27T23:52:26.565ZMay 27 23:52:25.491 INFO Checking that binary works, target: Cockroach
17492026-05-27T23:52:26.826ZMay 27 23:52:25.744 INFO Download complete, target: Cockroach
17502026-05-27T23:52:28.227ZMay 27 23:52:27.155 INFO Checking that binary works, target: Clickhouse
17512026-05-27T23:52:28.343ZMay 27 23:52:27.271 INFO Download complete, target: Clickhouse
17522026-05-27T23:52:28.379ZAll builder prerequisites installed successfully, and PATH looks valid
17532026-05-27T23:52:28.387Z
17542026-05-27T23:52:28.387Zreal 2:15.960230596
17552026-05-27T23:52:28.387Zuser 6:56.549668622
17562026-05-27T23:52:28.387Zsys 1:22.922729131
17572026-05-27T23:52:28.387Ztrap 0.219683808
17582026-05-27T23:52:28.388Ztflt 0.873200324
17592026-05-27T23:52:28.388Zdflt 0.888553352
17602026-05-27T23:52:28.388Zkflt 0.050974404
17612026-05-27T23:52:28.389Zlock 24:09.861643959
17622026-05-27T23:52:28.389Zslp 21:26.320577751
17632026-05-27T23:52:28.389Zlat 41.641921383
17642026-05-27T23:52:28.389Zstop 1:55.537055620
17652026-05-27T23:52:28.389Z+ banner hack-check
17662026-05-27T23:52:28.389Z
17672026-05-27T23:52:28.389Z # # ## #### # # #### # # ###### #### # #
17682026-05-27T23:52:28.389Z # # # # # # # # # # # # # # # # #
17692026-05-27T23:52:28.389Z ###### # # # #### ##### # ###### ##### # ####
17702026-05-27T23:52:28.389Z # # ###### # # # # # # # # # #
17712026-05-27T23:52:28.389Z # # # # # # # # # # # # # # # # #
17722026-05-27T23:52:28.389Z # # # # #### # # #### # # ###### #### # #
17732026-05-27T23:52:28.389Z
17742026-05-27T23:52:28.389Z+ export CARGO_INCREMENTAL=0
17752026-05-27T23:52:28.389Z+ CARGO_INCREMENTAL=0
17762026-05-27T23:52:28.389Z+ ptime -m timeout 2h cargo xtask check-features --ci
17772026-05-27T23:52:28.906Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17782026-05-27T23:52:29.125Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17792026-05-27T23:52:30.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s
17802026-05-27T23:52:31.071Z Running `target/debug/xtask check-features --ci`
17812026-05-27T23:52:31.097Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17822026-05-27T23:52:31.100Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17832026-05-27T23:52:31.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17842026-05-27T23:52:31.611Z Running `target/debug/xtask download cargo-hack`
17852026-05-27T23:52:32.401Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17862026-05-27T23:52:32.712Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17872026-05-27T23:52:35.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.55s
17882026-05-27T23:52:35.370Z Running `target/debug/xtask-downloader cargo-hack`
17892026-05-27T23:52:35.412ZMay 27 23:52:34.340 INFO Starting download, target: CargoHack
17902026-05-27T23:52:35.415ZMay 27 23:52:34.341 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17912026-05-27T23:52:35.980ZMay 27 23:52:34.908 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17922026-05-27T23:52:36.030ZMay 27 23:52:34.959 INFO Download complete, target: CargoHack
17932026-05-27T23:52:36.033Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
17942026-05-27T23:52:36.045Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17952026-05-27T23:52:36.200Zinfo: running `cargo check --bins` on api_identity (1/295)
17962026-05-27T23:52:36.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17972026-05-27T23:52:36.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17982026-05-27T23:52:36.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17992026-05-27T23:52:36.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18002026-05-27T23:52:36.781Z
18012026-05-27T23:52:36.781Zinfo: running `cargo check --bins` on bootstore (2/295)
18022026-05-27T23:52:37.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18032026-05-27T23:52:37.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18042026-05-27T23:52:37.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18052026-05-27T23:52:37.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18062026-05-27T23:52:37.368Z
18072026-05-27T23:52:37.368Zinfo: running `cargo check --bins` on omicron-ledger (3/295)
18082026-05-27T23:52:37.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18092026-05-27T23:52:37.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18102026-05-27T23:52:37.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18112026-05-27T23:52:37.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18122026-05-27T23:52:37.948Z
18132026-05-27T23:52:37.948Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/295)
18142026-05-27T23:52:38.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18152026-05-27T23:52:38.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18162026-05-27T23:52:38.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18172026-05-27T23:52:38.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18182026-05-27T23:52:38.530Z
18192026-05-27T23:52:38.530Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/295)
18202026-05-27T23:52:39.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18212026-05-27T23:52:39.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18222026-05-27T23:52:39.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18232026-05-27T23:52:39.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18242026-05-27T23:52:39.112Z
18252026-05-27T23:52:39.112Zinfo: running `cargo check --bins` on omicron-certificates (6/295)
18262026-05-27T23:52:39.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272026-05-27T23:52:39.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282026-05-27T23:52:39.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292026-05-27T23:52:39.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18302026-05-27T23:52:39.717Z
18312026-05-27T23:52:39.717Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/295)
18322026-05-27T23:52:40.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332026-05-27T23:52:40.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342026-05-27T23:52:40.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352026-05-27T23:52:40.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18362026-05-27T23:52:40.312Z
18372026-05-27T23:52:40.312Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/295)
18382026-05-27T23:52:40.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392026-05-27T23:52:40.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402026-05-27T23:52:40.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412026-05-27T23:52:40.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18422026-05-27T23:52:40.902Z
18432026-05-27T23:52:40.902Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/295)
18442026-05-27T23:52:41.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452026-05-27T23:52:41.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462026-05-27T23:52:41.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472026-05-27T23:52:41.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18482026-05-27T23:52:41.366Z
18492026-05-27T23:52:41.366Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/295)
18502026-05-27T23:52:41.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512026-05-27T23:52:41.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522026-05-27T23:52:41.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532026-05-27T23:52:41.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18542026-05-27T23:52:41.830Z
18552026-05-27T23:52:41.830Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/295)
18562026-05-27T23:52:42.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572026-05-27T23:52:42.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582026-05-27T23:52:42.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592026-05-27T23:52:42.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18602026-05-27T23:52:42.297Z
18612026-05-27T23:52:42.297Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/295)
18622026-05-27T23:52:42.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-05-27T23:52:42.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-05-27T23:52:42.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-05-27T23:52:42.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18662026-05-27T23:52:42.758Z
18672026-05-27T23:52:42.758Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/295)
18682026-05-27T23:52:43.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-05-27T23:52:43.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-05-27T23:52:43.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-05-27T23:52:43.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18722026-05-27T23:52:43.222Z
18732026-05-27T23:52:43.222Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/295)
18742026-05-27T23:52:43.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-05-27T23:52:43.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-05-27T23:52:43.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-05-27T23:52:43.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18782026-05-27T23:52:43.692Z
18792026-05-27T23:52:43.692Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/295)
18802026-05-27T23:52:44.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-05-27T23:52:44.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-05-27T23:52:44.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-05-27T23:52:44.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18842026-05-27T23:52:44.161Z
18852026-05-27T23:52:44.161Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/295)
18862026-05-27T23:52:44.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-05-27T23:52:44.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-05-27T23:52:44.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-05-27T23:52:44.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18902026-05-27T23:52:44.627Z
18912026-05-27T23:52:44.627Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/295)
18922026-05-27T23:52:45.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-05-27T23:52:45.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-05-27T23:52:45.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-05-27T23:52:45.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18962026-05-27T23:52:45.096Z
18972026-05-27T23:52:45.096Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/295)
18982026-05-27T23:52:45.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-05-27T23:52:45.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-05-27T23:52:45.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-05-27T23:52:45.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19022026-05-27T23:52:45.566Z
19032026-05-27T23:52:45.566Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/295)
19042026-05-27T23:52:45.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-05-27T23:52:45.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-05-27T23:52:45.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-05-27T23:52:45.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19082026-05-27T23:52:46.037Z
19092026-05-27T23:52:46.037Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/295)
19102026-05-27T23:52:46.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-05-27T23:52:46.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-05-27T23:52:46.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-05-27T23:52:46.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19142026-05-27T23:52:46.507Z
19152026-05-27T23:52:46.507Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/295)
19162026-05-27T23:52:46.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-05-27T23:52:46.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-05-27T23:52:46.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-05-27T23:52:46.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19202026-05-27T23:52:46.980Z
19212026-05-27T23:52:46.980Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/295)
19222026-05-27T23:52:47.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-05-27T23:52:47.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-05-27T23:52:47.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-05-27T23:52:47.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19262026-05-27T23:52:47.452Z
19272026-05-27T23:52:47.452Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/295)
19282026-05-27T23:52:47.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-05-27T23:52:47.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-05-27T23:52:47.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-05-27T23:52:47.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19322026-05-27T23:52:47.924Z
19332026-05-27T23:52:47.924Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/295)
19342026-05-27T23:52:48.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-05-27T23:52:48.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-05-27T23:52:48.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-05-27T23:52:48.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19382026-05-27T23:52:48.395Z
19392026-05-27T23:52:48.395Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/295)
19402026-05-27T23:52:48.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-05-27T23:52:48.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-05-27T23:52:48.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-05-27T23:52:48.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19442026-05-27T23:52:48.864Z
19452026-05-27T23:52:48.864Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/295)
19462026-05-27T23:52:49.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-05-27T23:52:49.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-05-27T23:52:49.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-05-27T23:52:49.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19502026-05-27T23:52:49.334Z
19512026-05-27T23:52:49.334Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/295)
19522026-05-27T23:52:49.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-05-27T23:52:49.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-05-27T23:52:49.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-05-27T23:52:49.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19562026-05-27T23:52:49.807Z
19572026-05-27T23:52:49.807Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/295)
19582026-05-27T23:52:50.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-05-27T23:52:50.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-05-27T23:52:50.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-05-27T23:52:50.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19622026-05-27T23:52:50.276Z
19632026-05-27T23:52:50.276Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/295)
19642026-05-27T23:52:50.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-05-27T23:52:50.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-05-27T23:52:50.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-05-27T23:52:50.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19682026-05-27T23:52:50.747Z
19692026-05-27T23:52:50.747Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/295)
19702026-05-27T23:52:51.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-05-27T23:52:51.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-05-27T23:52:51.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-05-27T23:52:51.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19742026-05-27T23:52:51.218Z
19752026-05-27T23:52:51.219Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/295)
19762026-05-27T23:52:51.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-05-27T23:52:51.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-05-27T23:52:51.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-05-27T23:52:51.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19802026-05-27T23:52:51.685Z
19812026-05-27T23:52:51.685Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/295)
19822026-05-27T23:52:52.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-05-27T23:52:52.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-05-27T23:52:52.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-05-27T23:52:52.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19862026-05-27T23:52:52.158Z
19872026-05-27T23:52:52.158Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/295)
19882026-05-27T23:52:52.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-05-27T23:52:52.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-05-27T23:52:52.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-05-27T23:52:52.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19922026-05-27T23:52:52.629Z
19932026-05-27T23:52:52.629Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/295)
19942026-05-27T23:52:53.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-05-27T23:52:53.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-05-27T23:52:53.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-05-27T23:52:53.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19982026-05-27T23:52:53.096Z
19992026-05-27T23:52:53.096Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/295)
20002026-05-27T23:52:53.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-05-27T23:52:53.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-05-27T23:52:53.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-05-27T23:52:53.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20042026-05-27T23:52:53.565Z
20052026-05-27T23:52:53.565Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/295)
20062026-05-27T23:52:53.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-05-27T23:52:53.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-05-27T23:52:53.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-05-27T23:52:53.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20102026-05-27T23:52:54.033Z
20112026-05-27T23:52:54.033Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/295)
20122026-05-27T23:52:54.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-05-27T23:52:54.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-05-27T23:52:54.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-05-27T23:52:54.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20162026-05-27T23:52:54.503Z
20172026-05-27T23:52:54.504Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/295)
20182026-05-27T23:52:54.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-05-27T23:52:54.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-05-27T23:52:54.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-05-27T23:52:54.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20222026-05-27T23:52:54.970Z
20232026-05-27T23:52:54.970Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/295)
20242026-05-27T23:52:55.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-05-27T23:52:55.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-05-27T23:52:55.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-05-27T23:52:55.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20282026-05-27T23:52:55.439Z
20292026-05-27T23:52:55.439Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/295)
20302026-05-27T23:52:55.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-05-27T23:52:55.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-05-27T23:52:55.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-05-27T23:52:55.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20342026-05-27T23:52:55.906Z
20352026-05-27T23:52:55.906Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/295)
20362026-05-27T23:52:56.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-05-27T23:52:56.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-05-27T23:52:56.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-05-27T23:52:56.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20402026-05-27T23:52:56.374Z
20412026-05-27T23:52:56.374Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/295)
20422026-05-27T23:52:56.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-05-27T23:52:56.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-05-27T23:52:56.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-05-27T23:52:56.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20462026-05-27T23:52:56.841Z
20472026-05-27T23:52:56.841Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/295)
20482026-05-27T23:52:57.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-05-27T23:52:57.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-05-27T23:52:57.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-05-27T23:52:57.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20522026-05-27T23:52:57.314Z
20532026-05-27T23:52:57.315Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/295)
20542026-05-27T23:52:57.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-05-27T23:52:57.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-05-27T23:52:57.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-05-27T23:52:57.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20582026-05-27T23:52:57.782Z
20592026-05-27T23:52:57.782Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/295)
20602026-05-27T23:52:58.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-05-27T23:52:58.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-05-27T23:52:58.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-05-27T23:52:58.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20642026-05-27T23:52:58.261Z
20652026-05-27T23:52:58.261Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/295)
20662026-05-27T23:52:58.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-05-27T23:52:58.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-05-27T23:52:58.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-05-27T23:52:58.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20702026-05-27T23:52:58.723Z
20712026-05-27T23:52:58.723Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/295)
20722026-05-27T23:52:59.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-05-27T23:52:59.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-05-27T23:52:59.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-05-27T23:52:59.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20762026-05-27T23:52:59.205Z
20772026-05-27T23:52:59.205Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/295)
20782026-05-27T23:52:59.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-05-27T23:52:59.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-05-27T23:52:59.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-05-27T23:52:59.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20822026-05-27T23:52:59.670Z
20832026-05-27T23:52:59.670Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/295)
20842026-05-27T23:53:00.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-05-27T23:53:00.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-05-27T23:53:00.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-05-27T23:53:00.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20882026-05-27T23:53:00.304Z
20892026-05-27T23:53:00.305Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/295)
20902026-05-27T23:53:00.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-05-27T23:53:00.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-05-27T23:53:00.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-05-27T23:53:00.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20942026-05-27T23:53:00.939Z
20952026-05-27T23:53:00.939Zinfo: running `cargo check --bins` on nexus-config (51/295)
20962026-05-27T23:53:01.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-05-27T23:53:01.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-05-27T23:53:01.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-05-27T23:53:01.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21002026-05-27T23:53:01.575Z
21012026-05-27T23:53:01.575Zinfo: running `cargo check --bins` on nexus-types (52/295)
21022026-05-27T23:53:02.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-05-27T23:53:02.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-05-27T23:53:02.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-05-27T23:53:02.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21062026-05-27T23:53:02.212Z
21072026-05-27T23:53:02.212Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/295)
21082026-05-27T23:53:02.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-05-27T23:53:02.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-05-27T23:53:02.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-05-27T23:53:02.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21122026-05-27T23:53:02.817Z
21132026-05-27T23:53:02.817Zinfo: running `cargo check --bins` on omicron-passwords (54/295)
21142026-05-27T23:53:03.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-05-27T23:53:03.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-05-27T23:53:03.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-05-27T23:53:03.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21182026-05-27T23:53:03.404Z
21192026-05-27T23:53:03.404Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/295)
21202026-05-27T23:53:03.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-05-27T23:53:03.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-05-27T23:53:03.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-05-27T23:53:03.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21242026-05-27T23:53:04.008Z
21252026-05-27T23:53:04.008Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/295)
21262026-05-27T23:53:04.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-05-27T23:53:04.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-05-27T23:53:04.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-05-27T23:53:04.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21302026-05-27T23:53:04.614Z
21312026-05-27T23:53:04.614Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/295)
21322026-05-27T23:53:05.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-05-27T23:53:05.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-05-27T23:53:05.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-05-27T23:53:05.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21362026-05-27T23:53:05.220Z
21372026-05-27T23:53:05.220Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/295)
21382026-05-27T23:53:05.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-05-27T23:53:05.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-05-27T23:53:05.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-05-27T23:53:05.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21422026-05-27T23:53:05.824Z
21432026-05-27T23:53:05.824Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/295)
21442026-05-27T23:53:06.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-05-27T23:53:06.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-05-27T23:53:06.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-05-27T23:53:06.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21482026-05-27T23:53:06.411Z
21492026-05-27T23:53:06.411Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/295)
21502026-05-27T23:53:06.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-05-27T23:53:06.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-05-27T23:53:06.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-05-27T23:53:06.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21542026-05-27T23:53:06.997Z
21552026-05-27T23:53:06.997Zinfo: running `cargo check --bins --no-default-features` on gfss (61/295)
21562026-05-27T23:53:07.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-05-27T23:53:07.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-05-27T23:53:07.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-05-27T23:53:07.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21602026-05-27T23:53:07.581Z
21612026-05-27T23:53:07.581Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/295)
21622026-05-27T23:53:08.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-05-27T23:53:08.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-05-27T23:53:08.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-05-27T23:53:08.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21662026-05-27T23:53:08.167Z
21672026-05-27T23:53:08.167Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/295)
21682026-05-27T23:53:08.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-05-27T23:53:08.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-05-27T23:53:08.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-05-27T23:53:08.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21722026-05-27T23:53:08.767Z
21732026-05-27T23:53:08.767Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/295)
21742026-05-27T23:53:09.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-05-27T23:53:09.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-05-27T23:53:09.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-05-27T23:53:09.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21782026-05-27T23:53:09.375Z
21792026-05-27T23:53:09.376Zinfo: running `cargo check --bins` on cockroach-admin-types (65/295)
21802026-05-27T23:53:09.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-05-27T23:53:09.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-05-27T23:53:09.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-05-27T23:53:09.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21842026-05-27T23:53:09.962Z
21852026-05-27T23:53:09.962Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/295)
21862026-05-27T23:53:10.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-05-27T23:53:10.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-05-27T23:53:10.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-05-27T23:53:10.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21902026-05-27T23:53:10.545Z
21912026-05-27T23:53:10.545Zinfo: running `cargo check --bins` on ereport-types (67/295)
21922026-05-27T23:53:11.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-05-27T23:53:11.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-05-27T23:53:11.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-05-27T23:53:11.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21962026-05-27T23:53:11.136Z
21972026-05-27T23:53:11.136Zinfo: running `cargo check --bins` on gateway-client (68/295)
21982026-05-27T23:53:11.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-05-27T23:53:11.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-05-27T23:53:11.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-05-27T23:53:11.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22022026-05-27T23:53:11.733Z
22032026-05-27T23:53:11.733Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/295)
22042026-05-27T23:53:12.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-05-27T23:53:12.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-05-27T23:53:12.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-05-27T23:53:12.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22082026-05-27T23:53:12.329Z
22092026-05-27T23:53:12.329Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/295)
22102026-05-27T23:53:12.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-05-27T23:53:12.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-05-27T23:53:12.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-05-27T23:53:12.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22142026-05-27T23:53:12.923Z
22152026-05-27T23:53:12.923Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/295)
22162026-05-27T23:53:13.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-05-27T23:53:13.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-05-27T23:53:13.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-05-27T23:53:13.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22202026-05-27T23:53:13.518Z
22212026-05-27T23:53:13.518Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/295)
22222026-05-27T23:53:14.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-05-27T23:53:14.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-05-27T23:53:14.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-05-27T23:53:14.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22262026-05-27T23:53:14.110Z
22272026-05-27T23:53:14.110Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/295)
22282026-05-27T23:53:14.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-05-27T23:53:14.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-05-27T23:53:14.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-05-27T23:53:14.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22322026-05-27T23:53:14.724Z
22332026-05-27T23:53:14.724Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/295)
22342026-05-27T23:53:15.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-05-27T23:53:15.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-05-27T23:53:15.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-05-27T23:53:15.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22382026-05-27T23:53:15.337Z
22392026-05-27T23:53:15.337Zinfo: running `cargo check --bins` on key-manager-types (75/295)
22402026-05-27T23:53:15.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-05-27T23:53:15.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-05-27T23:53:15.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-05-27T23:53:15.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22442026-05-27T23:53:15.919Z
22452026-05-27T23:53:15.919Zinfo: running `cargo check --bins` on oxlog (76/295)
22462026-05-27T23:53:16.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-05-27T23:53:16.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-05-27T23:53:16.535Z Checking cfg-if v1.0.4
22492026-05-27T23:53:16.538Z Checking libc v0.2.185
22502026-05-27T23:53:16.538Z Checking serde_core v1.0.228
22512026-05-27T23:53:16.657Z Checking zeroize v1.8.2
22522026-05-27T23:53:16.663Z Checking memchr v2.8.0
22532026-05-27T23:53:16.672Z Checking log v0.4.29
22542026-05-27T23:53:16.682Z Checking smallvec v1.15.1
22552026-05-27T23:53:16.693Z Checking typenum v1.19.0
22562026-05-27T23:53:16.696Z Checking subtle v2.6.1
22572026-05-27T23:53:16.796Z Checking itoa v1.0.17
22582026-05-27T23:53:16.827Z Checking scopeguard v1.2.0
22592026-05-27T23:53:16.847Z Checking stable_deref_trait v1.2.1
22602026-05-27T23:53:16.860Z Checking const-oid v0.9.6
22612026-05-27T23:53:16.919Z Checking zerofrom v0.1.6
22622026-05-27T23:53:16.931Z Checking lock_api v0.4.14
22632026-05-27T23:53:16.942Z Checking pin-project-lite v0.2.17
22642026-05-27T23:53:17.027Z Checking yoke v0.8.1
22652026-05-27T23:53:17.040Z Checking portable-atomic v1.13.1
22662026-05-27T23:53:17.052Z Checking critical-section v1.2.0
22672026-05-27T23:53:17.060Z Checking getrandom v0.2.17
22682026-05-27T23:53:17.125Z Checking errno v0.3.14
22692026-05-27T23:53:17.145Z Checking parking_lot_core v0.9.12
22702026-05-27T23:53:17.192Z Checking zerovec v0.11.5
22712026-05-27T23:53:17.202Z Checking generic-array v0.14.7
22722026-05-27T23:53:17.205Z Checking rand_core v0.6.4
22732026-05-27T23:53:17.235Z Checking signal-hook-registry v1.4.8
22742026-05-27T23:53:17.324Z Checking futures-core v0.3.32
22752026-05-27T23:53:17.383Z Checking parking_lot v0.12.5
22762026-05-27T23:53:17.394Z Checking mio v1.2.0
22772026-05-27T23:53:17.431Z Checking once_cell v1.21.3
22782026-05-27T23:53:17.444Z Checking zerocopy v0.8.40
22792026-05-27T23:53:17.529Z Checking zmij v1.0.21
22802026-05-27T23:53:17.566Z Checking socket2 v0.6.3
22812026-05-27T23:53:17.598Z Checking libm v0.2.16
22822026-05-27T23:53:17.612Z Checking tinystr v0.8.2
22832026-05-27T23:53:17.632Z Checking crypto-common v0.1.7
22842026-05-27T23:53:17.667Z Checking block-buffer v0.10.4
22852026-05-27T23:53:17.739Z Checking writeable v0.6.2
22862026-05-27T23:53:17.753Z Checking litemap v0.8.1
22872026-05-27T23:53:17.782Z Checking equivalent v1.0.2
22882026-05-27T23:53:17.804Z Checking percent-encoding v2.3.2
22892026-05-27T23:53:17.833Z Checking digest v0.10.7
22902026-05-27T23:53:17.860Z Checking potential_utf v0.1.4
22912026-05-27T23:53:17.896Z Checking zerotrie v0.2.3
22922026-05-27T23:53:17.916Z Checking icu_locale_core v2.1.1
22932026-05-27T23:53:17.938Z Checking futures-sink v0.3.32
22942026-05-27T23:53:17.985Z Checking icu_collections v2.1.1
22952026-05-27T23:53:18.027Z Checking futures-io v0.3.32
22962026-05-27T23:53:18.039Z Checking futures-channel v0.3.32
22972026-05-27T23:53:18.121Z Checking serde v1.0.228
22982026-05-27T23:53:18.135Z Checking bitflags v2.11.0
22992026-05-27T23:53:18.138Z Checking serde_json v1.0.149
23002026-05-27T23:53:18.226Z Checking futures-task v0.3.32
23012026-05-27T23:53:18.280Z Checking num-traits v0.2.19
23022026-05-27T23:53:18.283Z Checking cpufeatures v0.2.17
23032026-05-27T23:53:18.304Z Checking slab v0.4.12
23042026-05-27T23:53:18.357Z Checking hmac v0.12.1
23052026-05-27T23:53:18.370Z Checking icu_properties_data v2.1.2
23062026-05-27T23:53:18.459Z Checking futures-util v0.3.32
23072026-05-27T23:53:18.471Z Checking icu_provider v2.1.1
23082026-05-27T23:53:18.485Z Checking icu_normalizer_data v2.1.1
23092026-05-27T23:53:18.497Z Checking hashbrown v0.17.0
23102026-05-27T23:53:18.519Z Checking bytes v1.11.1
23112026-05-27T23:53:18.553Z Checking rand_core v0.10.0
23122026-05-27T23:53:18.691Z Checking getrandom v0.4.1
23132026-05-27T23:53:18.704Z Checking icu_properties v2.1.2
23142026-05-27T23:53:18.794Z Checking icu_normalizer v2.1.1
23152026-05-27T23:53:18.808Z Checking block-padding v0.3.3
23162026-05-27T23:53:18.835Z Checking utf8_iter v1.0.4
23172026-05-27T23:53:18.936Z Checking inout v0.1.4
23182026-05-27T23:53:18.948Z Checking tokio v1.52.1
23192026-05-27T23:53:18.950Z Checking indexmap v2.14.0
23202026-05-27T23:53:18.971Z Checking sha2 v0.10.9
23212026-05-27T23:53:19.071Z Checking cipher v0.4.4
23222026-05-27T23:53:19.100Z Checking form_urlencoded v1.2.2
23232026-05-27T23:53:19.227Z Checking getrandom v0.3.4
23242026-05-27T23:53:19.249Z Checking fnv v1.0.7
23252026-05-27T23:53:19.285Z Checking byteorder v1.5.0
23262026-05-27T23:53:19.342Z Checking base64ct v1.8.3
23272026-05-27T23:53:19.372Z Checking flagset v0.4.7
23282026-05-27T23:53:19.483Z Checking rand_core v0.9.5
23292026-05-27T23:53:19.496Z Checking http v1.4.0
23302026-05-27T23:53:19.519Z Checking regex-syntax v0.8.10
23312026-05-27T23:53:19.547Z Checking idna_adapter v1.2.1
23322026-05-27T23:53:19.569Z Checking pem-rfc7468 v0.7.0
23332026-05-27T23:53:19.657Z Checking salsa20 v0.10.2
23342026-05-27T23:53:19.670Z Checking idna v1.1.0
23352026-05-27T23:53:19.722Z Checking der v0.7.10
23362026-05-27T23:53:19.789Z Checking uuid v1.23.0
23372026-05-27T23:53:19.909Z Checking url v2.5.8
23382026-05-27T23:53:20.044Z Checking pbkdf2 v0.12.2
23392026-05-27T23:53:20.100Z Checking rustix v1.1.3
23402026-05-27T23:53:20.155Z Checking tracing-core v0.1.36
23412026-05-27T23:53:20.220Z Checking ppv-lite86 v0.2.21
23422026-05-27T23:53:20.345Z Checking rustls-pki-types v1.14.0
23432026-05-27T23:53:20.366Z Checking iana-time-zone v0.1.65
23442026-05-27T23:53:20.437Z Checking spki v0.7.3
23452026-05-27T23:53:20.453Z Checking base64 v0.22.1
23462026-05-27T23:53:20.469Z Checking chrono v0.4.44
23472026-05-27T23:53:20.509Z Checking rand_chacha v0.9.0
23482026-05-27T23:53:20.598Z Checking tracing v0.1.44
23492026-05-27T23:53:20.626Z Checking scrypt v0.11.0
23502026-05-27T23:53:20.689Z Checking http-body v1.0.1
23512026-05-27T23:53:20.708Z Checking aes v0.8.4
23522026-05-27T23:53:20.783Z Checking cbc v0.1.2
23532026-05-27T23:53:20.796Z Checking aws-lc-sys v0.40.0
23542026-05-27T23:53:20.815Z Checking untrusted v0.7.1
23552026-05-27T23:53:20.829Z Checking tinyvec_macros v0.1.1
23562026-05-27T23:53:20.887Z Checking untrusted v0.9.0
23572026-05-27T23:53:20.899Z Checking openssl-probe v0.2.1
23582026-05-27T23:53:20.923Z Checking tinyvec v1.10.0
23592026-05-27T23:53:20.941Z Checking rand v0.9.2
23602026-05-27T23:53:20.990Z Checking ring v0.17.14
23612026-05-27T23:53:21.003Z Checking try-lock v0.2.5
23622026-05-27T23:53:21.095Z Checking pkcs5 v0.7.1
23632026-05-27T23:53:21.107Z Checking tower-layer v0.3.3
23642026-05-27T23:53:21.224Z Checking atomic-waker v1.1.2
23652026-05-27T23:53:21.253Z Checking tower-service v0.3.3
23662026-05-27T23:53:21.293Z Checking aws-lc-rs v1.16.3
23672026-05-27T23:53:21.313Z Checking want v0.3.1
23682026-05-27T23:53:21.327Z Checking ipnet v2.11.0
23692026-05-27T23:53:21.340Z Checking httparse v1.10.1
23702026-05-27T23:53:21.352Z Checking pkcs8 v0.10.2
23712026-05-27T23:53:21.405Z Checking aho-corasick v1.1.4
23722026-05-27T23:53:21.430Z Checking pin-utils v0.1.0
23732026-05-27T23:53:21.499Z Checking fastrand v2.3.0
23742026-05-27T23:53:21.524Z Checking plain v0.2.3
23752026-05-27T23:53:21.539Z Checking foreign-types-shared v0.1.1
23762026-05-27T23:53:21.577Z Checking dyn-clone v1.0.20
23772026-05-27T23:53:21.619Z Checking httpdate v1.0.3
23782026-05-27T23:53:21.632Z Checking foreign-types v0.3.2
23792026-05-27T23:53:21.672Z Checking tempfile v3.25.0
23802026-05-27T23:53:21.686Z Checking unicode-normalization v0.1.25
23812026-05-27T23:53:21.699Z Checking semver v1.0.28
23822026-05-27T23:53:21.759Z Checking openssl-sys v0.9.115
23832026-05-27T23:53:21.857Z Checking spin v0.9.8
23842026-05-27T23:53:21.905Z Checking unicode-ident v1.0.24
23852026-05-27T23:53:21.995Z Checking ucd-trie v0.1.7
23862026-05-27T23:53:22.018Z Checking proc-macro2 v1.0.106
23872026-05-27T23:53:22.042Z Checking schemars v0.8.22
23882026-05-27T23:53:22.075Z Checking regex-automata v0.4.14
23892026-05-27T23:53:22.088Z Checking rustls-native-certs v0.8.3
23902026-05-27T23:53:22.120Z Checking rustls-webpki v0.103.9
23912026-05-27T23:53:22.133Z Checking pest v2.8.6
23922026-05-27T23:53:22.143Z Checking openssl v0.10.79
23932026-05-27T23:53:22.208Z Checking thiserror v2.0.18
23942026-05-27T23:53:22.211Z Checking tokio-util v0.7.18
23952026-05-27T23:53:22.309Z Checking sync_wrapper v1.0.2
23962026-05-27T23:53:22.326Z Checking wait-timeout v0.2.1
23972026-05-27T23:53:22.412Z Checking powerfmt v0.2.0
23982026-05-27T23:53:22.446Z Checking anstyle v1.0.13
23992026-05-27T23:53:22.537Z Checking rustls v0.23.37
24002026-05-27T23:53:22.559Z Checking pretty-hex v0.4.1
24012026-05-27T23:53:22.622Z Checking utf8parse v0.2.2
24022026-05-27T23:53:22.674Z Checking quick-error v1.2.3
24032026-05-27T23:53:22.686Z Checking siphasher v1.0.2
24042026-05-27T23:53:22.720Z Checking bit-vec v0.8.0
24052026-05-27T23:53:22.771Z Checking simd-adler32 v0.3.8
24062026-05-27T23:53:22.825Z Checking h2 v0.4.13
24072026-05-27T23:53:22.840Z Checking rusty-fork v0.3.1
24082026-05-27T23:53:22.911Z Checking bit-set v0.8.0
24092026-05-27T23:53:22.940Z Checking anstyle-parse v0.2.7
24102026-05-27T23:53:23.004Z Checking deranged v0.5.8
24112026-05-27T23:53:23.053Z Checking tower v0.5.3
24122026-05-27T23:53:23.089Z Checking quote v1.0.45
24132026-05-27T23:53:23.186Z Compiling newtype-uuid v1.3.2
24142026-05-27T23:53:23.257Z Checking http-body-util v0.1.3
24152026-05-27T23:53:23.366Z Checking crossbeam-utils v0.8.21
24162026-05-27T23:53:23.434Z Checking webpki-roots v1.0.6
24172026-05-27T23:53:23.472Z Checking rand_xorshift v0.4.0
24182026-05-27T23:53:23.549Z Checking crc32fast v1.5.0
24192026-05-27T23:53:23.591Z Checking scroll v0.13.0
24202026-05-27T23:53:23.686Z Checking signature v2.2.0
24212026-05-27T23:53:23.700Z Checking num-conv v0.2.0
24222026-05-27T23:53:23.813Z Checking unicode-properties v0.1.4
24232026-05-27T23:53:23.816Z Checking unicode-bidi v0.3.18
24242026-05-27T23:53:23.816Z Checking anstyle-query v1.1.5
24252026-05-27T23:53:23.896Z Checking allocator-api2 v0.2.21
24262026-05-27T23:53:23.913Z Checking unarray v0.1.4
24272026-05-27T23:53:23.926Z Checking ryu v1.0.23
24282026-05-27T23:53:24.001Z Checking iri-string v0.7.10
24292026-05-27T23:53:24.016Z Checking is_terminal_polyfill v1.70.2
24302026-05-27T23:53:24.067Z Checking time-core v0.1.8
24312026-05-27T23:53:24.105Z Checking num_threads v0.1.7
24322026-05-27T23:53:24.146Z Checking colorchoice v1.0.4
24332026-05-27T23:53:24.173Z Checking native-tls v0.2.18
24342026-05-27T23:53:24.190Z Checking adler2 v2.0.1
24352026-05-27T23:53:24.193Z Checking stringprep v0.1.5
24362026-05-27T23:53:24.213Z Checking time v0.3.47
24372026-05-27T23:53:24.241Z Checking anstream v0.6.21
24382026-05-27T23:53:24.304Z Checking miniz_oxide v0.8.9
24392026-05-27T23:53:24.339Z Checking serde_urlencoded v0.7.1
24402026-05-27T23:53:24.352Z Checking tokio-native-tls v0.3.1
24412026-05-27T23:53:24.442Z Checking proptest v1.10.0
24422026-05-27T23:53:24.505Z Checking bstr v1.12.1
24432026-05-27T23:53:24.540Z Checking goblin v0.10.5
24442026-05-27T23:53:24.664Z Checking crossbeam-epoch v0.9.18
24452026-05-27T23:53:24.890Z Compiling daft v0.1.7
24462026-05-27T23:53:24.915Z Checking syn v2.0.117
24472026-05-27T23:53:24.927Z Checking tokio-rustls v0.26.4
24482026-05-27T23:53:25.026Z Checking tower-http v0.6.8
24492026-05-27T23:53:25.154Z Checking ipnetwork v0.21.1
24502026-05-27T23:53:25.169Z Checking rand_chacha v0.3.1
24512026-05-27T23:53:25.297Z Checking thiserror v1.0.69
24522026-05-27T23:53:25.368Z Checking scroll v0.12.0
24532026-05-27T23:53:25.381Z Checking zstd-sys v2.0.16+zstd.1.5.7
24542026-05-27T23:53:25.384Z Checking hash32 v0.2.1
24552026-05-27T23:53:25.404Z Checking num-integer v0.1.46
24562026-05-27T23:53:25.489Z Checking toml_datetime v0.6.11
24572026-05-27T23:53:25.544Z Checking serde_spanned v0.6.9
24582026-05-27T23:53:25.558Z Checking hyper v1.8.1
24592026-05-27T23:53:25.593Z Checking md-5 v0.10.6
24602026-05-27T23:53:25.619Z Checking ff v0.13.1
24612026-05-27T23:53:25.664Z Checking encoding_rs v0.8.35
24622026-05-27T23:53:25.678Z Checking mime v0.3.17
24632026-05-27T23:53:25.726Z Checking zlib-rs v0.6.2
24642026-05-27T23:53:25.745Z Checking fallible-iterator v0.2.0
24652026-05-27T23:53:25.847Z Checking psl-types v2.0.11
24662026-05-27T23:53:25.965Z Checking base16ct v0.2.0
24672026-05-27T23:53:26.012Z Checking postgres-protocol v0.6.10
24682026-05-27T23:53:26.138Z Checking sec1 v0.7.3
24692026-05-27T23:53:26.294Z Checking publicsuffix v2.3.0
24702026-05-27T23:53:26.352Z Checking group v0.13.0
24712026-05-27T23:53:26.397Z Checking num-iter v0.1.45
24722026-05-27T23:53:26.457Z Checking goblin v0.8.2
24732026-05-27T23:53:26.500Z Checking hyper-util v0.1.20
24742026-05-27T23:53:26.546Z Checking heapless v0.7.17
24752026-05-27T23:53:26.546Z Checking zstd-safe v7.2.4
24762026-05-27T23:53:26.633Z Checking flate2 v1.1.9
24772026-05-27T23:53:26.653Z Checking rand v0.8.6
24782026-05-27T23:53:26.660Z Checking cookie v0.18.1
24792026-05-27T23:53:26.885Z Checking dof v0.4.0
24802026-05-27T23:53:26.962Z Checking oxnet v0.1.4
24812026-05-27T23:53:26.962Z Compiling iddqd v0.4.2
24822026-05-27T23:53:26.962Z Checking dtrace-parser v0.3.0
24832026-05-27T23:53:27.101Z Checking phf_shared v0.13.1
24842026-05-27T23:53:27.143Z Checking lazy_static v1.5.0
24852026-05-27T23:53:27.199Z Checking zerocopy v0.7.35
24862026-05-27T23:53:27.199Z Checking pin-project v1.1.11
24872026-05-27T23:53:27.215Z Checking bzip2-sys v0.1.13+1.0.8
24882026-05-27T23:53:27.258Z Checking signal-hook v0.3.18
24892026-05-27T23:53:27.287Z Checking terminal_size v0.4.3
24902026-05-27T23:53:27.291Z Checking futures-executor v0.3.32
24912026-05-27T23:53:27.397Z Checking hex v0.4.3
24922026-05-27T23:53:27.434Z Checking hkdf v0.12.4
24932026-05-27T23:53:27.444Z Checking crypto-bigint v0.5.5
24942026-05-27T23:53:27.477Z Checking thread-id v5.1.0
24952026-05-27T23:53:27.554Z Checking clap_lex v1.0.0
24962026-05-27T23:53:27.566Z Compiling rayon-core v1.13.0
24972026-05-27T23:53:27.606Z Checking winnow v0.7.14
24982026-05-27T23:53:27.615Z Checking libbz2-rs-sys v0.2.2
24992026-05-27T23:53:27.698Z Checking hyper-rustls v0.27.7
25002026-05-27T23:53:27.712Z Checking hyper-tls v0.6.0
25012026-05-27T23:53:27.732Z Checking foldhash v0.2.0
25022026-05-27T23:53:27.875Z Checking bitflags v1.3.2
25032026-05-27T23:53:27.892Z Checking same-file v1.0.6
25042026-05-27T23:53:27.905Z Checking either v1.15.0
25052026-05-27T23:53:27.951Z Checking bumpalo v3.20.2
25062026-05-27T23:53:27.995Z Checking managed v0.8.0
25072026-05-27T23:53:28.008Z Checking strsim v0.11.1
25082026-05-27T23:53:28.084Z Checking winnow v0.5.40
25092026-05-27T23:53:28.139Z Checking foldhash v0.1.5
25102026-05-27T23:53:28.152Z Checking zopfli v0.8.3
25112026-05-27T23:53:28.165Z Checking clap_builder v4.5.60
25122026-05-27T23:53:28.179Z Checking smoltcp v0.9.1
25132026-05-27T23:53:28.268Z Checking hashbrown v0.15.5
25142026-05-27T23:53:28.338Z Checking elliptic-curve v0.13.8
25152026-05-27T23:53:28.351Z Checking dof v0.3.0
25162026-05-27T23:53:28.472Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25172026-05-27T23:53:28.621Z Checking walkdir v2.5.0
25182026-05-27T23:53:28.638Z Checking bzip2 v0.6.1
25192026-05-27T23:53:28.653Z Checking reqwest v0.12.28
25202026-05-27T23:53:28.728Z Checking hashbrown v0.16.1
25212026-05-27T23:53:28.779Z Checking usdt-impl v0.6.0
25222026-05-27T23:53:28.790Z Checking futures v0.3.32
25232026-05-27T23:53:28.802Z Checking signal-hook-mio v0.2.5
25242026-05-27T23:53:28.806Z Checking bzip2 v0.4.4
25252026-05-27T23:53:28.866Z Checking phf v0.13.1
25262026-05-27T23:53:28.910Z Checking snafu v0.8.9
25272026-05-27T23:53:28.971Z Checking num-bigint-dig v0.8.6
25282026-05-27T23:53:29.048Z Checking cookie_store v0.22.1
25292026-05-27T23:53:29.147Z Checking zstd v0.13.3
25302026-05-27T23:53:29.223Z Checking toml_edit v0.19.15
25312026-05-27T23:53:29.236Z Checking postgres-types v0.2.12
25322026-05-27T23:53:29.264Z Checking dtrace-parser v0.2.0
25332026-05-27T23:53:29.369Z Checking rustls-platform-verifier v0.6.2
25342026-05-27T23:53:29.398Z Checking globset v0.4.18
25352026-05-27T23:53:29.433Z Checking crossbeam-deque v0.8.6
25362026-05-27T23:53:29.478Z Checking regex v1.12.3
25372026-05-27T23:53:29.497Z Checking ed25519 v2.2.3
25382026-05-27T23:53:29.544Z Checking phf_shared v0.11.3
25392026-05-27T23:53:29.559Z Checking olpc-cjson v0.1.4
25402026-05-27T23:53:29.584Z Checking curve25519-dalek v4.1.3
25412026-05-27T23:53:29.639Z Checking ref-cast v1.0.25
25422026-05-27T23:53:29.672Z Checking strum v0.27.2
25432026-05-27T23:53:29.677Z Checking hubpack v0.1.2
25442026-05-27T23:53:29.695Z Checking memoffset v0.9.1
25452026-05-27T23:53:29.731Z Checking rustix v0.38.44
25462026-05-27T23:53:29.753Z Checking pkcs1 v0.7.5
25472026-05-27T23:53:29.768Z Checking pem v3.0.6
25482026-05-27T23:53:29.779Z Checking float-cmp v0.10.0
25492026-05-27T23:53:29.799Z Checking erased-serde v0.3.31
25502026-05-27T23:53:29.848Z Checking serde_plain v1.0.2
25512026-05-27T23:53:29.899Z Checking serde-big-array v0.5.1
25522026-05-27T23:53:29.915Z Checking rfc6979 v0.4.0
25532026-05-27T23:53:29.960Z Checking thread-id v4.2.2
25542026-05-27T23:53:29.985Z Checking memmap2 v0.9.10
25552026-05-27T23:53:30.026Z Checking env_filter v1.0.0
25562026-05-27T23:53:30.029Z Checking predicates-core v1.0.10
25572026-05-27T23:53:30.049Z Checking toml_write v0.1.2
25582026-05-27T23:53:30.139Z Checking keccak v0.1.6
25592026-05-27T23:53:30.153Z Checking fixedbitset v0.4.2
25602026-05-27T23:53:30.166Z Checking data-encoding v2.10.0
25612026-05-27T23:53:30.178Z Checking difflib v0.4.0
25622026-05-27T23:53:30.209Z Checking unicode-segmentation v1.12.0
25632026-05-27T23:53:30.264Z Checking fixedbitset v0.5.7
25642026-05-27T23:53:30.297Z Checking new_debug_unreachable v1.0.6
25652026-05-27T23:53:30.309Z Checking static_assertions v1.1.0
25662026-05-27T23:53:30.350Z Checking precomputed-hash v0.1.1
25672026-05-27T23:53:30.362Z Checking jiff v0.2.21
25682026-05-27T23:53:30.365Z Checking whoami v2.1.0
25692026-05-27T23:53:30.386Z Checking typed-path v0.9.3
25702026-05-27T23:53:30.429Z Checking normalize-line-endings v0.3.0
25712026-05-27T23:53:30.441Z Checking hickory-proto v0.25.2
25722026-05-27T23:53:30.458Z Checking petgraph v0.8.3
25732026-05-27T23:53:30.516Z Checking predicates v3.1.4
25742026-05-27T23:53:30.530Z Checking similar v2.7.0
25752026-05-27T23:53:30.532Z Checking crossterm v0.28.1
25762026-05-27T23:53:30.565Z Checking tokio-postgres v0.7.16
25772026-05-27T23:53:30.804Z Checking string_cache v0.8.9
25782026-05-27T23:53:30.913Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25792026-05-27T23:53:30.972Z Checking ed25519-dalek v2.2.0
25802026-05-27T23:53:31.154Z Checking tough v0.22.0
25812026-05-27T23:53:31.205Z Checking sha3 v0.10.8
25822026-05-27T23:53:31.218Z Checking petgraph v0.6.5
25832026-05-27T23:53:31.408Z Checking toml v0.7.8
25842026-05-27T23:53:31.714Z Checking toml_edit v0.22.27
25852026-05-27T23:53:31.805Z Checking slog v2.8.2
25862026-05-27T23:53:32.038Z Checking env_logger v0.11.9
25872026-05-27T23:53:32.066Z Checking usdt v0.6.0
25882026-05-27T23:53:32.229Z Checking usdt-impl v0.5.0
25892026-05-27T23:53:32.242Z Checking ecdsa v0.16.9
25902026-05-27T23:53:32.459Z Checking rsa v0.9.10
25912026-05-27T23:53:32.500Z Checking nix v0.31.2
25922026-05-27T23:53:32.569Z Checking zip v4.6.1
25932026-05-27T23:53:32.929Z Checking reqwest v0.13.2
25942026-05-27T23:53:33.112Z Checking clap v4.5.60
25952026-05-27T23:53:33.146Z Checking zip v0.6.6
25962026-05-27T23:53:33.174Z Checking toml_parser v1.0.9+spec-1.1.0
25972026-05-27T23:53:33.187Z Checking itertools v0.13.0
25982026-05-27T23:53:33.187Z Checking serde_with v3.17.0
25992026-05-27T23:53:33.225Z Checking strum v0.26.3
26002026-05-27T23:53:33.335Z Checking fs-err v3.3.0
26012026-05-27T23:53:33.461Z Checking ahash v0.8.12
26022026-05-27T23:53:33.490Z Checking object v0.37.3
26032026-05-27T23:53:33.501Z Checking tokio-stream v0.1.18
26042026-05-27T23:53:33.550Z Checking buf-list v1.1.2
26052026-05-27T23:53:33.634Z Checking anyhow v1.0.102
26062026-05-27T23:53:33.651Z Checking camino v1.2.2
26072026-05-27T23:53:33.728Z Checking x509-cert v0.2.5
26082026-05-27T23:53:33.798Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26092026-05-27T23:53:33.825Z Checking openapiv3 v2.2.0
26102026-05-27T23:53:33.879Z Checking sha1 v0.10.6
26112026-05-27T23:53:33.898Z Checking peg-runtime v0.8.5
26122026-05-27T23:53:34.036Z Checking lalrpop-util v0.19.12
26132026-05-27T23:53:34.039Z Checking rayon v1.11.0
26142026-05-27T23:53:34.059Z Checking sigpipe v0.1.3
26152026-05-27T23:53:34.147Z Checking glob v0.3.3
26162026-05-27T23:53:35.689Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26172026-05-27T23:53:35.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.04s
26182026-05-27T23:53:36.128Z
26192026-05-27T23:53:36.128Zinfo: running `cargo check --bins` on internal-dns-types (77/295)
26202026-05-27T23:53:36.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26212026-05-27T23:53:36.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26222026-05-27T23:53:36.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26232026-05-27T23:53:36.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26242026-05-27T23:53:36.731Z
26252026-05-27T23:53:36.731Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/295)
26262026-05-27T23:53:37.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26272026-05-27T23:53:37.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26282026-05-27T23:53:37.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26292026-05-27T23:53:37.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26302026-05-27T23:53:37.330Z
26312026-05-27T23:53:37.330Zinfo: running `cargo check --bins` on nexus-types-versions (79/295)
26322026-05-27T23:53:37.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26332026-05-27T23:53:37.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26342026-05-27T23:53:37.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26352026-05-27T23:53:37.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26362026-05-27T23:53:37.940Z
26372026-05-27T23:53:37.940Zinfo: running `cargo check --bins` on oxql-types (80/295)
26382026-05-27T23:53:38.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26392026-05-27T23:53:38.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26402026-05-27T23:53:38.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26412026-05-27T23:53:38.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26422026-05-27T23:53:38.539Z
26432026-05-27T23:53:38.539Zinfo: running `cargo check --bins` on oximeter-types (81/295)
26442026-05-27T23:53:39.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452026-05-27T23:53:39.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462026-05-27T23:53:39.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26472026-05-27T23:53:39.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26482026-05-27T23:53:39.137Z
26492026-05-27T23:53:39.137Zinfo: running `cargo check --bins` on oximeter-types-versions (82/295)
26502026-05-27T23:53:39.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512026-05-27T23:53:39.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522026-05-27T23:53:39.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26532026-05-27T23:53:39.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26542026-05-27T23:53:39.743Z
26552026-05-27T23:53:39.743Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/295)
26562026-05-27T23:53:40.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572026-05-27T23:53:40.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582026-05-27T23:53:40.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26592026-05-27T23:53:40.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26602026-05-27T23:53:40.325Z
26612026-05-27T23:53:40.325Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/295)
26622026-05-27T23:53:40.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632026-05-27T23:53:40.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642026-05-27T23:53:41.010Z Compiling structmeta-derive v0.3.0
26652026-05-27T23:53:41.127Z Compiling rustls v0.22.4
26662026-05-27T23:53:41.137Z Compiling multer v3.1.0
26672026-05-27T23:53:41.147Z Compiling async-stream-impl v0.3.6
26682026-05-27T23:53:41.150Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26692026-05-27T23:53:41.175Z Compiling dropshot v0.17.0
26702026-05-27T23:53:41.184Z Compiling newtype-uuid-macros v0.1.0
26712026-05-27T23:53:41.184Z Compiling dropshot_endpoint v0.17.0
26722026-05-27T23:53:41.302Z Checking newtype-uuid v1.3.2
26732026-05-27T23:53:41.364Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26742026-05-27T23:53:41.425Z Checking rustls-webpki v0.102.8
26752026-05-27T23:53:41.498Z Checking daft v0.1.7
26762026-05-27T23:53:41.529Z Checking thread_local v1.1.9
26772026-05-27T23:53:41.689Z Checking compression-core v0.4.31
26782026-05-27T23:53:41.726Z Checking match_cfg v0.1.0
26792026-05-27T23:53:41.741Z Checking iddqd v0.4.2
26802026-05-27T23:53:41.804Z Checking hostname v0.3.1
26812026-05-27T23:53:41.817Z Checking compression-codecs v0.4.37
26822026-05-27T23:53:41.833Z Checking crossbeam-channel v0.5.15
26832026-05-27T23:53:41.898Z Checking slog-json v2.6.1
26842026-05-27T23:53:41.939Z Checking toml_datetime v1.0.0+spec-1.1.0
26852026-05-27T23:53:41.982Z Checking serde_spanned v1.0.4
26862026-05-27T23:53:42.051Z Checking is-terminal v0.4.17
26872026-05-27T23:53:42.111Z Checking debug-ignore v1.0.5
26882026-05-27T23:53:42.138Z Checking toml_writer v1.0.6+spec-1.1.0
26892026-05-27T23:53:42.138Z Checking term v1.2.1
26902026-05-27T23:53:42.162Z Checking take_mut v0.2.2
26912026-05-27T23:53:42.196Z Compiling structmeta v0.3.0
26922026-05-27T23:53:42.208Z Checking slog-bunyan v2.5.0
26932026-05-27T23:53:42.260Z Checking slog-async v2.8.0
26942026-05-27T23:53:42.312Z Checking toml v1.0.6+spec-1.1.0
26952026-05-27T23:53:42.324Z Checking async-compression v0.4.41
26962026-05-27T23:53:42.364Z Checking slog-term v2.9.2
26972026-05-27T23:53:42.402Z Compiling derive-ex v0.1.8
26982026-05-27T23:53:42.433Z Compiling parse-display-derive v0.10.0
26992026-05-27T23:53:42.568Z Checking async-stream v0.3.6
27002026-05-27T23:53:42.618Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27012026-05-27T23:53:42.656Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27022026-05-27T23:53:42.695Z Checking progenitor-client v0.14.0
27032026-05-27T23:53:42.722Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27042026-05-27T23:53:42.861Z Checking waitgroup v0.1.2
27052026-05-27T23:53:42.888Z Checking backon v1.6.0
27062026-05-27T23:53:42.923Z Checking rustls-pemfile v2.2.0
27072026-05-27T23:53:42.954Z Checking serde_path_to_error v0.1.20
27082026-05-27T23:53:42.957Z Checking hostname v0.4.2
27092026-05-27T23:53:43.049Z Checking instant v0.1.13
27102026-05-27T23:53:43.132Z Checking backoff v0.4.0
27112026-05-27T23:53:43.226Z Checking progenitor-extras v0.2.0
27122026-05-27T23:53:43.251Z Checking tokio-rustls v0.25.0
27132026-05-27T23:53:43.265Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27142026-05-27T23:53:43.317Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27152026-05-27T23:53:43.466Z Checking itertools v0.14.0
27162026-05-27T23:53:43.478Z Checking progenitor-client v0.10.0
27172026-05-27T23:53:43.681Z Checking regress v0.10.5
27182026-05-27T23:53:43.684Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27192026-05-27T23:53:43.908Z Checking macaddr v1.0.1
27202026-05-27T23:53:44.081Z Compiling test-strategy v0.4.5
27212026-05-27T23:53:44.092Z Checking parse-display v0.10.0
27222026-05-27T23:53:44.246Z Checking humantime v2.3.0
27232026-05-27T23:53:45.306Z Compiling prettyplease v0.2.37
27242026-05-27T23:53:45.589Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27252026-05-27T23:53:45.734Z Checking num-rational v0.4.2
27262026-05-27T23:53:45.966Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27272026-05-27T23:53:46.222Z Checking num-complex v0.4.6
27282026-05-27T23:53:46.921Z Compiling num v0.4.3
27292026-05-27T23:53:46.991Z Compiling usdt-macro v0.5.0
27302026-05-27T23:53:47.012Z Compiling usdt-attr-macro v0.5.0
27312026-05-27T23:53:47.017Z Checking memmap v0.7.0
27322026-05-27T23:53:47.069Z Compiling float-ord v0.3.2
27332026-05-27T23:53:47.143Z Checking unicode-width v0.2.0
27342026-05-27T23:53:48.185Z Compiling convert_case v0.4.0
27352026-05-27T23:53:48.188Z Checking console v0.15.11
27362026-05-27T23:53:48.188Z Compiling derive_more v0.99.20
27372026-05-27T23:53:48.188Z Checking newline-converter v0.3.0
27382026-05-27T23:53:48.188Z Checking atomicwrites v0.4.4
27392026-05-27T23:53:48.188Z Checking usdt v0.5.0
27402026-05-27T23:53:48.188Z Compiling toml v0.8.23
27412026-05-27T23:53:48.188Z Compiling minimal-lexical v0.2.1
27422026-05-27T23:53:48.188Z Checking linked-hash-map v0.5.6
27432026-05-27T23:53:48.188Z Compiling nom v7.1.3
27442026-05-27T23:53:48.188Z Checking lru-cache v0.1.2
27452026-05-27T23:53:48.238Z Checking expectorate v1.2.0
27462026-05-27T23:53:48.734Z Checking camino-tempfile v1.4.1
27472026-05-27T23:53:48.885Z Checking hickory-proto v0.24.4
27482026-05-27T23:53:48.902Z Checking phf_shared v0.12.1
27492026-05-27T23:53:49.040Z Compiling slog-dtrace v0.3.0
27502026-05-27T23:53:49.139Z Checking resolv-conf v0.7.6
27512026-05-27T23:53:49.260Z Checking heck v0.5.0
27522026-05-27T23:53:49.328Z Compiling chrono-tz v0.10.4
27532026-05-27T23:53:49.387Z Compiling const_format_proc_macros v0.2.34
27542026-05-27T23:53:49.440Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27552026-05-27T23:53:49.543Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27562026-05-27T23:53:49.576Z Checking phf v0.12.1
27572026-05-27T23:53:49.723Z Checking tokio-dtrace v0.1.1
27582026-05-27T23:53:49.912Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27592026-05-27T23:53:49.926Z Compiling derive-where v1.6.0
27602026-05-27T23:53:50.190Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27612026-05-27T23:53:50.215Z Checking highway v1.3.0
27622026-05-27T23:53:50.450Z Checking const_format v0.2.35
27632026-05-27T23:53:50.681Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27642026-05-27T23:53:50.745Z Checking hickory-resolver v0.24.4
27652026-05-27T23:53:50.946Z Checking oxide-tokio-rt v0.1.4
27662026-05-27T23:53:51.079Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27672026-05-27T23:53:51.249Z Checking gethostname v0.5.0
27682026-05-27T23:53:51.338Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27692026-05-27T23:53:51.344Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27702026-05-27T23:53:51.397Z Checking bcs v0.1.6
27712026-05-27T23:53:51.460Z Checking qorb v0.4.1
27722026-05-27T23:53:51.626Z Checking termtree v0.5.1
27732026-05-27T23:53:51.700Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27742026-05-27T23:53:54.984Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27752026-05-27T23:53:57.767Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27762026-05-27T23:53:59.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.57s
27772026-05-27T23:54:00.087Z
27782026-05-27T23:54:00.087Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/295)
27792026-05-27T23:54:00.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27802026-05-27T23:54:00.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27812026-05-27T23:54:00.771Z Compiling ar_archive_writer v0.5.1
27822026-05-27T23:54:00.884Z Compiling stacker v0.1.23
27832026-05-27T23:54:00.890Z Compiling cfg_aliases v0.1.1
27842026-05-27T23:54:00.896Z Compiling convert_case v0.10.0
27852026-05-27T23:54:00.900Z Checking unicode-width v0.1.14
27862026-05-27T23:54:00.912Z Compiling proc-macro-error v1.0.4
27872026-05-27T23:54:00.923Z Checking fd-lock v4.0.4
27882026-05-27T23:54:00.923Z Checking nibble_vec v0.1.0
27892026-05-27T23:54:00.945Z Compiling nix v0.28.0
27902026-05-27T23:54:01.037Z Checking vte v0.14.1
27912026-05-27T23:54:01.049Z Compiling recursive-proc-macro-impl v0.1.1
27922026-05-27T23:54:01.135Z Checking endian-type v0.1.2
27932026-05-27T23:54:01.146Z Checking bytecount v0.6.9
27942026-05-27T23:54:01.182Z Checking strip-ansi-escapes v0.2.1
27952026-05-27T23:54:01.195Z Compiling derive_more-impl v2.1.1
27962026-05-27T23:54:01.207Z Compiling tabled_derive v0.7.0
27972026-05-27T23:54:01.241Z Checking papergrid v0.11.0
27982026-05-27T23:54:01.255Z Checking radix_trie v0.2.1
27992026-05-27T23:54:01.282Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28002026-05-27T23:54:01.441Z Compiling peg-macros v0.8.5
28012026-05-27T23:54:01.456Z Checking winnow v0.6.26
28022026-05-27T23:54:01.704Z Compiling psm v0.1.30
28032026-05-27T23:54:01.785Z Compiling sqlparser_derive v0.5.0
28042026-05-27T23:54:01.854Z Checking home v0.5.12
28052026-05-27T23:54:01.959Z Checking nu-ansi-term v0.50.3
28062026-05-27T23:54:01.988Z Checking derive_more v2.1.1
28072026-05-27T23:54:02.065Z Checking unicode_categories v0.1.1
28082026-05-27T23:54:02.154Z Checking tabled v0.15.0
28092026-05-27T23:54:02.167Z Checking reedline v0.40.0
28102026-05-27T23:54:02.218Z Checking crossterm v0.29.0
28112026-05-27T23:54:02.268Z Checking rustyline v14.0.0
28122026-05-27T23:54:02.461Z Checking recursive v0.1.1
28132026-05-27T23:54:02.560Z Checking sqlparser v0.61.0
28142026-05-27T23:54:02.579Z Checking display-error-chain v0.2.2
28152026-05-27T23:54:02.599Z Checking sqlformat v0.3.5
28162026-05-27T23:54:02.789Z Checking peg v0.8.5
28172026-05-27T23:54:13.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.67s
28182026-05-27T23:54:13.969Z
28192026-05-27T23:54:13.969Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/295)
28202026-05-27T23:54:14.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28212026-05-27T23:54:14.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28222026-05-27T23:54:14.655Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28232026-05-27T23:54:18.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s
28242026-05-27T23:54:18.281Z
28252026-05-27T23:54:18.281Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/295)
28262026-05-27T23:54:18.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272026-05-27T23:54:18.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282026-05-27T23:54:18.964Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28292026-05-27T23:54:21.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
28302026-05-27T23:54:21.641Z
28312026-05-27T23:54:21.641Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/295)
28322026-05-27T23:54:22.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-05-27T23:54:22.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-05-27T23:54:22.320Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28352026-05-27T23:54:25.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.95s
28362026-05-27T23:54:25.776Z
28372026-05-27T23:54:25.776Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/295)
28382026-05-27T23:54:26.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-05-27T23:54:26.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-05-27T23:54:26.465Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28412026-05-27T23:54:29.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.96s
28422026-05-27T23:54:29.929Z
28432026-05-27T23:54:29.929Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/295)
28442026-05-27T23:54:30.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-05-27T23:54:30.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-05-27T23:54:30.607Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28472026-05-27T23:54:33.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s
28482026-05-27T23:54:33.406Z
28492026-05-27T23:54:33.406Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/295)
28502026-05-27T23:54:33.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512026-05-27T23:54:33.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522026-05-27T23:54:34.102Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532026-05-27T23:54:36.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s
28542026-05-27T23:54:36.932Z
28552026-05-27T23:54:36.933Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/295)
28562026-05-27T23:54:37.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-05-27T23:54:37.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-05-27T23:54:37.572Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28592026-05-27T23:54:40.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
28602026-05-27T23:54:41.182Z
28612026-05-27T23:54:41.182Zinfo: running `cargo check --bins` on oximeter (93/295)
28622026-05-27T23:54:41.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-05-27T23:54:41.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-05-27T23:54:41.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28652026-05-27T23:54:41.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28662026-05-27T23:54:41.783Z
28672026-05-27T23:54:41.783Zinfo: running `cargo check --bins` on oximeter-schema (94/295)
28682026-05-27T23:54:42.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-05-27T23:54:42.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-05-27T23:54:42.430Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28712026-05-27T23:54:42.576Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28722026-05-27T23:54:42.583Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28732026-05-27T23:54:42.912Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28742026-05-27T23:54:45.812Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28752026-05-27T23:54:47.026Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28762026-05-27T23:54:47.235Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28772026-05-27T23:54:47.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.12s
28782026-05-27T23:54:48.080Z
28792026-05-27T23:54:48.080Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/295)
28802026-05-27T23:54:48.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812026-05-27T23:54:48.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822026-05-27T23:54:48.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832026-05-27T23:54:48.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28842026-05-27T23:54:48.676Z
28852026-05-27T23:54:48.676Zinfo: running `cargo check --bins` on oximeter-test-utils (96/295)
28862026-05-27T23:54:49.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872026-05-27T23:54:49.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882026-05-27T23:54:49.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892026-05-27T23:54:49.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28902026-05-27T23:54:49.323Z
28912026-05-27T23:54:49.323Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/295)
28922026-05-27T23:54:49.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-05-27T23:54:49.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-05-27T23:54:49.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-05-27T23:54:49.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28962026-05-27T23:54:49.925Z
28972026-05-27T23:54:49.926Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/295)
28982026-05-27T23:54:50.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-05-27T23:54:50.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-05-27T23:54:50.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-05-27T23:54:50.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29022026-05-27T23:54:50.530Z
29032026-05-27T23:54:50.530Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/295)
29042026-05-27T23:54:51.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-05-27T23:54:51.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-05-27T23:54:51.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-05-27T23:54:51.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29082026-05-27T23:54:51.138Z
29092026-05-27T23:54:51.138Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/295)
29102026-05-27T23:54:51.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-05-27T23:54:51.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-05-27T23:54:51.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-05-27T23:54:51.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29142026-05-27T23:54:51.744Z
29152026-05-27T23:54:51.745Zinfo: running `cargo check --bins` on trust-quorum-types (101/295)
29162026-05-27T23:54:52.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-05-27T23:54:52.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-05-27T23:54:52.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-05-27T23:54:52.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29202026-05-27T23:54:52.329Z
29212026-05-27T23:54:52.329Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/295)
29222026-05-27T23:54:52.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-05-27T23:54:52.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-05-27T23:54:52.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-05-27T23:54:52.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29262026-05-27T23:54:52.933Z
29272026-05-27T23:54:52.933Zinfo: running `cargo check --bins` on update-engine (103/295)
29282026-05-27T23:54:53.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-05-27T23:54:53.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-05-27T23:54:53.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312026-05-27T23:54:53.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29322026-05-27T23:54:53.520Z
29332026-05-27T23:54:53.520Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/295)
29342026-05-27T23:54:54.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352026-05-27T23:54:54.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362026-05-27T23:54:54.244Z Compiling crucible-workspace-hack v0.1.0
29372026-05-27T23:54:54.364Z Checking secrecy v0.10.3
29382026-05-27T23:54:54.372Z Compiling toml_datetime v0.7.5+spec-1.1.0
29392026-05-27T23:54:54.375Z Compiling heapless v0.8.0
29402026-05-27T23:54:54.385Z Compiling ingot-macros v0.1.1
29412026-05-27T23:54:54.394Z Checking hash32 v0.3.1
29422026-05-27T23:54:54.405Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29432026-05-27T23:54:54.405Z Compiling smoltcp v0.11.0
29442026-05-27T23:54:54.465Z Checking cobs v0.3.0
29452026-05-27T23:54:54.513Z Compiling toml_edit v0.23.10+spec-1.0.0
29462026-05-27T23:54:54.593Z Compiling thiserror-impl-no-std v2.0.2
29472026-05-27T23:54:54.606Z Checking universal-hash v0.5.1
29482026-05-27T23:54:54.629Z Checking half v2.7.1
29492026-05-27T23:54:54.653Z Checking ciborium-io v0.2.2
29502026-05-27T23:54:54.724Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29512026-05-27T23:54:54.740Z Checking opaque-debug v0.3.1
29522026-05-27T23:54:54.770Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29532026-05-27T23:54:54.819Z Checking poly1305 v0.8.0
29542026-05-27T23:54:54.880Z Checking ciborium-ll v0.2.2
29552026-05-27T23:54:54.921Z Checking postcard v1.1.3
29562026-05-27T23:54:55.050Z Compiling proc-macro-crate v3.4.0
29572026-05-27T23:54:55.070Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29582026-05-27T23:54:55.165Z Checking password-hash v0.5.0
29592026-05-27T23:54:55.216Z Checking chacha20 v0.9.1
29602026-05-27T23:54:55.340Z Compiling proc-macro-crate v1.3.1
29612026-05-27T23:54:55.411Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
29622026-05-27T23:54:55.429Z Checking blake2 v0.10.6
29632026-05-27T23:54:55.549Z Checking aead v0.5.2
29642026-05-27T23:54:55.599Z Compiling num_enum_derive v0.7.5
29652026-05-27T23:54:55.643Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29662026-05-27T23:54:55.666Z Compiling foreign-types-macros v0.2.3
29672026-05-27T23:54:55.690Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29682026-05-27T23:54:55.760Z Checking cpufeatures v0.3.0
29692026-05-27T23:54:55.773Z Checking thiserror-no-std v2.0.2
29702026-05-27T23:54:55.834Z Checking foreign-types-shared v0.3.1
29712026-05-27T23:54:55.848Z Checking chacha20 v0.10.0
29722026-05-27T23:54:55.861Z Checking vsss-rs v3.3.4
29732026-05-27T23:54:55.921Z Compiling num_enum_derive v0.5.11
29742026-05-27T23:54:55.934Z Checking chacha20poly1305 v0.10.1
29752026-05-27T23:54:56.060Z Checking argon2 v0.5.3
29762026-05-27T23:54:56.065Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
29772026-05-27T23:54:56.254Z Checking foreign-types v0.5.0
29782026-05-27T23:54:56.335Z Checking ciborium v0.2.2
29792026-05-27T23:54:56.505Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29802026-05-27T23:54:56.522Z Checking tabwriter v1.4.1
29812026-05-27T23:54:56.639Z Checking num_enum v0.7.5
29822026-05-27T23:54:56.665Z Checking byte-wrapper v0.1.0
29832026-05-27T23:54:56.750Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29842026-05-27T23:54:56.765Z Checking cstr-argument v0.1.2
29852026-05-27T23:54:56.786Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29862026-05-27T23:54:56.871Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29872026-05-27T23:54:56.885Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29882026-05-27T23:54:56.964Z Checking num_enum v0.5.11
29892026-05-27T23:54:56.974Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29902026-05-27T23:54:57.052Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29912026-05-27T23:54:57.077Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29922026-05-27T23:54:57.110Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29932026-05-27T23:54:57.175Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29942026-05-27T23:54:57.212Z Checking ingot-types v0.1.2
29952026-05-27T23:54:57.228Z Checking rand v0.10.0
29962026-05-27T23:54:57.242Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29972026-05-27T23:54:57.281Z Checking colored v3.1.1
29982026-05-27T23:54:57.295Z Checking indent_write v2.2.0
29992026-05-27T23:54:57.425Z Compiling zone_cfg_derive v0.3.1
30002026-05-27T23:54:57.479Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30012026-05-27T23:54:57.529Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30022026-05-27T23:54:57.559Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30032026-05-27T23:54:57.572Z Checking ingot v0.1.1
30042026-05-27T23:54:57.627Z Checking itertools v0.12.1
30052026-05-27T23:54:57.652Z Compiling num-derive v0.4.2
30062026-05-27T23:54:57.667Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30072026-05-27T23:54:57.731Z Checking swrite v0.1.0
30082026-05-27T23:54:57.822Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30092026-05-27T23:54:57.868Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30102026-05-27T23:54:58.033Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30112026-05-27T23:54:58.071Z Checking dropshot-api-manager-types v0.7.2
30122026-05-27T23:54:58.086Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30132026-05-27T23:54:58.126Z Checking smf v0.2.3
30142026-05-27T23:54:58.143Z Checking nanorand v0.7.0
30152026-05-27T23:54:58.237Z Checking whoami v1.6.1
30162026-05-27T23:54:58.336Z Checking flume v0.11.1
30172026-05-27T23:54:58.358Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30182026-05-27T23:54:58.579Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30192026-05-27T23:54:58.621Z Checking zone v0.3.1
30202026-05-27T23:54:59.141Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30212026-05-27T23:55:00.123Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30222026-05-27T23:55:01.012Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30232026-05-27T23:55:04.193Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30242026-05-27T23:55:06.233Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30252026-05-27T23:55:07.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.81s
30262026-05-27T23:55:07.526Z
30272026-05-27T23:55:07.526Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/295)
30282026-05-27T23:55:08.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292026-05-27T23:55:08.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302026-05-27T23:55:08.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30312026-05-27T23:55:08.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30322026-05-27T23:55:08.124Z
30332026-05-27T23:55:08.124Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/295)
30342026-05-27T23:55:08.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-05-27T23:55:08.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-05-27T23:55:08.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372026-05-27T23:55:08.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30382026-05-27T23:55:08.732Z
30392026-05-27T23:55:08.732Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/295)
30402026-05-27T23:55:09.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-05-27T23:55:09.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-05-27T23:55:09.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-05-27T23:55:09.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30442026-05-27T23:55:09.347Z
30452026-05-27T23:55:09.347Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/295)
30462026-05-27T23:55:09.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-05-27T23:55:09.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-05-27T23:55:09.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-05-27T23:55:09.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30502026-05-27T23:55:09.954Z
30512026-05-27T23:55:09.954Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/295)
30522026-05-27T23:55:10.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-05-27T23:55:10.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-05-27T23:55:10.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-05-27T23:55:10.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30562026-05-27T23:55:10.558Z
30572026-05-27T23:55:10.558Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/295)
30582026-05-27T23:55:11.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-05-27T23:55:11.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-05-27T23:55:11.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-05-27T23:55:11.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30622026-05-27T23:55:11.168Z
30632026-05-27T23:55:11.169Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/295)
30642026-05-27T23:55:11.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-05-27T23:55:11.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-05-27T23:55:11.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-05-27T23:55:11.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30682026-05-27T23:55:11.770Z
30692026-05-27T23:55:11.770Zinfo: running `cargo check --bins` on cockroach-admin-client (112/295)
30702026-05-27T23:55:12.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-05-27T23:55:12.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-05-27T23:55:12.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-05-27T23:55:12.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30742026-05-27T23:55:12.354Z
30752026-05-27T23:55:12.354Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/295)
30762026-05-27T23:55:12.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-05-27T23:55:12.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-05-27T23:55:12.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-05-27T23:55:12.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30802026-05-27T23:55:12.954Z
30812026-05-27T23:55:12.954Zinfo: running `cargo check --bins` on dns-service-client (114/295)
30822026-05-27T23:55:13.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-05-27T23:55:13.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-05-27T23:55:13.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-05-27T23:55:13.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30862026-05-27T23:55:13.558Z
30872026-05-27T23:55:13.559Zinfo: running `cargo check --bins` on installinator-client (115/295)
30882026-05-27T23:55:14.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-05-27T23:55:14.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-05-27T23:55:14.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-05-27T23:55:14.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30922026-05-27T23:55:14.165Z
30932026-05-27T23:55:14.165Zinfo: running `cargo check --bins` on nexus-client (116/295)
30942026-05-27T23:55:14.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-05-27T23:55:14.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-05-27T23:55:14.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-05-27T23:55:14.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30982026-05-27T23:55:14.802Z
30992026-05-27T23:55:14.802Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/295)
31002026-05-27T23:55:15.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-05-27T23:55:15.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-05-27T23:55:15.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-05-27T23:55:15.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31042026-05-27T23:55:15.440Z
31052026-05-27T23:55:15.440Zinfo: running `cargo check --bins` on ntp-admin-client (118/295)
31062026-05-27T23:55:15.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-05-27T23:55:15.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-05-27T23:55:15.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-05-27T23:55:15.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31102026-05-27T23:55:16.029Z
31112026-05-27T23:55:16.029Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/295)
31122026-05-27T23:55:16.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-05-27T23:55:16.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-05-27T23:55:16.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-05-27T23:55:16.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31162026-05-27T23:55:16.622Z
31172026-05-27T23:55:16.622Zinfo: running `cargo check --bins` on oxide-client (120/295)
31182026-05-27T23:55:17.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-05-27T23:55:17.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-05-27T23:55:17.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-05-27T23:55:17.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31222026-05-27T23:55:17.214Z
31232026-05-27T23:55:17.214Zinfo: running `cargo check --bins` on oximeter-client (121/295)
31242026-05-27T23:55:17.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-05-27T23:55:17.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-05-27T23:55:17.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-05-27T23:55:17.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31282026-05-27T23:55:17.816Z
31292026-05-27T23:55:17.816Zinfo: running `cargo check --bins` on repo-depot-client (122/295)
31302026-05-27T23:55:18.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-05-27T23:55:18.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-05-27T23:55:18.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-05-27T23:55:18.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31342026-05-27T23:55:18.406Z
31352026-05-27T23:55:18.406Zinfo: running `cargo check --bins` on sled-agent-client (123/295)
31362026-05-27T23:55:18.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-05-27T23:55:18.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-05-27T23:55:18.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-05-27T23:55:18.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31402026-05-27T23:55:19.018Z
31412026-05-27T23:55:19.018Zinfo: running `cargo check --bins` on wicketd-client (124/295)
31422026-05-27T23:55:19.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-05-27T23:55:19.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-05-27T23:55:19.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-05-27T23:55:19.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31462026-05-27T23:55:19.644Z
31472026-05-27T23:55:19.644Zinfo: running `cargo check --bins` on installinator-common (125/295)
31482026-05-27T23:55:20.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-05-27T23:55:20.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-05-27T23:55:20.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-05-27T23:55:20.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31522026-05-27T23:55:20.262Z
31532026-05-27T23:55:20.262Zinfo: running `cargo check --bins` on installinator-common-versions (126/295)
31542026-05-27T23:55:20.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-05-27T23:55:20.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-05-27T23:55:20.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-05-27T23:55:20.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31582026-05-27T23:55:20.849Z
31592026-05-27T23:55:20.849Zinfo: running `cargo check --bins` on wicket-common (127/295)
31602026-05-27T23:55:21.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-05-27T23:55:21.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-05-27T23:55:21.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-05-27T23:55:21.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31642026-05-27T23:55:21.467Z
31652026-05-27T23:55:21.467Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/295)
31662026-05-27T23:55:21.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-05-27T23:55:21.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-05-27T23:55:22.162Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31692026-05-27T23:55:22.280Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31702026-05-27T23:55:22.288Z Checking csv-core v0.1.13
31712026-05-27T23:55:22.295Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31722026-05-27T23:55:22.302Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31732026-05-27T23:55:22.304Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31742026-05-27T23:55:22.323Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31752026-05-27T23:55:22.334Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31762026-05-27T23:55:22.443Z Checking csv v1.4.0
31772026-05-27T23:55:22.476Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31782026-05-27T23:55:22.490Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31792026-05-27T23:55:22.517Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31802026-05-27T23:55:22.546Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31812026-05-27T23:55:22.779Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31822026-05-27T23:55:23.147Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31832026-05-27T23:55:23.151Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31842026-05-27T23:55:23.478Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31852026-05-27T23:55:29.358Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31862026-05-27T23:55:29.886Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31872026-05-27T23:55:32.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.75s
31882026-05-27T23:55:32.417Z
31892026-05-27T23:55:32.417Zinfo: running `cargo check --bins` on cockroach-admin-api (129/295)
31902026-05-27T23:55:32.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31912026-05-27T23:55:32.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31922026-05-27T23:55:32.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31932026-05-27T23:55:32.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31942026-05-27T23:55:33.014Z
31952026-05-27T23:55:33.014Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/295)
31962026-05-27T23:55:33.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31972026-05-27T23:55:33.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31982026-05-27T23:55:33.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31992026-05-27T23:55:33.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32002026-05-27T23:55:33.705Z
32012026-05-27T23:55:33.705Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/295)
32022026-05-27T23:55:34.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032026-05-27T23:55:34.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042026-05-27T23:55:34.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052026-05-27T23:55:34.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32062026-05-27T23:55:34.391Z
32072026-05-27T23:55:34.391Zinfo: running `cargo check --bins` on gateway-test-utils (132/295)
32082026-05-27T23:55:34.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-05-27T23:55:34.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-05-27T23:55:34.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112026-05-27T23:55:34.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32122026-05-27T23:55:35.036Z
32132026-05-27T23:55:35.036Zinfo: running `cargo check --bins` on omicron-gateway (133/295)
32142026-05-27T23:55:35.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152026-05-27T23:55:35.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162026-05-27T23:55:35.800Z Compiling regress v0.11.1
32172026-05-27T23:55:35.942Z Compiling unsafe-libyaml v0.2.11
32182026-05-27T23:55:35.955Z Compiling semver v0.1.20
32192026-05-27T23:55:35.956Z Compiling radium v0.7.0
32202026-05-27T23:55:35.981Z Compiling maybe-uninit v2.0.0
32212026-05-27T23:55:35.984Z Checking tap v1.0.1
32222026-05-27T23:55:36.007Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32232026-05-27T23:55:36.081Z Checking wyz v0.5.1
32242026-05-27T23:55:36.229Z Compiling rustc_version v0.1.7
32252026-05-27T23:55:36.271Z Checking progenitor-client v0.13.0
32262026-05-27T23:55:36.324Z Compiling zerocopy-derive v0.6.6
32272026-05-27T23:55:36.419Z Checking funty v2.0.0
32282026-05-27T23:55:36.443Z Compiling newtype_derive v0.1.6
32292026-05-27T23:55:36.541Z Compiling serde_yaml v0.9.34+deprecated
32302026-05-27T23:55:36.631Z Compiling packed_struct v0.10.1
32312026-05-27T23:55:36.682Z Compiling cancel-safe-futures v0.1.5
32322026-05-27T23:55:36.738Z Compiling owo-colors v4.3.0
32332026-05-27T23:55:36.879Z Checking crc-catalog v2.4.0
32342026-05-27T23:55:36.933Z Checking bitvec v1.0.1
32352026-05-27T23:55:36.974Z Checking crc v3.4.0
32362026-05-27T23:55:37.158Z Checking zerocopy v0.6.6
32372026-05-27T23:55:37.188Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32382026-05-27T23:55:37.242Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32392026-05-27T23:55:37.375Z Checking typify-impl v0.6.2
32402026-05-27T23:55:37.496Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32412026-05-27T23:55:37.576Z Compiling packed_struct_codegen v0.10.1
32422026-05-27T23:55:37.721Z Checking libsw-core v0.3.2
32432026-05-27T23:55:37.743Z Compiling bitfield-macros v0.19.4
32442026-05-27T23:55:37.866Z Compiling indexmap v1.9.3
32452026-05-27T23:55:38.007Z Checking nodrop v0.1.14
32462026-05-27T23:55:38.082Z Checking libsw v3.5.0
32472026-05-27T23:55:38.102Z Checking array-init v0.0.4
32482026-05-27T23:55:38.237Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32492026-05-27T23:55:38.258Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32502026-05-27T23:55:38.404Z Checking smallvec v0.6.14
32512026-05-27T23:55:38.449Z Checking bitfield v0.19.4
32522026-05-27T23:55:38.513Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32532026-05-27T23:55:38.636Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32542026-05-27T23:55:38.721Z Checking smawk v0.3.2
32552026-05-27T23:55:38.762Z Checking base64 v0.21.7
32562026-05-27T23:55:38.834Z Checking unicode-linebreak v0.1.5
32572026-05-27T23:55:38.852Z Checking hashbrown v0.12.3
32582026-05-27T23:55:38.936Z Checking linear-map v1.2.0
32592026-05-27T23:55:39.003Z Checking tagptr v0.2.0
32602026-05-27T23:55:39.046Z Checking textwrap v0.16.2
32612026-05-27T23:55:39.092Z Checking ron v0.8.1
32622026-05-27T23:55:39.136Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32632026-05-27T23:55:39.150Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32642026-05-27T23:55:39.169Z Checking moka v0.12.13
32652026-05-27T23:55:39.285Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32662026-05-27T23:55:39.320Z Checking serde-hex v0.1.0
32672026-05-27T23:55:39.608Z Checking steno v0.4.1
32682026-05-27T23:55:39.649Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32692026-05-27T23:55:39.739Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32702026-05-27T23:55:39.810Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32712026-05-27T23:55:39.824Z Checking hashbrown v0.13.2
32722026-05-27T23:55:40.111Z Checking crc-any v2.5.0
32732026-05-27T23:55:40.251Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32742026-05-27T23:55:40.293Z Checking object v0.30.4
32752026-05-27T23:55:40.394Z Checking hickory-resolver v0.25.2
32762026-05-27T23:55:40.428Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32772026-05-27T23:55:40.462Z Checking half v1.8.3
32782026-05-27T23:55:40.593Z Checking path-slash v0.1.5
32792026-05-27T23:55:40.611Z Checking void v1.0.2
32802026-05-27T23:55:40.658Z Checking utf-8 v0.7.6
32812026-05-27T23:55:40.696Z Checking serde_cbor v0.11.2
32822026-05-27T23:55:40.715Z Checking lzss v0.8.2
32832026-05-27T23:55:40.793Z Checking tungstenite v0.23.0
32842026-05-27T23:55:40.903Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32852026-05-27T23:55:40.958Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32862026-05-27T23:55:41.062Z Checking nix v0.27.1
32872026-05-27T23:55:41.075Z Checking kstat-rs v0.2.4
32882026-05-27T23:55:41.099Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32892026-05-27T23:55:41.196Z Checking fxhash v0.2.1
32902026-05-27T23:55:41.212Z Checking serde_bytes v0.11.19
32912026-05-27T23:55:41.261Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32922026-05-27T23:55:41.313Z Checking tokio-tungstenite v0.23.1
32932026-05-27T23:55:41.383Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32942026-05-27T23:55:41.520Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32952026-05-27T23:55:41.568Z Checking signal-hook-tokio v0.3.1
32962026-05-27T23:55:41.860Z Compiling typify-macro v0.6.2
32972026-05-27T23:55:42.690Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32982026-05-27T23:55:43.018Z Compiling typify v0.6.2
32992026-05-27T23:55:43.102Z Compiling progenitor-impl v0.13.0
33002026-05-27T23:55:43.102Z Compiling progenitor-impl v0.14.0
33012026-05-27T23:55:43.588Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33022026-05-27T23:55:43.916Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33032026-05-27T23:55:44.701Z Compiling progenitor-macro v0.14.0
33042026-05-27T23:55:44.745Z Compiling progenitor-macro v0.13.0
33052026-05-27T23:55:47.124Z Checking progenitor v0.14.0
33062026-05-27T23:55:47.249Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33072026-05-27T23:55:47.420Z Checking progenitor v0.13.0
33082026-05-27T23:55:47.538Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33092026-05-27T23:55:50.575Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33102026-05-27T23:55:58.312Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33112026-05-27T23:56:04.693Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33122026-05-27T23:56:06.076Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33132026-05-27T23:56:06.582Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33142026-05-27T23:56:08.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.62s
33152026-05-27T23:56:08.871Z
33162026-05-27T23:56:08.871Zinfo: running `cargo check --bins` on gateway-api (134/295)
33172026-05-27T23:56:09.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182026-05-27T23:56:09.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192026-05-27T23:56:09.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33202026-05-27T23:56:09.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33212026-05-27T23:56:09.470Z
33222026-05-27T23:56:09.470Zinfo: running `cargo check --bins` on ipcc (135/295)
33232026-05-27T23:56:09.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242026-05-27T23:56:09.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252026-05-27T23:56:09.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262026-05-27T23:56:09.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33272026-05-27T23:56:10.070Z
33282026-05-27T23:56:10.070Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/295)
33292026-05-27T23:56:10.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-05-27T23:56:10.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-05-27T23:56:10.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-05-27T23:56:10.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33332026-05-27T23:56:10.657Z
33342026-05-27T23:56:10.657Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/295)
33352026-05-27T23:56:11.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-05-27T23:56:11.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-05-27T23:56:11.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-05-27T23:56:11.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33392026-05-27T23:56:11.281Z
33402026-05-27T23:56:11.281Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/295)
33412026-05-27T23:56:11.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-05-27T23:56:11.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-05-27T23:56:11.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-05-27T23:56:11.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33452026-05-27T23:56:11.883Z
33462026-05-27T23:56:11.884Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/295)
33472026-05-27T23:56:12.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-05-27T23:56:12.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-05-27T23:56:12.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-05-27T23:56:12.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33512026-05-27T23:56:12.483Z
33522026-05-27T23:56:12.483Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/295)
33532026-05-27T23:56:12.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-05-27T23:56:12.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-05-27T23:56:12.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-05-27T23:56:12.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33572026-05-27T23:56:13.083Z
33582026-05-27T23:56:13.083Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/295)
33592026-05-27T23:56:13.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-05-27T23:56:13.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-05-27T23:56:13.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-05-27T23:56:13.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33632026-05-27T23:56:13.705Z
33642026-05-27T23:56:13.706Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/295)
33652026-05-27T23:56:14.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-05-27T23:56:14.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-05-27T23:56:14.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-05-27T23:56:14.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33692026-05-27T23:56:14.309Z
33702026-05-27T23:56:14.309Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/295)
33712026-05-27T23:56:14.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-05-27T23:56:14.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-05-27T23:56:14.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-05-27T23:56:14.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33752026-05-27T23:56:14.908Z
33762026-05-27T23:56:14.908Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/295)
33772026-05-27T23:56:15.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-05-27T23:56:15.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-05-27T23:56:15.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-05-27T23:56:15.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33812026-05-27T23:56:15.510Z
33822026-05-27T23:56:15.510Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/295)
33832026-05-27T23:56:16.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-05-27T23:56:16.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-05-27T23:56:16.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-05-27T23:56:16.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33872026-05-27T23:56:16.114Z
33882026-05-27T23:56:16.114Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/295)
33892026-05-27T23:56:16.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-05-27T23:56:16.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-05-27T23:56:16.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-05-27T23:56:16.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33932026-05-27T23:56:16.711Z
33942026-05-27T23:56:16.711Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/295)
33952026-05-27T23:56:17.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-05-27T23:56:17.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-05-27T23:56:17.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-05-27T23:56:17.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33992026-05-27T23:56:17.312Z
34002026-05-27T23:56:17.312Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/295)
34012026-05-27T23:56:17.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-05-27T23:56:17.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-05-27T23:56:17.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-05-27T23:56:17.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34052026-05-27T23:56:17.928Z
34062026-05-27T23:56:17.928Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/295)
34072026-05-27T23:56:18.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-05-27T23:56:18.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-05-27T23:56:18.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-05-27T23:56:18.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34112026-05-27T23:56:18.545Z
34122026-05-27T23:56:18.546Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/295)
34132026-05-27T23:56:19.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-05-27T23:56:19.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-05-27T23:56:19.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-05-27T23:56:19.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34172026-05-27T23:56:19.166Z
34182026-05-27T23:56:19.166Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/295)
34192026-05-27T23:56:19.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-05-27T23:56:19.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-05-27T23:56:19.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-05-27T23:56:19.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34232026-05-27T23:56:19.784Z
34242026-05-27T23:56:19.784Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/295)
34252026-05-27T23:56:20.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-05-27T23:56:20.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-05-27T23:56:20.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-05-27T23:56:20.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34292026-05-27T23:56:20.403Z
34302026-05-27T23:56:20.403Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/295)
34312026-05-27T23:56:20.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-05-27T23:56:20.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-05-27T23:56:20.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-05-27T23:56:20.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34352026-05-27T23:56:21.023Z
34362026-05-27T23:56:21.023Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/295)
34372026-05-27T23:56:21.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-05-27T23:56:21.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-05-27T23:56:21.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-05-27T23:56:21.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34412026-05-27T23:56:21.645Z
34422026-05-27T23:56:21.645Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/295)
34432026-05-27T23:56:22.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-05-27T23:56:22.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-05-27T23:56:22.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-05-27T23:56:22.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34472026-05-27T23:56:22.273Z
34482026-05-27T23:56:22.273Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/295)
34492026-05-27T23:56:22.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-05-27T23:56:22.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-05-27T23:56:22.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-05-27T23:56:22.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34532026-05-27T23:56:22.896Z
34542026-05-27T23:56:22.896Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/295)
34552026-05-27T23:56:23.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-05-27T23:56:23.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-05-27T23:56:23.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-05-27T23:56:23.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34592026-05-27T23:56:23.517Z
34602026-05-27T23:56:23.517Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/295)
34612026-05-27T23:56:24.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-05-27T23:56:24.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-05-27T23:56:24.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-05-27T23:56:24.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34652026-05-27T23:56:24.118Z
34662026-05-27T23:56:24.118Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/295)
34672026-05-27T23:56:24.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-05-27T23:56:24.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-05-27T23:56:24.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-05-27T23:56:24.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34712026-05-27T23:56:24.723Z
34722026-05-27T23:56:24.723Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/295)
34732026-05-27T23:56:25.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-05-27T23:56:25.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-05-27T23:56:25.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-05-27T23:56:25.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34772026-05-27T23:56:25.331Z
34782026-05-27T23:56:25.331Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/295)
34792026-05-27T23:56:25.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-05-27T23:56:25.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-05-27T23:56:25.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-05-27T23:56:25.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34832026-05-27T23:56:25.938Z
34842026-05-27T23:56:25.938Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/295)
34852026-05-27T23:56:26.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-05-27T23:56:26.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-05-27T23:56:26.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-05-27T23:56:26.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34892026-05-27T23:56:26.545Z
34902026-05-27T23:56:26.545Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/295)
34912026-05-27T23:56:27.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-05-27T23:56:27.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-05-27T23:56:27.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-05-27T23:56:27.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34952026-05-27T23:56:27.150Z
34962026-05-27T23:56:27.150Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/295)
34972026-05-27T23:56:27.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-05-27T23:56:27.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-05-27T23:56:27.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-05-27T23:56:27.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35012026-05-27T23:56:27.756Z
35022026-05-27T23:56:27.756Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/295)
35032026-05-27T23:56:28.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-05-27T23:56:28.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-05-27T23:56:28.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-05-27T23:56:28.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35072026-05-27T23:56:28.362Z
35082026-05-27T23:56:28.362Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/295)
35092026-05-27T23:56:28.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-05-27T23:56:28.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-05-27T23:56:28.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-05-27T23:56:28.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35132026-05-27T23:56:28.979Z
35142026-05-27T23:56:28.979Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/295)
35152026-05-27T23:56:29.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-05-27T23:56:29.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-05-27T23:56:29.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-05-27T23:56:29.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35192026-05-27T23:56:29.597Z
35202026-05-27T23:56:29.597Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/295)
35212026-05-27T23:56:30.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-05-27T23:56:30.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-05-27T23:56:30.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-05-27T23:56:30.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35252026-05-27T23:56:30.219Z
35262026-05-27T23:56:30.219Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/295)
35272026-05-27T23:56:30.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-05-27T23:56:30.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-05-27T23:56:30.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-05-27T23:56:30.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35312026-05-27T23:56:30.840Z
35322026-05-27T23:56:30.840Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/295)
35332026-05-27T23:56:31.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-05-27T23:56:31.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-05-27T23:56:31.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-05-27T23:56:31.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35372026-05-27T23:56:31.463Z
35382026-05-27T23:56:31.463Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/295)
35392026-05-27T23:56:31.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-05-27T23:56:31.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-05-27T23:56:31.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-05-27T23:56:31.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35432026-05-27T23:56:32.081Z
35442026-05-27T23:56:32.081Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/295)
35452026-05-27T23:56:32.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-05-27T23:56:32.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-05-27T23:56:32.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-05-27T23:56:32.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35492026-05-27T23:56:32.701Z
35502026-05-27T23:56:32.701Zinfo: running `cargo check --bins` on oximeter-producer (173/295)
35512026-05-27T23:56:33.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-05-27T23:56:33.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-05-27T23:56:33.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-05-27T23:56:33.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35552026-05-27T23:56:33.342Z
35562026-05-27T23:56:33.342Zinfo: running `cargo check --bins` on internal-dns-resolver (174/295)
35572026-05-27T23:56:33.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-05-27T23:56:33.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-05-27T23:56:33.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-05-27T23:56:33.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35612026-05-27T23:56:33.948Z
35622026-05-27T23:56:33.948Zinfo: running `cargo check --bins` on dns-server (175/295)
35632026-05-27T23:56:34.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-05-27T23:56:34.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-05-27T23:56:34.608Z Compiling parking_lot_core v0.8.6
35662026-05-27T23:56:34.608Z Compiling atomicwrites v0.4.4
35672026-05-27T23:56:34.612Z Compiling git-stub v1.0.0
35682026-05-27T23:56:34.612Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35692026-05-27T23:56:34.735Z Checking prefix-trie v0.7.0
35702026-05-27T23:56:34.853Z Compiling git-stub-vcs v0.1.0
35712026-05-27T23:56:35.023Z Checking hickory-server v0.25.2
35722026-05-27T23:56:35.113Z Checking parking_lot v0.11.2
35732026-05-27T23:56:35.133Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35742026-05-27T23:56:35.193Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35752026-05-27T23:56:35.193Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35762026-05-27T23:56:35.283Z Checking sled v0.34.7
35772026-05-27T23:56:37.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
35782026-05-27T23:56:37.353Z
35792026-05-27T23:56:37.354Zinfo: running `cargo check --bins` on dns-server-api (176/295)
35802026-05-27T23:56:37.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-05-27T23:56:37.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-05-27T23:56:37.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-05-27T23:56:37.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35842026-05-27T23:56:37.950Z
35852026-05-27T23:56:37.951Zinfo: running `cargo check --bins` on oximeter-producer-api (177/295)
35862026-05-27T23:56:38.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-05-27T23:56:38.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-05-27T23:56:38.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-05-27T23:56:38.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35902026-05-27T23:56:38.553Z
35912026-05-27T23:56:38.553Zinfo: running `cargo check --bins` on sp-sim (178/295)
35922026-05-27T23:56:39.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-05-27T23:56:39.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-05-27T23:56:39.287Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35952026-05-27T23:56:41.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s
35962026-05-27T23:56:41.264Z
35972026-05-27T23:56:41.264Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/295)
35982026-05-27T23:56:41.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-05-27T23:56:41.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-05-27T23:56:41.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-05-27T23:56:41.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36022026-05-27T23:56:41.919Z
36032026-05-27T23:56:41.919Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/295)
36042026-05-27T23:56:42.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-05-27T23:56:42.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-05-27T23:56:42.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-05-27T23:56:42.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36082026-05-27T23:56:42.575Z
36092026-05-27T23:56:42.575Zinfo: running `cargo check --bins` on db-macros (181/295)
36102026-05-27T23:56:43.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-05-27T23:56:43.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-05-27T23:56:43.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36132026-05-27T23:56:43.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36142026-05-27T23:56:43.163Z
36152026-05-27T23:56:43.163Zinfo: running `cargo check --bins` on nexus-macros-common (182/295)
36162026-05-27T23:56:43.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-05-27T23:56:43.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-05-27T23:56:43.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-05-27T23:56:43.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36202026-05-27T23:56:43.748Z
36212026-05-27T23:56:43.748Zinfo: running `cargo check --bins` on nexus-auth (183/295)
36222026-05-27T23:56:44.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-05-27T23:56:44.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-05-27T23:56:44.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252026-05-27T23:56:44.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36262026-05-27T23:56:44.392Z
36272026-05-27T23:56:44.392Zinfo: running `cargo check --bins` on authz-macros (184/295)
36282026-05-27T23:56:44.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292026-05-27T23:56:44.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302026-05-27T23:56:44.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36312026-05-27T23:56:44.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36322026-05-27T23:56:44.981Z
36332026-05-27T23:56:44.981Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/295)
36342026-05-27T23:56:45.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36352026-05-27T23:56:45.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36362026-05-27T23:56:45.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36372026-05-27T23:56:45.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36382026-05-27T23:56:45.631Z
36392026-05-27T23:56:45.631Zinfo: running `cargo check --bins` on nexus-db-model (186/295)
36402026-05-27T23:56:46.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36412026-05-27T23:56:46.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36422026-05-27T23:56:46.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36432026-05-27T23:56:46.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36442026-05-27T23:56:46.272Z
36452026-05-27T23:56:46.272Zinfo: running `cargo check --bins` on nexus-db-schema (187/295)
36462026-05-27T23:56:46.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36472026-05-27T23:56:46.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36482026-05-27T23:56:46.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36492026-05-27T23:56:46.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36502026-05-27T23:56:46.861Z
36512026-05-27T23:56:46.861Zinfo: running `cargo check --bins` on omicron-rpaths (188/295)
36522026-05-27T23:56:47.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36532026-05-27T23:56:47.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36542026-05-27T23:56:47.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36552026-05-27T23:56:47.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36562026-05-27T23:56:47.448Z
36572026-05-27T23:56:47.448Zinfo: running `cargo check --bins` on nexus-defaults (189/295)
36582026-05-27T23:56:47.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36592026-05-27T23:56:47.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36602026-05-27T23:56:47.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36612026-05-27T23:56:47.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36622026-05-27T23:56:48.055Z
36632026-05-27T23:56:48.055Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/295)
36642026-05-27T23:56:48.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36652026-05-27T23:56:48.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36662026-05-27T23:56:48.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36672026-05-27T23:56:48.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36682026-05-27T23:56:48.647Z
36692026-05-27T23:56:48.647Zinfo: running `cargo check --bins` on parallel-task-set (191/295)
36702026-05-27T23:56:49.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36712026-05-27T23:56:49.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36722026-05-27T23:56:49.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36732026-05-27T23:56:49.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36742026-05-27T23:56:49.242Z
36752026-05-27T23:56:49.243Zinfo: running `cargo check --bins` on nexus-db-errors (192/295)
36762026-05-27T23:56:49.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36772026-05-27T23:56:49.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36782026-05-27T23:56:49.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36792026-05-27T23:56:49.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36802026-05-27T23:56:49.902Z
36812026-05-27T23:56:49.902Zinfo: running `cargo check --bins` on nexus-db-lookup (193/295)
36822026-05-27T23:56:50.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36832026-05-27T23:56:50.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36842026-05-27T23:56:50.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36852026-05-27T23:56:50.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36862026-05-27T23:56:50.563Z
36872026-05-27T23:56:50.563Zinfo: running `cargo check --bins` on nexus-inventory (194/295)
36882026-05-27T23:56:51.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36892026-05-27T23:56:51.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36902026-05-27T23:56:51.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36912026-05-27T23:56:51.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36922026-05-27T23:56:51.219Z
36932026-05-27T23:56:51.219Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (195/295)
36942026-05-27T23:56:51.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36952026-05-27T23:56:51.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36962026-05-27T23:56:51.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36972026-05-27T23:56:51.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36982026-05-27T23:56:51.848Z
36992026-05-27T23:56:51.848Zinfo: running `cargo check --bins --no-default-features` on sled-storage (196/295)
37002026-05-27T23:56:52.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37012026-05-27T23:56:52.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37022026-05-27T23:56:52.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37032026-05-27T23:56:52.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37042026-05-27T23:56:52.470Z
37052026-05-27T23:56:52.471Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (197/295)
37062026-05-27T23:56:52.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37072026-05-27T23:56:52.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37082026-05-27T23:56:52.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37092026-05-27T23:56:53.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37102026-05-27T23:56:53.098Z
37112026-05-27T23:56:53.098Zinfo: running `cargo check --bins` on key-manager (198/295)
37122026-05-27T23:56:53.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37132026-05-27T23:56:53.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37142026-05-27T23:56:53.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37152026-05-27T23:56:53.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37162026-05-27T23:56:53.709Z
37172026-05-27T23:56:53.709Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (199/295)
37182026-05-27T23:56:54.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37192026-05-27T23:56:54.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37202026-05-27T23:56:54.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37212026-05-27T23:56:54.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37222026-05-27T23:56:54.346Z
37232026-05-27T23:56:54.346Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (200/295)
37242026-05-27T23:56:54.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37252026-05-27T23:56:54.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37262026-05-27T23:56:54.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37272026-05-27T23:56:54.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37282026-05-27T23:56:54.981Z
37292026-05-27T23:56:54.981Zinfo: running `cargo check --bins` on typed-rng (201/295)
37302026-05-27T23:56:55.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37312026-05-27T23:56:55.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37322026-05-27T23:56:55.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37332026-05-27T23:56:55.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37342026-05-27T23:56:55.577Z
37352026-05-27T23:56:55.577Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/295)
37362026-05-27T23:56:56.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37372026-05-27T23:56:56.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37382026-05-27T23:56:56.450Z Compiling libefi-sys v0.1.0
37392026-05-27T23:56:56.585Z Compiling bitfield-struct v0.6.2
37402026-05-27T23:56:56.613Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37412026-05-27T23:56:56.621Z Compiling xshell-macros v0.2.7
37422026-05-27T23:56:56.624Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37432026-05-27T23:56:56.627Z Compiling typify-impl v0.4.3
37442026-05-27T23:56:56.627Z Compiling salty v0.3.0
37452026-05-27T23:56:56.627Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37462026-05-27T23:56:56.731Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37472026-05-27T23:56:56.785Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37482026-05-27T23:56:56.944Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37492026-05-27T23:56:57.028Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37502026-05-27T23:56:57.085Z Checking xshell v0.2.7
37512026-05-27T23:56:57.171Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37522026-05-27T23:56:57.189Z Checking primeorder v0.13.6
37532026-05-27T23:56:57.205Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37542026-05-27T23:56:57.273Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37552026-05-27T23:56:57.318Z Compiling proc-macro-error-attr2 v2.0.0
37562026-05-27T23:56:57.335Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37572026-05-27T23:56:57.424Z Checking p384 v0.13.1
37582026-05-27T23:56:57.438Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37592026-05-27T23:56:57.544Z Checking tungstenite v0.21.0
37602026-05-27T23:56:57.649Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37612026-05-27T23:56:57.676Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37622026-05-27T23:56:57.703Z Compiling proc-macro-error2 v2.0.1
37632026-05-27T23:56:58.020Z Compiling num-derive v0.3.3
37642026-05-27T23:56:58.176Z Compiling tabled_derive v0.11.0
37652026-05-27T23:56:58.307Z Checking tokio-tungstenite v0.21.0
37662026-05-27T23:56:58.541Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37672026-05-27T23:56:58.590Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37682026-05-27T23:56:58.837Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37692026-05-27T23:56:58.906Z Checking libscf-sys v1.1.0
37702026-05-27T23:56:59.136Z Checking papergrid v0.17.0
37712026-05-27T23:56:59.210Z Checking testing_table v0.3.0
37722026-05-27T23:56:59.261Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37732026-05-27T23:56:59.310Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37742026-05-27T23:56:59.351Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37752026-05-27T23:56:59.499Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37762026-05-27T23:56:59.714Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37772026-05-27T23:56:59.729Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37782026-05-27T23:56:59.844Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37792026-05-27T23:56:59.882Z Compiling illumos-nvpair-sys v0.2.0
37802026-05-27T23:56:59.913Z Compiling unicase v2.9.0
37812026-05-27T23:56:59.943Z Checking corncobs v0.1.4
37822026-05-27T23:57:00.084Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37832026-05-27T23:57:00.097Z Checking tabled v0.20.0
37842026-05-27T23:57:00.124Z Compiling mime_guess v2.0.5
37852026-05-27T23:57:00.140Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37862026-05-27T23:57:00.153Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37872026-05-27T23:57:00.306Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37882026-05-27T23:57:00.337Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37892026-05-27T23:57:00.443Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37902026-05-27T23:57:00.491Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
37912026-05-27T23:57:00.542Z Checking progenitor-client v0.11.2
37922026-05-27T23:57:00.661Z Checking secrecy v0.8.0
37932026-05-27T23:57:00.782Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37942026-05-27T23:57:01.039Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
37952026-05-27T23:57:01.112Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37962026-05-27T23:57:01.141Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37972026-05-27T23:57:01.156Z Compiling typify-macro v0.4.3
37982026-05-27T23:57:01.172Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37992026-05-27T23:57:01.361Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38002026-05-27T23:57:01.379Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38012026-05-27T23:57:01.413Z Checking filetime v0.2.27
38022026-05-27T23:57:01.564Z Checking http-range v0.1.5
38032026-05-27T23:57:01.692Z Checking xattr v1.6.1
38042026-05-27T23:57:01.712Z Checking crc8 v0.1.1
38052026-05-27T23:57:01.827Z Checking tar v0.4.45
38062026-05-27T23:57:01.830Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38072026-05-27T23:57:02.038Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38082026-05-27T23:57:02.138Z Checking illumos-nvpair v0.3.0
38092026-05-27T23:57:02.221Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38102026-05-27T23:57:02.294Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38112026-05-27T23:57:02.309Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38122026-05-27T23:57:02.617Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38132026-05-27T23:57:02.656Z Checking atty v0.2.14
38142026-05-27T23:57:02.704Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38152026-05-27T23:57:02.756Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
38162026-05-27T23:57:02.774Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38172026-05-27T23:57:02.870Z Compiling typify v0.4.3
38182026-05-27T23:57:02.989Z Compiling progenitor-impl v0.11.2
38192026-05-27T23:57:03.194Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38202026-05-27T23:57:03.328Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38212026-05-27T23:57:03.364Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
38222026-05-27T23:57:03.525Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38232026-05-27T23:57:03.612Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38242026-05-27T23:57:03.697Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38252026-05-27T23:57:03.849Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38262026-05-27T23:57:03.921Z Checking hyper-staticfile v0.10.1
38272026-05-27T23:57:04.076Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38282026-05-27T23:57:04.228Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38292026-05-27T23:57:04.331Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38302026-05-27T23:57:04.397Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38312026-05-27T23:57:04.561Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38322026-05-27T23:57:04.598Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38332026-05-27T23:57:04.841Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38342026-05-27T23:57:04.860Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
38352026-05-27T23:57:04.885Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38362026-05-27T23:57:05.119Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38372026-05-27T23:57:05.615Z Compiling progenitor-macro v0.11.2
38382026-05-27T23:57:08.049Z Checking progenitor v0.11.2
38392026-05-27T23:57:08.177Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38402026-05-27T23:57:08.193Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38412026-05-27T23:57:12.845Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38422026-05-27T23:57:23.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.32s
38432026-05-27T23:57:24.123Z
38442026-05-27T23:57:24.123Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/295)
38452026-05-27T23:57:24.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38462026-05-27T23:57:24.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38472026-05-27T23:57:24.909Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38482026-05-27T23:57:35.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.49s
38492026-05-27T23:57:35.837Z
38502026-05-27T23:57:35.837Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/295)
38512026-05-27T23:57:36.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38522026-05-27T23:57:36.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38532026-05-27T23:57:36.632Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38542026-05-27T23:57:47.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.56s
38552026-05-27T23:57:47.619Z
38562026-05-27T23:57:47.619Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/295)
38572026-05-27T23:57:48.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38582026-05-27T23:57:48.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38592026-05-27T23:57:48.419Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38602026-05-27T23:57:59.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.48s
38612026-05-27T23:57:59.328Z
38622026-05-27T23:57:59.328Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/295)
38632026-05-27T23:57:59.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38642026-05-27T23:57:59.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38652026-05-27T23:58:00.119Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38662026-05-27T23:58:10.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.54s
38672026-05-27T23:58:11.083Z
38682026-05-27T23:58:11.083Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/295)
38692026-05-27T23:58:11.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38702026-05-27T23:58:11.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38712026-05-27T23:58:11.885Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38722026-05-27T23:58:22.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.55s
38732026-05-27T23:58:22.851Z
38742026-05-27T23:58:22.851Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/295)
38752026-05-27T23:58:23.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38762026-05-27T23:58:23.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38772026-05-27T23:58:23.649Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38782026-05-27T23:58:34.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.54s
38792026-05-27T23:58:34.613Z
38802026-05-27T23:58:34.613Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/295)
38812026-05-27T23:58:35.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38822026-05-27T23:58:35.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38832026-05-27T23:58:35.411Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38842026-05-27T23:58:46.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.51s
38852026-05-27T23:58:46.345Z
38862026-05-27T23:58:46.345Zinfo: running `cargo check --bins` on bootstrap-agent-api (210/295)
38872026-05-27T23:58:46.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38882026-05-27T23:58:46.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38892026-05-27T23:58:46.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38902026-05-27T23:58:46.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38912026-05-27T23:58:46.954Z
38922026-05-27T23:58:46.954Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/295)
38932026-05-27T23:58:47.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38942026-05-27T23:58:47.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38952026-05-27T23:58:47.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38962026-05-27T23:58:47.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38972026-05-27T23:58:47.567Z
38982026-05-27T23:58:47.567Zinfo: running `cargo check --bins` on range-requests (212/295)
38992026-05-27T23:58:48.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39002026-05-27T23:58:48.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39012026-05-27T23:58:48.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39022026-05-27T23:58:48.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39032026-05-27T23:58:48.170Z
39042026-05-27T23:58:48.170Zinfo: running `cargo check --bins` on repo-depot-api (213/295)
39052026-05-27T23:58:48.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39062026-05-27T23:58:48.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39072026-05-27T23:58:48.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39082026-05-27T23:58:48.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39092026-05-27T23:58:48.780Z
39102026-05-27T23:58:48.780Zinfo: running `cargo check --bins` on sled-agent-api (214/295)
39112026-05-27T23:58:49.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39122026-05-27T23:58:49.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39132026-05-27T23:58:49.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39142026-05-27T23:58:49.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39152026-05-27T23:58:49.409Z
39162026-05-27T23:58:49.409Zinfo: running `cargo check --bins` on sled-diagnostics (215/295)
39172026-05-27T23:58:49.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39182026-05-27T23:58:49.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39192026-05-27T23:58:49.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39202026-05-27T23:58:49.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39212026-05-27T23:58:50.036Z
39222026-05-27T23:58:50.036Zinfo: running `cargo check --bins` on zfs-test-harness (216/295)
39232026-05-27T23:58:50.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39242026-05-27T23:58:50.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39252026-05-27T23:58:50.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39262026-05-27T23:58:50.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39272026-05-27T23:58:50.661Z
39282026-05-27T23:58:50.661Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (217/295)
39292026-05-27T23:58:51.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39302026-05-27T23:58:51.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39312026-05-27T23:58:51.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39322026-05-27T23:58:51.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39332026-05-27T23:58:51.300Z
39342026-05-27T23:58:51.300Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (218/295)
39352026-05-27T23:58:51.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39362026-05-27T23:58:51.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39372026-05-27T23:58:51.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39382026-05-27T23:58:51.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39392026-05-27T23:58:51.933Z
39402026-05-27T23:58:51.933Zinfo: running `cargo check --bins` on sled-agent-early-networking (219/295)
39412026-05-27T23:58:52.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-05-27T23:58:52.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-05-27T23:58:52.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442026-05-27T23:58:52.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39452026-05-27T23:58:52.559Z
39462026-05-27T23:58:52.559Zinfo: running `cargo check --bins` on sled-agent-health-monitor (220/295)
39472026-05-27T23:58:53.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-05-27T23:58:53.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-05-27T23:58:53.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-05-27T23:58:53.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39512026-05-27T23:58:53.183Z
39522026-05-27T23:58:53.183Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (221/295)
39532026-05-27T23:58:53.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-05-27T23:58:53.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-05-27T23:58:53.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-05-27T23:58:53.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39572026-05-27T23:58:53.809Z
39582026-05-27T23:58:53.809Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (222/295)
39592026-05-27T23:58:54.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-05-27T23:58:54.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-05-27T23:58:54.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-05-27T23:58:54.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39632026-05-27T23:58:54.440Z
39642026-05-27T23:58:54.440Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (223/295)
39652026-05-27T23:58:54.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-05-27T23:58:54.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-05-27T23:58:54.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-05-27T23:58:54.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39692026-05-27T23:58:55.067Z
39702026-05-27T23:58:55.067Zinfo: running `cargo check --bins` on sled-agent-rack-setup (224/295)
39712026-05-27T23:58:55.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-05-27T23:58:55.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-05-27T23:58:55.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-05-27T23:58:55.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39752026-05-27T23:58:55.722Z
39762026-05-27T23:58:55.722Zinfo: running `cargo check --bins` on trust-quorum (225/295)
39772026-05-27T23:58:56.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-05-27T23:58:56.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-05-27T23:58:56.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39802026-05-27T23:58:56.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39812026-05-27T23:58:56.360Z
39822026-05-27T23:58:56.360Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (226/295)
39832026-05-27T23:58:56.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39842026-05-27T23:58:56.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39852026-05-27T23:58:56.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39862026-05-27T23:58:56.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39872026-05-27T23:58:57.009Z
39882026-05-27T23:58:57.009Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (227/295)
39892026-05-27T23:58:57.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39902026-05-27T23:58:57.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39912026-05-27T23:58:57.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39922026-05-27T23:58:57.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39932026-05-27T23:58:57.678Z
39942026-05-27T23:58:57.678Zinfo: running `cargo check --bins` on update-common (228/295)
39952026-05-27T23:58:58.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39962026-05-27T23:58:58.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39972026-05-27T23:58:58.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39982026-05-27T23:58:58.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39992026-05-27T23:58:58.296Z
40002026-05-27T23:58:58.296Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (229/295)
40012026-05-27T23:58:58.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-05-27T23:58:58.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-05-27T23:58:58.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40042026-05-27T23:58:58.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
40052026-05-27T23:58:58.959Z
40062026-05-27T23:58:58.959Zinfo: running `cargo check --bins` on omicron-deployment-graph (230/295)
40072026-05-27T23:58:59.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-05-27T23:58:59.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-05-27T23:58:59.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40102026-05-27T23:58:59.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40112026-05-27T23:58:59.559Z
40122026-05-27T23:58:59.559Zinfo: running `cargo check --bins` on reconfigurator-cli (231/295)
40132026-05-27T23:59:00.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40142026-05-27T23:59:00.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40152026-05-27T23:59:00.339Z Compiling fs-err v2.11.0
40162026-05-27T23:59:00.344Z Checking ignore v0.4.25
40172026-05-27T23:59:00.344Z Checking arc-swap v1.8.2
40182026-05-27T23:59:00.478Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40192026-05-27T23:59:00.478Z Checking predicates-tree v1.0.13
40202026-05-27T23:59:00.484Z Checking parse-size v1.1.0
40212026-05-27T23:59:00.507Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40222026-05-27T23:59:00.510Z Checking rand_seeder v0.4.0
40232026-05-27T23:59:00.572Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40242026-05-27T23:59:00.634Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40252026-05-27T23:59:00.656Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40262026-05-27T23:59:00.684Z Checking slog-scope v4.4.1
40272026-05-27T23:59:00.721Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40282026-05-27T23:59:00.806Z Compiling petname v2.0.2
40292026-05-27T23:59:00.820Z Checking slog-stdlog v4.1.1
40302026-05-27T23:59:00.835Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40312026-05-27T23:59:00.849Z Checking globwalk v0.9.1
40322026-05-27T23:59:00.906Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40332026-05-27T23:59:00.936Z Checking slog-envlogger v2.2.0
40342026-05-27T23:59:01.023Z Checking camino-tempfile-ext v0.3.3
40352026-05-27T23:59:01.086Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40362026-05-27T23:59:01.105Z Checking sapling-renderdag v0.1.0
40372026-05-27T23:59:01.214Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40382026-05-27T23:59:01.273Z Checking subprocess v0.2.15
40392026-05-27T23:59:01.344Z Checking sync-ptr v0.1.4
40402026-05-27T23:59:01.458Z Checking colored v2.2.0
40412026-05-27T23:59:01.472Z Checking assert_matches v1.5.0
40422026-05-27T23:59:01.553Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40432026-05-27T23:59:01.707Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40442026-05-27T23:59:01.710Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40452026-05-27T23:59:02.460Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40462026-05-27T23:59:03.817Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40472026-05-27T23:59:06.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.50s
40482026-05-27T23:59:06.265Z
40492026-05-27T23:59:06.265Zinfo: running `cargo check --bins` on omicron-repl-utils (232/295)
40502026-05-27T23:59:06.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40512026-05-27T23:59:06.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40522026-05-27T23:59:06.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40532026-05-27T23:59:06.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40542026-05-27T23:59:06.855Z
40552026-05-27T23:59:06.855Zinfo: running `cargo check --bins` on transient-dns-server (233/295)
40562026-05-27T23:59:07.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40572026-05-27T23:59:07.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40582026-05-27T23:59:07.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40592026-05-27T23:59:07.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40602026-05-27T23:59:07.471Z
40612026-05-27T23:59:07.471Zinfo: running `cargo check --bins` on nexus-test-interface (234/295)
40622026-05-27T23:59:08.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40632026-05-27T23:59:08.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40642026-05-27T23:59:08.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40652026-05-27T23:59:08.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40662026-05-27T23:59:08.127Z
40672026-05-27T23:59:08.128Zinfo: running `cargo check --bins` on oximeter-collector (235/295)
40682026-05-27T23:59:08.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40692026-05-27T23:59:08.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40702026-05-27T23:59:08.863Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40712026-05-27T23:59:08.863Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40722026-05-27T23:59:09.518Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40732026-05-27T23:59:11.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s
40742026-05-27T23:59:11.316Z
40752026-05-27T23:59:11.316Zinfo: running `cargo check --bins` on oximeter-api (236/295)
40762026-05-27T23:59:11.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40772026-05-27T23:59:11.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40782026-05-27T23:59:11.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40792026-05-27T23:59:11.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40802026-05-27T23:59:11.923Z
40812026-05-27T23:59:11.923Zinfo: running `cargo check --bins` on cert-dev (237/295)
40822026-05-27T23:59:12.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40832026-05-27T23:59:12.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40842026-05-27T23:59:12.542Z Checking yasna v0.5.2
40852026-05-27T23:59:12.942Z Checking rcgen v0.12.1
40862026-05-27T23:59:13.189Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40872026-05-27T23:59:13.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
40882026-05-27T23:59:13.534Z
40892026-05-27T23:59:13.534Zinfo: running `cargo check --bins` on clickana (238/295)
40902026-05-27T23:59:14.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40912026-05-27T23:59:14.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40922026-05-27T23:59:14.194Z Compiling darling_core v0.23.0
40932026-05-27T23:59:14.306Z Compiling instability v0.3.11
40942026-05-27T23:59:14.309Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40952026-05-27T23:59:14.317Z Checking castaway v0.2.4
40962026-05-27T23:59:14.323Z Compiling indoc v2.0.7
40972026-05-27T23:59:14.326Z Checking unicode-truncate v1.1.0
40982026-05-27T23:59:14.341Z Checking lru v0.12.5
40992026-05-27T23:59:14.344Z Checking cassowary v0.3.0
41002026-05-27T23:59:14.410Z Checking compact_str v0.8.1
41012026-05-27T23:59:15.611Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41022026-05-27T23:59:15.734Z Compiling darling_macro v0.23.0
41032026-05-27T23:59:15.789Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41042026-05-27T23:59:16.143Z Compiling darling v0.23.0
41052026-05-27T23:59:16.758Z Checking ratatui v0.29.0
41062026-05-27T23:59:17.819Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41072026-05-27T23:59:18.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.95s
41082026-05-27T23:59:18.682Z
41092026-05-27T23:59:18.682Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (239/295)
41102026-05-27T23:59:19.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41112026-05-27T23:59:19.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41122026-05-27T23:59:19.427Z Checking headers-core v0.3.0
41132026-05-27T23:59:19.430Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41142026-05-27T23:59:19.622Z Checking headers v0.4.1
41152026-05-27T23:59:19.986Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41162026-05-27T23:59:20.834Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41172026-05-27T23:59:21.329Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41182026-05-27T23:59:21.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s
41192026-05-27T23:59:21.954Z
41202026-05-27T23:59:21.954Zinfo: running `cargo check --bins` on ch-dev (240/295)
41212026-05-27T23:59:22.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41222026-05-27T23:59:22.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41232026-05-27T23:59:22.691Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41242026-05-27T23:59:23.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
41252026-05-27T23:59:23.636Z
41262026-05-27T23:59:23.636Zinfo: running `cargo check --bins` on dev-tools-common (241/295)
41272026-05-27T23:59:24.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41282026-05-27T23:59:24.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41292026-05-27T23:59:24.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41302026-05-27T23:59:24.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
41312026-05-27T23:59:24.113Z
41322026-05-27T23:59:24.113Zinfo: running `cargo check --bins` on crdb-seed (242/295)
41332026-05-27T23:59:24.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41342026-05-27T23:59:24.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41352026-05-27T23:59:24.836Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41362026-05-27T23:59:25.827Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41372026-05-27T23:59:26.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s
41382026-05-27T23:59:26.366Z
41392026-05-27T23:59:26.366Zinfo: running `cargo check --bins` on db-dev (243/295)
41402026-05-27T23:59:26.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41412026-05-27T23:59:26.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41422026-05-27T23:59:27.084Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41432026-05-27T23:59:27.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
41442026-05-27T23:59:28.047Z
41452026-05-27T23:59:28.047Zinfo: running `cargo check --bins` on omicron-dev-lib (244/295)
41462026-05-27T23:59:28.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41472026-05-27T23:59:28.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41482026-05-27T23:59:28.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41492026-05-27T23:59:28.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41502026-05-27T23:59:28.688Z
41512026-05-27T23:59:28.688Zinfo: running `cargo check --bins` on xtask-downloader (245/295)
41522026-05-27T23:59:29.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41532026-05-27T23:59:29.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41542026-05-27T23:59:29.308Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41552026-05-27T23:59:29.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
41562026-05-27T23:59:30.170Z
41572026-05-27T23:59:30.170Zinfo: running `cargo check --bins` on omicron-dropshot-apis (246/295)
41582026-05-27T23:59:30.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41592026-05-27T23:59:30.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41602026-05-27T23:59:30.921Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41612026-05-27T23:59:30.921Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41622026-05-27T23:59:30.921Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=50ed531201ea5f85115141a2203d551fbbdaa3da#50ed5312)
41632026-05-27T23:59:30.924Z Checking git-stub v1.0.0
41642026-05-27T23:59:30.924Z Compiling trait-variant v0.1.2
41652026-05-27T23:59:31.041Z Checking is_ci v1.2.0
41662026-05-27T23:59:31.049Z Checking maplit v1.0.2
41672026-05-27T23:59:31.062Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41682026-05-27T23:59:31.136Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41692026-05-27T23:59:31.164Z Checking supports-color v3.0.2
41702026-05-27T23:59:31.193Z Checking git-stub-vcs v0.1.0
41712026-05-27T23:59:31.284Z Checking drift v0.2.0
41722026-05-27T23:59:31.299Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41732026-05-27T23:59:31.337Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41742026-05-27T23:59:31.422Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41752026-05-27T23:59:31.550Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41762026-05-27T23:59:31.566Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41772026-05-27T23:59:31.581Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41782026-05-27T23:59:31.631Z Checking dropshot-api-manager v0.7.2
41792026-05-27T23:59:31.797Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41802026-05-27T23:59:31.846Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41812026-05-27T23:59:31.984Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=50ed531201ea5f85115141a2203d551fbbdaa3da#50ed5312)
41822026-05-27T23:59:32.318Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41832026-05-27T23:59:37.293Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41842026-05-27T23:59:38.372Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41852026-05-27T23:59:38.936Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41862026-05-27T23:59:39.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.19s
41872026-05-27T23:59:39.556Z
41882026-05-27T23:59:39.556Zinfo: running `cargo check --bins` on installinator-api (247/295)
41892026-05-27T23:59:40.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41902026-05-27T23:59:40.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41912026-05-27T23:59:40.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41922026-05-27T23:59:40.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41932026-05-27T23:59:40.162Z
41942026-05-27T23:59:40.162Zinfo: running `cargo check --bins` on nexus-external-api (248/295)
41952026-05-27T23:59:40.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41962026-05-27T23:59:40.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41972026-05-27T23:59:40.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41982026-05-27T23:59:40.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41992026-05-27T23:59:40.808Z
42002026-05-27T23:59:40.809Zinfo: running `cargo check --bins` on nexus-internal-api (249/295)
42012026-05-27T23:59:41.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42022026-05-27T23:59:41.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42032026-05-27T23:59:41.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42042026-05-27T23:59:41.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42052026-05-27T23:59:41.448Z
42062026-05-27T23:59:41.448Zinfo: running `cargo check --bins` on nexus-lockstep-api (250/295)
42072026-05-27T23:59:41.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42082026-05-27T23:59:41.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42092026-05-27T23:59:41.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42102026-05-27T23:59:41.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42112026-05-27T23:59:42.084Z
42122026-05-27T23:59:42.084Zinfo: running `cargo check --bins` on ntp-admin-api (251/295)
42132026-05-27T23:59:42.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42142026-05-27T23:59:42.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42152026-05-27T23:59:42.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42162026-05-27T23:59:42.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42172026-05-27T23:59:42.688Z
42182026-05-27T23:59:42.688Zinfo: running `cargo check --bins` on ntp-admin-types-versions (252/295)
42192026-05-27T23:59:43.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42202026-05-27T23:59:43.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42212026-05-27T23:59:43.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42222026-05-27T23:59:43.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42232026-05-27T23:59:43.282Z
42242026-05-27T23:59:43.282Zinfo: running `cargo check --bins` on wicketd-api (253/295)
42252026-05-27T23:59:43.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42262026-05-27T23:59:43.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42272026-05-27T23:59:43.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42282026-05-27T23:59:43.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42292026-05-27T23:59:43.899Z
42302026-05-27T23:59:43.899Zinfo: running `cargo check --bins` on omicron-ls-apis (254/295)
42312026-05-27T23:59:44.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42322026-05-27T23:59:44.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42332026-05-27T23:59:44.511Z Checking typeid v1.0.3
42342026-05-27T23:59:44.624Z Checking ordered-float v2.10.1
42352026-05-27T23:59:44.643Z Checking unicode-xid v0.2.6
42362026-05-27T23:59:44.646Z Checking cargo-platform v0.2.0
42372026-05-27T23:59:44.666Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42382026-05-27T23:59:44.689Z Checking erased-serde v0.4.9
42392026-05-27T23:59:44.825Z Checking serde-value v0.7.0
42402026-05-27T23:59:45.004Z Checking serde-untagged v0.1.9
42412026-05-27T23:59:45.157Z Checking cargo-util-schemas v0.8.2
42422026-05-27T23:59:45.836Z Checking cargo_metadata v0.21.0
42432026-05-27T23:59:46.435Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42442026-05-27T23:59:47.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
42452026-05-27T23:59:47.301Z
42462026-05-27T23:59:47.301Zinfo: running `cargo check --bins` on mgs-dev (255/295)
42472026-05-27T23:59:47.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42482026-05-27T23:59:47.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42492026-05-27T23:59:48.036Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42502026-05-27T23:59:48.665Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42512026-05-27T23:59:49.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s
42522026-05-27T23:59:49.385Z
42532026-05-27T23:59:49.385Zinfo: running `cargo check --bins` on omicron-omdb (256/295)
42542026-05-27T23:59:49.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42552026-05-27T23:59:49.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42562026-05-27T23:59:50.340Z Compiling vergen-lib v0.1.6
42572026-05-27T23:59:50.340Z Compiling vergen-gitcl v1.0.8
42582026-05-27T23:59:50.340Z Compiling dirs-sys-next v0.1.2
42592026-05-27T23:59:50.343Z Compiling crunchy v0.2.4
42602026-05-27T23:59:50.343Z Compiling glob v0.3.3
42612026-05-27T23:59:50.343Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42622026-05-27T23:59:50.343Z Compiling diesel_derives v2.3.7
42632026-05-27T23:59:50.561Z Compiling dsl_auto_type v0.2.0
42642026-05-27T23:59:50.687Z Compiling dirs-next v2.0.0
42652026-05-27T23:59:50.746Z Checking scheduled-thread-pool v0.2.7
42662026-05-27T23:59:50.775Z Compiling diesel_table_macro_syntax v0.3.0
42672026-05-27T23:59:50.804Z Compiling tiny-keccak v2.0.2
42682026-05-27T23:59:50.864Z Compiling clang-sys v1.8.1
42692026-05-27T23:59:50.884Z Checking r2d2 v0.8.10
42702026-05-27T23:59:50.905Z Compiling term v0.7.0
42712026-05-27T23:59:51.016Z Compiling bit-vec v0.6.3
42722026-05-27T23:59:51.066Z Checking downcast-rs v2.0.2
42732026-05-27T23:59:51.164Z Compiling itertools v0.10.5
42742026-05-27T23:59:51.236Z Compiling bit-set v0.5.3
42752026-05-27T23:59:51.255Z Compiling ascii-canvas v3.0.0
42762026-05-27T23:59:51.396Z Compiling ena v0.14.4
42772026-05-27T23:59:51.501Z Compiling libloading v0.8.9
42782026-05-27T23:59:51.527Z Compiling regex-syntax v0.6.29
42792026-05-27T23:59:51.542Z Compiling diff v0.1.13
42802026-05-27T23:59:51.557Z Compiling bindgen v0.71.1
42812026-05-27T23:59:51.605Z Compiling cexpr v0.6.0
42822026-05-27T23:59:51.804Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42832026-05-27T23:59:51.999Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42842026-05-27T23:59:52.018Z Compiling rustc-hash v2.1.1
42852026-05-27T23:59:52.172Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42862026-05-27T23:59:52.192Z Compiling libxml v0.3.3
42872026-05-27T23:59:52.208Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42882026-05-27T23:59:52.284Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42892026-05-27T23:59:52.443Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42902026-05-27T23:59:52.600Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42912026-05-27T23:59:52.638Z Compiling strum_macros v0.24.3
42922026-05-27T23:59:52.763Z Compiling indoc v1.0.9
42932026-05-27T23:59:52.872Z Compiling lalrpop v0.19.12
42942026-05-27T23:59:53.642Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42952026-05-27T23:59:53.835Z Checking derive_builder v0.20.2
42962026-05-27T23:59:53.959Z Compiling oso-derive v0.27.3
42972026-05-27T23:59:53.998Z Checking quick-xml v0.37.5
42982026-05-27T23:59:54.084Z Compiling impl-trait-for-tuples v0.2.3
42992026-05-27T23:59:54.503Z Checking openssl-probe v0.1.6
43002026-05-27T23:59:54.652Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43012026-05-27T23:59:54.940Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43022026-05-27T23:59:55.148Z Checking bb8 v0.8.6
43032026-05-27T23:59:55.420Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43042026-05-27T23:59:55.436Z Compiling libz-sys v1.1.24
43052026-05-27T23:59:55.453Z Checking nonempty v0.12.0
43062026-05-27T23:59:55.629Z Compiling strsim v0.10.0
43072026-05-27T23:59:55.650Z Compiling libgit2-sys v0.18.3+1.9.2
43082026-05-27T23:59:55.669Z Compiling vergen-git2 v9.1.0
43092026-05-27T23:59:55.865Z Compiling darling_core v0.13.4
43102026-05-27T23:59:55.987Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43112026-05-27T23:59:56.004Z Compiling base64 v0.21.7
43122026-05-27T23:59:56.180Z Compiling rustls v0.21.12
43132026-05-27T23:59:56.330Z Compiling ron v0.8.1
43142026-05-27T23:59:56.420Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
43152026-05-27T23:59:56.499Z Checking diesel v2.3.7
43162026-05-27T23:59:57.296Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43172026-05-27T23:59:57.351Z Checking sct v0.7.1
43182026-05-27T23:59:57.490Z Checking rustls-webpki v0.101.7
43192026-05-27T23:59:57.530Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
43202026-05-27T23:59:57.755Z Compiling darling_macro v0.13.4
43212026-05-27T23:59:58.226Z Compiling darling v0.13.4
43222026-05-27T23:59:58.319Z Compiling serde_with_macros v1.5.2
43232026-05-27T23:59:58.338Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43242026-05-27T23:59:59.160Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43252026-05-27T23:59:59.224Z Compiling serde_with v1.14.0
43262026-05-28T00:00:00.088Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43272026-05-28T00:00:00.399Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43282026-05-28T00:00:00.947Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43292026-05-28T00:00:01.613Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43302026-05-28T00:00:01.687Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43312026-05-28T00:00:01.809Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43322026-05-28T00:00:01.880Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43332026-05-28T00:00:01.937Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43342026-05-28T00:00:02.005Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43352026-05-28T00:00:02.201Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43362026-05-28T00:00:02.234Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43372026-05-28T00:00:02.251Z Checking tokio-rustls v0.24.1
43382026-05-28T00:00:02.457Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43392026-05-28T00:00:03.020Z Checking rustls-pemfile v1.0.4
43402026-05-28T00:00:03.085Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43412026-05-28T00:00:03.166Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43422026-05-28T00:00:03.341Z Checking twox-hash v2.1.2
43432026-05-28T00:00:03.360Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43442026-05-28T00:00:03.661Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43452026-05-28T00:00:03.684Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43462026-05-28T00:00:03.823Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
43472026-05-28T00:00:03.977Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
43482026-05-28T00:00:05.285Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43492026-05-28T00:00:05.390Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43502026-05-28T00:00:05.733Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43512026-05-28T00:00:05.984Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43522026-05-28T00:00:06.419Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43532026-05-28T00:00:06.546Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43542026-05-28T00:00:06.938Z Checking console v0.16.2
43552026-05-28T00:00:07.259Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43562026-05-28T00:00:07.411Z Checking fatfs v0.3.6
43572026-05-28T00:00:07.544Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43582026-05-28T00:00:07.872Z Checking unit-prefix v0.5.2
43592026-05-28T00:00:08.015Z Compiling seq-macro v0.3.6
43602026-05-28T00:00:08.193Z Checking indicatif v0.18.4
43612026-05-28T00:00:08.580Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43622026-05-28T00:00:08.602Z Checking support-bundle-viewer v0.1.2
43632026-05-28T00:00:08.846Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43642026-05-28T00:00:08.869Z Checking multimap v0.10.1
43652026-05-28T00:00:13.194Z Checking async-bb8-diesel v0.2.1
43662026-05-28T00:00:13.563Z Checking diesel-dtrace v0.5.0
43672026-05-28T00:00:18.356Z Compiling samael v0.0.19
43682026-05-28T00:00:22.701Z Compiling git2 v0.20.4
43692026-05-28T00:00:24.332Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43702026-05-28T00:00:25.080Z Compiling polar-core v0.27.3
43712026-05-28T00:00:25.271Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43722026-05-28T00:00:29.638Z Checking oso v0.27.3
43732026-05-28T00:00:57.328Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43742026-05-28T00:02:08.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s
43752026-05-28T00:02:08.541Z
43762026-05-28T00:02:08.541Zinfo: running `cargo check --bins` on nexus-networking (257/295)
43772026-05-28T00:02:09.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43782026-05-28T00:02:09.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43792026-05-28T00:02:09.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43802026-05-28T00:02:09.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
43812026-05-28T00:02:09.244Z
43822026-05-28T00:02:09.244Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (258/295)
43832026-05-28T00:02:09.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43842026-05-28T00:02:09.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43852026-05-28T00:02:09.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43862026-05-28T00:02:09.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43872026-05-28T00:02:09.909Z
43882026-05-28T00:02:09.909Zinfo: running `cargo check --bins` on nexus-saga-recovery (259/295)
43892026-05-28T00:02:10.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43902026-05-28T00:02:10.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43912026-05-28T00:02:10.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43922026-05-28T00:02:10.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43932026-05-28T00:02:10.573Z
43942026-05-28T00:02:10.573Zinfo: running `cargo check --bins` on nexus-test-utils-macros (260/295)
43952026-05-28T00:02:11.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43962026-05-28T00:02:11.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43972026-05-28T00:02:11.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43982026-05-28T00:02:11.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43992026-05-28T00:02:11.169Z
44002026-05-28T00:02:11.169Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (261/295)
44012026-05-28T00:02:11.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44022026-05-28T00:02:11.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44032026-05-28T00:02:12.019Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44042026-05-28T00:02:12.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s
44052026-05-28T00:02:13.018Z
44062026-05-28T00:02:13.018Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (262/295)
44072026-05-28T00:02:13.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44082026-05-28T00:02:13.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44092026-05-28T00:02:13.864Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44102026-05-28T00:02:50.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.28s
44112026-05-28T00:02:50.536Z
44122026-05-28T00:02:50.536Zinfo: running `cargo check --bins` on nexus-background-task-interface (263/295)
44132026-05-28T00:02:51.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44142026-05-28T00:02:51.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44152026-05-28T00:02:51.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44162026-05-28T00:02:51.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44172026-05-28T00:02:51.127Z
44182026-05-28T00:02:51.128Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (264/295)
44192026-05-28T00:02:51.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44202026-05-28T00:02:51.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44212026-05-28T00:02:51.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44222026-05-28T00:02:51.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44232026-05-28T00:02:51.774Z
44242026-05-28T00:02:51.774Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (265/295)
44252026-05-28T00:02:52.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44262026-05-28T00:02:52.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44272026-05-28T00:02:52.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44282026-05-28T00:02:52.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44292026-05-28T00:02:52.428Z
44302026-05-28T00:02:52.428Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (266/295)
44312026-05-28T00:02:52.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44322026-05-28T00:02:52.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44332026-05-28T00:02:52.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44342026-05-28T00:02:52.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44352026-05-28T00:02:53.091Z
44362026-05-28T00:02:53.091Zinfo: running `cargo check --bins` on nexus-mgs-updates (267/295)
44372026-05-28T00:02:53.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44382026-05-28T00:02:53.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44392026-05-28T00:02:53.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44402026-05-28T00:02:53.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44412026-05-28T00:02:53.753Z
44422026-05-28T00:02:53.753Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (268/295)
44432026-05-28T00:02:54.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44442026-05-28T00:02:54.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44452026-05-28T00:02:54.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44462026-05-28T00:02:54.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44472026-05-28T00:02:54.419Z
44482026-05-28T00:02:54.419Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (269/295)
44492026-05-28T00:02:54.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44502026-05-28T00:02:54.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44512026-05-28T00:02:54.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44522026-05-28T00:02:54.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44532026-05-28T00:02:55.070Z
44542026-05-28T00:02:55.070Zinfo: running `cargo check --bins` on support-bundle-collection (270/295)
44552026-05-28T00:02:55.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44562026-05-28T00:02:55.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44572026-05-28T00:02:55.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44582026-05-28T00:02:55.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44592026-05-28T00:02:55.740Z
44602026-05-28T00:02:55.741Zinfo: running `cargo check --bins` on omicron-dev (271/295)
44612026-05-28T00:02:56.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44622026-05-28T00:02:56.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44632026-05-28T00:02:56.659Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44642026-05-28T00:02:56.659Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44652026-05-28T00:02:56.845Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44662026-05-28T00:02:56.875Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44672026-05-28T00:02:56.895Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44682026-05-28T00:02:56.912Z Checking yansi v1.0.1
44692026-05-28T00:02:56.915Z Checking diff v0.1.13
44702026-05-28T00:02:56.915Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44712026-05-28T00:02:56.987Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44722026-05-28T00:02:57.164Z Checking pretty_assertions v1.4.1
44732026-05-28T00:02:57.821Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44742026-05-28T00:02:57.964Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44752026-05-28T00:03:21.660Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44762026-05-28T00:03:21.663Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44772026-05-28T00:03:21.663Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44782026-05-28T00:03:21.663Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44792026-05-28T00:03:21.664Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44802026-05-28T00:03:21.664Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44812026-05-28T00:03:22.511Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44822026-05-28T00:03:22.514Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44832026-05-28T00:03:23.740Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44842026-05-28T00:04:00.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
44852026-05-28T00:04:00.604Z
44862026-05-28T00:04:00.604Zinfo: running `cargo check --bins` on omicron-pins (272/295)
44872026-05-28T00:04:01.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44882026-05-28T00:04:01.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44892026-05-28T00:04:01.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44902026-05-28T00:04:01.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44912026-05-28T00:04:01.209Z
44922026-05-28T00:04:01.209Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (273/295)
44932026-05-28T00:04:01.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44942026-05-28T00:04:01.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44952026-05-28T00:04:01.999Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
44962026-05-28T00:04:02.125Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
44972026-05-28T00:04:02.128Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
44982026-05-28T00:04:27.889Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
44992026-05-28T00:04:28.285Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45002026-05-28T00:04:29.980Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45012026-05-28T00:04:30.441Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45022026-05-28T00:04:33.387Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45032026-05-28T00:04:56.147Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45042026-05-28T00:04:56.864Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45052026-05-28T00:04:58.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.31s
45062026-05-28T00:04:58.743Z
45072026-05-28T00:04:58.743Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (274/295)
45082026-05-28T00:04:59.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45092026-05-28T00:04:59.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45102026-05-28T00:04:59.481Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45112026-05-28T00:05:00.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
45122026-05-28T00:05:00.369Z
45132026-05-28T00:05:00.369Zinfo: running `cargo check --bins` on omicron-releng (275/295)
45142026-05-28T00:05:00.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45152026-05-28T00:05:00.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45162026-05-28T00:05:01.037Z Compiling blake3 v1.8.3
45172026-05-28T00:05:01.148Z Checking arrayvec v0.7.6
45182026-05-28T00:05:01.148Z Checking arrayref v0.3.9
45192026-05-28T00:05:01.151Z Checking constant_time_eq v0.4.2
45202026-05-28T00:05:01.168Z Checking topological-sort v0.2.2
45212026-05-28T00:05:01.171Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45222026-05-28T00:05:01.171Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45232026-05-28T00:05:01.171Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45242026-05-28T00:05:01.220Z Checking shell-words v1.1.1
45252026-05-28T00:05:01.944Z Checking omicron-zone-package v0.12.2
45262026-05-28T00:05:02.664Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45272026-05-28T00:05:03.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s
45282026-05-28T00:05:03.719Z
45292026-05-28T00:05:03.719Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (276/295)
45302026-05-28T00:05:04.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45312026-05-28T00:05:04.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45322026-05-28T00:05:04.379Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45332026-05-28T00:05:04.701Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45342026-05-28T00:05:05.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
45352026-05-28T00:05:05.299Z
45362026-05-28T00:05:05.300Zinfo: running `cargo check --bins` on schema (277/295)
45372026-05-28T00:05:05.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45382026-05-28T00:05:05.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45392026-05-28T00:05:06.042Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45402026-05-28T00:05:06.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
45412026-05-28T00:05:06.943Z
45422026-05-28T00:05:06.943Zinfo: running `cargo check --bins` on xtask (278/295)
45432026-05-28T00:05:07.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45442026-05-28T00:05:07.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45452026-05-28T00:05:07.404Z Checking libc v0.2.185
45462026-05-28T00:05:07.486Z Checking serde v1.0.228
45472026-05-28T00:05:07.491Z Checking zerofrom v0.1.6
45482026-05-28T00:05:07.495Z Checking bitflags v2.11.0
45492026-05-28T00:05:07.501Z Checking smallvec v1.15.1
45502026-05-28T00:05:07.504Z Checking indexmap v2.14.0
45512026-05-28T00:05:07.517Z Checking serde_json v1.0.149
45522026-05-28T00:05:07.520Z Checking num-traits v0.2.19
45532026-05-28T00:05:07.589Z Checking yoke v0.8.1
45542026-05-28T00:05:07.643Z Checking scroll v0.12.0
45552026-05-28T00:05:07.674Z Checking thiserror v1.0.69
45562026-05-28T00:05:07.758Z Checking zerovec v0.11.5
45572026-05-28T00:05:07.771Z Checking zerotrie v0.2.3
45582026-05-28T00:05:07.782Z Checking errno v0.3.14
45592026-05-28T00:05:07.868Z Checking percent-encoding v2.3.2
45602026-05-28T00:05:07.879Z Checking toml_datetime v0.6.11
45612026-05-28T00:05:07.896Z Checking rustix v1.1.3
45622026-05-28T00:05:08.008Z Checking serde_spanned v0.6.9
45632026-05-28T00:05:08.018Z Checking log v0.4.29
45642026-05-28T00:05:08.030Z Checking zerocopy v0.7.35
45652026-05-28T00:05:08.040Z Checking ordered-float v2.10.1
45662026-05-28T00:05:08.055Z Checking form_urlencoded v1.2.2
45672026-05-28T00:05:08.128Z Checking getrandom v0.4.1
45682026-05-28T00:05:08.140Z Checking toml_edit v0.22.27
45692026-05-28T00:05:08.166Z Checking goblin v0.8.2
45702026-05-28T00:05:08.183Z Checking thiserror v2.0.18
45712026-05-28T00:05:08.196Z Checking tinystr v0.8.2
45722026-05-28T00:05:08.261Z Checking potential_utf v0.1.4
45732026-05-28T00:05:08.272Z Checking serde-value v0.7.0
45742026-05-28T00:05:08.283Z Checking syn v2.0.117
45752026-05-28T00:05:08.375Z Checking icu_locale_core v2.1.1
45762026-05-28T00:05:08.393Z Checking icu_collections v2.1.1
45772026-05-28T00:05:08.471Z Checking dtrace-parser v0.2.0
45782026-05-28T00:05:08.521Z Checking thread-id v4.2.2
45792026-05-28T00:05:08.604Z Checking once_cell v1.21.3
45802026-05-28T00:05:08.704Z Checking cargo-platform v0.2.0
45812026-05-28T00:05:08.704Z Checking memmap v0.7.0
45822026-05-28T00:05:08.725Z Checking terminal_size v0.4.3
45832026-05-28T00:05:08.780Z Checking tempfile v3.25.0
45842026-05-28T00:05:08.832Z Checking fs-err v3.3.0
45852026-05-28T00:05:08.859Z Checking clap_builder v4.5.60
45862026-05-28T00:05:08.885Z Checking textwrap v0.16.2
45872026-05-28T00:05:08.929Z Checking icu_provider v2.1.1
45882026-05-28T00:05:08.972Z Checking camino-tempfile v1.4.1
45892026-05-28T00:05:09.015Z Checking anyhow v1.0.102
45902026-05-28T00:05:09.096Z Checking tabled v0.15.0
45912026-05-28T00:05:09.129Z Checking macaddr v1.0.1
45922026-05-28T00:05:09.165Z Checking icu_properties v2.1.2
45932026-05-28T00:05:09.214Z Checking icu_normalizer v2.1.1
45942026-05-28T00:05:09.230Z Checking toml v0.8.23
45952026-05-28T00:05:09.308Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45962026-05-28T00:05:09.550Z Checking cargo_toml v0.21.0
45972026-05-28T00:05:09.977Z Checking idna_adapter v1.2.1
45982026-05-28T00:05:10.047Z Checking dof v0.3.0
45992026-05-28T00:05:10.060Z Checking clap v4.5.60
46002026-05-28T00:05:10.093Z Checking idna v1.1.0
46012026-05-28T00:05:10.307Z Checking usdt-impl v0.5.0
46022026-05-28T00:05:10.319Z Checking url v2.5.8
46032026-05-28T00:05:10.551Z Checking usdt v0.5.0
46042026-05-28T00:05:10.651Z Checking cargo-util-schemas v0.8.2
46052026-05-28T00:05:11.358Z Checking cargo_metadata v0.21.0
46062026-05-28T00:05:11.966Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46072026-05-28T00:05:12.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.44s
46082026-05-28T00:05:12.510Z
46092026-05-28T00:05:12.510Zinfo: running `cargo check --bins` on dnsadm (279/295)
46102026-05-28T00:05:13.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46112026-05-28T00:05:13.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46122026-05-28T00:05:13.166Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46132026-05-28T00:05:13.645Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46142026-05-28T00:05:14.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s
46152026-05-28T00:05:14.238Z
46162026-05-28T00:05:14.238Zinfo: running `cargo check --bins` on end-to-end-tests (280/295)
46172026-05-28T00:05:14.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46182026-05-28T00:05:14.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46192026-05-28T00:05:15.055Z Checking polyval v0.6.2
46202026-05-28T00:05:15.180Z Checking ctr v0.9.2
46212026-05-28T00:05:15.191Z Checking ssh-encoding v0.2.0
46222026-05-28T00:05:15.194Z Checking blowfish v0.9.1
46232026-05-28T00:05:15.211Z Checking password-hash v0.4.2
46242026-05-28T00:05:15.225Z Checking p521 v0.13.3
46252026-05-28T00:05:15.228Z Checking p256 v0.13.2
46262026-05-28T00:05:15.252Z Checking russh-cryptovec v0.7.3
46272026-05-28T00:05:15.323Z Checking ghash v0.5.1
46282026-05-28T00:05:15.337Z Checking bcrypt-pbkdf v0.10.0
46292026-05-28T00:05:15.340Z Checking md5 v0.7.0
46302026-05-28T00:05:15.366Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46312026-05-28T00:05:15.383Z Checking num-bigint v0.4.6
46322026-05-28T00:05:15.437Z Checking pbkdf2 v0.11.0
46332026-05-28T00:05:15.452Z Checking aes-gcm v0.10.3
46342026-05-28T00:05:15.485Z Checking des v0.8.1
46352026-05-28T00:05:15.500Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46362026-05-28T00:05:15.513Z Checking hex-literal v0.4.1
46372026-05-28T00:05:15.602Z Checking ssh-cipher v0.2.0
46382026-05-28T00:05:15.605Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46392026-05-28T00:05:15.630Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46402026-05-28T00:05:15.633Z Checking socket2 v0.5.10
46412026-05-28T00:05:15.656Z Checking internet-checksum v0.2.1
46422026-05-28T00:05:15.786Z Checking ssh-key v0.6.7
46432026-05-28T00:05:15.886Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46442026-05-28T00:05:16.419Z Checking russh-keys v0.45.0
46452026-05-28T00:05:16.972Z Checking russh v0.45.0
46462026-05-28T00:05:33.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.00s
46472026-05-28T00:05:33.451Z
46482026-05-28T00:05:33.451Zinfo: running `cargo check --bins` on gateway-cli (281/295)
46492026-05-28T00:05:33.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46502026-05-28T00:05:33.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46512026-05-28T00:05:34.114Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46522026-05-28T00:05:34.224Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46532026-05-28T00:05:34.232Z Checking termios v0.3.3
46542026-05-28T00:05:35.433Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46552026-05-28T00:05:35.583Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46562026-05-28T00:05:37.375Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46572026-05-28T00:05:37.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.49s
46582026-05-28T00:05:38.132Z
46592026-05-28T00:05:38.132Zinfo: running `cargo check --bins --no-default-features` on installinator (282/295)
46602026-05-28T00:05:38.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46612026-05-28T00:05:38.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46622026-05-28T00:05:38.855Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46632026-05-28T00:05:38.976Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46642026-05-28T00:05:38.993Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46652026-05-28T00:05:38.993Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46662026-05-28T00:05:38.996Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46672026-05-28T00:05:38.996Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46682026-05-28T00:05:39.718Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46692026-05-28T00:05:40.088Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46702026-05-28T00:05:40.093Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46712026-05-28T00:05:40.744Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46722026-05-28T00:05:42.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.26s
46732026-05-28T00:05:42.602Z
46742026-05-28T00:05:42.602Zinfo: running `cargo check --bins` on internal-dns-cli (283/295)
46752026-05-28T00:05:43.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46762026-05-28T00:05:43.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46772026-05-28T00:05:43.254Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
46782026-05-28T00:05:43.712Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46792026-05-28T00:05:44.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
46802026-05-28T00:05:44.219Z
46812026-05-28T00:05:44.219Zinfo: running `cargo check --bins` on omicron-live-tests (284/295)
46822026-05-28T00:05:44.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46832026-05-28T00:05:44.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46842026-05-28T00:05:44.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46852026-05-28T00:05:44.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46862026-05-28T00:05:44.817Z
46872026-05-28T00:05:44.817Zinfo: running `cargo check --bins` on live-tests-macros (285/295)
46882026-05-28T00:05:45.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46892026-05-28T00:05:45.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46902026-05-28T00:05:45.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46912026-05-28T00:05:45.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46922026-05-28T00:05:45.412Z
46932026-05-28T00:05:45.412Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (286/295)
46942026-05-28T00:05:45.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46952026-05-28T00:05:45.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46962026-05-28T00:05:46.174Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
46972026-05-28T00:05:46.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
46982026-05-28T00:05:46.983Z
46992026-05-28T00:05:46.984Zinfo: running `cargo check --bins` on omicron-ntp-admin (287/295)
47002026-05-28T00:05:47.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47012026-05-28T00:05:47.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47022026-05-28T00:05:47.635Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47032026-05-28T00:05:47.638Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47042026-05-28T00:05:47.916Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47052026-05-28T00:05:47.916Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47062026-05-28T00:05:48.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
47072026-05-28T00:05:48.913Z
47082026-05-28T00:05:48.913Zinfo: running `cargo check --bins` on ntp-admin-types (288/295)
47092026-05-28T00:05:49.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47102026-05-28T00:05:49.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47112026-05-28T00:05:49.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47122026-05-28T00:05:49.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47132026-05-28T00:05:49.505Z
47142026-05-28T00:05:49.505Zinfo: running `cargo check --bins` on omicron-package (289/295)
47152026-05-28T00:05:50.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47162026-05-28T00:05:50.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47172026-05-28T00:05:50.191Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47182026-05-28T00:05:51.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
47192026-05-28T00:05:51.477Z
47202026-05-28T00:05:51.477Zinfo: running `cargo check --bins` on tqdb (290/295)
47212026-05-28T00:05:52.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47222026-05-28T00:05:52.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47232026-05-28T00:05:52.269Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47242026-05-28T00:05:52.625Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47252026-05-28T00:05:53.137Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47262026-05-28T00:05:53.138Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47272026-05-28T00:05:59.076Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47282026-05-28T00:05:59.076Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47292026-05-28T00:05:59.650Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47302026-05-28T00:05:59.651Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47312026-05-28T00:05:59.653Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47322026-05-28T00:05:59.653Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47332026-05-28T00:06:00.423Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47342026-05-28T00:06:01.401Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47352026-05-28T00:06:02.177Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47362026-05-28T00:06:02.793Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47372026-05-28T00:06:07.118Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47382026-05-28T00:06:13.550Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47392026-05-28T00:06:13.550Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47402026-05-28T00:06:13.554Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47412026-05-28T00:06:13.554Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47422026-05-28T00:06:15.045Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47432026-05-28T00:06:16.383Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47442026-05-28T00:06:17.058Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47452026-05-28T00:06:18.297Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47462026-05-28T00:06:18.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.36s
47472026-05-28T00:06:19.062Z
47482026-05-28T00:06:19.062Zinfo: running `cargo check --bins` on wicket-dbg (291/295)
47492026-05-28T00:06:19.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47502026-05-28T00:06:19.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47512026-05-28T00:06:19.774Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47522026-05-28T00:06:19.778Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47532026-05-28T00:06:19.778Z Checking rtoolbox v0.0.3
47542026-05-28T00:06:19.906Z Checking tui-tree-widget v0.23.1
47552026-05-28T00:06:20.005Z Checking rpassword v7.4.0
47562026-05-28T00:06:21.011Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47572026-05-28T00:06:23.972Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47582026-05-28T00:06:25.800Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47592026-05-28T00:06:26.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.64s
47602026-05-28T00:06:26.912Z
47612026-05-28T00:06:26.912Zinfo: running `cargo check --bins` on wicket (292/295)
47622026-05-28T00:06:27.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47632026-05-28T00:06:27.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47642026-05-28T00:06:27.605Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47652026-05-28T00:06:27.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
47662026-05-28T00:06:28.164Z
47672026-05-28T00:06:28.164Zinfo: running `cargo check --bins` on wicketd (293/295)
47682026-05-28T00:06:28.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47692026-05-28T00:06:28.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47702026-05-28T00:06:28.886Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47712026-05-28T00:06:28.889Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47722026-05-28T00:06:28.889Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
47732026-05-28T00:06:28.889Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47742026-05-28T00:06:29.876Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47752026-05-28T00:06:30.450Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47762026-05-28T00:06:33.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.22s
47772026-05-28T00:06:33.594Z
47782026-05-28T00:06:33.594Zinfo: running `cargo check --bins` on omicron-workspace-hack (294/295)
47792026-05-28T00:06:34.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47802026-05-28T00:06:34.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47812026-05-28T00:06:34.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47822026-05-28T00:06:34.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47832026-05-28T00:06:34.186Z
47842026-05-28T00:06:34.186Zinfo: running `cargo check --bins` on zone-setup (295/295)
47852026-05-28T00:06:34.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47862026-05-28T00:06:34.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47872026-05-28T00:06:34.857Z Checking uzers v0.12.2
47882026-05-28T00:06:35.132Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
47892026-05-28T00:06:35.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
47902026-05-28T00:06:36.093Z
47912026-05-28T00:06:36.093Zreal 14:07.700056131
47922026-05-28T00:06:36.093Zuser 21:07.000860497
47932026-05-28T00:06:36.093Zsys 4:23.760719224
47942026-05-28T00:06:36.093Ztrap 0.333163537
47952026-05-28T00:06:36.093Ztflt 1.006762018
47962026-05-28T00:06:36.093Zdflt 1.411760782
47972026-05-28T00:06:36.093Zkflt 0.018261692
47982026-05-28T00:06:36.093Zlock 1:18:59.140234023
47992026-05-28T00:06:36.093Zslp 1:41:32.763617224
48002026-05-28T00:06:36.093Zlat 57.298634320
48012026-05-28T00:06:36.093Zstop 3:36.843299338
48022026-05-28T00:06:36.096Zprocess exited: duration 983730 ms, exit code 0
 
48032026-05-28T00:06:36.102Zfound 0 output files