01M0XEKPMPBEEWRKSV34NY52TP: 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: 01M0XEM5N9G730GSP1ZGGJCJDC

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-25T21:54:23.520Zjob assigned to worker 01M0XEMCX531B55RVRQ0ZZCMS5 [factory aws, i-0683ffe2afbe22977] (queued for 48 s)
 
22026-08-25T21:54:30.542Zstarting task 0: "setup"
32026-08-25T21:54:30.545Z++ uname -s
42026-08-25T21:54:30.548Z+ kern=SunOS
52026-08-25T21:54:30.549Z+ build_user=build
62026-08-25T21:54:30.549Z+ build_uid=12345
72026-08-25T21:54:30.549Z+ work_dir=/work
82026-08-25T21:54:30.549Z+ input_dir=/input
92026-08-25T21:54:30.549Z+ [[ 0 == 12345 ]]
102026-08-25T21:54:30.549Z+ case "$kern" in
112026-08-25T21:54:30.549Z+ groupadd -g 12345 build
122026-08-25T21:54:30.560Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-25T21:54:32.566Z+ zfs create -o mountpoint=/work rpool/work
142026-08-25T21:54:32.652Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-25T21:54:32.655Z+ home_fs=zfs
162026-08-25T21:54:32.655Z+ [[ zfs == autofs ]]
172026-08-25T21:54:32.655Z+ mkdir -p /home/build
182026-08-25T21:54:32.655Z+ chown build:build /home/build /work
192026-08-25T21:54:34.656Z+ chmod 0700 /home/build /work
202026-08-25T21:54:34.659Zprocess exited: duration 4117 ms, exit code 0
 
212026-08-25T21:54:34.666Zstarting task 1: "rust-toolchain"
222026-08-25T21:54:34.669Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-25T21:54:34.670Z * rust toolchain channel = "1.97.1"
242026-08-25T21:54:34.670Z * rust toolchain profile = "default"
252026-08-25T21:54:34.670Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-25T21:54:34.670Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-25T21:54:34.670Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-25T21:54:34.673Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-25T21:54:34.673Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-25T21:54:34.751Zinfo: downloading installer
312026-08-25T21:54:36.133Zwarn: It looks like you have an existing rustup settings file at:
322026-08-25T21:54:36.133Zwarn: /home/build/.rustup/settings.toml
332026-08-25T21:54:36.133Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-25T21:54:36.133Zwarn: instead of the one inferred from the default host triple.
352026-08-25T21:54:36.145Zinfo: profile set to default
362026-08-25T21:54:36.145Zinfo: default host triple is x86_64-unknown-illumos
372026-08-25T21:54:36.149Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-25T21:54:36.278Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-25T21:54:36.281Zinfo: downloading 6 components
402026-08-25T21:54:51.473Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-25T21:54:51.473Z
422026-08-25T21:54:51.499Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-25T21:54:51.499Z
442026-08-25T21:54:51.499Z
452026-08-25T21:54:51.499ZRust is installed now. Great!
462026-08-25T21:54:51.499Z
472026-08-25T21:54:51.499ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-25T21:54:51.499Zenvironment variable. This has not been done automatically.
492026-08-25T21:54:51.499Z
502026-08-25T21:54:51.499ZTo configure your current shell, you need to source
512026-08-25T21:54:51.499Zthe corresponding env file under $HOME/.cargo.
522026-08-25T21:54:51.500Z
532026-08-25T21:54:51.500ZThis is usually done by running one of the following (note the leading DOT):
542026-08-25T21:54:51.504Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-25T21:54:51.504Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-25T21:54:51.504Zsource "~/.cargo/env.nu" # For nushell
572026-08-25T21:54:51.504Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-25T21:54:51.504Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-25T21:54:51.504Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-25T21:54:51.504Zwarn: no default linker (`cc`) was found in your PATH
612026-08-25T21:54:51.504Zwarn: many Rust crates require a system C toolchain to build
622026-08-25T21:54:51.587Z+ rustup --version
632026-08-25T21:54:51.596Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-25T21:54:51.599Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-25T21:54:51.617Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-25T21:54:51.620Z+ cargo --version
672026-08-25T21:54:51.634Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-25T21:54:51.637Z+ rustc --version
692026-08-25T21:54:51.656Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-25T21:54:51.659Zprocess exited: duration 16991 ms, exit code 0
 
712026-08-25T21:54:51.665Zstarting task 2: "authentication"
722026-08-25T21:54:51.682Zprocess exited: duration 16 ms, exit code 0
 
732026-08-25T21:54:51.688Zstarting task 3: "clone repository"
742026-08-25T21:54:51.692Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-25T21:54:51.695Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-25T21:54:51.727ZCloning into '/work/oxidecomputer/omicron'...
772026-08-25T21:55:11.667Z+ cd /work/oxidecomputer/omicron
782026-08-25T21:55:11.667Z+ git fetch origin 64c0a310d4a56957b74fa4020cffec1b1aad1d4b
792026-08-25T21:55:12.024ZFrom https://github.com/oxidecomputer/omicron
802026-08-25T21:55:12.024Z * branch 64c0a310d4a56957b74fa4020cffec1b1aad1d4b -> FETCH_HEAD
812026-08-25T21:55:12.035Z+ [[ -n sunshowers/spr/43n-wicket-use-iddqd-within-getartifactsandeventreportsresponse ]]
822026-08-25T21:55:12.038Z++ git branch --show-current
832026-08-25T21:55:12.038Z+ current=main
842026-08-25T21:55:12.038Z+ [[ main != sunshowers/spr/43n-wicket-use-iddqd-within-getartifactsandeventreportsresponse ]]
852026-08-25T21:55:12.038Z+ git branch -f sunshowers/spr/43n-wicket-use-iddqd-within-getartifactsandeventreportsresponse 64c0a310d4a56957b74fa4020cffec1b1aad1d4b
862026-08-25T21:55:12.042Z+ git checkout -f sunshowers/spr/43n-wicket-use-iddqd-within-getartifactsandeventreportsresponse
872026-08-25T21:55:12.292ZSwitched to branch 'sunshowers/spr/43n-wicket-use-iddqd-within-getartifactsandeventreportsresponse'
882026-08-25T21:55:12.295Z+ git reset --hard 64c0a310d4a56957b74fa4020cffec1b1aad1d4b
892026-08-25T21:55:12.309ZHEAD is now at 64c0a310d rebase on main
902026-08-25T21:55:12.312Zprocess exited: duration 20621 ms, exit code 0
 
912026-08-25T21:55:12.318Zstarting task 4: "build"
922026-08-25T21:55:12.322Z+ source .github/buildomat/ci-env.sh
932026-08-25T21:55:12.325Z++ export CARGO_TERM_COLOR=always
942026-08-25T21:55:12.325Z++ CARGO_TERM_COLOR=always
952026-08-25T21:55:12.325Z+++ uname -s
962026-08-25T21:55:12.325Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-25T21:55:12.325Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-25T21:55:12.329Z+ cargo --version
992026-08-25T21:55:12.334Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-25T21:55:12.337Z+ rustc --version
1012026-08-25T21:55:12.357Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-25T21:55:12.360Z+ source ./env.sh
1032026-08-25T21:55:12.360Z++ OLD_SHELL_OPTS=ehxB
1042026-08-25T21:55:12.360Z++ set -o xtrace
1052026-08-25T21:55:12.364Z++++ dirname ./env.sh
1062026-08-25T21:55:12.364Z+++ readlink -f .
1072026-08-25T21:55:12.367Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-08-25T21:55:12.367Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-08-25T21:55:12.367Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-08-25T21:55:12.367Z++ 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
1112026-08-25T21:55:12.367Z++ 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
1122026-08-25T21:55:12.367Z++ 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
1132026-08-25T21:55:12.367Z++ 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
1142026-08-25T21:55:12.367Z++ 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
1152026-08-25T21:55:12.367Z++ 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
1162026-08-25T21:55:12.367Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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
1172026-08-25T21:55:12.367Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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
1182026-08-25T21:55:12.367Z++ case $OLD_SHELL_OPTS in
1192026-08-25T21:55:12.367Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-08-25T21:55:12.367Z+ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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
1212026-08-25T21:55:12.367Z+ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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
1222026-08-25T21:55:12.367Z+ banner prerequisites
1232026-08-25T21:55:12.371Z
1242026-08-25T21:55:12.371Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-08-25T21:55:12.371Z # # # # # # # # # # # # # # #
1262026-08-25T21:55:12.371Z # # # # ##### # # ##### # # # # # #### #
1272026-08-25T21:55:12.371Z ##### ##### # ##### # # # # # # # # #
1282026-08-25T21:55:12.371Z # # # # # # # # # # # # # # #
1292026-08-25T21:55:12.371Z # # # ###### # # ###### ### # #### # #### #
1302026-08-25T21:55:12.371Z
1312026-08-25T21:55:12.371Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-08-25T21:55:14.315Z Startup: Refreshing catalog 'helios' ... Done
1332026-08-25T21:55:14.703Z Startup: Caching catalogs ... Done
1342026-08-25T21:55:16.859ZPlanning: Solver setup ... Done (2.036s)
1352026-08-25T21:55:16.920ZPlanning: Running solver ... Done (0.062s)
1362026-08-25T21:55:16.967ZPlanning: Finding local manifests ... Done (0.003s)
1372026-08-25T21:55:16.978ZPlanning: Fetching manifests: 0/2 0% complete
1382026-08-25T21:55:16.998ZPlanning: Fetching manifests: 2/2 100% complete
1392026-08-25T21:55:17.012ZPlanning: Package planning ... Done (0.014s)
1402026-08-25T21:55:17.015ZPlanning: Merging actions ... Done (0.001s)
1412026-08-25T21:55:17.240ZPlanning: Checking for conflicting actions ... Done (0.227s)
1422026-08-25T21:55:17.243ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-08-25T21:55:18.034ZPlanning: Evaluating mediators ... Done (0.793s)
1442026-08-25T21:55:18.037ZPlanning: Planning completed in 3.30 seconds
1452026-08-25T21:55:18.044Z Packages to install: 2
1462026-08-25T21:55:18.048Z Estimated space available: 156.01 GB
1472026-08-25T21:55:18.048ZEstimated space to be consumed: 80.56 MB
1482026-08-25T21:55:18.048Z Create boot environment: No
1492026-08-25T21:55:18.048ZCreate backup boot environment: No
1502026-08-25T21:55:18.048Z Rebuild boot archive: No
1512026-08-25T21:55:18.048Z
1522026-08-25T21:55:18.048ZChanged packages:
1532026-08-25T21:55:18.048Zhelios
1542026-08-25T21:55:18.048Z developer/build-essential
1552026-08-25T21:55:18.048Z None -> 11-3.0
1562026-08-25T21:55:18.048Z library/libxmlsec1
1572026-08-25T21:55:18.048Z None -> 1.2.35-3.0
1582026-08-25T21:55:18.069Z
1592026-08-25T21:55:18.069ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-08-25T21:55:18.158ZDownload: Completed 1.28 MB in 0.08 seconds (16.8M/s)
1612026-08-25T21:55:18.237Z Actions: 1/268 actions (Installing new actions)
1622026-08-25T21:55:18.276Z Actions: Completed 268 actions in 0.04 seconds.
1632026-08-25T21:55:18.314ZFinalize: Updating package state database ... Done (0.038s)
1642026-08-25T21:55:18.317ZFinalize: Updating package cache ... Done (0.000s)
1652026-08-25T21:55:18.402ZFinalize: Updating image state ... Done (0.088s)
1662026-08-25T21:55:20.898ZFinalize: Creating fast lookup database ... Done (2.444s)
1672026-08-25T21:55:20.964ZFinalize: Reading search index ... Done (0.012s)
1682026-08-25T21:55:20.967ZFinalize: Updating search index ... Done (0.000s)
1692026-08-25T21:55:21.133ZFinalize: Updating package cache ... Done (0.000s)
1702026-08-25T21:55:21.496ZPlanning: Evaluating mediator changes ... Done
1712026-08-25T21:55:21.599ZPlanning: Checking for conflicting actions ... Done
1722026-08-25T21:55:21.603ZPlanning: Consolidating action changes ... Done
1732026-08-25T21:55:21.756ZPlanning: Evaluating mediators ... Done
1742026-08-25T21:55:21.759ZPlanning: Planning completed in 0.26 seconds
1752026-08-25T21:55:21.778Z Mediators to change: 2
1762026-08-25T21:55:21.779Z Create boot environment: No
1772026-08-25T21:55:21.779ZCreate backup boot environment: No
1782026-08-25T21:55:21.832ZFinalize: Updating package state database ... Done
1792026-08-25T21:55:21.832ZFinalize: Updating package cache ... Done
1802026-08-25T21:55:21.884ZFinalize: Updating image state ... Done
1812026-08-25T21:55:23.821ZFinalize: Creating fast lookup database ... Done
1822026-08-25T21:55:23.883ZFinalize: Reading search index ... Done
1832026-08-25T21:55:23.886ZFinalize: Updating search index ... Done
1842026-08-25T21:55:23.957ZFinalize: Updating package cache ... Done
1852026-08-25T21:55:24.240ZPlanning: Evaluating mediator changes ... Done
1862026-08-25T21:55:24.343ZPlanning: Checking for conflicting actions ... Done
1872026-08-25T21:55:24.346ZPlanning: Consolidating action changes ... Done
1882026-08-25T21:55:24.498ZPlanning: Evaluating mediators ... Done
1892026-08-25T21:55:24.501ZPlanning: Planning completed in 0.26 seconds
1902026-08-25T21:55:24.521Z Mediators to change: 1
1912026-08-25T21:55:24.521Z Create boot environment: No
1922026-08-25T21:55:24.524ZCreate backup boot environment: No
1932026-08-25T21:55:24.562ZFinalize: Updating package state database ... Done
1942026-08-25T21:55:24.562ZFinalize: Updating package cache ... Done
1952026-08-25T21:55:24.614ZFinalize: Updating image state ... Done
1962026-08-25T21:55:26.554ZFinalize: Creating fast lookup database ... Done
1972026-08-25T21:55:26.614ZFinalize: Reading search index ... Done
1982026-08-25T21:55:26.617ZFinalize: Updating search index ... Done
1992026-08-25T21:55:26.691ZFinalize: Updating package cache ... Done
2002026-08-25T21:55:27.003ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-08-25T21:55:27.003Zapache system 2.4 system
2022026-08-25T21:55:27.003Zclang system 15 system
2032026-08-25T21:55:27.003Zcsh system system illumos
2042026-08-25T21:55:27.003Zctags system system illumos
2052026-08-25T21:55:27.003Zfile vendor vendor darwinsys
2062026-08-25T21:55:27.003Zfile system system illumos
2072026-08-25T21:55:27.004Zgcc vendor 14 vendor
2082026-08-25T21:55:27.004Zgcc system 13 system
2092026-08-25T21:55:27.004Zgcc system 10 system
2102026-08-25T21:55:27.004Zgo system 1.25 system
2112026-08-25T21:55:27.004Zllvm system 15 system
2122026-08-25T21:55:27.004Zmariadb system 11.4 system
2132026-08-25T21:55:27.004Zmta vendor vendor dma
2142026-08-25T21:55:27.004Zopenjdk system 17 system
2152026-08-25T21:55:27.004Zopenjdk system 11 system
2162026-08-25T21:55:27.004Zopenssl vendor 3 vendor
2172026-08-25T21:55:27.004Zperl system 5.40 system
2182026-08-25T21:55:27.004Zpostgresql system 18 system
2192026-08-25T21:55:27.004Zpostgresql system 17 system
2202026-08-25T21:55:27.004Zpython vendor 3 vendor
2212026-08-25T21:55:27.004Zpython system 2 system
2222026-08-25T21:55:27.004Zpython3 vendor 3.13 vendor
2232026-08-25T21:55:27.004Zruby system 3.4 system
2242026-08-25T21:55:27.004Zruby system 3.0 system
2252026-08-25T21:55:27.004Zwords vendor vendor american-english
2262026-08-25T21:55:27.004Zwords system system australian-english
2272026-08-25T21:55:27.004Zwords system system british-english
2282026-08-25T21:55:27.004Zwords system system canadian-english
2292026-08-25T21:55:27.004Zwords system system french
2302026-08-25T21:55:27.004Zwords system system italian
2312026-08-25T21:55:27.004Zwords system system ngerman
2322026-08-25T21:55:27.004Zwords system system ogerman
2332026-08-25T21:55:27.004Zwords system system spanish
2342026-08-25T21:55:27.254ZPUBLISHER TYPE STATUS P LOCATION
2352026-08-25T21:55:27.254Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-08-25T21:55:27.743ZFMRI IFO
2372026-08-25T21:55:27.743Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-08-25T21:55:27.743Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-08-25T21:55:27.743Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-08-25T21:55:27.743Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-08-25T21:55:27.743Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-08-25T21:55:27.743Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-08-25T21:55:27.744Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-08-25T21:55:27.744Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-08-25T21:55:27.744Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-08-25T21:55:28.074Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-08-25T21:55:28.395Z Updating crates.io index
2482026-08-25T21:55:28.399Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-08-25T21:55:28.691Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-08-25T21:55:29.077Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2512026-08-25T21:55:29.380Z Updating git repository `https://github.com/oxidecomputer/propolis`
2522026-08-25T21:55:30.686Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2532026-08-25T21:55:31.352Z Updating git repository `https://github.com/oxidecomputer/crucible`
2542026-08-25T21:55:33.330Z Updating git repository `https://github.com/oxidecomputer/opte`
2552026-08-25T21:55:34.481Z Updating git repository `https://github.com/oxidecomputer/tofino`
2562026-08-25T21:55:34.820Z Updating git repository `https://github.com/oxidecomputer/lldp`
2572026-08-25T21:55:35.224Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2582026-08-25T21:55:36.593Z Updating git repository `https://github.com/oxidecomputer/clickward`
2592026-08-25T21:55:36.899Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2602026-08-25T21:55:37.371Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2612026-08-25T21:55:37.679Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-08-25T21:55:37.951Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-08-25T21:55:38.234Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-08-25T21:55:38.538Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2652026-08-25T21:55:38.816Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2662026-08-25T21:55:39.169Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2672026-08-25T21:55:39.731Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2682026-08-25T21:55:40.164Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2692026-08-25T21:55:40.568Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2702026-08-25T21:55:40.912Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2712026-08-25T21:55:41.492Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2722026-08-25T21:55:41.803Z Updating git repository `https://github.com/oxidecomputer/erebor`
2732026-08-25T21:55:42.055Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2742026-08-25T21:55:42.524Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2752026-08-25T21:55:42.800Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2762026-08-25T21:55:43.115Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2772026-08-25T21:55:43.500Z Updating git repository `https://github.com/oxidecomputer/ispf`
2782026-08-25T21:55:43.761Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2792026-08-25T21:55:44.071Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2802026-08-25T21:55:44.456Z Updating git repository `https://github.com/oxidecomputer/tough`
2812026-08-25T21:55:45.050Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2822026-08-25T21:55:45.619Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2832026-08-25T21:55:45.928Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2842026-08-25T21:55:46.232Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2852026-08-25T21:55:46.921Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2862026-08-25T21:55:47.228Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2872026-08-25T21:55:47.522Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2882026-08-25T21:55:47.834Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2892026-08-25T21:55:48.090Z Updating git repository `https://github.com/illumos/smf-rs`
2902026-08-25T21:55:48.388Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2912026-08-25T21:55:51.180Z Downloading crates ...
2922026-08-25T21:55:51.246Z Downloaded dof v0.3.0
2932026-08-25T21:55:51.252Z Downloaded heck v0.5.0
2942026-08-25T21:55:51.256Z Downloaded anstyle v1.0.14
2952026-08-25T21:55:51.259Z Downloaded fs-err v3.3.0
2962026-08-25T21:55:51.266Z Downloaded cfg-if v1.0.4
2972026-08-25T21:55:51.269Z Downloaded strsim v0.11.1
2982026-08-25T21:55:51.273Z Downloaded zerocopy-derive v0.7.35
2992026-08-25T21:55:51.276Z Downloaded toml_write v0.1.2
3002026-08-25T21:55:51.276Z Downloaded clap_lex v1.0.0
3012026-08-25T21:55:51.279Z Downloaded zerocopy v0.7.35
3022026-08-25T21:55:51.288Z Downloaded anstyle-parse v1.0.0
3032026-08-25T21:55:51.291Z Downloaded cargo_toml v0.21.0
3042026-08-25T21:55:51.291Z Downloaded zmij v1.0.21
3052026-08-25T21:55:51.291Z Downloaded cargo-platform v0.3.2
3062026-08-25T21:55:51.291Z Downloaded macaddr v1.0.1
3072026-08-25T21:55:51.295Z Downloaded cargo_metadata v0.23.1
3082026-08-25T21:55:51.295Z Downloaded autocfg v1.5.0
3092026-08-25T21:55:51.295Z Downloaded camino-tempfile v1.4.1
3102026-08-25T21:55:51.298Z Downloaded anstream v1.0.0
3112026-08-25T21:55:51.298Z Downloaded digest v0.10.7
3122026-08-25T21:55:51.298Z Downloaded thiserror-impl v1.0.69
3132026-08-25T21:55:51.298Z Downloaded bytecount v0.6.9
3142026-08-25T21:55:51.298Z Downloaded byteorder v1.5.0
3152026-08-25T21:55:51.302Z Downloaded crypto-common v0.1.7
3162026-08-25T21:55:51.302Z Downloaded colorchoice v1.0.4
3172026-08-25T21:55:51.302Z Downloaded cpufeatures v0.2.17
3182026-08-25T21:55:51.305Z Downloaded generic-array v0.14.7
3192026-08-25T21:55:51.308Z Downloaded anstyle-query v1.1.5
3202026-08-25T21:55:51.308Z Downloaded fastrand v2.3.0
3212026-08-25T21:55:51.308Z Downloaded clap_derive v4.6.1
3222026-08-25T21:55:51.311Z Downloaded camino v1.2.5
3232026-08-25T21:55:51.314Z Downloaded memmap v0.7.0
3242026-08-25T21:55:51.318Z Downloaded dtrace-parser v0.2.0
3252026-08-25T21:55:51.318Z Downloaded errno v0.3.14
3262026-08-25T21:55:51.322Z Downloaded equivalent v1.0.2
3272026-08-25T21:55:51.325Z Downloaded itoa v1.0.17
3282026-08-25T21:55:51.326Z Downloaded serde_spanned v0.6.9
3292026-08-25T21:55:51.326Z Downloaded thread-id v4.2.2
3302026-08-25T21:55:51.329Z Downloaded usdt-macro v0.5.0
3312026-08-25T21:55:51.332Z Downloaded utf8parse v0.2.2
3322026-08-25T21:55:51.332Z Downloaded smawk v0.3.2
3332026-08-25T21:55:51.335Z Downloaded toml_datetime v0.6.11
3342026-08-25T21:55:51.338Z Downloaded bitflags v2.11.0
3352026-08-25T21:55:51.341Z Downloaded fnv v1.0.7
3362026-08-25T21:55:51.346Z Downloaded swrite v0.1.0
3372026-08-25T21:55:51.349Z Downloaded terminal_size v0.4.3
3382026-08-25T21:55:51.349Z Downloaded scroll_derive v0.12.1
3392026-08-25T21:55:51.350Z Downloaded unicode-linebreak v0.1.5
3402026-08-25T21:55:51.353Z Downloaded is_terminal_polyfill v1.70.2
3412026-08-25T21:55:51.353Z Downloaded usdt-attr-macro v0.5.0
3422026-08-25T21:55:51.356Z Downloaded tabled_derive v0.7.0
3432026-08-25T21:55:51.356Z Downloaded usdt v0.5.0
3442026-08-25T21:55:51.359Z Downloaded block-buffer v0.10.4
3452026-08-25T21:55:51.362Z Downloaded heck v0.4.1
3462026-08-25T21:55:51.365Z Downloaded version_check v0.9.5
3472026-08-25T21:55:51.365Z Downloaded anyhow v1.0.104
3482026-08-25T21:55:51.374Z Downloaded proc-macro-error-attr v1.0.4
3492026-08-25T21:55:51.378Z Downloaded thiserror v2.0.18
3502026-08-25T21:55:51.386Z Downloaded clap v4.6.1
3512026-08-25T21:55:51.391Z Downloaded quote v1.0.45
3522026-08-25T21:55:51.394Z Downloaded pretty-hex v0.4.1
3532026-08-25T21:55:51.394Z Downloaded plain v0.2.3
3542026-08-25T21:55:51.394Z Downloaded thiserror-impl v2.0.18
3552026-08-25T21:55:51.397Z Downloaded scroll v0.12.0
3562026-08-25T21:55:51.400Z Downloaded thiserror v1.0.69
3572026-08-25T21:55:51.400Z Downloaded proc-macro-error v1.0.4
3582026-08-25T21:55:51.403Z Downloaded serde v1.0.228
3592026-08-25T21:55:51.407Z Downloaded sha2 v0.10.9
3602026-08-25T21:55:51.415Z Downloaded serde_tokenstream v0.2.3
3612026-08-25T21:55:51.419Z Downloaded once_cell v1.21.3
3622026-08-25T21:55:51.419Z Downloaded usdt-impl v0.5.0
3632026-08-25T21:55:51.423Z Downloaded papergrid v0.11.0
3642026-08-25T21:55:51.423Z Downloaded tempfile v3.27.0
3652026-08-25T21:55:51.426Z Downloaded pest_derive v2.8.6
3662026-08-25T21:55:51.426Z Downloaded pest_meta v2.8.6
3672026-08-25T21:55:51.426Z Downloaded ucd-trie v0.1.7
3682026-08-25T21:55:51.430Z Downloaded toml v0.8.23
3692026-08-25T21:55:51.437Z Downloaded getrandom v0.4.3
3702026-08-25T21:55:51.441Z Downloaded pest v2.8.6
3712026-08-25T21:55:51.448Z Downloaded semver v1.0.28
3722026-08-25T21:55:51.448Z Downloaded log v0.4.33
3732026-08-25T21:55:51.448Z Downloaded pest_generator v2.8.6
3742026-08-25T21:55:51.451Z Downloaded proc-macro2 v1.0.106
3752026-08-25T21:55:51.451Z Downloaded unicode-ident v1.0.24
3762026-08-25T21:55:51.454Z Downloaded serde_core v1.0.228
3772026-08-25T21:55:51.454Z Downloaded serde_derive v1.0.228
3782026-08-25T21:55:51.458Z Downloaded textwrap v0.16.2
3792026-08-25T21:55:51.467Z Downloaded toml_edit v0.22.27
3802026-08-25T21:55:51.473Z Downloaded memchr v2.8.0
3812026-08-25T21:55:51.487Z Downloaded indexmap v2.14.0
3822026-08-25T21:55:51.490Z Downloaded typenum v1.20.1
3832026-08-25T21:55:51.494Z Downloaded goblin v0.8.2
3842026-08-25T21:55:51.499Z Downloaded hashbrown v0.17.0
3852026-08-25T21:55:51.517Z Downloaded clap_builder v4.6.0
3862026-08-25T21:55:51.539Z Downloaded winnow v0.7.14
3872026-08-25T21:55:51.544Z Downloaded serde_json v1.0.151
3882026-08-25T21:55:51.554Z Downloaded tabled v0.15.0
3892026-08-25T21:55:51.567Z Downloaded syn v1.0.109
3902026-08-25T21:55:51.576Z Downloaded unicode-width v0.2.0
3912026-08-25T21:55:51.580Z Downloaded unicode-width v0.1.14
3922026-08-25T21:55:51.585Z Downloaded syn v2.0.117
3932026-08-25T21:55:51.592Z Downloaded rustix v1.1.4
3942026-08-25T21:55:51.619Z Downloaded libc v0.2.185
3952026-08-25T21:55:51.685Z Compiling proc-macro2 v1.0.106
3962026-08-25T21:55:51.685Z Compiling quote v1.0.45
3972026-08-25T21:55:51.689Z Compiling unicode-ident v1.0.24
3982026-08-25T21:55:51.689Z Compiling serde_core v1.0.228
3992026-08-25T21:55:51.689Z Compiling libc v0.2.185
4002026-08-25T21:55:51.689Z Compiling version_check v0.9.5
4012026-08-25T21:55:51.689Z Compiling memchr v2.8.0
4022026-08-25T21:55:51.689Z Compiling serde v1.0.228
4032026-08-25T21:55:52.005Z Compiling zmij v1.0.21
4042026-08-25T21:55:52.530Z Compiling itoa v1.0.17
4052026-08-25T21:55:52.559Z Compiling ucd-trie v0.1.7
4062026-08-25T21:55:52.606Z Compiling thiserror v1.0.69
4072026-08-25T21:55:52.716Z Compiling pest v2.8.6
4082026-08-25T21:55:52.829Z Compiling rustix v1.1.4
4092026-08-25T21:55:53.020Z Compiling byteorder v1.5.0
4102026-08-25T21:55:53.082Z Compiling errno v0.3.14
4112026-08-25T21:55:53.241Z Compiling bitflags v2.11.0
4122026-08-25T21:55:53.270Z Compiling serde_json v1.0.151
4132026-08-25T21:55:53.458Z Compiling syn v2.0.117
4142026-08-25T21:55:53.489Z Compiling thread-id v4.2.2
4152026-08-25T21:55:53.521Z Compiling proc-macro-error-attr v1.0.4
4162026-08-25T21:55:53.557Z Compiling usdt-impl v0.5.0
4172026-08-25T21:55:53.582Z Compiling camino v1.2.5
4182026-08-25T21:55:53.690Z Compiling syn v1.0.109
4192026-08-25T21:55:53.757Z Compiling pest_meta v2.8.6
4202026-08-25T21:55:53.999Z Compiling proc-macro-error v1.0.4
4212026-08-25T21:55:54.029Z Compiling getrandom v0.4.3
4222026-08-25T21:55:54.033Z Compiling equivalent v1.0.2
4232026-08-25T21:55:54.118Z Compiling utf8parse v0.2.2
4242026-08-25T21:55:54.173Z Compiling hashbrown v0.17.0
4252026-08-25T21:55:54.230Z Compiling plain v0.2.3
4262026-08-25T21:55:54.341Z Compiling log v0.4.33
4272026-08-25T21:55:54.566Z Compiling terminal_size v0.4.3
4282026-08-25T21:55:54.583Z Compiling anstyle-parse v1.0.0
4292026-08-25T21:55:54.700Z Compiling indexmap v2.14.0
4302026-08-25T21:55:55.128Z Compiling anstyle v1.0.14
4312026-08-25T21:55:55.239Z Compiling toml_write v0.1.2
4322026-08-25T21:55:55.315Z Compiling anstyle-query v1.1.5
4332026-08-25T21:55:55.349Z Compiling winnow v0.7.14
4342026-08-25T21:55:55.368Z Compiling autocfg v1.5.0
4352026-08-25T21:55:55.390Z Compiling is_terminal_polyfill v1.70.2
4362026-08-25T21:55:55.421Z Compiling pretty-hex v0.4.1
4372026-08-25T21:55:55.438Z Compiling cfg-if v1.0.4
4382026-08-25T21:55:55.481Z Compiling colorchoice v1.0.4
4392026-08-25T21:55:55.500Z Compiling thiserror v2.0.18
4402026-08-25T21:55:55.593Z Compiling anstream v1.0.0
4412026-08-25T21:55:55.660Z Compiling pest_generator v2.8.6
4422026-08-25T21:55:55.683Z Compiling fnv v1.0.7
4432026-08-25T21:55:55.775Z Compiling fs-err v3.3.0
4442026-08-25T21:55:55.790Z Compiling heck v0.4.1
4452026-08-25T21:55:55.958Z Compiling fastrand v2.3.0
4462026-08-25T21:55:56.006Z Compiling once_cell v1.21.3
4472026-08-25T21:55:56.031Z Compiling anyhow v1.0.104
4482026-08-25T21:55:56.191Z Compiling clap_lex v1.0.0
4492026-08-25T21:55:56.216Z Compiling strsim v0.11.1
4502026-08-25T21:55:56.233Z Compiling unicode-width v0.1.14
4512026-08-25T21:55:56.331Z Compiling bytecount v0.6.9
4522026-08-25T21:55:56.348Z Compiling heck v0.5.0
4532026-08-25T21:55:56.414Z Compiling clap_builder v4.6.0
4542026-08-25T21:55:56.464Z Compiling papergrid v0.11.0
4552026-08-25T21:55:56.558Z Compiling tempfile v3.27.0
4562026-08-25T21:55:56.732Z Compiling cargo-platform v0.3.2
4572026-08-25T21:55:56.786Z Compiling semver v1.0.28
4582026-08-25T21:55:56.808Z Compiling tabled_derive v0.7.0
4592026-08-25T21:55:56.873Z Compiling memmap v0.7.0
4602026-08-25T21:55:56.967Z Compiling smawk v0.3.2
4612026-08-25T21:55:57.025Z Compiling unicode-width v0.2.0
4622026-08-25T21:55:57.056Z Compiling unicode-linebreak v0.1.5
4632026-08-25T21:55:57.104Z Compiling camino-tempfile v1.4.1
4642026-08-25T21:55:57.296Z Compiling textwrap v0.16.2
4652026-08-25T21:55:57.316Z Compiling serde_derive v1.0.228
4662026-08-25T21:55:57.348Z Compiling thiserror-impl v1.0.69
4672026-08-25T21:55:57.452Z Compiling zerocopy-derive v0.7.35
4682026-08-25T21:55:57.612Z Compiling pest_derive v2.8.6
4692026-08-25T21:55:57.706Z Compiling scroll_derive v0.12.1
4702026-08-25T21:55:57.743Z Compiling thiserror-impl v2.0.18
4712026-08-25T21:55:57.951Z Compiling clap_derive v4.6.1
4722026-08-25T21:55:58.055Z Compiling tabled v0.15.0
4732026-08-25T21:55:58.331Z Compiling zerocopy v0.7.35
4742026-08-25T21:55:58.368Z Compiling scroll v0.12.0
4752026-08-25T21:55:58.636Z Compiling goblin v0.8.2
4762026-08-25T21:55:58.701Z Compiling dtrace-parser v0.2.0
4772026-08-25T21:55:58.870Z Compiling swrite v0.1.0
4782026-08-25T21:55:59.621Z Compiling clap v4.6.1
4792026-08-25T21:56:00.186Z Compiling serde_spanned v0.6.9
4802026-08-25T21:56:00.186Z Compiling toml_datetime v0.6.11
4812026-08-25T21:56:00.190Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4822026-08-25T21:56:00.190Z Compiling cargo_metadata v0.23.1
4832026-08-25T21:56:00.190Z Compiling macaddr v1.0.1
4842026-08-25T21:56:00.265Z Compiling dof v0.3.0
4852026-08-25T21:56:00.282Z Compiling serde_tokenstream v0.2.3
4862026-08-25T21:56:00.372Z Compiling toml_edit v0.22.27
4872026-08-25T21:56:00.965Z Compiling usdt-attr-macro v0.5.0
4882026-08-25T21:56:01.005Z Compiling usdt-macro v0.5.0
4892026-08-25T21:56:01.667Z Compiling usdt v0.5.0
4902026-08-25T21:56:01.773Z Compiling toml v0.8.23
4912026-08-25T21:56:02.074Z Compiling cargo_toml v0.21.0
4922026-08-25T21:56:03.337Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4932026-08-25T21:56:05.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.42s
4942026-08-25T21:56:05.534Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4952026-08-25T21:56:06.045Z Downloading crates ...
4962026-08-25T21:56:06.088Z Downloaded aead v0.6.1
4972026-08-25T21:56:06.095Z Downloaded addr2line v0.25.1
4982026-08-25T21:56:06.101Z Downloaded async-bb8-diesel v0.2.1
4992026-08-25T21:56:06.118Z Downloaded bindgen v0.71.1
5002026-08-25T21:56:06.122Z Downloaded ciborium v0.2.2
5012026-08-25T21:56:06.125Z Downloaded chacha20 v0.9.1
5022026-08-25T21:56:06.125Z Downloaded foldhash v0.2.0
5032026-08-25T21:56:06.128Z Downloaded getrandom v0.3.4
5042026-08-25T21:56:06.131Z Downloaded adler2 v2.0.1
5052026-08-25T21:56:06.132Z Downloaded bit-set v0.8.0
5062026-08-25T21:56:06.132Z Downloaded ascii-canvas v3.0.0
5072026-08-25T21:56:06.132Z Downloaded fd-lock v4.0.4
5082026-08-25T21:56:06.132Z Downloaded env_logger v0.11.11
5092026-08-25T21:56:06.135Z Downloaded ff v0.14.0
5102026-08-25T21:56:06.135Z Downloaded atomicwrites v0.4.4
5112026-08-25T21:56:06.135Z Downloaded atty v0.2.14
5122026-08-25T21:56:06.139Z Downloaded endian-type v0.1.2
5132026-08-25T21:56:06.139Z Downloaded foreign-types-shared v0.3.1
5142026-08-25T21:56:06.139Z Downloaded env_filter v2.0.0
5152026-08-25T21:56:06.139Z Downloaded foreign-types-shared v0.1.1
5162026-08-25T21:56:06.139Z Downloaded futures-task v0.3.32
5172026-08-25T21:56:06.142Z Downloaded erased-serde v0.3.31
5182026-08-25T21:56:06.145Z Downloaded fatfs v0.3.6
5192026-08-25T21:56:06.145Z Downloaded bcrypt-pbkdf v0.11.0
5202026-08-25T21:56:06.148Z Downloaded fallible-iterator v0.2.0
5212026-08-25T21:56:06.148Z Downloaded ff v0.13.1
5222026-08-25T21:56:06.148Z Downloaded async-stream-impl v0.3.6
5232026-08-25T21:56:06.148Z Downloaded base16ct v1.0.0
5242026-08-25T21:56:06.148Z Downloaded bb8 v0.8.6
5252026-08-25T21:56:06.151Z Downloaded filetime v0.2.27
5262026-08-25T21:56:06.151Z Downloaded foreign-types v0.3.2
5272026-08-25T21:56:06.151Z Downloaded gethostname v0.5.0
5282026-08-25T21:56:06.151Z Downloaded humantime v2.3.0
5292026-08-25T21:56:06.151Z Downloaded enum_dispatch v0.3.13
5302026-08-25T21:56:06.154Z Downloaded anstream v0.6.21
5312026-08-25T21:56:06.154Z Downloaded anstyle-parse v0.2.7
5322026-08-25T21:56:06.157Z Downloaded argon2 v0.5.3
5332026-08-25T21:56:06.158Z Downloaded foreign-types-macros v0.2.3
5342026-08-25T21:56:06.158Z Downloaded float-ord v0.3.2
5352026-08-25T21:56:06.158Z Downloaded arrayref v0.3.9
5362026-08-25T21:56:06.161Z Downloaded bitfield-struct v0.6.2
5372026-08-25T21:56:06.161Z Downloaded bcs v0.1.6
5382026-08-25T21:56:06.161Z Downloaded array-init v0.0.4
5392026-08-25T21:56:06.164Z Downloaded fixedbitset v0.5.7
5402026-08-25T21:56:06.164Z Downloaded float-cmp v0.10.0
5412026-08-25T21:56:06.168Z Downloaded aead v0.5.2
5422026-08-25T21:56:06.168Z Downloaded ahash v0.8.12
5432026-08-25T21:56:06.168Z Downloaded base16ct v0.2.0
5442026-08-25T21:56:06.171Z Downloaded find-msvc-tools v0.1.9
5452026-08-25T21:56:06.171Z Downloaded flagset v0.4.7
5462026-08-25T21:56:06.177Z Downloaded futures-io v0.3.32
5472026-08-25T21:56:06.177Z Downloaded fxhash v0.2.1
5482026-08-25T21:56:06.177Z Downloaded backtrace-ext v0.2.1
5492026-08-25T21:56:06.177Z Downloaded ciborium-ll v0.2.2
5502026-08-25T21:56:06.177Z Downloaded ciborium-io v0.2.2
5512026-08-25T21:56:06.177Z Downloaded bitfield v0.19.4
5522026-08-25T21:56:06.181Z Downloaded expectorate v1.2.0
5532026-08-25T21:56:06.182Z Downloaded futures-channel v0.3.32
5542026-08-25T21:56:06.185Z Downloaded futures-core v0.3.32
5552026-08-25T21:56:06.185Z Downloaded futures-sink v0.3.32
5562026-08-25T21:56:06.185Z Downloaded bitfield-macros v0.19.4
5572026-08-25T21:56:06.185Z Downloaded cfg_aliases v0.1.1
5582026-08-25T21:56:06.185Z Downloaded fixedbitset v0.4.2
5592026-08-25T21:56:06.185Z Downloaded ghash v0.6.0
5602026-08-25T21:56:06.185Z Downloaded form_urlencoded v1.2.2
5612026-08-25T21:56:06.185Z Downloaded futures-macro v0.3.32
5622026-08-25T21:56:06.188Z Downloaded foreign-types v0.5.0
5632026-08-25T21:56:06.188Z Downloaded hostname v0.3.1
5642026-08-25T21:56:06.188Z Downloaded hex-literal v1.1.0
5652026-08-25T21:56:06.192Z Downloaded http-body v1.0.1
5662026-08-25T21:56:06.192Z Downloaded atomic-waker v1.1.2
5672026-08-25T21:56:06.192Z Downloaded assert_matches v1.5.0
5682026-08-25T21:56:06.192Z Downloaded block-buffer v0.12.1
5692026-08-25T21:56:06.192Z Downloaded cfg_aliases v0.2.1
5702026-08-25T21:56:06.195Z Downloaded git-stub v1.0.0
5712026-08-25T21:56:06.195Z Downloaded futures-executor v0.3.32
5722026-08-25T21:56:06.198Z Downloaded hash32 v0.2.1
5732026-08-25T21:56:06.202Z Downloaded generic-array v1.4.3
5742026-08-25T21:56:06.202Z Downloaded half v1.8.3
5752026-08-25T21:56:06.205Z Downloaded cobs v0.3.0
5762026-08-25T21:56:06.205Z Downloaded enum-as-inner v0.6.1
5772026-08-25T21:56:06.208Z Downloaded bit-set v0.5.3
5782026-08-25T21:56:06.208Z Downloaded block-padding v0.4.2
5792026-08-25T21:56:06.208Z Downloaded hubpack v0.1.2
5802026-08-25T21:56:06.212Z Downloaded async-recursion v1.1.1
5812026-08-25T21:56:06.212Z Downloaded normalize-line-endings v0.3.0
5822026-08-25T21:56:06.215Z Downloaded hubpack_derive v0.1.1
5832026-08-25T21:56:06.215Z Downloaded argon2 v0.6.0-rc.8
5842026-08-25T21:56:06.220Z Downloaded hex v0.4.3
5852026-08-25T21:56:06.225Z Downloaded backon v1.6.0
5862026-08-25T21:56:06.225Z Downloaded home v0.5.12
5872026-08-25T21:56:06.225Z Downloaded compression-core v0.4.31
5882026-08-25T21:56:06.225Z Downloaded castaway v0.2.4
5892026-08-25T21:56:06.225Z Downloaded hostname v0.4.2
5902026-08-25T21:56:06.231Z Downloaded nibble_vec v0.1.0
5912026-08-25T21:56:06.237Z Downloaded hash32 v0.3.1
5922026-08-25T21:56:06.237Z Downloaded headers-core v0.3.0
5932026-08-25T21:56:06.237Z Downloaded http-range v0.1.5
5942026-08-25T21:56:06.237Z Downloaded nodrop v0.1.14
5952026-08-25T21:56:06.242Z Downloaded base64ct v1.8.3
5962026-08-25T21:56:06.242Z Downloaded bit-vec v0.8.0
5972026-08-25T21:56:06.246Z Downloaded num_threads v0.1.7
5982026-08-25T21:56:06.246Z Downloaded password-hash v0.6.1
5992026-08-25T21:56:06.250Z Downloaded funty v2.0.0
6002026-08-25T21:56:06.257Z Downloaded opaque-debug v0.3.1
6012026-08-25T21:56:06.257Z Downloaded fs-err v2.11.0
6022026-08-25T21:56:06.257Z Downloaded globwalk v0.9.1
6032026-08-25T21:56:06.257Z Downloaded phf_shared v0.13.1
6042026-08-25T21:56:06.257Z Downloaded potential_utf v0.1.4
6052026-08-25T21:56:06.260Z Downloaded progenitor-macro v0.14.0
6062026-08-25T21:56:06.260Z Downloaded powerfmt v0.2.0
6072026-08-25T21:56:06.260Z Downloaded proc-macro-crate v3.4.0
6082026-08-25T21:56:06.260Z Downloaded proc-macro-error-attr2 v2.0.0
6092026-08-25T21:56:06.263Z Downloaded const-oid v0.10.2
6102026-08-25T21:56:06.267Z Downloaded async-trait v0.1.89
6112026-08-25T21:56:06.270Z Downloaded cexpr v0.6.0
6122026-08-25T21:56:06.270Z Downloaded bit-vec v0.6.3
6132026-08-25T21:56:06.270Z Downloaded cipher v0.5.2
6142026-08-25T21:56:06.273Z Downloaded rand_xorshift v0.4.0
6152026-08-25T21:56:06.274Z Downloaded rfc6979 v0.4.0
6162026-08-25T21:56:06.274Z Downloaded rfc6979 v0.6.0
6172026-08-25T21:56:06.277Z Downloaded bitflags v1.3.2
6182026-08-25T21:56:06.281Z Downloaded buf-list v1.1.2
6192026-08-25T21:56:06.281Z Downloaded signature v3.0.0
6202026-08-25T21:56:06.281Z Downloaded async-stream v0.3.6
6212026-08-25T21:56:06.281Z Downloaded cipher v0.4.4
6222026-08-25T21:56:06.284Z Downloaded serde_plain v1.0.2
6232026-08-25T21:56:06.284Z Downloaded signature v2.2.0
6242026-08-25T21:56:06.289Z Downloaded subtle v2.6.1
6252026-08-25T21:56:06.292Z Downloaded russh-cryptovec v0.62.0
6262026-08-25T21:56:06.292Z Downloaded secrecy v0.10.3
6272026-08-25T21:56:06.295Z Downloaded git-stub-vcs v0.1.0
6282026-08-25T21:56:06.295Z Downloaded httpdate v1.0.3
6292026-08-25T21:56:06.299Z Downloaded scopeguard v1.2.0
6302026-08-25T21:56:06.299Z Downloaded serde-big-array v0.5.1
6312026-08-25T21:56:06.302Z Downloaded fs_extra v1.3.0
6322026-08-25T21:56:06.302Z Downloaded group v0.14.0
6332026-08-25T21:56:06.305Z Downloaded byte-wrapper v0.1.0
6342026-08-25T21:56:06.305Z Downloaded camino-tempfile-ext v0.3.3
6352026-08-25T21:56:06.310Z Downloaded globset v0.4.18
6362026-08-25T21:56:06.314Z Downloaded cmov v0.5.4
6372026-08-25T21:56:06.314Z Downloaded glob v0.3.3
6382026-08-25T21:56:06.314Z Downloaded blowfish v0.10.0
6392026-08-25T21:56:06.318Z Downloaded group v0.13.0
6402026-08-25T21:56:06.318Z Downloaded highway v1.3.0
6412026-08-25T21:56:06.321Z Downloaded compression-codecs v0.4.37
6422026-08-25T21:56:06.321Z Downloaded http-body-util v0.1.3
6432026-08-25T21:56:06.321Z Downloaded testing_table v0.3.0
6442026-08-25T21:56:06.325Z Downloaded sqlparser_derive v0.5.0
6452026-08-25T21:56:06.325Z Downloaded stable_deref_trait v1.2.1
6462026-08-25T21:56:06.325Z Downloaded take_mut v0.2.2
6472026-08-25T21:56:06.329Z Downloaded hybrid-array v0.4.13
6482026-08-25T21:56:06.329Z Downloaded pem v3.0.6
6492026-08-25T21:56:06.329Z Downloaded pem-rfc7468 v0.7.0
6502026-08-25T21:56:06.333Z Downloaded pem-rfc7468 v1.0.0
6512026-08-25T21:56:06.333Z Downloaded cmake v0.1.57
6522026-08-25T21:56:06.333Z Downloaded proc-macro-crate v1.3.1
6532026-08-25T21:56:06.333Z Downloaded polyval v0.7.1
6542026-08-25T21:56:06.333Z Downloaded proc-macro-error2 v2.0.1
6552026-08-25T21:56:06.337Z Downloaded rand_core v0.9.5
6562026-08-25T21:56:06.337Z Downloaded futures v0.3.32
6572026-08-25T21:56:06.340Z Downloaded arrayvec v0.7.6
6582026-08-25T21:56:06.340Z Downloaded nu-ansi-term v0.50.3
6592026-08-25T21:56:06.340Z Downloaded num-integer v0.1.46
6602026-08-25T21:56:06.343Z Downloaded unarray v0.1.4
6612026-08-25T21:56:06.343Z Downloaded unit-prefix v0.5.2
6622026-08-25T21:56:06.346Z Downloaded usdt v0.6.0
6632026-08-25T21:56:06.346Z Downloaded oxide-generation v0.1.3
6642026-08-25T21:56:06.349Z Downloaded rustversion v1.0.22
6652026-08-25T21:56:06.350Z Downloaded serde_path_to_error v0.1.20
6662026-08-25T21:56:06.353Z Downloaded serde_with_macros v1.5.2
6672026-08-25T21:56:06.353Z Downloaded tokio-macros v2.7.0
6682026-08-25T21:56:06.353Z Downloaded utf-8 v0.7.6
6692026-08-25T21:56:06.356Z Downloaded slog-async v2.8.0
6702026-08-25T21:56:06.356Z Downloaded wait-timeout v0.2.1
6712026-08-25T21:56:06.359Z Downloaded backoff v0.4.0
6722026-08-25T21:56:06.363Z Downloaded yoke-derive v0.8.1
6732026-08-25T21:56:06.366Z Downloaded getrandom v0.2.17
6742026-08-25T21:56:06.370Z Downloaded hyper-rustls v0.27.7
6752026-08-25T21:56:06.370Z Downloaded smallvec v0.6.14
6762026-08-25T21:56:06.374Z Downloaded strum_macros v0.24.3
6772026-08-25T21:56:06.374Z Downloaded support-bundle-viewer v0.1.2
6782026-08-25T21:56:06.374Z Downloaded clang-sys v1.8.1
6792026-08-25T21:56:06.374Z Downloaded const-oid v0.9.6
6802026-08-25T21:56:06.374Z Downloaded hmac v0.12.1
6812026-08-25T21:56:06.378Z Downloaded hmac v0.13.0
6822026-08-25T21:56:06.378Z Downloaded bs58 v0.5.1
6832026-08-25T21:56:06.378Z Downloaded bzip2 v0.4.4
6842026-08-25T21:56:06.383Z Downloaded cassowary v0.3.0
6852026-08-25T21:56:06.383Z Downloaded colored v2.2.0
6862026-08-25T21:56:06.383Z Downloaded bzip2 v0.6.1
6872026-08-25T21:56:06.383Z Downloaded blake2 v0.10.6
6882026-08-25T21:56:06.394Z Downloaded num_enum v0.5.11
6892026-08-25T21:56:06.394Z Downloaded httparse v1.10.1
6902026-08-25T21:56:06.394Z Downloaded oxnet v0.1.6
6912026-08-25T21:56:06.394Z Downloaded poly1305 v0.9.0
6922026-08-25T21:56:06.394Z Downloaded synstructure v0.13.2
6932026-08-25T21:56:06.395Z Downloaded darling_macro v0.20.11
6942026-08-25T21:56:06.395Z Downloaded chacha20 v0.10.0
6952026-08-25T21:56:06.399Z Downloaded console v0.16.2
6962026-08-25T21:56:06.399Z Downloaded password-hash v0.5.0
6972026-08-25T21:56:06.399Z Downloaded scrypt v0.12.0
6982026-08-25T21:56:06.399Z Downloaded tls_codec v0.4.2
6992026-08-25T21:56:06.399Z Downloaded toml_writer v1.1.1+spec-1.1.0
7002026-08-25T21:56:06.399Z Downloaded foldhash v0.1.5
7012026-08-25T21:56:06.399Z Downloaded console v0.15.11
7022026-08-25T21:56:06.399Z Downloaded blake2 v0.11.0-rc.6
7032026-08-25T21:56:06.403Z Downloaded cbc v0.2.1
7042026-08-25T21:56:06.403Z Downloaded cancel-safe-futures v0.1.5
7052026-08-25T21:56:06.403Z Downloaded colored v3.1.1
7062026-08-25T21:56:06.407Z Downloaded zeroize_derive v1.5.0
7072026-08-25T21:56:06.407Z Downloaded zone_cfg_derive v0.3.1
7082026-08-25T21:56:06.407Z Downloaded dirs-sys-next v0.1.2
7092026-08-25T21:56:06.407Z Downloaded static_assertions v1.1.0
7102026-08-25T21:56:06.412Z Downloaded crc-catalog v2.4.0
7112026-08-25T21:56:06.412Z Downloaded indoc v1.0.9
7122026-08-25T21:56:06.413Z Downloaded rusty-fork v0.3.1
7132026-08-25T21:56:06.416Z Downloaded debug-ignore v1.0.5
7142026-08-25T21:56:06.416Z Downloaded defmt v0.3.100
7152026-08-25T21:56:06.416Z Downloaded difflib v0.4.0
7162026-08-25T21:56:06.416Z Downloaded dropshot-api-manager-types v0.8.0
7172026-08-25T21:56:06.421Z Downloaded allocator-api2 v0.2.21
7182026-08-25T21:56:06.421Z Downloaded slog-term v2.9.2
7192026-08-25T21:56:06.428Z Downloaded xshell v0.2.7
7202026-08-25T21:56:06.428Z Downloaded corncobs v0.1.4
7212026-08-25T21:56:06.428Z Downloaded idna_adapter v1.2.1
7222026-08-25T21:56:06.428Z Downloaded lalrpop-util v0.19.12
7232026-08-25T21:56:06.428Z Downloaded parking_lot v0.11.2
7242026-08-25T21:56:06.431Z Downloaded thread_local v1.1.9
7252026-08-25T21:56:06.431Z Downloaded toml_datetime v1.1.1+spec-1.1.0
7262026-08-25T21:56:06.434Z Downloaded md5 v0.8.0
7272026-08-25T21:56:06.434Z Downloaded tokio-native-tls v0.3.1
7282026-08-25T21:56:06.434Z Downloaded tui-tree-widget v0.23.1
7292026-08-25T21:56:06.434Z Downloaded lzss v0.8.2
7302026-08-25T21:56:06.437Z Downloaded maybe-uninit v2.0.0
7312026-08-25T21:56:06.437Z Downloaded embedded-io v0.6.1
7322026-08-25T21:56:06.437Z Downloaded num_enum_derive v0.5.11
7332026-08-25T21:56:06.440Z Downloaded illumos-nvpair-sys v0.2.0
7342026-08-25T21:56:06.441Z Downloaded instant v0.1.13
7352026-08-25T21:56:06.444Z Downloaded multimap v0.10.1
7362026-08-25T21:56:06.447Z Downloaded postgres-types v0.2.12
7372026-08-25T21:56:06.447Z Downloaded half v2.7.1
7382026-08-25T21:56:06.451Z Downloaded vergen-lib v0.1.6
7392026-08-25T21:56:06.458Z Downloaded num-iter v0.1.45
7402026-08-25T21:56:06.461Z Downloaded flume v0.11.1
7412026-08-25T21:56:06.464Z Downloaded olpc-cjson v0.1.4
7422026-08-25T21:56:06.464Z Downloaded ctr v0.10.1
7432026-08-25T21:56:06.464Z Downloaded deranged v0.5.8
7442026-08-25T21:56:06.467Z Downloaded der_derive v0.7.3
7452026-08-25T21:56:06.467Z Downloaded flate2 v1.1.9
7462026-08-25T21:56:06.470Z Downloaded newline-converter v0.3.0
7472026-08-25T21:56:06.470Z Downloaded tracing-attributes v0.1.31
7482026-08-25T21:56:06.470Z Downloaded dof v0.4.0
7492026-08-25T21:56:06.474Z Downloaded wyz v0.5.1
7502026-08-25T21:56:06.474Z Downloaded parse-size v1.1.0
7512026-08-25T21:56:06.481Z Downloaded oxide-update-engine-types v0.1.2
7522026-08-25T21:56:06.487Z Downloaded diesel-dtrace v0.5.0
7532026-08-25T21:56:06.490Z Downloaded ingot-types v0.2.0
7542026-08-25T21:56:06.490Z Downloaded ipnetwork v0.21.1
7552026-08-25T21:56:06.490Z Downloaded rustls-platform-verifier v0.6.2
7562026-08-25T21:56:06.490Z Downloaded slog v2.8.2
7572026-08-25T21:56:06.494Z Downloaded socket2 v0.5.10
7582026-08-25T21:56:06.494Z Downloaded serde_with_macros v3.21.0
7592026-08-25T21:56:06.497Z Downloaded socket2 v0.6.3
7602026-08-25T21:56:06.497Z Downloaded stacker v0.1.23
7612026-08-25T21:56:06.497Z Downloaded quick-error v1.2.3
7622026-08-25T21:56:06.500Z Downloaded libloading v0.8.9
7632026-08-25T21:56:06.500Z Downloaded md-5 v0.10.6
7642026-08-25T21:56:06.500Z Downloaded predicates-core v1.0.10
7652026-08-25T21:56:06.500Z Downloaded predicates-tree v1.0.13
7662026-08-25T21:56:06.503Z Downloaded rustc_version v0.4.1
7672026-08-25T21:56:06.507Z Downloaded arc-swap v1.8.2
7682026-08-25T21:56:06.510Z Downloaded omicron-zone-package v0.12.3
7692026-08-25T21:56:06.510Z Downloaded oso v0.27.3
7702026-08-25T21:56:06.513Z Downloaded term v0.7.0
7712026-08-25T21:56:06.513Z Downloaded unicode-properties v0.1.4
7722026-08-25T21:56:06.516Z Downloaded heapless v0.8.0
7732026-08-25T21:56:06.516Z Downloaded ena v0.14.4
7742026-08-25T21:56:06.520Z Downloaded headers v0.4.1
7752026-08-25T21:56:06.523Z Downloaded heapless v0.7.17
7762026-08-25T21:56:06.526Z Downloaded serde_urlencoded v0.7.1
7772026-08-25T21:56:06.526Z Downloaded ctutils v0.4.2
7782026-08-25T21:56:06.526Z Downloaded signal-hook-mio v0.2.5
7792026-08-25T21:56:06.529Z Downloaded pin-project v1.1.11
7802026-08-25T21:56:06.532Z Downloaded parking_lot_core v0.8.6
7812026-08-25T21:56:06.536Z Downloaded pkcs5 v0.8.1
7822026-08-25T21:56:06.539Z Downloaded rcgen v0.12.1
7832026-08-25T21:56:06.539Z Downloaded elliptic-curve v0.14.1
7842026-08-25T21:56:06.542Z Downloaded ecdsa v0.17.0
7852026-08-25T21:56:06.542Z Downloaded phf v0.12.1
7862026-08-25T21:56:06.542Z Downloaded phf v0.13.1
7872026-08-25T21:56:06.542Z Downloaded base64 v0.22.1
7882026-08-25T21:56:06.546Z Downloaded pkcs8 v0.10.2
7892026-08-25T21:56:06.546Z Downloaded chacha20poly1305 v0.10.1
7902026-08-25T21:56:06.551Z Downloaded time-core v0.1.8
7912026-08-25T21:56:06.551Z Downloaded slog-bunyan v2.5.0
7922026-08-25T21:56:06.551Z Downloaded unicode-truncate v1.1.0
7932026-08-25T21:56:06.551Z Downloaded utf8_iter v1.0.4
7942026-08-25T21:56:06.551Z Downloaded structmeta-derive v0.3.0
7952026-08-25T21:56:06.554Z Downloaded progenitor v0.13.0
7962026-08-25T21:56:06.554Z Downloaded supports-color v3.0.2
7972026-08-25T21:56:06.554Z Downloaded topological-sort v0.2.2
7982026-08-25T21:56:06.557Z Downloaded ar_archive_writer v0.5.1
7992026-08-25T21:56:06.564Z Downloaded memmap2 v0.9.10
8002026-08-25T21:56:06.567Z Downloaded newtype-uuid v1.3.2
8012026-08-25T21:56:06.567Z Downloaded oxide-update-engine-display v0.1.2
8022026-08-25T21:56:06.567Z Downloaded resolv-conf v0.7.6
8032026-08-25T21:56:06.567Z Downloaded schemars_derive v0.8.22
8042026-08-25T21:56:06.567Z Downloaded convert_case v0.4.0
8052026-08-25T21:56:06.567Z Downloaded scroll v0.13.0
8062026-08-25T21:56:06.571Z Downloaded usdt-attr-macro v0.6.0
8072026-08-25T21:56:06.575Z Downloaded crossbeam-utils v0.8.21
8082026-08-25T21:56:06.579Z Downloaded darling v0.20.11
8092026-08-25T21:56:06.582Z Downloaded peg v0.8.5
8102026-08-25T21:56:06.582Z Downloaded rand_core v0.10.0
8112026-08-25T21:56:06.585Z Downloaded darling v0.21.3
8122026-08-25T21:56:06.589Z Downloaded crc8 v0.1.1
8132026-08-25T21:56:06.589Z Downloaded curve25519-dalek-derive v0.1.1
8142026-08-25T21:56:06.589Z Downloaded compact_str v0.8.1
8152026-08-25T21:56:06.592Z Downloaded papergrid v0.18.0
8162026-08-25T21:56:06.595Z Downloaded twox-hash v2.1.2
8172026-08-25T21:56:06.595Z Downloaded http v1.4.2
8182026-08-25T21:56:06.598Z Downloaded ssh-encoding v0.3.0
8192026-08-25T21:56:06.598Z Downloaded derive_builder_macro v0.20.2
8202026-08-25T21:56:06.603Z Downloaded dsl_auto_type v0.2.0
8212026-08-25T21:56:06.608Z Downloaded lock_api v0.4.14
8222026-08-25T21:56:06.612Z Downloaded pkcs1 v0.7.5
8232026-08-25T21:56:06.615Z Downloaded progenitor v0.14.0
8242026-08-25T21:56:06.615Z Downloaded serdect v0.4.3
8252026-08-25T21:56:06.615Z Downloaded time-macros v0.2.27
8262026-08-25T21:56:06.619Z Downloaded bumpalo v3.20.2
8272026-08-25T21:56:06.622Z Downloaded vte v0.14.1
8282026-08-25T21:56:06.622Z Downloaded zip v0.6.6
8292026-08-25T21:56:06.625Z Downloaded const_format v0.2.35
8302026-08-25T21:56:06.629Z Downloaded rayon-core v1.13.0
8312026-08-25T21:56:06.629Z Downloaded snafu-derive v0.8.9
8322026-08-25T21:56:06.632Z Downloaded sponge-cursor v0.1.0
8332026-08-25T21:56:06.632Z Downloaded smf v0.2.3
8342026-08-25T21:56:06.632Z Downloaded strum_macros v0.27.2
8352026-08-25T21:56:06.637Z Downloaded illumos-nvpair v0.3.0
8362026-08-25T21:56:06.637Z Downloaded is_ci v1.2.0
8372026-08-25T21:56:06.646Z Downloaded hashbrown v0.13.2
8382026-08-25T21:56:06.650Z Downloaded hickory-resolver v0.24.4
8392026-08-25T21:56:06.653Z Downloaded is-terminal v0.4.17
8402026-08-25T21:56:06.653Z Downloaded kstat-rs v0.2.5
8412026-08-25T21:56:06.653Z Downloaded tokio-dtrace v0.1.1
8422026-08-25T21:56:06.656Z Downloaded async-compression v0.4.41
8432026-08-25T21:56:06.660Z Downloaded zeroize v1.9.0
8442026-08-25T21:56:06.660Z Downloaded bytes v1.11.1
8452026-08-25T21:56:06.663Z Downloaded chumsky v0.9.3
8462026-08-25T21:56:06.666Z Downloaded convert_case v0.10.0
8472026-08-25T21:56:06.666Z Downloaded hashbrown v0.12.3
8482026-08-25T21:56:06.669Z Downloaded hickory-server v0.25.2
8492026-08-25T21:56:06.673Z Downloaded hickory-resolver v0.25.2
8502026-08-25T21:56:06.673Z Downloaded memoffset v0.9.1
8512026-08-25T21:56:06.673Z Downloaded vergen-gitcl v1.0.8
8522026-08-25T21:56:06.676Z Downloaded newtype_derive v0.1.6
8532026-08-25T21:56:06.676Z Downloaded crc-any v2.5.0
8542026-08-25T21:56:06.676Z Downloaded percent-encoding v2.3.2
8552026-08-25T21:56:06.676Z Downloaded vergen-lib v9.1.0
8562026-08-25T21:56:06.680Z Downloaded stringprep v0.1.5
8572026-08-25T21:56:06.680Z Downloaded data-encoding v2.10.0
8582026-08-25T21:56:06.680Z Downloaded oso-derive v0.27.3
8592026-08-25T21:56:06.680Z Downloaded writeable v0.6.2
8602026-08-25T21:56:06.680Z Downloaded icu_normalizer v2.1.1
8612026-08-25T21:56:06.683Z Downloaded path-slash v0.1.5
8622026-08-25T21:56:06.683Z Downloaded pkcs1 v0.8.0-rc.4
8632026-08-25T21:56:06.686Z Downloaded tokio-rustls v0.26.4
8642026-08-25T21:56:06.686Z Downloaded base64 v0.21.7
8652026-08-25T21:56:06.689Z Downloaded cc v1.2.56
8662026-08-25T21:56:06.689Z Downloaded icu_provider v2.1.1
8672026-08-25T21:56:06.692Z Downloaded ref-cast v1.0.25
8682026-08-25T21:56:06.692Z Downloaded rustls-pki-types v1.14.0
8692026-08-25T21:56:06.696Z Downloaded unicode_categories v0.1.1
8702026-08-25T21:56:06.696Z Downloaded rtoolbox v0.0.3
8712026-08-25T21:56:06.696Z Downloaded rustls-webpki v0.103.13
8722026-08-25T21:56:06.696Z Downloaded knus v3.4.0
8732026-08-25T21:56:06.699Z Downloaded delegate v0.13.5
8742026-08-25T21:56:06.699Z Downloaded radium v0.7.0
8752026-08-25T21:56:06.699Z Downloaded libefi-sys v0.1.0
8762026-08-25T21:56:06.699Z Downloaded serde_bytes v0.11.19
8772026-08-25T21:56:06.702Z Downloaded hyper-staticfile v0.10.1
8782026-08-25T21:56:06.702Z Downloaded slog-envlogger v2.2.0
8792026-08-25T21:56:06.706Z Downloaded backtrace v0.3.76
8802026-08-25T21:56:06.713Z Downloaded nanorand v0.7.0
8812026-08-25T21:56:06.721Z Downloaded supports-hyperlinks v3.2.0
8822026-08-25T21:56:06.724Z Downloaded derive_builder v0.20.2
8832026-08-25T21:56:06.728Z Downloaded derive_builder_core v0.20.2
8842026-08-25T21:56:06.728Z Downloaded pkg-config v0.3.32
8852026-08-25T21:56:06.731Z Downloaded tokio-test v0.4.5
8862026-08-25T21:56:06.734Z Downloaded toml_parser v1.1.2+spec-1.1.0
8872026-08-25T21:56:06.738Z Downloaded test-strategy v0.4.5
8882026-08-25T21:56:06.738Z Downloaded strum v0.26.3
8892026-08-25T21:56:06.739Z Downloaded unsafe-libyaml v0.2.11
8902026-08-25T21:56:06.742Z Downloaded strum v0.27.2
8912026-08-25T21:56:06.745Z Downloaded unicode-xid v0.2.6
8922026-08-25T21:56:06.748Z Downloaded wnaf v0.14.0
8932026-08-25T21:56:06.748Z Downloaded crc v3.4.0
8942026-08-25T21:56:06.748Z Downloaded whoami v2.1.0
8952026-08-25T21:56:06.751Z Downloaded num-complex v0.4.6
8962026-08-25T21:56:06.751Z Downloaded cpufeatures v0.3.0
8972026-08-25T21:56:06.754Z Downloaded ingot-macros v0.2.0
8982026-08-25T21:56:06.754Z Downloaded phf_shared v0.11.3
8992026-08-25T21:56:06.755Z Downloaded ppv-lite86 v0.2.21
9002026-08-25T21:56:06.758Z Downloaded chrono v0.4.45
9012026-08-25T21:56:06.761Z Downloaded zerocopy-derive v0.8.55
9022026-08-25T21:56:06.765Z Downloaded untrusted v0.7.1
9032026-08-25T21:56:06.769Z Downloaded mime_guess v2.0.5
9042026-08-25T21:56:06.769Z Downloaded darling_macro v0.21.3
9052026-08-25T21:56:06.769Z Downloaded diesel_table_macro_syntax v0.3.0
9062026-08-25T21:56:06.769Z Downloaded downcast-rs v2.0.2
9072026-08-25T21:56:06.769Z Downloaded litemap v0.8.1
9082026-08-25T21:56:06.773Z Downloaded signal-hook v0.3.18
9092026-08-25T21:56:06.776Z Downloaded darling v0.23.0
9102026-08-25T21:56:06.781Z Downloaded owo-colors v4.3.0
9112026-08-25T21:56:06.781Z Downloaded cpubits v0.1.1
9122026-08-25T21:56:06.781Z Downloaded want v0.3.1
9132026-08-25T21:56:06.788Z Downloaded defmt-parser v1.0.0
9142026-08-25T21:56:06.788Z Downloaded inout v0.2.2
9152026-08-25T21:56:06.788Z Downloaded crossbeam-epoch v0.9.18
9162026-08-25T21:56:06.788Z Downloaded dirs-next v2.0.0
9172026-08-25T21:56:06.788Z Downloaded quinn v0.11.11
9182026-08-25T21:56:06.791Z Downloaded dunce v1.0.5
9192026-08-25T21:56:06.791Z Downloaded string_cache v0.8.9
9202026-08-25T21:56:06.791Z Downloaded parking_lot_core v0.9.12
9212026-08-25T21:56:06.796Z Downloaded strum_macros v0.26.4
9222026-08-25T21:56:06.796Z Downloaded thiserror-no-std v2.0.2
9232026-08-25T21:56:06.796Z Downloaded aes v0.9.1
9242026-08-25T21:56:06.800Z Downloaded rand v0.10.1
9252026-08-25T21:56:06.800Z Downloaded subprocess v0.2.15
9262026-08-25T21:56:06.803Z Downloaded lru v0.12.5
9272026-08-25T21:56:06.803Z Downloaded sec1 v0.7.3
9282026-08-25T21:56:06.806Z Downloaded signal-hook-registry v1.4.8
9292026-08-25T21:56:06.806Z Downloaded derive-where v1.6.0
9302026-08-25T21:56:06.806Z Downloaded tracing-core v0.1.36
9312026-08-25T21:56:06.810Z Downloaded inout v0.1.4
9322026-08-25T21:56:06.810Z Downloaded kem v0.3.0
9332026-08-25T21:56:06.810Z Downloaded match_cfg v0.1.0
9342026-08-25T21:56:06.813Z Downloaded derive_more v0.99.20
9352026-08-25T21:56:06.816Z Downloaded slog-dtrace v0.3.0
9362026-08-25T21:56:06.816Z Downloaded nonempty v0.12.0
9372026-08-25T21:56:06.816Z Downloaded oxide-generation-macros v0.2.0
9382026-08-25T21:56:06.819Z Downloaded cstr-argument v0.1.2
9392026-08-25T21:56:06.819Z Downloaded dropshot_endpoint v0.17.1
9402026-08-25T21:56:06.819Z Downloaded ed25519-dalek v3.0.0
9412026-08-25T21:56:06.822Z Downloaded tungstenite v0.21.0
9422026-08-25T21:56:06.826Z Downloaded samael v0.0.19
9432026-08-25T21:56:06.830Z Downloaded num-derive v0.4.2
9442026-08-25T21:56:06.835Z Downloaded csv-core v0.1.13
9452026-08-25T21:56:06.838Z Downloaded litrs v1.0.0
9462026-08-25T21:56:06.843Z Downloaded hashbrown v0.16.1
9472026-08-25T21:56:06.848Z Downloaded primeorder v0.14.0
9482026-08-25T21:56:06.851Z Downloaded uzers v0.12.2
9492026-08-25T21:56:06.851Z Downloaded hashbrown v0.14.5
9502026-08-25T21:56:06.857Z Downloaded ed25519 v3.0.0
9512026-08-25T21:56:06.863Z Downloaded same-file v1.0.6
9522026-08-25T21:56:06.867Z Downloaded whoami v1.6.1
9532026-08-25T21:56:06.867Z Downloaded pkcs8 v0.11.0
9542026-08-25T21:56:06.870Z Downloaded derive_more v2.1.1
9552026-08-25T21:56:06.875Z Downloaded multer v3.1.0
9562026-08-25T21:56:06.881Z Downloaded tokio-postgres v0.7.16
9572026-08-25T21:56:06.885Z Downloaded futures-util v0.3.32
9582026-08-25T21:56:06.888Z Downloaded hashbrown v0.15.5
9592026-08-25T21:56:06.892Z Downloaded hkdf v0.12.4
9602026-08-25T21:56:06.892Z Downloaded yansi v1.0.1
9612026-08-25T21:56:06.892Z Downloaded sigpipe v0.1.3
9622026-08-25T21:56:06.897Z Downloaded tap v1.0.1
9632026-08-25T21:56:06.897Z Downloaded salsa20 v0.11.0
9642026-08-25T21:56:06.897Z Downloaded schemars v1.2.1
9652026-08-25T21:56:06.905Z Downloaded sec1 v0.8.1
9662026-08-25T21:56:06.909Z Downloaded itertools v0.10.5
9672026-08-25T21:56:06.909Z Downloaded supports-unicode v3.0.0
9682026-08-25T21:56:06.909Z Downloaded try-lock v0.2.5
9692026-08-25T21:56:06.909Z Downloaded tar v0.4.46
9702026-08-25T21:56:06.909Z Downloaded peg-macros v0.8.5
9712026-08-25T21:56:06.915Z Downloaded knus-derive v3.4.0
9722026-08-25T21:56:06.915Z Downloaded pin-project-lite v0.2.17
9732026-08-25T21:56:06.920Z Downloaded predicates v3.1.4
9742026-08-25T21:56:06.920Z Downloaded thread-id v5.1.0
9752026-08-25T21:56:06.920Z Downloaded ml-kem v0.3.2
9762026-08-25T21:56:06.920Z Downloaded universal-hash v0.5.1
9772026-08-25T21:56:06.920Z Downloaded usdt-macro v0.6.0
9782026-08-25T21:56:06.920Z Downloaded zerofrom-derive v0.1.6
9792026-08-25T21:56:06.920Z Downloaded instability v0.3.11
9802026-08-25T21:56:06.920Z Downloaded pbkdf2 v0.13.0
9812026-08-25T21:56:06.924Z Downloaded crypto-common v0.2.2
9822026-08-25T21:56:06.929Z Downloaded darling_core v0.23.0
9832026-08-25T21:56:06.940Z Downloaded either v1.15.0
9842026-08-25T21:56:06.940Z Downloaded crunchy v0.2.4
9852026-08-25T21:56:06.940Z Downloaded display-error-chain v0.2.2
9862026-08-25T21:56:06.940Z Downloaded tokio-stream v0.1.18
9872026-08-25T21:56:06.943Z Downloaded lru-cache v0.1.2
9882026-08-25T21:56:06.943Z Downloaded num v0.4.3
9892026-08-25T21:56:06.943Z Downloaded rustls-pemfile v2.2.0
9902026-08-25T21:56:06.947Z Downloaded tokio-util v0.7.18
9912026-08-25T21:56:06.952Z Downloaded linked-hash-map v0.5.6
9922026-08-25T21:56:06.955Z Downloaded managed v0.8.0
9932026-08-25T21:56:06.955Z Downloaded maplit v1.0.2
9942026-08-25T21:56:06.955Z Downloaded openssl-probe v0.1.6
9952026-08-25T21:56:06.955Z Downloaded tiny-keccak v2.0.2
9962026-08-25T21:56:06.958Z Downloaded schemars v0.9.0
9972026-08-25T21:56:06.962Z Downloaded parse-display v0.10.0
9982026-08-25T21:56:06.965Z Downloaded ron v0.8.1
9992026-08-25T21:56:06.968Z Downloaded tinystr v0.8.2
10002026-08-25T21:56:06.968Z Downloaded icu_collections v2.1.1
10012026-08-25T21:56:06.971Z Downloaded icu_locale_core v2.1.1
10022026-08-25T21:56:06.975Z Downloaded cookie_store v0.22.1
10032026-08-25T21:56:06.975Z Downloaded rand_chacha v0.9.0
10042026-08-25T21:56:06.978Z Downloaded rsa v0.10.0-rc.18
10052026-08-25T21:56:06.981Z Downloaded libscf-sys v1.2.0
10062026-08-25T21:56:06.981Z Downloaded serde_tokenstream v0.3.0
10072026-08-25T21:56:06.981Z Downloaded progenitor-macro v0.13.0
10082026-08-25T21:56:06.981Z Downloaded unicase v2.9.0
10092026-08-25T21:56:06.981Z Downloaded hyper v1.10.1
10102026-08-25T21:56:06.984Z Downloaded slog-scope v4.4.1
10112026-08-25T21:56:06.987Z Downloaded slog-json v2.6.1
10122026-08-25T21:56:06.988Z Downloaded quinn-udp v0.5.14
10132026-08-25T21:56:06.988Z Downloaded snafu v0.8.9
10142026-08-25T21:56:06.992Z Downloaded ignore v0.4.25
10152026-08-25T21:56:06.996Z Downloaded ryu v1.0.23
10162026-08-25T21:56:06.996Z Downloaded rand_pcg v0.10.2
10172026-08-25T21:56:06.996Z Downloaded similar v2.7.0
10182026-08-25T21:56:06.999Z Downloaded rustc_version v0.1.7
10192026-08-25T21:56:06.999Z Downloaded semver v0.1.20
10202026-08-25T21:56:06.999Z Downloaded icu_properties v2.1.2
10212026-08-25T21:56:06.999Z Downloaded aho-corasick v1.1.4
10222026-08-25T21:56:07.003Z Downloaded rustc-hash v2.1.1
10232026-08-25T21:56:07.006Z Downloaded pretty_assertions v1.4.1
10242026-08-25T21:56:07.006Z Downloaded keccak v0.2.0
10252026-08-25T21:56:07.006Z Downloaded rand v0.8.6
10262026-08-25T21:56:07.023Z Downloaded usdt-impl v0.6.0
10272026-08-25T21:56:07.023Z Downloaded constant_time_eq v0.4.2
10282026-08-25T21:56:07.023Z Downloaded ref-cast-impl v1.0.25
10292026-08-25T21:56:07.023Z Downloaded sync-ptr v0.1.4
10302026-08-25T21:56:07.023Z Downloaded num-traits v0.2.19
10312026-08-25T21:56:07.023Z Downloaded sha2 v0.11.0
10322026-08-25T21:56:07.023Z Downloaded lru-slab v0.1.2
10332026-08-25T21:56:07.023Z Downloaded qorb v0.4.1
10342026-08-25T21:56:07.023Z Downloaded xshell-macros v0.2.7
10352026-08-25T21:56:07.023Z Downloaded zerofrom v0.1.6
10362026-08-25T21:56:07.023Z Downloaded parse-display-derive v0.10.0
10372026-08-25T21:56:07.023Z Downloaded pin-project-internal v1.1.11
10382026-08-25T21:56:07.023Z Downloaded winnow v0.6.26
10392026-08-25T21:56:07.028Z Downloaded openssl-sys v0.9.117
10402026-08-25T21:56:07.028Z Downloaded tinyvec v1.10.0
10412026-08-25T21:56:07.028Z Downloaded typify v0.6.2
10422026-08-25T21:56:07.032Z Downloaded parking_lot v0.12.5
10432026-08-25T21:56:07.032Z Downloaded uuid v1.23.4
10442026-08-25T21:56:07.032Z Downloaded ed25519 v2.2.3
10452026-08-25T21:56:07.035Z Downloaded derive-ex v0.1.8
10462026-08-25T21:56:07.035Z Downloaded document-features v0.2.12
10472026-08-25T21:56:07.035Z Downloaded hkdf v0.13.0
10482026-08-25T21:56:07.038Z Downloaded indoc v2.0.7
10492026-08-25T21:56:07.038Z Downloaded r2d2 v0.8.10
10502026-08-25T21:56:07.038Z Downloaded tinyvec_macros v0.1.1
10512026-08-25T21:56:07.038Z Downloaded trait-variant v0.1.2
10522026-08-25T21:56:07.038Z Downloaded h2 v0.4.15
10532026-08-25T21:56:07.041Z Downloaded nom v8.0.0
10542026-08-25T21:56:07.045Z Downloaded num-bigint-dig v0.8.6
10552026-08-25T21:56:07.048Z Downloaded prefix-trie v0.7.0
10562026-08-25T21:56:07.048Z Downloaded yasna v0.5.2
10572026-08-25T21:56:07.051Z Downloaded zip v4.6.1
10582026-08-25T21:56:07.051Z Downloaded rpassword v7.5.4
10592026-08-25T21:56:07.056Z Downloaded seq-macro v0.3.6
10602026-08-25T21:56:07.056Z Downloaded crypto-bigint v0.5.5
10612026-08-25T21:56:07.062Z Downloaded progenitor-impl v0.13.0
10622026-08-25T21:56:07.062Z Downloaded progenitor-impl v0.14.0
10632026-08-25T21:56:07.062Z Downloaded jiff-static v0.2.34
10642026-08-25T21:56:07.062Z Downloaded lazy_static v1.5.0
10652026-08-25T21:56:07.066Z Downloaded num-conv v0.2.0
10662026-08-25T21:56:07.066Z Downloaded indicatif v0.18.4
10672026-08-25T21:56:07.066Z Downloaded crucible-workspace-hack v0.1.0
10682026-08-25T21:56:07.066Z Downloaded darling_macro v0.13.4
10692026-08-25T21:56:07.066Z Downloaded serde-hex v0.1.0
10702026-08-25T21:56:07.066Z Downloaded rustc-demangle v0.1.27
10712026-08-25T21:56:07.066Z Downloaded serde_cbor v0.11.2
10722026-08-25T21:56:07.069Z Downloaded spin v0.9.8
10732026-08-25T21:56:07.069Z Downloaded aes-gcm v0.11.0
10742026-08-25T21:56:07.069Z Downloaded ed25519-dalek v2.2.0
10752026-08-25T21:56:07.073Z Downloaded serde_derive_internals v0.29.1
10762026-08-25T21:56:07.073Z Downloaded openssl-probe v0.2.1
10772026-08-25T21:56:07.073Z Downloaded spki v0.8.0
10782026-08-25T21:56:07.076Z Downloaded psl-types v2.0.11
10792026-08-25T21:56:07.080Z Downloaded sha1 v0.10.6
10802026-08-25T21:56:07.080Z Downloaded postgres-protocol v0.6.10
10812026-08-25T21:56:07.083Z Downloaded tokio-tungstenite v0.23.1
10822026-08-25T21:56:07.086Z Downloaded p521 v0.14.0
10832026-08-25T21:56:07.090Z Downloaded ecdsa v0.16.9
10842026-08-25T21:56:07.093Z Downloaded tagptr v0.2.0
10852026-08-25T21:56:07.093Z Downloaded signal-hook-tokio v0.3.1
10862026-08-25T21:56:07.093Z Downloaded strsim v0.10.0
10872026-08-25T21:56:07.097Z Downloaded scheduled-thread-pool v0.2.7
10882026-08-25T21:56:07.097Z Downloaded secrecy v0.8.0
10892026-08-25T21:56:07.101Z Downloaded crossterm v0.28.1
10902026-08-25T21:56:07.110Z Downloaded packed_struct_codegen v0.10.1
10912026-08-25T21:56:07.113Z Downloaded internet-checksum v0.2.1
10922026-08-25T21:56:07.117Z Downloaded hyper-tls v0.6.0
10932026-08-25T21:56:07.121Z Downloaded xattr v1.6.1
10942026-08-25T21:56:07.121Z Downloaded smallvec v1.15.1
10952026-08-25T21:56:07.125Z Downloaded elliptic-curve v0.13.8
10962026-08-25T21:56:07.128Z Downloaded vsss-rs v3.3.4
10972026-08-25T21:56:07.131Z Downloaded term v1.2.1
10982026-08-25T21:56:07.135Z Downloaded psm v0.1.30
10992026-08-25T21:56:07.138Z Downloaded progenitor-client v0.14.0
11002026-08-25T21:56:07.141Z Downloaded scroll_derive v0.13.1
11012026-08-25T21:56:07.141Z Downloaded universal-hash v0.6.1
11022026-08-25T21:56:07.144Z Downloaded indent_write v2.2.0
11032026-08-25T21:56:07.144Z Downloaded progenitor-extras v0.2.0
11042026-08-25T21:56:07.148Z Downloaded reqwest v0.13.2
11052026-08-25T21:56:07.151Z Downloaded libm v0.2.16
11062026-08-25T21:56:07.154Z Downloaded ident_case v1.0.1
11072026-08-25T21:56:07.154Z Downloaded serde_with v1.14.0
11082026-08-25T21:56:07.158Z Downloaded prettyplease v0.2.37
11092026-08-25T21:56:07.161Z Downloaded sqlformat v0.3.5
11102026-08-25T21:56:07.161Z Downloaded zerovec-derive v0.11.2
11112026-08-25T21:56:07.161Z Downloaded dyn-clone v1.0.20
11122026-08-25T21:56:07.161Z Downloaded embedded-io v0.4.0
11132026-08-25T21:56:07.165Z Downloaded postcard v1.1.3
11142026-08-25T21:56:07.165Z Downloaded impl-trait-for-tuples v0.2.3
11152026-08-25T21:56:07.165Z Downloaded daft v0.1.8
11162026-08-25T21:56:07.169Z Downloaded tower-service v0.3.3
11172026-08-25T21:56:07.172Z Downloaded iana-time-zone v0.1.65
11182026-08-25T21:56:07.172Z Downloaded ipnet v2.12.0
11192026-08-25T21:56:07.175Z Downloaded structmeta v0.3.0
11202026-08-25T21:56:07.176Z Downloaded tabwriter v1.4.1
11212026-08-25T21:56:07.176Z Downloaded defmt v1.0.1
11222026-08-25T21:56:07.179Z Downloaded recursive-proc-macro-impl v0.1.1
11232026-08-25T21:56:07.179Z Downloaded serde_repr v0.1.20
11242026-08-25T21:56:07.179Z Downloaded strip-ansi-escapes v0.2.1
11252026-08-25T21:56:07.179Z Downloaded linear-map v1.2.0
11262026-08-25T21:56:07.185Z Downloaded ingot v0.2.1
11272026-08-25T21:56:07.188Z Downloaded peg-runtime v0.8.5
11282026-08-25T21:56:07.188Z Downloaded precomputed-hash v0.1.1
11292026-08-25T21:56:07.188Z Downloaded typify-macro v0.6.2
11302026-08-25T21:56:07.192Z Downloaded primeorder v0.13.6
11312026-08-25T21:56:07.192Z Downloaded zopfli v0.8.3
11322026-08-25T21:56:07.195Z Downloaded keccak v0.1.6
11332026-08-25T21:56:07.195Z Downloaded new_debug_unreachable v1.0.6
11342026-08-25T21:56:07.195Z Downloaded russh-util v0.52.0
11352026-08-25T21:56:07.198Z Downloaded toml_edit v0.23.10+spec-1.0.0
11362026-08-25T21:56:07.201Z Downloaded indexmap v1.9.3
11372026-08-25T21:56:07.205Z Downloaded slog-stdlog v4.1.1
11382026-08-25T21:56:07.208Z Downloaded tls_codec_derive v0.4.2
11392026-08-25T21:56:07.208Z Downloaded vergen-git2 v9.1.0
11402026-08-25T21:56:07.209Z Downloaded progenitor-client v0.13.0
11412026-08-25T21:56:07.212Z Downloaded waitgroup v0.1.2
11422026-08-25T21:56:07.212Z Downloaded sha1 v0.11.0
11432026-08-25T21:56:07.212Z Downloaded openssl-macros v0.1.1
11442026-08-25T21:56:07.215Z Downloaded rawzip v0.4.4
11452026-08-25T21:56:07.219Z Downloaded const_format_proc_macros v0.2.34
11462026-08-25T21:56:07.222Z Downloaded dropshot-api-manager v0.8.0
11472026-08-25T21:56:07.225Z Downloaded tower-http v0.6.8
11482026-08-25T21:56:07.231Z Downloaded mime v0.3.17
11492026-08-25T21:56:07.234Z Downloaded native-tls v0.2.18
11502026-08-25T21:56:07.234Z Downloaded num-rational v0.4.2
11512026-08-25T21:56:07.234Z Downloaded git2 v0.20.4
11522026-08-25T21:56:07.238Z Downloaded termtree v0.5.1
11532026-08-25T21:56:07.241Z Downloaded thiserror-impl-no-std v2.0.2
11542026-08-25T21:56:07.241Z Downloaded module-lattice v0.2.3
11552026-08-25T21:56:07.245Z Downloaded simd-adler32 v0.3.8
11562026-08-25T21:56:07.252Z Downloaded num_enum_derive v0.7.6
11572026-08-25T21:56:07.255Z Downloaded dtrace-parser v0.3.0
11582026-08-25T21:56:07.263Z Downloaded miette v7.6.0
11592026-08-25T21:56:07.263Z Downloaded shlex v1.3.0
11602026-08-25T21:56:07.263Z Downloaded termios v0.3.3
11612026-08-25T21:56:07.270Z Downloaded libsw-core v0.3.2
11622026-08-25T21:56:07.270Z Downloaded paste v1.0.15
11632026-08-25T21:56:07.277Z Downloaded reedline v0.40.0
11642026-08-25T21:56:07.277Z Downloaded steno v0.4.1
11652026-08-25T21:56:07.277Z Downloaded darling v0.13.4
11662026-08-25T21:56:07.277Z Downloaded port-file v0.1.0
11672026-08-25T21:56:07.281Z Downloaded tower-layer v0.3.3
11682026-08-25T21:56:07.281Z Downloaded cookie v0.18.1
11692026-08-25T21:56:07.281Z Downloaded void v1.0.2
11702026-08-25T21:56:07.284Z Downloaded recursive v0.1.1
11712026-08-25T21:56:07.284Z Downloaded shell-words v1.1.1
11722026-08-25T21:56:07.285Z Downloaded sync_wrapper v1.0.2
11732026-08-25T21:56:07.288Z Downloaded rand_seeder v0.4.0
11742026-08-25T21:56:07.288Z Downloaded zerotrie v0.2.3
11752026-08-25T21:56:07.291Z Downloaded spki v0.7.3
11762026-08-25T21:56:07.291Z Downloaded ssh-cipher v0.3.0
11772026-08-25T21:56:07.294Z Downloaded tungstenite v0.23.0
11782026-08-25T21:56:07.295Z Downloaded serde_spanned v1.1.1
11792026-08-25T21:56:07.298Z Downloaded critical-section v1.2.0
11802026-08-25T21:56:07.298Z Downloaded digest v0.11.3
11812026-08-25T21:56:07.301Z Downloaded darling_macro v0.23.0
11822026-08-25T21:56:07.304Z Downloaded itertools v0.15.0
11832026-08-25T21:56:07.307Z Downloaded newtype-uuid-macros v0.1.0
11842026-08-25T21:56:07.307Z Downloaded der v0.7.10
11852026-08-25T21:56:07.312Z Downloaded crypto-primes v0.7.2
11862026-08-25T21:56:07.316Z Downloaded crossbeam-channel v0.5.15
11872026-08-25T21:56:07.316Z Downloaded crossbeam-deque v0.8.6
11882026-08-25T21:56:07.316Z Downloaded p256 v0.14.0
11892026-08-25T21:56:07.321Z Downloaded miniz_oxide v0.8.9
11902026-08-25T21:56:07.325Z Downloaded primefield v0.14.0
11912026-08-25T21:56:07.325Z Downloaded sapling-renderdag v0.1.0
11922026-08-25T21:56:07.325Z Downloaded crc32fast v1.5.0
11932026-08-25T21:56:07.325Z Downloaded digest-io v0.1.0
11942026-08-25T21:56:07.328Z Downloaded drift v0.2.0
11952026-08-25T21:56:07.334Z Downloaded diff v0.1.13
11962026-08-25T21:56:07.339Z Downloaded internal-russh-num-bigint v0.5.0
11972026-08-25T21:56:07.342Z Downloaded rustls-native-certs v0.8.3
11982026-08-25T21:56:07.345Z Downloaded rustyline v14.0.0
11992026-08-25T21:56:07.349Z Downloaded phf_shared v0.12.1
12002026-08-25T21:56:07.349Z Downloaded rand_chacha v0.3.1
12012026-08-25T21:56:07.354Z Downloaded siphasher v1.0.2
12022026-08-25T21:56:07.354Z Downloaded zone v0.3.1
12032026-08-25T21:56:07.354Z Downloaded defmt-macros v1.0.1
12042026-08-25T21:56:07.358Z Downloaded tough v0.22.0
12052026-08-25T21:56:07.362Z Downloaded aws-lc-rs v1.16.3
12062026-08-25T21:56:07.371Z Downloaded walkdir v2.5.0
12072026-08-25T21:56:07.371Z Downloaded libsw v3.5.0
12082026-08-25T21:56:07.371Z Downloaded oxide-tokio-rt v0.1.4
12092026-08-25T21:56:07.371Z Downloaded url v2.5.8
12102026-08-25T21:56:07.371Z Downloaded libxml v0.3.3
12112026-08-25T21:56:07.375Z Downloaded poly1305 v0.8.0
12122026-08-25T21:56:07.375Z Downloaded toml v0.7.8
12132026-08-25T21:56:07.375Z Downloaded nom v7.1.3
12142026-08-25T21:56:07.379Z Downloaded typed-path v0.9.3
12152026-08-25T21:56:07.384Z Downloaded oxide-update-engine v0.1.2
12162026-08-25T21:56:07.384Z Downloaded goblin v0.10.5
12172026-08-25T21:56:07.388Z Downloaded untrusted v0.9.0
12182026-08-25T21:56:07.388Z Downloaded zstd v0.13.3
12192026-08-25T21:56:07.388Z Downloaded jobserver v0.1.34
12202026-08-25T21:56:07.388Z Downloaded x509-cert v0.2.5
12212026-08-25T21:56:07.392Z Downloaded daft-derive v0.1.8
12222026-08-25T21:56:07.396Z Downloaded packed_struct v0.10.1
12232026-08-25T21:56:07.396Z Downloaded yoke v0.8.1
12242026-08-25T21:56:07.396Z Downloaded serde_yaml v0.9.34+deprecated
12252026-08-25T21:56:07.400Z Downloaded tokio-tungstenite v0.21.0
12262026-08-25T21:56:07.400Z Downloaded vergen v9.1.0
12272026-08-25T21:56:07.400Z Downloaded slab v0.4.12
12282026-08-25T21:56:07.403Z Downloaded rand_core v0.6.4
12292026-08-25T21:56:07.408Z Downloaded p384 v0.14.0
12302026-08-25T21:56:07.411Z Downloaded miette-derive v7.6.0
12312026-08-25T21:56:07.411Z Downloaded zstd-safe v7.2.4
12322026-08-25T21:56:07.411Z Downloaded toml_datetime v0.7.5+spec-1.1.0
12332026-08-25T21:56:07.415Z Downloaded darling_core v0.13.4
12342026-08-25T21:56:07.415Z Downloaded publicsuffix v2.3.0
12352026-08-25T21:56:07.415Z Downloaded num_enum v0.7.6
12362026-08-25T21:56:07.427Z Downloaded icu_normalizer_data v2.1.1
12372026-08-25T21:56:07.432Z Downloaded zerocopy v0.6.6
12382026-08-25T21:56:07.432Z Downloaded phc v0.6.1
12392026-08-25T21:56:07.432Z Downloaded unicode-bidi v0.3.18
12402026-08-25T21:56:07.438Z Downloaded toml_edit v0.19.15
12412026-08-25T21:56:07.446Z Downloaded zerovec v0.11.5
12422026-08-25T21:56:07.449Z Downloaded displaydoc v0.2.5
12432026-08-25T21:56:07.466Z Downloaded iri-string v0.7.10
12442026-08-25T21:56:07.470Z Downloaded zlib-rs v0.6.2
12452026-08-25T21:56:07.470Z Downloaded des v0.9.0
12462026-08-25T21:56:07.470Z Downloaded tower v0.5.3
12472026-08-25T21:56:07.475Z Downloaded bitvec v1.0.1
12482026-08-25T21:56:07.486Z Downloaded sha3 v0.12.0
12492026-08-25T21:56:07.489Z Downloaded toml v1.1.2+spec-1.1.0
12502026-08-25T21:56:07.489Z Downloaded der v0.8.0
12512026-08-25T21:56:07.489Z Downloaded quick-xml v0.37.5
12522026-08-25T21:56:07.493Z Downloaded schemars v0.8.22
12532026-08-25T21:56:07.498Z Downloaded darling_core v0.20.11
12542026-08-25T21:56:07.502Z Downloaded diesel_derives v2.3.7
12552026-08-25T21:56:07.505Z Downloaded libbz2-rs-sys v0.2.2
12562026-08-25T21:56:07.505Z Downloaded mio v1.2.0
12572026-08-25T21:56:07.509Z Downloaded salty v0.3.0
12582026-08-25T21:56:07.512Z Downloaded num-bigint v0.4.6
12592026-08-25T21:56:07.515Z Downloaded rsa v0.9.10
12602026-08-25T21:56:07.518Z Downloaded scuffle v0.1.0
12612026-08-25T21:56:07.521Z Downloaded idna v1.1.0
12622026-08-25T21:56:07.522Z Downloaded gimli v0.32.3
12632026-08-25T21:56:07.526Z Downloaded darling_core v0.21.3
12642026-08-25T21:56:07.531Z Downloaded jiff-core v0.1.0
12652026-08-25T21:56:07.534Z Downloaded winnow v0.5.40
12662026-08-25T21:56:07.537Z Downloaded winnow v1.0.3
12672026-08-25T21:56:07.541Z Downloaded rayon v1.11.0
12682026-08-25T21:56:07.546Z Downloaded russh v0.62.4
12692026-08-25T21:56:07.552Z Downloaded portable-atomic v1.13.1
12702026-08-25T21:56:07.556Z Downloaded serde_with v3.21.0
12712026-08-25T21:56:07.564Z Downloaded derive_more-impl v2.1.1
12722026-08-25T21:56:07.569Z Downloaded blake3 v1.8.5
12732026-08-25T21:56:07.573Z Downloaded rand v0.9.2
12742026-08-25T21:56:07.577Z Downloaded ssh-key v0.7.0-rc.11
12752026-08-25T21:56:07.580Z Downloaded proptest v1.11.0
12762026-08-25T21:56:07.584Z Downloaded time v0.3.47
12772026-08-25T21:56:07.594Z Downloaded unicode-normalization v0.1.25
12782026-08-25T21:56:07.597Z Downloaded quinn-proto v0.11.16
12792026-08-25T21:56:07.597Z Downloaded hyper-util v0.1.20
12802026-08-25T21:56:07.601Z Downloaded minimal-lexical v0.2.1
12812026-08-25T21:56:07.604Z Downloaded unicode-segmentation v1.12.0
12822026-08-25T21:56:07.607Z Downloaded iddqd v0.4.2
12832026-08-25T21:56:07.610Z Downloaded regex v1.12.3
12842026-08-25T21:56:07.614Z Downloaded crossterm v0.29.0
12852026-08-25T21:56:07.617Z Downloaded itertools v0.12.1
12862026-08-25T21:56:07.620Z Downloaded moka v0.12.13
12872026-08-25T21:56:07.624Z Downloaded p384 v0.13.1
12882026-08-25T21:56:07.629Z Downloaded regex-syntax v0.6.29
12892026-08-25T21:56:07.632Z Downloaded vcpkg v0.2.15
12902026-08-25T21:56:07.654Z Downloaded icu_properties_data v2.1.2
12912026-08-25T21:56:07.660Z Downloaded openssl v0.10.80
12922026-08-25T21:56:07.665Z Downloaded tabled v0.21.0
12932026-08-25T21:56:07.675Z Downloaded reqwest v0.12.28
12942026-08-25T21:56:07.699Z Downloaded zerocopy v0.8.55
12952026-08-25T21:56:07.710Z Downloaded hickory-proto v0.25.2
12962026-08-25T21:56:07.719Z Downloaded itertools v0.13.0
12972026-08-25T21:56:07.725Z Downloaded hickory-proto v0.24.4
12982026-08-25T21:56:07.733Z Downloaded itertools v0.14.0
12992026-08-25T21:56:07.741Z Downloaded radix_trie v0.2.1
13002026-08-25T21:56:07.741Z Downloaded openapiv3 v2.2.0
13012026-08-25T21:56:07.746Z Downloaded bstr v1.12.1
13022026-08-25T21:56:07.749Z Downloaded object v0.37.3
13032026-08-25T21:56:07.755Z Downloaded regress v0.10.5
13042026-08-25T21:56:07.762Z Downloaded crypto-bigint v0.7.5
13052026-08-25T21:56:07.771Z Downloaded curve25519-dalek v4.1.3
13062026-08-25T21:56:07.776Z Downloaded lalrpop v0.19.12
13072026-08-25T21:56:07.783Z Downloaded object v0.30.4
13082026-08-25T21:56:07.790Z Downloaded rustls v0.23.41
13092026-08-25T21:56:07.798Z Downloaded petname v2.0.2
13102026-08-25T21:56:07.811Z Downloaded regex-syntax v0.8.10
13112026-08-25T21:56:07.824Z Downloaded smoltcp v0.9.1
13122026-08-25T21:56:07.830Z Downloaded nix v0.28.0
13132026-08-25T21:56:07.850Z Downloaded nix v0.31.2
13142026-08-25T21:56:07.855Z Downloaded syn v3.0.3
13152026-08-25T21:56:07.861Z Downloaded sqlparser v0.61.0
13162026-08-25T21:56:07.867Z Downloaded polar-core v0.27.3
13172026-08-25T21:56:07.875Z Downloaded regress v0.11.1
13182026-08-25T21:56:07.892Z Downloaded nix v0.27.1
13192026-08-25T21:56:07.897Z Downloaded rustix v0.38.44
13202026-08-25T21:56:07.906Z Downloaded typify-impl v0.6.2
13212026-08-25T21:56:07.914Z Downloaded dropshot v0.17.1
13222026-08-25T21:56:07.926Z Downloaded curve25519-dalek v5.0.0
13232026-08-25T21:56:07.933Z Downloaded smoltcp v0.11.0
13242026-08-25T21:56:07.967Z Downloaded petgraph v0.6.5
13252026-08-25T21:56:07.978Z Downloaded sled v0.34.7
13262026-08-25T21:56:07.983Z Downloaded tracing v0.1.44
13272026-08-25T21:56:07.995Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13282026-08-25T21:56:08.005Z Downloaded sha3 v0.11.0
13292026-08-25T21:56:08.010Z Downloaded diesel v2.3.7
13302026-08-25T21:56:08.031Z Downloaded ratatui v0.29.0
13312026-08-25T21:56:08.044Z Downloaded csv v1.4.0
13322026-08-25T21:56:08.055Z Downloaded petgraph v0.8.3
13332026-08-25T21:56:08.068Z Downloaded bzip2-sys v0.1.13+1.0.8
13342026-08-25T21:56:08.075Z Downloaded regex-automata v0.4.14
13352026-08-25T21:56:08.083Z Downloaded zerocopy-derive v0.6.6
13362026-08-25T21:56:08.088Z Downloaded jiff v0.2.34
13372026-08-25T21:56:08.097Z Downloaded tokio v1.52.1
13382026-08-25T21:56:08.119Z Downloaded chrono-tz v0.10.4
13392026-08-25T21:56:08.136Z Downloaded encoding_rs v0.8.35
13402026-08-25T21:56:08.148Z Downloaded sha3 v0.10.8
13412026-08-25T21:56:08.153Z Downloaded libz-sys v1.1.24
13422026-08-25T21:56:08.172Z Downloaded ring v0.17.14
13432026-08-25T21:56:08.196Z Downloaded libgit2-sys v0.18.3+1.9.2
13442026-08-25T21:56:08.759Z Downloaded aws-lc-sys v0.40.0
13452026-08-25T21:56:09.013Z Compiling serde_core v1.0.228
13462026-08-25T21:56:09.013Z Compiling libc v0.2.185
13472026-08-25T21:56:09.013Z Compiling serde v1.0.228
13482026-08-25T21:56:09.017Z Compiling log v0.4.33
13492026-08-25T21:56:09.017Z Compiling smallvec v1.15.1
13502026-08-25T21:56:09.017Z Compiling find-msvc-tools v0.1.9
13512026-08-25T21:56:09.017Z Compiling shlex v1.3.0
13522026-08-25T21:56:09.158Z Compiling syn v2.0.117
13532026-08-25T21:56:09.344Z Compiling subtle v2.6.1
13542026-08-25T21:56:09.389Z Compiling scopeguard v1.2.0
13552026-08-25T21:56:09.412Z Compiling typenum v1.20.1
13562026-08-25T21:56:09.457Z Compiling stable_deref_trait v1.2.1
13572026-08-25T21:56:09.484Z Compiling lock_api v0.4.14
13582026-08-25T21:56:09.499Z Compiling zerocopy v0.8.55
13592026-08-25T21:56:09.526Z Compiling portable-atomic v1.13.1
13602026-08-25T21:56:09.539Z Compiling serde_json v1.0.151
13612026-08-25T21:56:09.702Z Compiling critical-section v1.2.0
13622026-08-25T21:56:09.741Z Compiling libm v0.2.16
13632026-08-25T21:56:09.807Z Compiling num-traits v0.2.19
13642026-08-25T21:56:09.920Z Compiling pkg-config v0.3.32
13652026-08-25T21:56:09.966Z Compiling errno v0.3.14
13662026-08-25T21:56:09.988Z Compiling jobserver v0.1.34
13672026-08-25T21:56:10.042Z Compiling getrandom v0.2.17
13682026-08-25T21:56:10.188Z Compiling cc v1.2.56
13692026-08-25T21:56:10.259Z Compiling rand_core v0.6.4
13702026-08-25T21:56:10.454Z Compiling generic-array v0.14.7
13712026-08-25T21:56:10.516Z Compiling once_cell v1.21.3
13722026-08-25T21:56:10.535Z Compiling pin-project-lite v0.2.17
13732026-08-25T21:56:10.586Z Compiling getrandom v0.4.3
13742026-08-25T21:56:10.631Z Compiling parking_lot_core v0.9.12
13752026-08-25T21:56:10.648Z Compiling const-oid v0.9.6
13762026-08-25T21:56:10.774Z Compiling rand_core v0.10.0
13772026-08-25T21:56:11.172Z Compiling bitflags v2.11.0
13782026-08-25T21:56:11.214Z Compiling signal-hook-registry v1.4.8
13792026-08-25T21:56:11.283Z Compiling litemap v0.8.1
13802026-08-25T21:56:11.368Z Compiling writeable v0.6.2
13812026-08-25T21:56:11.392Z Compiling futures-core v0.3.32
13822026-08-25T21:56:11.471Z Compiling percent-encoding v2.3.2
13832026-08-25T21:56:11.485Z Compiling semver v1.0.28
13842026-08-25T21:56:11.485Z Compiling parking_lot v0.12.5
13852026-08-25T21:56:11.544Z Compiling mio v1.2.0
13862026-08-25T21:56:11.559Z Compiling icu_normalizer_data v2.1.1
13872026-08-25T21:56:11.759Z Compiling icu_properties_data v2.1.2
13882026-08-25T21:56:11.796Z Compiling socket2 v0.6.3
13892026-08-25T21:56:11.911Z Compiling rustix v1.1.4
13902026-08-25T21:56:11.936Z Compiling getrandom v0.3.4
13912026-08-25T21:56:11.969Z Compiling futures-sink v0.3.32
13922026-08-25T21:56:11.984Z Compiling synstructure v0.13.2
13932026-08-25T21:56:12.127Z Compiling indexmap v2.14.0
13942026-08-25T21:56:12.213Z Compiling futures-channel v0.3.32
13952026-08-25T21:56:12.229Z Compiling futures-io v0.3.32
13962026-08-25T21:56:12.386Z Compiling slab v0.4.12
13972026-08-25T21:56:12.437Z Compiling futures-task v0.3.32
13982026-08-25T21:56:12.453Z Compiling utf8_iter v1.0.4
13992026-08-25T21:56:12.566Z Compiling form_urlencoded v1.2.2
14002026-08-25T21:56:12.595Z Compiling rustversion v1.0.22
14012026-08-25T21:56:12.608Z Compiling base64ct v1.8.3
14022026-08-25T21:56:12.611Z Compiling iana-time-zone v0.1.65
14032026-08-25T21:56:12.746Z Compiling cmake v0.1.57
14042026-08-25T21:56:12.802Z Compiling ident_case v1.0.1
14052026-08-25T21:56:12.819Z Compiling fs_extra v1.3.0
14062026-08-25T21:56:12.855Z Compiling pem-rfc7468 v0.7.0
14072026-08-25T21:56:12.898Z Compiling regex-syntax v0.8.10
14082026-08-25T21:56:12.929Z Compiling dunce v1.0.5
14092026-08-25T21:56:13.029Z Compiling flagset v0.4.7
14102026-08-25T21:56:13.087Z Compiling rand_core v0.9.5
14112026-08-25T21:56:13.142Z Compiling aws-lc-sys v0.40.0
14122026-08-25T21:56:13.164Z Compiling uuid v1.23.4
14132026-08-25T21:56:13.168Z Compiling base64 v0.22.1
14142026-08-25T21:56:13.366Z Compiling vcpkg v0.2.15
14152026-08-25T21:56:13.508Z Compiling syn v1.0.109
14162026-08-25T21:56:13.579Z Compiling serde_derive_internals v0.29.1
14172026-08-25T21:56:13.654Z Compiling rustc_version v0.4.1
14182026-08-25T21:56:13.736Z Compiling serde_derive v1.0.228
14192026-08-25T21:56:13.818Z Compiling zeroize_derive v1.5.0
14202026-08-25T21:56:13.867Z Compiling zerofrom-derive v0.1.6
14212026-08-25T21:56:13.984Z Compiling zerocopy-derive v0.8.55
14222026-08-25T21:56:14.106Z Compiling yoke-derive v0.8.1
14232026-08-25T21:56:14.476Z Compiling zerovec-derive v0.11.2
14242026-08-25T21:56:14.490Z Compiling displaydoc v0.2.5
14252026-08-25T21:56:15.250Z Compiling tokio-macros v2.7.0
14262026-08-25T21:56:15.265Z Compiling futures-macro v0.3.32
14272026-08-25T21:56:15.296Z Compiling thiserror-impl v2.0.18
14282026-08-25T21:56:15.296Z Compiling zerofrom v0.1.6
14292026-08-25T21:56:15.442Z Compiling yoke v0.8.1
14302026-08-25T21:56:15.611Z Compiling zerovec v0.11.5
14312026-08-25T21:56:15.632Z Compiling zerotrie v0.2.3
14322026-08-25T21:56:15.938Z Compiling der_derive v0.7.3
14332026-08-25T21:56:16.001Z Compiling openssl-sys v0.9.117
14342026-08-25T21:56:16.085Z Compiling tinystr v0.8.2
14352026-08-25T21:56:16.133Z Compiling potential_utf v0.1.4
14362026-08-25T21:56:16.292Z Compiling icu_locale_core v2.1.1
14372026-08-25T21:56:16.304Z Compiling icu_collections v2.1.1
14382026-08-25T21:56:16.519Z Compiling futures-util v0.3.32
14392026-08-25T21:56:16.677Z Compiling thiserror v2.0.18
14402026-08-25T21:56:16.814Z Compiling tracing-attributes v0.1.31
14412026-08-25T21:56:16.836Z Compiling tracing-core v0.1.36
14422026-08-25T21:56:16.937Z Compiling icu_provider v2.1.1
14432026-08-25T21:56:17.182Z Compiling icu_normalizer v2.1.1
14442026-08-25T21:56:17.233Z Compiling icu_properties v2.1.2
14452026-08-25T21:56:17.367Z Compiling zeroize v1.9.0
14462026-08-25T21:56:17.381Z Compiling bytes v1.11.1
14472026-08-25T21:56:17.719Z Compiling chrono v0.4.45
14482026-08-25T21:56:17.996Z Compiling tokio v1.52.1
14492026-08-25T21:56:18.121Z Compiling block-buffer v0.10.4
14502026-08-25T21:56:18.145Z Compiling crypto-common v0.1.7
14512026-08-25T21:56:18.295Z Compiling digest v0.10.7
14522026-08-25T21:56:18.304Z Compiling idna_adapter v1.2.1
14532026-08-25T21:56:18.322Z Compiling der v0.7.10
14542026-08-25T21:56:18.443Z Compiling ppv-lite86 v0.2.21
14552026-08-25T21:56:18.555Z Compiling idna v1.1.0
14562026-08-25T21:56:18.585Z Compiling http v1.4.2
14572026-08-25T21:56:18.767Z Compiling rand_chacha v0.9.0
14582026-08-25T21:56:18.867Z Compiling url v2.5.8
14592026-08-25T21:56:19.081Z Compiling cpufeatures v0.2.17
14602026-08-25T21:56:19.159Z Compiling spki v0.7.3
14612026-08-25T21:56:19.196Z Compiling dyn-clone v1.0.20
14622026-08-25T21:56:19.334Z Compiling simd-adler32 v0.3.8
14632026-08-25T21:56:19.366Z Compiling schemars v0.8.22
14642026-08-25T21:56:19.449Z Compiling aws-lc-rs v1.16.3
14652026-08-25T21:56:19.472Z Compiling pkcs8 v0.10.2
14662026-08-25T21:56:19.503Z Compiling http-body v1.0.1
14672026-08-25T21:56:19.569Z Compiling rand v0.9.2
14682026-08-25T21:56:19.583Z Compiling tracing v0.1.44
14692026-08-25T21:56:19.643Z Compiling rustls-pki-types v1.14.0
14702026-08-25T21:56:19.731Z Compiling schemars_derive v0.8.22
14712026-08-25T21:56:19.831Z Compiling spin v0.9.8
14722026-08-25T21:56:20.021Z Compiling httparse v1.10.1
14732026-08-25T21:56:20.036Z Compiling cmov v0.5.4
14742026-08-25T21:56:20.074Z Compiling tinyvec_macros v0.1.1
14752026-08-25T21:56:20.145Z Compiling adler2 v2.0.1
14762026-08-25T21:56:20.234Z Compiling crc32fast v1.5.0
14772026-08-25T21:56:20.275Z Compiling openssl-probe v0.2.1
14782026-08-25T21:56:20.303Z Compiling miniz_oxide v0.8.9
14792026-08-25T21:56:20.386Z Compiling ctutils v0.4.2
14802026-08-25T21:56:20.448Z Compiling tinyvec v1.10.0
14812026-08-25T21:56:20.533Z Compiling tempfile v3.27.0
14822026-08-25T21:56:20.618Z Compiling pest_generator v2.8.6
14832026-08-25T21:56:20.784Z Compiling sha2 v0.10.9
14842026-08-25T21:56:20.872Z Compiling terminal_size v0.4.3
14852026-08-25T21:56:20.893Z Compiling aho-corasick v1.1.4
14862026-08-25T21:56:21.003Z Compiling tower-service v0.3.3
14872026-08-25T21:56:21.100Z Compiling radium v0.7.0
14882026-08-25T21:56:21.292Z Compiling untrusted v0.7.1
14892026-08-25T21:56:21.347Z Compiling atomic-waker v1.1.2
14902026-08-25T21:56:21.415Z Compiling tower-layer v0.3.3
14912026-08-25T21:56:21.472Z Compiling try-lock v0.2.5
14922026-08-25T21:56:21.579Z Compiling want v0.3.1
14932026-08-25T21:56:21.652Z Compiling pest_derive v2.8.6
14942026-08-25T21:56:21.761Z Compiling tokio-util v0.7.18
14952026-08-25T21:56:22.086Z Compiling regex-automata v0.4.14
14962026-08-25T21:56:22.112Z Compiling hybrid-array v0.4.13
14972026-08-25T21:56:22.569Z Compiling h2 v0.4.15
14982026-08-25T21:56:22.698Z Compiling ipnet v2.12.0
14992026-08-25T21:56:22.799Z Compiling scroll_derive v0.13.1
15002026-08-25T21:56:22.884Z Compiling darling_core v0.20.11
15012026-08-25T21:56:23.185Z Compiling openssl v0.10.80
15022026-08-25T21:56:23.408Z Compiling foreign-types-shared v0.1.1
15032026-08-25T21:56:23.463Z Compiling rustls v0.23.41
15042026-08-25T21:56:23.496Z Compiling maybe-uninit v2.0.0
15052026-08-25T21:56:23.572Z Compiling tap v1.0.1
15062026-08-25T21:56:23.629Z Compiling untrusted v0.9.0
15072026-08-25T21:56:23.644Z Compiling httpdate v1.0.3
15082026-08-25T21:56:23.681Z Compiling wyz v0.5.1
15092026-08-25T21:56:23.746Z Compiling scroll v0.13.0
15102026-08-25T21:56:23.793Z Compiling foreign-types v0.3.2
15112026-08-25T21:56:23.862Z Compiling unicode-normalization v0.1.25
15122026-08-25T21:56:24.019Z Compiling rand_chacha v0.3.1
15132026-08-25T21:56:24.075Z Compiling signature v2.2.0
15142026-08-25T21:56:24.259Z Compiling hex v0.4.3
15152026-08-25T21:56:24.300Z Compiling openssl-macros v0.1.1
15162026-08-25T21:56:24.336Z Compiling thiserror-impl v1.0.69
15172026-08-25T21:56:24.521Z Compiling bzip2-sys v0.1.13+1.0.8
15182026-08-25T21:56:24.691Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15192026-08-25T21:56:24.785Z Compiling num-integer v0.1.46
15202026-08-25T21:56:24.800Z Compiling wait-timeout v0.2.1
15212026-08-25T21:56:25.058Z Compiling ahash v0.8.12
15222026-08-25T21:56:25.071Z Compiling num-bigint-dig v0.8.6
15232026-08-25T21:56:25.095Z Compiling quick-error v1.2.3
15242026-08-25T21:56:25.116Z Compiling darling_macro v0.20.11
15252026-08-25T21:56:25.202Z Compiling num-conv v0.2.0
15262026-08-25T21:56:25.247Z Compiling packed_struct v0.10.1
15272026-08-25T21:56:25.260Z Compiling powerfmt v0.2.0
15282026-08-25T21:56:25.332Z Compiling native-tls v0.2.18
15292026-08-25T21:56:25.460Z Compiling funty v2.0.0
15302026-08-25T21:56:25.484Z Compiling bit-vec v0.8.0
15312026-08-25T21:56:25.529Z Compiling time-core v0.1.8
15322026-08-25T21:56:25.548Z Compiling thiserror v1.0.69
15332026-08-25T21:56:25.589Z Compiling darling v0.20.11
15342026-08-25T21:56:25.658Z Compiling hyper v1.10.1
15352026-08-25T21:56:25.675Z Compiling bit-set v0.8.0
15362026-08-25T21:56:25.684Z Compiling time-macros v0.2.27
15372026-08-25T21:56:25.745Z Compiling deranged v0.5.8
15382026-08-25T21:56:25.829Z Compiling bitvec v1.0.1
15392026-08-25T21:56:26.086Z Compiling clap_builder v4.6.0
15402026-08-25T21:56:26.116Z Compiling rusty-fork v0.3.1
15412026-08-25T21:56:26.617Z Compiling num-iter v0.1.45
15422026-08-25T21:56:26.757Z Compiling hyper-util v0.1.20
15432026-08-25T21:56:27.254Z Compiling rand v0.8.6
15442026-08-25T21:56:27.268Z Compiling goblin v0.10.5
15452026-08-25T21:56:27.552Z Compiling packed_struct_codegen v0.10.1
15462026-08-25T21:56:28.061Z Compiling lazy_static v1.5.0
15472026-08-25T21:56:28.155Z Compiling hmac v0.12.1
15482026-08-25T21:56:28.314Z Compiling serde_spanned v0.6.9
15492026-08-25T21:56:28.459Z Compiling toml_datetime v0.6.11
15502026-08-25T21:56:28.493Z Compiling clap_derive v4.6.1
15512026-08-25T21:56:28.592Z Compiling bitfield-macros v0.19.4
15522026-08-25T21:56:28.715Z Compiling zerocopy-derive v0.6.6
15532026-08-25T21:56:29.057Z Compiling rand_xorshift v0.4.0
15542026-08-25T21:56:29.227Z Compiling sync_wrapper v1.0.2
15552026-08-25T21:56:29.282Z Compiling indexmap v1.9.3
15562026-08-25T21:56:29.332Z Compiling usdt-impl v0.6.0
15572026-08-25T21:56:29.471Z Compiling num_threads v0.1.7
15582026-08-25T21:56:29.529Z Compiling unarray v0.1.4
15592026-08-25T21:56:29.533Z Compiling object v0.37.3
15602026-08-25T21:56:29.566Z Compiling paste v1.0.15
15612026-08-25T21:56:29.651Z Compiling crossbeam-utils v0.8.21
15622026-08-25T21:56:29.668Z Compiling siphasher v1.0.2
15632026-08-25T21:56:29.785Z Compiling zlib-rs v0.6.2
15642026-08-25T21:56:29.825Z Compiling crc-catalog v2.4.0
15652026-08-25T21:56:29.900Z Compiling nodrop v0.1.14
15662026-08-25T21:56:29.918Z Compiling unicode-segmentation v1.12.0
15672026-08-25T21:56:29.949Z Compiling array-init v0.0.4
15682026-08-25T21:56:29.964Z Compiling dof v0.4.0
15692026-08-25T21:56:30.214Z Compiling clap v4.6.1
15702026-08-25T21:56:30.283Z Compiling crc v3.4.0
15712026-08-25T21:56:30.342Z Compiling proptest v1.11.0
15722026-08-25T21:56:30.356Z Compiling time v0.3.47
15732026-08-25T21:56:30.493Z Compiling zerocopy v0.6.6
15742026-08-25T21:56:30.834Z Compiling tower v0.5.3
15752026-08-25T21:56:31.099Z Compiling bitfield v0.19.4
15762026-08-25T21:56:31.596Z Compiling smallvec v0.6.14
15772026-08-25T21:56:31.938Z Compiling derive_builder_core v0.20.2
15782026-08-25T21:56:32.121Z Compiling dtrace-parser v0.3.0
15792026-08-25T21:56:32.687Z Compiling flate2 v1.1.9
15802026-08-25T21:56:32.783Z Compiling ipnetwork v0.21.1
15812026-08-25T21:56:32.848Z Compiling pkcs1 v0.7.5
15822026-08-25T21:56:32.905Z Compiling http-body-util v0.1.3
15832026-08-25T21:56:32.997Z Compiling heapless v0.7.17
15842026-08-25T21:56:33.082Z Compiling structmeta-derive v0.3.0
15852026-08-25T21:56:33.150Z Compiling scroll_derive v0.12.1
15862026-08-25T21:56:33.163Z Compiling slog v2.8.2
15872026-08-25T21:56:33.233Z Compiling darling_core v0.23.0
15882026-08-25T21:56:33.233Z Compiling thread-id v5.1.0
15892026-08-25T21:56:33.331Z Compiling cookie v0.18.1
15902026-08-25T21:56:33.345Z Compiling env_filter v2.0.0
15912026-08-25T21:56:33.509Z Compiling syn v3.0.3
15922026-08-25T21:56:33.637Z Compiling iri-string v0.7.10
15932026-08-25T21:56:33.801Z Compiling allocator-api2 v0.2.21
15942026-08-25T21:56:34.137Z Compiling winnow v0.5.40
15952026-08-25T21:56:34.141Z Compiling unicode-properties v0.1.4
15962026-08-25T21:56:34.356Z Compiling zstd-safe v7.2.4
15972026-08-25T21:56:34.550Z Compiling ryu v1.0.23
15982026-08-25T21:56:34.735Z Compiling base64 v0.21.7
15992026-08-25T21:56:35.044Z Compiling unicode-bidi v0.3.18
16002026-08-25T21:56:35.122Z Compiling anyhow v1.0.104
16012026-08-25T21:56:35.431Z Compiling hashbrown v0.12.3
16022026-08-25T21:56:35.551Z Compiling gimli v0.32.3
16032026-08-25T21:56:35.563Z Compiling signal-hook v0.3.18
16042026-08-25T21:56:35.705Z Compiling darling_macro v0.23.0
16052026-08-25T21:56:35.968Z Compiling toml_edit v0.19.15
16062026-08-25T21:56:36.198Z Compiling stringprep v0.1.5
16072026-08-25T21:56:36.309Z Compiling ron v0.8.1
16082026-08-25T21:56:36.689Z Compiling tower-http v0.6.8
16092026-08-25T21:56:36.852Z Compiling serde_urlencoded v0.7.1
16102026-08-25T21:56:36.939Z Compiling daft-derive v0.1.8
16112026-08-25T21:56:37.096Z Compiling structmeta v0.3.0
16122026-08-25T21:56:37.125Z Compiling scroll v0.12.0
16132026-08-25T21:56:37.290Z Compiling addr2line v0.25.1
16142026-08-25T21:56:37.368Z Compiling env_logger v0.11.11
16152026-08-25T21:56:37.553Z Compiling rsa v0.9.10
16162026-08-25T21:56:37.622Z Compiling oxnet v0.1.6
16172026-08-25T21:56:37.717Z Compiling derive_builder_macro v0.20.2
16182026-08-25T21:56:37.767Z Compiling newtype-uuid v1.3.2
16192026-08-25T21:56:37.986Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16202026-08-25T21:56:38.049Z Compiling hashbrown v0.13.2
16212026-08-25T21:56:38.091Z Compiling bzip2 v0.4.4
16222026-08-25T21:56:38.179Z Compiling serde-hex v0.1.0
16232026-08-25T21:56:38.295Z Compiling tokio-native-tls v0.3.1
16242026-08-25T21:56:38.470Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16252026-08-25T21:56:38.652Z Compiling camino v1.2.5
16262026-08-25T21:56:39.108Z Compiling bstr v1.12.1
16272026-08-25T21:56:39.522Z Compiling crypto-common v0.2.2
16282026-08-25T21:56:39.739Z Compiling block-padding v0.4.2
16292026-08-25T21:56:39.915Z Compiling block-buffer v0.12.1
16302026-08-25T21:56:39.915Z Compiling rustls-native-certs v0.8.3
16312026-08-25T21:56:40.116Z Compiling x509-cert v0.2.5
16322026-08-25T21:56:40.217Z Compiling md-5 v0.10.6
16332026-08-25T21:56:40.393Z Compiling serde_tokenstream v0.2.3
16342026-08-25T21:56:40.565Z Compiling erased-serde v0.3.31
16352026-08-25T21:56:40.713Z Compiling curve25519-dalek v4.1.3
16362026-08-25T21:56:41.047Z Compiling pin-project-internal v1.1.11
16372026-08-25T21:56:41.050Z Compiling zerocopy-derive v0.7.35
16382026-08-25T21:56:41.196Z Compiling async-trait v0.1.89
16392026-08-25T21:56:41.253Z Compiling vergen-lib v9.1.0
16402026-08-25T21:56:41.284Z Compiling hash32 v0.2.1
16412026-08-25T21:56:41.431Z Compiling memoffset v0.9.1
16422026-08-25T21:56:41.469Z Compiling encoding_rs v0.8.35
16432026-08-25T21:56:41.658Z Compiling mime v0.3.17
16442026-08-25T21:56:41.752Z Compiling psl-types v2.0.11
16452026-08-25T21:56:41.883Z Compiling ref-cast v1.0.25
16462026-08-25T21:56:41.916Z Compiling owo-colors v4.3.0
16472026-08-25T21:56:41.931Z Compiling litrs v1.0.0
16482026-08-25T21:56:42.170Z Compiling cfg_aliases v0.2.1
16492026-08-25T21:56:42.191Z Compiling crc-any v2.5.0
16502026-08-25T21:56:42.223Z Compiling rustc-demangle v0.1.27
16512026-08-25T21:56:42.227Z Compiling smoltcp v0.9.1
16522026-08-25T21:56:42.251Z Compiling fallible-iterator v0.2.0
16532026-08-25T21:56:42.416Z Compiling rustix v0.38.44
16542026-08-25T21:56:42.436Z Compiling document-features v0.2.12
16552026-08-25T21:56:42.555Z Compiling postgres-protocol v0.6.10
16562026-08-25T21:56:42.583Z Compiling backtrace v0.3.76
16572026-08-25T21:56:42.599Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16582026-08-25T21:56:42.612Z Compiling nix v0.31.2
16592026-08-25T21:56:42.934Z Compiling pin-project v1.1.11
16602026-08-25T21:56:42.964Z Compiling zerocopy v0.7.35
16612026-08-25T21:56:42.977Z Compiling publicsuffix v2.3.0
16622026-08-25T21:56:43.140Z Compiling inout v0.2.2
16632026-08-25T21:56:43.181Z Compiling daft v0.1.8
16642026-08-25T21:56:43.314Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16652026-08-25T21:56:43.451Z Compiling object v0.30.4
16662026-08-25T21:56:43.488Z Compiling hyper-tls v0.6.0
16672026-08-25T21:56:43.502Z Compiling zip v0.6.6
16682026-08-25T21:56:43.506Z Compiling derive_builder v0.20.2
16692026-08-25T21:56:43.708Z Compiling goblin v0.8.2
16702026-08-25T21:56:43.731Z Compiling toml v0.7.8
16712026-08-25T21:56:43.801Z Compiling derive-ex v0.1.8
16722026-08-25T21:56:44.061Z Compiling darling v0.23.0
16732026-08-25T21:56:44.312Z Compiling convert_case v0.10.0
16742026-08-25T21:56:44.453Z Compiling phf_shared v0.13.1
16752026-08-25T21:56:44.492Z Compiling regex v1.12.3
16762026-08-25T21:56:44.607Z Compiling hubpack_derive v0.1.1
16772026-08-25T21:56:44.692Z Compiling futures-executor v0.3.32
16782026-08-25T21:56:44.909Z Compiling ref-cast-impl v1.0.25
16792026-08-25T21:56:44.946Z Compiling curve25519-dalek-derive v0.1.1
16802026-08-25T21:56:45.054Z Compiling snafu-derive v0.8.9
16812026-08-25T21:56:45.443Z Compiling strum_macros v0.27.2
16822026-08-25T21:56:45.446Z Compiling vergen v9.1.0
16832026-08-25T21:56:45.572Z Compiling cargo-platform v0.3.2
16842026-08-25T21:56:45.632Z Compiling ff v0.13.1
16852026-08-25T21:56:45.771Z Compiling fs-err v3.3.0
16862026-08-25T21:56:45.839Z Compiling foldhash v0.1.5
16872026-08-25T21:56:45.959Z Compiling same-file v1.0.6
16882026-08-25T21:56:46.016Z Compiling is_ci v1.2.0
16892026-08-25T21:56:46.123Z Compiling base16ct v0.2.0
16902026-08-25T21:56:46.154Z Compiling managed v0.8.0
16912026-08-25T21:56:46.275Z Compiling path-slash v0.1.5
16922026-08-25T21:56:46.300Z Compiling either v1.15.0
16932026-08-25T21:56:46.369Z Compiling bumpalo v3.20.2
16942026-08-25T21:56:46.404Z Compiling libbz2-rs-sys v0.2.2
16952026-08-25T21:56:46.508Z Compiling bitflags v1.3.2
16962026-08-25T21:56:46.612Z Compiling foldhash v0.2.0
16972026-08-25T21:56:46.677Z Compiling jiff-core v0.1.0
16982026-08-25T21:56:46.851Z Compiling hashbrown v0.16.1
16992026-08-25T21:56:46.926Z Compiling snafu v0.8.9
17002026-08-25T21:56:47.140Z Compiling bzip2 v0.6.1
17012026-08-25T21:56:47.281Z Compiling zopfli v0.8.3
17022026-08-25T21:56:47.344Z Compiling textwrap v0.16.2
17032026-08-25T21:56:47.449Z Compiling jiff v0.2.34
17042026-08-25T21:56:47.470Z Compiling strum v0.27.2
17052026-08-25T21:56:47.602Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17062026-08-25T21:56:47.755Z Compiling sec1 v0.7.3
17072026-08-25T21:56:47.799Z Compiling supports-color v3.0.2
17082026-08-25T21:56:47.929Z Compiling walkdir v2.5.0
17092026-08-25T21:56:47.953Z Compiling hashbrown v0.15.5
17102026-08-25T21:56:48.033Z Compiling dof v0.3.0
17112026-08-25T21:56:48.065Z Compiling cargo_metadata v0.23.1
17122026-08-25T21:56:48.240Z Compiling group v0.13.0
17132026-08-25T21:56:48.502Z Compiling test-strategy v0.4.5
17142026-08-25T21:56:48.849Z Compiling hubpack v0.1.2
17152026-08-25T21:56:49.006Z Compiling futures v0.3.32
17162026-08-25T21:56:49.062Z Compiling phf v0.13.1
17172026-08-25T21:56:49.099Z Compiling derive_more-impl v2.1.1
17182026-08-25T21:56:49.412Z Compiling signal-hook-mio v0.2.5
17192026-08-25T21:56:49.530Z Compiling serde_with_macros v3.21.0
17202026-08-25T21:56:49.586Z Compiling cookie_store v0.22.1
17212026-08-25T21:56:49.957Z Compiling zstd v0.13.3
17222026-08-25T21:56:50.221Z Compiling reqwest v0.12.28
17232026-08-25T21:56:50.226Z Compiling cipher v0.5.2
17242026-08-25T21:56:50.335Z Compiling backtrace-ext v0.2.1
17252026-08-25T21:56:50.529Z Compiling postgres-types v0.2.12
17262026-08-25T21:56:50.962Z Compiling usdt-attr-macro v0.6.0
17272026-08-25T21:56:51.077Z Compiling usdt-macro v0.6.0
17282026-08-25T21:56:51.239Z Compiling globset v0.4.18
17292026-08-25T21:56:51.400Z Compiling phf_shared v0.11.3
17302026-08-25T21:56:51.598Z Compiling hkdf v0.12.4
17312026-08-25T21:56:51.650Z Compiling dtrace-parser v0.2.0
17322026-08-25T21:56:51.760Z Compiling byte-wrapper v0.1.0
17332026-08-25T21:56:51.778Z Compiling olpc-cjson v0.1.4
17342026-08-25T21:56:51.811Z Compiling ed25519 v2.2.3
17352026-08-25T21:56:51.851Z Compiling crypto-bigint v0.5.5
17362026-08-25T21:56:51.936Z Compiling serde_plain v1.0.2
17372026-08-25T21:56:51.961Z Compiling serde-big-array v0.5.1
17382026-08-25T21:56:52.086Z Compiling enum-as-inner v0.6.1
17392026-08-25T21:56:52.107Z Compiling strum_macros v0.26.4
17402026-08-25T21:56:52.135Z Compiling serde_repr v0.1.20
17412026-08-25T21:56:52.390Z Compiling miette-derive v7.6.0
17422026-08-25T21:56:52.604Z Compiling async-recursion v1.1.1
17432026-08-25T21:56:52.695Z Compiling pem v3.0.6
17442026-08-25T21:56:52.727Z Compiling float-cmp v0.10.0
17452026-08-25T21:56:52.880Z Compiling memmap2 v0.9.10
17462026-08-25T21:56:53.011Z Compiling thread-id v4.2.2
17472026-08-25T21:56:53.109Z Compiling fixedbitset v0.5.7
17482026-08-25T21:56:53.109Z Compiling new_debug_unreachable v1.0.6
17492026-08-25T21:56:53.185Z Compiling whoami v2.1.0
17502026-08-25T21:56:53.247Z Compiling supports-hyperlinks v3.2.0
17512026-08-25T21:56:53.404Z Compiling cpufeatures v0.3.0
17522026-08-25T21:56:53.405Z Compiling data-encoding v2.10.0
17532026-08-25T21:56:53.487Z Compiling typed-path v0.9.3
17542026-08-25T21:56:53.561Z Compiling winnow v1.0.3
17552026-08-25T21:56:53.561Z Compiling keccak v0.1.6
17562026-08-25T21:56:53.836Z Compiling supports-unicode v3.0.0
17572026-08-25T21:56:53.984Z Compiling predicates-core v1.0.10
17582026-08-25T21:56:53.994Z Compiling static_assertions v1.1.0
17592026-08-25T21:56:54.010Z Compiling normalize-line-endings v0.3.0
17602026-08-25T21:56:54.068Z Compiling difflib v0.4.0
17612026-08-25T21:56:54.115Z Compiling const-oid v0.10.2
17622026-08-25T21:56:54.129Z Compiling precomputed-hash v0.1.1
17632026-08-25T21:56:54.153Z Compiling fixedbitset v0.4.2
17642026-08-25T21:56:54.202Z Compiling string_cache v0.8.9
17652026-08-25T21:56:54.310Z Compiling petgraph v0.6.5
17662026-08-25T21:56:54.310Z Compiling predicates v3.1.4
17672026-08-25T21:56:54.370Z Compiling digest v0.11.3
17682026-08-25T21:56:54.423Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17692026-08-25T21:56:54.596Z Compiling toml_parser v1.1.2+spec-1.1.0
17702026-08-25T21:56:54.615Z Compiling miette v7.6.0
17712026-08-25T21:56:54.635Z Compiling toml_edit v0.22.27
17722026-08-25T21:56:54.701Z Compiling strum v0.26.3
17732026-08-25T21:56:54.832Z Compiling hickory-proto v0.25.2
17742026-08-25T21:56:54.948Z Compiling sha3 v0.10.8
17752026-08-25T21:56:55.221Z Compiling chacha20 v0.10.0
17762026-08-25T21:56:55.417Z Compiling tokio-postgres v0.7.16
17772026-08-25T21:56:55.608Z Compiling petgraph v0.8.3
17782026-08-25T21:56:55.747Z Compiling usdt-impl v0.5.0
17792026-08-25T21:56:55.782Z Compiling usdt v0.6.0
17802026-08-25T21:56:56.027Z Compiling elliptic-curve v0.13.8
17812026-08-25T21:56:56.352Z Compiling ed25519-dalek v2.2.0
17822026-08-25T21:56:56.475Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17832026-08-25T21:56:56.915Z Compiling crossterm v0.28.1
17842026-08-25T21:56:57.268Z Compiling serde_with v3.21.0
17852026-08-25T21:56:57.581Z Compiling derive_more v2.1.1
17862026-08-25T21:56:57.665Z Compiling zip v4.6.1
17872026-08-25T21:56:58.021Z Compiling iddqd v0.4.2
17882026-08-25T21:56:58.204Z Compiling itertools v0.13.0
17892026-08-25T21:56:58.483Z Compiling itertools v0.15.0
17902026-08-25T21:56:58.607Z Compiling similar v2.7.0
17912026-08-25T21:56:59.059Z Compiling crossbeam-epoch v0.9.18
17922026-08-25T21:56:59.090Z Compiling heck v0.4.1
17932026-08-25T21:56:59.274Z Compiling tokio-stream v0.1.18
17942026-08-25T21:56:59.293Z Compiling buf-list v1.1.2
17952026-08-25T21:56:59.375Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17962026-08-25T21:56:59.431Z Compiling openapiv3 v2.2.0
17972026-08-25T21:56:59.442Z Compiling peg-runtime v0.8.5
17982026-08-25T21:56:59.502Z Compiling lalrpop-util v0.19.12
17992026-08-25T21:56:59.564Z Compiling thread_local v1.1.9
18002026-08-25T21:56:59.666Z Compiling slog-async v2.8.0
18012026-08-25T21:56:59.696Z Compiling crossbeam-channel v0.5.15
18022026-08-25T21:56:59.712Z Compiling filetime v0.2.27
18032026-08-25T21:56:59.726Z Compiling is-terminal v0.4.17
18042026-08-25T21:56:59.811Z Compiling xattr v1.6.1
18052026-08-25T21:56:59.820Z Compiling take_mut v0.2.2
18062026-08-25T21:56:59.829Z Compiling term v1.2.1
18072026-08-25T21:56:59.887Z Compiling camino-tempfile v1.4.1
18082026-08-25T21:56:59.933Z Compiling tar v0.4.46
18092026-08-25T21:57:00.113Z Compiling slog-term v2.9.2
18102026-08-25T21:57:06.241Z Compiling rustls-webpki v0.103.13
18112026-08-25T21:57:08.925Z Compiling tokio-rustls v0.26.4
18122026-08-25T21:57:08.925Z Compiling rustls-platform-verifier v0.6.2
18132026-08-25T21:57:08.928Z Compiling tough v0.22.0
18142026-08-25T21:57:09.140Z Compiling hyper-rustls v0.27.7
18152026-08-25T21:57:09.335Z Compiling reqwest v0.13.2
18162026-08-25T21:57:11.553Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18172026-08-25T21:57:11.766Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18182026-08-25T21:57:14.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s
18192026-08-25T21:57:14.833Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18202026-08-25T21:57:14.890ZAug 25 21:57:13.695 INFO Starting download, target: Cockroach
18212026-08-25T21:57:14.890ZAug 25 21:57:13.695 INFO Starting download, target: Console
18222026-08-25T21:57:14.890ZAug 25 21:57:13.695 INFO Starting download, target: Clickhouse
18232026-08-25T21:57:14.891ZAug 25 21:57:13.695 INFO Starting download, target: DendriteStub
18242026-08-25T21:57:14.891ZAug 25 21:57:13.695 INFO Starting download, target: MaghemiteMgd
18252026-08-25T21:57:14.894ZAug 25 21:57:13.695 INFO Starting download, target: MaghemiteDdmd
18262026-08-25T21:57:14.894ZAug 25 21:57:13.695 INFO Starting download, target: TransceiverControl
18272026-08-25T21:57:14.894ZAug 25 21:57:13.695 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18282026-08-25T21:57:14.894ZAug 25 21:57:13.695 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18292026-08-25T21:57:14.894ZAug 25 21:57:13.695 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18302026-08-25T21:57:14.894ZAug 25 21:57:13.695 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18312026-08-25T21:57:14.894ZAug 25 21:57:13.695 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18322026-08-25T21:57:14.894ZAug 25 21:57:13.695 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18332026-08-25T21:57:14.895ZAug 25 21:57:13.695 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18342026-08-25T21:57:15.377ZAug 25 21:57:14.151 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18352026-08-25T21:57:15.582ZAug 25 21:57:14.375 INFO Download complete, target: TransceiverControl
18362026-08-25T21:57:16.640ZAug 25 21:57:15.429 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18372026-08-25T21:57:16.649ZAug 25 21:57:15.448 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18382026-08-25T21:57:16.781ZAug 25 21:57:15.583 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18392026-08-25T21:57:16.803ZAug 25 21:57:15.607 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18402026-08-25T21:57:16.886ZAug 25 21:57:15.691 INFO Download complete, target: Console
18412026-08-25T21:57:17.473ZAug 25 21:57:16.277 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18422026-08-25T21:57:17.490ZAug 25 21:57:16.296 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18432026-08-25T21:57:17.491ZAug 25 21:57:16.296 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18442026-08-25T21:57:18.570ZAug 25 21:57:17.375 INFO Download complete, target: MaghemiteDdmd
18452026-08-25T21:57:19.232ZAug 25 21:57:18.037 INFO Download complete, target: DendriteStub
18462026-08-25T21:57:19.917ZAug 25 21:57:18.722 INFO Download complete, target: MaghemiteMgd
18472026-08-25T21:57:22.206ZAug 25 21:57:21.011 INFO Checking that binary works, target: Cockroach
18482026-08-25T21:57:22.382ZAug 25 21:57:21.187 INFO Download complete, target: Cockroach
18492026-08-25T21:57:23.513ZAug 25 21:57:22.316 INFO Checking that binary works, target: Clickhouse
18502026-08-25T21:57:23.648ZAug 25 21:57:22.445 INFO Download complete, target: Clickhouse
18512026-08-25T21:57:23.697ZAll builder prerequisites installed successfully, and PATH looks valid
18522026-08-25T21:57:23.708Z
18532026-08-25T21:57:23.708Zreal 2:11.315023199
18542026-08-25T21:57:23.708Zuser 7:21.182916524
18552026-08-25T21:57:23.708Zsys 1:26.691243889
18562026-08-25T21:57:23.708Ztrap 0.249845818
18572026-08-25T21:57:23.708Ztflt 1.232616216
18582026-08-25T21:57:23.708Zdflt 2.426332240
18592026-08-25T21:57:23.708Zkflt 0.036547858
18602026-08-25T21:57:23.708Zlock 27:30.080271555
18612026-08-25T21:57:23.708Zslp 22:22.366161601
18622026-08-25T21:57:23.708Zlat 46.519437431
18632026-08-25T21:57:23.708Zstop 2:43.249338400
18642026-08-25T21:57:23.708Z+ banner hack-check
18652026-08-25T21:57:23.708Z
18662026-08-25T21:57:23.708Z # # ## #### # # #### # # ###### #### # #
18672026-08-25T21:57:23.708Z # # # # # # # # # # # # # # # # #
18682026-08-25T21:57:23.708Z ###### # # # #### ##### # ###### ##### # ####
18692026-08-25T21:57:23.708Z # # ###### # # # # # # # # # #
18702026-08-25T21:57:23.708Z # # # # # # # # # # # # # # # # #
18712026-08-25T21:57:23.708Z # # # # #### # # #### # # ###### #### # #
18722026-08-25T21:57:23.709Z
18732026-08-25T21:57:23.709Z+ export CARGO_INCREMENTAL=0
18742026-08-25T21:57:23.709Z+ CARGO_INCREMENTAL=0
18752026-08-25T21:57:23.709Z+ ptime -m timeout 2h cargo xtask check-features --ci
18762026-08-25T21:57:24.163Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18772026-08-25T21:57:24.448Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18782026-08-25T21:57:26.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.54s
18792026-08-25T21:57:26.307Z Running `target/debug/xtask check-features --ci`
18802026-08-25T21:57:26.332Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18812026-08-25T21:57:26.332Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18822026-08-25T21:57:26.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18832026-08-25T21:57:26.780Z Running `target/debug/xtask download cargo-hack`
18842026-08-25T21:57:27.562Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18852026-08-25T21:57:27.883Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18862026-08-25T21:57:30.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.63s
18872026-08-25T21:57:30.606Z Running `target/debug/xtask-downloader cargo-hack`
18882026-08-25T21:57:30.646ZAug 25 21:57:29.450 INFO Starting download, target: CargoHack
18892026-08-25T21:57:30.649ZAug 25 21:57:29.451 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18902026-08-25T21:57:31.005ZAug 25 21:57:29.810 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18912026-08-25T21:57:31.055ZAug 25 21:57:29.860 INFO Download complete, target: CargoHack
18922026-08-25T21:57:31.059Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18932026-08-25T21:57:31.071Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18942026-08-25T21:57:31.231Zinfo: running `cargo check --bins` on api_identity (1/377)
18952026-08-25T21:57:31.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18962026-08-25T21:57:31.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18972026-08-25T21:57:31.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18982026-08-25T21:57:31.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18992026-08-25T21:57:31.781Z
19002026-08-25T21:57:31.781Zinfo: running `cargo check --bins` on bootstore (2/377)
19012026-08-25T21:57:32.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19022026-08-25T21:57:32.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19032026-08-25T21:57:32.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19042026-08-25T21:57:32.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19052026-08-25T21:57:32.334Z
19062026-08-25T21:57:32.334Zinfo: running `cargo check --bins` on omicron-ledger (3/377)
19072026-08-25T21:57:32.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19082026-08-25T21:57:32.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19092026-08-25T21:57:32.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19102026-08-25T21:57:32.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19112026-08-25T21:57:32.889Z
19122026-08-25T21:57:32.889Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/377)
19132026-08-25T21:57:33.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19142026-08-25T21:57:33.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19152026-08-25T21:57:33.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19162026-08-25T21:57:33.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19172026-08-25T21:57:33.444Z
19182026-08-25T21:57:33.444Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/377)
19192026-08-25T21:57:33.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19202026-08-25T21:57:33.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19212026-08-25T21:57:33.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19222026-08-25T21:57:33.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19232026-08-25T21:57:34.001Z
19242026-08-25T21:57:34.001Zinfo: running `cargo check --bins` on omicron-certificates (6/377)
19252026-08-25T21:57:34.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19262026-08-25T21:57:34.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19272026-08-25T21:57:34.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19282026-08-25T21:57:34.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19292026-08-25T21:57:34.571Z
19302026-08-25T21:57:34.571Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/377)
19312026-08-25T21:57:35.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19322026-08-25T21:57:35.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19332026-08-25T21:57:35.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19342026-08-25T21:57:35.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19352026-08-25T21:57:35.143Z
19362026-08-25T21:57:35.143Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/377)
19372026-08-25T21:57:35.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19382026-08-25T21:57:35.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19392026-08-25T21:57:35.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19402026-08-25T21:57:35.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19412026-08-25T21:57:35.703Z
19422026-08-25T21:57:35.703Zinfo: running `cargo check --bins --no-default-features` on omicron-generation-kinds (9/377)
19432026-08-25T21:57:36.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19442026-08-25T21:57:36.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19452026-08-25T21:57:36.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19462026-08-25T21:57:36.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19472026-08-25T21:57:36.114Z
19482026-08-25T21:57:36.114Zinfo: running `cargo check --bins --no-default-features --features serde,slog2,std,testing` on omicron-generation-kinds (10/377)
19492026-08-25T21:57:36.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19502026-08-25T21:57:36.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19512026-08-25T21:57:36.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19522026-08-25T21:57:36.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19532026-08-25T21:57:36.528Z
19542026-08-25T21:57:36.528Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-generation-kinds (11/377)
19552026-08-25T21:57:36.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19562026-08-25T21:57:36.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19572026-08-25T21:57:36.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19582026-08-25T21:57:36.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19592026-08-25T21:57:36.941Z
19602026-08-25T21:57:36.941Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-generation-kinds (12/377)
19612026-08-25T21:57:37.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19622026-08-25T21:57:37.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19632026-08-25T21:57:37.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19642026-08-25T21:57:37.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19652026-08-25T21:57:37.358Z
19662026-08-25T21:57:37.358Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-generation-kinds (13/377)
19672026-08-25T21:57:37.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19682026-08-25T21:57:37.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19692026-08-25T21:57:37.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19702026-08-25T21:57:37.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19712026-08-25T21:57:37.773Z
19722026-08-25T21:57:37.773Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-generation-kinds (14/377)
19732026-08-25T21:57:38.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19742026-08-25T21:57:38.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19752026-08-25T21:57:38.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19762026-08-25T21:57:38.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19772026-08-25T21:57:38.185Z
19782026-08-25T21:57:38.185Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-generation-kinds (15/377)
19792026-08-25T21:57:38.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19802026-08-25T21:57:38.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19812026-08-25T21:57:38.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19822026-08-25T21:57:38.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19832026-08-25T21:57:38.600Z
19842026-08-25T21:57:38.600Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-generation-kinds (16/377)
19852026-08-25T21:57:38.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19862026-08-25T21:57:38.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19872026-08-25T21:57:38.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19882026-08-25T21:57:38.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19892026-08-25T21:57:39.013Z
19902026-08-25T21:57:39.013Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-generation-kinds (17/377)
19912026-08-25T21:57:39.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19922026-08-25T21:57:39.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19932026-08-25T21:57:39.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19942026-08-25T21:57:39.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19952026-08-25T21:57:39.427Z
19962026-08-25T21:57:39.427Zinfo: running `cargo check --bins --no-default-features --features slog2` on omicron-generation-kinds (18/377)
19972026-08-25T21:57:39.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19982026-08-25T21:57:39.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19992026-08-25T21:57:39.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20002026-08-25T21:57:39.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20012026-08-25T21:57:39.840Z
20022026-08-25T21:57:39.840Zinfo: running `cargo check --bins --no-default-features --features default,slog2` on omicron-generation-kinds (19/377)
20032026-08-25T21:57:40.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20042026-08-25T21:57:40.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20052026-08-25T21:57:40.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20062026-08-25T21:57:40.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20072026-08-25T21:57:40.254Z
20082026-08-25T21:57:40.254Zinfo: running `cargo check --bins --no-default-features --features schemars08,slog2` on omicron-generation-kinds (20/377)
20092026-08-25T21:57:40.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20102026-08-25T21:57:40.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20112026-08-25T21:57:40.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20122026-08-25T21:57:40.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20132026-08-25T21:57:40.668Z
20142026-08-25T21:57:40.668Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,slog2` on omicron-generation-kinds (21/377)
20152026-08-25T21:57:41.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20162026-08-25T21:57:41.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20172026-08-25T21:57:41.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20182026-08-25T21:57:41.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20192026-08-25T21:57:41.081Z
20202026-08-25T21:57:41.082Zinfo: running `cargo check --bins --no-default-features --features serde,slog2` on omicron-generation-kinds (22/377)
20212026-08-25T21:57:41.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20222026-08-25T21:57:41.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20232026-08-25T21:57:41.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20242026-08-25T21:57:41.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20252026-08-25T21:57:41.497Z
20262026-08-25T21:57:41.497Zinfo: running `cargo check --bins --no-default-features --features default,serde,slog2` on omicron-generation-kinds (23/377)
20272026-08-25T21:57:41.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20282026-08-25T21:57:41.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20292026-08-25T21:57:41.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20302026-08-25T21:57:41.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20312026-08-25T21:57:41.911Z
20322026-08-25T21:57:41.911Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,slog2` on omicron-generation-kinds (24/377)
20332026-08-25T21:57:42.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20342026-08-25T21:57:42.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20352026-08-25T21:57:42.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20362026-08-25T21:57:42.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20372026-08-25T21:57:42.326Z
20382026-08-25T21:57:42.326Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2` on omicron-generation-kinds (25/377)
20392026-08-25T21:57:42.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20402026-08-25T21:57:42.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20412026-08-25T21:57:42.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20422026-08-25T21:57:42.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20432026-08-25T21:57:42.740Z
20442026-08-25T21:57:42.740Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-generation-kinds (26/377)
20452026-08-25T21:57:43.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20462026-08-25T21:57:43.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20472026-08-25T21:57:43.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20482026-08-25T21:57:43.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20492026-08-25T21:57:43.154Z
20502026-08-25T21:57:43.155Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-generation-kinds (27/377)
20512026-08-25T21:57:43.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20522026-08-25T21:57:43.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20532026-08-25T21:57:43.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20542026-08-25T21:57:43.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20552026-08-25T21:57:43.570Z
20562026-08-25T21:57:43.570Zinfo: running `cargo check --bins --no-default-features --features slog2,std` on omicron-generation-kinds (28/377)
20572026-08-25T21:57:43.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20582026-08-25T21:57:43.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20592026-08-25T21:57:43.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20602026-08-25T21:57:43.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20612026-08-25T21:57:43.983Z
20622026-08-25T21:57:43.983Zinfo: running `cargo check --bins --no-default-features --features serde,slog2,std` on omicron-generation-kinds (29/377)
20632026-08-25T21:57:44.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20642026-08-25T21:57:44.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20652026-08-25T21:57:44.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20662026-08-25T21:57:44.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20672026-08-25T21:57:44.398Z
20682026-08-25T21:57:44.398Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-generation-kinds (30/377)
20692026-08-25T21:57:44.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20702026-08-25T21:57:44.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20712026-08-25T21:57:44.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20722026-08-25T21:57:44.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20732026-08-25T21:57:44.817Z
20742026-08-25T21:57:44.817Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-generation-kinds (31/377)
20752026-08-25T21:57:45.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20762026-08-25T21:57:45.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20772026-08-25T21:57:45.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20782026-08-25T21:57:45.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20792026-08-25T21:57:45.234Z
20802026-08-25T21:57:45.234Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-generation-kinds (32/377)
20812026-08-25T21:57:45.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20822026-08-25T21:57:45.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20832026-08-25T21:57:45.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20842026-08-25T21:57:45.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20852026-08-25T21:57:45.652Z
20862026-08-25T21:57:45.652Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-generation-kinds (33/377)
20872026-08-25T21:57:46.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20882026-08-25T21:57:46.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20892026-08-25T21:57:46.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20902026-08-25T21:57:46.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20912026-08-25T21:57:46.066Z
20922026-08-25T21:57:46.066Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-generation-kinds (34/377)
20932026-08-25T21:57:46.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20942026-08-25T21:57:46.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20952026-08-25T21:57:46.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20962026-08-25T21:57:46.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20972026-08-25T21:57:46.484Z
20982026-08-25T21:57:46.484Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-generation-kinds (35/377)
20992026-08-25T21:57:46.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21002026-08-25T21:57:46.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21012026-08-25T21:57:46.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21022026-08-25T21:57:46.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21032026-08-25T21:57:46.898Z
21042026-08-25T21:57:46.898Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-generation-kinds (36/377)
21052026-08-25T21:57:47.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21062026-08-25T21:57:47.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21072026-08-25T21:57:47.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21082026-08-25T21:57:47.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21092026-08-25T21:57:47.316Z
21102026-08-25T21:57:47.316Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-generation-kinds (37/377)
21112026-08-25T21:57:47.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21122026-08-25T21:57:47.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21132026-08-25T21:57:47.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21142026-08-25T21:57:47.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21152026-08-25T21:57:47.734Z
21162026-08-25T21:57:47.734Zinfo: running `cargo check --bins --no-default-features --features slog2,testing` on omicron-generation-kinds (38/377)
21172026-08-25T21:57:48.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21182026-08-25T21:57:48.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21192026-08-25T21:57:48.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21202026-08-25T21:57:48.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21212026-08-25T21:57:48.151Z
21222026-08-25T21:57:48.151Zinfo: running `cargo check --bins --no-default-features --features default,slog2,testing` on omicron-generation-kinds (39/377)
21232026-08-25T21:57:48.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21242026-08-25T21:57:48.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21252026-08-25T21:57:48.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21262026-08-25T21:57:48.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21272026-08-25T21:57:48.568Z
21282026-08-25T21:57:48.568Zinfo: running `cargo check --bins --no-default-features --features schemars08,slog2,testing` on omicron-generation-kinds (40/377)
21292026-08-25T21:57:48.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21302026-08-25T21:57:48.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21312026-08-25T21:57:48.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21322026-08-25T21:57:48.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21332026-08-25T21:57:48.984Z
21342026-08-25T21:57:48.984Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,slog2,testing` on omicron-generation-kinds (41/377)
21352026-08-25T21:57:49.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21362026-08-25T21:57:49.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21372026-08-25T21:57:49.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21382026-08-25T21:57:49.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21392026-08-25T21:57:49.402Z
21402026-08-25T21:57:49.402Zinfo: running `cargo check --bins --no-default-features --features serde,slog2,testing` on omicron-generation-kinds (42/377)
21412026-08-25T21:57:49.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21422026-08-25T21:57:49.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21432026-08-25T21:57:49.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21442026-08-25T21:57:49.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21452026-08-25T21:57:49.816Z
21462026-08-25T21:57:49.816Zinfo: running `cargo check --bins --no-default-features --features default,serde,slog2,testing` on omicron-generation-kinds (43/377)
21472026-08-25T21:57:50.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21482026-08-25T21:57:50.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21492026-08-25T21:57:50.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21502026-08-25T21:57:50.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21512026-08-25T21:57:50.235Z
21522026-08-25T21:57:50.235Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,slog2,testing` on omicron-generation-kinds (44/377)
21532026-08-25T21:57:50.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21542026-08-25T21:57:50.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21552026-08-25T21:57:50.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21562026-08-25T21:57:50.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21572026-08-25T21:57:50.652Z
21582026-08-25T21:57:50.652Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2,testing` on omicron-generation-kinds (45/377)
21592026-08-25T21:57:51.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21602026-08-25T21:57:51.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21612026-08-25T21:57:51.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21622026-08-25T21:57:51.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21632026-08-25T21:57:51.069Z
21642026-08-25T21:57:51.069Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-generation-kinds (46/377)
21652026-08-25T21:57:51.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21662026-08-25T21:57:51.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21672026-08-25T21:57:51.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21682026-08-25T21:57:51.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21692026-08-25T21:57:51.493Z
21702026-08-25T21:57:51.493Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-generation-kinds (47/377)
21712026-08-25T21:57:51.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21722026-08-25T21:57:51.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21732026-08-25T21:57:51.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21742026-08-25T21:57:51.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21752026-08-25T21:57:51.910Z
21762026-08-25T21:57:51.910Zinfo: running `cargo check --bins --no-default-features --features slog2,std,testing` on omicron-generation-kinds (48/377)
21772026-08-25T21:57:52.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21782026-08-25T21:57:52.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21792026-08-25T21:57:52.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21802026-08-25T21:57:52.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21812026-08-25T21:57:52.333Z
21822026-08-25T21:57:52.333Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (49/377)
21832026-08-25T21:57:52.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21842026-08-25T21:57:52.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21852026-08-25T21:57:52.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21862026-08-25T21:57:52.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21872026-08-25T21:57:52.751Z
21882026-08-25T21:57:52.751Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (50/377)
21892026-08-25T21:57:53.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21902026-08-25T21:57:53.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21912026-08-25T21:57:53.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21922026-08-25T21:57:53.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21932026-08-25T21:57:53.170Z
21942026-08-25T21:57:53.170Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (51/377)
21952026-08-25T21:57:53.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21962026-08-25T21:57:53.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21972026-08-25T21:57:53.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21982026-08-25T21:57:53.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21992026-08-25T21:57:53.588Z
22002026-08-25T21:57:53.588Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (52/377)
22012026-08-25T21:57:53.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22022026-08-25T21:57:53.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22032026-08-25T21:57:53.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22042026-08-25T21:57:53.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22052026-08-25T21:57:54.004Z
22062026-08-25T21:57:54.004Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (53/377)
22072026-08-25T21:57:54.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22082026-08-25T21:57:54.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22092026-08-25T21:57:54.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22102026-08-25T21:57:54.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22112026-08-25T21:57:54.423Z
22122026-08-25T21:57:54.423Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (54/377)
22132026-08-25T21:57:54.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22142026-08-25T21:57:54.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22152026-08-25T21:57:54.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22162026-08-25T21:57:54.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22172026-08-25T21:57:54.839Z
22182026-08-25T21:57:54.839Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (55/377)
22192026-08-25T21:57:55.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22202026-08-25T21:57:55.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22212026-08-25T21:57:55.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22222026-08-25T21:57:55.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22232026-08-25T21:57:55.257Z
22242026-08-25T21:57:55.257Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (56/377)
22252026-08-25T21:57:55.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22262026-08-25T21:57:55.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22272026-08-25T21:57:55.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22282026-08-25T21:57:55.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22292026-08-25T21:57:55.676Z
22302026-08-25T21:57:55.676Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (57/377)
22312026-08-25T21:57:56.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22322026-08-25T21:57:56.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22332026-08-25T21:57:56.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22342026-08-25T21:57:56.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22352026-08-25T21:57:56.089Z
22362026-08-25T21:57:56.089Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (58/377)
22372026-08-25T21:57:56.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22382026-08-25T21:57:56.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22392026-08-25T21:57:56.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22402026-08-25T21:57:56.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22412026-08-25T21:57:56.506Z
22422026-08-25T21:57:56.506Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (59/377)
22432026-08-25T21:57:56.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22442026-08-25T21:57:56.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22452026-08-25T21:57:56.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22462026-08-25T21:57:56.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22472026-08-25T21:57:56.922Z
22482026-08-25T21:57:56.922Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (60/377)
22492026-08-25T21:57:57.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22502026-08-25T21:57:57.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22512026-08-25T21:57:57.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22522026-08-25T21:57:57.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
22532026-08-25T21:57:57.345Z
22542026-08-25T21:57:57.345Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (61/377)
22552026-08-25T21:57:57.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22562026-08-25T21:57:57.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22572026-08-25T21:57:57.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22582026-08-25T21:57:57.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22592026-08-25T21:57:57.764Z
22602026-08-25T21:57:57.764Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (62/377)
22612026-08-25T21:57:58.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22622026-08-25T21:57:58.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22632026-08-25T21:57:58.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22642026-08-25T21:57:58.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22652026-08-25T21:57:58.182Z
22662026-08-25T21:57:58.182Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (63/377)
22672026-08-25T21:57:58.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22682026-08-25T21:57:58.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22692026-08-25T21:57:58.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22702026-08-25T21:57:58.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
22712026-08-25T21:57:58.606Z
22722026-08-25T21:57:58.606Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (64/377)
22732026-08-25T21:57:58.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22742026-08-25T21:57:58.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22752026-08-25T21:57:58.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22762026-08-25T21:57:58.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22772026-08-25T21:57:59.027Z
22782026-08-25T21:57:59.027Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (65/377)
22792026-08-25T21:57:59.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22802026-08-25T21:57:59.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22812026-08-25T21:57:59.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22822026-08-25T21:57:59.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22832026-08-25T21:57:59.448Z
22842026-08-25T21:57:59.448Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (66/377)
22852026-08-25T21:57:59.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22862026-08-25T21:57:59.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22872026-08-25T21:57:59.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22882026-08-25T21:57:59.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22892026-08-25T21:57:59.865Z
22902026-08-25T21:57:59.865Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (67/377)
22912026-08-25T21:58:00.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22922026-08-25T21:58:00.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22932026-08-25T21:58:00.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22942026-08-25T21:58:00.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22952026-08-25T21:58:00.282Z
22962026-08-25T21:58:00.282Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (68/377)
22972026-08-25T21:58:00.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22982026-08-25T21:58:00.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22992026-08-25T21:58:00.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23002026-08-25T21:58:00.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
23012026-08-25T21:58:00.709Z
23022026-08-25T21:58:00.709Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (69/377)
23032026-08-25T21:58:01.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23042026-08-25T21:58:01.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23052026-08-25T21:58:01.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23062026-08-25T21:58:01.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23072026-08-25T21:58:01.127Z
23082026-08-25T21:58:01.128Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (70/377)
23092026-08-25T21:58:01.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23102026-08-25T21:58:01.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23112026-08-25T21:58:01.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23122026-08-25T21:58:01.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23132026-08-25T21:58:01.541Z
23142026-08-25T21:58:01.542Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (71/377)
23152026-08-25T21:58:01.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23162026-08-25T21:58:01.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23172026-08-25T21:58:01.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23182026-08-25T21:58:01.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23192026-08-25T21:58:01.962Z
23202026-08-25T21:58:01.962Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (72/377)
23212026-08-25T21:58:02.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23222026-08-25T21:58:02.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23232026-08-25T21:58:02.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23242026-08-25T21:58:02.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23252026-08-25T21:58:02.378Z
23262026-08-25T21:58:02.378Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (73/377)
23272026-08-25T21:58:02.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23282026-08-25T21:58:02.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23292026-08-25T21:58:02.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23302026-08-25T21:58:02.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23312026-08-25T21:58:02.794Z
23322026-08-25T21:58:02.794Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (74/377)
23332026-08-25T21:58:03.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23342026-08-25T21:58:03.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23352026-08-25T21:58:03.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23362026-08-25T21:58:03.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23372026-08-25T21:58:03.211Z
23382026-08-25T21:58:03.211Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (75/377)
23392026-08-25T21:58:03.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23402026-08-25T21:58:03.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23412026-08-25T21:58:03.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23422026-08-25T21:58:03.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23432026-08-25T21:58:03.629Z
23442026-08-25T21:58:03.629Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (76/377)
23452026-08-25T21:58:03.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23462026-08-25T21:58:03.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23472026-08-25T21:58:03.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23482026-08-25T21:58:04.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23492026-08-25T21:58:04.048Z
23502026-08-25T21:58:04.048Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (77/377)
23512026-08-25T21:58:04.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23522026-08-25T21:58:04.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23532026-08-25T21:58:04.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23542026-08-25T21:58:04.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23552026-08-25T21:58:04.470Z
23562026-08-25T21:58:04.470Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (78/377)
23572026-08-25T21:58:04.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23582026-08-25T21:58:04.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23592026-08-25T21:58:04.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23602026-08-25T21:58:04.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23612026-08-25T21:58:04.891Z
23622026-08-25T21:58:04.891Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (79/377)
23632026-08-25T21:58:05.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23642026-08-25T21:58:05.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23652026-08-25T21:58:05.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23662026-08-25T21:58:05.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23672026-08-25T21:58:05.314Z
23682026-08-25T21:58:05.314Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (80/377)
23692026-08-25T21:58:05.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23702026-08-25T21:58:05.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23712026-08-25T21:58:05.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23722026-08-25T21:58:05.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23732026-08-25T21:58:05.732Z
23742026-08-25T21:58:05.732Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (81/377)
23752026-08-25T21:58:06.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23762026-08-25T21:58:06.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23772026-08-25T21:58:06.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23782026-08-25T21:58:06.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23792026-08-25T21:58:06.149Z
23802026-08-25T21:58:06.150Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (82/377)
23812026-08-25T21:58:06.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23822026-08-25T21:58:06.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23832026-08-25T21:58:06.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23842026-08-25T21:58:06.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23852026-08-25T21:58:06.571Z
23862026-08-25T21:58:06.571Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (83/377)
23872026-08-25T21:58:06.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23882026-08-25T21:58:06.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23892026-08-25T21:58:06.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23902026-08-25T21:58:06.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23912026-08-25T21:58:06.989Z
23922026-08-25T21:58:06.989Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (84/377)
23932026-08-25T21:58:07.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23942026-08-25T21:58:07.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23952026-08-25T21:58:07.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23962026-08-25T21:58:07.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23972026-08-25T21:58:07.408Z
23982026-08-25T21:58:07.408Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (85/377)
23992026-08-25T21:58:07.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24002026-08-25T21:58:07.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24012026-08-25T21:58:07.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24022026-08-25T21:58:07.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
24032026-08-25T21:58:07.831Z
24042026-08-25T21:58:07.831Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (86/377)
24052026-08-25T21:58:08.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24062026-08-25T21:58:08.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24072026-08-25T21:58:08.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24082026-08-25T21:58:08.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
24092026-08-25T21:58:08.250Z
24102026-08-25T21:58:08.250Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (87/377)
24112026-08-25T21:58:08.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24122026-08-25T21:58:08.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24132026-08-25T21:58:08.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24142026-08-25T21:58:08.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
24152026-08-25T21:58:08.674Z
24162026-08-25T21:58:08.674Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (88/377)
24172026-08-25T21:58:09.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24182026-08-25T21:58:09.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24192026-08-25T21:58:09.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24202026-08-25T21:58:09.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
24212026-08-25T21:58:09.091Z
24222026-08-25T21:58:09.091Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (89/377)
24232026-08-25T21:58:09.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24242026-08-25T21:58:09.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24252026-08-25T21:58:09.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24262026-08-25T21:58:09.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24272026-08-25T21:58:09.699Z
24282026-08-25T21:58:09.699Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (90/377)
24292026-08-25T21:58:10.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24302026-08-25T21:58:10.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24312026-08-25T21:58:10.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24322026-08-25T21:58:10.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24332026-08-25T21:58:10.309Z
24342026-08-25T21:58:10.309Zinfo: running `cargo check --bins` on nexus-config (91/377)
24352026-08-25T21:58:10.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24362026-08-25T21:58:10.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24372026-08-25T21:58:10.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24382026-08-25T21:58:10.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
24392026-08-25T21:58:10.908Z
24402026-08-25T21:58:10.909Zinfo: running `cargo check --bins` on nexus-types (92/377)
24412026-08-25T21:58:11.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24422026-08-25T21:58:11.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24432026-08-25T21:58:11.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24442026-08-25T21:58:11.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24452026-08-25T21:58:11.514Z
24462026-08-25T21:58:11.514Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (93/377)
24472026-08-25T21:58:12.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24482026-08-25T21:58:12.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24492026-08-25T21:58:12.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24502026-08-25T21:58:12.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
24512026-08-25T21:58:12.091Z
24522026-08-25T21:58:12.091Zinfo: running `cargo check --bins` on omicron-passwords (94/377)
24532026-08-25T21:58:12.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24542026-08-25T21:58:12.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24552026-08-25T21:58:12.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24562026-08-25T21:58:12.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
24572026-08-25T21:58:12.639Z
24582026-08-25T21:58:12.639Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (95/377)
24592026-08-25T21:58:13.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24602026-08-25T21:58:13.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24612026-08-25T21:58:13.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24622026-08-25T21:58:13.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
24632026-08-25T21:58:13.213Z
24642026-08-25T21:58:13.213Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (96/377)
24652026-08-25T21:58:13.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24662026-08-25T21:58:13.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24672026-08-25T21:58:13.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24682026-08-25T21:58:13.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
24692026-08-25T21:58:13.785Z
24702026-08-25T21:58:13.785Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (97/377)
24712026-08-25T21:58:14.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24722026-08-25T21:58:14.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24732026-08-25T21:58:14.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24742026-08-25T21:58:14.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
24752026-08-25T21:58:14.367Z
24762026-08-25T21:58:14.367Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (98/377)
24772026-08-25T21:58:14.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24782026-08-25T21:58:14.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24792026-08-25T21:58:14.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24802026-08-25T21:58:14.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
24812026-08-25T21:58:14.944Z
24822026-08-25T21:58:14.944Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (99/377)
24832026-08-25T21:58:15.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24842026-08-25T21:58:15.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24852026-08-25T21:58:15.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24862026-08-25T21:58:15.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
24872026-08-25T21:58:15.503Z
24882026-08-25T21:58:15.503Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (100/377)
24892026-08-25T21:58:15.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24902026-08-25T21:58:15.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24912026-08-25T21:58:15.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24922026-08-25T21:58:15.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
24932026-08-25T21:58:16.060Z
24942026-08-25T21:58:16.060Zinfo: running `cargo check --bins --no-default-features` on gfss (101/377)
24952026-08-25T21:58:16.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24962026-08-25T21:58:16.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24972026-08-25T21:58:16.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24982026-08-25T21:58:16.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
24992026-08-25T21:58:16.609Z
25002026-08-25T21:58:16.609Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (102/377)
25012026-08-25T21:58:17.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25022026-08-25T21:58:17.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25032026-08-25T21:58:17.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25042026-08-25T21:58:17.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25052026-08-25T21:58:17.165Z
25062026-08-25T21:58:17.165Zinfo: running `cargo check --bins` on trust-quorum-types (103/377)
25072026-08-25T21:58:17.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25082026-08-25T21:58:17.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25092026-08-25T21:58:17.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25102026-08-25T21:58:17.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25112026-08-25T21:58:17.722Z
25122026-08-25T21:58:17.722Zinfo: running `cargo check --bins` on wicketd-commission-types (104/377)
25132026-08-25T21:58:18.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25142026-08-25T21:58:18.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25152026-08-25T21:58:18.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25162026-08-25T21:58:18.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25172026-08-25T21:58:18.298Z
25182026-08-25T21:58:18.298Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (105/377)
25192026-08-25T21:58:18.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25202026-08-25T21:58:18.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25212026-08-25T21:58:18.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25222026-08-25T21:58:18.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25232026-08-25T21:58:18.866Z
25242026-08-25T21:58:18.866Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (106/377)
25252026-08-25T21:58:19.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25262026-08-25T21:58:19.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25272026-08-25T21:58:19.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25282026-08-25T21:58:19.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25292026-08-25T21:58:19.430Z
25302026-08-25T21:58:19.430Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (107/377)
25312026-08-25T21:58:19.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25322026-08-25T21:58:19.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25332026-08-25T21:58:19.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25342026-08-25T21:58:19.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25352026-08-25T21:58:19.980Z
25362026-08-25T21:58:19.980Zinfo: running `cargo check --bins` on clickhouse-admin-types (108/377)
25372026-08-25T21:58:20.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25382026-08-25T21:58:20.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25392026-08-25T21:58:20.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25402026-08-25T21:58:20.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25412026-08-25T21:58:20.547Z
25422026-08-25T21:58:20.547Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (109/377)
25432026-08-25T21:58:21.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25442026-08-25T21:58:21.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25452026-08-25T21:58:21.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25462026-08-25T21:58:21.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25472026-08-25T21:58:21.110Z
25482026-08-25T21:58:21.110Zinfo: running `cargo check --bins` on cockroach-admin-types (110/377)
25492026-08-25T21:58:21.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25502026-08-25T21:58:21.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25512026-08-25T21:58:21.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25522026-08-25T21:58:21.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25532026-08-25T21:58:21.669Z
25542026-08-25T21:58:21.670Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (111/377)
25552026-08-25T21:58:22.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25562026-08-25T21:58:22.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25572026-08-25T21:58:22.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25582026-08-25T21:58:22.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25592026-08-25T21:58:22.226Z
25602026-08-25T21:58:22.226Zinfo: running `cargo check --bins` on ereport-types (112/377)
25612026-08-25T21:58:22.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25622026-08-25T21:58:22.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25632026-08-25T21:58:22.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25642026-08-25T21:58:22.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25652026-08-25T21:58:22.792Z
25662026-08-25T21:58:22.793Zinfo: running `cargo check --bins` on gateway-client (113/377)
25672026-08-25T21:58:23.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25682026-08-25T21:58:23.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25692026-08-25T21:58:23.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25702026-08-25T21:58:23.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25712026-08-25T21:58:23.347Z
25722026-08-25T21:58:23.347Zinfo: running `cargo check --bins --no-default-features` on gateway-types (114/377)
25732026-08-25T21:58:23.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25742026-08-25T21:58:23.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25752026-08-25T21:58:23.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25762026-08-25T21:58:23.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25772026-08-25T21:58:23.911Z
25782026-08-25T21:58:23.911Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (115/377)
25792026-08-25T21:58:24.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25802026-08-25T21:58:24.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25812026-08-25T21:58:24.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25822026-08-25T21:58:24.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25832026-08-25T21:58:24.470Z
25842026-08-25T21:58:24.470Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (116/377)
25852026-08-25T21:58:24.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25862026-08-25T21:58:24.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25872026-08-25T21:58:24.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25882026-08-25T21:58:24.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
25892026-08-25T21:58:25.058Z
25902026-08-25T21:58:25.059Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (117/377)
25912026-08-25T21:58:25.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25922026-08-25T21:58:25.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25932026-08-25T21:58:25.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25942026-08-25T21:58:25.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
25952026-08-25T21:58:25.640Z
25962026-08-25T21:58:25.640Zinfo: running `cargo check --bins` on key-manager-types (118/377)
25972026-08-25T21:58:26.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25982026-08-25T21:58:26.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25992026-08-25T21:58:26.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26002026-08-25T21:58:26.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
26012026-08-25T21:58:26.194Z
26022026-08-25T21:58:26.194Zinfo: running `cargo check --bins` on oxlog (119/377)
26032026-08-25T21:58:26.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26042026-08-25T21:58:26.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26052026-08-25T21:58:26.790Z Checking cfg-if v1.0.4
26062026-08-25T21:58:26.793Z Checking serde_core v1.0.228
26072026-08-25T21:58:26.894Z Checking libc v0.2.185
26082026-08-25T21:58:26.906Z Checking memchr v2.8.0
26092026-08-25T21:58:26.915Z Checking smallvec v1.15.1
26102026-08-25T21:58:26.918Z Checking log v0.4.33
26112026-08-25T21:58:26.936Z Checking subtle v2.6.1
26122026-08-25T21:58:26.946Z Checking itoa v1.0.17
26132026-08-25T21:58:26.949Z Checking scopeguard v1.2.0
26142026-08-25T21:58:27.053Z Checking lock_api v0.4.14
26152026-08-25T21:58:27.078Z Checking stable_deref_trait v1.2.1
26162026-08-25T21:58:27.078Z Checking typenum v1.20.1
26172026-08-25T21:58:27.101Z Checking zerofrom v0.1.6
26182026-08-25T21:58:27.114Z Checking portable-atomic v1.13.1
26192026-08-25T21:58:27.150Z Checking zerocopy v0.8.55
26202026-08-25T21:58:27.213Z Checking yoke v0.8.1
26212026-08-25T21:58:27.251Z Checking critical-section v1.2.0
26222026-08-25T21:58:27.266Z Checking const-oid v0.9.6
26232026-08-25T21:58:27.284Z Checking errno v0.3.14
26242026-08-25T21:58:27.346Z Checking getrandom v0.2.17
26252026-08-25T21:58:27.375Z Checking zerovec v0.11.5
26262026-08-25T21:58:27.423Z Checking pin-project-lite v0.2.17
26272026-08-25T21:58:27.490Z Checking rand_core v0.6.4
26282026-08-25T21:58:27.517Z Checking once_cell v1.21.3
26292026-08-25T21:58:27.529Z Checking libm v0.2.16
26302026-08-25T21:58:27.662Z Checking zmij v1.0.21
26312026-08-25T21:58:27.687Z Checking signal-hook-registry v1.4.8
26322026-08-25T21:58:27.807Z Checking tinystr v0.8.2
26332026-08-25T21:58:27.828Z Checking parking_lot_core v0.9.12
26342026-08-25T21:58:27.850Z Checking writeable v0.6.2
26352026-08-25T21:58:27.874Z Checking futures-core v0.3.32
26362026-08-25T21:58:27.978Z Checking rand_core v0.10.0
26372026-08-25T21:58:27.981Z Checking litemap v0.8.1
26382026-08-25T21:58:28.001Z Checking percent-encoding v2.3.2
26392026-08-25T21:58:28.013Z Checking parking_lot v0.12.5
26402026-08-25T21:58:28.013Z Checking potential_utf v0.1.4
26412026-08-25T21:58:28.117Z Checking getrandom v0.4.3
26422026-08-25T21:58:28.134Z Checking zerotrie v0.2.3
26432026-08-25T21:58:28.145Z Checking mio v1.2.0
26442026-08-25T21:58:28.156Z Checking icu_locale_core v2.1.1
26452026-08-25T21:58:28.195Z Checking equivalent v1.0.2
26462026-08-25T21:58:28.231Z Checking num-traits v0.2.19
26472026-08-25T21:58:28.261Z Checking icu_collections v2.1.1
26482026-08-25T21:58:28.277Z Checking socket2 v0.6.3
26492026-08-25T21:58:28.372Z Checking icu_properties_data v2.1.2
26502026-08-25T21:58:28.385Z Checking serde v1.0.228
26512026-08-25T21:58:28.420Z Checking bitflags v2.11.0
26522026-08-25T21:58:28.498Z Checking serde_json v1.0.151
26532026-08-25T21:58:28.513Z Checking icu_normalizer_data v2.1.1
26542026-08-25T21:58:28.561Z Checking byteorder v1.5.0
26552026-08-25T21:58:28.582Z Checking futures-sink v0.3.32
26562026-08-25T21:58:28.586Z Checking hashbrown v0.17.0
26572026-08-25T21:58:28.681Z Checking futures-channel v0.3.32
26582026-08-25T21:58:28.700Z Checking icu_provider v2.1.1
26592026-08-25T21:58:28.753Z Checking getrandom v0.3.4
26602026-08-25T21:58:28.766Z Checking slab v0.4.12
26612026-08-25T21:58:28.781Z Checking zeroize v1.9.0
26622026-08-25T21:58:28.870Z Checking bytes v1.11.1
26632026-08-25T21:58:28.893Z Checking utf8_iter v1.0.4
26642026-08-25T21:58:28.918Z Checking futures-io v0.3.32
26652026-08-25T21:58:28.929Z Checking icu_properties v2.1.2
26662026-08-25T21:58:28.947Z Checking generic-array v0.14.7
26672026-08-25T21:58:29.012Z Checking icu_normalizer v2.1.1
26682026-08-25T21:58:29.028Z Checking futures-task v0.3.32
26692026-08-25T21:58:29.055Z Checking indexmap v2.14.0
26702026-08-25T21:58:29.163Z Checking futures-util v0.3.32
26712026-08-25T21:58:29.163Z Checking rustix v1.1.4
26722026-08-25T21:58:29.306Z Checking tokio v1.52.1
26732026-08-25T21:58:29.318Z Checking form_urlencoded v1.2.2
26742026-08-25T21:58:29.399Z Checking block-buffer v0.10.4
26752026-08-25T21:58:29.440Z Checking crypto-common v0.1.7
26762026-08-25T21:58:29.547Z Checking fnv v1.0.7
26772026-08-25T21:58:29.565Z Checking digest v0.10.7
26782026-08-25T21:58:29.606Z Checking base64ct v1.8.3
26792026-08-25T21:58:29.641Z Checking iana-time-zone v0.1.65
26802026-08-25T21:58:29.738Z Checking idna_adapter v1.2.1
26812026-08-25T21:58:29.750Z Checking flagset v0.4.7
26822026-08-25T21:58:29.762Z Checking chrono v0.4.45
26832026-08-25T21:58:29.839Z Checking pem-rfc7468 v0.7.0
26842026-08-25T21:58:29.854Z Checking idna v1.1.0
26852026-08-25T21:58:29.867Z Checking rand_core v0.9.5
26862026-08-25T21:58:29.899Z Checking ppv-lite86 v0.2.21
26872026-08-25T21:58:29.975Z Checking uuid v1.23.4
26882026-08-25T21:58:29.994Z Checking der v0.7.10
26892026-08-25T21:58:30.036Z Checking base64 v0.22.1
26902026-08-25T21:58:30.087Z Checking url v2.5.8
26912026-08-25T21:58:30.187Z Checking regex-syntax v0.8.10
26922026-08-25T21:58:30.268Z Checking http v1.4.2
26932026-08-25T21:58:30.287Z Checking rand_chacha v0.9.0
26942026-08-25T21:58:30.491Z Checking tracing-core v0.1.36
26952026-08-25T21:58:30.520Z Checking cpufeatures v0.2.17
26962026-08-25T21:58:30.589Z Checking dyn-clone v1.0.20
26972026-08-25T21:58:30.603Z Checking simd-adler32 v0.3.8
26982026-08-25T21:58:30.693Z Checking rand v0.9.2
26992026-08-25T21:58:30.709Z Checking spki v0.7.3
27002026-08-25T21:58:30.771Z Checking rustls-pki-types v1.14.0
27012026-08-25T21:58:30.792Z Checking tracing v0.1.44
27022026-08-25T21:58:30.816Z Checking http-body v1.0.1
27032026-08-25T21:58:30.873Z Checking pkcs8 v0.10.2
27042026-08-25T21:58:30.950Z Checking semver v1.0.28
27052026-08-25T21:58:30.993Z Checking spin v0.9.8
27062026-08-25T21:58:31.034Z Checking cmov v0.5.4
27072026-08-25T21:58:31.051Z Checking openssl-probe v0.2.1
27082026-08-25T21:58:31.065Z Checking tinyvec_macros v0.1.1
27092026-08-25T21:58:31.128Z Checking adler2 v2.0.1
27102026-08-25T21:58:31.153Z Checking anstyle v1.0.14
27112026-08-25T21:58:31.165Z Checking utf8parse v0.2.2
27122026-08-25T21:58:31.177Z Checking schemars v0.8.22
27132026-08-25T21:58:31.177Z Checking tinyvec v1.10.0
27142026-08-25T21:58:31.217Z Checking ctutils v0.4.2
27152026-08-25T21:58:31.230Z Checking miniz_oxide v0.8.9
27162026-08-25T21:58:31.259Z Checking anstyle-parse v1.0.0
27172026-08-25T21:58:31.332Z Checking sha2 v0.10.9
27182026-08-25T21:58:31.411Z Checking terminal_size v0.4.3
27192026-08-25T21:58:31.428Z Checking aws-lc-sys v0.40.0
27202026-08-25T21:58:31.469Z Checking thiserror v2.0.18
27212026-08-25T21:58:31.486Z Checking untrusted v0.7.1
27222026-08-25T21:58:31.519Z Checking try-lock v0.2.5
27232026-08-25T21:58:31.566Z Checking fastrand v2.3.0
27242026-08-25T21:58:31.579Z Checking atomic-waker v1.1.2
27252026-08-25T21:58:31.596Z Checking tower-service v0.3.3
27262026-08-25T21:58:31.609Z Checking is_terminal_polyfill v1.70.2
27272026-08-25T21:58:31.620Z Checking tower-layer v0.3.3
27282026-08-25T21:58:31.670Z Checking anstyle-query v1.1.5
27292026-08-25T21:58:31.683Z Checking colorchoice v1.0.4
27302026-08-25T21:58:31.695Z Checking want v0.3.1
27312026-08-25T21:58:31.739Z Checking tempfile v3.27.0
27322026-08-25T21:58:31.758Z Checking hybrid-array v0.4.13
27332026-08-25T21:58:31.773Z Checking ipnet v2.12.0
27342026-08-25T21:58:31.784Z Checking anstream v1.0.0
27352026-08-25T21:58:31.809Z Checking crc32fast v1.5.0
27362026-08-25T21:58:31.821Z Checking httparse v1.10.1
27372026-08-25T21:58:31.924Z Checking aws-lc-rs v1.16.3
27382026-08-25T21:58:31.937Z Checking aho-corasick v1.1.4
27392026-08-25T21:58:31.951Z Checking untrusted v0.9.0
27402026-08-25T21:58:31.973Z Checking plain v0.2.3
27412026-08-25T21:58:32.021Z Checking foreign-types-shared v0.1.1
27422026-08-25T21:58:32.035Z Checking httpdate v1.0.3
27432026-08-25T21:58:32.051Z Checking tap v1.0.1
27442026-08-25T21:58:32.074Z Checking unicode-normalization v0.1.25
27452026-08-25T21:58:32.102Z Checking foreign-types v0.3.2
27462026-08-25T21:58:32.151Z Checking wyz v0.5.1
27472026-08-25T21:58:32.169Z Checking rand_chacha v0.3.1
27482026-08-25T21:58:32.181Z Checking signature v2.2.0
27492026-08-25T21:58:32.313Z Checking radium v0.7.0
27502026-08-25T21:58:32.327Z Checking hex v0.4.3
27512026-08-25T21:58:32.371Z Checking num-integer v0.1.46
27522026-08-25T21:58:32.468Z Checking openssl-sys v0.9.117
27532026-08-25T21:58:32.481Z Checking wait-timeout v0.2.1
27542026-08-25T21:58:32.504Z Checking unicode-ident v1.0.24
27552026-08-25T21:58:32.519Z Checking tokio-util v0.7.18
27562026-08-25T21:58:32.548Z Checking ucd-trie v0.1.7
27572026-08-25T21:58:32.592Z Checking regex-automata v0.4.14
27582026-08-25T21:58:32.593Z Checking strsim v0.11.1
27592026-08-25T21:58:32.596Z Checking quick-error v1.2.3
27602026-08-25T21:58:32.629Z Checking funty v2.0.0
27612026-08-25T21:58:32.677Z Checking bit-vec v0.8.0
27622026-08-25T21:58:32.704Z Checking clap_lex v1.0.0
27632026-08-25T21:58:32.766Z Checking rustls-webpki v0.103.13
27642026-08-25T21:58:32.779Z Checking rusty-fork v0.3.1
27652026-08-25T21:58:32.853Z Checking clap_builder v4.6.0
27662026-08-25T21:58:32.856Z Checking openssl v0.10.80
27672026-08-25T21:58:32.883Z Checking bit-set v0.8.0
27682026-08-25T21:58:32.953Z Checking pest v2.8.6
27692026-08-25T21:58:32.962Z Checking bitvec v1.0.1
27702026-08-25T21:58:33.028Z Checking proc-macro2 v1.0.106
27712026-08-25T21:58:33.145Z Checking h2 v0.4.15
27722026-08-25T21:58:33.198Z Checking rustls v0.23.41
27732026-08-25T21:58:33.344Z Checking num-iter v0.1.45
27742026-08-25T21:58:33.454Z Checking rand v0.8.6
27752026-08-25T21:58:33.973Z Checking lazy_static v1.5.0
27762026-08-25T21:58:34.005Z Checking rand_xorshift v0.4.0
27772026-08-25T21:58:34.061Z Checking hmac v0.12.1
27782026-08-25T21:58:34.075Z Checking thiserror v1.0.69
27792026-08-25T21:58:34.123Z Checking maybe-uninit v2.0.0
27802026-08-25T21:58:34.171Z Checking toml_datetime v0.6.11
27812026-08-25T21:58:34.188Z Checking serde_spanned v0.6.9
27822026-08-25T21:58:34.201Z Checking sync_wrapper v1.0.2
27832026-08-25T21:58:34.280Z Checking pretty-hex v0.4.1
27842026-08-25T21:58:34.299Z Checking siphasher v1.0.2
27852026-08-25T21:58:34.311Z Checking nodrop v0.1.14
27862026-08-25T21:58:34.349Z Checking zlib-rs v0.6.2
27872026-08-25T21:58:34.394Z Checking powerfmt v0.2.0
27882026-08-25T21:58:34.394Z Checking unarray v0.1.4
27892026-08-25T21:58:34.440Z Checking crc-catalog v2.4.0
27902026-08-25T21:58:34.453Z Checking array-init v0.0.4
27912026-08-25T21:58:34.501Z Checking proptest v1.11.0
27922026-08-25T21:58:34.528Z Checking crc v3.4.0
27932026-08-25T21:58:34.540Z Checking deranged v0.5.8
27942026-08-25T21:58:34.697Z Checking tower v0.5.3
27952026-08-25T21:58:34.739Z Checking packed_struct v0.10.1
27962026-08-25T21:58:34.869Z Checking native-tls v0.2.18
27972026-08-25T21:58:35.053Z Checking smallvec v0.6.14
27982026-08-25T21:58:35.083Z Checking clap v4.6.1
27992026-08-25T21:58:35.162Z Checking num-bigint-dig v0.8.6
28002026-08-25T21:58:35.208Z Checking flate2 v1.1.9
28012026-08-25T21:58:35.238Z Checking quote v1.0.45
28022026-08-25T21:58:35.412Z Checking ipnetwork v0.21.1
28032026-08-25T21:58:35.453Z Checking pkcs1 v0.7.5
28042026-08-25T21:58:35.453Z Checking http-body-util v0.1.3
28052026-08-25T21:58:35.495Z Checking crossbeam-utils v0.8.21
28062026-08-25T21:58:35.623Z Checking zerocopy v0.6.6
28072026-08-25T21:58:35.666Z Checking bitfield v0.19.4
28082026-08-25T21:58:35.668Z Checking ahash v0.8.12
28092026-08-25T21:58:35.766Z Checking bzip2-sys v0.1.13+1.0.8
28102026-08-25T21:58:35.830Z Checking scroll v0.13.0
28112026-08-25T21:58:35.849Z Checking env_filter v2.0.0
28122026-08-25T21:58:35.870Z Checking unicode-properties v0.1.4
28132026-08-25T21:58:35.912Z Checking num_threads v0.1.7
28142026-08-25T21:58:35.927Z Checking hyper v1.10.1
28152026-08-25T21:58:35.937Z Checking hashbrown v0.12.3
28162026-08-25T21:58:35.984Z Checking allocator-api2 v0.2.21
28172026-08-25T21:58:35.996Z Checking time-core v0.1.8
28182026-08-25T21:58:35.999Z Checking unicode-bidi v0.3.18
28192026-08-25T21:58:36.053Z Checking base64 v0.21.7
28202026-08-25T21:58:36.054Z Checking num-conv v0.2.0
28212026-08-25T21:58:36.133Z Checking iri-string v0.7.10
28222026-08-25T21:58:36.169Z Checking winnow v0.5.40
28232026-08-25T21:58:36.266Z Checking ryu v1.0.23
28242026-08-25T21:58:36.284Z Checking gimli v0.32.3
28252026-08-25T21:58:36.297Z Checking stringprep v0.1.5
28262026-08-25T21:58:36.309Z Checking ron v0.8.1
28272026-08-25T21:58:36.344Z Checking indexmap v1.9.3
28282026-08-25T21:58:36.395Z Checking serde_urlencoded v0.7.1
28292026-08-25T21:58:36.445Z Checking newtype-uuid v1.3.2
28302026-08-25T21:58:36.598Z Checking time v0.3.47
28312026-08-25T21:58:36.647Z Checking goblin v0.10.5
28322026-08-25T21:58:36.661Z Checking rsa v0.9.10
28332026-08-25T21:58:36.818Z Checking env_logger v0.11.11
28342026-08-25T21:58:36.845Z Checking hyper-util v0.1.20
28352026-08-25T21:58:37.025Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
28362026-08-25T21:58:37.124Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
28372026-08-25T21:58:37.151Z Checking tower-http v0.6.8
28382026-08-25T21:58:37.280Z Checking hashbrown v0.13.2
28392026-08-25T21:58:37.310Z Checking toml_edit v0.19.15
28402026-08-25T21:58:37.432Z Checking bzip2 v0.4.4
28412026-08-25T21:58:37.598Z Checking crossbeam-epoch v0.9.18
28422026-08-25T21:58:37.693Z Checking oxnet v0.1.6
28432026-08-25T21:58:37.724Z Checking syn v2.0.117
28442026-08-25T21:58:37.814Z Checking addr2line v0.25.1
28452026-08-25T21:58:37.831Z Checking serde-hex v0.1.0
28462026-08-25T21:58:37.952Z Checking tokio-native-tls v0.3.1
28472026-08-25T21:58:38.080Z Checking bstr v1.12.1
28482026-08-25T21:58:38.121Z Checking block-padding v0.4.2
28492026-08-25T21:58:38.133Z Checking block-buffer v0.12.1
28502026-08-25T21:58:38.256Z Checking crypto-common v0.2.2
28512026-08-25T21:58:38.299Z Checking rustls-native-certs v0.8.3
28522026-08-25T21:58:38.344Z Checking x509-cert v0.2.5
28532026-08-25T21:58:38.432Z Checking scroll v0.12.0
28542026-08-25T21:58:38.478Z Checking object v0.37.3
28552026-08-25T21:58:38.658Z Checking zstd-sys v2.0.16+zstd.1.5.7
28562026-08-25T21:58:38.772Z Checking md-5 v0.10.6
28572026-08-25T21:58:38.843Z Checking hash32 v0.2.1
28582026-08-25T21:58:38.913Z Checking encoding_rs v0.8.35
28592026-08-25T21:58:38.966Z Checking rustc-demangle v0.1.27
28602026-08-25T21:58:38.989Z Checking fallible-iterator v0.2.0
28612026-08-25T21:58:39.002Z Checking either v1.15.0
28622026-08-25T21:58:39.179Z Checking mime v0.3.17
28632026-08-25T21:58:39.182Z Checking psl-types v2.0.11
28642026-08-25T21:58:39.259Z Checking crc-any v2.5.0
28652026-08-25T21:58:39.307Z Checking publicsuffix v2.3.0
28662026-08-25T21:58:39.326Z Checking postgres-protocol v0.6.10
28672026-08-25T21:58:39.357Z Checking heapless v0.7.17
28682026-08-25T21:58:39.436Z Checking dof v0.4.0
28692026-08-25T21:58:39.469Z Checking zstd-safe v7.2.4
28702026-08-25T21:58:39.635Z Checking goblin v0.8.2
28712026-08-25T21:58:39.648Z Checking toml v0.7.8
28722026-08-25T21:58:39.770Z Checking inout v0.2.2
28732026-08-25T21:58:39.841Z Checking hyper-tls v0.6.0
28742026-08-25T21:58:39.925Z Checking daft v0.1.8
28752026-08-25T21:58:39.957Z Checking cookie v0.18.1
28762026-08-25T21:58:39.994Z Checking object v0.30.4
28772026-08-25T21:58:40.015Z Checking zip v0.6.6
28782026-08-25T21:58:40.033Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
28792026-08-25T21:58:40.074Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
28802026-08-25T21:58:40.168Z Checking tokio-rustls v0.26.4
28812026-08-25T21:58:40.182Z Checking phf_shared v0.13.1
28822026-08-25T21:58:40.229Z Checking dtrace-parser v0.3.0
28832026-08-25T21:58:40.336Z Checking zerocopy v0.7.35
28842026-08-25T21:58:40.371Z Checking pin-project v1.1.11
28852026-08-25T21:58:40.392Z Checking signal-hook v0.3.18
28862026-08-25T21:58:40.464Z Checking futures-executor v0.3.32
28872026-08-25T21:58:40.478Z Checking ff v0.13.1
28882026-08-25T21:58:40.580Z Checking thread-id v5.1.0
28892026-08-25T21:58:40.602Z Checking base16ct v0.2.0
28902026-08-25T21:58:40.613Z Checking libbz2-rs-sys v0.2.2
28912026-08-25T21:58:40.657Z Checking unicode-width v0.2.0
28922026-08-25T21:58:40.727Z Checking bitflags v1.3.2
28932026-08-25T21:58:40.773Z Checking backtrace v0.3.76
28942026-08-25T21:58:40.797Z Compiling illumos-nvpair-sys v0.2.0
28952026-08-25T21:58:40.816Z Checking smawk v0.3.2
28962026-08-25T21:58:40.898Z Checking bumpalo v3.20.2
28972026-08-25T21:58:40.942Z Checking same-file v1.0.6
28982026-08-25T21:58:40.971Z Checking unicode-linebreak v0.1.5
28992026-08-25T21:58:40.988Z Checking managed v0.8.0
29002026-08-25T21:58:41.001Z Checking is_ci v1.2.0
29012026-08-25T21:58:41.056Z Checking foldhash v0.2.0
29022026-08-25T21:58:41.069Z Checking path-slash v0.1.5
29032026-08-25T21:58:41.089Z Checking jiff-core v0.1.0
29042026-08-25T21:58:41.104Z Checking foldhash v0.1.5
29052026-08-25T21:58:41.164Z Compiling rayon-core v1.13.0
29062026-08-25T21:58:41.178Z Checking textwrap v0.16.2
29072026-08-25T21:58:41.182Z Checking smoltcp v0.9.1
29082026-08-25T21:58:41.211Z Checking hashbrown v0.16.1
29092026-08-25T21:58:41.230Z Checking hashbrown v0.15.5
29102026-08-25T21:58:41.355Z Checking zopfli v0.8.3
29112026-08-25T21:58:41.387Z Checking supports-color v3.0.2
29122026-08-25T21:58:41.510Z Checking backtrace-ext v0.2.1
29132026-08-25T21:58:41.527Z Checking dof v0.3.0
29142026-08-25T21:58:41.617Z Checking walkdir v2.5.0
29152026-08-25T21:58:41.674Z Checking bzip2 v0.6.1
29162026-08-25T21:58:41.704Z Checking sec1 v0.7.3
29172026-08-25T21:58:41.716Z Checking usdt-impl v0.6.0
29182026-08-25T21:58:41.756Z Checking futures v0.3.32
29192026-08-25T21:58:41.769Z Checking jiff v0.2.34
29202026-08-25T21:58:41.781Z Checking group v0.13.0
29212026-08-25T21:58:41.806Z Checking signal-hook-mio v0.2.5
29222026-08-25T21:58:41.829Z Checking snafu v0.8.9
29232026-08-25T21:58:41.841Z Checking hyper-rustls v0.27.7
29242026-08-25T21:58:41.906Z Checking phf v0.13.1
29252026-08-25T21:58:41.910Z Checking cookie_store v0.22.1
29262026-08-25T21:58:41.934Z Checking reqwest v0.12.28
29272026-08-25T21:58:41.992Z Checking cipher v0.5.2
29282026-08-25T21:58:42.043Z Checking postgres-types v0.2.12
29292026-08-25T21:58:42.055Z Checking zstd v0.13.3
29302026-08-25T21:58:42.068Z Checking globset v0.4.18
29312026-08-25T21:58:42.080Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
29322026-08-25T21:58:42.229Z Checking rustls-platform-verifier v0.6.2
29332026-08-25T21:58:42.241Z Checking crossbeam-deque v0.8.6
29342026-08-25T21:58:42.253Z Checking phf_shared v0.11.3
29352026-08-25T21:58:42.314Z Checking regex v1.12.3
29362026-08-25T21:58:42.351Z Checking hkdf v0.12.4
29372026-08-25T21:58:42.368Z Checking dtrace-parser v0.2.0
29382026-08-25T21:58:42.389Z Checking byte-wrapper v0.1.0
29392026-08-25T21:58:42.410Z Checking ref-cast v1.0.25
29402026-08-25T21:58:42.414Z Checking curve25519-dalek v4.1.3
29412026-08-25T21:58:42.484Z Checking strum v0.27.2
29422026-08-25T21:58:42.505Z Checking hubpack v0.1.2
29432026-08-25T21:58:42.586Z Checking olpc-cjson v0.1.4
29442026-08-25T21:58:42.589Z Checking ed25519 v2.2.3
29452026-08-25T21:58:42.610Z Checking memoffset v0.9.1
29462026-08-25T21:58:42.614Z Checking rustix v0.38.44
29472026-08-25T21:58:42.668Z Checking owo-colors v4.3.0
29482026-08-25T21:58:42.682Z Checking pem v3.0.6
29492026-08-25T21:58:42.686Z Checking crypto-bigint v0.5.5
29502026-08-25T21:58:42.735Z Checking erased-serde v0.3.31
29512026-08-25T21:58:42.788Z Checking serde_plain v1.0.2
29522026-08-25T21:58:42.838Z Checking serde-big-array v0.5.1
29532026-08-25T21:58:42.933Z Checking float-cmp v0.10.0
29542026-08-25T21:58:42.971Z Checking thread-id v4.2.2
29552026-08-25T21:58:43.053Z Checking memmap2 v0.9.10
29562026-08-25T21:58:43.065Z Checking fixedbitset v0.4.2
29572026-08-25T21:58:43.120Z Checking difflib v0.4.0
29582026-08-25T21:58:43.208Z Checking new_debug_unreachable v1.0.6
29592026-08-25T21:58:43.212Z Checking keccak v0.1.6
29602026-08-25T21:58:43.233Z Checking fixedbitset v0.5.7
29612026-08-25T21:58:43.236Z Checking winnow v0.7.14
29622026-08-25T21:58:43.275Z Checking unicode-width v0.1.14
29632026-08-25T21:58:43.295Z Checking cpufeatures v0.3.0
29642026-08-25T21:58:43.367Z Checking typed-path v0.9.3
29652026-08-25T21:58:43.383Z Checking normalize-line-endings v0.3.0
29662026-08-25T21:58:43.419Z Checking toml_write v0.1.2
29672026-08-25T21:58:43.433Z Checking data-encoding v2.10.0
29682026-08-25T21:58:43.469Z Checking precomputed-hash v0.1.1
29692026-08-25T21:58:43.516Z Checking unicode-segmentation v1.12.0
29702026-08-25T21:58:43.551Z Checking const-oid v0.10.2
29712026-08-25T21:58:43.583Z Checking whoami v2.1.0
29722026-08-25T21:58:43.623Z Checking predicates-core v1.0.10
29732026-08-25T21:58:43.694Z Checking supports-unicode v3.0.0
29742026-08-25T21:58:43.706Z Checking static_assertions v1.1.0
29752026-08-25T21:58:43.709Z Checking winnow v1.0.3
29762026-08-25T21:58:43.744Z Checking supports-hyperlinks v3.2.0
29772026-08-25T21:58:43.771Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29782026-08-25T21:58:43.785Z Checking tokio-postgres v0.7.16
29792026-08-25T21:58:43.795Z Checking predicates v3.1.4
29802026-08-25T21:58:43.823Z Checking similar v2.7.0
29812026-08-25T21:58:43.847Z Checking miette v7.6.0
29822026-08-25T21:58:44.087Z Checking digest v0.11.3
29832026-08-25T21:58:44.134Z Checking tough v0.22.0
29842026-08-25T21:58:44.205Z Checking hickory-proto v0.25.2
29852026-08-25T21:58:44.271Z Checking zip v4.6.1
29862026-08-25T21:58:44.344Z Checking elliptic-curve v0.13.8
29872026-08-25T21:58:44.437Z Checking toml_edit v0.22.27
29882026-08-25T21:58:44.556Z Checking toml_parser v1.1.2+spec-1.1.0
29892026-08-25T21:58:44.658Z Checking string_cache v0.8.9
29902026-08-25T21:58:44.828Z Checking crossterm v0.28.1
29912026-08-25T21:58:44.851Z Checking petgraph v0.8.3
29922026-08-25T21:58:44.879Z Checking sha3 v0.10.8
29932026-08-25T21:58:45.052Z Checking chacha20 v0.10.0
29942026-08-25T21:58:45.098Z Checking usdt v0.6.0
29952026-08-25T21:58:45.271Z Checking ed25519-dalek v2.2.0
29962026-08-25T21:58:45.315Z Checking petgraph v0.6.5
29972026-08-25T21:58:45.503Z Checking slog v2.8.2
29982026-08-25T21:58:45.518Z Checking usdt-impl v0.5.0
29992026-08-25T21:58:45.521Z Checking nix v0.31.2
30002026-08-25T21:58:45.763Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
30012026-08-25T21:58:45.809Z Checking iddqd v0.4.2
30022026-08-25T21:58:46.174Z Checking reqwest v0.13.2
30032026-08-25T21:58:46.358Z Checking itertools v0.15.0
30042026-08-25T21:58:46.385Z Checking itertools v0.13.0
30052026-08-25T21:58:46.455Z Checking strum v0.26.3
30062026-08-25T21:58:46.571Z Checking serde_with v3.21.0
30072026-08-25T21:58:46.574Z Checking derive_more v2.1.1
30082026-08-25T21:58:46.669Z Checking fs-err v3.3.0
30092026-08-25T21:58:46.705Z Checking tokio-stream v0.1.18
30102026-08-25T21:58:46.708Z Checking buf-list v1.1.2
30112026-08-25T21:58:46.900Z Checking anyhow v1.0.104
30122026-08-25T21:58:46.964Z Checking camino v1.2.5
30132026-08-25T21:58:46.987Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
30142026-08-25T21:58:47.018Z Checking openapiv3 v2.2.0
30152026-08-25T21:58:47.090Z Checking lalrpop-util v0.19.12
30162026-08-25T21:58:47.104Z Checking peg-runtime v0.8.5
30172026-08-25T21:58:47.211Z Checking illumos-nvpair v0.3.0
30182026-08-25T21:58:47.241Z Checking rayon v1.11.0
30192026-08-25T21:58:47.255Z Checking sigpipe v0.1.3
30202026-08-25T21:58:47.260Z Checking glob v0.3.3
30212026-08-25T21:58:48.203Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30222026-08-25T21:58:48.533Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30232026-08-25T21:58:48.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.63s
30242026-08-25T21:58:48.988Z
30252026-08-25T21:58:48.988Zinfo: running `cargo check --bins` on internal-dns-types (120/377)
30262026-08-25T21:58:49.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30272026-08-25T21:58:49.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30282026-08-25T21:58:49.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30292026-08-25T21:58:49.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30302026-08-25T21:58:49.559Z
30312026-08-25T21:58:49.559Zinfo: running `cargo check --bins` on internal-dns-types-versions (121/377)
30322026-08-25T21:58:50.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30332026-08-25T21:58:50.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30342026-08-25T21:58:50.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30352026-08-25T21:58:50.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30362026-08-25T21:58:50.114Z
30372026-08-25T21:58:50.114Zinfo: running `cargo check --bins` on nexus-types-versions (122/377)
30382026-08-25T21:58:50.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30392026-08-25T21:58:50.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30402026-08-25T21:58:50.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30412026-08-25T21:58:50.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30422026-08-25T21:58:50.704Z
30432026-08-25T21:58:50.704Zinfo: running `cargo check --bins` on oxql-types (123/377)
30442026-08-25T21:58:51.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30452026-08-25T21:58:51.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30462026-08-25T21:58:51.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30472026-08-25T21:58:51.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30482026-08-25T21:58:51.276Z
30492026-08-25T21:58:51.276Zinfo: running `cargo check --bins` on oximeter-types (124/377)
30502026-08-25T21:58:51.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30512026-08-25T21:58:51.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30522026-08-25T21:58:51.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30532026-08-25T21:58:51.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30542026-08-25T21:58:51.846Z
30552026-08-25T21:58:51.846Zinfo: running `cargo check --bins` on oximeter-types-versions (125/377)
30562026-08-25T21:58:52.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30572026-08-25T21:58:52.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30582026-08-25T21:58:52.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30592026-08-25T21:58:52.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30602026-08-25T21:58:52.421Z
30612026-08-25T21:58:52.421Zinfo: running `cargo check --bins` on oximeter-macro-impl (126/377)
30622026-08-25T21:58:52.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30632026-08-25T21:58:52.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30642026-08-25T21:58:52.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30652026-08-25T21:58:52.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30662026-08-25T21:58:52.973Z
30672026-08-25T21:58:52.973Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (127/377)
30682026-08-25T21:58:53.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30692026-08-25T21:58:53.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30702026-08-25T21:58:53.653Z Compiling multer v3.1.0
30712026-08-25T21:58:53.767Z Compiling async-stream-impl v0.3.6
30722026-08-25T21:58:53.770Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30732026-08-25T21:58:53.782Z Compiling serde_tokenstream v0.3.0
30742026-08-25T21:58:53.791Z Compiling dropshot v0.17.1
30752026-08-25T21:58:53.803Z Compiling parse-display-derive v0.10.0
30762026-08-25T21:58:53.815Z Compiling dropshot_endpoint v0.17.1
30772026-08-25T21:58:53.818Z Compiling newtype-uuid-macros v0.1.0
30782026-08-25T21:58:53.986Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30792026-08-25T21:58:54.045Z Checking thread_local v1.1.9
30802026-08-25T21:58:54.074Z Compiling oxide-generation-macros v0.2.0
30812026-08-25T21:58:54.138Z Checking match_cfg v0.1.0
30822026-08-25T21:58:54.209Z Checking compression-core v0.4.31
30832026-08-25T21:58:54.224Z Checking hostname v0.3.1
30842026-08-25T21:58:54.326Z Checking crossbeam-channel v0.5.15
30852026-08-25T21:58:54.340Z Checking compression-codecs v0.4.37
30862026-08-25T21:58:54.344Z Checking atomicwrites v0.4.4
30872026-08-25T21:58:54.416Z Checking slog-json v2.6.1
30882026-08-25T21:58:54.476Z Checking toml_datetime v1.1.1+spec-1.1.0
30892026-08-25T21:58:54.504Z Checking serde_spanned v1.1.1
30902026-08-25T21:58:54.566Z Checking is-terminal v0.4.17
30912026-08-25T21:58:54.578Z Checking take_mut v0.2.2
30922026-08-25T21:58:54.630Z Checking toml_writer v1.1.1+spec-1.1.0
30932026-08-25T21:58:54.654Z Checking term v1.2.1
30942026-08-25T21:58:54.667Z Checking debug-ignore v1.0.5
30952026-08-25T21:58:54.681Z Checking slog-async v2.8.0
30962026-08-25T21:58:54.681Z Checking slog-bunyan v2.5.0
30972026-08-25T21:58:54.762Z Checking async-compression v0.4.41
30982026-08-25T21:58:54.801Z Checking toml v1.1.2+spec-1.1.0
30992026-08-25T21:58:54.804Z Checking async-stream v0.3.6
31002026-08-25T21:58:54.804Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31012026-08-25T21:58:54.850Z Checking progenitor-client v0.14.0
31022026-08-25T21:58:54.866Z Checking slog-term v2.9.2
31032026-08-25T21:58:54.927Z Checking sha1 v0.11.0
31042026-08-25T21:58:55.002Z Checking oxide-generation v0.1.3
31052026-08-25T21:58:55.076Z Checking waitgroup v0.1.2
31062026-08-25T21:58:55.116Z Checking rustls-pemfile v2.2.0
31072026-08-25T21:58:55.119Z Checking backon v1.6.0
31082026-08-25T21:58:55.153Z Checking serde_path_to_error v0.1.20
31092026-08-25T21:58:55.176Z Checking hostname v0.4.2
31102026-08-25T21:58:55.218Z Checking instant v0.1.13
31112026-08-25T21:58:55.287Z Checking progenitor-extras v0.2.0
31122026-08-25T21:58:55.302Z Checking backoff v0.4.0
31132026-08-25T21:58:55.409Z Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
31142026-08-25T21:58:55.422Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31152026-08-25T21:58:55.461Z Checking parse-display v0.10.0
31162026-08-25T21:58:55.472Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31172026-08-25T21:58:55.476Z Checking regress v0.10.5
31182026-08-25T21:58:55.497Z Checking itertools v0.14.0
31192026-08-25T21:58:55.596Z Checking macaddr v1.0.1
31202026-08-25T21:58:55.759Z Checking humantime v2.3.0
31212026-08-25T21:58:56.609Z Compiling prettyplease v0.2.37
31222026-08-25T21:58:56.900Z Checking num-rational v0.4.2
31232026-08-25T21:58:57.182Z Checking num-complex v0.4.6
31242026-08-25T21:58:57.478Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31252026-08-25T21:58:57.578Z Compiling num v0.4.3
31262026-08-25T21:58:57.729Z Compiling usdt-macro v0.5.0
31272026-08-25T21:58:57.754Z Compiling usdt-attr-macro v0.5.0
31282026-08-25T21:58:57.758Z Checking memmap v0.7.0
31292026-08-25T21:58:57.821Z Compiling float-ord v0.3.2
31302026-08-25T21:58:57.941Z Compiling convert_case v0.4.0
31312026-08-25T21:58:58.315Z Compiling derive_more v0.99.20
31322026-08-25T21:58:58.380Z Checking newline-converter v0.3.0
31332026-08-25T21:58:58.487Z Checking console v0.15.11
31342026-08-25T21:58:58.501Z Compiling toml v0.8.23
31352026-08-25T21:58:58.543Z Checking usdt v0.5.0
31362026-08-25T21:58:58.721Z Checking linked-hash-map v0.5.6
31372026-08-25T21:58:58.767Z Compiling minimal-lexical v0.2.1
31382026-08-25T21:58:58.896Z Checking lru-cache v0.1.2
31392026-08-25T21:58:59.016Z Compiling nom v7.1.3
31402026-08-25T21:58:59.019Z Checking expectorate v1.2.0
31412026-08-25T21:58:59.174Z Checking camino-tempfile v1.4.1
31422026-08-25T21:58:59.332Z Checking hickory-proto v0.24.4
31432026-08-25T21:58:59.482Z Checking phf_shared v0.12.1
31442026-08-25T21:58:59.612Z Compiling slog-dtrace v0.3.0
31452026-08-25T21:58:59.626Z Compiling chrono-tz v0.10.4
31462026-08-25T21:58:59.801Z Checking resolv-conf v0.7.6
31472026-08-25T21:58:59.995Z Compiling unicode-xid v0.2.6
31482026-08-25T21:59:00.022Z Checking heck v0.5.0
31492026-08-25T21:59:00.124Z Compiling const_format_proc_macros v0.2.34
31502026-08-25T21:59:00.217Z Checking phf v0.12.1
31512026-08-25T21:59:00.271Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31522026-08-25T21:59:00.334Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31532026-08-25T21:59:00.358Z Checking tokio-dtrace v0.1.1
31542026-08-25T21:59:00.550Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31552026-08-25T21:59:00.805Z Compiling derive-where v1.6.0
31562026-08-25T21:59:00.880Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31572026-08-25T21:59:00.938Z Checking highway v1.3.0
31582026-08-25T21:59:01.156Z Checking hickory-resolver v0.24.4
31592026-08-25T21:59:01.169Z Checking const_format v0.2.35
31602026-08-25T21:59:01.403Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
31612026-08-25T21:59:01.834Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31622026-08-25T21:59:01.893Z Checking oxide-tokio-rt v0.1.4
31632026-08-25T21:59:02.093Z Checking qorb v0.4.1
31642026-08-25T21:59:02.112Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31652026-08-25T21:59:02.305Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31662026-08-25T21:59:02.350Z Checking gethostname v0.5.0
31672026-08-25T21:59:02.383Z Checking bcs v0.1.6
31682026-08-25T21:59:02.403Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31692026-08-25T21:59:02.439Z Checking termtree v0.5.1
31702026-08-25T21:59:05.501Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31712026-08-25T21:59:08.562Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31722026-08-25T21:59:10.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.79s
31732026-08-25T21:59:10.936Z
31742026-08-25T21:59:10.936Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (128/377)
31752026-08-25T21:59:11.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31762026-08-25T21:59:11.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31772026-08-25T21:59:11.611Z Compiling ar_archive_writer v0.5.1
31782026-08-25T21:59:11.721Z Compiling stacker v0.1.23
31792026-08-25T21:59:11.727Z Compiling cfg_aliases v0.1.1
31802026-08-25T21:59:11.733Z Compiling proc-macro-error v1.0.4
31812026-08-25T21:59:11.741Z Checking fd-lock v4.0.4
31822026-08-25T21:59:11.744Z Checking nibble_vec v0.1.0
31832026-08-25T21:59:11.744Z Checking vte v0.14.1
31842026-08-25T21:59:11.744Z Compiling recursive-proc-macro-impl v0.1.1
31852026-08-25T21:59:11.783Z Compiling nix v0.28.0
31862026-08-25T21:59:11.851Z Checking endian-type v0.1.2
31872026-08-25T21:59:11.882Z Checking bytecount v0.6.9
31882026-08-25T21:59:11.894Z Checking strip-ansi-escapes v0.2.1
31892026-08-25T21:59:11.972Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31902026-08-25T21:59:11.985Z Checking radix_trie v0.2.1
31912026-08-25T21:59:11.986Z Checking papergrid v0.11.0
31922026-08-25T21:59:11.992Z Compiling peg-macros v0.8.5
31932026-08-25T21:59:12.041Z Compiling tabled_derive v0.7.0
31942026-08-25T21:59:12.150Z Compiling sqlparser_derive v0.5.0
31952026-08-25T21:59:12.246Z Checking winnow v0.6.26
31962026-08-25T21:59:12.433Z Checking home v0.5.12
31972026-08-25T21:59:12.514Z Compiling psm v0.1.30
31982026-08-25T21:59:12.538Z Checking nu-ansi-term v0.50.3
31992026-08-25T21:59:12.612Z Checking unicode_categories v0.1.1
32002026-08-25T21:59:12.789Z Checking reedline v0.40.0
32012026-08-25T21:59:12.834Z Checking crossterm v0.29.0
32022026-08-25T21:59:12.901Z Checking display-error-chain v0.2.2
32032026-08-25T21:59:13.079Z Checking tabled v0.15.0
32042026-08-25T21:59:13.107Z Checking rustyline v14.0.0
32052026-08-25T21:59:13.340Z Checking recursive v0.1.1
32062026-08-25T21:59:13.353Z Checking peg v0.8.5
32072026-08-25T21:59:13.406Z Checking sqlformat v0.3.5
32082026-08-25T21:59:13.426Z Checking sqlparser v0.61.0
32092026-08-25T21:59:24.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.76s
32102026-08-25T21:59:24.875Z
32112026-08-25T21:59:24.875Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (129/377)
32122026-08-25T21:59:25.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32132026-08-25T21:59:25.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32142026-08-25T21:59:25.543Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32152026-08-25T21:59:29.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s
32162026-08-25T21:59:29.230Z
32172026-08-25T21:59:29.230Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (130/377)
32182026-08-25T21:59:29.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32192026-08-25T21:59:29.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32202026-08-25T21:59:29.904Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32212026-08-25T21:59:32.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
32222026-08-25T21:59:32.605Z
32232026-08-25T21:59:32.605Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (131/377)
32242026-08-25T21:59:33.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32252026-08-25T21:59:33.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32262026-08-25T21:59:33.275Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32272026-08-25T21:59:36.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.98s
32282026-08-25T21:59:36.775Z
32292026-08-25T21:59:36.775Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (132/377)
32302026-08-25T21:59:37.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32312026-08-25T21:59:37.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32322026-08-25T21:59:37.444Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32332026-08-25T21:59:40.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s
32342026-08-25T21:59:40.979Z
32352026-08-25T21:59:40.979Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (133/377)
32362026-08-25T21:59:41.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32372026-08-25T21:59:41.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32382026-08-25T21:59:41.649Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32392026-08-25T21:59:44.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.34s
32402026-08-25T21:59:44.504Z
32412026-08-25T21:59:44.504Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (134/377)
32422026-08-25T21:59:45.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32432026-08-25T21:59:45.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32442026-08-25T21:59:45.185Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32452026-08-25T21:59:47.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.39s
32462026-08-25T21:59:48.079Z
32472026-08-25T21:59:48.079Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (135/377)
32482026-08-25T21:59:48.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32492026-08-25T21:59:48.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32502026-08-25T21:59:48.759Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32512026-08-25T21:59:52.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s
32522026-08-25T21:59:52.425Z
32532026-08-25T21:59:52.425Zinfo: running `cargo check --bins` on oximeter (136/377)
32542026-08-25T21:59:52.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32552026-08-25T21:59:52.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32562026-08-25T21:59:52.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32572026-08-25T21:59:52.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32582026-08-25T21:59:53.002Z
32592026-08-25T21:59:53.002Zinfo: running `cargo check --bins` on oximeter-schema (137/377)
32602026-08-25T21:59:53.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32612026-08-25T21:59:53.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32622026-08-25T21:59:53.636Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32632026-08-25T21:59:54.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
32642026-08-25T21:59:54.178Z
32652026-08-25T21:59:54.178Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (138/377)
32662026-08-25T21:59:54.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32672026-08-25T21:59:54.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32682026-08-25T21:59:54.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32692026-08-25T21:59:54.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32702026-08-25T21:59:54.755Z
32712026-08-25T21:59:54.755Zinfo: running `cargo check --bins` on oximeter-test-utils (139/377)
32722026-08-25T21:59:55.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32732026-08-25T21:59:55.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32742026-08-25T21:59:55.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32752026-08-25T21:59:55.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32762026-08-25T21:59:55.374Z
32772026-08-25T21:59:55.374Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (140/377)
32782026-08-25T21:59:55.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32792026-08-25T21:59:55.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32802026-08-25T21:59:55.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32812026-08-25T21:59:55.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32822026-08-25T21:59:55.954Z
32832026-08-25T21:59:55.954Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (141/377)
32842026-08-25T21:59:56.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32852026-08-25T21:59:56.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32862026-08-25T21:59:56.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32872026-08-25T21:59:56.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32882026-08-25T21:59:56.536Z
32892026-08-25T21:59:56.536Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (142/377)
32902026-08-25T21:59:57.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32912026-08-25T21:59:57.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32922026-08-25T21:59:57.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32932026-08-25T21:59:57.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32942026-08-25T21:59:57.121Z
32952026-08-25T21:59:57.121Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (143/377)
32962026-08-25T21:59:57.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32972026-08-25T21:59:57.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32982026-08-25T21:59:57.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32992026-08-25T21:59:57.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33002026-08-25T21:59:57.706Z
33012026-08-25T21:59:57.706Zinfo: running `cargo check --bins` on trust-quorum-test-utils (144/377)
33022026-08-25T21:59:58.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33032026-08-25T21:59:58.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33042026-08-25T21:59:58.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33052026-08-25T21:59:58.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33062026-08-25T21:59:58.290Z
33072026-08-25T21:59:58.290Zinfo: running `cargo check --bins` on reconfigurator-cli (145/377)
33082026-08-25T21:59:58.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33092026-08-25T21:59:58.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33102026-08-25T21:59:59.115Z Compiling crucible-workspace-hack v0.1.0
33112026-08-25T21:59:59.118Z Compiling regress v0.11.1
33122026-08-25T21:59:59.119Z Checking secrecy v0.10.3
33132026-08-25T21:59:59.119Z Checking half v2.7.1
33142026-08-25T21:59:59.119Z Checking ciborium-io v0.2.2
33152026-08-25T21:59:59.119Z Checking inout v0.1.4
33162026-08-25T21:59:59.247Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33172026-08-25T21:59:59.250Z Checking universal-hash v0.5.1
33182026-08-25T21:59:59.325Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33192026-08-25T21:59:59.378Z Checking cipher v0.4.4
33202026-08-25T21:59:59.378Z Compiling thiserror-impl-no-std v2.0.2
33212026-08-25T21:59:59.420Z Checking opaque-debug v0.3.1
33222026-08-25T21:59:59.486Z Checking poly1305 v0.8.0
33232026-08-25T21:59:59.506Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
33242026-08-25T21:59:59.524Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33252026-08-25T21:59:59.538Z Checking ciborium-ll v0.2.2
33262026-08-25T21:59:59.577Z Checking chacha20 v0.9.1
33272026-08-25T21:59:59.712Z Checking ciborium v0.2.2
33282026-08-25T21:59:59.746Z Checking password-hash v0.5.0
33292026-08-25T21:59:59.774Z Checking blake2 v0.10.6
33302026-08-25T21:59:59.804Z Checking aead v0.5.2
33312026-08-25T21:59:59.905Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33322026-08-25T21:59:59.953Z Checking indent_write v2.2.0
33332026-08-25T21:59:59.970Z Compiling toml_datetime v0.7.5+spec-1.1.0
33342026-08-25T22:00:00.013Z Checking argon2 v0.5.3
33352026-08-25T22:00:00.081Z Checking chacha20poly1305 v0.10.1
33362026-08-25T22:00:00.124Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33372026-08-25T22:00:00.213Z Compiling toml_edit v0.23.10+spec-1.0.0
33382026-08-25T22:00:00.230Z Compiling unsafe-libyaml v0.2.11
33392026-08-25T22:00:00.360Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33402026-08-25T22:00:00.552Z Checking thiserror-no-std v2.0.2
33412026-08-25T22:00:00.574Z Compiling heapless v0.8.0
33422026-08-25T22:00:00.645Z Checking vsss-rs v3.3.4
33432026-08-25T22:00:00.745Z Compiling proc-macro-crate v3.4.0
33442026-08-25T22:00:00.859Z Compiling typify-impl v0.6.2
33452026-08-25T22:00:00.975Z Compiling serde_yaml v0.9.34+deprecated
33462026-08-25T22:00:01.290Z Compiling num_enum_derive v0.7.6
33472026-08-25T22:00:01.419Z Compiling ingot-macros v0.2.0
33482026-08-25T22:00:01.566Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33492026-08-25T22:00:01.671Z Checking hash32 v0.3.1
33502026-08-25T22:00:01.751Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33512026-08-25T22:00:01.802Z Compiling smoltcp v0.11.0
33522026-08-25T22:00:02.150Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
33532026-08-25T22:00:02.330Z Checking num_enum v0.7.6
33542026-08-25T22:00:02.382Z Checking tabwriter v1.4.1
33552026-08-25T22:00:02.404Z Checking cobs v0.3.0
33562026-08-25T22:00:02.448Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
33572026-08-25T22:00:02.488Z Checking swrite v0.1.0
33582026-08-25T22:00:02.534Z Compiling proc-macro-crate v1.3.1
33592026-08-25T22:00:02.552Z Checking postcard v1.1.3
33602026-08-25T22:00:02.594Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33612026-08-25T22:00:02.645Z Compiling foreign-types-macros v0.2.3
33622026-08-25T22:00:02.815Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33632026-08-25T22:00:02.863Z Checking colored v3.1.1
33642026-08-25T22:00:02.904Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33652026-08-25T22:00:02.968Z Checking foreign-types-shared v0.3.1
33662026-08-25T22:00:03.055Z Compiling num_enum_derive v0.5.11
33672026-08-25T22:00:03.183Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
33682026-08-25T22:00:03.199Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33692026-08-25T22:00:03.246Z Checking foreign-types v0.5.0
33702026-08-25T22:00:03.329Z Checking cstr-argument v0.1.2
33712026-08-25T22:00:03.456Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
33722026-08-25T22:00:03.625Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
33732026-08-25T22:00:03.657Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
33742026-08-25T22:00:03.675Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
33752026-08-25T22:00:03.735Z Checking rand v0.10.1
33762026-08-25T22:00:03.803Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
33772026-08-25T22:00:03.825Z Compiling zone_cfg_derive v0.3.1
33782026-08-25T22:00:03.842Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33792026-08-25T22:00:03.959Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33802026-08-25T22:00:04.099Z Checking num_enum v0.5.11
33812026-08-25T22:00:04.128Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33822026-08-25T22:00:04.217Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
33832026-08-25T22:00:04.296Z Checking ingot-types v0.2.0
33842026-08-25T22:00:04.311Z Checking itertools v0.12.1
33852026-08-25T22:00:04.394Z Compiling num-derive v0.4.2
33862026-08-25T22:00:04.478Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33872026-08-25T22:00:04.665Z Compiling semver v0.1.20
33882026-08-25T22:00:04.681Z Checking ingot v0.2.1
33892026-08-25T22:00:04.963Z Compiling rustc_version v0.1.7
33902026-08-25T22:00:05.194Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33912026-08-25T22:00:05.255Z Checking smf v0.2.3
33922026-08-25T22:00:05.315Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
33932026-08-25T22:00:05.330Z Checking zone v0.3.1
33942026-08-25T22:00:05.355Z Checking nom v8.0.0
33952026-08-25T22:00:05.400Z Compiling typify-macro v0.6.2
33962026-08-25T22:00:05.476Z Checking csv-core v0.1.13
33972026-08-25T22:00:05.492Z Checking whoami v1.6.1
33982026-08-25T22:00:05.533Z Compiling newtype_derive v0.1.6
33992026-08-25T22:00:05.655Z Checking csv v1.4.0
34002026-08-25T22:00:05.670Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34012026-08-25T22:00:05.685Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34022026-08-25T22:00:05.718Z Compiling cancel-safe-futures v0.1.5
34032026-08-25T22:00:05.855Z Compiling libefi-sys v0.1.0
34042026-08-25T22:00:05.943Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34052026-08-25T22:00:06.031Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34062026-08-25T22:00:06.081Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34072026-08-25T22:00:06.143Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34082026-08-25T22:00:06.255Z Checking oxide-update-engine-types v0.1.2
34092026-08-25T22:00:06.295Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34102026-08-25T22:00:06.343Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34112026-08-25T22:00:06.451Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34122026-08-25T22:00:06.518Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
34132026-08-25T22:00:06.627Z Compiling bitfield-struct v0.6.2
34142026-08-25T22:00:06.690Z Checking linear-map v1.2.0
34152026-08-25T22:00:06.867Z Checking steno v0.4.1
34162026-08-25T22:00:07.127Z Compiling typify v0.6.2
34172026-08-25T22:00:07.173Z Checking oxide-update-engine v0.1.2
34182026-08-25T22:00:07.242Z Compiling progenitor-impl v0.14.0
34192026-08-25T22:00:07.258Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34202026-08-25T22:00:07.287Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34212026-08-25T22:00:07.387Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34222026-08-25T22:00:07.494Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34232026-08-25T22:00:07.597Z Checking sha1 v0.10.6
34242026-08-25T22:00:07.659Z Checking utf-8 v0.7.6
34252026-08-25T22:00:07.795Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34262026-08-25T22:00:07.849Z Checking tungstenite v0.21.0
34272026-08-25T22:00:07.877Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34282026-08-25T22:00:07.930Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
34292026-08-25T22:00:08.091Z Checking ignore v0.4.25
34302026-08-25T22:00:08.115Z Checking anstyle-parse v0.2.7
34312026-08-25T22:00:08.206Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34322026-08-25T22:00:08.278Z Compiling xshell-macros v0.2.7
34332026-08-25T22:00:08.294Z Checking tokio-tungstenite v0.21.0
34342026-08-25T22:00:08.416Z Checking anstream v0.6.21
34352026-08-25T22:00:08.493Z Checking globwalk v0.9.1
34362026-08-25T22:00:08.508Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34372026-08-25T22:00:08.578Z Checking predicates-tree v1.0.13
34382026-08-25T22:00:08.625Z Checking filetime v0.2.27
34392026-08-25T22:00:08.663Z Checking xshell v0.2.7
34402026-08-25T22:00:08.677Z Checking tagptr v0.2.0
34412026-08-25T22:00:08.692Z Checking xattr v1.6.1
34422026-08-25T22:00:08.728Z Checking camino-tempfile-ext v0.3.3
34432026-08-25T22:00:08.763Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34442026-08-25T22:00:08.821Z Checking moka v0.12.13
34452026-08-25T22:00:08.824Z Checking tar v0.4.46
34462026-08-25T22:00:08.858Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34472026-08-25T22:00:08.928Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
34482026-08-25T22:00:08.946Z Checking rand_seeder v0.4.0
34492026-08-25T22:00:08.993Z Checking half v1.8.3
34502026-08-25T22:00:09.071Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
34512026-08-25T22:00:09.098Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34522026-08-25T22:00:09.197Z Checking serde_cbor v0.11.2
34532026-08-25T22:00:09.226Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34542026-08-25T22:00:09.408Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
34552026-08-25T22:00:09.463Z Checking hickory-resolver v0.25.2
34562026-08-25T22:00:09.481Z Checking sha2 v0.11.0
34572026-08-25T22:00:09.576Z Checking digest-io v0.1.0
34582026-08-25T22:00:09.713Z Compiling petname v2.0.2
34592026-08-25T22:00:09.940Z Compiling progenitor-macro v0.14.0
34602026-08-25T22:00:10.036Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
34612026-08-25T22:00:10.144Z Checking rawzip v0.4.4
34622026-08-25T22:00:10.165Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34632026-08-25T22:00:10.465Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
34642026-08-25T22:00:10.594Z Checking sapling-renderdag v0.1.0
34652026-08-25T22:00:10.631Z Checking subprocess v0.2.15
34662026-08-25T22:00:10.649Z Checking sync-ptr v0.1.4
34672026-08-25T22:00:10.767Z Checking colored v2.2.0
34682026-08-25T22:00:10.832Z Checking assert_matches v1.5.0
34692026-08-25T22:00:10.917Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34702026-08-25T22:00:11.006Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34712026-08-25T22:00:11.271Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34722026-08-25T22:00:11.301Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34732026-08-25T22:00:11.444Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34742026-08-25T22:00:11.955Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34752026-08-25T22:00:11.955Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34762026-08-25T22:00:12.770Z Checking progenitor v0.14.0
34772026-08-25T22:00:12.909Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34782026-08-25T22:00:12.912Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34792026-08-25T22:00:12.912Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34802026-08-25T22:00:12.912Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34812026-08-25T22:00:12.912Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34822026-08-25T22:00:12.912Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34832026-08-25T22:00:13.318Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34842026-08-25T22:00:13.409Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34852026-08-25T22:00:13.574Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34862026-08-25T22:00:13.665Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34872026-08-25T22:00:13.682Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34882026-08-25T22:00:13.874Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34892026-08-25T22:00:14.657Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34902026-08-25T22:00:14.787Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34912026-08-25T22:00:15.438Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
34922026-08-25T22:00:15.933Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34932026-08-25T22:00:25.138Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34942026-08-25T22:00:32.398Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34952026-08-25T22:00:32.398Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34962026-08-25T22:00:32.425Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34972026-08-25T22:00:34.079Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34982026-08-25T22:00:34.670Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
34992026-08-25T22:00:36.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.61s
35002026-08-25T22:00:37.111Z
35012026-08-25T22:00:37.111Zinfo: running `cargo check --bins` on nexus-inventory (146/377)
35022026-08-25T22:00:37.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-08-25T22:00:37.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-08-25T22:00:37.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-08-25T22:00:37.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35062026-08-25T22:00:37.733Z
35072026-08-25T22:00:37.733Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (147/377)
35082026-08-25T22:00:38.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-08-25T22:00:38.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-08-25T22:00:38.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-08-25T22:00:38.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35122026-08-25T22:00:38.318Z
35132026-08-25T22:00:38.318Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (148/377)
35142026-08-25T22:00:38.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-08-25T22:00:38.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-08-25T22:00:38.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-08-25T22:00:38.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35182026-08-25T22:00:38.904Z
35192026-08-25T22:00:38.904Zinfo: running `cargo check --bins` on dns-service-client (149/377)
35202026-08-25T22:00:39.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-08-25T22:00:39.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-08-25T22:00:39.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-08-25T22:00:39.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35242026-08-25T22:00:39.467Z
35252026-08-25T22:00:39.467Zinfo: running `cargo check --bins` on ntp-admin-client (150/377)
35262026-08-25T22:00:39.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-08-25T22:00:39.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-08-25T22:00:39.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-08-25T22:00:39.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35302026-08-25T22:00:40.030Z
35312026-08-25T22:00:40.031Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (151/377)
35322026-08-25T22:00:40.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-08-25T22:00:40.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-08-25T22:00:40.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-08-25T22:00:40.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35362026-08-25T22:00:40.596Z
35372026-08-25T22:00:40.596Zinfo: running `cargo check --bins` on cockroach-admin-client (152/377)
35382026-08-25T22:00:42.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-08-25T22:00:42.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-08-25T22:00:42.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-08-25T22:00:42.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35422026-08-25T22:00:42.080Z
35432026-08-25T22:00:42.080Zinfo: running `cargo check --bins` on parallel-task-set (153/377)
35442026-08-25T22:00:42.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-08-25T22:00:42.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-08-25T22:00:42.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-08-25T22:00:42.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35482026-08-25T22:00:42.080Z
35492026-08-25T22:00:42.080Zinfo: running `cargo check --bins` on sled-agent-client (154/377)
35502026-08-25T22:00:42.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-08-25T22:00:42.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-08-25T22:00:42.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-08-25T22:00:42.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35542026-08-25T22:00:42.312Z
35552026-08-25T22:00:42.313Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (155/377)
35562026-08-25T22:00:42.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-08-25T22:00:42.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-08-25T22:00:42.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-08-25T22:00:42.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35602026-08-25T22:00:42.907Z
35612026-08-25T22:00:42.907Zinfo: running `cargo check --bins --no-default-features` on sled-storage (156/377)
35622026-08-25T22:00:43.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-08-25T22:00:43.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-08-25T22:00:43.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-08-25T22:00:43.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35662026-08-25T22:00:43.500Z
35672026-08-25T22:00:43.500Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (157/377)
35682026-08-25T22:00:44.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-08-25T22:00:44.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-08-25T22:00:44.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-08-25T22:00:44.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35722026-08-25T22:00:44.096Z
35732026-08-25T22:00:44.096Zinfo: running `cargo check --bins` on key-manager (158/377)
35742026-08-25T22:00:44.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-08-25T22:00:44.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-08-25T22:00:44.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-08-25T22:00:44.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35782026-08-25T22:00:44.675Z
35792026-08-25T22:00:44.675Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (159/377)
35802026-08-25T22:00:45.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-08-25T22:00:45.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-08-25T22:00:45.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-08-25T22:00:45.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35842026-08-25T22:00:45.268Z
35852026-08-25T22:00:45.268Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (160/377)
35862026-08-25T22:00:45.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-08-25T22:00:45.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-08-25T22:00:45.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-08-25T22:00:45.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35902026-08-25T22:00:45.857Z
35912026-08-25T22:00:45.857Zinfo: running `cargo check --bins` on typed-rng (161/377)
35922026-08-25T22:00:46.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-08-25T22:00:46.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-08-25T22:00:46.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-08-25T22:00:46.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35962026-08-25T22:00:46.419Z
35972026-08-25T22:00:46.419Zinfo: running `cargo check --bins` on gateway-test-utils (162/377)
35982026-08-25T22:00:46.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-08-25T22:00:46.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-08-25T22:00:46.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-08-25T22:00:46.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36022026-08-25T22:00:47.041Z
36032026-08-25T22:00:47.041Zinfo: running `cargo check --bins` on omicron-gateway (163/377)
36042026-08-25T22:00:47.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-08-25T22:00:47.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-08-25T22:00:47.778Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
36072026-08-25T22:00:47.781Z Checking void v1.0.2
36082026-08-25T22:00:47.781Z Checking tungstenite v0.23.0
36092026-08-25T22:00:47.781Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
36102026-08-25T22:00:47.781Z Checking dropshot-api-manager-types v0.8.0
36112026-08-25T22:00:47.906Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
36122026-08-25T22:00:47.912Z Checking nix v0.27.1
36132026-08-25T22:00:47.915Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
36142026-08-25T22:00:47.978Z Checking lzss v0.8.2
36152026-08-25T22:00:48.051Z Checking kstat-rs v0.2.5
36162026-08-25T22:00:48.077Z Checking fxhash v0.2.1
36172026-08-25T22:00:48.132Z Checking serde_bytes v0.11.19
36182026-08-25T22:00:48.151Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
36192026-08-25T22:00:48.191Z Checking signal-hook-tokio v0.3.1
36202026-08-25T22:00:48.219Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
36212026-08-25T22:00:48.234Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
36222026-08-25T22:00:48.312Z Checking tokio-tungstenite v0.23.1
36232026-08-25T22:00:48.411Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
36242026-08-25T22:00:49.496Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
36252026-08-25T22:00:50.038Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
36262026-08-25T22:00:52.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.11s
36272026-08-25T22:00:52.355Z
36282026-08-25T22:00:52.355Zinfo: running `cargo check --bins` on gateway-api (164/377)
36292026-08-25T22:00:52.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36302026-08-25T22:00:52.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36312026-08-25T22:00:52.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36322026-08-25T22:00:52.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36332026-08-25T22:00:52.926Z
36342026-08-25T22:00:52.927Zinfo: running `cargo check --bins` on ipcc (165/377)
36352026-08-25T22:00:53.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36362026-08-25T22:00:53.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36372026-08-25T22:00:53.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36382026-08-25T22:00:53.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36392026-08-25T22:00:53.487Z
36402026-08-25T22:00:53.487Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (166/377)
36412026-08-25T22:00:53.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36422026-08-25T22:00:53.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36432026-08-25T22:00:53.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36442026-08-25T22:00:53.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36452026-08-25T22:00:54.047Z
36462026-08-25T22:00:54.047Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (167/377)
36472026-08-25T22:00:54.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36482026-08-25T22:00:54.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36492026-08-25T22:00:54.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36502026-08-25T22:00:54.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36512026-08-25T22:00:54.647Z
36522026-08-25T22:00:54.647Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (168/377)
36532026-08-25T22:00:55.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36542026-08-25T22:00:55.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36552026-08-25T22:00:55.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36562026-08-25T22:00:55.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36572026-08-25T22:00:55.229Z
36582026-08-25T22:00:55.229Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (169/377)
36592026-08-25T22:00:55.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36602026-08-25T22:00:55.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36612026-08-25T22:00:55.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36622026-08-25T22:00:55.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36632026-08-25T22:00:55.802Z
36642026-08-25T22:00:55.803Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (170/377)
36652026-08-25T22:00:56.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36662026-08-25T22:00:56.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36672026-08-25T22:00:56.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36682026-08-25T22:00:56.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36692026-08-25T22:00:56.381Z
36702026-08-25T22:00:56.381Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (171/377)
36712026-08-25T22:00:56.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36722026-08-25T22:00:56.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36732026-08-25T22:00:56.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36742026-08-25T22:00:56.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36752026-08-25T22:00:56.976Z
36762026-08-25T22:00:56.976Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (172/377)
36772026-08-25T22:00:57.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36782026-08-25T22:00:57.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36792026-08-25T22:00:57.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36802026-08-25T22:00:57.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36812026-08-25T22:00:57.550Z
36822026-08-25T22:00:57.550Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (173/377)
36832026-08-25T22:00:58.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36842026-08-25T22:00:58.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36852026-08-25T22:00:58.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36862026-08-25T22:00:58.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36872026-08-25T22:00:58.127Z
36882026-08-25T22:00:58.128Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (174/377)
36892026-08-25T22:00:58.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36902026-08-25T22:00:58.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36912026-08-25T22:00:58.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36922026-08-25T22:00:58.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36932026-08-25T22:00:58.705Z
36942026-08-25T22:00:58.705Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (175/377)
36952026-08-25T22:00:59.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36962026-08-25T22:00:59.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36972026-08-25T22:00:59.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36982026-08-25T22:00:59.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36992026-08-25T22:00:59.281Z
37002026-08-25T22:00:59.281Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (176/377)
37012026-08-25T22:00:59.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37022026-08-25T22:00:59.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37032026-08-25T22:00:59.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37042026-08-25T22:00:59.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37052026-08-25T22:00:59.855Z
37062026-08-25T22:00:59.855Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (177/377)
37072026-08-25T22:01:00.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37082026-08-25T22:01:00.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37092026-08-25T22:01:00.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37102026-08-25T22:01:00.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37112026-08-25T22:01:00.434Z
37122026-08-25T22:01:00.434Zinfo: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (178/377)
37132026-08-25T22:01:00.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37142026-08-25T22:01:00.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37152026-08-25T22:01:00.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37162026-08-25T22:01:00.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37172026-08-25T22:01:01.007Z
37182026-08-25T22:01:01.007Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (179/377)
37192026-08-25T22:01:01.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37202026-08-25T22:01:01.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37212026-08-25T22:01:01.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37222026-08-25T22:01:01.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37232026-08-25T22:01:01.582Z
37242026-08-25T22:01:01.582Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (180/377)
37252026-08-25T22:01:02.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37262026-08-25T22:01:02.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37272026-08-25T22:01:02.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37282026-08-25T22:01:02.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37292026-08-25T22:01:02.158Z
37302026-08-25T22:01:02.158Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (181/377)
37312026-08-25T22:01:02.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37322026-08-25T22:01:02.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37332026-08-25T22:01:02.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37342026-08-25T22:01:02.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37352026-08-25T22:01:02.735Z
37362026-08-25T22:01:02.735Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (182/377)
37372026-08-25T22:01:03.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37382026-08-25T22:01:03.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37392026-08-25T22:01:03.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37402026-08-25T22:01:03.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37412026-08-25T22:01:03.314Z
37422026-08-25T22:01:03.314Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (183/377)
37432026-08-25T22:01:03.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37442026-08-25T22:01:03.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37452026-08-25T22:01:03.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37462026-08-25T22:01:03.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37472026-08-25T22:01:03.890Z
37482026-08-25T22:01:03.890Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (184/377)
37492026-08-25T22:01:04.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37502026-08-25T22:01:04.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37512026-08-25T22:01:04.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37522026-08-25T22:01:04.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37532026-08-25T22:01:04.467Z
37542026-08-25T22:01:04.467Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (185/377)
37552026-08-25T22:01:04.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37562026-08-25T22:01:04.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37572026-08-25T22:01:04.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37582026-08-25T22:01:04.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37592026-08-25T22:01:05.045Z
37602026-08-25T22:01:05.045Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (186/377)
37612026-08-25T22:01:05.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37622026-08-25T22:01:05.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37632026-08-25T22:01:05.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37642026-08-25T22:01:05.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37652026-08-25T22:01:05.641Z
37662026-08-25T22:01:05.641Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (187/377)
37672026-08-25T22:01:06.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37682026-08-25T22:01:06.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37692026-08-25T22:01:06.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37702026-08-25T22:01:06.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37712026-08-25T22:01:06.225Z
37722026-08-25T22:01:06.225Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (188/377)
37732026-08-25T22:01:06.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37742026-08-25T22:01:06.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37752026-08-25T22:01:06.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37762026-08-25T22:01:06.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37772026-08-25T22:01:06.810Z
37782026-08-25T22:01:06.810Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (189/377)
37792026-08-25T22:01:07.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37802026-08-25T22:01:07.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37812026-08-25T22:01:07.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37822026-08-25T22:01:07.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37832026-08-25T22:01:07.399Z
37842026-08-25T22:01:07.399Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (190/377)
37852026-08-25T22:01:07.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37862026-08-25T22:01:07.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37872026-08-25T22:01:07.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37882026-08-25T22:01:07.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37892026-08-25T22:01:07.984Z
37902026-08-25T22:01:07.985Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (191/377)
37912026-08-25T22:01:08.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37922026-08-25T22:01:08.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37932026-08-25T22:01:08.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37942026-08-25T22:01:08.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37952026-08-25T22:01:08.563Z
37962026-08-25T22:01:08.563Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (192/377)
37972026-08-25T22:01:09.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37982026-08-25T22:01:09.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37992026-08-25T22:01:09.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38002026-08-25T22:01:09.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38012026-08-25T22:01:09.145Z
38022026-08-25T22:01:09.145Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (193/377)
38032026-08-25T22:01:09.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38042026-08-25T22:01:09.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38052026-08-25T22:01:09.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38062026-08-25T22:01:09.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38072026-08-25T22:01:09.731Z
38082026-08-25T22:01:09.731Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (194/377)
38092026-08-25T22:01:10.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38102026-08-25T22:01:10.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38112026-08-25T22:01:10.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38122026-08-25T22:01:10.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38132026-08-25T22:01:10.317Z
38142026-08-25T22:01:10.317Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (195/377)
38152026-08-25T22:01:10.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38162026-08-25T22:01:10.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38172026-08-25T22:01:10.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38182026-08-25T22:01:10.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38192026-08-25T22:01:10.900Z
38202026-08-25T22:01:10.900Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (196/377)
38212026-08-25T22:01:11.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38222026-08-25T22:01:11.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38232026-08-25T22:01:11.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38242026-08-25T22:01:11.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38252026-08-25T22:01:11.491Z
38262026-08-25T22:01:11.491Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (197/377)
38272026-08-25T22:01:11.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38282026-08-25T22:01:11.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38292026-08-25T22:01:11.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38302026-08-25T22:01:11.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38312026-08-25T22:01:12.075Z
38322026-08-25T22:01:12.076Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (198/377)
38332026-08-25T22:01:12.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38342026-08-25T22:01:12.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38352026-08-25T22:01:12.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38362026-08-25T22:01:12.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38372026-08-25T22:01:12.662Z
38382026-08-25T22:01:12.662Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (199/377)
38392026-08-25T22:01:13.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38402026-08-25T22:01:13.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38412026-08-25T22:01:13.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38422026-08-25T22:01:13.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38432026-08-25T22:01:13.250Z
38442026-08-25T22:01:13.250Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (200/377)
38452026-08-25T22:01:13.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38462026-08-25T22:01:13.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38472026-08-25T22:01:13.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38482026-08-25T22:01:13.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38492026-08-25T22:01:13.841Z
38502026-08-25T22:01:13.841Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (201/377)
38512026-08-25T22:01:14.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38522026-08-25T22:01:14.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38532026-08-25T22:01:14.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38542026-08-25T22:01:14.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38552026-08-25T22:01:14.424Z
38562026-08-25T22:01:14.424Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (202/377)
38572026-08-25T22:01:14.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38582026-08-25T22:01:14.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38592026-08-25T22:01:14.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38602026-08-25T22:01:14.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38612026-08-25T22:01:15.009Z
38622026-08-25T22:01:15.009Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (203/377)
38632026-08-25T22:01:15.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38642026-08-25T22:01:15.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38652026-08-25T22:01:15.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38662026-08-25T22:01:15.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38672026-08-25T22:01:15.597Z
38682026-08-25T22:01:15.597Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (204/377)
38692026-08-25T22:01:16.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38702026-08-25T22:01:16.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38712026-08-25T22:01:16.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38722026-08-25T22:01:16.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38732026-08-25T22:01:16.172Z
38742026-08-25T22:01:16.172Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (205/377)
38752026-08-25T22:01:16.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38762026-08-25T22:01:16.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38772026-08-25T22:01:16.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38782026-08-25T22:01:16.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38792026-08-25T22:01:16.739Z
38802026-08-25T22:01:16.739Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (206/377)
38812026-08-25T22:01:17.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38822026-08-25T22:01:17.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38832026-08-25T22:01:17.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38842026-08-25T22:01:17.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38852026-08-25T22:01:17.310Z
38862026-08-25T22:01:17.310Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (207/377)
38872026-08-25T22:01:17.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38882026-08-25T22:01:17.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38892026-08-25T22:01:17.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38902026-08-25T22:01:17.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38912026-08-25T22:01:17.877Z
38922026-08-25T22:01:17.877Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (208/377)
38932026-08-25T22:01:18.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38942026-08-25T22:01:18.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38952026-08-25T22:01:18.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38962026-08-25T22:01:18.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38972026-08-25T22:01:18.449Z
38982026-08-25T22:01:18.450Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (209/377)
38992026-08-25T22:01:18.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39002026-08-25T22:01:18.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39012026-08-25T22:01:18.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39022026-08-25T22:01:18.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39032026-08-25T22:01:19.015Z
39042026-08-25T22:01:19.015Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (210/377)
39052026-08-25T22:01:19.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39062026-08-25T22:01:19.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39072026-08-25T22:01:19.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39082026-08-25T22:01:19.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39092026-08-25T22:01:19.589Z
39102026-08-25T22:01:19.589Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (211/377)
39112026-08-25T22:01:20.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39122026-08-25T22:01:20.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39132026-08-25T22:01:20.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39142026-08-25T22:01:20.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39152026-08-25T22:01:20.148Z
39162026-08-25T22:01:20.148Zinfo: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (212/377)
39172026-08-25T22:01:20.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39182026-08-25T22:01:20.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39192026-08-25T22:01:20.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39202026-08-25T22:01:20.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39212026-08-25T22:01:20.725Z
39222026-08-25T22:01:20.725Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (213/377)
39232026-08-25T22:01:21.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39242026-08-25T22:01:21.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39252026-08-25T22:01:21.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39262026-08-25T22:01:21.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39272026-08-25T22:01:21.287Z
39282026-08-25T22:01:21.288Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (214/377)
39292026-08-25T22:01:21.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39302026-08-25T22:01:21.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39312026-08-25T22:01:21.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39322026-08-25T22:01:21.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39332026-08-25T22:01:21.855Z
39342026-08-25T22:01:21.855Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (215/377)
39352026-08-25T22:01:22.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39362026-08-25T22:01:22.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39372026-08-25T22:01:22.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39382026-08-25T22:01:22.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39392026-08-25T22:01:22.420Z
39402026-08-25T22:01:22.420Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (216/377)
39412026-08-25T22:01:22.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-08-25T22:01:22.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-08-25T22:01:22.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442026-08-25T22:01:22.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39452026-08-25T22:01:22.985Z
39462026-08-25T22:01:22.985Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (217/377)
39472026-08-25T22:01:23.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-08-25T22:01:23.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-08-25T22:01:23.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-08-25T22:01:23.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39512026-08-25T22:01:23.552Z
39522026-08-25T22:01:23.553Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (218/377)
39532026-08-25T22:01:24.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-08-25T22:01:24.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-08-25T22:01:24.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-08-25T22:01:24.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39572026-08-25T22:01:24.120Z
39582026-08-25T22:01:24.120Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (219/377)
39592026-08-25T22:01:24.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-08-25T22:01:24.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-08-25T22:01:24.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-08-25T22:01:24.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39632026-08-25T22:01:24.694Z
39642026-08-25T22:01:24.694Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (220/377)
39652026-08-25T22:01:25.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-08-25T22:01:25.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-08-25T22:01:25.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-08-25T22:01:25.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39692026-08-25T22:01:25.287Z
39702026-08-25T22:01:25.287Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (221/377)
39712026-08-25T22:01:25.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-08-25T22:01:25.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-08-25T22:01:25.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-08-25T22:01:25.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39752026-08-25T22:01:25.874Z
39762026-08-25T22:01:25.874Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (222/377)
39772026-08-25T22:01:26.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-08-25T22:01:26.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-08-25T22:01:26.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39802026-08-25T22:01:26.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39812026-08-25T22:01:26.457Z
39822026-08-25T22:01:26.458Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (223/377)
39832026-08-25T22:01:26.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39842026-08-25T22:01:26.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39852026-08-25T22:01:26.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39862026-08-25T22:01:26.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39872026-08-25T22:01:27.040Z
39882026-08-25T22:01:27.040Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (224/377)
39892026-08-25T22:01:27.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39902026-08-25T22:01:27.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39912026-08-25T22:01:27.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39922026-08-25T22:01:27.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39932026-08-25T22:01:27.625Z
39942026-08-25T22:01:27.625Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (225/377)
39952026-08-25T22:01:28.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39962026-08-25T22:01:28.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39972026-08-25T22:01:28.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39982026-08-25T22:01:28.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39992026-08-25T22:01:28.213Z
40002026-08-25T22:01:28.213Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (226/377)
40012026-08-25T22:01:28.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-08-25T22:01:28.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-08-25T22:01:28.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40042026-08-25T22:01:28.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40052026-08-25T22:01:28.798Z
40062026-08-25T22:01:28.799Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (227/377)
40072026-08-25T22:01:29.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-08-25T22:01:29.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-08-25T22:01:29.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40102026-08-25T22:01:29.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40112026-08-25T22:01:29.384Z
40122026-08-25T22:01:29.384Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (228/377)
40132026-08-25T22:01:29.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40142026-08-25T22:01:29.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40152026-08-25T22:01:29.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40162026-08-25T22:01:29.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40172026-08-25T22:01:29.972Z
40182026-08-25T22:01:29.972Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (229/377)
40192026-08-25T22:01:30.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40202026-08-25T22:01:30.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40212026-08-25T22:01:30.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40222026-08-25T22:01:30.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40232026-08-25T22:01:30.551Z
40242026-08-25T22:01:30.551Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (230/377)
40252026-08-25T22:01:31.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40262026-08-25T22:01:31.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40272026-08-25T22:01:31.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40282026-08-25T22:01:31.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40292026-08-25T22:01:31.133Z
40302026-08-25T22:01:31.133Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (231/377)
40312026-08-25T22:01:31.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40322026-08-25T22:01:31.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40332026-08-25T22:01:31.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40342026-08-25T22:01:31.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40352026-08-25T22:01:31.716Z
40362026-08-25T22:01:31.716Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (232/377)
40372026-08-25T22:01:32.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40382026-08-25T22:01:32.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40392026-08-25T22:01:32.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40402026-08-25T22:01:32.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40412026-08-25T22:01:32.314Z
40422026-08-25T22:01:32.314Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (233/377)
40432026-08-25T22:01:32.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40442026-08-25T22:01:32.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40452026-08-25T22:01:32.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40462026-08-25T22:01:32.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40472026-08-25T22:01:32.895Z
40482026-08-25T22:01:32.895Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (234/377)
40492026-08-25T22:01:33.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40502026-08-25T22:01:33.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40512026-08-25T22:01:33.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40522026-08-25T22:01:33.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40532026-08-25T22:01:33.484Z
40542026-08-25T22:01:33.484Zinfo: running `cargo check --bins` on oximeter-producer (235/377)
40552026-08-25T22:01:33.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40562026-08-25T22:01:33.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40572026-08-25T22:01:33.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40582026-08-25T22:01:34.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40592026-08-25T22:01:34.088Z
40602026-08-25T22:01:34.088Zinfo: running `cargo check --bins` on internal-dns-resolver (236/377)
40612026-08-25T22:01:34.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40622026-08-25T22:01:34.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40632026-08-25T22:01:34.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40642026-08-25T22:01:34.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40652026-08-25T22:01:34.664Z
40662026-08-25T22:01:34.664Zinfo: running `cargo check --bins` on dns-server (237/377)
40672026-08-25T22:01:35.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40682026-08-25T22:01:35.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40692026-08-25T22:01:35.304Z Compiling parking_lot_core v0.8.6
40702026-08-25T22:01:35.412Z Compiling git-stub v1.0.0
40712026-08-25T22:01:35.419Z Checking prefix-trie v0.7.0
40722026-08-25T22:01:35.426Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
40732026-08-25T22:01:35.536Z Compiling git-stub-vcs v0.1.0
40742026-08-25T22:01:35.697Z Checking hickory-server v0.25.2
40752026-08-25T22:01:35.804Z Checking parking_lot v0.11.2
40762026-08-25T22:01:35.837Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
40772026-08-25T22:01:35.972Z Checking sled v0.34.7
40782026-08-25T22:01:37.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
40792026-08-25T22:01:38.074Z
40802026-08-25T22:01:38.074Zinfo: running `cargo check --bins` on dns-server-api (238/377)
40812026-08-25T22:01:38.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40822026-08-25T22:01:38.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40832026-08-25T22:01:38.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40842026-08-25T22:01:38.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40852026-08-25T22:01:38.649Z
40862026-08-25T22:01:38.649Zinfo: running `cargo check --bins` on nexus-client (239/377)
40872026-08-25T22:01:39.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40882026-08-25T22:01:39.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40892026-08-25T22:01:39.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40902026-08-25T22:01:39.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40912026-08-25T22:01:39.236Z
40922026-08-25T22:01:39.236Zinfo: running `cargo check --bins` on oximeter-producer-api (240/377)
40932026-08-25T22:01:39.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40942026-08-25T22:01:39.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40952026-08-25T22:01:39.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40962026-08-25T22:01:39.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40972026-08-25T22:01:39.802Z
40982026-08-25T22:01:39.802Zinfo: running `cargo check --bins` on sp-sim (241/377)
40992026-08-25T22:01:40.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41002026-08-25T22:01:40.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41012026-08-25T22:01:40.502Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41022026-08-25T22:01:41.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
41032026-08-25T22:01:41.211Z
41042026-08-25T22:01:41.211Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (242/377)
41052026-08-25T22:01:41.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41062026-08-25T22:01:41.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41072026-08-25T22:01:42.028Z Compiling proc-macro-error-attr2 v2.0.0
41082026-08-25T22:01:42.159Z Compiling hashbrown v0.14.5
41092026-08-25T22:01:42.159Z Compiling rfc6979 v0.4.0
41102026-08-25T22:01:42.165Z Compiling salty v0.3.0
41112026-08-25T22:01:42.181Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
41122026-08-25T22:01:42.193Z Compiling primeorder v0.13.6
41132026-08-25T22:01:42.206Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
41142026-08-25T22:01:42.278Z Compiling ecdsa v0.16.9
41152026-08-25T22:01:42.334Z Compiling sha1 v0.10.6
41162026-08-25T22:01:42.449Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
41172026-08-25T22:01:42.524Z Compiling proc-macro-error2 v2.0.1
41182026-08-25T22:01:42.633Z Compiling chumsky v0.9.3
41192026-08-25T22:01:42.651Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
41202026-08-25T22:01:42.666Z Compiling p384 v0.13.1
41212026-08-25T22:01:42.697Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
41222026-08-25T22:01:42.847Z Compiling knus-derive v3.4.0
41232026-08-25T22:01:42.871Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
41242026-08-25T22:01:42.907Z Checking libscf-sys v1.2.0
41252026-08-25T22:01:42.963Z Checking omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
41262026-08-25T22:01:43.036Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41272026-08-25T22:01:43.186Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
41282026-08-25T22:01:43.214Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41292026-08-25T22:01:43.386Z Checking corncobs v0.1.4
41302026-08-25T22:01:43.404Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
41312026-08-25T22:01:43.418Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
41322026-08-25T22:01:43.421Z Checking papergrid v0.18.0
41332026-08-25T22:01:43.459Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
41342026-08-25T22:01:43.511Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41352026-08-25T22:01:43.561Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
41362026-08-25T22:01:43.631Z Checking secrecy v0.8.0
41372026-08-25T22:01:43.759Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
41382026-08-25T22:01:43.775Z Compiling unicase v2.9.0
41392026-08-25T22:01:43.832Z Compiling progenitor-impl v0.13.0
41402026-08-25T22:01:43.932Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
41412026-08-25T22:01:43.974Z Compiling mime_guess v2.0.5
41422026-08-25T22:01:43.997Z Checking crc8 v0.1.1
41432026-08-25T22:01:44.096Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
41442026-08-25T22:01:44.212Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
41452026-08-25T22:01:44.215Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
41462026-08-25T22:01:44.243Z Checking tabled v0.21.0
41472026-08-25T22:01:44.256Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
41482026-08-25T22:01:44.289Z Compiling knus v3.4.0
41492026-08-25T22:01:44.782Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
41502026-08-25T22:01:45.051Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
41512026-08-25T22:01:45.084Z Checking progenitor-client v0.13.0
41522026-08-25T22:01:45.162Z Checking http-range v0.1.5
41532026-08-25T22:01:45.297Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41542026-08-25T22:01:45.326Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41552026-08-25T22:01:45.416Z Checking scuffle v0.1.0
41562026-08-25T22:01:45.478Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41572026-08-25T22:01:45.670Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
41582026-08-25T22:01:45.981Z Checking nanorand v0.7.0
41592026-08-25T22:01:46.068Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
41602026-08-25T22:01:46.184Z Checking flume v0.11.1
41612026-08-25T22:01:46.281Z Checking hyper-staticfile v0.10.1
41622026-08-25T22:01:46.379Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
41632026-08-25T22:01:46.411Z Compiling progenitor-macro v0.13.0
41642026-08-25T22:01:46.440Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
41652026-08-25T22:01:46.457Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
41662026-08-25T22:01:46.476Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
41672026-08-25T22:01:46.569Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
41682026-08-25T22:01:46.605Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
41692026-08-25T22:01:46.811Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
41702026-08-25T22:01:46.827Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41712026-08-25T22:01:46.990Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
41722026-08-25T22:01:47.019Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
41732026-08-25T22:01:47.232Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
41742026-08-25T22:01:47.294Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
41752026-08-25T22:01:47.496Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
41762026-08-25T22:01:48.838Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41772026-08-25T22:01:49.742Z Checking progenitor v0.13.0
41782026-08-25T22:01:49.875Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41792026-08-25T22:01:50.792Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
41802026-08-25T22:01:51.847Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
41812026-08-25T22:01:52.324Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
41822026-08-25T22:01:52.420Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
41832026-08-25T22:01:52.426Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
41842026-08-25T22:02:05.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.54s
41852026-08-25T22:02:05.762Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
41862026-08-25T22:02:05.762Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
41872026-08-25T22:02:05.965Z
41882026-08-25T22:02:05.965Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (243/377)
41892026-08-25T22:02:06.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41902026-08-25T22:02:06.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41912026-08-25T22:02:06.737Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41922026-08-25T22:02:17.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.45s
41932026-08-25T22:02:17.423Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
41942026-08-25T22:02:17.423Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
41952026-08-25T22:02:17.622Z
41962026-08-25T22:02:17.622Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (244/377)
41972026-08-25T22:02:18.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41982026-08-25T22:02:18.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41992026-08-25T22:02:18.405Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42002026-08-25T22:02:29.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s
42012026-08-25T22:02:29.037Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42022026-08-25T22:02:29.037Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42032026-08-25T22:02:29.243Z
42042026-08-25T22:02:29.243Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (245/377)
42052026-08-25T22:02:29.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42062026-08-25T22:02:29.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42072026-08-25T22:02:30.008Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42082026-08-25T22:02:40.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.33s
42092026-08-25T22:02:40.576Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42102026-08-25T22:02:40.576Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42112026-08-25T22:02:40.778Z
42122026-08-25T22:02:40.778Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (246/377)
42132026-08-25T22:02:41.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42142026-08-25T22:02:41.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42152026-08-25T22:02:41.552Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42162026-08-25T22:02:52.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.32s
42172026-08-25T22:02:52.106Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42182026-08-25T22:02:52.106Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42192026-08-25T22:02:52.305Z
42202026-08-25T22:02:52.305Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (247/377)
42212026-08-25T22:02:52.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42222026-08-25T22:02:52.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42232026-08-25T22:02:53.076Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42242026-08-25T22:03:03.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s
42252026-08-25T22:03:03.667Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42262026-08-25T22:03:03.667Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42272026-08-25T22:03:03.873Z
42282026-08-25T22:03:03.874Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (248/377)
42292026-08-25T22:03:04.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42302026-08-25T22:03:04.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42312026-08-25T22:03:04.658Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42322026-08-25T22:03:15.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s
42332026-08-25T22:03:15.234Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42342026-08-25T22:03:15.234Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42352026-08-25T22:03:15.433Z
42362026-08-25T22:03:15.433Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (249/377)
42372026-08-25T22:03:15.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42382026-08-25T22:03:15.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42392026-08-25T22:03:16.215Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42402026-08-25T22:03:26.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.32s
42412026-08-25T22:03:26.860Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42422026-08-25T22:03:26.860Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42432026-08-25T22:03:26.970Z
42442026-08-25T22:03:26.970Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (250/377)
42452026-08-25T22:03:27.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42462026-08-25T22:03:27.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42472026-08-25T22:03:27.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42482026-08-25T22:03:27.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42492026-08-25T22:03:27.555Z
42502026-08-25T22:03:27.556Zinfo: running `cargo check --bins` on installinator-common (251/377)
42512026-08-25T22:03:28.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42522026-08-25T22:03:28.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42532026-08-25T22:03:28.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42542026-08-25T22:03:28.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42552026-08-25T22:03:28.149Z
42562026-08-25T22:03:28.149Zinfo: running `cargo check --bins` on installinator-common-versions (252/377)
42572026-08-25T22:03:28.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42582026-08-25T22:03:28.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42592026-08-25T22:03:28.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42602026-08-25T22:03:28.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42612026-08-25T22:03:28.712Z
42622026-08-25T22:03:28.712Zinfo: running `cargo check --bins` on nexus-lockstep-client (253/377)
42632026-08-25T22:03:29.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42642026-08-25T22:03:29.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42652026-08-25T22:03:29.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42662026-08-25T22:03:29.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42672026-08-25T22:03:29.327Z
42682026-08-25T22:03:29.327Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (254/377)
42692026-08-25T22:03:29.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42702026-08-25T22:03:29.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42712026-08-25T22:03:29.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42722026-08-25T22:03:29.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42732026-08-25T22:03:29.907Z
42742026-08-25T22:03:29.907Zinfo: running `cargo check --bins` on range-requests (255/377)
42752026-08-25T22:03:30.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42762026-08-25T22:03:30.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42772026-08-25T22:03:30.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42782026-08-25T22:03:30.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42792026-08-25T22:03:30.482Z
42802026-08-25T22:03:30.482Zinfo: running `cargo check --bins` on repo-depot-api (256/377)
42812026-08-25T22:03:30.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42822026-08-25T22:03:30.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42832026-08-25T22:03:30.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42842026-08-25T22:03:30.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42852026-08-25T22:03:31.057Z
42862026-08-25T22:03:31.057Zinfo: running `cargo check --bins` on repo-depot-client (257/377)
42872026-08-25T22:03:31.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42882026-08-25T22:03:31.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42892026-08-25T22:03:31.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42902026-08-25T22:03:31.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42912026-08-25T22:03:31.621Z
42922026-08-25T22:03:31.621Zinfo: running `cargo check --bins` on sled-agent-api (258/377)
42932026-08-25T22:03:32.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42942026-08-25T22:03:32.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42952026-08-25T22:03:32.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42962026-08-25T22:03:32.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42972026-08-25T22:03:32.215Z
42982026-08-25T22:03:32.215Zinfo: running `cargo check --bins` on sled-diagnostics (259/377)
42992026-08-25T22:03:32.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43002026-08-25T22:03:32.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43012026-08-25T22:03:32.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43022026-08-25T22:03:32.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43032026-08-25T22:03:32.817Z
43042026-08-25T22:03:32.817Zinfo: running `cargo check --bins` on zfs-test-harness (260/377)
43052026-08-25T22:03:33.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43062026-08-25T22:03:33.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43072026-08-25T22:03:33.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43082026-08-25T22:03:33.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43092026-08-25T22:03:33.488Z
43102026-08-25T22:03:33.488Zinfo: running `cargo check --bins` on sled-agent-bootstrap-common (261/377)
43112026-08-25T22:03:33.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43122026-08-25T22:03:34.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43132026-08-25T22:03:34.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43142026-08-25T22:03:34.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43152026-08-25T22:03:34.102Z
43162026-08-25T22:03:34.102Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (262/377)
43172026-08-25T22:03:34.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43182026-08-25T22:03:34.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43192026-08-25T22:03:34.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43202026-08-25T22:03:34.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43212026-08-25T22:03:34.637Z
43222026-08-25T22:03:34.638Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (263/377)
43232026-08-25T22:03:35.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43242026-08-25T22:03:35.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43252026-08-25T22:03:35.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43262026-08-25T22:03:35.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43272026-08-25T22:03:35.266Z
43282026-08-25T22:03:35.266Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (264/377)
43292026-08-25T22:03:35.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43302026-08-25T22:03:35.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43312026-08-25T22:03:35.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43322026-08-25T22:03:35.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43332026-08-25T22:03:35.844Z
43342026-08-25T22:03:35.844Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (265/377)
43352026-08-25T22:03:36.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43362026-08-25T22:03:36.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43372026-08-25T22:03:36.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43382026-08-25T22:03:36.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43392026-08-25T22:03:36.433Z
43402026-08-25T22:03:36.434Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (266/377)
43412026-08-25T22:03:36.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43422026-08-25T22:03:36.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43432026-08-25T22:03:36.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43442026-08-25T22:03:36.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43452026-08-25T22:03:37.036Z
43462026-08-25T22:03:37.036Zinfo: running `cargo check --bins` on trust-quorum (267/377)
43472026-08-25T22:03:37.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43482026-08-25T22:03:37.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43492026-08-25T22:03:37.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43502026-08-25T22:03:37.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43512026-08-25T22:03:37.664Z
43522026-08-25T22:03:37.664Zinfo: running `cargo check --bins` on sled-agent-early-networking (268/377)
43532026-08-25T22:03:38.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43542026-08-25T22:03:38.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43552026-08-25T22:03:38.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43562026-08-25T22:03:38.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43572026-08-25T22:03:38.251Z
43582026-08-25T22:03:38.252Zinfo: running `cargo check --bins` on sled-agent-health-monitor (269/377)
43592026-08-25T22:03:38.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43602026-08-25T22:03:38.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43612026-08-25T22:03:38.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43622026-08-25T22:03:38.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43632026-08-25T22:03:38.855Z
43642026-08-25T22:03:38.855Zinfo: running `cargo check --bins` on sled-agent-multirack-join (270/377)
43652026-08-25T22:03:39.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43662026-08-25T22:03:39.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43672026-08-25T22:03:39.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43682026-08-25T22:03:39.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43692026-08-25T22:03:39.461Z
43702026-08-25T22:03:39.461Zinfo: running `cargo check --bins` on sled-agent-rack-setup (271/377)
43712026-08-25T22:03:39.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43722026-08-25T22:03:39.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43732026-08-25T22:03:39.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43742026-08-25T22:03:39.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43752026-08-25T22:03:40.088Z
43762026-08-25T22:03:40.088Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (272/377)
43772026-08-25T22:03:40.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43782026-08-25T22:03:40.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43792026-08-25T22:03:40.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43802026-08-25T22:03:40.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43812026-08-25T22:03:40.694Z
43822026-08-25T22:03:40.695Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (273/377)
43832026-08-25T22:03:41.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43842026-08-25T22:03:41.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43852026-08-25T22:03:41.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43862026-08-25T22:03:41.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43872026-08-25T22:03:41.317Z
43882026-08-25T22:03:41.317Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (274/377)
43892026-08-25T22:03:41.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43902026-08-25T22:03:41.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43912026-08-25T22:03:41.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43922026-08-25T22:03:41.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43932026-08-25T22:03:41.940Z
43942026-08-25T22:03:41.940Zinfo: running `cargo check --bins` on omicron-deployment-graph (275/377)
43952026-08-25T22:03:42.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43962026-08-25T22:03:42.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43972026-08-25T22:03:42.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43982026-08-25T22:03:42.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
43992026-08-25T22:03:42.501Z
44002026-08-25T22:03:42.501Zinfo: running `cargo check --bins` on transient-dns-server (276/377)
44012026-08-25T22:03:42.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44022026-08-25T22:03:42.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44032026-08-25T22:03:42.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44042026-08-25T22:03:42.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44052026-08-25T22:03:43.084Z
44062026-08-25T22:03:43.084Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (277/377)
44072026-08-25T22:03:43.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44082026-08-25T22:03:43.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44092026-08-25T22:03:43.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44102026-08-25T22:03:43.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44112026-08-25T22:03:43.666Z
44122026-08-25T22:03:43.666Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (278/377)
44132026-08-25T22:03:44.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44142026-08-25T22:03:44.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44152026-08-25T22:03:44.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44162026-08-25T22:03:44.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44172026-08-25T22:03:44.259Z
44182026-08-25T22:03:44.259Zinfo: running `cargo check --bins` on omicron-rpaths (279/377)
44192026-08-25T22:03:44.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44202026-08-25T22:03:44.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44212026-08-25T22:03:44.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44222026-08-25T22:03:44.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44232026-08-25T22:03:44.812Z
44242026-08-25T22:03:44.812Zinfo: running `cargo check --bins` on omicron-repl-utils (280/377)
44252026-08-25T22:03:45.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44262026-08-25T22:03:45.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44272026-08-25T22:03:45.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44282026-08-25T22:03:45.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44292026-08-25T22:03:45.363Z
44302026-08-25T22:03:45.363Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (281/377)
44312026-08-25T22:03:45.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44322026-08-25T22:03:45.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44332026-08-25T22:03:46.067Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
44342026-08-25T22:03:46.476Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
44352026-08-25T22:03:47.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.30s
44362026-08-25T22:03:47.859Z
44372026-08-25T22:03:47.859Zinfo: running `cargo check --bins` on clickhouse-admin-api (282/377)
44382026-08-25T22:03:48.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44392026-08-25T22:03:48.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44402026-08-25T22:03:48.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44412026-08-25T22:03:48.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44422026-08-25T22:03:48.430Z
44432026-08-25T22:03:48.431Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (283/377)
44442026-08-25T22:03:48.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44452026-08-25T22:03:48.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44462026-08-25T22:03:48.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44472026-08-25T22:03:48.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44482026-08-25T22:03:49.006Z
44492026-08-25T22:03:49.006Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (284/377)
44502026-08-25T22:03:49.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44512026-08-25T22:03:49.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44522026-08-25T22:03:49.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44532026-08-25T22:03:49.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44542026-08-25T22:03:49.592Z
44552026-08-25T22:03:49.592Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (285/377)
44562026-08-25T22:03:50.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44572026-08-25T22:03:50.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44582026-08-25T22:03:50.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44592026-08-25T22:03:50.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44602026-08-25T22:03:50.175Z
44612026-08-25T22:03:50.175Zinfo: running `cargo check --bins` on installinator-client (286/377)
44622026-08-25T22:03:50.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44632026-08-25T22:03:50.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44642026-08-25T22:03:50.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44652026-08-25T22:03:50.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44662026-08-25T22:03:50.732Z
44672026-08-25T22:03:50.733Zinfo: running `cargo check --bins` on oxide-client (287/377)
44682026-08-25T22:03:51.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44692026-08-25T22:03:51.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44702026-08-25T22:03:51.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44712026-08-25T22:03:51.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44722026-08-25T22:03:51.299Z
44732026-08-25T22:03:51.300Zinfo: running `cargo check --bins` on oximeter-client (288/377)
44742026-08-25T22:03:51.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44752026-08-25T22:03:51.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44762026-08-25T22:03:51.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44772026-08-25T22:03:51.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44782026-08-25T22:03:51.874Z
44792026-08-25T22:03:51.874Zinfo: running `cargo check --bins` on wicketd-client (289/377)
44802026-08-25T22:03:52.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44812026-08-25T22:03:52.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44822026-08-25T22:03:52.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44832026-08-25T22:03:52.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44842026-08-25T22:03:52.473Z
44852026-08-25T22:03:52.473Zinfo: running `cargo check --bins` on wicket-common (290/377)
44862026-08-25T22:03:52.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44872026-08-25T22:03:52.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44882026-08-25T22:03:52.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44892026-08-25T22:03:52.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44902026-08-25T22:03:53.062Z
44912026-08-25T22:03:53.062Zinfo: running `cargo check --bins` on wicketd-commission-client (291/377)
44922026-08-25T22:03:53.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44932026-08-25T22:03:53.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44942026-08-25T22:03:53.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44952026-08-25T22:03:53.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44962026-08-25T22:03:53.655Z
44972026-08-25T22:03:53.655Zinfo: running `cargo check --bins` on omicron-cockroach-admin (292/377)
44982026-08-25T22:03:54.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44992026-08-25T22:03:54.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45002026-08-25T22:03:54.315Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
45012026-08-25T22:03:54.320Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
45022026-08-25T22:03:55.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
45032026-08-25T22:03:55.684Z
45042026-08-25T22:03:55.684Zinfo: running `cargo check --bins` on cockroach-admin-api (293/377)
45052026-08-25T22:03:56.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45062026-08-25T22:03:56.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45072026-08-25T22:03:56.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45082026-08-25T22:03:56.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45092026-08-25T22:03:56.247Z
45102026-08-25T22:03:56.247Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (294/377)
45112026-08-25T22:03:56.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45122026-08-25T22:03:56.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45132026-08-25T22:03:56.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45142026-08-25T22:03:56.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
45152026-08-25T22:03:56.895Z
45162026-08-25T22:03:56.895Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (295/377)
45172026-08-25T22:03:57.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45182026-08-25T22:03:57.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45192026-08-25T22:03:57.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45202026-08-25T22:03:57.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
45212026-08-25T22:03:57.552Z
45222026-08-25T22:03:57.552Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (296/377)
45232026-08-25T22:03:58.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45242026-08-25T22:03:58.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45252026-08-25T22:03:58.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45262026-08-25T22:03:58.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45272026-08-25T22:03:58.173Z
45282026-08-25T22:03:58.173Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (297/377)
45292026-08-25T22:03:58.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45302026-08-25T22:03:58.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45312026-08-25T22:03:58.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45322026-08-25T22:03:58.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45332026-08-25T22:03:58.796Z
45342026-08-25T22:03:58.796Zinfo: running `cargo check --bins` on db-macros (298/377)
45352026-08-25T22:03:59.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45362026-08-25T22:03:59.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45372026-08-25T22:03:59.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45382026-08-25T22:03:59.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45392026-08-25T22:03:59.351Z
45402026-08-25T22:03:59.351Zinfo: running `cargo check --bins` on nexus-macros-common (299/377)
45412026-08-25T22:03:59.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45422026-08-25T22:03:59.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45432026-08-25T22:03:59.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45442026-08-25T22:03:59.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45452026-08-25T22:03:59.906Z
45462026-08-25T22:03:59.906Zinfo: running `cargo check --bins` on nexus-auth (300/377)
45472026-08-25T22:04:00.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45482026-08-25T22:04:00.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45492026-08-25T22:04:00.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45502026-08-25T22:04:00.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45512026-08-25T22:04:00.525Z
45522026-08-25T22:04:00.525Zinfo: running `cargo check --bins` on authz-macros (301/377)
45532026-08-25T22:04:00.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45542026-08-25T22:04:01.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45552026-08-25T22:04:01.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45562026-08-25T22:04:01.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45572026-08-25T22:04:01.084Z
45582026-08-25T22:04:01.084Zinfo: running `cargo check --bins` on nexus-db-fixed-data (302/377)
45592026-08-25T22:04:01.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45602026-08-25T22:04:01.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45612026-08-25T22:04:01.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45622026-08-25T22:04:01.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45632026-08-25T22:04:01.704Z
45642026-08-25T22:04:01.704Zinfo: running `cargo check --bins` on nexus-db-model (303/377)
45652026-08-25T22:04:02.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45662026-08-25T22:04:02.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45672026-08-25T22:04:02.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45682026-08-25T22:04:02.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45692026-08-25T22:04:02.321Z
45702026-08-25T22:04:02.321Zinfo: running `cargo check --bins` on nexus-db-schema (304/377)
45712026-08-25T22:04:02.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45722026-08-25T22:04:02.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45732026-08-25T22:04:02.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45742026-08-25T22:04:02.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45752026-08-25T22:04:02.889Z
45762026-08-25T22:04:02.889Zinfo: running `cargo check --bins` on nexus-defaults (305/377)
45772026-08-25T22:04:03.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45782026-08-25T22:04:03.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45792026-08-25T22:04:03.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45802026-08-25T22:04:03.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45812026-08-25T22:04:03.463Z
45822026-08-25T22:04:03.463Zinfo: running `cargo check --bins` on omicron-git-version (306/377)
45832026-08-25T22:04:03.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45842026-08-25T22:04:03.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45852026-08-25T22:04:03.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45862026-08-25T22:04:03.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45872026-08-25T22:04:04.025Z
45882026-08-25T22:04:04.025Zinfo: running `cargo check --bins` on nexus-db-errors (307/377)
45892026-08-25T22:04:04.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45902026-08-25T22:04:04.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45912026-08-25T22:04:04.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45922026-08-25T22:04:04.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45932026-08-25T22:04:04.648Z
45942026-08-25T22:04:04.648Zinfo: running `cargo check --bins` on nexus-db-lookup (308/377)
45952026-08-25T22:04:05.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45962026-08-25T22:04:05.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45972026-08-25T22:04:05.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45982026-08-25T22:04:05.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45992026-08-25T22:04:05.270Z
46002026-08-25T22:04:05.270Zinfo: running `cargo check --bins` on nexus-test-interface (309/377)
46012026-08-25T22:04:05.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46022026-08-25T22:04:05.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46032026-08-25T22:04:05.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46042026-08-25T22:04:05.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46052026-08-25T22:04:05.902Z
46062026-08-25T22:04:05.902Zinfo: running `cargo check --bins` on oximeter-collector (310/377)
46072026-08-25T22:04:06.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46082026-08-25T22:04:06.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46092026-08-25T22:04:06.620Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
46102026-08-25T22:04:06.621Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
46112026-08-25T22:04:07.299Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
46122026-08-25T22:04:09.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s
46132026-08-25T22:04:09.196Z
46142026-08-25T22:04:09.196Zinfo: running `cargo check --bins` on oximeter-api (311/377)
46152026-08-25T22:04:09.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46162026-08-25T22:04:09.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46172026-08-25T22:04:09.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46182026-08-25T22:04:09.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
46192026-08-25T22:04:09.769Z
46202026-08-25T22:04:09.769Zinfo: running `cargo check --bins` on cert-dev (312/377)
46212026-08-25T22:04:10.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46222026-08-25T22:04:10.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46232026-08-25T22:04:10.382Z Checking yasna v0.5.2
46242026-08-25T22:04:10.786Z Checking rcgen v0.12.1
46252026-08-25T22:04:11.040Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
46262026-08-25T22:04:11.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
46272026-08-25T22:04:11.402Z
46282026-08-25T22:04:11.402Zinfo: running `cargo check --bins` on clickana (313/377)
46292026-08-25T22:04:11.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46302026-08-25T22:04:11.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46312026-08-25T22:04:12.040Z Compiling instability v0.3.11
46322026-08-25T22:04:12.040Z Checking castaway v0.2.4
46332026-08-25T22:04:12.043Z Compiling indoc v2.0.7
46342026-08-25T22:04:12.043Z Checking unicode-truncate v1.1.0
46352026-08-25T22:04:12.043Z Checking lru v0.12.5
46362026-08-25T22:04:12.043Z Checking cassowary v0.3.0
46372026-08-25T22:04:12.239Z Checking compact_str v0.8.1
46382026-08-25T22:04:13.017Z Checking ratatui v0.29.0
46392026-08-25T22:04:14.066Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
46402026-08-25T22:04:14.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.38s
46412026-08-25T22:04:14.967Z
46422026-08-25T22:04:14.967Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (314/377)
46432026-08-25T22:04:15.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46442026-08-25T22:04:15.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46452026-08-25T22:04:15.678Z Checking headers-core v0.3.0
46462026-08-25T22:04:15.678Z Checking port-file v0.1.0
46472026-08-25T22:04:15.681Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
46482026-08-25T22:04:15.875Z Checking headers v0.4.1
46492026-08-25T22:04:16.242Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
46502026-08-25T22:04:17.215Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
46512026-08-25T22:04:17.735Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
46522026-08-25T22:04:18.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
46532026-08-25T22:04:18.372Z
46542026-08-25T22:04:18.372Zinfo: running `cargo check --bins` on ch-dev (315/377)
46552026-08-25T22:04:18.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46562026-08-25T22:04:18.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46572026-08-25T22:04:19.079Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
46582026-08-25T22:04:19.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
46592026-08-25T22:04:20.041Z
46602026-08-25T22:04:20.041Zinfo: running `cargo check --bins` on dev-tools-common (316/377)
46612026-08-25T22:04:20.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46622026-08-25T22:04:20.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46632026-08-25T22:04:20.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46642026-08-25T22:04:20.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
46652026-08-25T22:04:20.457Z
46662026-08-25T22:04:20.457Zinfo: running `cargo check --bins` on corpus-adjust (317/377)
46672026-08-25T22:04:20.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46682026-08-25T22:04:20.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46692026-08-25T22:04:21.078Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
46702026-08-25T22:04:21.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
46712026-08-25T22:04:21.623Z
46722026-08-25T22:04:21.623Zinfo: running `cargo check --bins` on crdb-seed (318/377)
46732026-08-25T22:04:22.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46742026-08-25T22:04:22.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46752026-08-25T22:04:22.336Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
46762026-08-25T22:04:23.449Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
46772026-08-25T22:04:23.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.17s
46782026-08-25T22:04:23.990Z
46792026-08-25T22:04:23.990Zinfo: running `cargo check --bins` on db-dev (319/377)
46802026-08-25T22:04:24.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46812026-08-25T22:04:24.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46822026-08-25T22:04:24.699Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
46832026-08-25T22:04:25.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
46842026-08-25T22:04:25.653Z
46852026-08-25T22:04:25.653Zinfo: running `cargo check --bins` on omicron-dev-lib (320/377)
46862026-08-25T22:04:26.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46872026-08-25T22:04:26.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46882026-08-25T22:04:26.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46892026-08-25T22:04:26.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46902026-08-25T22:04:26.263Z
46912026-08-25T22:04:26.263Zinfo: running `cargo check --bins` on xtask-downloader (321/377)
46922026-08-25T22:04:26.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46932026-08-25T22:04:26.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46942026-08-25T22:04:26.880Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
46952026-08-25T22:04:27.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
46962026-08-25T22:04:27.735Z
46972026-08-25T22:04:27.735Zinfo: running `cargo check --bins` on omicron-dropshot-apis (322/377)
46982026-08-25T22:04:28.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46992026-08-25T22:04:28.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47002026-08-25T22:04:28.472Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47012026-08-25T22:04:28.472Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47022026-08-25T22:04:28.475Z Checking git-stub v1.0.0
47032026-08-25T22:04:28.475Z Compiling trait-variant v0.1.2
47042026-08-25T22:04:28.588Z Checking maplit v1.0.2
47052026-08-25T22:04:28.616Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47062026-08-25T22:04:28.619Z Checking drift v0.2.0
47072026-08-25T22:04:28.619Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47082026-08-25T22:04:28.668Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
47092026-08-25T22:04:28.751Z Checking git-stub-vcs v0.1.0
47102026-08-25T22:04:28.811Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
47112026-08-25T22:04:28.828Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47122026-08-25T22:04:28.950Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
47132026-08-25T22:04:28.964Z Checking dropshot-api-manager v0.8.0
47142026-08-25T22:04:28.980Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
47152026-08-25T22:04:29.097Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
47162026-08-25T22:04:29.330Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47172026-08-25T22:04:29.807Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
47182026-08-25T22:04:30.792Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47192026-08-25T22:04:31.809Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47202026-08-25T22:04:32.560Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
47212026-08-25T22:04:33.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.27s
47222026-08-25T22:04:33.205Z
47232026-08-25T22:04:33.205Zinfo: running `cargo check --bins` on installinator-api (323/377)
47242026-08-25T22:04:33.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47252026-08-25T22:04:33.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47262026-08-25T22:04:33.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47272026-08-25T22:04:33.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
47282026-08-25T22:04:33.770Z
47292026-08-25T22:04:33.770Zinfo: running `cargo check --bins` on nexus-external-api (324/377)
47302026-08-25T22:04:34.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47312026-08-25T22:04:34.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47322026-08-25T22:04:34.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47332026-08-25T22:04:34.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47342026-08-25T22:04:34.379Z
47352026-08-25T22:04:34.379Zinfo: running `cargo check --bins` on nexus-internal-api (325/377)
47362026-08-25T22:04:34.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47372026-08-25T22:04:34.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47382026-08-25T22:04:34.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47392026-08-25T22:04:34.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47402026-08-25T22:04:34.984Z
47412026-08-25T22:04:34.984Zinfo: running `cargo check --bins` on nexus-lockstep-api (326/377)
47422026-08-25T22:04:35.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47432026-08-25T22:04:35.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47442026-08-25T22:04:35.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47452026-08-25T22:04:35.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47462026-08-25T22:04:35.592Z
47472026-08-25T22:04:35.592Zinfo: running `cargo check --bins` on ntp-admin-api (327/377)
47482026-08-25T22:04:36.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47492026-08-25T22:04:36.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47502026-08-25T22:04:36.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47512026-08-25T22:04:36.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
47522026-08-25T22:04:36.159Z
47532026-08-25T22:04:36.159Zinfo: running `cargo check --bins` on ntp-admin-types-versions (328/377)
47542026-08-25T22:04:36.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47552026-08-25T22:04:36.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47562026-08-25T22:04:36.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47572026-08-25T22:04:36.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
47582026-08-25T22:04:36.718Z
47592026-08-25T22:04:36.718Zinfo: running `cargo check --bins` on wicketd-api (329/377)
47602026-08-25T22:04:37.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47612026-08-25T22:04:37.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47622026-08-25T22:04:37.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47632026-08-25T22:04:37.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47642026-08-25T22:04:37.307Z
47652026-08-25T22:04:37.308Zinfo: running `cargo check --bins` on wicketd-commission-api (330/377)
47662026-08-25T22:04:37.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47672026-08-25T22:04:37.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47682026-08-25T22:04:37.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47692026-08-25T22:04:37.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
47702026-08-25T22:04:37.883Z
47712026-08-25T22:04:37.883Zinfo: running `cargo check --bins` on omicron-ls-apis (331/377)
47722026-08-25T22:04:38.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47732026-08-25T22:04:38.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47742026-08-25T22:04:38.495Z Compiling blake3 v1.8.5
47752026-08-25T22:04:38.602Z Checking arrayvec v0.7.6
47762026-08-25T22:04:38.602Z Checking arrayref v0.3.9
47772026-08-25T22:04:38.604Z Checking constant_time_eq v0.4.2
47782026-08-25T22:04:38.624Z Checking cargo-platform v0.3.2
47792026-08-25T22:04:38.624Z Checking topological-sort v0.2.2
47802026-08-25T22:04:38.627Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
47812026-08-25T22:04:38.773Z Checking cargo_metadata v0.23.1
47822026-08-25T22:04:39.469Z Checking omicron-zone-package v0.12.3
47832026-08-25T22:04:40.170Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
47842026-08-25T22:04:41.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.11s
47852026-08-25T22:04:41.165Z
47862026-08-25T22:04:41.165Zinfo: running `cargo check --bins` on mgs-dev (332/377)
47872026-08-25T22:04:41.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47882026-08-25T22:04:41.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47892026-08-25T22:04:41.879Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
47902026-08-25T22:04:42.509Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
47912026-08-25T22:04:43.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
47922026-08-25T22:04:43.216Z
47932026-08-25T22:04:43.216Zinfo: running `cargo check --bins` on omicron-omdb (333/377)
47942026-08-25T22:04:43.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47952026-08-25T22:04:43.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47962026-08-25T22:04:44.195Z Compiling darling_core v0.21.3
47972026-08-25T22:04:44.195Z Compiling vergen-lib v0.1.6
47982026-08-25T22:04:44.195Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47992026-08-25T22:04:44.203Z Compiling diesel_derives v2.3.7
48002026-08-25T22:04:44.203Z Checking scheduled-thread-pool v0.2.7
48012026-08-25T22:04:44.203Z Compiling vergen-gitcl v1.0.8
48022026-08-25T22:04:44.203Z Compiling diesel_table_macro_syntax v0.3.0
48032026-08-25T22:04:44.356Z Compiling dirs-sys-next v0.1.2
48042026-08-25T22:04:44.495Z Compiling glob v0.3.3
48052026-08-25T22:04:44.524Z Compiling crunchy v0.2.4
48062026-08-25T22:04:44.540Z Checking r2d2 v0.8.10
48072026-08-25T22:04:44.596Z Compiling dirs-next v2.0.0
48082026-08-25T22:04:44.691Z Compiling tiny-keccak v2.0.2
48092026-08-25T22:04:44.712Z Checking downcast-rs v2.0.2
48102026-08-25T22:04:44.721Z Compiling term v0.7.0
48112026-08-25T22:04:44.857Z Compiling clang-sys v1.8.1
48122026-08-25T22:04:44.879Z Compiling bit-vec v0.6.3
48132026-08-25T22:04:44.963Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
48142026-08-25T22:04:45.098Z Compiling bit-set v0.5.3
48152026-08-25T22:04:45.155Z Compiling ascii-canvas v3.0.0
48162026-08-25T22:04:45.239Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
48172026-08-25T22:04:45.261Z Compiling itertools v0.10.5
48182026-08-25T22:04:45.280Z Compiling ena v0.14.4
48192026-08-25T22:04:45.326Z Compiling libloading v0.8.9
48202026-08-25T22:04:45.369Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
48212026-08-25T22:04:45.386Z Compiling diff v0.1.13
48222026-08-25T22:04:45.403Z Compiling bindgen v0.71.1
48232026-08-25T22:04:45.486Z Compiling regex-syntax v0.6.29
48242026-08-25T22:04:45.672Z Compiling cexpr v0.6.0
48252026-08-25T22:04:45.810Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
48262026-08-25T22:04:45.984Z Compiling rustc-hash v2.1.1
48272026-08-25T22:04:46.007Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
48282026-08-25T22:04:46.313Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
48292026-08-25T22:04:46.325Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
48302026-08-25T22:04:46.342Z Compiling libxml v0.3.3
48312026-08-25T22:04:46.366Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
48322026-08-25T22:04:46.551Z Compiling strum_macros v0.24.3
48332026-08-25T22:04:46.596Z Compiling indoc v1.0.9
48342026-08-25T22:04:46.834Z Compiling darling_macro v0.21.3
48352026-08-25T22:04:47.032Z Compiling lalrpop v0.19.12
48362026-08-25T22:04:47.337Z Compiling darling v0.21.3
48372026-08-25T22:04:47.433Z Compiling dsl_auto_type v0.2.0
48382026-08-25T22:04:47.561Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
48392026-08-25T22:04:47.581Z Checking derive_builder v0.20.2
48402026-08-25T22:04:47.721Z Compiling oso-derive v0.27.3
48412026-08-25T22:04:47.766Z Checking quick-xml v0.37.5
48422026-08-25T22:04:47.908Z Compiling impl-trait-for-tuples v0.2.3
48432026-08-25T22:04:48.245Z Checking openssl-probe v0.1.6
48442026-08-25T22:04:48.392Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
48452026-08-25T22:04:48.639Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
48462026-08-25T22:04:48.838Z Checking bb8 v0.8.6
48472026-08-25T22:04:49.129Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
48482026-08-25T22:04:49.162Z Checking nonempty v0.12.0
48492026-08-25T22:04:49.178Z Compiling libz-sys v1.1.24
48502026-08-25T22:04:49.329Z Compiling strsim v0.10.0
48512026-08-25T22:04:49.371Z Compiling libgit2-sys v0.18.3+1.9.2
48522026-08-25T22:04:49.457Z Compiling vergen-git2 v9.1.0
48532026-08-25T22:04:49.623Z Compiling darling_core v0.13.4
48542026-08-25T22:04:49.692Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48552026-08-25T22:04:49.772Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48562026-08-25T22:04:49.903Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48572026-08-25T22:04:50.120Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48582026-08-25T22:04:50.307Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
48592026-08-25T22:04:50.494Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
48602026-08-25T22:04:50.685Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
48612026-08-25T22:04:50.728Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48622026-08-25T22:04:50.871Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
48632026-08-25T22:04:51.062Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48642026-08-25T22:04:51.253Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
48652026-08-25T22:04:51.439Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
48662026-08-25T22:04:51.495Z Compiling darling_macro v0.13.4
48672026-08-25T22:04:51.819Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48682026-08-25T22:04:51.994Z Compiling darling v0.13.4
48692026-08-25T22:04:52.091Z Compiling serde_with_macros v1.5.2
48702026-08-25T22:04:52.203Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
48712026-08-25T22:04:52.826Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
48722026-08-25T22:04:52.968Z Compiling serde_with v1.14.0
48732026-08-25T22:04:53.015Z Checking twox-hash v2.1.2
48742026-08-25T22:04:53.183Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
48752026-08-25T22:04:53.313Z Checking diesel v2.3.7
48762026-08-25T22:04:53.329Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
48772026-08-25T22:04:54.142Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
48782026-08-25T22:04:54.895Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
48792026-08-25T22:04:55.130Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
48802026-08-25T22:04:55.741Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
48812026-08-25T22:04:55.833Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
48822026-08-25T22:04:56.493Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
48832026-08-25T22:04:56.676Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
48842026-08-25T22:04:56.868Z Checking libsw-core v0.3.2
48852026-08-25T22:04:57.029Z Checking atty v0.2.14
48862026-08-25T22:04:57.134Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
48872026-08-25T22:04:57.152Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
48882026-08-25T22:04:57.182Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48892026-08-25T22:04:57.201Z Checking libsw v3.5.0
48902026-08-25T22:04:57.329Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48912026-08-25T22:04:57.356Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
48922026-08-25T22:04:58.630Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
48932026-08-25T22:04:58.764Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
48942026-08-25T22:04:59.348Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
48952026-08-25T22:04:59.461Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
48962026-08-25T22:05:00.047Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
48972026-08-25T22:05:00.238Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
48982026-08-25T22:05:00.389Z Checking fatfs v0.3.6
48992026-08-25T22:05:00.426Z Checking console v0.16.2
49002026-08-25T22:05:00.743Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
49012026-08-25T22:05:00.844Z Checking unit-prefix v0.5.2
49022026-08-25T22:05:00.980Z Compiling seq-macro v0.3.6
49032026-08-25T22:05:01.489Z Checking indicatif v0.18.4
49042026-08-25T22:05:01.906Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
49052026-08-25T22:05:02.028Z Checking oxide-update-engine-display v0.1.2
49062026-08-25T22:05:02.069Z Checking support-bundle-viewer v0.1.2
49072026-08-25T22:05:02.318Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
49082026-08-25T22:05:02.337Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
49092026-08-25T22:05:02.560Z Checking multimap v0.10.1
49102026-08-25T22:05:08.418Z Checking async-bb8-diesel v0.2.1
49112026-08-25T22:05:08.773Z Checking diesel-dtrace v0.5.0
49122026-08-25T22:05:11.678Z Compiling samael v0.0.19
49132026-08-25T22:05:15.273Z Compiling git2 v0.20.4
49142026-08-25T22:05:18.232Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
49152026-08-25T22:05:18.597Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
49162026-08-25T22:05:19.866Z Compiling polar-core v0.27.3
49172026-08-25T22:05:24.390Z Checking oso v0.27.3
49182026-08-25T22:05:56.098Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
49192026-08-25T22:07:11.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 28s
49202026-08-25T22:07:11.554Z
49212026-08-25T22:07:11.554Zinfo: running `cargo check --bins` on nexus-networking (334/377)
49222026-08-25T22:07:12.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49232026-08-25T22:07:12.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49242026-08-25T22:07:12.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49252026-08-25T22:07:12.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
49262026-08-25T22:07:12.226Z
49272026-08-25T22:07:12.226Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (335/377)
49282026-08-25T22:07:12.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49292026-08-25T22:07:12.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49302026-08-25T22:07:12.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49312026-08-25T22:07:12.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
49322026-08-25T22:07:12.859Z
49332026-08-25T22:07:12.859Zinfo: running `cargo check --bins` on nexus-saga-recovery (336/377)
49342026-08-25T22:07:13.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49352026-08-25T22:07:13.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49362026-08-25T22:07:13.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49372026-08-25T22:07:13.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
49382026-08-25T22:07:13.494Z
49392026-08-25T22:07:13.494Zinfo: running `cargo check --bins` on nexus-test-utils-macros (337/377)
49402026-08-25T22:07:13.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49412026-08-25T22:07:13.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49422026-08-25T22:07:13.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49432026-08-25T22:07:13.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
49442026-08-25T22:07:14.061Z
49452026-08-25T22:07:14.061Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (338/377)
49462026-08-25T22:07:14.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49472026-08-25T22:07:14.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49482026-08-25T22:07:14.891Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49492026-08-25T22:07:15.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s
49502026-08-25T22:07:15.900Z
49512026-08-25T22:07:15.900Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (339/377)
49522026-08-25T22:07:16.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49532026-08-25T22:07:16.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49542026-08-25T22:07:16.732Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49552026-08-25T22:07:56.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.14s
49562026-08-25T22:07:56.263Z
49572026-08-25T22:07:56.263Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (340/377)
49582026-08-25T22:07:56.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49592026-08-25T22:07:56.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49602026-08-25T22:07:56.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49612026-08-25T22:07:56.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
49622026-08-25T22:07:56.824Z
49632026-08-25T22:07:56.824Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (341/377)
49642026-08-25T22:07:57.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49652026-08-25T22:07:57.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49662026-08-25T22:07:57.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49672026-08-25T22:07:57.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
49682026-08-25T22:07:57.394Z
49692026-08-25T22:07:57.394Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (342/377)
49702026-08-25T22:07:57.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49712026-08-25T22:07:57.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49722026-08-25T22:07:57.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49732026-08-25T22:07:57.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
49742026-08-25T22:07:58.019Z
49752026-08-25T22:07:58.019Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (343/377)
49762026-08-25T22:07:58.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49772026-08-25T22:07:58.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49782026-08-25T22:07:58.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49792026-08-25T22:07:58.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
49802026-08-25T22:07:58.661Z
49812026-08-25T22:07:58.661Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (344/377)
49822026-08-25T22:07:59.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49832026-08-25T22:07:59.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49842026-08-25T22:07:59.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49852026-08-25T22:07:59.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
49862026-08-25T22:07:59.298Z
49872026-08-25T22:07:59.298Zinfo: running `cargo check --bins` on nexus-mgs-updates (345/377)
49882026-08-25T22:07:59.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49892026-08-25T22:07:59.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49902026-08-25T22:07:59.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49912026-08-25T22:07:59.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
49922026-08-25T22:07:59.917Z
49932026-08-25T22:07:59.918Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (346/377)
49942026-08-25T22:08:00.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49952026-08-25T22:08:00.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49962026-08-25T22:08:00.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49972026-08-25T22:08:00.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
49982026-08-25T22:08:00.557Z
49992026-08-25T22:08:00.557Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (347/377)
50002026-08-25T22:08:01.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50012026-08-25T22:08:01.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50022026-08-25T22:08:01.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50032026-08-25T22:08:01.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
50042026-08-25T22:08:01.188Z
50052026-08-25T22:08:01.188Zinfo: running `cargo check --bins` on nexus-switch-config (348/377)
50062026-08-25T22:08:01.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50072026-08-25T22:08:01.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50082026-08-25T22:08:01.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50092026-08-25T22:08:01.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
50102026-08-25T22:08:01.805Z
50112026-08-25T22:08:01.805Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (349/377)
50122026-08-25T22:08:02.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50132026-08-25T22:08:02.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50142026-08-25T22:08:02.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50152026-08-25T22:08:02.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
50162026-08-25T22:08:02.438Z
50172026-08-25T22:08:02.441Zinfo: running `cargo check --bins` on support-bundle-collection (350/377)
50182026-08-25T22:08:02.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50192026-08-25T22:08:02.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50202026-08-25T22:08:02.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50212026-08-25T22:08:02.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
50222026-08-25T22:08:03.072Z
50232026-08-25T22:08:03.072Zinfo: running `cargo check --bins` on omicron-dev (351/377)
50242026-08-25T22:08:03.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50252026-08-25T22:08:03.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50262026-08-25T22:08:03.975Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
50272026-08-25T22:08:03.975Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
50282026-08-25T22:08:04.164Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
50292026-08-25T22:08:04.192Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
50302026-08-25T22:08:04.210Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
50312026-08-25T22:08:04.225Z Checking yansi v1.0.1
50322026-08-25T22:08:04.228Z Checking diff v0.1.13
50332026-08-25T22:08:04.240Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
50342026-08-25T22:08:04.297Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
50352026-08-25T22:08:04.471Z Checking pretty_assertions v1.4.1
50362026-08-25T22:08:05.252Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
50372026-08-25T22:08:05.270Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
50382026-08-25T22:08:30.207Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
50392026-08-25T22:08:30.210Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
50402026-08-25T22:08:30.210Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
50412026-08-25T22:08:30.210Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
50422026-08-25T22:08:30.210Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
50432026-08-25T22:08:30.210Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
50442026-08-25T22:08:30.210Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
50452026-08-25T22:08:31.110Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
50462026-08-25T22:08:31.113Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
50472026-08-25T22:08:32.374Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
50482026-08-25T22:09:11.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
50492026-08-25T22:09:11.250Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
50502026-08-25T22:09:11.250Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
50512026-08-25T22:09:11.446Z
50522026-08-25T22:09:11.447Zinfo: running `cargo check --bins` on oximeter-load-test (352/377)
50532026-08-25T22:09:11.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50542026-08-25T22:09:11.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50552026-08-25T22:09:12.155Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
50562026-08-25T22:09:16.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
50572026-08-25T22:09:16.518Z
50582026-08-25T22:09:16.518Zinfo: running `cargo check --bins` on omicron-pins (353/377)
50592026-08-25T22:09:16.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50602026-08-25T22:09:16.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50612026-08-25T22:09:16.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50622026-08-25T22:09:16.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
50632026-08-25T22:09:16.519Z
50642026-08-25T22:09:16.519Zinfo: running `cargo check --bins` on rack-init-config (354/377)
50652026-08-25T22:09:16.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50662026-08-25T22:09:16.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50672026-08-25T22:09:16.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50682026-08-25T22:09:16.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
50692026-08-25T22:09:16.519Z
50702026-08-25T22:09:16.519Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (355/377)
50712026-08-25T22:09:16.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50722026-08-25T22:09:16.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50732026-08-25T22:09:16.519Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
50742026-08-25T22:09:16.519Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
50752026-08-25T22:09:16.519Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
50762026-08-25T22:09:42.100Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
50772026-08-25T22:09:42.505Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
50782026-08-25T22:09:44.271Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
50792026-08-25T22:09:44.759Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
50802026-08-25T22:09:47.861Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
50812026-08-25T22:10:11.857Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
50822026-08-25T22:10:12.603Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
50832026-08-25T22:10:14.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
50842026-08-25T22:10:14.522Z
50852026-08-25T22:10:14.522Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (356/377)
50862026-08-25T22:10:15.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50872026-08-25T22:10:15.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50882026-08-25T22:10:15.237Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
50892026-08-25T22:10:15.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
50902026-08-25T22:10:16.132Z
50912026-08-25T22:10:16.132Zinfo: running `cargo check --bins` on omicron-releng (357/377)
50922026-08-25T22:10:16.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50932026-08-25T22:10:16.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50942026-08-25T22:10:16.759Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
50952026-08-25T22:10:16.762Z Compiling fs-err v2.11.0
50962026-08-25T22:10:16.877Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
50972026-08-25T22:10:16.888Z Checking parse-size v1.1.0
50982026-08-25T22:10:16.897Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
50992026-08-25T22:10:16.903Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
51002026-08-25T22:10:16.903Z Checking shell-words v1.1.1
51012026-08-25T22:10:16.990Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
51022026-08-25T22:10:17.317Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
51032026-08-25T22:10:17.501Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
51042026-08-25T22:10:18.173Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
51052026-08-25T22:10:19.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.00s
51062026-08-25T22:10:19.302Z
51072026-08-25T22:10:19.302Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (358/377)
51082026-08-25T22:10:19.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51092026-08-25T22:10:19.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51102026-08-25T22:10:19.939Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
51112026-08-25T22:10:20.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
51122026-08-25T22:10:20.612Z
51132026-08-25T22:10:20.612Zinfo: running `cargo check --bins` on schema (359/377)
51142026-08-25T22:10:21.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51152026-08-25T22:10:21.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51162026-08-25T22:10:21.605Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
51172026-08-25T22:10:22.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
51182026-08-25T22:10:22.255Z
51192026-08-25T22:10:22.255Zinfo: running `cargo check --bins` on xtask (360/377)
51202026-08-25T22:10:22.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51212026-08-25T22:10:22.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51222026-08-25T22:10:22.660Z Checking serde_core v1.0.228
51232026-08-25T22:10:22.663Z Checking libc v0.2.185
51242026-08-25T22:10:22.663Z Checking bitflags v2.11.0
51252026-08-25T22:10:22.745Z Checking scroll v0.12.0
51262026-08-25T22:10:22.748Z Checking thiserror v1.0.69
51272026-08-25T22:10:22.752Z Checking log v0.4.33
51282026-08-25T22:10:22.765Z Checking zerocopy v0.7.35
51292026-08-25T22:10:22.768Z Checking indexmap v2.14.0
51302026-08-25T22:10:22.838Z Checking syn v2.0.117
51312026-08-25T22:10:22.883Z Checking dtrace-parser v0.2.0
51322026-08-25T22:10:22.896Z Checking once_cell v1.21.3
51332026-08-25T22:10:22.958Z Checking goblin v0.8.2
51342026-08-25T22:10:23.020Z Checking errno v0.3.14
51352026-08-25T22:10:23.070Z Checking getrandom v0.4.3
51362026-08-25T22:10:23.114Z Checking thread-id v4.2.2
51372026-08-25T22:10:23.138Z Checking rustix v1.1.4
51382026-08-25T22:10:23.194Z Checking memmap v0.7.0
51392026-08-25T22:10:23.206Z Checking thiserror v2.0.18
51402026-08-25T22:10:23.248Z Checking fs-err v3.3.0
51412026-08-25T22:10:23.294Z Checking tabled v0.15.0
51422026-08-25T22:10:23.304Z Checking anyhow v1.0.104
51432026-08-25T22:10:23.911Z Checking terminal_size v0.4.3
51442026-08-25T22:10:23.911Z Checking tempfile v3.27.0
51452026-08-25T22:10:24.042Z Checking clap_builder v4.6.0
51462026-08-25T22:10:24.045Z Checking textwrap v0.16.2
51472026-08-25T22:10:24.195Z Checking serde v1.0.228
51482026-08-25T22:10:24.195Z Checking serde_json v1.0.151
51492026-08-25T22:10:24.198Z Checking camino v1.2.5
51502026-08-25T22:10:24.255Z Checking cargo-platform v0.3.2
51512026-08-25T22:10:24.383Z Checking semver v1.0.28
51522026-08-25T22:10:24.461Z Checking camino-tempfile v1.4.1
51532026-08-25T22:10:24.594Z Checking serde_spanned v0.6.9
51542026-08-25T22:10:24.594Z Checking toml_datetime v0.6.11
51552026-08-25T22:10:24.597Z Checking macaddr v1.0.1
51562026-08-25T22:10:24.623Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
51572026-08-25T22:10:24.775Z Checking toml_edit v0.22.27
51582026-08-25T22:10:24.786Z Checking dof v0.3.0
51592026-08-25T22:10:24.790Z Checking cargo_metadata v0.23.1
51602026-08-25T22:10:25.042Z Checking usdt-impl v0.5.0
51612026-08-25T22:10:25.230Z Checking clap v4.6.1
51622026-08-25T22:10:25.304Z Checking usdt v0.5.0
51632026-08-25T22:10:25.741Z Checking toml v0.8.23
51642026-08-25T22:10:26.001Z Checking cargo_toml v0.21.0
51652026-08-25T22:10:26.648Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
51662026-08-25T22:10:27.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.78s
51672026-08-25T22:10:27.142Z
51682026-08-25T22:10:27.142Zinfo: running `cargo check --bins` on dnsadm (361/377)
51692026-08-25T22:10:27.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51702026-08-25T22:10:27.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51712026-08-25T22:10:27.782Z Checking arc-swap v1.8.2
51722026-08-25T22:10:28.063Z Checking slog-scope v4.4.1
51732026-08-25T22:10:28.180Z Checking slog-stdlog v4.1.1
51742026-08-25T22:10:28.282Z Checking slog-envlogger v2.2.0
51752026-08-25T22:10:28.404Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
51762026-08-25T22:10:28.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
51772026-08-25T22:10:28.996Z
51782026-08-25T22:10:28.996Zinfo: running `cargo check --bins` on end-to-end-tests (362/377)
51792026-08-25T22:10:29.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51802026-08-25T22:10:29.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51812026-08-25T22:10:29.811Z Checking cpubits v0.1.1
51822026-08-25T22:10:29.937Z Checking pem-rfc7468 v1.0.0
51832026-08-25T22:10:29.951Z Checking hmac v0.13.0
51842026-08-25T22:10:29.956Z Checking universal-hash v0.6.1
51852026-08-25T22:10:29.972Z Checking ctr v0.10.1
51862026-08-25T22:10:29.972Z Checking aead v0.6.1
51872026-08-25T22:10:29.999Z Checking crypto-bigint v0.7.5
51882026-08-25T22:10:29.999Z Checking aes v0.9.1
51892026-08-25T22:10:30.028Z Checking salsa20 v0.11.0
51902026-08-25T22:10:30.075Z Checking der v0.8.0
51912026-08-25T22:10:30.078Z Checking polyval v0.7.1
51922026-08-25T22:10:30.104Z Checking pbkdf2 v0.13.0
51932026-08-25T22:10:30.122Z Checking cbc v0.2.1
51942026-08-25T22:10:30.153Z Checking ff v0.14.0
51952026-08-25T22:10:30.200Z Checking signature v3.0.0
51962026-08-25T22:10:30.221Z Checking scrypt v0.12.0
51972026-08-25T22:10:30.244Z Checking ghash v0.6.0
51982026-08-25T22:10:30.302Z Checking base16ct v1.0.0
51992026-08-25T22:10:30.318Z Checking group v0.14.0
52002026-08-25T22:10:30.355Z Checking hkdf v0.13.0
52012026-08-25T22:10:30.375Z Compiling curve25519-dalek v5.0.0
52022026-08-25T22:10:30.392Z Checking keccak v0.2.0
52032026-08-25T22:10:30.410Z Checking aes-gcm v0.11.0
52042026-08-25T22:10:30.433Z Checking poly1305 v0.9.0
52052026-08-25T22:10:30.464Z Checking wnaf v0.14.0
52062026-08-25T22:10:30.493Z Checking blowfish v0.10.0
52072026-08-25T22:10:30.548Z Checking blake2 v0.11.0-rc.6
52082026-08-25T22:10:30.578Z Checking sha3 v0.11.0
52092026-08-25T22:10:30.636Z Checking kem v0.3.0
52102026-08-25T22:10:30.651Z Checking bcrypt-pbkdf v0.11.0
52112026-08-25T22:10:30.708Z Checking module-lattice v0.2.3
52122026-08-25T22:10:30.758Z Checking sponge-cursor v0.1.0
52132026-08-25T22:10:30.807Z Checking argon2 v0.6.0-rc.8
52142026-08-25T22:10:30.823Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
52152026-08-25T22:10:30.886Z Checking sha3 v0.12.0
52162026-08-25T22:10:30.902Z Checking spki v0.8.0
52172026-08-25T22:10:30.923Z Checking sec1 v0.8.1
52182026-08-25T22:10:30.937Z Checking ml-kem v0.3.2
52192026-08-25T22:10:31.007Z Checking internal-russh-num-bigint v0.5.0
52202026-08-25T22:10:31.074Z Checking pkcs5 v0.8.1
52212026-08-25T22:10:31.089Z Checking pkcs1 v0.8.0-rc.4
52222026-08-25T22:10:31.124Z Checking num-bigint v0.4.6
52232026-08-25T22:10:31.146Z Checking generic-array v1.4.3
52242026-08-25T22:10:31.306Z Checking russh-util v0.52.0
52252026-08-25T22:10:31.376Z Checking pkcs8 v0.11.0
52262026-08-25T22:10:31.429Z Compiling enum_dispatch v0.3.13
52272026-08-25T22:10:31.552Z Compiling delegate v0.13.5
52282026-08-25T22:10:31.582Z Checking ed25519 v3.0.0
52292026-08-25T22:10:31.687Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
52302026-08-25T22:10:31.728Z Checking hex-literal v1.1.0
52312026-08-25T22:10:31.785Z Checking ed25519-dalek v3.0.0
52322026-08-25T22:10:31.829Z Checking md5 v0.8.0
52332026-08-25T22:10:31.884Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
52342026-08-25T22:10:31.999Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
52352026-08-25T22:10:32.014Z Checking socket2 v0.5.10
52362026-08-25T22:10:32.049Z Checking internet-checksum v0.2.1
52372026-08-25T22:10:32.094Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
52382026-08-25T22:10:32.242Z Checking elliptic-curve v0.14.1
52392026-08-25T22:10:32.243Z Checking rfc6979 v0.6.0
52402026-08-25T22:10:32.246Z Checking primefield v0.14.0
52412026-08-25T22:10:32.287Z Checking ssh-encoding v0.3.0
52422026-08-25T22:10:32.371Z Checking crypto-primes v0.7.2
52432026-08-25T22:10:32.508Z Checking ssh-cipher v0.3.0
52442026-08-25T22:10:32.508Z Checking russh-cryptovec v0.62.0
52452026-08-25T22:10:32.655Z Checking ecdsa v0.17.0
52462026-08-25T22:10:32.658Z Checking primeorder v0.14.0
52472026-08-25T22:10:33.025Z Checking p521 v0.14.0
52482026-08-25T22:10:33.025Z Checking p256 v0.14.0
52492026-08-25T22:10:33.025Z Checking p384 v0.14.0
52502026-08-25T22:10:33.301Z Checking rsa v0.10.0-rc.18
52512026-08-25T22:10:35.881Z Checking ssh-key v0.7.0-rc.11
52522026-08-25T22:10:36.637Z Checking russh v0.62.4
52532026-08-25T22:10:49.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.90s
52542026-08-25T22:10:49.909Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
52552026-08-25T22:10:49.909Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
52562026-08-25T22:10:50.116Z
52572026-08-25T22:10:50.116Zinfo: running `cargo check --bins` on gateway-cli (363/377)
52582026-08-25T22:10:50.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52592026-08-25T22:10:50.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52602026-08-25T22:10:50.746Z Checking termios v0.3.3
52612026-08-25T22:10:50.947Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
52622026-08-25T22:10:51.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
52632026-08-25T22:10:51.719Z
52642026-08-25T22:10:51.719Zinfo: running `cargo check --bins --no-default-features` on installinator (364/377)
52652026-08-25T22:10:52.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52662026-08-25T22:10:52.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52672026-08-25T22:10:52.400Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
52682026-08-25T22:10:53.089Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
52692026-08-25T22:10:54.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.96s
52702026-08-25T22:10:54.873Z
52712026-08-25T22:10:54.873Zinfo: running `cargo check --bins` on internal-dns-cli (365/377)
52722026-08-25T22:10:55.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52732026-08-25T22:10:55.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52742026-08-25T22:10:55.515Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
52752026-08-25T22:10:55.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
52762026-08-25T22:10:56.127Z
52772026-08-25T22:10:56.127Zinfo: running `cargo check --bins` on omicron-live-tests (366/377)
52782026-08-25T22:10:56.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52792026-08-25T22:10:56.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52802026-08-25T22:10:56.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
52812026-08-25T22:10:56.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
52822026-08-25T22:10:56.690Z
52832026-08-25T22:10:56.690Zinfo: running `cargo check --bins` on live-tests-macros (367/377)
52842026-08-25T22:10:57.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52852026-08-25T22:10:57.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52862026-08-25T22:10:57.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
52872026-08-25T22:10:57.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
52882026-08-25T22:10:57.251Z
52892026-08-25T22:10:57.251Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (368/377)
52902026-08-25T22:10:57.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52912026-08-25T22:10:57.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52922026-08-25T22:10:57.994Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
52932026-08-25T22:10:58.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
52942026-08-25T22:10:58.782Z
52952026-08-25T22:10:58.782Zinfo: running `cargo check --bins` on omicron-ntp-admin (369/377)
52962026-08-25T22:10:59.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52972026-08-25T22:10:59.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52982026-08-25T22:10:59.427Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
52992026-08-25T22:10:59.533Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
53002026-08-25T22:11:00.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s
53012026-08-25T22:11:00.539Z
53022026-08-25T22:11:00.539Zinfo: running `cargo check --bins` on ntp-admin-types (370/377)
53032026-08-25T22:11:01.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53042026-08-25T22:11:01.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53052026-08-25T22:11:01.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
53062026-08-25T22:11:01.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
53072026-08-25T22:11:01.100Z
53082026-08-25T22:11:01.100Zinfo: running `cargo check --bins` on omicron-package (371/377)
53092026-08-25T22:11:01.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53102026-08-25T22:11:01.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53112026-08-25T22:11:01.780Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
53122026-08-25T22:11:02.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
53132026-08-25T22:11:03.056Z
53142026-08-25T22:11:03.056Zinfo: running `cargo check --bins` on tqdb (372/377)
53152026-08-25T22:11:03.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53162026-08-25T22:11:03.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53172026-08-25T22:11:03.843Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
53182026-08-25T22:11:04.199Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
53192026-08-25T22:11:04.708Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
53202026-08-25T22:11:04.708Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
53212026-08-25T22:11:11.540Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
53222026-08-25T22:11:11.543Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
53232026-08-25T22:11:11.543Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
53242026-08-25T22:11:12.170Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
53252026-08-25T22:11:12.170Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
53262026-08-25T22:11:12.173Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
53272026-08-25T22:11:12.173Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
53282026-08-25T22:11:12.943Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
53292026-08-25T22:11:13.581Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
53302026-08-25T22:11:13.809Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
53312026-08-25T22:11:14.040Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
53322026-08-25T22:11:14.899Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
53332026-08-25T22:11:15.551Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
53342026-08-25T22:11:20.449Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
53352026-08-25T22:11:27.708Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
53362026-08-25T22:11:27.708Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
53372026-08-25T22:11:27.711Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
53382026-08-25T22:11:27.711Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
53392026-08-25T22:11:29.207Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
53402026-08-25T22:11:30.497Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
53412026-08-25T22:11:31.182Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
53422026-08-25T22:11:32.473Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
53432026-08-25T22:11:33.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.97s
53442026-08-25T22:11:33.234Z
53452026-08-25T22:11:33.234Zinfo: running `cargo check --bins` on wicket-dbg (373/377)
53462026-08-25T22:11:33.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53472026-08-25T22:11:33.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53482026-08-25T22:11:33.942Z Checking rtoolbox v0.0.3
53492026-08-25T22:11:33.943Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
53502026-08-25T22:11:34.065Z Checking tui-tree-widget v0.23.1
53512026-08-25T22:11:34.067Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
53522026-08-25T22:11:34.164Z Checking rpassword v7.5.4
53532026-08-25T22:11:36.972Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
53542026-08-25T22:11:38.822Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
53552026-08-25T22:11:39.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.52s
53562026-08-25T22:11:39.952Z
53572026-08-25T22:11:39.952Zinfo: running `cargo check --bins` on wicket (374/377)
53582026-08-25T22:11:40.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53592026-08-25T22:11:40.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53602026-08-25T22:11:40.649Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
53612026-08-25T22:11:41.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
53622026-08-25T22:11:41.205Z
53632026-08-25T22:11:41.206Zinfo: running `cargo check --bins` on wicketd (375/377)
53642026-08-25T22:11:41.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53652026-08-25T22:11:41.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53662026-08-25T22:11:41.909Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
53672026-08-25T22:11:45.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.23s
53682026-08-25T22:11:45.634Z
53692026-08-25T22:11:45.635Zinfo: running `cargo check --bins` on omicron-workspace-hack (376/377)
53702026-08-25T22:11:46.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53712026-08-25T22:11:46.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53722026-08-25T22:11:46.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
53732026-08-25T22:11:46.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
53742026-08-25T22:11:46.200Z
53752026-08-25T22:11:46.200Zinfo: running `cargo check --bins` on zone-setup (377/377)
53762026-08-25T22:11:46.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53772026-08-25T22:11:46.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53782026-08-25T22:11:46.873Z Checking uzers v0.12.2
53792026-08-25T22:11:47.145Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
53802026-08-25T22:11:47.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
53812026-08-25T22:11:48.133Z
53822026-08-25T22:11:48.133Zreal 14:24.434307735
53832026-08-25T22:11:48.134Zuser 21:38.846475671
53842026-08-25T22:11:48.134Zsys 4:26.895314903
53852026-08-25T22:11:48.134Ztrap 0.362437295
53862026-08-25T22:11:48.134Ztflt 2.128816464
53872026-08-25T22:11:48.134Zdflt 1.694290611
53882026-08-25T22:11:48.134Zkflt 0.005161590
53892026-08-25T22:11:48.134Zlock 1:27:25.812361848
53902026-08-25T22:11:48.134Zslp 1:42:54.393330948
53912026-08-25T22:11:48.134Zlat 56.961972174
53922026-08-25T22:11:48.137Zstop 3:59.134241195
53932026-08-25T22:11:48.137Zprocess exited: duration 995805 ms, exit code 0
 
53942026-08-25T22:11:48.143Zfound 0 output files