01KZYM7ZR9ZH3Q4NMYGV6HFGEW: 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: 01KZYM8TCN1X3FGDWEMWCKKW49

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-13T22:36:35.314Zjob assigned to worker 01KZYM90JGX23G9B693P3836B9 [factory aws, i-0e653e5f5f1203cc9] (queued for 48 s)
 
22026-08-13T22:36:41.377Zstarting task 0: "setup"
32026-08-13T22:36:41.381Z++ uname -s
42026-08-13T22:36:41.384Z+ kern=SunOS
52026-08-13T22:36:41.384Z+ build_user=build
62026-08-13T22:36:41.384Z+ build_uid=12345
72026-08-13T22:36:41.384Z+ work_dir=/work
82026-08-13T22:36:41.384Z+ input_dir=/input
92026-08-13T22:36:41.384Z+ [[ 0 == 12345 ]]
102026-08-13T22:36:41.384Z+ case "$kern" in
112026-08-13T22:36:41.384Z+ groupadd -g 12345 build
122026-08-13T22:36:41.387Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-13T22:36:43.389Z+ zfs create -o mountpoint=/work rpool/work
142026-08-13T22:36:43.453Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-13T22:36:43.456Z+ home_fs=zfs
162026-08-13T22:36:43.456Z+ [[ zfs == autofs ]]
172026-08-13T22:36:43.456Z+ mkdir -p /home/build
182026-08-13T22:36:43.456Z+ chown build:build /home/build /work
192026-08-13T22:36:45.459Z+ chmod 0700 /home/build /work
202026-08-13T22:36:45.466Zprocess exited: duration 4082 ms, exit code 0
 
212026-08-13T22:36:45.474Zstarting task 1: "rust-toolchain"
222026-08-13T22:36:45.480Z * rust toolchain channel = "1.97.1"
232026-08-13T22:36:45.480Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
242026-08-13T22:36:45.480Z * rust toolchain profile = "default"
252026-08-13T22:36:45.481Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-13T22:36:45.481Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-13T22:36:45.481Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-13T22:36:45.484Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-13T22:36:45.484Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-13T22:36:45.573Zinfo: downloading installer
312026-08-13T22:36:47.136Zwarn: It looks like you have an existing rustup settings file at:
322026-08-13T22:36:47.136Zwarn: /home/build/.rustup/settings.toml
332026-08-13T22:36:47.136Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-13T22:36:47.136Zwarn: instead of the one inferred from the default host triple.
352026-08-13T22:36:47.149Zinfo: profile set to default
362026-08-13T22:36:47.149Zinfo: default host triple is x86_64-unknown-illumos
372026-08-13T22:36:47.150Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-13T22:36:47.301Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-13T22:36:47.330Zinfo: downloading 6 components
402026-08-13T22:37:01.444Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-13T22:37:01.444Z
422026-08-13T22:37:01.472Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-13T22:37:01.472Z
442026-08-13T22:37:01.472Z
452026-08-13T22:37:01.472ZRust is installed now. Great!
462026-08-13T22:37:01.472Z
472026-08-13T22:37:01.513ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-13T22:37:01.513Zenvironment variable. This has not been done automatically.
492026-08-13T22:37:01.513Z
502026-08-13T22:37:01.513ZTo configure your current shell, you need to source
512026-08-13T22:37:01.513Zthe corresponding env file under $HOME/.cargo.
522026-08-13T22:37:01.513Z
532026-08-13T22:37:01.513ZThis is usually done by running one of the following (note the leading DOT):
542026-08-13T22:37:01.513Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-13T22:37:01.514Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-13T22:37:01.514Zsource "~/.cargo/env.nu" # For nushell
572026-08-13T22:37:01.514Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-13T22:37:01.514Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-13T22:37:01.514Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-13T22:37:01.514Zwarn: no default linker (`cc`) was found in your PATH
612026-08-13T22:37:01.514Zwarn: many Rust crates require a system C toolchain to build
622026-08-13T22:37:01.557Z+ rustup --version
632026-08-13T22:37:01.591Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-13T22:37:01.591Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-13T22:37:01.627Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-13T22:37:01.627Z+ cargo --version
672026-08-13T22:37:01.664Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-13T22:37:01.664Z+ rustc --version
692026-08-13T22:37:01.664Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-13T22:37:01.664Zprocess exited: duration 16153 ms, exit code 0
 
712026-08-13T22:37:01.705Zstarting task 2: "authentication"
722026-08-13T22:37:01.743Zprocess exited: duration 31 ms, exit code 0
 
732026-08-13T22:37:01.756Zstarting task 3: "clone repository"
742026-08-13T22:37:01.760Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-13T22:37:01.760Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-13T22:37:01.806ZCloning into '/work/oxidecomputer/omicron'...
772026-08-13T22:37:12.875Z+ cd /work/oxidecomputer/omicron
782026-08-13T22:37:12.875Z+ git fetch origin 66ec4031ab532a906f647aab1d2a19d5b45cff84
792026-08-13T22:37:13.229ZFrom https://github.com/oxidecomputer/omicron
802026-08-13T22:37:13.229Z * branch 66ec4031ab532a906f647aab1d2a19d5b45cff84 -> FETCH_HEAD
812026-08-13T22:37:13.239Z+ [[ -n '' ]]
822026-08-13T22:37:13.239Z+ git reset --hard 66ec4031ab532a906f647aab1d2a19d5b45cff84
832026-08-13T22:37:13.491ZHEAD is now at 66ec4031a Update generated dependencies for maghemite bump
842026-08-13T22:37:13.495Zprocess exited: duration 11742 ms, exit code 0
 
852026-08-13T22:37:13.501Zstarting task 4: "build"
862026-08-13T22:37:13.504Z+ source .github/buildomat/ci-env.sh
872026-08-13T22:37:13.507Z++ export CARGO_TERM_COLOR=always
882026-08-13T22:37:13.507Z++ CARGO_TERM_COLOR=always
892026-08-13T22:37:13.508Z+++ uname -s
902026-08-13T22:37:13.508Z++ [[ SunOS == \S\u\n\O\S ]]
912026-08-13T22:37:13.508Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
922026-08-13T22:37:13.513Z+ cargo --version
932026-08-13T22:37:13.518Zcargo 1.97.1 (c980f4866 2026-06-30)
942026-08-13T22:37:13.521Z+ rustc --version
952026-08-13T22:37:13.539Zrustc 1.97.1 (8bab26f4f 2026-07-14)
962026-08-13T22:37:13.542Z+ source ./env.sh
972026-08-13T22:37:13.542Z++ OLD_SHELL_OPTS=ehxB
982026-08-13T22:37:13.542Z++ set -o xtrace
992026-08-13T22:37:13.545Z++++ dirname ./env.sh
1002026-08-13T22:37:13.545Z+++ readlink -f .
1012026-08-13T22:37:13.548Z++ OMICRON_WS=/work/oxidecomputer/omicron
1022026-08-13T22:37:13.548Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-08-13T22:37:13.548Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-08-13T22:37:13.548Z++ 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
1052026-08-13T22:37:13.548Z++ 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
1062026-08-13T22:37:13.548Z++ 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
1072026-08-13T22:37:13.548Z++ 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
1082026-08-13T22:37:13.548Z++ 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
1092026-08-13T22:37:13.548Z++ 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
1102026-08-13T22:37:13.549Z++ 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
1112026-08-13T22:37:13.549Z++ 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
1122026-08-13T22:37:13.549Z++ case $OLD_SHELL_OPTS in
1132026-08-13T22:37:13.549Z++ unset OLD_SHELL_OPTS OMICRON_WS
1142026-08-13T22:37:13.549Z+ 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
1152026-08-13T22:37:13.549Z+ 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
1162026-08-13T22:37:13.549Z+ banner prerequisites
1172026-08-13T22:37:13.549Z
1182026-08-13T22:37:13.549Z ##### ##### ###### ##### ###### #### # # # #### #
1192026-08-13T22:37:13.549Z # # # # # # # # # # # # # # #
1202026-08-13T22:37:13.549Z # # # # ##### # # ##### # # # # # #### #
1212026-08-13T22:37:13.549Z ##### ##### # ##### # # # # # # # # #
1222026-08-13T22:37:13.552Z # # # # # # # # # # # # # # #
1232026-08-13T22:37:13.552Z # # # ###### # # ###### ### # #### # #### #
1242026-08-13T22:37:13.552Z
1252026-08-13T22:37:13.553Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1262026-08-13T22:37:15.348Z Startup: Refreshing catalog 'helios' ... Done
1272026-08-13T22:37:15.653Z Startup: Caching catalogs ... Done
1282026-08-13T22:37:17.388ZPlanning: Solver setup ... Done (1.635s)
1292026-08-13T22:37:17.441ZPlanning: Running solver ... Done (0.053s)
1302026-08-13T22:37:17.482ZPlanning: Finding local manifests ... Done (0.004s)
1312026-08-13T22:37:17.493ZPlanning: Fetching manifests: 0/2 0% complete
1322026-08-13T22:37:17.513ZPlanning: Fetching manifests: 2/2 100% complete
1332026-08-13T22:37:17.530ZPlanning: Package planning ... Done (0.013s)
1342026-08-13T22:37:17.533ZPlanning: Merging actions ... Done (0.001s)
1352026-08-13T22:37:17.692ZPlanning: Checking for conflicting actions ... Done (0.162s)
1362026-08-13T22:37:17.755ZPlanning: Consolidating action changes ... Done (0.001s)
1372026-08-13T22:37:18.483ZPlanning: Evaluating mediators ... Done (0.788s)
1382026-08-13T22:37:18.493ZPlanning: Planning completed in 2.80 seconds
1392026-08-13T22:37:18.502Z Packages to install: 2
1402026-08-13T22:37:18.502Z Estimated space available: 156.01 GB
1412026-08-13T22:37:18.502ZEstimated space to be consumed: 67.95 MB
1422026-08-13T22:37:18.502Z Create boot environment: No
1432026-08-13T22:37:18.502ZCreate backup boot environment: No
1442026-08-13T22:37:18.502Z Rebuild boot archive: No
1452026-08-13T22:37:18.502Z
1462026-08-13T22:37:18.502ZChanged packages:
1472026-08-13T22:37:18.502Zhelios
1482026-08-13T22:37:18.502Z developer/build-essential
1492026-08-13T22:37:18.502Z None -> 11-3.0
1502026-08-13T22:37:18.502Z library/libxmlsec1
1512026-08-13T22:37:18.502Z None -> 1.2.35-3.0
1522026-08-13T22:37:18.520Z
1532026-08-13T22:37:18.520ZDownload: 0/214 items 0.0/1.3MB 0% complete
1542026-08-13T22:37:18.580ZDownload: Completed 1.28 MB in 0.07 seconds (19.0M/s)
1552026-08-13T22:37:18.670Z Actions: 1/268 actions (Installing new actions)
1562026-08-13T22:37:18.708Z Actions: Completed 268 actions in 0.04 seconds.
1572026-08-13T22:37:18.737ZFinalize: Updating package state database ... Done (0.030s)
1582026-08-13T22:37:18.737ZFinalize: Updating package cache ... Done (0.000s)
1592026-08-13T22:37:18.813ZFinalize: Updating image state ... Done (0.075s)
1602026-08-13T22:37:21.260ZFinalize: Creating fast lookup database ... Done (2.401s)
1612026-08-13T22:37:21.329ZFinalize: Reading search index ... Done (0.012s)
1622026-08-13T22:37:21.333ZFinalize: Updating search index ... Done (0.000s)
1632026-08-13T22:37:21.480ZFinalize: Updating package cache ... Done (0.000s)
1642026-08-13T22:37:21.844ZPlanning: Evaluating mediator changes ... Done
1652026-08-13T22:37:21.939ZPlanning: Checking for conflicting actions ... Done
1662026-08-13T22:37:21.947ZPlanning: Consolidating action changes ... Done
1672026-08-13T22:37:22.098ZPlanning: Evaluating mediators ... Done
1682026-08-13T22:37:22.101ZPlanning: Planning completed in 0.26 seconds
1692026-08-13T22:37:22.119Z Mediators to change: 2
1702026-08-13T22:37:22.119Z Create boot environment: No
1712026-08-13T22:37:22.122ZCreate backup boot environment: No
1722026-08-13T22:37:22.163ZFinalize: Updating package state database ... Done
1732026-08-13T22:37:22.163ZFinalize: Updating package cache ... Done
1742026-08-13T22:37:22.207ZFinalize: Updating image state ... Done
1752026-08-13T22:37:24.149ZFinalize: Creating fast lookup database ... Done
1762026-08-13T22:37:24.210ZFinalize: Reading search index ... Done
1772026-08-13T22:37:24.213ZFinalize: Updating search index ... Done
1782026-08-13T22:37:24.330ZFinalize: Updating package cache ... Done
1792026-08-13T22:37:24.610ZPlanning: Evaluating mediator changes ... Done
1802026-08-13T22:37:24.715ZPlanning: Checking for conflicting actions ... Done
1812026-08-13T22:37:24.718ZPlanning: Consolidating action changes ... Done
1822026-08-13T22:37:24.872ZPlanning: Evaluating mediators ... Done
1832026-08-13T22:37:24.875ZPlanning: Planning completed in 0.26 seconds
1842026-08-13T22:37:24.895Z Mediators to change: 1
1852026-08-13T22:37:24.902Z Create boot environment: No
1862026-08-13T22:37:24.902ZCreate backup boot environment: No
1872026-08-13T22:37:24.935ZFinalize: Updating package state database ... Done
1882026-08-13T22:37:24.935ZFinalize: Updating package cache ... Done
1892026-08-13T22:37:24.974ZFinalize: Updating image state ... Done
1902026-08-13T22:37:26.936ZFinalize: Creating fast lookup database ... Done
1912026-08-13T22:37:26.996ZFinalize: Reading search index ... Done
1922026-08-13T22:37:26.998ZFinalize: Updating search index ... Done
1932026-08-13T22:37:27.074ZFinalize: Updating package cache ... Done
1942026-08-13T22:37:27.387ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1952026-08-13T22:37:27.387Zapache system 2.4 system
1962026-08-13T22:37:27.387Zclang system 15 system
1972026-08-13T22:37:27.387Zcsh system system illumos
1982026-08-13T22:37:27.387Zctags system system illumos
1992026-08-13T22:37:27.387Zfile vendor vendor darwinsys
2002026-08-13T22:37:27.387Zfile system system illumos
2012026-08-13T22:37:27.387Zgcc vendor 14 vendor
2022026-08-13T22:37:27.387Zgcc system 13 system
2032026-08-13T22:37:27.387Zgcc system 10 system
2042026-08-13T22:37:27.387Zgo system 1.25 system
2052026-08-13T22:37:27.387Zllvm system 15 system
2062026-08-13T22:37:27.387Zmariadb system 11.4 system
2072026-08-13T22:37:27.387Zmta vendor vendor dma
2082026-08-13T22:37:27.387Zopenjdk system 17 system
2092026-08-13T22:37:27.388Zopenjdk system 11 system
2102026-08-13T22:37:27.388Zopenssl vendor 3 vendor
2112026-08-13T22:37:27.388Zperl system 5.40 system
2122026-08-13T22:37:27.388Zpostgresql system 18 system
2132026-08-13T22:37:27.388Zpostgresql system 17 system
2142026-08-13T22:37:27.388Zpython vendor 3 vendor
2152026-08-13T22:37:27.388Zpython system 2 system
2162026-08-13T22:37:27.388Zpython3 vendor 3.13 vendor
2172026-08-13T22:37:27.388Zruby system 3.4 system
2182026-08-13T22:37:27.388Zruby system 3.0 system
2192026-08-13T22:37:27.388Zwords vendor vendor american-english
2202026-08-13T22:37:27.388Zwords system system australian-english
2212026-08-13T22:37:27.389Zwords system system british-english
2222026-08-13T22:37:27.389Zwords system system canadian-english
2232026-08-13T22:37:27.389Zwords system system french
2242026-08-13T22:37:27.389Zwords system system italian
2252026-08-13T22:37:27.389Zwords system system ngerman
2262026-08-13T22:37:27.389Zwords system system ogerman
2272026-08-13T22:37:27.389Zwords system system spanish
2282026-08-13T22:37:27.639ZPUBLISHER TYPE STATUS P LOCATION
2292026-08-13T22:37:27.640Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2302026-08-13T22:37:28.081ZFMRI IFO
2312026-08-13T22:37:28.081Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2322026-08-13T22:37:28.081Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2332026-08-13T22:37:28.081Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2342026-08-13T22:37:28.081Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2352026-08-13T22:37:28.081Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2362026-08-13T22:37:28.081Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2372026-08-13T22:37:28.082Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2382026-08-13T22:37:28.082Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2392026-08-13T22:37:28.082Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2402026-08-13T22:37:28.411Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2412026-08-13T22:37:28.758Z Updating crates.io index
2422026-08-13T22:37:28.762Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2432026-08-13T22:37:29.056Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2442026-08-13T22:37:29.398Z Updating git repository `https://github.com/oxidecomputer/propolis`
2452026-08-13T22:37:30.389Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2462026-08-13T22:37:30.921Z Updating git repository `https://github.com/oxidecomputer/crucible`
2472026-08-13T22:37:32.958Z Updating git repository `https://github.com/oxidecomputer/opte`
2482026-08-13T22:37:33.848Z Updating git repository `https://github.com/oxidecomputer/tofino`
2492026-08-13T22:37:34.132Z Updating git repository `https://github.com/oxidecomputer/lldp`
2502026-08-13T22:37:34.472Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2512026-08-13T22:37:35.813Z Updating git repository `https://github.com/oxidecomputer/clickward`
2522026-08-13T22:37:36.171Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2532026-08-13T22:37:36.521Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2542026-08-13T22:37:37.145Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2552026-08-13T22:37:37.416Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2562026-08-13T22:37:37.695Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2572026-08-13T22:37:37.993Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2582026-08-13T22:37:38.254Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2592026-08-13T22:37:38.592Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2602026-08-13T22:37:39.036Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2612026-08-13T22:37:39.493Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2622026-08-13T22:37:39.894Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2632026-08-13T22:37:40.381Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2642026-08-13T22:37:40.692Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2652026-08-13T22:37:41.335Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2662026-08-13T22:37:41.687Z Updating git repository `https://github.com/oxidecomputer/erebor`
2672026-08-13T22:37:41.967Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2682026-08-13T22:37:42.390Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2692026-08-13T22:37:42.688Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2702026-08-13T22:37:43.138Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2712026-08-13T22:37:43.500Z Updating git repository `https://github.com/oxidecomputer/ispf`
2722026-08-13T22:37:43.780Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2732026-08-13T22:37:44.104Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2742026-08-13T22:37:44.492Z Updating git repository `https://github.com/oxidecomputer/tough`
2752026-08-13T22:37:45.044Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2762026-08-13T22:37:45.328Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772026-08-13T22:37:45.616Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2782026-08-13T22:37:45.958Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2792026-08-13T22:37:46.308Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2802026-08-13T22:37:46.598Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2812026-08-13T22:37:46.905Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2822026-08-13T22:37:47.251Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2832026-08-13T22:37:47.552Z Updating git repository `https://github.com/illumos/smf-rs`
2842026-08-13T22:37:50.447Z Downloading crates ...
2852026-08-13T22:37:50.503Z Downloaded clap_lex v1.0.0
2862026-08-13T22:37:50.509Z Downloaded crypto-common v0.1.7
2872026-08-13T22:37:50.512Z Downloaded cfg-if v1.0.4
2882026-08-13T22:37:50.512Z Downloaded anstyle v1.0.14
2892026-08-13T22:37:50.515Z Downloaded byteorder v1.5.0
2902026-08-13T22:37:50.519Z Downloaded tabled_derive v0.7.0
2912026-08-13T22:37:50.522Z Downloaded toml_datetime v0.6.11
2922026-08-13T22:37:50.522Z Downloaded utf8parse v0.2.2
2932026-08-13T22:37:50.522Z Downloaded is_terminal_polyfill v1.70.2
2942026-08-13T22:37:50.522Z Downloaded anstream v1.0.0
2952026-08-13T22:37:50.525Z Downloaded zerocopy-derive v0.7.35
2962026-08-13T22:37:50.528Z Downloaded swrite v0.1.0
2972026-08-13T22:37:50.531Z Downloaded cpufeatures v0.2.17
2982026-08-13T22:37:50.537Z Downloaded winnow v0.7.14
2992026-08-13T22:37:50.541Z Downloaded zmij v1.0.21
3002026-08-13T22:37:50.544Z Downloaded cargo-platform v0.3.2
3012026-08-13T22:37:50.544Z Downloaded zerocopy v0.7.35
3022026-08-13T22:37:50.552Z Downloaded unicode-ident v1.0.24
3032026-08-13T22:37:50.554Z Downloaded camino-tempfile v1.4.1
3042026-08-13T22:37:50.554Z Downloaded heck v0.5.0
3052026-08-13T22:37:50.554Z Downloaded fnv v1.0.7
3062026-08-13T22:37:50.557Z Downloaded heck v0.4.1
3072026-08-13T22:37:50.557Z Downloaded anstyle-query v1.1.5
3082026-08-13T22:37:50.561Z Downloaded block-buffer v0.10.4
3092026-08-13T22:37:50.564Z Downloaded generic-array v0.14.7
3102026-08-13T22:37:50.567Z Downloaded clap v4.6.1
3112026-08-13T22:37:50.571Z Downloaded memmap v0.7.0
3122026-08-13T22:37:50.586Z Downloaded dof v0.3.0
3132026-08-13T22:37:50.589Z Downloaded dtrace-parser v0.2.0
3142026-08-13T22:37:50.589Z Downloaded equivalent v1.0.2
3152026-08-13T22:37:50.589Z Downloaded fastrand v2.3.0
3162026-08-13T22:37:50.589Z Downloaded pretty-hex v0.4.1
3172026-08-13T22:37:50.592Z Downloaded colorchoice v1.0.4
3182026-08-13T22:37:50.592Z Downloaded once_cell v1.21.3
3192026-08-13T22:37:50.598Z Downloaded strsim v0.11.1
3202026-08-13T22:37:50.600Z Downloaded errno v0.3.14
3212026-08-13T22:37:50.605Z Downloaded usdt-macro v0.5.0
3222026-08-13T22:37:50.608Z Downloaded macaddr v1.0.1
3232026-08-13T22:37:50.608Z Downloaded unicode-linebreak v0.1.5
3242026-08-13T22:37:50.611Z Downloaded usdt v0.5.0
3252026-08-13T22:37:50.614Z Downloaded toml_write v0.1.2
3262026-08-13T22:37:50.620Z Downloaded version_check v0.9.5
3272026-08-13T22:37:50.626Z Downloaded serde_spanned v0.6.9
3282026-08-13T22:37:50.629Z Downloaded thread-id v4.2.2
3292026-08-13T22:37:50.631Z Downloaded terminal_size v0.4.3
3302026-08-13T22:37:50.631Z Downloaded scroll_derive v0.12.1
3312026-08-13T22:37:50.637Z Downloaded cargo_metadata v0.23.1
3322026-08-13T22:37:50.640Z Downloaded clap_builder v4.6.0
3332026-08-13T22:37:50.643Z Downloaded bytecount v0.6.9
3342026-08-13T22:37:50.643Z Downloaded digest v0.10.7
3352026-08-13T22:37:50.646Z Downloaded plain v0.2.3
3362026-08-13T22:37:50.646Z Downloaded proc-macro-error-attr v1.0.4
3372026-08-13T22:37:50.649Z Downloaded smawk v0.3.2
3382026-08-13T22:37:50.651Z Downloaded usdt-attr-macro v0.5.0
3392026-08-13T22:37:50.654Z Downloaded pest_generator v2.8.6
3402026-08-13T22:37:50.656Z Downloaded anstyle-parse v1.0.0
3412026-08-13T22:37:50.659Z Downloaded itoa v1.0.17
3422026-08-13T22:37:50.665Z Downloaded camino v1.2.2
3432026-08-13T22:37:50.668Z Downloaded fs-err v3.3.0
3442026-08-13T22:37:50.671Z Downloaded proc-macro-error v1.0.4
3452026-08-13T22:37:50.671Z Downloaded quote v1.0.45
3462026-08-13T22:37:50.674Z Downloaded sha2 v0.10.9
3472026-08-13T22:37:50.674Z Downloaded usdt-impl v0.5.0
3482026-08-13T22:37:50.680Z Downloaded autocfg v1.5.0
3492026-08-13T22:37:50.683Z Downloaded scroll v0.12.0
3502026-08-13T22:37:50.686Z Downloaded thiserror-impl v2.0.18
3512026-08-13T22:37:50.689Z Downloaded clap_derive v4.6.1
3522026-08-13T22:37:50.691Z Downloaded cargo_toml v0.21.0
3532026-08-13T22:37:50.695Z Downloaded serde_tokenstream v0.2.3
3542026-08-13T22:37:50.698Z Downloaded thiserror v1.0.69
3552026-08-13T22:37:50.700Z Downloaded bitflags v2.11.0
3562026-08-13T22:37:50.705Z Downloaded getrandom v0.4.1
3572026-08-13T22:37:50.708Z Downloaded anyhow v1.0.102
3582026-08-13T22:37:50.711Z Downloaded pest_derive v2.8.6
3592026-08-13T22:37:50.720Z Downloaded thiserror v2.0.18
3602026-08-13T22:37:50.727Z Downloaded papergrid v0.11.0
3612026-08-13T22:37:50.730Z Downloaded thiserror-impl v1.0.69
3622026-08-13T22:37:50.735Z Downloaded log v0.4.29
3632026-08-13T22:37:50.738Z Downloaded proc-macro2 v1.0.106
3642026-08-13T22:37:50.741Z Downloaded toml v0.8.23
3652026-08-13T22:37:50.743Z Downloaded tempfile v3.25.0
3662026-08-13T22:37:50.746Z Downloaded serde_core v1.0.229
3672026-08-13T22:37:50.749Z Downloaded semver v1.0.28
3682026-08-13T22:37:50.755Z Downloaded textwrap v0.16.2
3692026-08-13T22:37:50.758Z Downloaded ucd-trie v0.1.7
3702026-08-13T22:37:50.762Z Downloaded pest_meta v2.8.6
3712026-08-13T22:37:50.765Z Downloaded typenum v1.20.1
3722026-08-13T22:37:50.768Z Downloaded toml_edit v0.22.27
3732026-08-13T22:37:50.780Z Downloaded serde_derive v1.0.229
3742026-08-13T22:37:50.783Z Downloaded serde v1.0.229
3752026-08-13T22:37:50.795Z Downloaded memchr v2.8.0
3762026-08-13T22:37:50.815Z Downloaded indexmap v2.14.0
3772026-08-13T22:37:50.818Z Downloaded pest v2.8.6
3782026-08-13T22:37:50.837Z Downloaded goblin v0.8.2
3792026-08-13T22:37:50.845Z Downloaded serde_json v1.0.151
3802026-08-13T22:37:50.850Z Downloaded hashbrown v0.17.0
3812026-08-13T22:37:50.874Z Downloaded tabled v0.15.0
3822026-08-13T22:37:50.888Z Downloaded syn v2.0.117
3832026-08-13T22:37:50.899Z Downloaded syn v1.0.109
3842026-08-13T22:37:50.910Z Downloaded unicode-width v0.2.0
3852026-08-13T22:37:50.918Z Downloaded unicode-width v0.1.14
3862026-08-13T22:37:50.921Z Downloaded syn v3.0.3
3872026-08-13T22:37:50.944Z Downloaded rustix v1.1.3
3882026-08-13T22:37:50.964Z Downloaded libc v0.2.185
3892026-08-13T22:37:51.027Z Compiling proc-macro2 v1.0.106
3902026-08-13T22:37:51.027Z Compiling unicode-ident v1.0.24
3912026-08-13T22:37:51.027Z Compiling quote v1.0.45
3922026-08-13T22:37:51.027Z Compiling serde_core v1.0.229
3932026-08-13T22:37:51.031Z Compiling libc v0.2.185
3942026-08-13T22:37:51.031Z Compiling version_check v0.9.5
3952026-08-13T22:37:51.031Z Compiling memchr v2.8.0
3962026-08-13T22:37:51.031Z Compiling serde v1.0.229
3972026-08-13T22:37:51.408Z Compiling zmij v1.0.21
3982026-08-13T22:37:51.627Z Compiling thiserror v1.0.69
3992026-08-13T22:37:51.630Z Compiling itoa v1.0.17
4002026-08-13T22:37:51.821Z Compiling ucd-trie v0.1.7
4012026-08-13T22:37:51.852Z Compiling rustix v1.1.3
4022026-08-13T22:37:52.004Z Compiling pest v2.8.6
4032026-08-13T22:37:52.105Z Compiling byteorder v1.5.0
4042026-08-13T22:37:52.146Z Compiling errno v0.3.14
4052026-08-13T22:37:52.349Z Compiling bitflags v2.11.0
4062026-08-13T22:37:52.413Z Compiling serde_json v1.0.151
4072026-08-13T22:37:52.578Z Compiling syn v2.0.117
4082026-08-13T22:37:52.596Z Compiling syn v3.0.3
4092026-08-13T22:37:52.666Z Compiling thread-id v4.2.2
4102026-08-13T22:37:52.685Z Compiling proc-macro-error-attr v1.0.4
4112026-08-13T22:37:52.754Z Compiling usdt-impl v0.5.0
4122026-08-13T22:37:52.878Z Compiling camino v1.2.2
4132026-08-13T22:37:52.964Z Compiling syn v1.0.109
4142026-08-13T22:37:53.189Z Compiling pest_meta v2.8.6
4152026-08-13T22:37:53.383Z Compiling proc-macro-error v1.0.4
4162026-08-13T22:37:53.414Z Compiling plain v0.2.3
4172026-08-13T22:37:53.568Z Compiling getrandom v0.4.1
4182026-08-13T22:37:53.593Z Compiling log v0.4.29
4192026-08-13T22:37:53.784Z Compiling equivalent v1.0.2
4202026-08-13T22:37:53.798Z Compiling utf8parse v0.2.2
4212026-08-13T22:37:53.876Z Compiling hashbrown v0.17.0
4222026-08-13T22:37:53.915Z Compiling anstyle-parse v1.0.0
4232026-08-13T22:37:54.063Z Compiling terminal_size v0.4.3
4242026-08-13T22:37:54.423Z Compiling indexmap v2.14.0
4252026-08-13T22:37:54.601Z Compiling pretty-hex v0.4.1
4262026-08-13T22:37:54.707Z Compiling serde_derive v1.0.229
4272026-08-13T22:37:54.741Z Compiling thiserror v2.0.18
4282026-08-13T22:37:54.744Z Compiling anstyle-query v1.1.5
4292026-08-13T22:37:54.773Z Compiling pest_generator v2.8.6
4302026-08-13T22:37:54.790Z Compiling cfg-if v1.0.4
4312026-08-13T22:37:54.864Z Compiling anstyle v1.0.14
4322026-08-13T22:37:54.880Z Compiling autocfg v1.5.0
4332026-08-13T22:37:55.063Z Compiling toml_write v0.1.2
4342026-08-13T22:37:55.084Z Compiling colorchoice v1.0.4
4352026-08-13T22:37:55.098Z Compiling winnow v0.7.14
4362026-08-13T22:37:55.201Z Compiling is_terminal_polyfill v1.70.2
4372026-08-13T22:37:55.299Z Compiling fs-err v3.3.0
4382026-08-13T22:37:55.317Z Compiling anstream v1.0.0
4392026-08-13T22:37:55.499Z Compiling fastrand v2.3.0
4402026-08-13T22:37:55.621Z Compiling unicode-width v0.1.14
4412026-08-13T22:37:55.644Z Compiling once_cell v1.21.3
4422026-08-13T22:37:55.757Z Compiling strsim v0.11.1
4432026-08-13T22:37:55.870Z Compiling anyhow v1.0.102
4442026-08-13T22:37:55.894Z Compiling heck v0.4.1
4452026-08-13T22:37:55.913Z Compiling heck v0.5.0
4462026-08-13T22:37:56.106Z Compiling clap_lex v1.0.0
4472026-08-13T22:37:56.124Z Compiling bytecount v0.6.9
4482026-08-13T22:37:56.147Z Compiling fnv v1.0.7
4492026-08-13T22:37:56.256Z Compiling clap_builder v4.6.0
4502026-08-13T22:37:56.257Z Compiling papergrid v0.11.0
4512026-08-13T22:37:56.341Z Compiling tempfile v3.25.0
4522026-08-13T22:37:56.424Z Compiling thiserror-impl v1.0.69
4532026-08-13T22:37:56.477Z Compiling zerocopy-derive v0.7.35
4542026-08-13T22:37:56.495Z Compiling pest_derive v2.8.6
4552026-08-13T22:37:56.584Z Compiling scroll_derive v0.12.1
4562026-08-13T22:37:56.710Z Compiling thiserror-impl v2.0.18
4572026-08-13T22:37:56.935Z Compiling tabled_derive v0.7.0
4582026-08-13T22:37:57.294Z Compiling scroll v0.12.0
4592026-08-13T22:37:57.344Z Compiling zerocopy v0.7.35
4602026-08-13T22:37:57.705Z Compiling goblin v0.8.2
4612026-08-13T22:37:57.819Z Compiling dtrace-parser v0.2.0
4622026-08-13T22:37:57.916Z Compiling clap_derive v4.6.1
4632026-08-13T22:37:57.920Z Compiling cargo-platform v0.3.2
4642026-08-13T22:37:58.090Z Compiling dof v0.3.0
4652026-08-13T22:37:58.106Z Compiling serde_tokenstream v0.2.3
4662026-08-13T22:37:58.117Z Compiling toml_datetime v0.6.11
4672026-08-13T22:37:58.251Z Compiling serde_spanned v0.6.9
4682026-08-13T22:37:58.406Z Compiling toml_edit v0.22.27
4692026-08-13T22:37:58.562Z Compiling semver v1.0.28
4702026-08-13T22:37:58.646Z Compiling memmap v0.7.0
4712026-08-13T22:37:58.646Z Compiling unicode-width v0.2.0
4722026-08-13T22:37:58.794Z Compiling unicode-linebreak v0.1.5
4732026-08-13T22:37:58.900Z Compiling smawk v0.3.2
4742026-08-13T22:37:58.986Z Compiling cargo_metadata v0.23.1
4752026-08-13T22:37:59.072Z Compiling textwrap v0.16.2
4762026-08-13T22:37:59.073Z Compiling macaddr v1.0.1
4772026-08-13T22:37:59.073Z Compiling usdt-macro v0.5.0
4782026-08-13T22:37:59.216Z Compiling usdt-attr-macro v0.5.0
4792026-08-13T22:37:59.343Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4802026-08-13T22:37:59.398Z Compiling tabled v0.15.0
4812026-08-13T22:37:59.618Z Compiling camino-tempfile v1.4.1
4822026-08-13T22:37:59.657Z Compiling clap v4.6.1
4832026-08-13T22:37:59.854Z Compiling toml v0.8.23
4842026-08-13T22:37:59.877Z Compiling swrite v0.1.0
4852026-08-13T22:38:00.313Z Compiling cargo_toml v0.21.0
4862026-08-13T22:38:00.729Z Compiling usdt v0.5.0
4872026-08-13T22:38:01.702Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4882026-08-13T22:38:03.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.48s
4892026-08-13T22:38:03.932Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4902026-08-13T22:38:04.440Z Downloading crates ...
4912026-08-13T22:38:04.487Z Downloaded aead v0.5.2
4922026-08-13T22:38:04.494Z Downloaded anstream v0.6.21
4932026-08-13T22:38:04.506Z Downloaded base64 v0.22.1
4942026-08-13T22:38:04.509Z Downloaded cfg_aliases v0.2.1
4952026-08-13T22:38:04.517Z Downloaded aes-gcm v0.11.0
4962026-08-13T22:38:04.520Z Downloaded adler2 v2.0.1
4972026-08-13T22:38:04.523Z Downloaded globwalk v0.9.1
4982026-08-13T22:38:04.526Z Downloaded bzip2 v0.6.1
4992026-08-13T22:38:04.526Z Downloaded colored v3.1.1
5002026-08-13T22:38:04.529Z Downloaded atomicwrites v0.4.4
5012026-08-13T22:38:04.532Z Downloaded chacha20 v0.10.0
5022026-08-13T22:38:04.534Z Downloaded convert_case v0.4.0
5032026-08-13T22:38:04.534Z Downloaded futures-core v0.3.32
5042026-08-13T22:38:04.537Z Downloaded fallible-iterator v0.2.0
5052026-08-13T22:38:04.540Z Downloaded ff v0.13.1
5062026-08-13T22:38:04.540Z Downloaded find-msvc-tools v0.1.9
5072026-08-13T22:38:04.540Z Downloaded foldhash v0.2.0
5082026-08-13T22:38:04.543Z Downloaded bitfield-struct v0.6.2
5092026-08-13T22:38:04.543Z Downloaded arrayref v0.3.9
5102026-08-13T22:38:04.543Z Downloaded async-recursion v1.1.1
5112026-08-13T22:38:04.546Z Downloaded atty v0.2.14
5122026-08-13T22:38:04.546Z Downloaded form_urlencoded v1.2.2
5132026-08-13T22:38:04.546Z Downloaded float-ord v0.3.2
5142026-08-13T22:38:04.546Z Downloaded futures-sink v0.3.32
5152026-08-13T22:38:04.546Z Downloaded base16ct v0.2.0
5162026-08-13T22:38:04.546Z Downloaded group v0.13.0
5172026-08-13T22:38:04.549Z Downloaded atomic-waker v1.1.2
5182026-08-13T22:38:04.549Z Downloaded getrandom v0.3.4
5192026-08-13T22:38:04.552Z Downloaded headers-core v0.3.0
5202026-08-13T22:38:04.552Z Downloaded ascii-canvas v3.0.0
5212026-08-13T22:38:04.552Z Downloaded base16ct v1.0.0
5222026-08-13T22:38:04.552Z Downloaded fd-lock v4.0.4
5232026-08-13T22:38:04.555Z Downloaded float-cmp v0.10.0
5242026-08-13T22:38:04.555Z Downloaded futures-macro v0.3.32
5252026-08-13T22:38:04.555Z Downloaded git-stub v1.0.0
5262026-08-13T22:38:04.558Z Downloaded fixedbitset v0.4.2
5272026-08-13T22:38:04.561Z Downloaded ghash v0.6.0
5282026-08-13T22:38:04.564Z Downloaded async-stream v0.3.6
5292026-08-13T22:38:04.567Z Downloaded backon v1.6.0
5302026-08-13T22:38:04.572Z Downloaded bitflags v1.3.2
5312026-08-13T22:38:04.572Z Downloaded foreign-types-macros v0.2.3
5322026-08-13T22:38:04.572Z Downloaded async-bb8-diesel v0.2.1
5332026-08-13T22:38:04.575Z Downloaded fxhash v0.2.1
5342026-08-13T22:38:04.578Z Downloaded bb8 v0.8.6
5352026-08-13T22:38:04.581Z Downloaded block-padding v0.4.2
5362026-08-13T22:38:04.581Z Downloaded async-stream-impl v0.3.6
5372026-08-13T22:38:04.583Z Downloaded block-buffer v0.12.1
5382026-08-13T22:38:04.586Z Downloaded foreign-types v0.3.2
5392026-08-13T22:38:04.586Z Downloaded bitfield-macros v0.19.4
5402026-08-13T22:38:04.590Z Downloaded foreign-types v0.5.0
5412026-08-13T22:38:04.590Z Downloaded hubpack_derive v0.1.1
5422026-08-13T22:38:04.591Z Downloaded bit-set v0.5.3
5432026-08-13T22:38:04.591Z Downloaded ciborium-io v0.2.2
5442026-08-13T22:38:04.593Z Downloaded futures-io v0.3.32
5452026-08-13T22:38:04.593Z Downloaded group v0.14.0
5462026-08-13T22:38:04.596Z Downloaded hex-literal v1.1.0
5472026-08-13T22:38:04.596Z Downloaded fs_extra v1.3.0
5482026-08-13T22:38:04.596Z Downloaded bit-set v0.8.0
5492026-08-13T22:38:04.599Z Downloaded ff v0.14.0
5502026-08-13T22:38:04.599Z Downloaded cobs v0.3.0
5512026-08-13T22:38:04.602Z Downloaded foldhash v0.1.5
5522026-08-13T22:38:04.604Z Downloaded cfg_aliases v0.1.1
5532026-08-13T22:38:04.607Z Downloaded compression-core v0.4.31
5542026-08-13T22:38:04.610Z Downloaded globset v0.4.18
5552026-08-13T22:38:04.610Z Downloaded icu_properties v2.1.2
5562026-08-13T22:38:04.613Z Downloaded castaway v0.2.4
5572026-08-13T22:38:04.613Z Downloaded hex v0.4.3
5582026-08-13T22:38:04.613Z Downloaded hostname v0.3.1
5592026-08-13T22:38:04.616Z Downloaded home v0.5.12
5602026-08-13T22:38:04.616Z Downloaded hostname v0.4.2
5612026-08-13T22:38:04.616Z Downloaded httpdate v1.0.3
5622026-08-13T22:38:04.619Z Downloaded foreign-types-shared v0.1.1
5632026-08-13T22:38:04.622Z Downloaded assert_matches v1.5.0
5642026-08-13T22:38:04.622Z Downloaded foreign-types-shared v0.3.1
5652026-08-13T22:38:04.622Z Downloaded blake2 v0.11.0-rc.6
5662026-08-13T22:38:04.625Z Downloaded cbc v0.2.1
5672026-08-13T22:38:04.628Z Downloaded flagset v0.4.7
5682026-08-13T22:38:04.634Z Downloaded http-range v0.1.5
5692026-08-13T22:38:04.637Z Downloaded hash32 v0.3.1
5702026-08-13T22:38:04.640Z Downloaded futures-task v0.3.32
5712026-08-13T22:38:04.640Z Downloaded array-init v0.0.4
5722026-08-13T22:38:04.643Z Downloaded fixedbitset v0.5.7
5732026-08-13T22:38:04.646Z Downloaded glob v0.3.3
5742026-08-13T22:38:04.646Z Downloaded hyper-tls v0.6.0
5752026-08-13T22:38:04.646Z Downloaded bcrypt-pbkdf v0.11.0
5762026-08-13T22:38:04.654Z Downloaded funty v2.0.0
5772026-08-13T22:38:04.657Z Downloaded http-body v1.0.1
5782026-08-13T22:38:04.659Z Downloaded gethostname v0.5.0
5792026-08-13T22:38:04.659Z Downloaded path-slash v0.1.5
5802026-08-13T22:38:04.663Z Downloaded env_filter v1.0.0
5812026-08-13T22:38:04.663Z Downloaded num-conv v0.2.0
5822026-08-13T22:38:04.666Z Downloaded hubpack v0.1.2
5832026-08-13T22:38:04.666Z Downloaded num_enum_derive v0.5.11
5842026-08-13T22:38:04.669Z Downloaded password-hash v0.6.1
5852026-08-13T22:38:04.672Z Downloaded openssl-probe v0.2.1
5862026-08-13T22:38:04.675Z Downloaded phf_shared v0.13.1
5872026-08-13T22:38:04.678Z Downloaded phf_shared v0.12.1
5882026-08-13T22:38:04.678Z Downloaded getrandom v0.2.17
5892026-08-13T22:38:04.681Z Downloaded proc-macro-crate v1.3.1
5902026-08-13T22:38:04.684Z Downloaded rand_chacha v0.3.1
5912026-08-13T22:38:04.687Z Downloaded aead v0.6.1
5922026-08-13T22:38:04.687Z Downloaded bit-vec v0.6.3
5932026-08-13T22:38:04.687Z Downloaded bit-vec v0.8.0
5942026-08-13T22:38:04.691Z Downloaded compression-codecs v0.4.37
5952026-08-13T22:38:04.691Z Downloaded argon2 v0.5.3
5962026-08-13T22:38:04.693Z Downloaded chacha20 v0.9.1
5972026-08-13T22:38:04.693Z Downloaded rfc6979 v0.6.0
5982026-08-13T22:38:04.693Z Downloaded russh-cryptovec v0.62.0
5992026-08-13T22:38:04.696Z Downloaded sapling-renderdag v0.1.0
6002026-08-13T22:38:04.696Z Downloaded hash32 v0.2.1
6012026-08-13T22:38:04.696Z Downloaded ciborium-ll v0.2.2
6022026-08-13T22:38:04.699Z Downloaded anstyle-parse v0.2.7
6032026-08-13T22:38:04.702Z Downloaded highway v1.3.0
6042026-08-13T22:38:04.702Z Downloaded progenitor-macro v0.13.0
6052026-08-13T22:38:04.707Z Downloaded ref-cast v1.0.25
6062026-08-13T22:38:04.710Z Downloaded allocator-api2 v0.2.21
6072026-08-13T22:38:04.710Z Downloaded cipher v0.4.4
6082026-08-13T22:38:04.710Z Downloaded byte-wrapper v0.1.0
6092026-08-13T22:38:04.710Z Downloaded constant_time_eq v0.4.2
6102026-08-13T22:38:04.713Z Downloaded filetime v0.2.27
6112026-08-13T22:38:04.714Z Downloaded scroll_derive v0.13.1
6122026-08-13T22:38:04.714Z Downloaded serde_urlencoded v0.7.1
6132026-08-13T22:38:04.717Z Downloaded rustc_version v0.4.1
6142026-08-13T22:38:04.717Z Downloaded iana-time-zone v0.1.65
6152026-08-13T22:38:04.721Z Downloaded serde_repr v0.1.20
6162026-08-13T22:38:04.721Z Downloaded serde_spanned v1.1.1
6172026-08-13T22:38:04.723Z Downloaded secrecy v0.10.3
6182026-08-13T22:38:04.723Z Downloaded humantime v2.3.0
6192026-08-13T22:38:04.724Z Downloaded semver v0.1.20
6202026-08-13T22:38:04.726Z Downloaded slog-envlogger v2.2.0
6212026-08-13T22:38:04.729Z Downloaded password-hash v0.5.0
6222026-08-13T22:38:04.732Z Downloaded sync-ptr v0.1.4
6232026-08-13T22:38:04.733Z Downloaded base64ct v1.8.3
6242026-08-13T22:38:04.739Z Downloaded futures-executor v0.3.32
6252026-08-13T22:38:04.739Z Downloaded git-stub-vcs v0.1.0
6262026-08-13T22:38:04.739Z Downloaded hyper-staticfile v0.10.1
6272026-08-13T22:38:04.742Z Downloaded postgres-protocol v0.6.10
6282026-08-13T22:38:04.742Z Downloaded async-trait v0.1.89
6292026-08-13T22:38:04.742Z Downloaded bcs v0.1.6
6302026-08-13T22:38:04.742Z Downloaded cmov v0.5.4
6312026-08-13T22:38:04.742Z Downloaded backoff v0.4.0
6322026-08-13T22:38:04.747Z Downloaded bitfield v0.19.4
6332026-08-13T22:38:04.747Z Downloaded futures-channel v0.3.32
6342026-08-13T22:38:04.747Z Downloaded http-body-util v0.1.3
6352026-08-13T22:38:04.750Z Downloaded arrayvec v0.7.6
6362026-08-13T22:38:04.754Z Downloaded cmake v0.1.57
6372026-08-13T22:38:04.754Z Downloaded blowfish v0.10.0
6382026-08-13T22:38:04.754Z Downloaded cassowary v0.3.0
6392026-08-13T22:38:04.757Z Downloaded buf-list v1.1.2
6402026-08-13T22:38:04.760Z Downloaded const_format_proc_macros v0.2.34
6412026-08-13T22:38:04.760Z Downloaded num-rational v0.4.2
6422026-08-13T22:38:04.763Z Downloaded bs58 v0.5.1
6432026-08-13T22:38:04.763Z Downloaded camino-tempfile-ext v0.3.3
6442026-08-13T22:38:04.766Z Downloaded paste v1.0.15
6452026-08-13T22:38:04.769Z Downloaded progenitor v0.14.0
6462026-08-13T22:38:04.769Z Downloaded progenitor-client v0.13.0
6472026-08-13T22:38:04.772Z Downloaded phf v0.12.1
6482026-08-13T22:38:04.772Z Downloaded predicates-core v1.0.10
6492026-08-13T22:38:04.772Z Downloaded rand_chacha v0.9.0
6502026-08-13T22:38:04.772Z Downloaded tabwriter v1.4.1
6512026-08-13T22:38:04.775Z Downloaded cipher v0.5.2
6522026-08-13T22:38:04.778Z Downloaded time-core v0.1.8
6532026-08-13T22:38:04.778Z Downloaded hmac v0.12.1
6542026-08-13T22:38:04.781Z Downloaded hybrid-array v0.4.13
6552026-08-13T22:38:04.781Z Downloaded argon2 v0.6.0-rc.8
6562026-08-13T22:38:04.781Z Downloaded bzip2 v0.4.4
6572026-08-13T22:38:04.783Z Downloaded clang-sys v1.8.1
6582026-08-13T22:38:04.783Z Downloaded ahash v0.8.12
6592026-08-13T22:38:04.787Z Downloaded cexpr v0.6.0
6602026-08-13T22:38:04.790Z Downloaded cancel-safe-futures v0.1.5
6612026-08-13T22:38:04.790Z Downloaded colored v2.2.0
6622026-08-13T22:38:04.790Z Downloaded const-oid v0.9.6
6632026-08-13T22:38:04.793Z Downloaded hyper-rustls v0.27.7
6642026-08-13T22:38:04.793Z Downloaded rpassword v7.5.4
6652026-08-13T22:38:04.795Z Downloaded scrypt v0.12.0
6662026-08-13T22:38:04.795Z Downloaded rustls-pemfile v2.2.0
6672026-08-13T22:38:04.798Z Downloaded shlex v1.3.0
6682026-08-13T22:38:04.798Z Downloaded simd-adler32 v0.3.8
6692026-08-13T22:38:04.798Z Downloaded slog-dtrace v0.3.0
6702026-08-13T22:38:04.801Z Downloaded spki v0.7.3
6712026-08-13T22:38:04.801Z Downloaded unarray v0.1.4
6722026-08-13T22:38:04.801Z Downloaded usdt v0.6.0
6732026-08-13T22:38:04.804Z Downloaded xshell-macros v0.2.7
6742026-08-13T22:38:04.806Z Downloaded zone_cfg_derive v0.3.1
6752026-08-13T22:38:04.811Z Downloaded half v1.8.3
6762026-08-13T22:38:04.814Z Downloaded parking_lot_core v0.9.12
6772026-08-13T22:38:04.814Z Downloaded crunchy v0.2.4
6782026-08-13T22:38:04.814Z Downloaded console v0.16.2
6792026-08-13T22:38:04.814Z Downloaded console v0.15.11
6802026-08-13T22:38:04.818Z Downloaded utf-8 v0.7.6
6812026-08-13T22:38:04.822Z Downloaded hmac v0.13.0
6822026-08-13T22:38:04.825Z Downloaded ciborium v0.2.2
6832026-08-13T22:38:04.827Z Downloaded flume v0.11.1
6842026-08-13T22:38:04.830Z Downloaded heapless v0.8.0
6852026-08-13T22:38:04.833Z Downloaded smf v0.2.3
6862026-08-13T22:38:04.833Z Downloaded stringprep v0.1.5
6872026-08-13T22:38:04.835Z Downloaded poly1305 v0.9.0
6882026-08-13T22:38:04.839Z Downloaded postcard v1.1.3
6892026-08-13T22:38:04.840Z Downloaded termios v0.3.3
6902026-08-13T22:38:04.843Z Downloaded curve25519-dalek-derive v0.1.1
6912026-08-13T22:38:04.843Z Downloaded quinn-udp v0.5.14
6922026-08-13T22:38:04.847Z Downloaded dof v0.4.0
6932026-08-13T22:38:04.847Z Downloaded tokio-native-tls v0.3.1
6942026-08-13T22:38:04.850Z Downloaded blake2 v0.10.6
6952026-08-13T22:38:04.850Z Downloaded diesel_table_macro_syntax v0.3.0
6962026-08-13T22:38:04.854Z Downloaded defmt-parser v1.0.0
6972026-08-13T22:38:04.857Z Downloaded const-oid v0.10.2
6982026-08-13T22:38:04.857Z Downloaded httparse v1.10.1
6992026-08-13T22:38:04.860Z Downloaded thiserror-no-std v2.0.2
7002026-08-13T22:38:04.863Z Downloaded darling_macro v0.20.11
7012026-08-13T22:38:04.863Z Downloaded embedded-io v0.4.0
7022026-08-13T22:38:04.863Z Downloaded tokio-tungstenite v0.23.1
7032026-08-13T22:38:04.863Z Downloaded aho-corasick v1.1.4
7042026-08-13T22:38:04.866Z Downloaded dtrace-parser v0.3.0
7052026-08-13T22:38:04.869Z Downloaded fs-err v2.11.0
7062026-08-13T22:38:04.871Z Downloaded enum-as-inner v0.6.1
7072026-08-13T22:38:04.871Z Downloaded instability v0.3.11
7082026-08-13T22:38:04.871Z Downloaded instant v0.1.13
7092026-08-13T22:38:04.874Z Downloaded fatfs v0.3.6
7102026-08-13T22:38:04.874Z Downloaded tokio-tungstenite v0.21.0
7112026-08-13T22:38:04.877Z Downloaded lazy_static v1.5.0
7122026-08-13T22:38:04.880Z Downloaded salsa20 v0.11.0
7132026-08-13T22:38:04.888Z Downloaded headers v0.4.1
7142026-08-13T22:38:04.893Z Downloaded jiff-static v0.2.34
7152026-08-13T22:38:04.893Z Downloaded generic-array v1.4.3
7162026-08-13T22:38:04.895Z Downloaded is_ci v1.2.0
7172026-08-13T22:38:04.895Z Downloaded xshell v0.2.7
7182026-08-13T22:38:04.898Z Downloaded md-5 v0.10.6
7192026-08-13T22:38:04.898Z Downloaded md5 v0.8.0
7202026-08-13T22:38:04.901Z Downloaded signal-hook-tokio v0.3.1
7212026-08-13T22:38:04.901Z Downloaded lru v0.12.5
7222026-08-13T22:38:04.901Z Downloaded managed v0.8.0
7232026-08-13T22:38:04.904Z Downloaded nodrop v0.1.14
7242026-08-13T22:38:04.907Z Downloaded walkdir v2.5.0
7252026-08-13T22:38:04.910Z Downloaded wyz v0.5.1
7262026-08-13T22:38:04.910Z Downloaded flate2 v1.1.9
7272026-08-13T22:38:04.913Z Downloaded string_cache v0.8.9
7282026-08-13T22:38:04.916Z Downloaded multimap v0.10.1
7292026-08-13T22:38:04.920Z Downloaded openssl-macros v0.1.1
7302026-08-13T22:38:04.926Z Downloaded pin-project v1.1.11
7312026-08-13T22:38:04.933Z Downloaded convert_case v0.10.0
7322026-08-13T22:38:04.935Z Downloaded ctr v0.10.1
7332026-08-13T22:38:04.935Z Downloaded der_derive v0.7.3
7342026-08-13T22:38:04.938Z Downloaded olpc-cjson v0.1.4
7352026-08-13T22:38:04.941Z Downloaded openssl-probe v0.1.6
7362026-08-13T22:38:04.941Z Downloaded potential_utf v0.1.4
7372026-08-13T22:38:04.943Z Downloaded async-compression v0.4.41
7382026-08-13T22:38:04.947Z Downloaded bytes v1.11.1
7392026-08-13T22:38:04.951Z Downloaded icu_normalizer_data v2.1.1
7402026-08-13T22:38:04.951Z Downloaded futures v0.3.32
7412026-08-13T22:38:04.954Z Downloaded icu_normalizer v2.1.1
7422026-08-13T22:38:04.962Z Downloaded diesel-dtrace v0.5.0
7432026-08-13T22:38:04.966Z Downloaded impl-trait-for-tuples v0.2.3
7442026-08-13T22:38:04.969Z Downloaded proc-macro-error-attr2 v2.0.0
7452026-08-13T22:38:04.969Z Downloaded recursive v0.1.1
7462026-08-13T22:38:04.969Z Downloaded unicode-properties v0.1.4
7472026-08-13T22:38:04.972Z Downloaded rustc-hash v2.1.1
7482026-08-13T22:38:04.974Z Downloaded jobserver v0.1.34
7492026-08-13T22:38:04.977Z Downloaded rfc6979 v0.4.0
7502026-08-13T22:38:04.980Z Downloaded half v2.7.1
7512026-08-13T22:38:04.983Z Downloaded heapless v0.7.17
7522026-08-13T22:38:04.983Z Downloaded icu_locale_core v2.1.1
7532026-08-13T22:38:04.986Z Downloaded papergrid v0.18.0
7542026-08-13T22:38:04.989Z Downloaded scopeguard v1.2.0
7552026-08-13T22:38:04.993Z Downloaded seq-macro v0.3.6
7562026-08-13T22:38:04.993Z Downloaded expectorate v1.2.0
7572026-08-13T22:38:04.993Z Downloaded hashbrown v0.13.2
7582026-08-13T22:38:04.996Z Downloaded yasna v0.5.2
7592026-08-13T22:38:04.999Z Downloaded libsw-core v0.3.2
7602026-08-13T22:38:04.999Z Downloaded multer v3.1.0
7612026-08-13T22:38:05.007Z Downloaded maybe-uninit v2.0.0
7622026-08-13T22:38:05.011Z Downloaded num_enum v0.7.6
7632026-08-13T22:38:05.014Z Downloaded hyper-util v0.1.20
7642026-08-13T22:38:05.017Z Downloaded signature v3.0.0
7652026-08-13T22:38:05.017Z Downloaded nanorand v0.7.0
7662026-08-13T22:38:05.017Z Downloaded prettyplease v0.2.37
7672026-08-13T22:38:05.022Z Downloaded rcgen v0.12.1
7682026-08-13T22:38:05.022Z Downloaded subprocess v0.2.15
7692026-08-13T22:38:05.026Z Downloaded tinyvec v1.10.0
7702026-08-13T22:38:05.026Z Downloaded peg v0.8.5
7712026-08-13T22:38:05.026Z Downloaded derive_builder v0.20.2
7722026-08-13T22:38:05.029Z Downloaded supports-color v3.0.2
7732026-08-13T22:38:05.029Z Downloaded compact_str v0.8.1
7742026-08-13T22:38:05.032Z Downloaded testing_table v0.3.0
7752026-08-13T22:38:05.032Z Downloaded unicode-truncate v1.1.0
7762026-08-13T22:38:05.032Z Downloaded daft v0.1.7
7772026-08-13T22:38:05.032Z Downloaded openssl-sys v0.9.117
7782026-08-13T22:38:05.035Z Downloaded oxide-update-engine-types v0.1.2
7792026-08-13T22:38:05.036Z Downloaded p384 v0.14.0
7802026-08-13T22:38:05.040Z Downloaded data-encoding v2.10.0
7812026-08-13T22:38:05.040Z Downloaded hickory-resolver v0.25.2
7822026-08-13T22:38:05.044Z Downloaded icu_collections v2.1.1
7832026-08-13T22:38:05.044Z Downloaded oxide-update-engine v0.1.2
7842026-08-13T22:38:05.047Z Downloaded oxide-update-engine-display v0.1.2
7852026-08-13T22:38:05.047Z Downloaded pbkdf2 v0.13.0
7862026-08-13T22:38:05.047Z Downloaded tagptr v0.2.0
7872026-08-13T22:38:05.047Z Downloaded structmeta-derive v0.3.0
7882026-08-13T22:38:05.047Z Downloaded tinyvec_macros v0.1.1
7892026-08-13T22:38:05.047Z Downloaded topological-sort v0.2.2
7902026-08-13T22:38:05.047Z Downloaded trait-variant v0.1.2
7912026-08-13T22:38:05.047Z Downloaded untrusted v0.9.0
7922026-08-13T22:38:05.050Z Downloaded tracing-core v0.1.36
7932026-08-13T22:38:05.051Z Downloaded chacha20poly1305 v0.10.1
7942026-08-13T22:38:05.051Z Downloaded arc-swap v1.8.2
7952026-08-13T22:38:05.054Z Downloaded cc v1.2.56
7962026-08-13T22:38:05.054Z Downloaded tracing-attributes v0.1.31
7972026-08-13T22:38:05.061Z Downloaded void v1.0.2
7982026-08-13T22:38:05.061Z Downloaded polyval v0.7.1
7992026-08-13T22:38:05.061Z Downloaded universal-hash v0.5.1
8002026-08-13T22:38:05.061Z Downloaded utf8_iter v1.0.4
8012026-08-13T22:38:05.067Z Downloaded ecdsa v0.17.0
8022026-08-13T22:38:05.067Z Downloaded ingot-macros v0.2.0
8032026-08-13T22:38:05.067Z Downloaded rustls-native-certs v0.8.3
8042026-08-13T22:38:05.071Z Downloaded same-file v1.0.6
8052026-08-13T22:38:05.071Z Downloaded unsafe-libyaml v0.2.11
8062026-08-13T22:38:05.071Z Downloaded vergen-lib v0.1.6
8072026-08-13T22:38:05.071Z Downloaded primeorder v0.13.6
8082026-08-13T22:38:05.071Z Downloaded primeorder v0.14.0
8092026-08-13T22:38:05.071Z Downloaded primefield v0.14.0
8102026-08-13T22:38:05.071Z Downloaded rand_core v0.6.4
8112026-08-13T22:38:05.080Z Downloaded rand_seeder v0.4.0
8122026-08-13T22:38:05.080Z Downloaded rusty-fork v0.3.1
8132026-08-13T22:38:05.080Z Downloaded http v1.4.2
8142026-08-13T22:38:05.087Z Downloaded serde_derive_internals v0.29.1
8152026-08-13T22:38:05.087Z Downloaded crypto-common v0.2.2
8162026-08-13T22:38:05.087Z Downloaded smallvec v0.6.14
8172026-08-13T22:38:05.087Z Downloaded serde_with_macros v1.5.2
8182026-08-13T22:38:05.090Z Downloaded vte v0.14.1
8192026-08-13T22:38:05.099Z Downloaded critical-section v1.2.0
8202026-08-13T22:38:05.099Z Downloaded stacker v0.1.23
8212026-08-13T22:38:05.103Z Downloaded cookie v0.18.1
8222026-08-13T22:38:05.103Z Downloaded ssh-cipher v0.3.0
8232026-08-13T22:38:05.103Z Downloaded strum_macros v0.24.3
8242026-08-13T22:38:05.103Z Downloaded slab v0.4.12
8252026-08-13T22:38:05.103Z Downloaded spki v0.8.0
8262026-08-13T22:38:05.107Z Downloaded display-error-chain v0.2.2
8272026-08-13T22:38:05.107Z Downloaded endian-type v0.1.2
8282026-08-13T22:38:05.107Z Downloaded time-macros v0.2.27
8292026-08-13T22:38:05.107Z Downloaded tar v0.4.46
8302026-08-13T22:38:05.110Z Downloaded pkcs8 v0.11.0
8312026-08-13T22:38:05.115Z Downloaded hickory-server v0.25.2
8322026-08-13T22:38:05.121Z Downloaded const_format v0.2.35
8332026-08-13T22:38:05.123Z Downloaded tls_codec v0.4.2
8342026-08-13T22:38:05.124Z Downloaded illumos-nvpair v0.3.0
8352026-08-13T22:38:05.124Z Downloaded linked-hash-map v0.5.6
8362026-08-13T22:38:05.124Z Downloaded mime v0.3.17
8372026-08-13T22:38:05.127Z Downloaded base64 v0.21.7
8382026-08-13T22:38:05.130Z Downloaded dropshot-api-manager-types v0.7.2
8392026-08-13T22:38:05.133Z Downloaded ident_case v1.0.1
8402026-08-13T22:38:05.133Z Downloaded indoc v1.0.9
8412026-08-13T22:38:05.136Z Downloaded internet-checksum v0.2.1
8422026-08-13T22:38:05.136Z Downloaded maplit v1.0.2
8432026-08-13T22:38:05.136Z Downloaded whoami v1.6.1
8442026-08-13T22:38:05.139Z Downloaded whoami v2.1.0
8452026-08-13T22:38:05.139Z Downloaded yoke v0.8.1
8462026-08-13T22:38:05.139Z Downloaded hashbrown v0.12.3
8472026-08-13T22:38:05.186Z Downloaded hickory-resolver v0.24.4
8482026-08-13T22:38:05.186Z Downloaded predicates v3.1.4
8492026-08-13T22:38:05.186Z Downloaded oso-derive v0.27.3
8502026-08-13T22:38:05.186Z Downloaded lalrpop-util v0.19.12
8512026-08-13T22:38:05.186Z Downloaded rtoolbox v0.0.3
8522026-08-13T22:38:05.187Z Downloaded serde_cbor v0.11.2
8532026-08-13T22:38:05.187Z Downloaded snafu-derive v0.8.9
8542026-08-13T22:38:05.187Z Downloaded quick-error v1.2.3
8552026-08-13T22:38:05.187Z Downloaded rand_pcg v0.10.2
8562026-08-13T22:38:05.187Z Downloaded crossbeam-deque v0.8.6
8572026-08-13T22:38:05.187Z Downloaded num-derive v0.4.2
8582026-08-13T22:38:05.187Z Downloaded defmt v1.0.1
8592026-08-13T22:38:05.187Z Downloaded schemars v1.2.1
8602026-08-13T22:38:05.187Z Downloaded steno v0.4.1
8612026-08-13T22:38:05.190Z Downloaded libbz2-rs-sys v0.2.2
8622026-08-13T22:38:05.190Z Downloaded yansi v1.0.1
8632026-08-13T22:38:05.190Z Downloaded zip v0.6.6
8642026-08-13T22:38:05.190Z Downloaded sha2 v0.11.0
8652026-08-13T22:38:05.194Z Downloaded darling v0.13.4
8662026-08-13T22:38:05.194Z Downloaded derive_builder_core v0.20.2
8672026-08-13T22:38:05.195Z Downloaded nonempty v0.12.0
8682026-08-13T22:38:05.195Z Downloaded peg-runtime v0.8.5
8692026-08-13T22:38:05.198Z Downloaded sha1 v0.10.6
8702026-08-13T22:38:05.201Z Downloaded parking_lot_core v0.8.6
8712026-08-13T22:38:05.201Z Downloaded darling_core v0.20.11
8722026-08-13T22:38:05.205Z Downloaded shell-words v1.1.1
8732026-08-13T22:38:05.205Z Downloaded qorb v0.4.1
8742026-08-13T22:38:05.214Z Downloaded linear-map v1.2.0
8752026-08-13T22:38:05.217Z Downloaded sigpipe v0.1.3
8762026-08-13T22:38:05.217Z Downloaded vergen-git2 v9.1.0
8772026-08-13T22:38:05.217Z Downloaded icu_provider v2.1.1
8782026-08-13T22:38:05.221Z Downloaded subtle v2.6.1
8792026-08-13T22:38:05.221Z Downloaded sync_wrapper v1.0.2
8802026-08-13T22:38:05.221Z Downloaded twox-hash v2.1.2
8812026-08-13T22:38:05.225Z Downloaded zerofrom v0.1.6
8822026-08-13T22:38:05.228Z Downloaded sqlparser_derive v0.5.0
8832026-08-13T22:38:05.228Z Downloaded strsim v0.10.0
8842026-08-13T22:38:05.233Z Downloaded newtype-uuid v1.3.2
8852026-08-13T22:38:05.236Z Downloaded parse-display-derive v0.10.0
8862026-08-13T22:38:05.236Z Downloaded serde_bytes v0.11.19
8872026-08-13T22:38:05.240Z Downloaded pin-project-lite v0.2.17
8882026-08-13T22:38:05.240Z Downloaded corncobs v0.1.4
8892026-08-13T22:38:05.244Z Downloaded schemars_derive v0.8.22
8902026-08-13T22:38:05.245Z Downloaded signature v2.2.0
8912026-08-13T22:38:05.248Z Downloaded universal-hash v0.6.1
8922026-08-13T22:38:05.248Z Downloaded libefi-sys v0.1.0
8932026-08-13T22:38:05.248Z Downloaded cstr-argument v0.1.2
8942026-08-13T22:38:05.248Z Downloaded dirs-next v2.0.0
8952026-08-13T22:38:05.251Z Downloaded signal-hook v0.3.18
8962026-08-13T22:38:05.255Z Downloaded ctutils v0.4.2
8972026-08-13T22:38:05.258Z Downloaded rustls-webpki v0.103.13
8982026-08-13T22:38:05.261Z Downloaded sec1 v0.7.3
8992026-08-13T22:38:05.261Z Downloaded native-tls v0.2.18
9002026-08-13T22:38:05.261Z Downloaded want v0.3.1
9012026-08-13T22:38:05.261Z Downloaded cpubits v0.1.1
9022026-08-13T22:38:05.261Z Downloaded xattr v1.6.1
9032026-08-13T22:38:05.266Z Downloaded cpufeatures v0.3.0
9042026-08-13T22:38:05.266Z Downloaded slog v2.8.2
9052026-08-13T22:38:05.269Z Downloaded r2d2 v0.8.10
9062026-08-13T22:38:05.269Z Downloaded num-integer v0.1.46
9072026-08-13T22:38:05.272Z Downloaded toml v1.1.2+spec-1.1.0
9082026-08-13T22:38:05.277Z Downloaded downcast-rs v2.0.2
9092026-08-13T22:38:05.277Z Downloaded inout v0.1.4
9102026-08-13T22:38:05.280Z Downloaded ar_archive_writer v0.5.1
9112026-08-13T22:38:05.280Z Downloaded des v0.9.0
9122026-08-13T22:38:05.280Z Downloaded packed_struct v0.10.1
9132026-08-13T22:38:05.283Z Downloaded phc v0.6.1
9142026-08-13T22:38:05.283Z Downloaded progenitor-extras v0.2.0
9152026-08-13T22:38:05.283Z Downloaded term v1.2.1
9162026-08-13T22:38:05.286Z Downloaded derive_more v2.1.1
9172026-08-13T22:38:05.290Z Downloaded dsl_auto_type v0.2.0
9182026-08-13T22:38:05.293Z Downloaded kem v0.3.0
9192026-08-13T22:38:05.293Z Downloaded normalize-line-endings v0.3.0
9202026-08-13T22:38:05.303Z Downloaded slog-term v2.9.2
9212026-08-13T22:38:05.310Z Downloaded rayon-core v1.13.0
9222026-08-13T22:38:05.313Z Downloaded tungstenite v0.23.0
9232026-08-13T22:38:05.313Z Downloaded thread_local v1.1.9
9242026-08-13T22:38:05.313Z Downloaded usdt-impl v0.6.0
9252026-08-13T22:38:05.314Z Downloaded sqlformat v0.3.5
9262026-08-13T22:38:05.314Z Downloaded tower-layer v0.3.3
9272026-08-13T22:38:05.317Z Downloaded indent_write v2.2.0
9282026-08-13T22:38:05.317Z Downloaded match_cfg v0.1.0
9292026-08-13T22:38:05.317Z Downloaded percent-encoding v2.3.2
9302026-08-13T22:38:05.321Z Downloaded zopfli v0.8.3
9312026-08-13T22:38:05.327Z Downloaded pkcs1 v0.7.5
9322026-08-13T22:38:05.330Z Downloaded pkcs1 v0.8.0-rc.4
9332026-08-13T22:38:05.330Z Downloaded newtype_derive v0.1.6
9342026-08-13T22:38:05.333Z Downloaded progenitor-macro v0.14.0
9352026-08-13T22:38:05.346Z Downloaded vergen-gitcl v1.0.8
9362026-08-13T22:38:05.350Z Downloaded delegate v0.13.5
9372026-08-13T22:38:05.358Z Downloaded crossbeam-channel v0.5.15
9382026-08-13T22:38:05.361Z Downloaded drift v0.2.0
9392026-08-13T22:38:05.364Z Downloaded toml v0.7.8
9402026-08-13T22:38:05.364Z Downloaded darling_core v0.13.4
9412026-08-13T22:38:05.368Z Downloaded rustc_version v0.1.7
9422026-08-13T22:38:05.368Z Downloaded ingot-types v0.2.0
9432026-08-13T22:38:05.368Z Downloaded keccak v0.2.0
9442026-08-13T22:38:05.371Z Downloaded ref-cast-impl v1.0.25
9452026-08-13T22:38:05.375Z Downloaded sponge-cursor v0.1.0
9462026-08-13T22:38:05.375Z Downloaded strip-ansi-escapes v0.2.1
9472026-08-13T22:38:05.375Z Downloaded scheduled-thread-pool v0.2.7
9482026-08-13T22:38:05.375Z Downloaded either v1.15.0
9492026-08-13T22:38:05.375Z Downloaded diesel_derives v2.3.7
9502026-08-13T22:38:05.378Z Downloaded libsw v3.5.0
9512026-08-13T22:38:05.378Z Downloaded bumpalo v3.20.2
9522026-08-13T22:38:05.381Z Downloaded ed25519-dalek v3.0.0
9532026-08-13T22:38:05.384Z Downloaded dropshot_endpoint v0.17.1
9542026-08-13T22:38:05.384Z Downloaded typed-path v0.9.3
9552026-08-13T22:38:05.387Z Downloaded aes v0.9.1
9562026-08-13T22:38:05.390Z Downloaded unicode-xid v0.2.6
9572026-08-13T22:38:05.390Z Downloaded waitgroup v0.1.2
9582026-08-13T22:38:05.393Z Downloaded take_mut v0.2.2
9592026-08-13T22:38:05.397Z Downloaded zerotrie v0.2.3
9602026-08-13T22:38:05.397Z Downloaded tap v1.0.1
9612026-08-13T22:38:05.401Z Downloaded crc-any v2.5.0
9622026-08-13T22:38:05.401Z Downloaded hashbrown v0.15.5
9632026-08-13T22:38:05.407Z Downloaded nu-ansi-term v0.50.3
9642026-08-13T22:38:05.409Z Downloaded smallvec v1.15.1
9652026-08-13T22:38:05.418Z Downloaded tokio-rustls v0.26.4
9662026-08-13T22:38:05.419Z Downloaded vergen v9.1.0
9672026-08-13T22:38:05.419Z Downloaded oxnet v0.1.6
9682026-08-13T22:38:05.422Z Downloaded tokio-stream v0.1.18
9692026-08-13T22:38:05.422Z Downloaded proc-macro-error2 v2.0.1
9702026-08-13T22:38:05.422Z Downloaded samael v0.0.19
9712026-08-13T22:38:05.422Z Downloaded support-bundle-viewer v0.1.2
9722026-08-13T22:38:05.422Z Downloaded pin-project-internal v1.1.11
9732026-08-13T22:38:05.422Z Downloaded ppv-lite86 v0.2.21
9742026-08-13T22:38:05.429Z Downloaded debug-ignore v1.0.5
9752026-08-13T22:38:05.429Z Downloaded dirs-sys-next v0.1.2
9762026-08-13T22:38:05.433Z Downloaded lru-slab v0.1.2
9772026-08-13T22:38:05.433Z Downloaded zerofrom-derive v0.1.6
9782026-08-13T22:38:05.433Z Downloaded dyn-clone v1.0.20
9792026-08-13T22:38:05.433Z Downloaded num-bigint v0.4.6
9802026-08-13T22:38:05.437Z Downloaded pkcs5 v0.8.1
9812026-08-13T22:38:05.441Z Downloaded omicron-zone-package v0.12.3
9822026-08-13T22:38:05.441Z Downloaded darling_core v0.21.3
9832026-08-13T22:38:05.444Z Downloaded new_debug_unreachable v1.0.6
9842026-08-13T22:38:05.447Z Downloaded inout v0.2.2
9852026-08-13T22:38:05.448Z Downloaded num-iter v0.1.45
9862026-08-13T22:38:05.450Z Downloaded num_threads v0.1.7
9872026-08-13T22:38:05.451Z Downloaded slog-json v2.6.1
9882026-08-13T22:38:05.453Z Downloaded unicode-segmentation v1.12.0
9892026-08-13T22:38:05.464Z Downloaded indicatif v0.18.4
9902026-08-13T22:38:05.467Z Downloaded darling v0.23.0
9912026-08-13T22:38:05.470Z Downloaded diff v0.1.13
9922026-08-13T22:38:05.474Z Downloaded scroll v0.13.0
9932026-08-13T22:38:05.480Z Downloaded progenitor-client v0.14.0
9942026-08-13T22:38:05.483Z Downloaded recursive-proc-macro-impl v0.1.1
9952026-08-13T22:38:05.487Z Downloaded peg-macros v0.8.5
9962026-08-13T22:38:05.490Z Downloaded writeable v0.6.2
9972026-08-13T22:38:05.490Z Downloaded zstd-safe v7.2.4
9982026-08-13T22:38:05.493Z Downloaded lock_api v0.4.14
9992026-08-13T22:38:05.496Z Downloaded futures-util v0.3.32
10002026-08-13T22:38:05.502Z Downloaded strum_macros v0.26.4
10012026-08-13T22:38:05.505Z Downloaded crc v3.4.0
10022026-08-13T22:38:05.508Z Downloaded csv-core v0.1.13
10032026-08-13T22:38:05.508Z Downloaded ipnet v2.11.0
10042026-08-13T22:38:05.509Z Downloaded stable_deref_trait v1.2.1
10052026-08-13T22:38:05.513Z Downloaded ipnetwork v0.21.1
10062026-08-13T22:38:05.518Z Downloaded serde_plain v1.0.2
10072026-08-13T22:38:05.523Z Downloaded parking_lot v0.11.2
10082026-08-13T22:38:05.523Z Downloaded pkcs8 v0.10.2
10092026-08-13T22:38:05.527Z Downloaded uzers v0.12.2
10102026-08-13T22:38:05.531Z Downloaded progenitor-impl v0.13.0
10112026-08-13T22:38:05.532Z Downloaded deranged v0.5.8
10122026-08-13T22:38:05.532Z Downloaded ed25519 v3.0.0
10132026-08-13T22:38:05.536Z Downloaded elliptic-curve v0.13.8
10142026-08-13T22:38:05.536Z Downloaded mime_guess v2.0.5
10152026-08-13T22:38:05.536Z Downloaded serde_with_macros v3.21.0
10162026-08-13T22:38:05.536Z Downloaded zeroize_derive v1.5.0
10172026-08-13T22:38:05.541Z Downloaded hkdf v0.13.0
10182026-08-13T22:38:05.544Z Downloaded enum_dispatch v0.3.13
10192026-08-13T22:38:05.544Z Downloaded hyper v1.10.1
10202026-08-13T22:38:05.547Z Downloaded ingot v0.2.1
10212026-08-13T22:38:05.547Z Downloaded usdt-macro v0.6.0
10222026-08-13T22:38:05.547Z Downloaded hashbrown v0.16.1
10232026-08-13T22:38:05.551Z Downloaded defmt v0.3.100
10242026-08-13T22:38:05.555Z Downloaded digest-io v0.1.0
10252026-08-13T22:38:05.555Z Downloaded idna_adapter v1.2.1
10262026-08-13T22:38:05.555Z Downloaded is-terminal v0.4.17
10272026-08-13T22:38:05.555Z Downloaded zerovec-derive v0.11.2
10282026-08-13T22:38:05.555Z Downloaded port-file v0.1.0
10292026-08-13T22:38:05.559Z Downloaded derive_builder_macro v0.20.2
10302026-08-13T22:38:05.559Z Downloaded hkdf v0.12.4
10312026-08-13T22:38:05.559Z Downloaded newline-converter v0.3.0
10322026-08-13T22:38:05.562Z Downloaded derive-where v1.6.0
10332026-08-13T22:38:05.565Z Downloaded pem v3.0.6
10342026-08-13T22:38:05.568Z Downloaded h2 v0.4.15
10352026-08-13T22:38:05.574Z Downloaded resolv-conf v0.7.6
10362026-08-13T22:38:05.577Z Downloaded psm v0.1.30
10372026-08-13T22:38:05.577Z Downloaded owo-colors v4.3.0
10382026-08-13T22:38:05.581Z Downloaded predicates-tree v1.0.13
10392026-08-13T22:38:05.581Z Downloaded oxide-tokio-rt v0.1.4
10402026-08-13T22:38:05.584Z Downloaded secrecy v0.8.0
10412026-08-13T22:38:05.588Z Downloaded psl-types v2.0.11
10422026-08-13T22:38:05.592Z Downloaded rand_core v0.9.5
10432026-08-13T22:38:05.596Z Downloaded ssh-key v0.7.0-rc.11
10442026-08-13T22:38:05.598Z Downloaded darling_core v0.23.0
10452026-08-13T22:38:05.601Z Downloaded num-bigint-dig v0.8.6
10462026-08-13T22:38:05.604Z Downloaded cookie_store v0.22.1
10472026-08-13T22:38:05.605Z Downloaded siphasher v1.0.2
10482026-08-13T22:38:05.605Z Downloaded tinystr v0.8.2
10492026-08-13T22:38:05.609Z Downloaded sec1 v0.8.1
10502026-08-13T22:38:05.609Z Downloaded tokio-macros v2.7.0
10512026-08-13T22:38:05.612Z Downloaded synstructure v0.13.2
10522026-08-13T22:38:05.612Z Downloaded tiny-keccak v2.0.2
10532026-08-13T22:38:05.615Z Downloaded serde_path_to_error v0.1.20
10542026-08-13T22:38:05.618Z Downloaded tls_codec_derive v0.4.2
10552026-08-13T22:38:05.618Z Downloaded p256 v0.14.0
10562026-08-13T22:38:05.622Z Downloaded miniz_oxide v0.8.9
10572026-08-13T22:38:05.627Z Downloaded strum_macros v0.27.2
10582026-08-13T22:38:05.630Z Downloaded ecdsa v0.16.9
10592026-08-13T22:38:05.630Z Downloaded tower-http v0.6.8
10602026-08-13T22:38:05.634Z Downloaded typify-macro v0.6.2
10612026-08-13T22:38:05.637Z Downloaded untrusted v0.7.1
10622026-08-13T22:38:05.637Z Downloaded yoke-derive v0.8.1
10632026-08-13T22:38:05.638Z Downloaded quinn v0.11.11
10642026-08-13T22:38:05.641Z Downloaded rsa v0.10.0-rc.18
10652026-08-13T22:38:05.641Z Downloaded dropshot-api-manager v0.7.2
10662026-08-13T22:38:05.644Z Downloaded tokio-util v0.7.18
10672026-08-13T22:38:05.648Z Downloaded pem-rfc7468 v0.7.0
10682026-08-13T22:38:05.651Z Downloaded zone v0.3.1
10692026-08-13T22:38:05.651Z Downloaded crc8 v0.1.1
10702026-08-13T22:38:05.652Z Downloaded wait-timeout v0.2.1
10712026-08-13T22:38:05.652Z Downloaded darling_macro v0.21.3
10722026-08-13T22:38:05.652Z Downloaded zerocopy-derive v0.8.40
10732026-08-13T22:38:05.655Z Downloaded num v0.4.3
10742026-08-13T22:38:05.655Z Downloaded rsa v0.9.10
10752026-08-13T22:38:05.658Z Downloaded nibble_vec v0.1.0
10762026-08-13T22:38:05.662Z Downloaded libxml v0.3.3
10772026-08-13T22:38:05.662Z Downloaded rustversion v1.0.22
10782026-08-13T22:38:05.665Z Downloaded module-lattice v0.2.3
10792026-08-13T22:38:05.665Z Downloaded rustls-platform-verifier v0.6.2
10802026-08-13T22:38:05.667Z Downloaded embedded-io v0.6.1
10812026-08-13T22:38:05.670Z Downloaded memoffset v0.9.1
10822026-08-13T22:38:05.674Z Downloaded num_enum v0.5.11
10832026-08-13T22:38:05.677Z Downloaded strum v0.27.2
10842026-08-13T22:38:05.677Z Downloaded parse-size v1.1.0
10852026-08-13T22:38:05.681Z Downloaded termtree v0.5.1
10862026-08-13T22:38:05.684Z Downloaded ignore v0.4.25
10872026-08-13T22:38:05.687Z Downloaded phf v0.13.1
10882026-08-13T22:38:05.690Z Downloaded slog-stdlog v4.1.1
10892026-08-13T22:38:05.693Z Downloaded phf_shared v0.11.3
10902026-08-13T22:38:05.703Z Downloaded tungstenite v0.21.0
10912026-08-13T22:38:05.731Z Downloaded daft-derive v0.1.7
10922026-08-13T22:38:05.735Z Downloaded derive-ex v0.1.8
10932026-08-13T22:38:05.738Z Downloaded difflib v0.4.0
10942026-08-13T22:38:05.738Z Downloaded newtype-uuid-macros v0.1.0
10952026-08-13T22:38:05.738Z Downloaded lru-cache v0.1.2
10962026-08-13T22:38:05.741Z Downloaded rand_xorshift v0.4.0
10972026-08-13T22:38:05.741Z Downloaded vsss-rs v3.3.4
10982026-08-13T22:38:05.741Z Downloaded try-lock v0.2.5
10992026-08-13T22:38:05.745Z Downloaded memmap2 v0.9.10
11002026-08-13T22:38:05.748Z Downloaded icu_properties_data v2.1.2
11012026-08-13T22:38:05.751Z Downloaded winnow v0.6.26
11022026-08-13T22:38:05.756Z Downloaded poly1305 v0.8.0
11032026-08-13T22:38:05.759Z Downloaded scuffle v0.1.0
11042026-08-13T22:38:05.762Z Downloaded sha1 v0.11.0
11052026-08-13T22:38:05.763Z Downloaded signal-hook-mio v0.2.5
11062026-08-13T22:38:05.766Z Downloaded slog-bunyan v2.5.0
11072026-08-13T22:38:05.766Z Downloaded litemap v0.8.1
11082026-08-13T22:38:05.769Z Downloaded unit-prefix v0.5.2
11092026-08-13T22:38:05.769Z Downloaded darling_macro v0.23.0
11102026-08-13T22:38:05.769Z Downloaded slog-async v2.8.0
11112026-08-13T22:38:05.769Z Downloaded tui-tree-widget v0.23.1
11122026-08-13T22:38:05.769Z Downloaded opaque-debug v0.3.1
11132026-08-13T22:38:05.774Z Downloaded libscf-sys v1.2.0
11142026-08-13T22:38:05.774Z Downloaded radium v0.7.0
11152026-08-13T22:38:05.777Z Downloaded similar v2.7.0
11162026-08-13T22:38:05.779Z Downloaded structmeta v0.3.0
11172026-08-13T22:38:05.780Z Downloaded strum v0.26.3
11182026-08-13T22:38:05.780Z Downloaded keccak v0.1.6
11192026-08-13T22:38:05.780Z Downloaded packed_struct_codegen v0.10.1
11202026-08-13T22:38:05.780Z Downloaded publicsuffix v2.3.0
11212026-08-13T22:38:05.783Z Downloaded unicase v2.9.0
11222026-08-13T22:38:05.794Z Downloaded tower-service v0.3.3
11232026-08-13T22:38:05.797Z Downloaded darling_macro v0.13.4
11242026-08-13T22:38:05.801Z Downloaded typify v0.6.2
11252026-08-13T22:38:05.807Z Downloaded unicode-bidi v0.3.18
11262026-08-13T22:38:05.810Z Downloaded signal-hook-registry v1.4.8
11272026-08-13T22:38:05.810Z Downloaded powerfmt v0.2.0
11282026-08-13T22:38:05.810Z Downloaded precomputed-hash v0.1.1
11292026-08-13T22:38:05.813Z Downloaded ssh-encoding v0.3.0
11302026-08-13T22:38:05.813Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11312026-08-13T22:38:05.813Z Downloaded usdt-attr-macro v0.6.0
11322026-08-13T22:38:05.813Z Downloaded crc-catalog v2.4.0
11332026-08-13T22:38:05.816Z Downloaded crucible-workspace-hack v0.1.0
11342026-08-13T22:38:05.816Z Downloaded thiserror-impl-no-std v2.0.2
11352026-08-13T22:38:05.819Z Downloaded toml_parser v1.1.2+spec-1.1.0
11362026-08-13T22:38:05.823Z Downloaded socket2 v0.6.3
11372026-08-13T22:38:05.828Z Downloaded progenitor v0.13.0
11382026-08-13T22:38:05.833Z Downloaded pretty_assertions v1.4.1
11392026-08-13T22:38:05.837Z Downloaded tokio-postgres v0.7.16
11402026-08-13T22:38:05.837Z Downloaded elliptic-curve v0.14.1
11412026-08-13T22:38:05.840Z Downloaded crossbeam-epoch v0.9.18
11422026-08-13T22:38:05.845Z Downloaded displaydoc v0.2.5
11432026-08-13T22:38:05.848Z Downloaded itertools v0.14.0
11442026-08-13T22:38:05.853Z Downloaded der v0.8.0
11452026-08-13T22:38:05.858Z Downloaded oso v0.27.3
11462026-08-13T22:38:05.866Z Downloaded tokio-dtrace v0.1.1
11472026-08-13T22:38:05.869Z Downloaded pem-rfc7468 v1.0.0
11482026-08-13T22:38:05.869Z Downloaded env_logger v0.11.9
11492026-08-13T22:38:05.869Z Downloaded erased-serde v0.3.31
11502026-08-13T22:38:05.869Z Downloaded serde-big-array v0.5.1
11512026-08-13T22:38:05.869Z Downloaded indoc v2.0.7
11522026-08-13T22:38:05.869Z Downloaded lzss v0.8.2
11532026-08-13T22:38:05.873Z Downloaded crossterm v0.29.0
11542026-08-13T22:38:05.876Z Downloaded document-features v0.2.12
11552026-08-13T22:38:05.876Z Downloaded crossbeam-utils v0.8.21
11562026-08-13T22:38:05.876Z Downloaded socket2 v0.5.10
11572026-08-13T22:38:05.880Z Downloaded pkg-config v0.3.32
11582026-08-13T22:38:05.883Z Downloaded dunce v1.0.5
11592026-08-13T22:38:05.883Z Downloaded snafu v0.8.9
11602026-08-13T22:38:05.887Z Downloaded url v2.5.8
11612026-08-13T22:38:05.891Z Downloaded toml_edit v0.19.15
11622026-08-13T22:38:05.896Z Downloaded ron v0.8.1
11632026-08-13T22:38:05.900Z Downloaded serde_yaml v0.9.34+deprecated
11642026-08-13T22:38:05.904Z Downloaded serde-hex v0.1.0
11652026-08-13T22:38:05.904Z Downloaded wnaf v0.14.0
11662026-08-13T22:38:05.904Z Downloaded num-complex v0.4.6
11672026-08-13T22:38:05.904Z Downloaded minimal-lexical v0.2.1
11682026-08-13T22:38:05.907Z Downloaded thread-id v5.1.0
11692026-08-13T22:38:05.907Z Downloaded parse-display v0.10.0
11702026-08-13T22:38:05.912Z Downloaded tokio-test v0.4.5
11712026-08-13T22:38:05.912Z Downloaded test-strategy v0.4.5
11722026-08-13T22:38:05.915Z Downloaded static_assertions v1.1.0
11732026-08-13T22:38:05.915Z Downloaded zeroize v1.9.0
11742026-08-13T22:38:05.915Z Downloaded tower v0.5.3
11752026-08-13T22:38:05.918Z Downloaded ena v0.14.4
11762026-08-13T22:38:05.922Z Downloaded illumos-nvpair-sys v0.2.0
11772026-08-13T22:38:05.922Z Downloaded darling v0.21.3
11782026-08-13T22:38:05.925Z Downloaded iri-string v0.7.10
11792026-08-13T22:38:05.929Z Downloaded libloading v0.8.9
11802026-08-13T22:38:05.929Z Downloaded postgres-types v0.2.12
11812026-08-13T22:38:05.929Z Downloaded kstat-rs v0.2.5
11822026-08-13T22:38:05.929Z Downloaded russh-util v0.52.0
11832026-08-13T22:38:05.932Z Downloaded zerocopy v0.6.6
11842026-08-13T22:38:05.932Z Downloaded iddqd v0.4.2
11852026-08-13T22:38:05.935Z Downloaded serdect v0.4.3
11862026-08-13T22:38:05.941Z Downloaded indexmap v1.9.3
11872026-08-13T22:38:05.944Z Downloaded unicode-normalization v0.1.25
11882026-08-13T22:38:05.948Z Downloaded ml-kem v0.3.2
11892026-08-13T22:38:05.952Z Downloaded crc32fast v1.5.0
11902026-08-13T22:38:05.955Z Downloaded rand_core v0.10.0
11912026-08-13T22:38:05.962Z Downloaded derive_more-impl v2.1.1
11922026-08-13T22:38:05.966Z Downloaded bindgen v0.71.1
11932026-08-13T22:38:05.970Z Downloaded crypto-primes v0.7.2
11942026-08-13T22:38:05.973Z Downloaded toml_writer v1.1.1+spec-1.1.0
11952026-08-13T22:38:05.976Z Downloaded bitvec v1.0.1
11962026-08-13T22:38:05.983Z Downloaded derive_more v0.99.20
11972026-08-13T22:38:05.987Z Downloaded parking_lot v0.12.5
11982026-08-13T22:38:05.990Z Downloaded zstd v0.13.3
11992026-08-13T22:38:05.990Z Downloaded slog-scope v4.4.1
12002026-08-13T22:38:05.990Z Downloaded defmt-macros v1.0.1
12012026-08-13T22:38:05.993Z Downloaded ed25519 v2.2.3
12022026-08-13T22:38:05.997Z Downloaded zerovec v0.11.5
12032026-08-13T22:38:06.000Z Downloaded digest v0.11.3
12042026-08-13T22:38:06.006Z Downloaded num_enum_derive v0.7.6
12052026-08-13T22:38:06.009Z Downloaded itertools v0.15.0
12062026-08-13T22:38:06.013Z Downloaded git2 v0.20.4
12072026-08-13T22:38:06.016Z Downloaded rustls-pki-types v1.14.0
12082026-08-13T22:38:06.021Z Downloaded term v0.7.0
12092026-08-13T22:38:06.021Z Downloaded progenitor-impl v0.14.0
12102026-08-13T22:38:06.027Z Downloaded aws-lc-rs v1.16.3
12112026-08-13T22:38:06.031Z Downloaded blake3 v1.8.5
12122026-08-13T22:38:06.036Z Downloaded internal-russh-num-bigint v0.5.0
12132026-08-13T22:38:06.040Z Downloaded rand v0.10.1
12142026-08-13T22:38:06.043Z Downloaded darling v0.20.11
12152026-08-13T22:38:06.043Z Downloaded litrs v1.0.0
12162026-08-13T22:38:06.046Z Downloaded vergen-lib v9.1.0
12172026-08-13T22:38:06.046Z Downloaded num-traits v0.2.19
12182026-08-13T22:38:06.049Z Downloaded x509-cert v0.2.5
12192026-08-13T22:38:06.052Z Downloaded chrono v0.4.45
12202026-08-13T22:38:06.056Z Downloaded goblin v0.10.5
12212026-08-13T22:38:06.060Z Downloaded idna v1.1.0
12222026-08-13T22:38:06.063Z Downloaded quick-xml v0.37.5
12232026-08-13T22:38:06.068Z Downloaded crossterm v0.28.1
12242026-08-13T22:38:06.071Z Downloaded regex v1.12.3
12252026-08-13T22:38:06.076Z Downloaded spin v0.9.8
12262026-08-13T22:38:06.079Z Downloaded prefix-trie v0.7.0
12272026-08-13T22:38:06.130Z Downloaded rustyline v14.0.0
12282026-08-13T22:38:06.130Z Downloaded uuid v1.23.4
12292026-08-13T22:38:06.130Z Downloaded unicode_categories v0.1.1
12302026-08-13T22:38:06.130Z Downloaded rand v0.8.6
12312026-08-13T22:38:06.130Z Downloaded quinn-proto v0.11.16
12322026-08-13T22:38:06.130Z Downloaded schemars v0.8.22
12332026-08-13T22:38:06.130Z Downloaded nom v8.0.0
12342026-08-13T22:38:06.130Z Downloaded zip v4.6.1
12352026-08-13T22:38:06.144Z Downloaded ed25519-dalek v2.2.0
12362026-08-13T22:38:06.144Z Downloaded vcpkg v0.2.15
12372026-08-13T22:38:06.148Z Downloaded itertools v0.10.5
12382026-08-13T22:38:06.151Z Downloaded rand v0.9.2
12392026-08-13T22:38:06.154Z Downloaded itertools v0.12.1
12402026-08-13T22:38:06.157Z Downloaded salty v0.3.0
12412026-08-13T22:38:06.162Z Downloaded schemars v0.9.0
12422026-08-13T22:38:06.170Z Downloaded crypto-bigint v0.5.5
12432026-08-13T22:38:06.173Z Downloaded ryu v1.0.23
12442026-08-13T22:38:06.176Z Downloaded smoltcp v0.9.1
12452026-08-13T22:38:06.186Z Downloaded rawzip v0.4.4
12462026-08-13T22:38:06.190Z Downloaded der v0.7.10
12472026-08-13T22:38:06.194Z Downloaded nom v7.1.3
12482026-08-13T22:38:06.197Z Downloaded serde_with v1.14.0
12492026-08-13T22:38:06.208Z Downloaded tough v0.22.0
12502026-08-13T22:38:06.226Z Downloaded reqwest v0.13.2
12512026-08-13T22:38:06.252Z Downloaded petname v2.0.2
12522026-08-13T22:38:06.255Z Downloaded radix_trie v0.2.1
12532026-08-13T22:38:06.258Z Downloaded reedline v0.40.0
12542026-08-13T22:38:06.265Z Downloaded jiff-core v0.1.0
12552026-08-13T22:38:06.271Z Downloaded itertools v0.13.0
12562026-08-13T22:38:06.277Z Downloaded portable-atomic v1.13.1
12572026-08-13T22:38:06.281Z Downloaded mio v1.2.0
12582026-08-13T22:38:06.284Z Downloaded serde_with v3.21.0
12592026-08-13T22:38:06.290Z Downloaded p521 v0.14.0
12602026-08-13T22:38:06.296Z Downloaded russh v0.62.4
12612026-08-13T22:38:06.303Z Downloaded regex-syntax v0.6.29
12622026-08-13T22:38:06.309Z Downloaded sha3 v0.12.0
12632026-08-13T22:38:06.313Z Downloaded reqwest v0.12.28
12642026-08-13T22:38:06.349Z Downloaded p384 v0.13.1
12652026-08-13T22:38:06.354Z Downloaded time v0.3.47
12662026-08-13T22:38:06.373Z Downloaded moka v0.12.13
12672026-08-13T22:38:06.381Z Downloaded bstr v1.12.1
12682026-08-13T22:38:06.388Z Downloaded proptest v1.11.0
12692026-08-13T22:38:06.393Z Downloaded libm v0.2.16
12702026-08-13T22:38:06.399Z Downloaded winnow v0.5.40
12712026-08-13T22:38:06.403Z Downloaded rayon v1.11.0
12722026-08-13T22:38:06.412Z Downloaded object v0.37.3
12732026-08-13T22:38:06.428Z Downloaded regex-syntax v0.8.10
12742026-08-13T22:38:06.432Z Downloaded hickory-proto v0.24.4
12752026-08-13T22:38:06.440Z Downloaded winnow v1.0.3
12762026-08-13T22:38:06.452Z Downloaded nix v0.28.0
12772026-08-13T22:38:06.460Z Downloaded openapiv3 v2.2.0
12782026-08-13T22:38:06.466Z Downloaded hickory-proto v0.25.2
12792026-08-13T22:38:06.472Z Downloaded zlib-rs v0.6.2
12802026-08-13T22:38:06.475Z Downloaded nix v0.27.1
12812026-08-13T22:38:06.481Z Downloaded zerocopy v0.8.40
12822026-08-13T22:38:06.486Z Downloaded nix v0.31.2
12832026-08-13T22:38:06.492Z Downloaded regress v0.11.1
12842026-08-13T22:38:06.497Z Downloaded openssl v0.10.80
12852026-08-13T22:38:06.509Z Downloaded curve25519-dalek v4.1.3
12862026-08-13T22:38:06.514Z Downloaded object v0.30.4
12872026-08-13T22:38:06.518Z Downloaded lalrpop v0.19.12
12882026-08-13T22:38:06.524Z Downloaded tabled v0.21.0
12892026-08-13T22:38:06.534Z Downloaded crypto-bigint v0.7.5
12902026-08-13T22:38:06.542Z Downloaded polar-core v0.27.3
12912026-08-13T22:38:06.546Z Downloaded curve25519-dalek v5.0.0
12922026-08-13T22:38:06.554Z Downloaded smoltcp v0.11.0
12932026-08-13T22:38:06.560Z Downloaded sqlparser v0.61.0
12942026-08-13T22:38:06.566Z Downloaded dropshot v0.17.1
12952026-08-13T22:38:06.578Z Downloaded sled v0.34.7
12962026-08-13T22:38:06.619Z Downloaded rustix v0.38.44
12972026-08-13T22:38:06.631Z Downloaded diesel v2.3.7
12982026-08-13T22:38:06.646Z Downloaded rustls v0.23.41
12992026-08-13T22:38:06.650Z Downloaded regress v0.10.5
13002026-08-13T22:38:06.654Z Downloaded typify-impl v0.6.2
13012026-08-13T22:38:06.662Z Downloaded tracing v0.1.44
13022026-08-13T22:38:06.674Z Downloaded ratatui v0.29.0
13032026-08-13T22:38:06.684Z Downloaded zerocopy-derive v0.6.6
13042026-08-13T22:38:06.701Z Downloaded sha3 v0.11.0
13052026-08-13T22:38:06.717Z Downloaded bzip2-sys v0.1.13+1.0.8
13062026-08-13T22:38:06.734Z Downloaded regex-automata v0.4.14
13072026-08-13T22:38:06.758Z Downloaded jiff v0.2.34
13082026-08-13T22:38:06.772Z Downloaded petgraph v0.6.5
13092026-08-13T22:38:06.783Z Downloaded chrono-tz v0.10.4
13102026-08-13T22:38:06.795Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13112026-08-13T22:38:06.803Z Downloaded petgraph v0.8.3
13122026-08-13T22:38:06.815Z Downloaded sha3 v0.10.8
13132026-08-13T22:38:06.818Z Downloaded tokio v1.52.1
13142026-08-13T22:38:06.849Z Downloaded libz-sys v1.1.24
13152026-08-13T22:38:06.861Z Downloaded csv v1.4.0
13162026-08-13T22:38:06.901Z Downloaded ring v0.17.14
13172026-08-13T22:38:06.926Z Downloaded encoding_rs v0.8.35
13182026-08-13T22:38:07.013Z Downloaded libgit2-sys v0.18.3+1.9.2
13192026-08-13T22:38:07.634Z Downloaded aws-lc-sys v0.40.0
13202026-08-13T22:38:07.878Z Compiling libc v0.2.185
13212026-08-13T22:38:07.878Z Compiling serde_core v1.0.229
13222026-08-13T22:38:07.878Z Compiling serde v1.0.229
13232026-08-13T22:38:07.881Z Compiling log v0.4.29
13242026-08-13T22:38:07.881Z Compiling smallvec v1.15.1
13252026-08-13T22:38:07.881Z Compiling shlex v1.3.0
13262026-08-13T22:38:07.881Z Compiling find-msvc-tools v0.1.9
13272026-08-13T22:38:08.022Z Compiling syn v2.0.117
13282026-08-13T22:38:08.245Z Compiling subtle v2.6.1
13292026-08-13T22:38:08.268Z Compiling scopeguard v1.2.0
13302026-08-13T22:38:08.269Z Compiling typenum v1.20.1
13312026-08-13T22:38:08.343Z Compiling stable_deref_trait v1.2.1
13322026-08-13T22:38:08.357Z Compiling lock_api v0.4.14
13332026-08-13T22:38:08.382Z Compiling zerocopy v0.8.40
13342026-08-13T22:38:08.413Z Compiling portable-atomic v1.13.1
13352026-08-13T22:38:08.429Z Compiling serde_json v1.0.151
13362026-08-13T22:38:08.586Z Compiling critical-section v1.2.0
13372026-08-13T22:38:08.633Z Compiling libm v0.2.16
13382026-08-13T22:38:08.695Z Compiling num-traits v0.2.19
13392026-08-13T22:38:08.819Z Compiling pkg-config v0.3.32
13402026-08-13T22:38:08.871Z Compiling errno v0.3.14
13412026-08-13T22:38:08.884Z Compiling jobserver v0.1.34
13422026-08-13T22:38:08.941Z Compiling getrandom v0.2.17
13432026-08-13T22:38:09.091Z Compiling cc v1.2.56
13442026-08-13T22:38:09.163Z Compiling rand_core v0.6.4
13452026-08-13T22:38:09.370Z Compiling generic-array v0.14.7
13462026-08-13T22:38:09.443Z Compiling once_cell v1.21.3
13472026-08-13T22:38:09.456Z Compiling parking_lot_core v0.9.12
13482026-08-13T22:38:09.505Z Compiling getrandom v0.4.1
13492026-08-13T22:38:09.567Z Compiling const-oid v0.9.6
13502026-08-13T22:38:09.662Z Compiling pin-project-lite v0.2.17
13512026-08-13T22:38:09.761Z Compiling rand_core v0.10.0
13522026-08-13T22:38:10.068Z Compiling signal-hook-registry v1.4.8
13532026-08-13T22:38:10.165Z Compiling bitflags v2.11.0
13542026-08-13T22:38:10.320Z Compiling litemap v0.8.1
13552026-08-13T22:38:10.349Z Compiling percent-encoding v2.3.2
13562026-08-13T22:38:10.399Z Compiling futures-core v0.3.32
13572026-08-13T22:38:10.518Z Compiling writeable v0.6.2
13582026-08-13T22:38:10.534Z Compiling semver v1.0.28
13592026-08-13T22:38:10.547Z Compiling parking_lot v0.12.5
13602026-08-13T22:38:10.560Z Compiling mio v1.2.0
13612026-08-13T22:38:10.683Z Compiling bytes v1.11.1
13622026-08-13T22:38:10.707Z Compiling icu_properties_data v2.1.2
13632026-08-13T22:38:10.718Z Compiling icu_normalizer_data v2.1.1
13642026-08-13T22:38:10.860Z Compiling socket2 v0.6.3
13652026-08-13T22:38:10.930Z Compiling synstructure v0.13.2
13662026-08-13T22:38:11.047Z Compiling getrandom v0.3.4
13672026-08-13T22:38:11.053Z Compiling futures-sink v0.3.32
13682026-08-13T22:38:11.071Z Compiling indexmap v2.14.0
13692026-08-13T22:38:11.144Z Compiling futures-channel v0.3.32
13702026-08-13T22:38:11.252Z Compiling rustix v1.1.3
13712026-08-13T22:38:11.310Z Compiling futures-task v0.3.32
13722026-08-13T22:38:11.370Z Compiling slab v0.4.12
13732026-08-13T22:38:11.460Z Compiling futures-io v0.3.32
13742026-08-13T22:38:11.482Z Compiling utf8_iter v1.0.4
13752026-08-13T22:38:11.501Z Compiling form_urlencoded v1.2.2
13762026-08-13T22:38:11.551Z Compiling rustversion v1.0.22
13772026-08-13T22:38:11.611Z Compiling base64ct v1.8.3
13782026-08-13T22:38:11.662Z Compiling iana-time-zone v0.1.65
13792026-08-13T22:38:11.680Z Compiling cmake v0.1.57
13802026-08-13T22:38:11.704Z Compiling dunce v1.0.5
13812026-08-13T22:38:11.798Z Compiling chrono v0.4.45
13822026-08-13T22:38:11.814Z Compiling ident_case v1.0.1
13832026-08-13T22:38:11.872Z Compiling pem-rfc7468 v0.7.0
13842026-08-13T22:38:11.900Z Compiling regex-syntax v0.8.10
13852026-08-13T22:38:11.944Z Compiling fs_extra v1.3.0
13862026-08-13T22:38:12.110Z Compiling flagset v0.4.7
13872026-08-13T22:38:12.215Z Compiling rand_core v0.9.5
13882026-08-13T22:38:12.241Z Compiling uuid v1.23.4
13892026-08-13T22:38:12.257Z Compiling aws-lc-sys v0.40.0
13902026-08-13T22:38:12.497Z Compiling base64 v0.22.1
13912026-08-13T22:38:12.571Z Compiling http v1.4.2
13922026-08-13T22:38:12.660Z Compiling zeroize_derive v1.5.0
13932026-08-13T22:38:12.825Z Compiling zerofrom-derive v0.1.6
13942026-08-13T22:38:12.943Z Compiling zerocopy-derive v0.8.40
13952026-08-13T22:38:12.994Z Compiling yoke-derive v0.8.1
13962026-08-13T22:38:13.207Z Compiling zerovec-derive v0.11.2
13972026-08-13T22:38:13.321Z Compiling zeroize v1.9.0
13982026-08-13T22:38:13.581Z Compiling displaydoc v0.2.5
13992026-08-13T22:38:14.123Z Compiling tokio-macros v2.7.0
14002026-08-13T22:38:14.176Z Compiling block-buffer v0.10.4
14012026-08-13T22:38:14.249Z Compiling zerofrom v0.1.6
14022026-08-13T22:38:14.265Z Compiling crypto-common v0.1.7
14032026-08-13T22:38:14.289Z Compiling futures-macro v0.3.32
14042026-08-13T22:38:14.334Z Compiling thiserror-impl v2.0.18
14052026-08-13T22:38:14.352Z Compiling yoke v0.8.1
14062026-08-13T22:38:14.373Z Compiling digest v0.10.7
14072026-08-13T22:38:14.405Z Compiling der_derive v0.7.3
14082026-08-13T22:38:14.525Z Compiling zerovec v0.11.5
14092026-08-13T22:38:14.622Z Compiling zerotrie v0.2.3
14102026-08-13T22:38:14.855Z Compiling tokio v1.52.1
14112026-08-13T22:38:14.927Z Compiling vcpkg v0.2.15
14122026-08-13T22:38:15.045Z Compiling tinystr v0.8.2
14132026-08-13T22:38:15.100Z Compiling potential_utf v0.1.4
14142026-08-13T22:38:15.248Z Compiling icu_locale_core v2.1.1
14152026-08-13T22:38:15.266Z Compiling icu_collections v2.1.1
14162026-08-13T22:38:15.376Z Compiling futures-util v0.3.32
14172026-08-13T22:38:15.641Z Compiling der v0.7.10
14182026-08-13T22:38:15.644Z Compiling thiserror v2.0.18
14192026-08-13T22:38:15.736Z Compiling syn v1.0.109
14202026-08-13T22:38:15.762Z Compiling openssl-sys v0.9.117
14212026-08-13T22:38:16.032Z Compiling icu_provider v2.1.1
14222026-08-13T22:38:16.175Z Compiling tracing-attributes v0.1.31
14232026-08-13T22:38:16.278Z Compiling icu_properties v2.1.2
14242026-08-13T22:38:16.321Z Compiling icu_normalizer v2.1.1
14252026-08-13T22:38:16.847Z Compiling spki v0.7.3
14262026-08-13T22:38:16.862Z Compiling serde_derive_internals v0.29.1
14272026-08-13T22:38:17.074Z Compiling rustc_version v0.4.1
14282026-08-13T22:38:17.405Z Compiling ppv-lite86 v0.2.21
14292026-08-13T22:38:17.418Z Compiling idna_adapter v1.2.1
14302026-08-13T22:38:17.456Z Compiling tracing-core v0.1.36
14312026-08-13T22:38:17.533Z Compiling aws-lc-rs v1.16.3
14322026-08-13T22:38:17.558Z Compiling idna v1.1.0
14332026-08-13T22:38:17.732Z Compiling rand_chacha v0.9.0
14342026-08-13T22:38:17.749Z Compiling cpufeatures v0.2.17
14352026-08-13T22:38:17.778Z Compiling schemars v0.8.22
14362026-08-13T22:38:17.816Z Compiling dyn-clone v1.0.20
14372026-08-13T22:38:17.830Z Compiling tracing v0.1.44
14382026-08-13T22:38:17.957Z Compiling url v2.5.8
14392026-08-13T22:38:18.025Z Compiling rand v0.9.2
14402026-08-13T22:38:18.036Z Compiling schemars_derive v0.8.22
14412026-08-13T22:38:18.094Z Compiling pkcs8 v0.10.2
14422026-08-13T22:38:18.353Z Compiling rustls-pki-types v1.14.0
14432026-08-13T22:38:18.435Z Compiling http-body v1.0.1
14442026-08-13T22:38:18.589Z Compiling spin v0.9.8
14452026-08-13T22:38:18.750Z Compiling tokio-util v0.7.18
14462026-08-13T22:38:18.765Z Compiling crc32fast v1.5.0
14472026-08-13T22:38:18.793Z Compiling tinyvec_macros v0.1.1
14482026-08-13T22:38:18.809Z Compiling httparse v1.10.1
14492026-08-13T22:38:18.862Z Compiling openssl-probe v0.2.1
14502026-08-13T22:38:19.015Z Compiling cmov v0.5.4
14512026-08-13T22:38:19.083Z Compiling tinyvec v1.10.0
14522026-08-13T22:38:19.176Z Compiling tempfile v3.25.0
14532026-08-13T22:38:19.223Z Compiling ctutils v0.4.2
14542026-08-13T22:38:19.430Z Compiling pest_generator v2.8.6
14552026-08-13T22:38:19.451Z Compiling sha2 v0.10.9
14562026-08-13T22:38:19.536Z Compiling aho-corasick v1.1.4
14572026-08-13T22:38:19.755Z Compiling radium v0.7.0
14582026-08-13T22:38:20.002Z Compiling atomic-waker v1.1.2
14592026-08-13T22:38:20.093Z Compiling try-lock v0.2.5
14602026-08-13T22:38:20.125Z Compiling tower-layer v0.3.3
14612026-08-13T22:38:20.200Z Compiling tower-service v0.3.3
14622026-08-13T22:38:20.286Z Compiling untrusted v0.7.1
14632026-08-13T22:38:20.300Z Compiling want v0.3.1
14642026-08-13T22:38:20.410Z Compiling regex-automata v0.4.14
14652026-08-13T22:38:20.459Z Compiling pest_derive v2.8.6
14662026-08-13T22:38:20.490Z Compiling h2 v0.4.15
14672026-08-13T22:38:20.667Z Compiling hybrid-array v0.4.13
14682026-08-13T22:38:21.016Z Compiling scroll_derive v0.13.1
14692026-08-13T22:38:21.075Z Compiling darling_core v0.20.11
14702026-08-13T22:38:21.189Z Compiling ipnet v2.11.0
14712026-08-13T22:38:21.417Z Compiling foreign-types-shared v0.1.1
14722026-08-13T22:38:21.506Z Compiling tap v1.0.1
14732026-08-13T22:38:21.621Z Compiling simd-adler32 v0.3.8
14742026-08-13T22:38:21.662Z Compiling maybe-uninit v2.0.0
14752026-08-13T22:38:21.800Z Compiling openssl v0.10.80
14762026-08-13T22:38:21.861Z Compiling rustls v0.23.41
14772026-08-13T22:38:21.922Z Compiling untrusted v0.9.0
14782026-08-13T22:38:22.016Z Compiling httpdate v1.0.3
14792026-08-13T22:38:22.086Z Compiling scroll v0.13.0
14802026-08-13T22:38:22.112Z Compiling wyz v0.5.1
14812026-08-13T22:38:22.143Z Compiling foreign-types v0.3.2
14822026-08-13T22:38:22.262Z Compiling unicode-normalization v0.1.25
14832026-08-13T22:38:22.345Z Compiling rand_chacha v0.3.1
14842026-08-13T22:38:22.417Z Compiling signature v2.2.0
14852026-08-13T22:38:22.603Z Compiling terminal_size v0.4.3
14862026-08-13T22:38:22.706Z Compiling openssl-macros v0.1.1
14872026-08-13T22:38:22.722Z Compiling thiserror-impl v1.0.69
14882026-08-13T22:38:22.741Z Compiling bzip2-sys v0.1.13+1.0.8
14892026-08-13T22:38:23.019Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14902026-08-13T22:38:23.098Z Compiling hex v0.4.3
14912026-08-13T22:38:23.128Z Compiling num-integer v0.1.46
14922026-08-13T22:38:23.370Z Compiling wait-timeout v0.2.1
14932026-08-13T22:38:23.495Z Compiling darling_macro v0.20.11
14942026-08-13T22:38:23.515Z Compiling socket2 v0.5.10
14952026-08-13T22:38:23.515Z Compiling ahash v0.8.12
14962026-08-13T22:38:23.642Z Compiling hyper v1.10.1
14972026-08-13T22:38:23.656Z Compiling bit-vec v0.8.0
14982026-08-13T22:38:23.799Z Compiling funty v2.0.0
14992026-08-13T22:38:23.867Z Compiling packed_struct v0.10.1
15002026-08-13T22:38:23.891Z Compiling adler2 v2.0.1
15012026-08-13T22:38:23.974Z Compiling powerfmt v0.2.0
15022026-08-13T22:38:24.015Z Compiling num-conv v0.2.0
15032026-08-13T22:38:24.099Z Compiling quick-error v1.2.3
15042026-08-13T22:38:24.145Z Compiling num-bigint-dig v0.8.6
15052026-08-13T22:38:24.166Z Compiling native-tls v0.2.18
15062026-08-13T22:38:24.206Z Compiling time-core v0.1.8
15072026-08-13T22:38:24.355Z Compiling rusty-fork v0.3.1
15082026-08-13T22:38:24.373Z Compiling bitvec v1.0.1
15092026-08-13T22:38:24.378Z Compiling time-macros v0.2.27
15102026-08-13T22:38:24.430Z Compiling deranged v0.5.8
15112026-08-13T22:38:24.473Z Compiling miniz_oxide v0.8.9
15122026-08-13T22:38:24.579Z Compiling thiserror v1.0.69
15132026-08-13T22:38:24.669Z Compiling darling v0.20.11
15142026-08-13T22:38:24.754Z Compiling bit-set v0.8.0
15152026-08-13T22:38:24.773Z Compiling hyper-util v0.1.20
15162026-08-13T22:38:24.836Z Compiling clap_builder v4.6.0
15172026-08-13T22:38:25.221Z Compiling num-iter v0.1.45
15182026-08-13T22:38:25.415Z Compiling rand v0.8.6
15192026-08-13T22:38:25.767Z Compiling goblin v0.10.5
15202026-08-13T22:38:26.161Z Compiling packed_struct_codegen v0.10.1
15212026-08-13T22:38:26.238Z Compiling lazy_static v1.5.0
15222026-08-13T22:38:26.303Z Compiling anstyle-parse v0.2.7
15232026-08-13T22:38:26.432Z Compiling hmac v0.12.1
15242026-08-13T22:38:26.485Z Compiling bitfield-macros v0.19.4
15252026-08-13T22:38:26.573Z Compiling clap_derive v4.6.1
15262026-08-13T22:38:27.201Z Compiling zerocopy-derive v0.6.6
15272026-08-13T22:38:27.223Z Compiling rand_xorshift v0.4.0
15282026-08-13T22:38:27.414Z Compiling toml_datetime v0.6.11
15292026-08-13T22:38:27.665Z Compiling serde_spanned v0.6.9
15302026-08-13T22:38:27.803Z Compiling sync_wrapper v1.0.2
15312026-08-13T22:38:27.820Z Compiling indexmap v1.9.3
15322026-08-13T22:38:27.912Z Compiling nodrop v0.1.14
15332026-08-13T22:38:28.003Z Compiling usdt-impl v0.6.0
15342026-08-13T22:38:28.019Z Compiling paste v1.0.15
15352026-08-13T22:38:28.036Z Compiling num_threads v0.1.7
15362026-08-13T22:38:28.163Z Compiling crossbeam-utils v0.8.21
15372026-08-13T22:38:28.208Z Compiling unarray v0.1.4
15382026-08-13T22:38:28.323Z Compiling zlib-rs v0.6.2
15392026-08-13T22:38:28.338Z Compiling siphasher v1.0.2
15402026-08-13T22:38:28.355Z Compiling unicode-segmentation v1.12.0
15412026-08-13T22:38:28.362Z Compiling crc-catalog v2.4.0
15422026-08-13T22:38:28.468Z Compiling crc v3.4.0
15432026-08-13T22:38:28.500Z Compiling clap v4.6.1
15442026-08-13T22:38:28.515Z Compiling proptest v1.11.0
15452026-08-13T22:38:28.548Z Compiling dof v0.4.0
15462026-08-13T22:38:28.727Z Compiling time v0.3.47
15472026-08-13T22:38:28.734Z Compiling zerocopy v0.6.6
15482026-08-13T22:38:29.078Z Compiling array-init v0.0.4
15492026-08-13T22:38:29.438Z Compiling tower v0.5.3
15502026-08-13T22:38:29.979Z Compiling bitfield v0.19.4
15512026-08-13T22:38:30.038Z Compiling anstream v0.6.21
15522026-08-13T22:38:30.293Z Compiling smallvec v0.6.14
15532026-08-13T22:38:30.475Z Compiling derive_builder_core v0.20.2
15542026-08-13T22:38:30.633Z Compiling dtrace-parser v0.3.0
15552026-08-13T22:38:31.137Z Compiling flate2 v1.1.9
15562026-08-13T22:38:31.293Z Compiling ipnetwork v0.21.1
15572026-08-13T22:38:31.352Z Compiling http-body-util v0.1.3
15582026-08-13T22:38:31.458Z Compiling pkcs1 v0.7.5
15592026-08-13T22:38:31.527Z Compiling heapless v0.7.17
15602026-08-13T22:38:31.584Z Compiling scroll_derive v0.12.1
15612026-08-13T22:38:31.677Z Compiling structmeta-derive v0.3.0
15622026-08-13T22:38:31.696Z Compiling slog v2.8.2
15632026-08-13T22:38:31.771Z Compiling darling_core v0.23.0
15642026-08-13T22:38:31.865Z Compiling thread-id v5.1.0
15652026-08-13T22:38:31.880Z Compiling cookie v0.18.1
15662026-08-13T22:38:31.922Z Compiling env_filter v1.0.0
15672026-08-13T22:38:32.033Z Compiling zstd-safe v7.2.4
15682026-08-13T22:38:32.263Z Compiling winnow v0.5.40
15692026-08-13T22:38:32.276Z Compiling anyhow v1.0.102
15702026-08-13T22:38:32.277Z Compiling signal-hook v0.3.18
15712026-08-13T22:38:32.465Z Compiling base64 v0.21.7
15722026-08-13T22:38:32.581Z Compiling allocator-api2 v0.2.21
15732026-08-13T22:38:32.723Z Compiling hashbrown v0.12.3
15742026-08-13T22:38:32.793Z Compiling ryu v1.0.23
15752026-08-13T22:38:32.938Z Compiling unicode-bidi v0.3.18
15762026-08-13T22:38:33.000Z Compiling unicode-properties v0.1.4
15772026-08-13T22:38:33.174Z Compiling iri-string v0.7.10
15782026-08-13T22:38:33.453Z Compiling stringprep v0.1.5
15792026-08-13T22:38:33.640Z Compiling toml_edit v0.19.15
15802026-08-13T22:38:33.728Z Compiling serde_urlencoded v0.7.1
15812026-08-13T22:38:33.955Z Compiling structmeta v0.3.0
15822026-08-13T22:38:34.019Z Compiling ron v0.8.1
15832026-08-13T22:38:34.346Z Compiling darling_macro v0.23.0
15842026-08-13T22:38:34.377Z Compiling tower-http v0.6.8
15852026-08-13T22:38:34.746Z Compiling scroll v0.12.0
15862026-08-13T22:38:34.794Z Compiling env_logger v0.11.9
15872026-08-13T22:38:34.985Z Compiling rsa v0.9.10
15882026-08-13T22:38:35.135Z Compiling oxnet v0.1.6
15892026-08-13T22:38:35.135Z Compiling derive_builder_macro v0.20.2
15902026-08-13T22:38:35.482Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15912026-08-13T22:38:35.555Z Compiling newtype-uuid v1.3.2
15922026-08-13T22:38:35.616Z Compiling hashbrown v0.13.2
15932026-08-13T22:38:35.695Z Compiling serde-hex v0.1.0
15942026-08-13T22:38:35.870Z Compiling bzip2 v0.4.4
15952026-08-13T22:38:36.079Z Compiling tokio-native-tls v0.3.1
15962026-08-13T22:38:36.087Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
15972026-08-13T22:38:36.281Z Compiling heck v0.4.1
15982026-08-13T22:38:36.300Z Compiling camino v1.2.2
15992026-08-13T22:38:36.676Z Compiling bstr v1.12.1
16002026-08-13T22:38:36.726Z Compiling block-padding v0.4.2
16012026-08-13T22:38:36.887Z Compiling block-buffer v0.12.1
16022026-08-13T22:38:36.970Z Compiling crypto-common v0.2.2
16032026-08-13T22:38:37.173Z Compiling rustls-native-certs v0.8.3
16042026-08-13T22:38:37.340Z Compiling curve25519-dalek v4.1.3
16052026-08-13T22:38:37.391Z Compiling x509-cert v0.2.5
16062026-08-13T22:38:37.443Z Compiling md-5 v0.10.6
16072026-08-13T22:38:37.599Z Compiling async-trait v0.1.89
16082026-08-13T22:38:37.668Z Compiling daft-derive v0.1.7
16092026-08-13T22:38:38.027Z Compiling pin-project-internal v1.1.11
16102026-08-13T22:38:38.404Z Compiling zerocopy-derive v0.7.35
16112026-08-13T22:38:38.616Z Compiling vergen-lib v9.1.0
16122026-08-13T22:38:38.731Z Compiling serde_tokenstream v0.2.3
16132026-08-13T22:38:38.797Z Compiling hash32 v0.2.1
16142026-08-13T22:38:39.006Z Compiling erased-serde v0.3.31
16152026-08-13T22:38:39.027Z Compiling memoffset v0.9.1
16162026-08-13T22:38:39.047Z Compiling encoding_rs v0.8.35
16172026-08-13T22:38:39.136Z Compiling mime v0.3.17
16182026-08-13T22:38:39.221Z Compiling ref-cast v1.0.25
16192026-08-13T22:38:39.275Z Compiling psl-types v2.0.11
16202026-08-13T22:38:39.392Z Compiling cfg_aliases v0.2.1
16212026-08-13T22:38:39.404Z Compiling rustix v0.38.44
16222026-08-13T22:38:39.434Z Compiling smoltcp v0.9.1
16232026-08-13T22:38:39.461Z Compiling fallible-iterator v0.2.0
16242026-08-13T22:38:39.465Z Compiling crc-any v2.5.0
16252026-08-13T22:38:39.491Z Compiling litrs v1.0.0
16262026-08-13T22:38:39.702Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16272026-08-13T22:38:39.855Z Compiling postgres-protocol v0.6.10
16282026-08-13T22:38:39.868Z Compiling nix v0.31.2
16292026-08-13T22:38:39.992Z Compiling document-features v0.2.12
16302026-08-13T22:38:40.071Z Compiling publicsuffix v2.3.0
16312026-08-13T22:38:40.178Z Compiling zerocopy v0.7.35
16322026-08-13T22:38:40.231Z Compiling pin-project v1.1.11
16332026-08-13T22:38:40.339Z Compiling daft v0.1.7
16342026-08-13T22:38:40.432Z Compiling inout v0.2.2
16352026-08-13T22:38:40.495Z Compiling snafu-derive v0.8.9
16362026-08-13T22:38:40.562Z Compiling hyper-tls v0.6.0
16372026-08-13T22:38:40.600Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16382026-08-13T22:38:40.615Z Compiling object v0.30.4
16392026-08-13T22:38:40.716Z Compiling zip v0.6.6
16402026-08-13T22:38:40.774Z Compiling derive_builder v0.20.2
16412026-08-13T22:38:40.874Z Compiling goblin v0.8.2
16422026-08-13T22:38:40.901Z Compiling toml v0.7.8
16432026-08-13T22:38:41.288Z Compiling darling v0.23.0
16442026-08-13T22:38:41.511Z Compiling derive-ex v0.1.8
16452026-08-13T22:38:41.669Z Compiling phf_shared v0.13.1
16462026-08-13T22:38:41.861Z Compiling regex v1.12.3
16472026-08-13T22:38:41.912Z Compiling hubpack_derive v0.1.1
16482026-08-13T22:38:42.304Z Compiling futures-executor v0.3.32
16492026-08-13T22:38:42.391Z Compiling strum_macros v0.27.2
16502026-08-13T22:38:42.413Z Compiling ref-cast-impl v1.0.25
16512026-08-13T22:38:42.579Z Compiling curve25519-dalek-derive v0.1.1
16522026-08-13T22:38:42.969Z Compiling vergen v9.1.0
16532026-08-13T22:38:43.155Z Compiling cargo-platform v0.3.2
16542026-08-13T22:38:43.235Z Compiling ff v0.13.1
16552026-08-13T22:38:43.236Z Compiling fs-err v3.3.0
16562026-08-13T22:38:43.362Z Compiling bumpalo v3.20.2
16572026-08-13T22:38:43.413Z Compiling path-slash v0.1.5
16582026-08-13T22:38:43.441Z Compiling same-file v1.0.6
16592026-08-13T22:38:43.504Z Compiling libbz2-rs-sys v0.2.2
16602026-08-13T22:38:43.555Z Compiling managed v0.8.0
16612026-08-13T22:38:43.589Z Compiling either v1.15.0
16622026-08-13T22:38:43.626Z Compiling foldhash v0.2.0
16632026-08-13T22:38:43.768Z Compiling jiff-core v0.1.0
16642026-08-13T22:38:43.814Z Compiling base16ct v0.2.0
16652026-08-13T22:38:43.835Z Compiling foldhash v0.1.5
16662026-08-13T22:38:43.979Z Compiling object v0.37.3
16672026-08-13T22:38:44.005Z Compiling bitflags v1.3.2
16682026-08-13T22:38:44.179Z Compiling hashbrown v0.15.5
16692026-08-13T22:38:44.303Z Compiling sec1 v0.7.3
16702026-08-13T22:38:44.349Z Compiling strum v0.27.2
16712026-08-13T22:38:44.377Z Compiling bzip2 v0.6.1
16722026-08-13T22:38:44.478Z Compiling hashbrown v0.16.1
16732026-08-13T22:38:44.551Z Compiling jiff v0.2.34
16742026-08-13T22:38:44.574Z Compiling zopfli v0.8.3
16752026-08-13T22:38:44.714Z Compiling walkdir v2.5.0
16762026-08-13T22:38:44.820Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16772026-08-13T22:38:45.044Z Compiling group v0.13.0
16782026-08-13T22:38:45.067Z Compiling cargo_metadata v0.23.1
16792026-08-13T22:38:45.077Z Compiling test-strategy v0.4.5
16802026-08-13T22:38:45.258Z Compiling dof v0.3.0
16812026-08-13T22:38:46.064Z Compiling futures v0.3.32
16822026-08-13T22:38:46.156Z Compiling hubpack v0.1.2
16832026-08-13T22:38:46.223Z Compiling snafu v0.8.9
16842026-08-13T22:38:46.323Z Compiling phf v0.13.1
16852026-08-13T22:38:46.486Z Compiling signal-hook-mio v0.2.5
16862026-08-13T22:38:46.511Z Compiling serde_with_macros v3.21.0
16872026-08-13T22:38:46.588Z Compiling cookie_store v0.22.1
16882026-08-13T22:38:46.609Z Compiling zstd v0.13.3
16892026-08-13T22:38:46.729Z Compiling reqwest v0.12.28
16902026-08-13T22:38:46.878Z Compiling cipher v0.5.2
16912026-08-13T22:38:47.331Z Compiling postgres-types v0.2.12
16922026-08-13T22:38:47.684Z Compiling usdt-macro v0.6.0
16932026-08-13T22:38:47.895Z Compiling usdt-attr-macro v0.6.0
16942026-08-13T22:38:48.105Z Compiling globset v0.4.18
16952026-08-13T22:38:48.127Z Compiling phf_shared v0.11.3
16962026-08-13T22:38:48.791Z Compiling hkdf v0.12.4
16972026-08-13T22:38:48.813Z Compiling dtrace-parser v0.2.0
16982026-08-13T22:38:48.814Z Compiling byte-wrapper v0.1.0
16992026-08-13T22:38:48.814Z Compiling olpc-cjson v0.1.4
17002026-08-13T22:38:48.814Z Compiling ed25519 v2.2.3
17012026-08-13T22:38:48.814Z Compiling crypto-bigint v0.5.5
17022026-08-13T22:38:48.814Z Compiling pem v3.0.6
17032026-08-13T22:38:48.814Z Compiling async-recursion v1.1.1
17042026-08-13T22:38:48.814Z Compiling enum-as-inner v0.6.1
17052026-08-13T22:38:49.073Z Compiling strum_macros v0.26.4
17062026-08-13T22:38:49.190Z Compiling serde_repr v0.1.20
17072026-08-13T22:38:49.300Z Compiling serde_plain v1.0.2
17082026-08-13T22:38:49.414Z Compiling serde-big-array v0.5.1
17092026-08-13T22:38:49.495Z Compiling float-cmp v0.10.0
17102026-08-13T22:38:49.549Z Compiling thread-id v4.2.2
17112026-08-13T22:38:49.557Z Compiling memmap2 v0.9.10
17122026-08-13T22:38:49.631Z Compiling const-oid v0.10.2
17132026-08-13T22:38:49.643Z Compiling data-encoding v2.10.0
17142026-08-13T22:38:49.712Z Compiling fixedbitset v0.4.2
17152026-08-13T22:38:49.782Z Compiling precomputed-hash v0.1.1
17162026-08-13T22:38:49.842Z Compiling cpufeatures v0.3.0
17172026-08-13T22:38:49.862Z Compiling new_debug_unreachable v1.0.6
17182026-08-13T22:38:49.933Z Compiling whoami v2.1.0
17192026-08-13T22:38:50.099Z Compiling normalize-line-endings v0.3.0
17202026-08-13T22:38:50.099Z Compiling difflib v0.4.0
17212026-08-13T22:38:50.123Z Compiling predicates-core v1.0.10
17222026-08-13T22:38:50.214Z Compiling winnow v1.0.3
17232026-08-13T22:38:50.349Z Compiling fixedbitset v0.5.7
17242026-08-13T22:38:50.359Z Compiling static_assertions v1.1.0
17252026-08-13T22:38:50.424Z Compiling typed-path v0.9.3
17262026-08-13T22:38:50.504Z Compiling keccak v0.1.6
17272026-08-13T22:38:50.557Z Compiling petgraph v0.8.3
17282026-08-13T22:38:50.569Z Compiling toml_parser v1.1.2+spec-1.1.0
17292026-08-13T22:38:50.601Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17302026-08-13T22:38:50.782Z Compiling sha3 v0.10.8
17312026-08-13T22:38:50.805Z Compiling strum v0.26.3
17322026-08-13T22:38:50.943Z Compiling predicates v3.1.4
17332026-08-13T22:38:51.193Z Compiling tokio-postgres v0.7.16
17342026-08-13T22:38:51.225Z Compiling toml_edit v0.22.27
17352026-08-13T22:38:51.242Z Compiling hickory-proto v0.25.2
17362026-08-13T22:38:51.591Z Compiling string_cache v0.8.9
17372026-08-13T22:38:51.617Z Compiling chacha20 v0.10.0
17382026-08-13T22:38:51.808Z Compiling petgraph v0.6.5
17392026-08-13T22:38:51.998Z Compiling digest v0.11.3
17402026-08-13T22:38:52.321Z Compiling usdt v0.6.0
17412026-08-13T22:38:52.536Z Compiling elliptic-curve v0.13.8
17422026-08-13T22:38:52.643Z Compiling usdt-impl v0.5.0
17432026-08-13T22:38:52.960Z Compiling ed25519-dalek v2.2.0
17442026-08-13T22:38:53.126Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17452026-08-13T22:38:53.295Z Compiling crossterm v0.28.1
17462026-08-13T22:38:53.430Z Compiling serde_with v3.21.0
17472026-08-13T22:38:53.493Z Compiling zip v4.6.1
17482026-08-13T22:38:54.418Z Compiling iddqd v0.4.2
17492026-08-13T22:38:54.653Z Compiling itertools v0.15.0
17502026-08-13T22:38:54.876Z Compiling itertools v0.13.0
17512026-08-13T22:38:55.219Z Compiling similar v2.7.0
17522026-08-13T22:38:55.259Z Compiling crossbeam-epoch v0.9.18
17532026-08-13T22:38:55.538Z Compiling tokio-stream v0.1.18
17542026-08-13T22:38:55.662Z Compiling buf-list v1.1.2
17552026-08-13T22:38:55.905Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17562026-08-13T22:38:55.921Z Compiling openapiv3 v2.2.0
17572026-08-13T22:38:55.951Z Compiling lalrpop-util v0.19.12
17582026-08-13T22:38:55.980Z Compiling peg-runtime v0.8.5
17592026-08-13T22:38:56.010Z Compiling thread_local v1.1.9
17602026-08-13T22:38:56.069Z Compiling slog-async v2.8.0
17612026-08-13T22:38:56.265Z Compiling crossbeam-channel v0.5.15
17622026-08-13T22:38:56.273Z Compiling is-terminal v0.4.17
17632026-08-13T22:38:56.273Z Compiling filetime v0.2.27
17642026-08-13T22:38:56.273Z Compiling take_mut v0.2.2
17652026-08-13T22:38:56.297Z Compiling xattr v1.6.1
17662026-08-13T22:38:56.345Z Compiling term v1.2.1
17672026-08-13T22:38:56.367Z Compiling camino-tempfile v1.4.1
17682026-08-13T22:38:56.421Z Compiling tar v0.4.46
17692026-08-13T22:38:56.604Z Compiling slog-term v2.9.2
17702026-08-13T22:39:03.201Z Compiling rustls-webpki v0.103.13
17712026-08-13T22:39:05.889Z Compiling tokio-rustls v0.26.4
17722026-08-13T22:39:05.889Z Compiling rustls-platform-verifier v0.6.2
17732026-08-13T22:39:05.889Z Compiling tough v0.22.0
17742026-08-13T22:39:06.279Z Compiling hyper-rustls v0.27.7
17752026-08-13T22:39:09.273Z Compiling reqwest v0.13.2
17762026-08-13T22:39:09.551Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17772026-08-13T22:39:09.551Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17782026-08-13T22:39:11.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
17792026-08-13T22:39:11.885Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17802026-08-13T22:39:11.914ZAug 13 22:39:10.655 INFO Starting download, target: Cockroach
17812026-08-13T22:39:11.914ZAug 13 22:39:10.655 INFO Starting download, target: Console
17822026-08-13T22:39:11.914ZAug 13 22:39:10.655 INFO Starting download, target: DendriteStub
17832026-08-13T22:39:11.914ZAug 13 22:39:10.655 INFO Starting download, target: Clickhouse
17842026-08-13T22:39:11.914ZAug 13 22:39:10.655 INFO Starting download, target: MaghemiteMgd
17852026-08-13T22:39:11.914ZAug 13 22:39:10.655 INFO Starting download, target: MaghemiteDdmd
17862026-08-13T22:39:11.914ZAug 13 22:39:10.655 INFO Starting download, target: TransceiverControl
17872026-08-13T22:39:11.915ZAug 13 22:39:10.656 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17882026-08-13T22:39:11.915ZAug 13 22:39:10.656 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17892026-08-13T22:39:11.915ZAug 13 22:39:10.656 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17902026-08-13T22:39:11.915ZAug 13 22:39:10.656 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17912026-08-13T22:39:11.915ZAug 13 22:39:10.656 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17922026-08-13T22:39:11.915ZAug 13 22:39:10.656 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17932026-08-13T22:39:11.915ZAug 13 22:39:10.656 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17942026-08-13T22:39:12.676ZAug 13 22:39:11.486 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17952026-08-13T22:39:12.906ZAug 13 22:39:11.714 INFO Download complete, target: TransceiverControl
17962026-08-13T22:39:13.613ZAug 13 22:39:12.432 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17972026-08-13T22:39:13.833ZAug 13 22:39:12.650 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17982026-08-13T22:39:14.094ZAug 13 22:39:12.908 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17992026-08-13T22:39:14.112ZAug 13 22:39:12.911 INFO Download complete, target: Console
18002026-08-13T22:39:14.193ZAug 13 22:39:12.999 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18012026-08-13T22:39:14.415ZAug 13 22:39:13.237 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18022026-08-13T22:39:14.619ZAug 13 22:39:13.444 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18032026-08-13T22:39:14.619ZAug 13 22:39:13.444 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18042026-08-13T22:39:16.276ZAug 13 22:39:15.076 INFO Download complete, target: MaghemiteDdmd
18052026-08-13T22:39:16.530ZAug 13 22:39:15.354 INFO Download complete, target: DendriteStub
18062026-08-13T22:39:17.831ZAug 13 22:39:16.655 INFO Download complete, target: MaghemiteMgd
18072026-08-13T22:39:19.616ZAug 13 22:39:18.439 INFO Checking that binary works, target: Cockroach
18082026-08-13T22:39:19.801ZAug 13 22:39:18.626 INFO Download complete, target: Cockroach
18092026-08-13T22:39:20.673ZAug 13 22:39:19.498 INFO Checking that binary works, target: Clickhouse
18102026-08-13T22:39:20.824ZAug 13 22:39:19.648 INFO Download complete, target: Clickhouse
18112026-08-13T22:39:20.839ZAll builder prerequisites installed successfully, and PATH looks valid
18122026-08-13T22:39:20.843Z
18132026-08-13T22:39:20.843Zreal 2:07.288482670
18142026-08-13T22:39:20.843Zuser 7:11.168963470
18152026-08-13T22:39:20.843Zsys 1:26.124649349
18162026-08-13T22:39:20.843Ztrap 0.250346349
18172026-08-13T22:39:20.843Ztflt 0.569474123
18182026-08-13T22:39:20.844Zdflt 0.794662848
18192026-08-13T22:39:20.844Zkflt 0.026952055
18202026-08-13T22:39:20.844Zlock 26:55.327446184
18212026-08-13T22:39:20.844Zslp 21:43.731215040
18222026-08-13T22:39:20.844Zlat 45.957947744
18232026-08-13T22:39:20.844Zstop 2:42.099964476
18242026-08-13T22:39:20.844Z+ banner hack-check
18252026-08-13T22:39:20.844Z
18262026-08-13T22:39:20.844Z # # ## #### # # #### # # ###### #### # #
18272026-08-13T22:39:20.844Z # # # # # # # # # # # # # # # # #
18282026-08-13T22:39:20.844Z ###### # # # #### ##### # ###### ##### # ####
18292026-08-13T22:39:20.844Z # # ###### # # # # # # # # # #
18302026-08-13T22:39:20.844Z # # # # # # # # # # # # # # # # #
18312026-08-13T22:39:20.844Z # # # # #### # # #### # # ###### #### # #
18322026-08-13T22:39:20.844Z
18332026-08-13T22:39:20.845Z+ export CARGO_INCREMENTAL=0
18342026-08-13T22:39:20.845Z+ CARGO_INCREMENTAL=0
18352026-08-13T22:39:20.845Z+ ptime -m timeout 2h cargo xtask check-features --ci
18362026-08-13T22:39:21.318Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18372026-08-13T22:39:21.601Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18382026-08-13T22:39:23.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s
18392026-08-13T22:39:23.480Z Running `target/debug/xtask check-features --ci`
18402026-08-13T22:39:23.512Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18412026-08-13T22:39:23.517Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18422026-08-13T22:39:23.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18432026-08-13T22:39:23.963Z Running `target/debug/xtask download cargo-hack`
18442026-08-13T22:39:24.742Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18452026-08-13T22:39:25.045Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18462026-08-13T22:39:27.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.62s
18472026-08-13T22:39:27.778Z Running `target/debug/xtask-downloader cargo-hack`
18482026-08-13T22:39:27.819ZAug 13 22:39:26.643 INFO Starting download, target: CargoHack
18492026-08-13T22:39:27.822ZAug 13 22:39:26.644 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18502026-08-13T22:39:28.003ZAug 13 22:39:26.827 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18512026-08-13T22:39:28.052ZAug 13 22:39:26.876 INFO Download complete, target: CargoHack
18522026-08-13T22:39:28.056Zrunning: "/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"
18532026-08-13T22:39:28.068Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18542026-08-13T22:39:28.226Zinfo: running `cargo check --bins` on api_identity (1/334)
18552026-08-13T22:39:28.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18562026-08-13T22:39:28.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18572026-08-13T22:39:28.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18582026-08-13T22:39:28.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18592026-08-13T22:39:28.779Z
18602026-08-13T22:39:28.779Zinfo: running `cargo check --bins` on bootstore (2/334)
18612026-08-13T22:39:29.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18622026-08-13T22:39:29.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18632026-08-13T22:39:29.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18642026-08-13T22:39:29.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18652026-08-13T22:39:29.338Z
18662026-08-13T22:39:29.338Zinfo: running `cargo check --bins` on omicron-ledger (3/334)
18672026-08-13T22:39:29.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18682026-08-13T22:39:29.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18692026-08-13T22:39:29.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18702026-08-13T22:39:29.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18712026-08-13T22:39:29.893Z
18722026-08-13T22:39:29.893Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/334)
18732026-08-13T22:39:30.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18742026-08-13T22:39:30.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18752026-08-13T22:39:30.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18762026-08-13T22:39:30.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18772026-08-13T22:39:30.451Z
18782026-08-13T22:39:30.451Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/334)
18792026-08-13T22:39:30.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18802026-08-13T22:39:30.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18812026-08-13T22:39:30.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18822026-08-13T22:39:30.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18832026-08-13T22:39:30.996Z
18842026-08-13T22:39:30.996Zinfo: running `cargo check --bins` on omicron-certificates (6/334)
18852026-08-13T22:39:31.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18862026-08-13T22:39:31.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18872026-08-13T22:39:31.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18882026-08-13T22:39:31.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18892026-08-13T22:39:31.561Z
18902026-08-13T22:39:31.561Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/334)
18912026-08-13T22:39:32.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18922026-08-13T22:39:32.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18932026-08-13T22:39:32.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18942026-08-13T22:39:32.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18952026-08-13T22:39:32.110Z
18962026-08-13T22:39:32.110Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/334)
18972026-08-13T22:39:32.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18982026-08-13T22:39:32.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18992026-08-13T22:39:32.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19002026-08-13T22:39:32.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19012026-08-13T22:39:32.666Z
19022026-08-13T22:39:32.666Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/334)
19032026-08-13T22:39:33.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19042026-08-13T22:39:33.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19052026-08-13T22:39:33.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19062026-08-13T22:39:33.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19072026-08-13T22:39:33.081Z
19082026-08-13T22:39:33.081Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/334)
19092026-08-13T22:39:33.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19102026-08-13T22:39:33.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19112026-08-13T22:39:33.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19122026-08-13T22:39:33.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19132026-08-13T22:39:33.502Z
19142026-08-13T22:39:33.502Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/334)
19152026-08-13T22:39:33.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19162026-08-13T22:39:33.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19172026-08-13T22:39:33.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19182026-08-13T22:39:33.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19192026-08-13T22:39:33.919Z
19202026-08-13T22:39:33.919Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/334)
19212026-08-13T22:39:34.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19222026-08-13T22:39:34.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19232026-08-13T22:39:34.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19242026-08-13T22:39:34.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19252026-08-13T22:39:34.329Z
19262026-08-13T22:39:34.329Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/334)
19272026-08-13T22:39:34.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19282026-08-13T22:39:34.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19292026-08-13T22:39:34.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19302026-08-13T22:39:34.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19312026-08-13T22:39:34.742Z
19322026-08-13T22:39:34.742Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/334)
19332026-08-13T22:39:35.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19342026-08-13T22:39:35.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19352026-08-13T22:39:35.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19362026-08-13T22:39:35.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19372026-08-13T22:39:35.175Z
19382026-08-13T22:39:35.175Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/334)
19392026-08-13T22:39:35.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19402026-08-13T22:39:35.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19412026-08-13T22:39:35.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19422026-08-13T22:39:35.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19432026-08-13T22:39:35.574Z
19442026-08-13T22:39:35.574Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/334)
19452026-08-13T22:39:35.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19462026-08-13T22:39:35.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19472026-08-13T22:39:35.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19482026-08-13T22:39:35.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19492026-08-13T22:39:35.991Z
19502026-08-13T22:39:35.991Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/334)
19512026-08-13T22:39:36.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19522026-08-13T22:39:36.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19532026-08-13T22:39:36.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19542026-08-13T22:39:36.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19552026-08-13T22:39:36.407Z
19562026-08-13T22:39:36.407Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/334)
19572026-08-13T22:39:36.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19582026-08-13T22:39:36.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19592026-08-13T22:39:36.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19602026-08-13T22:39:36.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19612026-08-13T22:39:36.824Z
19622026-08-13T22:39:36.825Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/334)
19632026-08-13T22:39:37.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19642026-08-13T22:39:37.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19652026-08-13T22:39:37.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19662026-08-13T22:39:37.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19672026-08-13T22:39:37.241Z
19682026-08-13T22:39:37.241Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/334)
19692026-08-13T22:39:37.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19702026-08-13T22:39:37.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19712026-08-13T22:39:37.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19722026-08-13T22:39:37.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19732026-08-13T22:39:37.657Z
19742026-08-13T22:39:37.657Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/334)
19752026-08-13T22:39:38.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19762026-08-13T22:39:38.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19772026-08-13T22:39:38.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19782026-08-13T22:39:38.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19792026-08-13T22:39:38.075Z
19802026-08-13T22:39:38.075Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/334)
19812026-08-13T22:39:38.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19822026-08-13T22:39:38.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19832026-08-13T22:39:38.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19842026-08-13T22:39:38.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19852026-08-13T22:39:38.491Z
19862026-08-13T22:39:38.491Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/334)
19872026-08-13T22:39:38.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19882026-08-13T22:39:38.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19892026-08-13T22:39:38.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19902026-08-13T22:39:38.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19912026-08-13T22:39:38.915Z
19922026-08-13T22:39:38.915Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/334)
19932026-08-13T22:39:39.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19942026-08-13T22:39:39.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19952026-08-13T22:39:39.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19962026-08-13T22:39:39.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
19972026-08-13T22:39:39.338Z
19982026-08-13T22:39:39.338Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/334)
19992026-08-13T22:39:39.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20002026-08-13T22:39:39.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20012026-08-13T22:39:39.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20022026-08-13T22:39:39.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20032026-08-13T22:39:39.755Z
20042026-08-13T22:39:39.756Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/334)
20052026-08-13T22:39:40.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20062026-08-13T22:39:40.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20072026-08-13T22:39:40.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20082026-08-13T22:39:40.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20092026-08-13T22:39:40.177Z
20102026-08-13T22:39:40.177Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/334)
20112026-08-13T22:39:40.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122026-08-13T22:39:40.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132026-08-13T22:39:40.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20142026-08-13T22:39:40.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20152026-08-13T22:39:40.598Z
20162026-08-13T22:39:40.598Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/334)
20172026-08-13T22:39:40.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20182026-08-13T22:39:40.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20192026-08-13T22:39:40.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20202026-08-13T22:39:40.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20212026-08-13T22:39:41.018Z
20222026-08-13T22:39:41.018Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/334)
20232026-08-13T22:39:41.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20242026-08-13T22:39:41.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20252026-08-13T22:39:41.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20262026-08-13T22:39:41.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20272026-08-13T22:39:41.438Z
20282026-08-13T22:39:41.438Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/334)
20292026-08-13T22:39:41.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20302026-08-13T22:39:41.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20312026-08-13T22:39:41.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20322026-08-13T22:39:41.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20332026-08-13T22:39:41.849Z
20342026-08-13T22:39:41.850Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/334)
20352026-08-13T22:39:42.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20362026-08-13T22:39:42.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20372026-08-13T22:39:42.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20382026-08-13T22:39:42.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20392026-08-13T22:39:42.267Z
20402026-08-13T22:39:42.267Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/334)
20412026-08-13T22:39:42.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20422026-08-13T22:39:42.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20432026-08-13T22:39:42.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20442026-08-13T22:39:42.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20452026-08-13T22:39:42.682Z
20462026-08-13T22:39:42.682Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/334)
20472026-08-13T22:39:43.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20482026-08-13T22:39:43.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20492026-08-13T22:39:43.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20502026-08-13T22:39:43.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20512026-08-13T22:39:43.101Z
20522026-08-13T22:39:43.101Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/334)
20532026-08-13T22:39:43.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20542026-08-13T22:39:43.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20552026-08-13T22:39:43.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20562026-08-13T22:39:43.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20572026-08-13T22:39:43.522Z
20582026-08-13T22:39:43.522Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/334)
20592026-08-13T22:39:43.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20602026-08-13T22:39:43.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20612026-08-13T22:39:43.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20622026-08-13T22:39:43.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20632026-08-13T22:39:43.976Z
20642026-08-13T22:39:43.976Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/334)
20652026-08-13T22:39:44.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20662026-08-13T22:39:44.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20672026-08-13T22:39:44.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20682026-08-13T22:39:44.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20692026-08-13T22:39:44.365Z
20702026-08-13T22:39:44.365Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/334)
20712026-08-13T22:39:44.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20722026-08-13T22:39:44.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20732026-08-13T22:39:44.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20742026-08-13T22:39:44.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20752026-08-13T22:39:44.784Z
20762026-08-13T22:39:44.784Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/334)
20772026-08-13T22:39:45.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20782026-08-13T22:39:45.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20792026-08-13T22:39:45.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20802026-08-13T22:39:45.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20812026-08-13T22:39:45.205Z
20822026-08-13T22:39:45.205Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/334)
20832026-08-13T22:39:45.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20842026-08-13T22:39:45.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20852026-08-13T22:39:45.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20862026-08-13T22:39:45.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20872026-08-13T22:39:45.627Z
20882026-08-13T22:39:45.627Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/334)
20892026-08-13T22:39:45.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20902026-08-13T22:39:46.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20912026-08-13T22:39:46.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20922026-08-13T22:39:46.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20932026-08-13T22:39:46.047Z
20942026-08-13T22:39:46.047Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/334)
20952026-08-13T22:39:46.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20962026-08-13T22:39:46.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20972026-08-13T22:39:46.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20982026-08-13T22:39:46.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20992026-08-13T22:39:46.473Z
21002026-08-13T22:39:46.473Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/334)
21012026-08-13T22:39:46.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21022026-08-13T22:39:46.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21032026-08-13T22:39:46.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21042026-08-13T22:39:46.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21052026-08-13T22:39:46.888Z
21062026-08-13T22:39:46.888Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/334)
21072026-08-13T22:39:47.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21082026-08-13T22:39:47.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21092026-08-13T22:39:47.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21102026-08-13T22:39:47.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21112026-08-13T22:39:47.314Z
21122026-08-13T22:39:47.314Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/334)
21132026-08-13T22:39:47.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21142026-08-13T22:39:47.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21152026-08-13T22:39:47.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21162026-08-13T22:39:47.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21172026-08-13T22:39:47.735Z
21182026-08-13T22:39:47.736Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/334)
21192026-08-13T22:39:48.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21202026-08-13T22:39:48.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21212026-08-13T22:39:48.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21222026-08-13T22:39:48.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21232026-08-13T22:39:48.164Z
21242026-08-13T22:39:48.164Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/334)
21252026-08-13T22:39:48.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21262026-08-13T22:39:48.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21272026-08-13T22:39:48.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21282026-08-13T22:39:48.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21292026-08-13T22:39:48.576Z
21302026-08-13T22:39:48.576Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/334)
21312026-08-13T22:39:48.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21322026-08-13T22:39:48.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21332026-08-13T22:39:48.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21342026-08-13T22:39:48.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21352026-08-13T22:39:48.987Z
21362026-08-13T22:39:48.987Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/334)
21372026-08-13T22:39:49.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21382026-08-13T22:39:49.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21392026-08-13T22:39:49.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21402026-08-13T22:39:49.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21412026-08-13T22:39:49.410Z
21422026-08-13T22:39:49.410Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/334)
21432026-08-13T22:39:49.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21442026-08-13T22:39:49.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21452026-08-13T22:39:49.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21462026-08-13T22:39:49.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21472026-08-13T22:39:50.015Z
21482026-08-13T22:39:50.015Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/334)
21492026-08-13T22:39:50.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21502026-08-13T22:39:50.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21512026-08-13T22:39:50.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21522026-08-13T22:39:50.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21532026-08-13T22:39:50.608Z
21542026-08-13T22:39:50.608Zinfo: running `cargo check --bins` on nexus-config (51/334)
21552026-08-13T22:39:51.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21562026-08-13T22:39:51.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21572026-08-13T22:39:51.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21582026-08-13T22:39:51.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21592026-08-13T22:39:51.216Z
21602026-08-13T22:39:51.216Zinfo: running `cargo check --bins` on nexus-types (52/334)
21612026-08-13T22:39:51.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21622026-08-13T22:39:51.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21632026-08-13T22:39:51.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21642026-08-13T22:39:51.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21652026-08-13T22:39:51.817Z
21662026-08-13T22:39:51.817Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/334)
21672026-08-13T22:39:52.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21682026-08-13T22:39:52.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21692026-08-13T22:39:52.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21702026-08-13T22:39:52.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21712026-08-13T22:39:52.380Z
21722026-08-13T22:39:52.380Zinfo: running `cargo check --bins` on omicron-passwords (54/334)
21732026-08-13T22:39:52.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21742026-08-13T22:39:52.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21752026-08-13T22:39:52.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21762026-08-13T22:39:52.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21772026-08-13T22:39:52.965Z
21782026-08-13T22:39:52.965Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/334)
21792026-08-13T22:39:53.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21802026-08-13T22:39:53.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21812026-08-13T22:39:53.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21822026-08-13T22:39:53.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21832026-08-13T22:39:53.509Z
21842026-08-13T22:39:53.509Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/334)
21852026-08-13T22:39:54.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21862026-08-13T22:39:54.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21872026-08-13T22:39:54.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21882026-08-13T22:39:54.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21892026-08-13T22:39:54.411Z
21902026-08-13T22:39:54.411Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/334)
21912026-08-13T22:39:54.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21922026-08-13T22:39:56.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21932026-08-13T22:39:56.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21942026-08-13T22:39:56.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21952026-08-13T22:39:56.583Z
21962026-08-13T22:39:56.583Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/334)
21972026-08-13T22:39:56.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21982026-08-13T22:39:56.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21992026-08-13T22:39:56.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22002026-08-13T22:39:56.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22012026-08-13T22:39:56.583Z
22022026-08-13T22:39:56.583Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/334)
22032026-08-13T22:39:56.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22042026-08-13T22:39:56.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22052026-08-13T22:39:56.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22062026-08-13T22:39:56.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22072026-08-13T22:39:56.583Z
22082026-08-13T22:39:56.583Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/334)
22092026-08-13T22:39:56.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22102026-08-13T22:39:56.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22112026-08-13T22:39:56.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22122026-08-13T22:39:56.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22132026-08-13T22:39:56.583Z
22142026-08-13T22:39:56.583Zinfo: running `cargo check --bins --no-default-features` on gfss (61/334)
22152026-08-13T22:39:56.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22162026-08-13T22:39:56.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22172026-08-13T22:39:56.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22182026-08-13T22:39:56.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22192026-08-13T22:39:56.924Z
22202026-08-13T22:39:56.924Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/334)
22212026-08-13T22:39:57.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22222026-08-13T22:39:57.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22232026-08-13T22:39:57.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22242026-08-13T22:39:57.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22252026-08-13T22:39:57.432Z
22262026-08-13T22:39:57.433Zinfo: running `cargo check --bins` on wicketd-commission-types (63/334)
22272026-08-13T22:39:57.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22282026-08-13T22:39:57.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22292026-08-13T22:39:57.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22302026-08-13T22:39:57.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22312026-08-13T22:39:57.982Z
22322026-08-13T22:39:57.982Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (64/334)
22332026-08-13T22:39:58.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22342026-08-13T22:39:58.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22352026-08-13T22:39:58.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22362026-08-13T22:39:58.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22372026-08-13T22:39:58.553Z
22382026-08-13T22:39:58.554Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (65/334)
22392026-08-13T22:39:59.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22402026-08-13T22:39:59.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22412026-08-13T22:39:59.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22422026-08-13T22:39:59.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22432026-08-13T22:39:59.099Z
22442026-08-13T22:39:59.099Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (66/334)
22452026-08-13T22:39:59.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22462026-08-13T22:39:59.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22472026-08-13T22:39:59.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22482026-08-13T22:39:59.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22492026-08-13T22:39:59.646Z
22502026-08-13T22:39:59.646Zinfo: running `cargo check --bins` on clickhouse-admin-types (67/334)
22512026-08-13T22:40:00.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22522026-08-13T22:40:00.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22532026-08-13T22:40:00.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22542026-08-13T22:40:00.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22552026-08-13T22:40:00.204Z
22562026-08-13T22:40:00.204Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (68/334)
22572026-08-13T22:40:00.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22582026-08-13T22:40:00.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22592026-08-13T22:40:00.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22602026-08-13T22:40:00.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22612026-08-13T22:40:00.776Z
22622026-08-13T22:40:00.776Zinfo: running `cargo check --bins` on cockroach-admin-types (69/334)
22632026-08-13T22:40:01.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22642026-08-13T22:40:01.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22652026-08-13T22:40:01.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22662026-08-13T22:40:01.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22672026-08-13T22:40:01.469Z
22682026-08-13T22:40:01.469Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (70/334)
22692026-08-13T22:40:01.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22702026-08-13T22:40:01.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22712026-08-13T22:40:01.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22722026-08-13T22:40:01.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22732026-08-13T22:40:01.867Z
22742026-08-13T22:40:01.868Zinfo: running `cargo check --bins` on ereport-types (71/334)
22752026-08-13T22:40:02.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22762026-08-13T22:40:02.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22772026-08-13T22:40:02.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22782026-08-13T22:40:02.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22792026-08-13T22:40:02.419Z
22802026-08-13T22:40:02.419Zinfo: running `cargo check --bins` on gateway-client (72/334)
22812026-08-13T22:40:02.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22822026-08-13T22:40:02.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22832026-08-13T22:40:02.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22842026-08-13T22:40:02.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22852026-08-13T22:40:02.980Z
22862026-08-13T22:40:02.980Zinfo: running `cargo check --bins --no-default-features` on gateway-types (73/334)
22872026-08-13T22:40:03.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22882026-08-13T22:40:03.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22892026-08-13T22:40:03.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22902026-08-13T22:40:03.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22912026-08-13T22:40:03.536Z
22922026-08-13T22:40:03.536Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (74/334)
22932026-08-13T22:40:04.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22942026-08-13T22:40:04.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22952026-08-13T22:40:04.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22962026-08-13T22:40:04.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22972026-08-13T22:40:04.096Z
22982026-08-13T22:40:04.096Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (75/334)
22992026-08-13T22:40:04.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23002026-08-13T22:40:04.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23012026-08-13T22:40:04.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23022026-08-13T22:40:04.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23032026-08-13T22:40:04.671Z
23042026-08-13T22:40:04.671Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (76/334)
23052026-08-13T22:40:05.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23062026-08-13T22:40:05.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23072026-08-13T22:40:05.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23082026-08-13T22:40:05.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23092026-08-13T22:40:05.252Z
23102026-08-13T22:40:05.252Zinfo: running `cargo check --bins` on key-manager-types (77/334)
23112026-08-13T22:40:05.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23122026-08-13T22:40:05.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23132026-08-13T22:40:05.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23142026-08-13T22:40:05.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23152026-08-13T22:40:05.801Z
23162026-08-13T22:40:05.801Zinfo: running `cargo check --bins` on oxlog (78/334)
23172026-08-13T22:40:06.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23182026-08-13T22:40:06.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23192026-08-13T22:40:06.416Z Checking cfg-if v1.0.4
23202026-08-13T22:40:06.512Z Checking libc v0.2.185
23212026-08-13T22:40:06.530Z Checking serde_core v1.0.229
23222026-08-13T22:40:06.546Z Checking memchr v2.8.0
23232026-08-13T22:40:06.546Z Checking zeroize v1.9.0
23242026-08-13T22:40:06.546Z Checking log v0.4.29
23252026-08-13T22:40:06.546Z Checking smallvec v1.15.1
23262026-08-13T22:40:06.552Z Checking subtle v2.6.1
23272026-08-13T22:40:06.576Z Checking itoa v1.0.17
23282026-08-13T22:40:06.674Z Checking scopeguard v1.2.0
23292026-08-13T22:40:06.697Z Checking typenum v1.20.1
23302026-08-13T22:40:06.701Z Checking stable_deref_trait v1.2.1
23312026-08-13T22:40:06.714Z Checking zerofrom v0.1.6
23322026-08-13T22:40:06.736Z Checking portable-atomic v1.13.1
23332026-08-13T22:40:06.814Z Checking lock_api v0.4.14
23342026-08-13T22:40:06.819Z Checking zerocopy v0.8.40
23352026-08-13T22:40:06.828Z Checking yoke v0.8.1
23362026-08-13T22:40:06.887Z Checking critical-section v1.2.0
23372026-08-13T22:40:06.910Z Checking errno v0.3.14
23382026-08-13T22:40:06.979Z Checking getrandom v0.2.17
23392026-08-13T22:40:06.992Z Checking zerovec v0.11.5
23402026-08-13T22:40:07.063Z Checking const-oid v0.9.6
23412026-08-13T22:40:07.075Z Checking pin-project-lite v0.2.17
23422026-08-13T22:40:07.107Z Checking libm v0.2.16
23432026-08-13T22:40:07.198Z Checking rand_core v0.6.4
23442026-08-13T22:40:07.263Z Checking once_cell v1.21.3
23452026-08-13T22:40:07.296Z Checking zmij v1.0.21
23462026-08-13T22:40:07.309Z Checking signal-hook-registry v1.4.8
23472026-08-13T22:40:07.463Z Checking tinystr v0.8.2
23482026-08-13T22:40:07.466Z Checking generic-array v0.14.7
23492026-08-13T22:40:07.466Z Checking parking_lot_core v0.9.12
23502026-08-13T22:40:07.514Z Checking futures-core v0.3.32
23512026-08-13T22:40:07.595Z Checking writeable v0.6.2
23522026-08-13T22:40:07.626Z Checking percent-encoding v2.3.2
23532026-08-13T22:40:07.652Z Checking rand_core v0.10.0
23542026-08-13T22:40:07.670Z Checking litemap v0.8.1
23552026-08-13T22:40:07.761Z Checking parking_lot v0.12.5
23562026-08-13T22:40:07.765Z Checking potential_utf v0.1.4
23572026-08-13T22:40:07.794Z Checking getrandom v0.4.1
23582026-08-13T22:40:08.042Z Checking num-traits v0.2.19
23592026-08-13T22:40:08.106Z Checking icu_locale_core v2.1.1
23602026-08-13T22:40:08.106Z Checking zerotrie v0.2.3
23612026-08-13T22:40:08.106Z Checking mio v1.2.0
23622026-08-13T22:40:08.106Z Checking equivalent v1.0.2
23632026-08-13T22:40:08.106Z Checking icu_collections v2.1.1
23642026-08-13T22:40:08.106Z Checking serde v1.0.229
23652026-08-13T22:40:08.106Z Checking bitflags v2.11.0
23662026-08-13T22:40:08.130Z Checking serde_json v1.0.151
23672026-08-13T22:40:08.167Z Checking socket2 v0.6.3
23682026-08-13T22:40:08.183Z Checking icu_properties_data v2.1.2
23692026-08-13T22:40:08.308Z Checking icu_normalizer_data v2.1.1
23702026-08-13T22:40:08.335Z Checking byteorder v1.5.0
23712026-08-13T22:40:08.346Z Checking block-buffer v0.10.4
23722026-08-13T22:40:08.364Z Checking crypto-common v0.1.7
23732026-08-13T22:40:08.396Z Checking icu_provider v2.1.1
23742026-08-13T22:40:08.410Z Checking bytes v1.11.1
23752026-08-13T22:40:08.431Z Checking futures-sink v0.3.32
23762026-08-13T22:40:08.457Z Checking hashbrown v0.17.0
23772026-08-13T22:40:08.478Z Checking digest v0.10.7
23782026-08-13T22:40:08.525Z Checking getrandom v0.3.4
23792026-08-13T22:40:08.539Z Checking futures-channel v0.3.32
23802026-08-13T22:40:08.625Z Checking icu_properties v2.1.2
23812026-08-13T22:40:08.651Z Checking icu_normalizer v2.1.1
23822026-08-13T22:40:08.668Z Checking futures-io v0.3.32
23832026-08-13T22:40:08.719Z Checking utf8_iter v1.0.4
23842026-08-13T22:40:10.444Z Checking futures-task v0.3.32
23852026-08-13T22:40:10.515Z Checking slab v0.4.12
23862026-08-13T22:40:10.515Z Checking form_urlencoded v1.2.2
23872026-08-13T22:40:10.516Z Checking tokio v1.52.1
23882026-08-13T22:40:10.516Z Checking rustix v1.1.3
23892026-08-13T22:40:10.516Z Checking indexmap v2.14.0
23902026-08-13T22:40:10.516Z Checking futures-util v0.3.32
23912026-08-13T22:40:10.516Z Checking base64ct v1.8.3
23922026-08-13T22:40:10.516Z Checking fnv v1.0.7
23932026-08-13T22:40:10.516Z Checking iana-time-zone v0.1.65
23942026-08-13T22:40:10.516Z Checking flagset v0.4.7
23952026-08-13T22:40:10.516Z Checking pem-rfc7468 v0.7.0
23962026-08-13T22:40:10.516Z Checking chrono v0.4.45
23972026-08-13T22:40:10.516Z Checking der v0.7.10
23982026-08-13T22:40:10.516Z Checking idna_adapter v1.2.1
23992026-08-13T22:40:10.516Z Checking rand_core v0.9.5
24002026-08-13T22:40:10.516Z Checking ppv-lite86 v0.2.21
24012026-08-13T22:40:10.517Z Checking idna v1.1.0
24022026-08-13T22:40:10.517Z Checking uuid v1.23.4
24032026-08-13T22:40:10.517Z Checking regex-syntax v0.8.10
24042026-08-13T22:40:10.517Z Checking url v2.5.8
24052026-08-13T22:40:10.517Z Checking base64 v0.22.1
24062026-08-13T22:40:10.517Z Checking http v1.4.2
24072026-08-13T22:40:10.517Z Checking utf8parse v0.2.2
24082026-08-13T22:40:10.517Z Checking spki v0.7.3
24092026-08-13T22:40:10.517Z Checking rand_chacha v0.9.0
24102026-08-13T22:40:10.517Z Checking tracing-core v0.1.36
24112026-08-13T22:40:10.517Z Checking anstyle v1.0.14
24122026-08-13T22:40:10.517Z Checking cpufeatures v0.2.17
24132026-08-13T22:40:10.517Z Checking dyn-clone v1.0.20
24142026-08-13T22:40:10.518Z Checking rand v0.9.2
24152026-08-13T22:40:10.518Z Checking pkcs8 v0.10.2
24162026-08-13T22:40:10.518Z Checking semver v1.0.28
24172026-08-13T22:40:10.572Z Checking tracing v0.1.44
24182026-08-13T22:40:10.610Z Checking http-body v1.0.1
24192026-08-13T22:40:10.611Z Checking spin v0.9.8
24202026-08-13T22:40:10.677Z Checking rustls-pki-types v1.14.0
24212026-08-13T22:40:10.688Z Checking cmov v0.5.4
24222026-08-13T22:40:10.688Z Checking colorchoice v1.0.4
24232026-08-13T22:40:10.769Z Checking openssl-probe v0.2.1
24242026-08-13T22:40:10.799Z Checking is_terminal_polyfill v1.70.2
24252026-08-13T22:40:10.829Z Checking anstyle-query v1.1.5
24262026-08-13T22:40:10.855Z Checking tinyvec_macros v0.1.1
24272026-08-13T22:40:10.870Z Checking ctutils v0.4.2
24282026-08-13T22:40:10.883Z Checking schemars v0.8.22
24292026-08-13T22:40:10.894Z Checking sha2 v0.10.9
24302026-08-13T22:40:10.909Z Checking aws-lc-sys v0.40.0
24312026-08-13T22:40:10.922Z Checking tinyvec v1.10.0
24322026-08-13T22:40:10.931Z Checking thiserror v2.0.18
24332026-08-13T22:40:11.105Z Checking tower-layer v0.3.3
24342026-08-13T22:40:11.110Z Checking try-lock v0.2.5
24352026-08-13T22:40:11.110Z Checking untrusted v0.7.1
24362026-08-13T22:40:11.149Z Checking tower-service v0.3.3
24372026-08-13T22:40:11.227Z Checking atomic-waker v1.1.2
24382026-08-13T22:40:11.233Z Checking fastrand v2.3.0
24392026-08-13T22:40:11.233Z Checking want v0.3.1
24402026-08-13T22:40:11.246Z Checking hybrid-array v0.4.13
24412026-08-13T22:40:11.290Z Checking anstyle-parse v1.0.0
24422026-08-13T22:40:11.308Z Checking ipnet v2.11.0
24432026-08-13T22:40:11.341Z Checking crc32fast v1.5.0
24442026-08-13T22:40:11.376Z Checking tempfile v3.25.0
24452026-08-13T22:40:11.419Z Checking httparse v1.10.1
24462026-08-13T22:40:11.432Z Checking aws-lc-rs v1.16.3
24472026-08-13T22:40:11.472Z Checking aho-corasick v1.1.4
24482026-08-13T22:40:11.540Z Checking simd-adler32 v0.3.8
24492026-08-13T22:40:11.562Z Checking foreign-types-shared v0.1.1
24502026-08-13T22:40:11.571Z Checking plain v0.2.3
24512026-08-13T22:40:11.623Z Checking httpdate v1.0.3
24522026-08-13T22:40:11.636Z Checking untrusted v0.9.0
24532026-08-13T22:40:11.673Z Checking tap v1.0.1
24542026-08-13T22:40:11.705Z Checking foreign-types v0.3.2
24552026-08-13T22:40:11.744Z Checking anstream v1.0.0
24562026-08-13T22:40:11.763Z Checking unicode-normalization v0.1.25
24572026-08-13T22:40:11.772Z Checking wyz v0.5.1
24582026-08-13T22:40:11.784Z Checking rand_chacha v0.3.1
24592026-08-13T22:40:11.942Z Checking terminal_size v0.4.3
24602026-08-13T22:40:11.955Z Checking radium v0.7.0
24612026-08-13T22:40:11.990Z Checking signature v2.2.0
24622026-08-13T22:40:12.004Z Checking hex v0.4.3
24632026-08-13T22:40:12.055Z Checking num-integer v0.1.46
24642026-08-13T22:40:12.117Z Checking openssl-sys v0.9.117
24652026-08-13T22:40:12.127Z Checking wait-timeout v0.2.1
24662026-08-13T22:40:12.142Z Checking tokio-util v0.7.18
24672026-08-13T22:40:12.156Z Checking regex-automata v0.4.14
24682026-08-13T22:40:12.166Z Checking socket2 v0.5.10
24692026-08-13T22:40:12.221Z Checking quick-error v1.2.3
24702026-08-13T22:40:12.247Z Checking strsim v0.11.1
24712026-08-13T22:40:12.270Z Checking rustls-webpki v0.103.13
24722026-08-13T22:40:12.290Z Checking unicode-ident v1.0.24
24732026-08-13T22:40:12.317Z Checking clap_lex v1.0.0
24742026-08-13T22:40:12.390Z Checking bit-vec v0.8.0
24752026-08-13T22:40:12.407Z Checking adler2 v2.0.1
24762026-08-13T22:40:12.417Z Checking funty v2.0.0
24772026-08-13T22:40:12.470Z Checking ucd-trie v0.1.7
24782026-08-13T22:40:12.491Z Checking openssl v0.10.80
24792026-08-13T22:40:12.507Z Checking miniz_oxide v0.8.9
24802026-08-13T22:40:12.586Z Checking bit-set v0.8.0
24812026-08-13T22:40:12.594Z Checking pest v2.8.6
24822026-08-13T22:40:12.679Z Checking rustls v0.23.41
24832026-08-13T22:40:12.721Z Checking bitvec v1.0.1
24842026-08-13T22:40:12.734Z Checking clap_builder v4.6.0
24852026-08-13T22:40:12.753Z Checking h2 v0.4.15
24862026-08-13T22:40:12.865Z Checking proc-macro2 v1.0.106
24872026-08-13T22:40:13.170Z Checking rusty-fork v0.3.1
24882026-08-13T22:40:13.336Z Checking num-iter v0.1.45
24892026-08-13T22:40:13.449Z Checking rand v0.8.6
24902026-08-13T22:40:13.656Z Checking lazy_static v1.5.0
24912026-08-13T22:40:13.745Z Checking anstyle-parse v0.2.7
24922026-08-13T22:40:13.899Z Checking rand_xorshift v0.4.0
24932026-08-13T22:40:13.960Z Checking thiserror v1.0.69
24942026-08-13T22:40:13.963Z Checking maybe-uninit v2.0.0
24952026-08-13T22:40:13.983Z Checking hmac v0.12.1
24962026-08-13T22:40:14.033Z Checking serde_spanned v0.6.9
24972026-08-13T22:40:14.046Z Checking toml_datetime v0.6.11
24982026-08-13T22:40:14.057Z Checking sync_wrapper v1.0.2
24992026-08-13T22:40:14.075Z Checking zlib-rs v0.6.2
25002026-08-13T22:40:14.107Z Checking unarray v0.1.4
25012026-08-13T22:40:14.131Z Checking pretty-hex v0.4.1
25022026-08-13T22:40:14.145Z Checking nodrop v0.1.14
25032026-08-13T22:40:14.204Z Checking powerfmt v0.2.0
25042026-08-13T22:40:14.219Z Checking crc-catalog v2.4.0
25052026-08-13T22:40:14.234Z Checking siphasher v1.0.2
25062026-08-13T22:40:14.251Z Checking array-init v0.0.4
25072026-08-13T22:40:14.312Z Checking crc v3.4.0
25082026-08-13T22:40:14.365Z Checking deranged v0.5.8
25092026-08-13T22:40:14.384Z Checking proptest v1.11.0
25102026-08-13T22:40:14.471Z Checking tower v0.5.3
25112026-08-13T22:40:14.486Z Checking native-tls v0.2.18
25122026-08-13T22:40:14.545Z Checking packed_struct v0.10.1
25132026-08-13T22:40:14.679Z Checking smallvec v0.6.14
25142026-08-13T22:40:14.856Z Checking clap v4.6.1
25152026-08-13T22:40:14.859Z Checking num-bigint-dig v0.8.6
25162026-08-13T22:40:14.938Z Checking anstream v0.6.21
25172026-08-13T22:40:14.948Z Checking quote v1.0.45
25182026-08-13T22:40:14.959Z Checking flate2 v1.1.9
25192026-08-13T22:40:15.111Z Checking ipnetwork v0.21.1
25202026-08-13T22:40:15.129Z Checking http-body-util v0.1.3
25212026-08-13T22:40:15.250Z Checking pkcs1 v0.7.5
25222026-08-13T22:40:15.289Z Checking crossbeam-utils v0.8.21
25232026-08-13T22:40:15.318Z Checking bitfield v0.19.4
25242026-08-13T22:40:15.336Z Checking zerocopy v0.6.6
25252026-08-13T22:40:15.458Z Checking ahash v0.8.12
25262026-08-13T22:40:15.562Z Checking hyper v1.10.1
25272026-08-13T22:40:15.579Z Checking bzip2-sys v0.1.13+1.0.8
25282026-08-13T22:40:15.591Z Checking scroll v0.13.0
25292026-08-13T22:40:15.625Z Checking env_filter v1.0.0
25302026-08-13T22:40:15.638Z Checking allocator-api2 v0.2.21
25312026-08-13T22:40:15.652Z Checking time-core v0.1.8
25322026-08-13T22:40:15.669Z Checking num_threads v0.1.7
25332026-08-13T22:40:15.678Z Checking num-conv v0.2.0
25342026-08-13T22:40:15.751Z Checking ryu v1.0.23
25352026-08-13T22:40:15.764Z Checking winnow v0.5.40
25362026-08-13T22:40:15.787Z Checking hashbrown v0.12.3
25372026-08-13T22:40:15.787Z Checking base64 v0.21.7
25382026-08-13T22:40:15.813Z Checking unicode-properties v0.1.4
25392026-08-13T22:40:15.879Z Checking iri-string v0.7.10
25402026-08-13T22:40:15.913Z Checking unicode-bidi v0.3.18
25412026-08-13T22:40:16.023Z Checking serde_urlencoded v0.7.1
25422026-08-13T22:40:16.038Z Checking ron v0.8.1
25432026-08-13T22:40:16.223Z Checking goblin v0.10.5
25442026-08-13T22:40:16.237Z Checking newtype-uuid v1.3.2
25452026-08-13T22:40:16.237Z Checking indexmap v1.9.3
25462026-08-13T22:40:16.260Z Checking stringprep v0.1.5
25472026-08-13T22:40:16.391Z Checking time v0.3.47
25482026-08-13T22:40:16.422Z Checking env_logger v0.11.9
25492026-08-13T22:40:16.538Z Checking hyper-util v0.1.20
25502026-08-13T22:40:16.548Z Checking rsa v0.9.10
25512026-08-13T22:40:16.562Z Checking bzip2 v0.4.4
25522026-08-13T22:40:16.610Z Checking hashbrown v0.13.2
25532026-08-13T22:40:16.724Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25542026-08-13T22:40:16.880Z Checking crossbeam-epoch v0.9.18
25552026-08-13T22:40:16.936Z Checking tower-http v0.6.8
25562026-08-13T22:40:16.956Z Checking toml_edit v0.19.15
25572026-08-13T22:40:17.006Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25582026-08-13T22:40:17.093Z Checking oxnet v0.1.6
25592026-08-13T22:40:17.121Z Checking syn v2.0.117
25602026-08-13T22:40:17.216Z Checking serde-hex v0.1.0
25612026-08-13T22:40:17.321Z Checking tokio-native-tls v0.3.1
25622026-08-13T22:40:17.447Z Checking bstr v1.12.1
25632026-08-13T22:40:17.599Z Checking crypto-common v0.2.2
25642026-08-13T22:40:17.794Z Checking block-padding v0.4.2
25652026-08-13T22:40:17.845Z Checking block-buffer v0.12.1
25662026-08-13T22:40:17.928Z Checking rustls-native-certs v0.8.3
25672026-08-13T22:40:17.947Z Checking scroll v0.12.0
25682026-08-13T22:40:18.006Z Checking x509-cert v0.2.5
25692026-08-13T22:40:18.149Z Checking zstd-sys v2.0.16+zstd.1.5.7
25702026-08-13T22:40:18.171Z Checking md-5 v0.10.6
25712026-08-13T22:40:18.176Z Checking hash32 v0.2.1
25722026-08-13T22:40:18.182Z Checking encoding_rs v0.8.35
25732026-08-13T22:40:18.252Z Checking psl-types v2.0.11
25742026-08-13T22:40:18.327Z Checking crc-any v2.5.0
25752026-08-13T22:40:18.366Z Checking mime v0.3.17
25762026-08-13T22:40:18.502Z Checking either v1.15.0
25772026-08-13T22:40:18.517Z Checking fallible-iterator v0.2.0
25782026-08-13T22:40:18.539Z Checking dof v0.4.0
25792026-08-13T22:40:18.659Z Checking publicsuffix v2.3.0
25802026-08-13T22:40:18.680Z Checking heapless v0.7.17
25812026-08-13T22:40:18.709Z Checking goblin v0.8.2
25822026-08-13T22:40:18.806Z Checking postgres-protocol v0.6.10
25832026-08-13T22:40:18.817Z Checking zstd-safe v7.2.4
25842026-08-13T22:40:18.994Z Checking toml v0.7.8
25852026-08-13T22:40:19.095Z Checking inout v0.2.2
25862026-08-13T22:40:19.104Z Checking hyper-tls v0.6.0
25872026-08-13T22:40:19.126Z Checking cookie v0.18.1
25882026-08-13T22:40:19.214Z Checking daft v0.1.7
25892026-08-13T22:40:19.315Z Checking object v0.30.4
25902026-08-13T22:40:19.421Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25912026-08-13T22:40:19.421Z Checking zip v0.6.6
25922026-08-13T22:40:19.429Z Checking tokio-rustls v0.26.4
25932026-08-13T22:40:19.429Z Checking phf_shared v0.13.1
25942026-08-13T22:40:19.429Z Checking dtrace-parser v0.3.0
25952026-08-13T22:40:19.727Z Checking zerocopy v0.7.35
25962026-08-13T22:40:19.782Z Checking pin-project v1.1.11
25972026-08-13T22:40:19.782Z Checking signal-hook v0.3.18
25982026-08-13T22:40:19.782Z Checking futures-executor v0.3.32
25992026-08-13T22:40:19.783Z Checking ff v0.13.1
26002026-08-13T22:40:19.783Z Checking thread-id v5.1.0
26012026-08-13T22:40:19.806Z Checking managed v0.8.0
26022026-08-13T22:40:19.806Z Checking foldhash v0.2.0
26032026-08-13T22:40:19.806Z Checking same-file v1.0.6
26042026-08-13T22:40:19.806Z Checking foldhash v0.1.5
26052026-08-13T22:40:19.891Z Checking bitflags v1.3.2
26062026-08-13T22:40:19.911Z Checking path-slash v0.1.5
26072026-08-13T22:40:19.914Z Compiling rayon-core v1.13.0
26082026-08-13T22:40:19.915Z Checking libbz2-rs-sys v0.2.2
26092026-08-13T22:40:19.947Z Checking base16ct v0.2.0
26102026-08-13T22:40:19.960Z Checking bumpalo v3.20.2
26112026-08-13T22:40:20.009Z Checking jiff-core v0.1.0
26122026-08-13T22:40:20.046Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26132026-08-13T22:40:20.065Z Checking sec1 v0.7.3
26142026-08-13T22:40:20.515Z Checking smoltcp v0.9.1
26152026-08-13T22:40:20.589Z Checking zopfli v0.8.3
26162026-08-13T22:40:20.590Z Checking hashbrown v0.15.5
26172026-08-13T22:40:20.590Z Checking bzip2 v0.6.1
26182026-08-13T22:40:20.590Z Checking hashbrown v0.16.1
26192026-08-13T22:40:20.590Z Checking walkdir v2.5.0
26202026-08-13T22:40:20.691Z Checking dof v0.3.0
26212026-08-13T22:40:20.713Z Checking signal-hook-mio v0.2.5
26222026-08-13T22:40:20.713Z Checking jiff v0.2.34
26232026-08-13T22:40:20.795Z Checking group v0.13.0
26242026-08-13T22:40:20.795Z Checking futures v0.3.32
26252026-08-13T22:40:20.795Z Checking usdt-impl v0.6.0
26262026-08-13T22:40:20.868Z Checking snafu v0.8.9
26272026-08-13T22:40:20.880Z Checking hyper-rustls v0.27.7
26282026-08-13T22:40:20.885Z Checking phf v0.13.1
26292026-08-13T22:40:22.163Z Checking cookie_store v0.22.1
26302026-08-13T22:40:22.191Z Checking reqwest v0.12.28
26312026-08-13T22:40:22.191Z Checking cipher v0.5.2
26322026-08-13T22:40:22.191Z Checking postgres-types v0.2.12
26332026-08-13T22:40:22.191Z Checking zstd v0.13.3
26342026-08-13T22:40:22.191Z Checking rustls-platform-verifier v0.6.2
26352026-08-13T22:40:22.191Z Checking globset v0.4.18
26362026-08-13T22:40:22.191Z Checking crossbeam-deque v0.8.6
26372026-08-13T22:40:22.192Z Checking phf_shared v0.11.3
26382026-08-13T22:40:22.192Z Checking hkdf v0.12.4
26392026-08-13T22:40:22.192Z Checking dtrace-parser v0.2.0
26402026-08-13T22:40:22.192Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26412026-08-13T22:40:22.192Z Checking regex v1.12.3
26422026-08-13T22:40:22.192Z Checking ref-cast v1.0.25
26432026-08-13T22:40:22.192Z Checking curve25519-dalek v4.1.3
26442026-08-13T22:40:22.192Z Checking byte-wrapper v0.1.0
26452026-08-13T22:40:22.192Z Checking olpc-cjson v0.1.4
26462026-08-13T22:40:22.192Z Checking strum v0.27.2
26472026-08-13T22:40:22.193Z Checking hubpack v0.1.2
26482026-08-13T22:40:22.193Z Checking ed25519 v2.2.3
26492026-08-13T22:40:22.193Z Checking memoffset v0.9.1
26502026-08-13T22:40:22.193Z Checking rustix v0.38.44
26512026-08-13T22:40:22.193Z Checking pem v3.0.6
26522026-08-13T22:40:22.193Z Checking serde_plain v1.0.2
26532026-08-13T22:40:22.193Z Checking serde-big-array v0.5.1
26542026-08-13T22:40:22.194Z Checking erased-serde v0.3.31
26552026-08-13T22:40:22.194Z Checking float-cmp v0.10.0
26562026-08-13T22:40:22.194Z Checking crypto-bigint v0.5.5
26572026-08-13T22:40:22.194Z Checking memmap2 v0.9.10
26582026-08-13T22:40:22.194Z Checking thread-id v4.2.2
26592026-08-13T22:40:22.194Z Checking const-oid v0.10.2
26602026-08-13T22:40:22.194Z Checking whoami v2.1.0
26612026-08-13T22:40:22.194Z Checking winnow v1.0.3
26622026-08-13T22:40:22.194Z Checking normalize-line-endings v0.3.0
26632026-08-13T22:40:22.270Z Checking toml_write v0.1.2
26642026-08-13T22:40:22.270Z Checking cpufeatures v0.3.0
26652026-08-13T22:40:22.287Z Checking unicode-segmentation v1.12.0
26662026-08-13T22:40:22.288Z Checking static_assertions v1.1.0
26672026-08-13T22:40:22.288Z Checking new_debug_unreachable v1.0.6
26682026-08-13T22:40:22.320Z Checking predicates-core v1.0.10
26692026-08-13T22:40:22.336Z Checking data-encoding v2.10.0
26702026-08-13T22:40:22.363Z Checking precomputed-hash v0.1.1
26712026-08-13T22:40:22.367Z Checking fixedbitset v0.5.7
26722026-08-13T22:40:22.427Z Checking winnow v0.7.14
26732026-08-13T22:40:22.477Z Checking keccak v0.1.6
26742026-08-13T22:40:22.582Z Checking difflib v0.4.0
26752026-08-13T22:40:22.603Z Checking fixedbitset v0.4.2
26762026-08-13T22:40:22.603Z Checking typed-path v0.9.3
26772026-08-13T22:40:22.682Z Checking hickory-proto v0.25.2
26782026-08-13T22:40:22.682Z Checking sha3 v0.10.8
26792026-08-13T22:40:22.699Z Checking zip v4.6.1
26802026-08-13T22:40:22.699Z Checking predicates v3.1.4
26812026-08-13T22:40:22.699Z Checking petgraph v0.6.5
26822026-08-13T22:40:22.792Z Checking elliptic-curve v0.13.8
26832026-08-13T22:40:22.840Z Checking petgraph v0.8.3
26842026-08-13T22:40:22.949Z Checking similar v2.7.0
26852026-08-13T22:40:23.101Z Checking crossterm v0.28.1
26862026-08-13T22:40:23.191Z Checking string_cache v0.8.9
26872026-08-13T22:40:23.314Z Checking tough v0.22.0
26882026-08-13T22:40:23.341Z Checking toml_parser v1.1.2+spec-1.1.0
26892026-08-13T22:40:23.356Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26902026-08-13T22:40:23.652Z Checking toml_edit v0.22.27
26912026-08-13T22:40:23.673Z Checking chacha20 v0.10.0
26922026-08-13T22:40:23.800Z Checking ed25519-dalek v2.2.0
26932026-08-13T22:40:23.915Z Checking slog v2.8.2
26942026-08-13T22:40:23.935Z Checking tokio-postgres v0.7.16
26952026-08-13T22:40:24.042Z Checking digest v0.11.3
26962026-08-13T22:40:24.182Z Checking usdt v0.6.0
26972026-08-13T22:40:24.234Z Checking usdt-impl v0.5.0
26982026-08-13T22:40:24.436Z Checking nix v0.31.2
26992026-08-13T22:40:24.473Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27002026-08-13T22:40:24.511Z Checking iddqd v0.4.2
27012026-08-13T22:40:25.003Z Checking reqwest v0.13.2
27022026-08-13T22:40:25.016Z Checking itertools v0.15.0
27032026-08-13T22:40:25.194Z Checking itertools v0.13.0
27042026-08-13T22:40:25.338Z Checking strum v0.26.3
27052026-08-13T22:40:25.395Z Checking serde_with v3.21.0
27062026-08-13T22:40:25.424Z Checking fs-err v3.3.0
27072026-08-13T22:40:25.438Z Checking object v0.37.3
27082026-08-13T22:40:25.550Z Checking tokio-stream v0.1.18
27092026-08-13T22:40:25.598Z Checking buf-list v1.1.2
27102026-08-13T22:40:25.710Z Checking anyhow v1.0.102
27112026-08-13T22:40:25.781Z Checking camino v1.2.2
27122026-08-13T22:40:25.833Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27132026-08-13T22:40:25.916Z Checking openapiv3 v2.2.0
27142026-08-13T22:40:25.927Z Checking peg-runtime v0.8.5
27152026-08-13T22:40:26.036Z Checking lalrpop-util v0.19.12
27162026-08-13T22:40:26.078Z Checking rayon v1.11.0
27172026-08-13T22:40:26.117Z Checking sigpipe v0.1.3
27182026-08-13T22:40:26.134Z Checking glob v0.3.3
27192026-08-13T22:40:27.618Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27202026-08-13T22:40:27.684Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27212026-08-13T22:40:28.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.14s
27222026-08-13T22:40:28.116Z
27232026-08-13T22:40:28.117Zinfo: running `cargo check --bins` on internal-dns-types (79/334)
27242026-08-13T22:40:28.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27252026-08-13T22:40:28.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27262026-08-13T22:40:28.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27272026-08-13T22:40:28.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27282026-08-13T22:40:28.674Z
27292026-08-13T22:40:28.675Zinfo: running `cargo check --bins` on internal-dns-types-versions (80/334)
27302026-08-13T22:40:29.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27312026-08-13T22:40:29.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27322026-08-13T22:40:29.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27332026-08-13T22:40:29.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27342026-08-13T22:40:29.229Z
27352026-08-13T22:40:29.229Zinfo: running `cargo check --bins` on nexus-types-versions (81/334)
27362026-08-13T22:40:29.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27372026-08-13T22:40:29.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27382026-08-13T22:40:29.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27392026-08-13T22:40:29.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
27402026-08-13T22:40:29.818Z
27412026-08-13T22:40:29.818Zinfo: running `cargo check --bins` on oxql-types (82/334)
27422026-08-13T22:40:30.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27432026-08-13T22:40:30.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27442026-08-13T22:40:30.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27452026-08-13T22:40:30.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27462026-08-13T22:40:30.457Z
27472026-08-13T22:40:30.457Zinfo: running `cargo check --bins` on oximeter-types (83/334)
27482026-08-13T22:40:30.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27492026-08-13T22:40:30.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27502026-08-13T22:40:30.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27512026-08-13T22:40:30.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27522026-08-13T22:40:30.942Z
27532026-08-13T22:40:30.942Zinfo: running `cargo check --bins` on oximeter-types-versions (84/334)
27542026-08-13T22:40:31.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27552026-08-13T22:40:31.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27562026-08-13T22:40:31.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27572026-08-13T22:40:31.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27582026-08-13T22:40:31.518Z
27592026-08-13T22:40:31.518Zinfo: running `cargo check --bins` on oximeter-macro-impl (85/334)
27602026-08-13T22:40:31.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27612026-08-13T22:40:31.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27622026-08-13T22:40:31.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27632026-08-13T22:40:31.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
27642026-08-13T22:40:32.050Z
27652026-08-13T22:40:32.050Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (86/334)
27662026-08-13T22:40:32.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27672026-08-13T22:40:32.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27682026-08-13T22:40:32.712Z Compiling multer v3.1.0
27692026-08-13T22:40:32.827Z Compiling async-stream-impl v0.3.6
27702026-08-13T22:40:32.833Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27712026-08-13T22:40:32.845Z Compiling dropshot v0.17.1
27722026-08-13T22:40:32.854Z Compiling parse-display-derive v0.10.0
27732026-08-13T22:40:32.868Z Compiling newtype-uuid-macros v0.1.0
27742026-08-13T22:40:32.868Z Compiling dropshot_endpoint v0.17.1
27752026-08-13T22:40:32.894Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27762026-08-13T22:40:33.062Z Checking thread_local v1.1.9
27772026-08-13T22:40:33.071Z Checking match_cfg v0.1.0
27782026-08-13T22:40:33.159Z Checking compression-core v0.4.31
27792026-08-13T22:40:33.306Z Checking hostname v0.3.1
27802026-08-13T22:40:33.341Z Checking crossbeam-channel v0.5.15
27812026-08-13T22:40:33.341Z Checking compression-codecs v0.4.37
27822026-08-13T22:40:33.341Z Checking atomicwrites v0.4.4
27832026-08-13T22:40:33.341Z Checking slog-json v2.6.1
27842026-08-13T22:40:33.410Z Checking serde_spanned v1.1.1
27852026-08-13T22:40:33.441Z Checking toml_datetime v1.1.1+spec-1.1.0
27862026-08-13T22:40:33.471Z Checking is-terminal v0.4.17
27872026-08-13T22:40:33.490Z Checking toml_writer v1.1.1+spec-1.1.0
27882026-08-13T22:40:33.545Z Checking term v1.2.1
27892026-08-13T22:40:33.582Z Checking debug-ignore v1.0.5
27902026-08-13T22:40:33.611Z Checking take_mut v0.2.2
27912026-08-13T22:40:33.653Z Checking toml v1.1.2+spec-1.1.0
27922026-08-13T22:40:33.653Z Checking slog-bunyan v2.5.0
27932026-08-13T22:40:33.653Z Checking async-compression v0.4.41
27942026-08-13T22:40:33.681Z Checking slog-async v2.8.0
27952026-08-13T22:40:33.745Z Checking async-stream v0.3.6
27962026-08-13T22:40:33.783Z Checking slog-term v2.9.2
27972026-08-13T22:40:33.783Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27982026-08-13T22:40:33.810Z Checking progenitor-client v0.14.0
27992026-08-13T22:40:33.842Z Checking sha1 v0.11.0
28002026-08-13T22:40:33.897Z Checking waitgroup v0.1.2
28012026-08-13T22:40:34.002Z Checking rustls-pemfile v2.2.0
28022026-08-13T22:40:34.028Z Checking backon v1.6.0
28032026-08-13T22:40:34.048Z Checking serde_path_to_error v0.1.20
28042026-08-13T22:40:34.067Z Checking hostname v0.4.2
28052026-08-13T22:40:34.074Z Checking instant v0.1.13
28062026-08-13T22:40:34.155Z Checking backoff v0.4.0
28072026-08-13T22:40:34.168Z Checking progenitor-extras v0.2.0
28082026-08-13T22:40:34.279Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28092026-08-13T22:40:34.293Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28102026-08-13T22:40:34.321Z Checking regress v0.10.5
28112026-08-13T22:40:34.366Z Checking itertools v0.14.0
28122026-08-13T22:40:34.503Z Checking macaddr v1.0.1
28132026-08-13T22:40:34.566Z Checking parse-display v0.10.0
28142026-08-13T22:40:34.664Z Checking humantime v2.3.0
28152026-08-13T22:40:35.447Z Compiling prettyplease v0.2.37
28162026-08-13T22:40:35.729Z Checking num-rational v0.4.2
28172026-08-13T22:40:36.017Z Checking num-complex v0.4.6
28182026-08-13T22:40:36.675Z Compiling num v0.4.3
28192026-08-13T22:40:36.763Z Compiling usdt-macro v0.5.0
28202026-08-13T22:40:36.763Z Compiling usdt-attr-macro v0.5.0
28212026-08-13T22:40:36.763Z Checking memmap v0.7.0
28222026-08-13T22:40:36.763Z Checking float-ord v0.3.2
28232026-08-13T22:40:36.763Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28242026-08-13T22:40:36.782Z Checking unicode-width v0.2.0
28252026-08-13T22:40:36.858Z Compiling convert_case v0.4.0
28262026-08-13T22:40:37.072Z Checking console v0.15.11
28272026-08-13T22:40:37.276Z Compiling derive_more v0.99.20
28282026-08-13T22:40:37.349Z Checking newline-converter v0.3.0
28292026-08-13T22:40:37.530Z Compiling toml v0.8.23
28302026-08-13T22:40:37.566Z Checking usdt v0.5.0
28312026-08-13T22:40:37.566Z Checking linked-hash-map v0.5.6
28322026-08-13T22:40:37.753Z Compiling minimal-lexical v0.2.1
28332026-08-13T22:40:37.765Z Checking lru-cache v0.1.2
28342026-08-13T22:40:37.766Z Checking expectorate v1.2.0
28352026-08-13T22:40:37.799Z Compiling nom v7.1.3
28362026-08-13T22:40:38.251Z Checking camino-tempfile v1.4.1
28372026-08-13T22:40:38.268Z Checking hickory-proto v0.24.4
28382026-08-13T22:40:38.557Z Checking phf_shared v0.12.1
28392026-08-13T22:40:38.621Z Compiling slog-dtrace v0.3.0
28402026-08-13T22:40:38.621Z Checking resolv-conf v0.7.6
28412026-08-13T22:40:38.710Z Checking heck v0.5.0
28422026-08-13T22:40:38.824Z Compiling unicode-xid v0.2.6
28432026-08-13T22:40:38.856Z Compiling chrono-tz v0.10.4
28442026-08-13T22:40:40.302Z Compiling const_format_proc_macros v0.2.34
28452026-08-13T22:40:40.378Z Checking phf v0.12.1
28462026-08-13T22:40:40.379Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28472026-08-13T22:40:40.379Z Checking tokio-dtrace v0.1.1
28482026-08-13T22:40:40.379Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28492026-08-13T22:40:40.380Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28502026-08-13T22:40:40.380Z Compiling derive-where v1.6.0
28512026-08-13T22:40:40.380Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
28522026-08-13T22:40:40.380Z Checking highway v1.3.0
28532026-08-13T22:40:40.380Z Checking hickory-resolver v0.24.4
28542026-08-13T22:40:40.380Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
28552026-08-13T22:40:40.721Z Checking const_format v0.2.35
28562026-08-13T22:40:40.846Z Checking oxide-tokio-rt v0.1.4
28572026-08-13T22:40:40.977Z Checking qorb v0.4.1
28582026-08-13T22:40:41.073Z Checking gethostname v0.5.0
28592026-08-13T22:40:41.148Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28602026-08-13T22:40:41.164Z Checking bcs v0.1.6
28612026-08-13T22:40:41.242Z Checking termtree v0.5.1
28622026-08-13T22:40:41.370Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28632026-08-13T22:40:41.422Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28642026-08-13T22:40:41.422Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28652026-08-13T22:40:44.500Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28662026-08-13T22:40:47.642Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28672026-08-13T22:40:49.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.79s
28682026-08-13T22:40:50.026Z
28692026-08-13T22:40:50.026Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (87/334)
28702026-08-13T22:40:50.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712026-08-13T22:40:50.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722026-08-13T22:40:50.683Z Compiling ar_archive_writer v0.5.1
28732026-08-13T22:40:50.793Z Compiling stacker v0.1.23
28742026-08-13T22:40:50.802Z Compiling cfg_aliases v0.1.1
28752026-08-13T22:40:50.805Z Compiling convert_case v0.10.0
28762026-08-13T22:40:50.807Z Checking unicode-width v0.1.14
28772026-08-13T22:40:50.821Z Compiling proc-macro-error v1.0.4
28782026-08-13T22:40:50.831Z Checking fd-lock v4.0.4
28792026-08-13T22:40:50.834Z Checking nibble_vec v0.1.0
28802026-08-13T22:40:50.854Z Compiling nix v0.28.0
28812026-08-13T22:40:50.941Z Checking vte v0.14.1
28822026-08-13T22:40:50.957Z Compiling recursive-proc-macro-impl v0.1.1
28832026-08-13T22:40:51.078Z Checking endian-type v0.1.2
28842026-08-13T22:40:51.094Z Checking bytecount v0.6.9
28852026-08-13T22:40:51.109Z Checking strip-ansi-escapes v0.2.1
28862026-08-13T22:40:51.134Z Compiling derive_more-impl v2.1.1
28872026-08-13T22:40:51.140Z Compiling tabled_derive v0.7.0
28882026-08-13T22:40:51.198Z Checking papergrid v0.11.0
28892026-08-13T22:40:51.209Z Checking radix_trie v0.2.1
28902026-08-13T22:40:51.234Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28912026-08-13T22:40:51.414Z Compiling peg-macros v0.8.5
28922026-08-13T22:40:51.414Z Compiling sqlparser_derive v0.5.0
28932026-08-13T22:40:51.668Z Compiling psm v0.1.30
28942026-08-13T22:40:51.708Z Checking winnow v0.6.26
28952026-08-13T22:40:51.848Z Checking home v0.5.12
28962026-08-13T22:40:51.929Z Checking unicode_categories v0.1.1
28972026-08-13T22:40:51.992Z Checking derive_more v2.1.1
28982026-08-13T22:40:52.075Z Checking nu-ansi-term v0.50.3
28992026-08-13T22:40:52.086Z Checking crossterm v0.29.0
29002026-08-13T22:40:52.145Z Checking tabled v0.15.0
29012026-08-13T22:40:52.193Z Checking rustyline v14.0.0
29022026-08-13T22:40:52.212Z Checking display-error-chain v0.2.2
29032026-08-13T22:40:52.288Z Checking reedline v0.40.0
29042026-08-13T22:40:52.462Z Checking recursive v0.1.1
29052026-08-13T22:40:52.570Z Checking sqlparser v0.61.0
29062026-08-13T22:40:52.711Z Checking peg v0.8.5
29072026-08-13T22:40:52.863Z Checking sqlformat v0.3.5
29082026-08-13T22:41:03.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.83s
29092026-08-13T22:41:04.034Z
29102026-08-13T22:41:04.034Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (88/334)
29112026-08-13T22:41:04.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122026-08-13T22:41:04.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132026-08-13T22:41:04.694Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29142026-08-13T22:41:08.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.23s
29152026-08-13T22:41:08.456Z
29162026-08-13T22:41:08.456Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (89/334)
29172026-08-13T22:41:08.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182026-08-13T22:41:09.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192026-08-13T22:41:09.131Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29202026-08-13T22:41:11.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
29212026-08-13T22:41:11.854Z
29222026-08-13T22:41:11.856Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (90/334)
29232026-08-13T22:41:12.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242026-08-13T22:41:12.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252026-08-13T22:41:12.526Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29262026-08-13T22:41:15.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.97s
29272026-08-13T22:41:16.014Z
29282026-08-13T22:41:16.014Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (91/334)
29292026-08-13T22:41:16.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302026-08-13T22:41:16.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312026-08-13T22:41:16.669Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29322026-08-13T22:41:20.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
29332026-08-13T22:41:20.244Z
29342026-08-13T22:41:20.244Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (92/334)
29352026-08-13T22:41:20.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362026-08-13T22:41:20.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372026-08-13T22:41:20.922Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29382026-08-13T22:41:23.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.33s
29392026-08-13T22:41:23.770Z
29402026-08-13T22:41:23.770Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (93/334)
29412026-08-13T22:41:24.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29422026-08-13T22:41:24.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29432026-08-13T22:41:24.430Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29442026-08-13T22:41:27.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.37s
29452026-08-13T22:41:27.326Z
29462026-08-13T22:41:27.326Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (94/334)
29472026-08-13T22:41:27.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29482026-08-13T22:41:27.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29492026-08-13T22:41:28.292Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29502026-08-13T22:41:31.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s
29512026-08-13T22:41:31.683Z
29522026-08-13T22:41:31.684Zinfo: running `cargo check --bins` on oximeter (95/334)
29532026-08-13T22:41:32.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29542026-08-13T22:41:32.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29552026-08-13T22:41:32.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29562026-08-13T22:41:32.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29572026-08-13T22:41:32.261Z
29582026-08-13T22:41:32.261Zinfo: running `cargo check --bins` on oximeter-schema (96/334)
29592026-08-13T22:41:33.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29602026-08-13T22:41:33.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29612026-08-13T22:41:33.323Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29622026-08-13T22:41:33.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
29632026-08-13T22:41:33.468Z
29642026-08-13T22:41:33.468Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (97/334)
29652026-08-13T22:41:33.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29662026-08-13T22:41:33.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29672026-08-13T22:41:33.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29682026-08-13T22:41:33.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29692026-08-13T22:41:34.050Z
29702026-08-13T22:41:34.050Zinfo: running `cargo check --bins` on oximeter-test-utils (98/334)
29712026-08-13T22:41:34.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29722026-08-13T22:41:34.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29732026-08-13T22:41:34.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29742026-08-13T22:41:34.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29752026-08-13T22:41:34.625Z
29762026-08-13T22:41:34.625Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (99/334)
29772026-08-13T22:41:35.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29782026-08-13T22:41:35.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29792026-08-13T22:41:35.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29802026-08-13T22:41:35.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29812026-08-13T22:41:35.198Z
29822026-08-13T22:41:35.198Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (100/334)
29832026-08-13T22:41:35.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29842026-08-13T22:41:35.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29852026-08-13T22:41:35.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29862026-08-13T22:41:35.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29872026-08-13T22:41:35.901Z
29882026-08-13T22:41:35.901Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (101/334)
29892026-08-13T22:41:39.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29902026-08-13T22:41:39.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29912026-08-13T22:41:39.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29922026-08-13T22:41:39.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29932026-08-13T22:41:39.684Z
29942026-08-13T22:41:39.684Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (102/334)
29952026-08-13T22:41:39.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29962026-08-13T22:41:39.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29972026-08-13T22:41:39.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29982026-08-13T22:41:39.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29992026-08-13T22:41:39.744Z
30002026-08-13T22:41:39.744Zinfo: running `cargo check --bins` on trust-quorum-types (103/334)
30012026-08-13T22:41:39.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30022026-08-13T22:41:39.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30032026-08-13T22:41:39.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30042026-08-13T22:41:39.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30052026-08-13T22:41:39.744Z
30062026-08-13T22:41:39.744Zinfo: running `cargo check --bins` on trust-quorum-test-utils (104/334)
30072026-08-13T22:41:39.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30082026-08-13T22:41:39.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30092026-08-13T22:41:39.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30102026-08-13T22:41:39.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30112026-08-13T22:41:39.745Z
30122026-08-13T22:41:39.745Zinfo: running `cargo check --bins` on reconfigurator-cli (105/334)
30132026-08-13T22:41:39.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30142026-08-13T22:41:39.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30152026-08-13T22:41:39.745Z Compiling regress v0.11.1
30162026-08-13T22:41:39.745Z Checking secrecy v0.10.3
30172026-08-13T22:41:39.745Z Compiling crucible-workspace-hack v0.1.0
30182026-08-13T22:41:39.745Z Compiling proc-macro-crate v1.3.1
30192026-08-13T22:41:39.745Z Checking half v2.7.1
30202026-08-13T22:41:39.745Z Checking ciborium-io v0.2.2
30212026-08-13T22:41:39.745Z Checking inout v0.1.4
30222026-08-13T22:41:39.745Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30232026-08-13T22:41:39.745Z Checking cipher v0.4.4
30242026-08-13T22:41:39.745Z Checking universal-hash v0.5.1
30252026-08-13T22:41:39.745Z Checking ciborium-ll v0.2.2
30262026-08-13T22:41:39.745Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30272026-08-13T22:41:39.745Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30282026-08-13T22:41:39.745Z Compiling thiserror-impl-no-std v2.0.2
30292026-08-13T22:41:39.745Z Checking opaque-debug v0.3.1
30302026-08-13T22:41:39.745Z Checking poly1305 v0.8.0
30312026-08-13T22:41:39.745Z Checking ciborium v0.2.2
30322026-08-13T22:41:39.745Z Checking chacha20 v0.9.1
30332026-08-13T22:41:39.745Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30342026-08-13T22:41:39.745Z Checking password-hash v0.5.0
30352026-08-13T22:41:39.754Z Checking blake2 v0.10.6
30362026-08-13T22:41:39.755Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30372026-08-13T22:41:39.795Z Checking aead v0.5.2
30382026-08-13T22:41:39.853Z Checking indent_write v2.2.0
30392026-08-13T22:41:39.873Z Compiling unsafe-libyaml v0.2.11
30402026-08-13T22:41:39.928Z Checking argon2 v0.5.3
30412026-08-13T22:41:39.943Z Checking chacha20poly1305 v0.10.1
30422026-08-13T22:41:39.986Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30432026-08-13T22:41:40.072Z Compiling num_enum_derive v0.7.6
30442026-08-13T22:41:40.279Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30452026-08-13T22:41:40.487Z Compiling serde_yaml v0.9.34+deprecated
30462026-08-13T22:41:40.490Z Checking thiserror-no-std v2.0.2
30472026-08-13T22:41:40.544Z Checking typify-impl v0.6.2
30482026-08-13T22:41:40.576Z Checking vsss-rs v3.3.4
30492026-08-13T22:41:40.598Z Compiling heapless v0.8.0
30502026-08-13T22:41:41.062Z Compiling ingot-macros v0.2.0
30512026-08-13T22:41:41.159Z Checking num_enum v0.7.6
30522026-08-13T22:41:41.287Z Checking hash32 v0.3.1
30532026-08-13T22:41:41.516Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30542026-08-13T22:41:41.516Z Compiling smoltcp v0.11.0
30552026-08-13T22:41:41.526Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30562026-08-13T22:41:41.691Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30572026-08-13T22:41:41.745Z Checking tabwriter v1.4.1
30582026-08-13T22:41:41.783Z Checking cobs v0.3.0
30592026-08-13T22:41:41.897Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30602026-08-13T22:41:41.930Z Checking postcard v1.1.3
30612026-08-13T22:41:41.950Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30622026-08-13T22:41:42.113Z Compiling foreign-types-macros v0.2.3
30632026-08-13T22:41:42.160Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30642026-08-13T22:41:42.229Z Checking colored v3.1.1
30652026-08-13T22:41:42.287Z Checking swrite v0.1.0
30662026-08-13T22:41:42.351Z Checking foreign-types-shared v0.3.1
30672026-08-13T22:41:42.450Z Compiling num_enum_derive v0.5.11
30682026-08-13T22:41:42.545Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30692026-08-13T22:41:42.563Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30702026-08-13T22:41:42.703Z Checking foreign-types v0.5.0
30712026-08-13T22:41:42.784Z Checking cstr-argument v0.1.2
30722026-08-13T22:41:42.805Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30732026-08-13T22:41:42.913Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30742026-08-13T22:41:42.981Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30752026-08-13T22:41:43.015Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30762026-08-13T22:41:43.094Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30772026-08-13T22:41:43.128Z Checking rand v0.10.1
30782026-08-13T22:41:43.191Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30792026-08-13T22:41:43.260Z Compiling zone_cfg_derive v0.3.1
30802026-08-13T22:41:43.275Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30812026-08-13T22:41:43.424Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30822026-08-13T22:41:43.483Z Checking num_enum v0.5.11
30832026-08-13T22:41:43.514Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30842026-08-13T22:41:43.601Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30852026-08-13T22:41:43.695Z Checking itertools v0.12.1
30862026-08-13T22:41:43.788Z Compiling num-derive v0.4.2
30872026-08-13T22:41:43.872Z Checking ingot-types v0.2.0
30882026-08-13T22:41:43.911Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30892026-08-13T22:41:44.095Z Compiling semver v0.1.20
30902026-08-13T22:41:44.236Z Checking ingot v0.2.1
30912026-08-13T22:41:44.397Z Compiling rustc_version v0.1.7
30922026-08-13T22:41:44.620Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30932026-08-13T22:41:44.638Z Checking smf v0.2.3
30942026-08-13T22:41:44.706Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30952026-08-13T22:41:44.726Z Checking zone v0.3.1
30962026-08-13T22:41:44.782Z Checking nom v8.0.0
30972026-08-13T22:41:44.872Z Checking csv-core v0.1.13
30982026-08-13T22:41:44.928Z Checking whoami v1.6.1
30992026-08-13T22:41:44.944Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=4aa97e7b47430c1631cfe12c0129a73ab73348f4#4aa97e7b)
31002026-08-13T22:41:45.041Z Compiling newtype_derive v0.1.6
31012026-08-13T22:41:45.055Z Checking csv v1.4.0
31022026-08-13T22:41:45.091Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31032026-08-13T22:41:45.105Z Compiling cancel-safe-futures v0.1.5
31042026-08-13T22:41:45.139Z Compiling typify-macro v0.6.2
31052026-08-13T22:41:45.282Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31062026-08-13T22:41:45.332Z Compiling libefi-sys v0.1.0
31072026-08-13T22:41:45.415Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31082026-08-13T22:41:45.432Z Compiling owo-colors v4.3.0
31092026-08-13T22:41:45.644Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31102026-08-13T22:41:45.805Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31112026-08-13T22:41:45.837Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31122026-08-13T22:41:45.854Z Checking oxide-update-engine-types v0.1.2
31132026-08-13T22:41:45.866Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31142026-08-13T22:41:46.009Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31152026-08-13T22:41:46.025Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
31162026-08-13T22:41:46.097Z Compiling bitfield-struct v0.6.2
31172026-08-13T22:41:46.395Z Checking unicode-linebreak v0.1.5
31182026-08-13T22:41:46.545Z Checking smawk v0.3.2
31192026-08-13T22:41:46.617Z Checking linear-map v1.2.0
31202026-08-13T22:41:46.691Z Checking textwrap v0.16.2
31212026-08-13T22:41:46.837Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31222026-08-13T22:41:46.844Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=4aa97e7b47430c1631cfe12c0129a73ab73348f4#4aa97e7b)
31232026-08-13T22:41:46.844Z Checking steno v0.4.1
31242026-08-13T22:41:46.844Z Checking oxide-update-engine v0.1.2
31252026-08-13T22:41:46.947Z Compiling typify v0.6.2
31262026-08-13T22:41:47.008Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31272026-08-13T22:41:47.062Z Compiling progenitor-impl v0.14.0
31282026-08-13T22:41:47.444Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31292026-08-13T22:41:47.474Z Checking sha1 v0.10.6
31302026-08-13T22:41:47.613Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31312026-08-13T22:41:47.645Z Checking utf-8 v0.7.6
31322026-08-13T22:41:47.693Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31332026-08-13T22:41:47.786Z Checking tungstenite v0.21.0
31342026-08-13T22:41:47.838Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31352026-08-13T22:41:47.934Z Checking ignore v0.4.25
31362026-08-13T22:41:47.994Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31372026-08-13T22:41:48.008Z Compiling xshell-macros v0.2.7
31382026-08-13T22:41:48.026Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31392026-08-13T22:41:48.197Z Checking predicates-tree v1.0.13
31402026-08-13T22:41:48.212Z Checking tokio-tungstenite v0.21.0
31412026-08-13T22:41:48.248Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31422026-08-13T22:41:48.310Z Checking filetime v0.2.27
31432026-08-13T22:41:48.333Z Checking globwalk v0.9.1
31442026-08-13T22:41:48.391Z Checking xshell v0.2.7
31452026-08-13T22:41:48.447Z Checking tagptr v0.2.0
31462026-08-13T22:41:48.488Z Checking xattr v1.6.1
31472026-08-13T22:41:48.515Z Checking camino-tempfile-ext v0.3.3
31482026-08-13T22:41:48.580Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31492026-08-13T22:41:48.595Z Checking moka v0.12.13
31502026-08-13T22:41:48.618Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31512026-08-13T22:41:48.622Z Checking tar v0.4.46
31522026-08-13T22:41:48.706Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
31532026-08-13T22:41:48.753Z Checking rand_seeder v0.4.0
31542026-08-13T22:41:48.769Z Checking half v1.8.3
31552026-08-13T22:41:48.847Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
31562026-08-13T22:41:48.903Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31572026-08-13T22:41:48.971Z Checking serde_cbor v0.11.2
31582026-08-13T22:41:49.021Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
31592026-08-13T22:41:49.204Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
31602026-08-13T22:41:49.238Z Checking hickory-resolver v0.25.2
31612026-08-13T22:41:49.275Z Checking sha2 v0.11.0
31622026-08-13T22:41:49.357Z Checking digest-io v0.1.0
31632026-08-13T22:41:49.491Z Compiling petname v2.0.2
31642026-08-13T22:41:49.658Z Compiling progenitor-macro v0.14.0
31652026-08-13T22:41:49.831Z Checking rawzip v0.4.4
31662026-08-13T22:41:49.932Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31672026-08-13T22:41:49.948Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31682026-08-13T22:41:50.270Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31692026-08-13T22:41:50.334Z Checking sapling-renderdag v0.1.0
31702026-08-13T22:41:50.413Z Checking subprocess v0.2.15
31712026-08-13T22:41:50.432Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31722026-08-13T22:41:50.450Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
31732026-08-13T22:41:50.474Z Checking sync-ptr v0.1.4
31742026-08-13T22:41:50.612Z Checking colored v2.2.0
31752026-08-13T22:41:50.700Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31762026-08-13T22:41:50.733Z Checking assert_matches v1.5.0
31772026-08-13T22:41:50.776Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
31782026-08-13T22:41:50.923Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=4aa97e7b47430c1631cfe12c0129a73ab73348f4#4aa97e7b)
31792026-08-13T22:41:51.182Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31802026-08-13T22:41:52.449Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
31812026-08-13T22:41:52.669Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31822026-08-13T22:41:52.767Z Checking progenitor v0.14.0
31832026-08-13T22:41:52.898Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=4aa97e7b47430c1631cfe12c0129a73ab73348f4#4aa97e7b)
31842026-08-13T22:41:52.898Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31852026-08-13T22:41:52.901Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31862026-08-13T22:41:52.902Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31872026-08-13T22:41:52.902Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31882026-08-13T22:41:52.902Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31892026-08-13T22:41:52.999Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31902026-08-13T22:41:53.281Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31912026-08-13T22:41:53.502Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31922026-08-13T22:41:53.743Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31932026-08-13T22:41:53.930Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31942026-08-13T22:41:54.568Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31952026-08-13T22:41:54.596Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31962026-08-13T22:41:55.835Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31972026-08-13T22:42:04.586Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31982026-08-13T22:42:11.884Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31992026-08-13T22:42:11.887Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32002026-08-13T22:42:11.887Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32012026-08-13T22:42:13.381Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32022026-08-13T22:42:14.671Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32032026-08-13T22:42:16.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.85s
32042026-08-13T22:42:17.114Z
32052026-08-13T22:42:17.114Zinfo: running `cargo check --bins` on nexus-inventory (106/334)
32062026-08-13T22:42:17.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32072026-08-13T22:42:17.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32082026-08-13T22:42:17.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32092026-08-13T22:42:17.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32102026-08-13T22:42:17.729Z
32112026-08-13T22:42:17.729Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (107/334)
32122026-08-13T22:42:18.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32132026-08-13T22:42:18.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32142026-08-13T22:42:18.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32152026-08-13T22:42:18.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32162026-08-13T22:42:18.311Z
32172026-08-13T22:42:18.311Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (108/334)
32182026-08-13T22:42:18.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32192026-08-13T22:42:18.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32202026-08-13T22:42:18.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32212026-08-13T22:42:18.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32222026-08-13T22:42:18.881Z
32232026-08-13T22:42:18.881Zinfo: running `cargo check --bins` on dns-service-client (109/334)
32242026-08-13T22:42:19.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32252026-08-13T22:42:19.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32262026-08-13T22:42:19.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32272026-08-13T22:42:19.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32282026-08-13T22:42:19.466Z
32292026-08-13T22:42:19.466Zinfo: running `cargo check --bins` on ntp-admin-client (110/334)
32302026-08-13T22:42:19.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32312026-08-13T22:42:19.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32322026-08-13T22:42:19.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32332026-08-13T22:42:19.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32342026-08-13T22:42:20.023Z
32352026-08-13T22:42:20.023Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (111/334)
32362026-08-13T22:42:20.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32372026-08-13T22:42:20.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32382026-08-13T22:42:20.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32392026-08-13T22:42:20.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32402026-08-13T22:42:20.585Z
32412026-08-13T22:42:20.585Zinfo: running `cargo check --bins` on cockroach-admin-client (112/334)
32422026-08-13T22:42:21.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32432026-08-13T22:42:21.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32442026-08-13T22:42:21.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32452026-08-13T22:42:21.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32462026-08-13T22:42:21.140Z
32472026-08-13T22:42:21.140Zinfo: running `cargo check --bins` on parallel-task-set (113/334)
32482026-08-13T22:42:21.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32492026-08-13T22:42:21.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32502026-08-13T22:42:21.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32512026-08-13T22:42:21.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32522026-08-13T22:42:21.696Z
32532026-08-13T22:42:21.696Zinfo: running `cargo check --bins` on sled-agent-client (114/334)
32542026-08-13T22:42:22.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32552026-08-13T22:42:22.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32562026-08-13T22:42:22.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32572026-08-13T22:42:22.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32582026-08-13T22:42:22.279Z
32592026-08-13T22:42:22.279Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (115/334)
32602026-08-13T22:42:22.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32612026-08-13T22:42:22.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32622026-08-13T22:42:22.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32632026-08-13T22:42:22.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32642026-08-13T22:42:22.869Z
32652026-08-13T22:42:22.869Zinfo: running `cargo check --bins --no-default-features` on sled-storage (116/334)
32662026-08-13T22:42:23.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32672026-08-13T22:42:23.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32682026-08-13T22:42:23.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32692026-08-13T22:42:23.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32702026-08-13T22:42:23.450Z
32712026-08-13T22:42:23.450Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (117/334)
32722026-08-13T22:42:23.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32732026-08-13T22:42:23.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32742026-08-13T22:42:23.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32752026-08-13T22:42:23.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32762026-08-13T22:42:24.036Z
32772026-08-13T22:42:24.036Zinfo: running `cargo check --bins` on key-manager (118/334)
32782026-08-13T22:42:24.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32792026-08-13T22:42:24.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32802026-08-13T22:42:24.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32812026-08-13T22:42:24.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32822026-08-13T22:42:24.612Z
32832026-08-13T22:42:24.612Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (119/334)
32842026-08-13T22:42:25.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32852026-08-13T22:42:25.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32862026-08-13T22:42:25.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32872026-08-13T22:42:25.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32882026-08-13T22:42:25.214Z
32892026-08-13T22:42:25.214Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (120/334)
32902026-08-13T22:42:25.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32912026-08-13T22:42:25.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32922026-08-13T22:42:25.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32932026-08-13T22:42:25.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32942026-08-13T22:42:25.791Z
32952026-08-13T22:42:25.791Zinfo: running `cargo check --bins` on typed-rng (121/334)
32962026-08-13T22:42:26.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32972026-08-13T22:42:26.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32982026-08-13T22:42:26.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32992026-08-13T22:42:26.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33002026-08-13T22:42:26.353Z
33012026-08-13T22:42:26.353Zinfo: running `cargo check --bins` on gateway-test-utils (122/334)
33022026-08-13T22:42:26.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33032026-08-13T22:42:26.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33042026-08-13T22:42:26.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33052026-08-13T22:42:26.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33062026-08-13T22:42:26.972Z
33072026-08-13T22:42:26.972Zinfo: running `cargo check --bins` on omicron-gateway (123/334)
33082026-08-13T22:42:27.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33092026-08-13T22:42:27.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33102026-08-13T22:42:27.700Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33112026-08-13T22:42:27.704Z Checking void v1.0.2
33122026-08-13T22:42:27.704Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33132026-08-13T22:42:27.704Z Checking dropshot-api-manager-types v0.7.2
33142026-08-13T22:42:27.825Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33152026-08-13T22:42:27.829Z Checking tungstenite v0.23.0
33162026-08-13T22:42:27.832Z Checking nix v0.27.1
33172026-08-13T22:42:27.833Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33182026-08-13T22:42:27.901Z Checking lzss v0.8.2
33192026-08-13T22:42:27.966Z Checking kstat-rs v0.2.5
33202026-08-13T22:42:28.010Z Checking fxhash v0.2.1
33212026-08-13T22:42:28.068Z Checking serde_bytes v0.11.19
33222026-08-13T22:42:28.077Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33232026-08-13T22:42:28.118Z Checking signal-hook-tokio v0.3.1
33242026-08-13T22:42:28.121Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33252026-08-13T22:42:28.145Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33262026-08-13T22:42:28.277Z Checking tokio-tungstenite v0.23.1
33272026-08-13T22:42:28.323Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33282026-08-13T22:42:29.404Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33292026-08-13T22:42:29.942Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33302026-08-13T22:42:32.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.09s
33312026-08-13T22:42:32.269Z
33322026-08-13T22:42:32.269Zinfo: running `cargo check --bins` on gateway-api (124/334)
33332026-08-13T22:42:32.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33342026-08-13T22:42:32.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33352026-08-13T22:42:32.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33362026-08-13T22:42:32.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33372026-08-13T22:42:32.839Z
33382026-08-13T22:42:32.839Zinfo: running `cargo check --bins` on ipcc (125/334)
33392026-08-13T22:42:33.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33402026-08-13T22:42:33.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33412026-08-13T22:42:33.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33422026-08-13T22:42:33.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33432026-08-13T22:42:33.414Z
33442026-08-13T22:42:33.414Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (126/334)
33452026-08-13T22:42:33.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33462026-08-13T22:42:33.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33472026-08-13T22:42:33.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33482026-08-13T22:42:33.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33492026-08-13T22:42:33.968Z
33502026-08-13T22:42:33.968Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (127/334)
33512026-08-13T22:42:34.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33522026-08-13T22:42:34.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33532026-08-13T22:42:34.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33542026-08-13T22:42:34.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33552026-08-13T22:42:34.557Z
33562026-08-13T22:42:34.557Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (128/334)
33572026-08-13T22:42:35.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33582026-08-13T22:42:35.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33592026-08-13T22:42:35.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33602026-08-13T22:42:35.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33612026-08-13T22:42:35.131Z
33622026-08-13T22:42:35.131Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (129/334)
33632026-08-13T22:42:35.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33642026-08-13T22:42:35.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33652026-08-13T22:42:35.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33662026-08-13T22:42:35.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33672026-08-13T22:42:35.706Z
33682026-08-13T22:42:35.706Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (130/334)
33692026-08-13T22:42:36.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33702026-08-13T22:42:36.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33712026-08-13T22:42:36.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33722026-08-13T22:42:36.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33732026-08-13T22:42:36.290Z
33742026-08-13T22:42:36.290Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (131/334)
33752026-08-13T22:42:36.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33762026-08-13T22:42:36.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33772026-08-13T22:42:36.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33782026-08-13T22:42:36.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33792026-08-13T22:42:36.859Z
33802026-08-13T22:42:36.859Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (132/334)
33812026-08-13T22:42:37.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33822026-08-13T22:42:37.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33832026-08-13T22:42:37.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33842026-08-13T22:42:37.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33852026-08-13T22:42:37.422Z
33862026-08-13T22:42:37.422Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (133/334)
33872026-08-13T22:42:37.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33882026-08-13T22:42:37.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33892026-08-13T22:42:37.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33902026-08-13T22:42:37.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33912026-08-13T22:42:37.989Z
33922026-08-13T22:42:37.989Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (134/334)
33932026-08-13T22:42:38.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33942026-08-13T22:42:38.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33952026-08-13T22:42:38.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33962026-08-13T22:42:38.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33972026-08-13T22:42:38.555Z
33982026-08-13T22:42:38.555Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (135/334)
33992026-08-13T22:42:39.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34002026-08-13T22:42:39.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34012026-08-13T22:42:39.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34022026-08-13T22:42:39.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34032026-08-13T22:42:39.122Z
34042026-08-13T22:42:39.122Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (136/334)
34052026-08-13T22:42:39.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34062026-08-13T22:42:39.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34072026-08-13T22:42:39.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34082026-08-13T22:42:39.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34092026-08-13T22:42:39.687Z
34102026-08-13T22:42:39.687Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/334)
34112026-08-13T22:42:40.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34122026-08-13T22:42:40.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34132026-08-13T22:42:40.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34142026-08-13T22:42:40.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34152026-08-13T22:42:40.257Z
34162026-08-13T22:42:40.257Zinfo: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (138/334)
34172026-08-13T22:42:40.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34182026-08-13T22:42:40.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34192026-08-13T22:42:40.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34202026-08-13T22:42:40.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34212026-08-13T22:42:40.823Z
34222026-08-13T22:42:40.823Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (139/334)
34232026-08-13T22:42:41.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34242026-08-13T22:42:41.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34252026-08-13T22:42:41.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34262026-08-13T22:42:41.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34272026-08-13T22:42:41.394Z
34282026-08-13T22:42:41.394Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (140/334)
34292026-08-13T22:42:41.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34302026-08-13T22:42:41.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34312026-08-13T22:42:41.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34322026-08-13T22:42:41.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34332026-08-13T22:42:41.955Z
34342026-08-13T22:42:41.955Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (141/334)
34352026-08-13T22:42:42.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34362026-08-13T22:42:42.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34372026-08-13T22:42:42.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34382026-08-13T22:42:42.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34392026-08-13T22:42:42.534Z
34402026-08-13T22:42:42.534Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (142/334)
34412026-08-13T22:42:43.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34422026-08-13T22:42:43.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34432026-08-13T22:42:43.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34442026-08-13T22:42:43.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34452026-08-13T22:42:43.085Z
34462026-08-13T22:42:43.085Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (143/334)
34472026-08-13T22:42:43.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34482026-08-13T22:42:43.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34492026-08-13T22:42:43.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34502026-08-13T22:42:43.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34512026-08-13T22:42:43.667Z
34522026-08-13T22:42:43.667Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (144/334)
34532026-08-13T22:42:44.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34542026-08-13T22:42:44.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34552026-08-13T22:42:44.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34562026-08-13T22:42:44.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34572026-08-13T22:42:44.225Z
34582026-08-13T22:42:44.225Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (145/334)
34592026-08-13T22:42:44.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34602026-08-13T22:42:44.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34612026-08-13T22:42:44.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34622026-08-13T22:42:44.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34632026-08-13T22:42:44.783Z
34642026-08-13T22:42:44.784Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (146/334)
34652026-08-13T22:42:45.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34662026-08-13T22:42:45.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34672026-08-13T22:42:45.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34682026-08-13T22:42:45.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34692026-08-13T22:42:45.368Z
34702026-08-13T22:42:45.368Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (147/334)
34712026-08-13T22:42:45.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34722026-08-13T22:42:45.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34732026-08-13T22:42:45.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34742026-08-13T22:42:45.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34752026-08-13T22:42:45.950Z
34762026-08-13T22:42:45.951Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (148/334)
34772026-08-13T22:42:46.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34782026-08-13T22:42:46.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34792026-08-13T22:42:46.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34802026-08-13T22:42:46.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34812026-08-13T22:42:46.535Z
34822026-08-13T22:42:46.535Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (149/334)
34832026-08-13T22:42:47.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34842026-08-13T22:42:47.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34852026-08-13T22:42:47.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34862026-08-13T22:42:47.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34872026-08-13T22:42:47.115Z
34882026-08-13T22:42:47.116Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (150/334)
34892026-08-13T22:42:47.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34902026-08-13T22:42:47.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34912026-08-13T22:42:47.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34922026-08-13T22:42:47.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34932026-08-13T22:42:47.696Z
34942026-08-13T22:42:47.696Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (151/334)
34952026-08-13T22:42:48.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34962026-08-13T22:42:48.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34972026-08-13T22:42:48.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34982026-08-13T22:42:48.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34992026-08-13T22:42:48.285Z
35002026-08-13T22:42:48.285Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (152/334)
35012026-08-13T22:42:48.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35022026-08-13T22:42:48.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35032026-08-13T22:42:48.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35042026-08-13T22:42:48.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35052026-08-13T22:42:48.861Z
35062026-08-13T22:42:48.861Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (153/334)
35072026-08-13T22:42:50.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35082026-08-13T22:42:50.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35092026-08-13T22:42:50.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35102026-08-13T22:42:50.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35112026-08-13T22:42:50.077Z
35122026-08-13T22:42:50.077Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (154/334)
35132026-08-13T22:42:50.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35142026-08-13T22:42:50.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35152026-08-13T22:42:50.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35162026-08-13T22:42:50.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35172026-08-13T22:42:50.078Z
35182026-08-13T22:42:50.078Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (155/334)
35192026-08-13T22:42:50.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35202026-08-13T22:42:50.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35212026-08-13T22:42:50.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35222026-08-13T22:42:50.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35232026-08-13T22:42:50.599Z
35242026-08-13T22:42:50.599Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (156/334)
35252026-08-13T22:42:51.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35262026-08-13T22:42:51.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35272026-08-13T22:42:51.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35282026-08-13T22:42:51.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35292026-08-13T22:42:51.181Z
35302026-08-13T22:42:51.181Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (157/334)
35312026-08-13T22:42:51.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35322026-08-13T22:42:51.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35332026-08-13T22:42:51.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35342026-08-13T22:42:51.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35352026-08-13T22:42:51.763Z
35362026-08-13T22:42:51.763Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (158/334)
35372026-08-13T22:42:52.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35382026-08-13T22:42:52.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35392026-08-13T22:42:52.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35402026-08-13T22:42:52.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35412026-08-13T22:42:52.351Z
35422026-08-13T22:42:52.351Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (159/334)
35432026-08-13T22:42:52.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35442026-08-13T22:42:52.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35452026-08-13T22:42:52.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35462026-08-13T22:42:52.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35472026-08-13T22:42:52.936Z
35482026-08-13T22:42:52.936Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (160/334)
35492026-08-13T22:42:53.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35502026-08-13T22:42:53.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35512026-08-13T22:42:53.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35522026-08-13T22:42:53.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35532026-08-13T22:42:53.523Z
35542026-08-13T22:42:53.523Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (161/334)
35552026-08-13T22:42:54.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35562026-08-13T22:42:54.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35572026-08-13T22:42:54.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35582026-08-13T22:42:54.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35592026-08-13T22:42:54.111Z
35602026-08-13T22:42:54.111Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (162/334)
35612026-08-13T22:42:54.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35622026-08-13T22:42:54.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35632026-08-13T22:42:54.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35642026-08-13T22:42:54.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35652026-08-13T22:42:54.703Z
35662026-08-13T22:42:54.703Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (163/334)
35672026-08-13T22:42:55.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35682026-08-13T22:42:55.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35692026-08-13T22:42:55.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35702026-08-13T22:42:55.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35712026-08-13T22:42:55.287Z
35722026-08-13T22:42:55.288Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (164/334)
35732026-08-13T22:42:55.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35742026-08-13T22:42:55.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35752026-08-13T22:42:55.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35762026-08-13T22:42:55.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35772026-08-13T22:42:55.858Z
35782026-08-13T22:42:55.858Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (165/334)
35792026-08-13T22:42:56.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35802026-08-13T22:42:56.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35812026-08-13T22:42:56.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35822026-08-13T22:42:56.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35832026-08-13T22:42:56.456Z
35842026-08-13T22:42:56.456Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (166/334)
35852026-08-13T22:42:56.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35862026-08-13T22:42:56.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35872026-08-13T22:42:56.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35882026-08-13T22:42:56.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35892026-08-13T22:42:57.001Z
35902026-08-13T22:42:57.001Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (167/334)
35912026-08-13T22:42:57.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35922026-08-13T22:42:57.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35932026-08-13T22:42:57.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35942026-08-13T22:42:57.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35952026-08-13T22:42:57.574Z
35962026-08-13T22:42:57.574Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (168/334)
35972026-08-13T22:42:58.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35982026-08-13T22:42:58.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35992026-08-13T22:42:58.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36002026-08-13T22:42:58.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36012026-08-13T22:42:58.147Z
36022026-08-13T22:42:58.147Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (169/334)
36032026-08-13T22:42:58.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36042026-08-13T22:42:58.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36052026-08-13T22:42:58.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36062026-08-13T22:42:58.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36072026-08-13T22:42:58.721Z
36082026-08-13T22:42:58.721Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (170/334)
36092026-08-13T22:42:59.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36102026-08-13T22:42:59.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36112026-08-13T22:42:59.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36122026-08-13T22:42:59.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36132026-08-13T22:42:59.288Z
36142026-08-13T22:42:59.288Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (171/334)
36152026-08-13T22:42:59.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36162026-08-13T22:42:59.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36172026-08-13T22:42:59.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36182026-08-13T22:42:59.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36192026-08-13T22:42:59.944Z
36202026-08-13T22:42:59.944Zinfo: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (172/334)
36212026-08-13T22:43:00.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36222026-08-13T22:43:00.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36232026-08-13T22:43:00.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36242026-08-13T22:43:00.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36252026-08-13T22:43:00.424Z
36262026-08-13T22:43:00.424Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (173/334)
36272026-08-13T22:43:00.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36282026-08-13T22:43:00.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36292026-08-13T22:43:00.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36302026-08-13T22:43:00.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36312026-08-13T22:43:00.988Z
36322026-08-13T22:43:00.988Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (174/334)
36332026-08-13T22:43:01.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36342026-08-13T22:43:01.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36352026-08-13T22:43:01.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36362026-08-13T22:43:01.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36372026-08-13T22:43:01.554Z
36382026-08-13T22:43:01.554Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (175/334)
36392026-08-13T22:43:02.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36402026-08-13T22:43:02.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36412026-08-13T22:43:02.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36422026-08-13T22:43:02.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36432026-08-13T22:43:02.116Z
36442026-08-13T22:43:02.116Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (176/334)
36452026-08-13T22:43:02.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36462026-08-13T22:43:02.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36472026-08-13T22:43:02.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36482026-08-13T22:43:02.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36492026-08-13T22:43:02.684Z
36502026-08-13T22:43:02.684Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (177/334)
36512026-08-13T22:43:03.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36522026-08-13T22:43:03.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36532026-08-13T22:43:03.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36542026-08-13T22:43:03.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36552026-08-13T22:43:03.252Z
36562026-08-13T22:43:03.252Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (178/334)
36572026-08-13T22:43:03.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36582026-08-13T22:43:03.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36592026-08-13T22:43:03.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36602026-08-13T22:43:03.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36612026-08-13T22:43:03.831Z
36622026-08-13T22:43:03.831Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (179/334)
36632026-08-13T22:43:04.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36642026-08-13T22:43:04.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36652026-08-13T22:43:04.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36662026-08-13T22:43:04.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36672026-08-13T22:43:04.396Z
36682026-08-13T22:43:04.396Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (180/334)
36692026-08-13T22:43:04.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36702026-08-13T22:43:04.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36712026-08-13T22:43:04.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36722026-08-13T22:43:04.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36732026-08-13T22:43:04.981Z
36742026-08-13T22:43:04.981Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (181/334)
36752026-08-13T22:43:05.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36762026-08-13T22:43:05.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36772026-08-13T22:43:05.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36782026-08-13T22:43:05.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36792026-08-13T22:43:05.567Z
36802026-08-13T22:43:05.567Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (182/334)
36812026-08-13T22:43:06.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36822026-08-13T22:43:06.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36832026-08-13T22:43:06.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36842026-08-13T22:43:06.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36852026-08-13T22:43:06.151Z
36862026-08-13T22:43:06.151Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (183/334)
36872026-08-13T22:43:06.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36882026-08-13T22:43:06.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36892026-08-13T22:43:06.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36902026-08-13T22:43:06.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36912026-08-13T22:43:06.736Z
36922026-08-13T22:43:06.736Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (184/334)
36932026-08-13T22:43:07.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36942026-08-13T22:43:07.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36952026-08-13T22:43:07.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36962026-08-13T22:43:07.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36972026-08-13T22:43:07.319Z
36982026-08-13T22:43:07.319Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (185/334)
36992026-08-13T22:43:07.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37002026-08-13T22:43:07.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37012026-08-13T22:43:07.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37022026-08-13T22:43:07.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37032026-08-13T22:43:07.906Z
37042026-08-13T22:43:07.906Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (186/334)
37052026-08-13T22:43:08.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37062026-08-13T22:43:08.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37072026-08-13T22:43:08.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37082026-08-13T22:43:08.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37092026-08-13T22:43:08.493Z
37102026-08-13T22:43:08.493Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (187/334)
37112026-08-13T22:43:08.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37122026-08-13T22:43:08.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37132026-08-13T22:43:08.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37142026-08-13T22:43:08.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37152026-08-13T22:43:09.078Z
37162026-08-13T22:43:09.078Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (188/334)
37172026-08-13T22:43:09.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37182026-08-13T22:43:09.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37192026-08-13T22:43:09.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37202026-08-13T22:43:09.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37212026-08-13T22:43:09.664Z
37222026-08-13T22:43:09.664Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (189/334)
37232026-08-13T22:43:10.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37242026-08-13T22:43:10.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37252026-08-13T22:43:10.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37262026-08-13T22:43:10.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37272026-08-13T22:43:10.253Z
37282026-08-13T22:43:10.253Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (190/334)
37292026-08-13T22:43:10.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37302026-08-13T22:43:10.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37312026-08-13T22:43:10.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37322026-08-13T22:43:10.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37332026-08-13T22:43:10.834Z
37342026-08-13T22:43:10.834Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (191/334)
37352026-08-13T22:43:11.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37362026-08-13T22:43:11.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37372026-08-13T22:43:11.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37382026-08-13T22:43:11.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37392026-08-13T22:43:11.452Z
37402026-08-13T22:43:11.452Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (192/334)
37412026-08-13T22:43:11.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37422026-08-13T22:43:11.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37432026-08-13T22:43:11.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37442026-08-13T22:43:11.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37452026-08-13T22:43:11.995Z
37462026-08-13T22:43:11.995Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (193/334)
37472026-08-13T22:43:12.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37482026-08-13T22:43:12.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37492026-08-13T22:43:12.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37502026-08-13T22:43:12.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37512026-08-13T22:43:12.573Z
37522026-08-13T22:43:12.573Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (194/334)
37532026-08-13T22:43:13.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37542026-08-13T22:43:13.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37552026-08-13T22:43:13.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37562026-08-13T22:43:13.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37572026-08-13T22:43:13.154Z
37582026-08-13T22:43:13.154Zinfo: running `cargo check --bins` on oximeter-producer (195/334)
37592026-08-13T22:43:13.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37602026-08-13T22:43:13.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37612026-08-13T22:43:13.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37622026-08-13T22:43:13.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37632026-08-13T22:43:13.760Z
37642026-08-13T22:43:13.760Zinfo: running `cargo check --bins` on internal-dns-resolver (196/334)
37652026-08-13T22:43:14.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37662026-08-13T22:43:14.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37672026-08-13T22:43:14.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37682026-08-13T22:43:14.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37692026-08-13T22:43:14.332Z
37702026-08-13T22:43:14.332Zinfo: running `cargo check --bins` on dns-server (197/334)
37712026-08-13T22:43:14.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37722026-08-13T22:43:14.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37732026-08-13T22:43:14.971Z Compiling parking_lot_core v0.8.6
37742026-08-13T22:43:14.974Z Compiling git-stub v1.0.0
37752026-08-13T22:43:15.100Z Checking prefix-trie v0.7.0
37762026-08-13T22:43:15.105Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37772026-08-13T22:43:15.203Z Compiling git-stub-vcs v0.1.0
37782026-08-13T22:43:15.361Z Checking hickory-server v0.25.2
37792026-08-13T22:43:15.473Z Checking parking_lot v0.11.2
37802026-08-13T22:43:15.501Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37812026-08-13T22:43:15.640Z Checking sled v0.34.7
37822026-08-13T22:43:17.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
37832026-08-13T22:43:17.752Z
37842026-08-13T22:43:17.752Zinfo: running `cargo check --bins` on dns-server-api (198/334)
37852026-08-13T22:43:18.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37862026-08-13T22:43:18.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37872026-08-13T22:43:18.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37882026-08-13T22:43:18.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37892026-08-13T22:43:18.312Z
37902026-08-13T22:43:18.312Zinfo: running `cargo check --bins` on nexus-client (199/334)
37912026-08-13T22:43:18.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37922026-08-13T22:43:18.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37932026-08-13T22:43:18.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37942026-08-13T22:43:18.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37952026-08-13T22:43:18.910Z
37962026-08-13T22:43:18.910Zinfo: running `cargo check --bins` on oximeter-producer-api (200/334)
37972026-08-13T22:43:19.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37982026-08-13T22:43:19.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37992026-08-13T22:43:19.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38002026-08-13T22:43:19.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
38012026-08-13T22:43:19.475Z
38022026-08-13T22:43:19.475Zinfo: running `cargo check --bins` on sp-sim (201/334)
38032026-08-13T22:43:19.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38042026-08-13T22:43:19.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38052026-08-13T22:43:20.175Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
38062026-08-13T22:43:20.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
38072026-08-13T22:43:20.884Z
38082026-08-13T22:43:20.884Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/334)
38092026-08-13T22:43:21.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38102026-08-13T22:43:21.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38112026-08-13T22:43:21.686Z Compiling salty v0.3.0
38122026-08-13T22:43:21.690Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38132026-08-13T22:43:21.826Z Checking libscf-sys v1.2.0
38142026-08-13T22:43:21.829Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
38152026-08-13T22:43:21.829Z Checking rfc6979 v0.4.0
38162026-08-13T22:43:21.857Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38172026-08-13T22:43:21.861Z Checking primeorder v0.13.6
38182026-08-13T22:43:21.883Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
38192026-08-13T22:43:21.940Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38202026-08-13T22:43:21.943Z Checking ecdsa v0.16.9
38212026-08-13T22:43:22.021Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
38222026-08-13T22:43:22.086Z Checking papergrid v0.18.0
38232026-08-13T22:43:22.101Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38242026-08-13T22:43:22.136Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38252026-08-13T22:43:22.277Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38262026-08-13T22:43:22.292Z Checking p384 v0.13.1
38272026-08-13T22:43:22.370Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=4aa97e7b47430c1631cfe12c0129a73ab73348f4#4aa97e7b)
38282026-08-13T22:43:22.438Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
38292026-08-13T22:43:22.460Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38302026-08-13T22:43:22.637Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38312026-08-13T22:43:22.693Z Compiling unicase v2.9.0
38322026-08-13T22:43:22.709Z Compiling illumos-nvpair-sys v0.2.0
38332026-08-13T22:43:22.739Z Checking corncobs v0.1.4
38342026-08-13T22:43:22.830Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=4aa97e7b47430c1631cfe12c0129a73ab73348f4#4aa97e7b)
38352026-08-13T22:43:22.833Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38362026-08-13T22:43:22.859Z Checking tabled v0.21.0
38372026-08-13T22:43:22.859Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38382026-08-13T22:43:22.887Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38392026-08-13T22:43:22.912Z Compiling mime_guess v2.0.5
38402026-08-13T22:43:22.950Z Compiling progenitor-impl v0.13.0
38412026-08-13T22:43:22.996Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38422026-08-13T22:43:23.107Z Checking secrecy v0.8.0
38432026-08-13T22:43:23.135Z Checking crc8 v0.1.1
38442026-08-13T22:43:23.168Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38452026-08-13T22:43:23.228Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=4aa97e7b47430c1631cfe12c0129a73ab73348f4#4aa97e7b)
38462026-08-13T22:43:23.466Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
38472026-08-13T22:43:23.737Z Checking progenitor-client v0.13.0
38482026-08-13T22:43:23.793Z Checking http-range v0.1.5
38492026-08-13T22:43:23.807Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38502026-08-13T22:43:23.920Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38512026-08-13T22:43:23.972Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38522026-08-13T22:43:24.219Z Checking illumos-nvpair v0.3.0
38532026-08-13T22:43:24.312Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38542026-08-13T22:43:24.339Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38552026-08-13T22:43:24.391Z Checking scuffle v0.1.0
38562026-08-13T22:43:24.430Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38572026-08-13T22:43:24.447Z Checking nanorand v0.7.0
38582026-08-13T22:43:24.644Z Checking flume v0.11.1
38592026-08-13T22:43:24.713Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38602026-08-13T22:43:24.889Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38612026-08-13T22:43:24.950Z Checking hyper-staticfile v0.10.1
38622026-08-13T22:43:24.983Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
38632026-08-13T22:43:25.051Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38642026-08-13T22:43:25.087Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38652026-08-13T22:43:25.234Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38662026-08-13T22:43:25.294Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38672026-08-13T22:43:25.345Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
38682026-08-13T22:43:25.411Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38692026-08-13T22:43:25.517Z Compiling progenitor-macro v0.13.0
38702026-08-13T22:43:25.628Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38712026-08-13T22:43:25.708Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38722026-08-13T22:43:25.723Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
38732026-08-13T22:43:26.012Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38742026-08-13T22:43:26.575Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38752026-08-13T22:43:27.054Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38762026-08-13T22:43:28.345Z Checking progenitor v0.13.0
38772026-08-13T22:43:28.486Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38782026-08-13T22:43:30.086Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38792026-08-13T22:43:30.753Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
38802026-08-13T22:43:44.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.29s
38812026-08-13T22:43:44.401Z
38822026-08-13T22:43:44.401Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/334)
38832026-08-13T22:43:44.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38842026-08-13T22:43:44.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38852026-08-13T22:43:45.163Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38862026-08-13T22:43:55.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.33s
38872026-08-13T22:43:55.934Z
38882026-08-13T22:43:55.934Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/334)
38892026-08-13T22:43:56.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38902026-08-13T22:43:56.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38912026-08-13T22:43:56.704Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38922026-08-13T22:44:07.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.37s
38932026-08-13T22:44:07.516Z
38942026-08-13T22:44:07.516Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/334)
38952026-08-13T22:44:08.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38962026-08-13T22:44:08.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38972026-08-13T22:44:08.281Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38982026-08-13T22:44:19.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.36s
38992026-08-13T22:44:23.730Z
39002026-08-13T22:44:23.730Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/334)
39012026-08-13T22:44:27.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39022026-08-13T22:44:27.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39032026-08-13T22:44:27.608Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39042026-08-13T22:44:31.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s
39052026-08-13T22:44:32.085Z
39062026-08-13T22:44:32.085Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/334)
39072026-08-13T22:44:32.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39082026-08-13T22:44:32.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39092026-08-13T22:44:32.114Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39102026-08-13T22:44:42.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.32s
39112026-08-13T22:44:42.234Z
39122026-08-13T22:44:42.234Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/334)
39132026-08-13T22:44:42.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39142026-08-13T22:44:42.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39152026-08-13T22:44:42.992Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39162026-08-13T22:44:53.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.30s
39172026-08-13T22:44:53.744Z
39182026-08-13T22:44:53.744Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/334)
39192026-08-13T22:44:54.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39202026-08-13T22:44:54.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39212026-08-13T22:44:54.496Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39222026-08-13T22:45:05.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.31s
39232026-08-13T22:45:05.266Z
39242026-08-13T22:45:05.266Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (210/334)
39252026-08-13T22:45:05.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39262026-08-13T22:45:05.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39272026-08-13T22:45:05.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39282026-08-13T22:45:05.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39292026-08-13T22:45:05.835Z
39302026-08-13T22:45:05.835Zinfo: running `cargo check --bins` on installinator-common (211/334)
39312026-08-13T22:45:06.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39322026-08-13T22:45:06.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39332026-08-13T22:45:06.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39342026-08-13T22:45:06.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39352026-08-13T22:45:06.426Z
39362026-08-13T22:45:06.426Zinfo: running `cargo check --bins` on installinator-common-versions (212/334)
39372026-08-13T22:45:06.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39382026-08-13T22:45:06.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39392026-08-13T22:45:06.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39402026-08-13T22:45:06.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39412026-08-13T22:45:06.979Z
39422026-08-13T22:45:06.979Zinfo: running `cargo check --bins` on nexus-lockstep-client (213/334)
39432026-08-13T22:45:07.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39442026-08-13T22:45:07.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39452026-08-13T22:45:07.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39462026-08-13T22:45:07.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39472026-08-13T22:45:07.621Z
39482026-08-13T22:45:07.621Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (214/334)
39492026-08-13T22:45:08.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39502026-08-13T22:45:08.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39512026-08-13T22:45:08.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39522026-08-13T22:45:08.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39532026-08-13T22:45:08.150Z
39542026-08-13T22:45:08.150Zinfo: running `cargo check --bins` on range-requests (215/334)
39552026-08-13T22:45:08.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39562026-08-13T22:45:08.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39572026-08-13T22:45:08.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39582026-08-13T22:45:08.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39592026-08-13T22:45:08.714Z
39602026-08-13T22:45:08.714Zinfo: running `cargo check --bins` on repo-depot-api (216/334)
39612026-08-13T22:45:11.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39622026-08-13T22:45:11.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39632026-08-13T22:45:11.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39642026-08-13T22:45:11.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39652026-08-13T22:45:11.664Z
39662026-08-13T22:45:11.664Zinfo: running `cargo check --bins` on repo-depot-client (217/334)
39672026-08-13T22:45:11.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39682026-08-13T22:45:11.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39692026-08-13T22:45:11.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39702026-08-13T22:45:11.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39712026-08-13T22:45:11.664Z
39722026-08-13T22:45:11.664Zinfo: running `cargo check --bins` on sled-agent-api (218/334)
39732026-08-13T22:45:11.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39742026-08-13T22:45:11.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39752026-08-13T22:45:11.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39762026-08-13T22:45:11.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39772026-08-13T22:45:11.664Z
39782026-08-13T22:45:11.664Zinfo: running `cargo check --bins` on sled-diagnostics (219/334)
39792026-08-13T22:45:11.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39802026-08-13T22:45:11.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39812026-08-13T22:45:11.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39822026-08-13T22:45:11.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39832026-08-13T22:45:11.665Z
39842026-08-13T22:45:11.665Zinfo: running `cargo check --bins` on zfs-test-harness (220/334)
39852026-08-13T22:45:11.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39862026-08-13T22:45:11.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39872026-08-13T22:45:11.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39882026-08-13T22:45:11.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39892026-08-13T22:45:11.665Z
39902026-08-13T22:45:11.665Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (221/334)
39912026-08-13T22:45:12.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39922026-08-13T22:45:12.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39932026-08-13T22:45:12.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39942026-08-13T22:45:12.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39952026-08-13T22:45:12.163Z
39962026-08-13T22:45:12.163Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (222/334)
39972026-08-13T22:45:12.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39982026-08-13T22:45:12.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39992026-08-13T22:45:12.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40002026-08-13T22:45:12.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40012026-08-13T22:45:12.777Z
40022026-08-13T22:45:12.777Zinfo: running `cargo check --bins` on sled-agent-early-networking (223/334)
40032026-08-13T22:45:13.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40042026-08-13T22:45:13.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40052026-08-13T22:45:13.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40062026-08-13T22:45:13.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40072026-08-13T22:45:13.335Z
40082026-08-13T22:45:13.336Zinfo: running `cargo check --bins` on sled-agent-health-monitor (224/334)
40092026-08-13T22:45:13.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40102026-08-13T22:45:13.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40112026-08-13T22:45:13.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40122026-08-13T22:45:13.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40132026-08-13T22:45:13.920Z
40142026-08-13T22:45:13.920Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (225/334)
40152026-08-13T22:45:14.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40162026-08-13T22:45:14.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40172026-08-13T22:45:14.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40182026-08-13T22:45:14.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40192026-08-13T22:45:14.515Z
40202026-08-13T22:45:14.515Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (226/334)
40212026-08-13T22:45:15.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40222026-08-13T22:45:15.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40232026-08-13T22:45:15.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40242026-08-13T22:45:15.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40252026-08-13T22:45:15.104Z
40262026-08-13T22:45:15.104Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (227/334)
40272026-08-13T22:45:16.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40282026-08-13T22:45:16.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40292026-08-13T22:45:16.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40302026-08-13T22:45:16.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40312026-08-13T22:45:16.391Z
40322026-08-13T22:45:16.391Zinfo: running `cargo check --bins` on sled-agent-rack-setup (228/334)
40332026-08-13T22:45:16.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40342026-08-13T22:45:16.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40352026-08-13T22:45:16.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40362026-08-13T22:45:16.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40372026-08-13T22:45:16.391Z
40382026-08-13T22:45:16.391Zinfo: running `cargo check --bins` on trust-quorum (229/334)
40392026-08-13T22:45:19.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40402026-08-13T22:45:19.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40412026-08-13T22:45:19.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40422026-08-13T22:45:19.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40432026-08-13T22:45:19.825Z
40442026-08-13T22:45:19.825Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (230/334)
40452026-08-13T22:45:19.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40462026-08-13T22:45:19.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40472026-08-13T22:45:19.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40482026-08-13T22:45:19.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40492026-08-13T22:45:19.825Z
40502026-08-13T22:45:19.825Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (231/334)
40512026-08-13T22:45:19.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40522026-08-13T22:45:19.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40532026-08-13T22:45:19.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40542026-08-13T22:45:19.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40552026-08-13T22:45:19.825Z
40562026-08-13T22:45:19.825Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (232/334)
40572026-08-13T22:45:19.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40582026-08-13T22:45:19.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40592026-08-13T22:45:19.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40602026-08-13T22:45:19.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40612026-08-13T22:45:19.825Z
40622026-08-13T22:45:19.825Zinfo: running `cargo check --bins` on omicron-deployment-graph (233/334)
40632026-08-13T22:45:19.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40642026-08-13T22:45:19.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40652026-08-13T22:45:19.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40662026-08-13T22:45:19.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40672026-08-13T22:45:19.826Z
40682026-08-13T22:45:19.826Zinfo: running `cargo check --bins` on transient-dns-server (234/334)
40692026-08-13T22:45:19.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40702026-08-13T22:45:19.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40712026-08-13T22:45:19.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40722026-08-13T22:45:19.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40732026-08-13T22:45:21.918Z
40742026-08-13T22:45:21.918Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (235/334)
40752026-08-13T22:45:21.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40762026-08-13T22:45:21.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40772026-08-13T22:45:21.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40782026-08-13T22:45:21.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40792026-08-13T22:45:21.942Z
40802026-08-13T22:45:21.942Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (236/334)
40812026-08-13T22:45:21.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40822026-08-13T22:45:21.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40832026-08-13T22:45:21.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40842026-08-13T22:45:21.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40852026-08-13T22:45:21.943Z
40862026-08-13T22:45:21.943Zinfo: running `cargo check --bins` on omicron-rpaths (237/334)
40872026-08-13T22:45:21.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40882026-08-13T22:45:21.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40892026-08-13T22:45:21.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40902026-08-13T22:45:21.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40912026-08-13T22:45:21.943Z
40922026-08-13T22:45:21.943Zinfo: running `cargo check --bins` on omicron-repl-utils (238/334)
40932026-08-13T22:45:22.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40942026-08-13T22:45:22.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40952026-08-13T22:45:22.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40962026-08-13T22:45:22.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40972026-08-13T22:45:22.503Z
40982026-08-13T22:45:22.503Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (239/334)
40992026-08-13T22:45:22.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41002026-08-13T22:45:22.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41012026-08-13T22:45:23.482Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
41022026-08-13T22:45:23.520Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
41032026-08-13T22:45:24.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.30s
41042026-08-13T22:45:24.666Z
41052026-08-13T22:45:24.667Zinfo: running `cargo check --bins` on clickhouse-admin-api (240/334)
41062026-08-13T22:45:25.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41072026-08-13T22:45:25.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41082026-08-13T22:45:25.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41092026-08-13T22:45:25.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41102026-08-13T22:45:25.237Z
41112026-08-13T22:45:25.237Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (241/334)
41122026-08-13T22:45:25.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41132026-08-13T22:45:25.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41142026-08-13T22:45:25.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41152026-08-13T22:45:25.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41162026-08-13T22:45:25.809Z
41172026-08-13T22:45:25.809Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (242/334)
41182026-08-13T22:45:26.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41192026-08-13T22:45:26.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41202026-08-13T22:45:26.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41212026-08-13T22:45:26.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41222026-08-13T22:45:26.381Z
41232026-08-13T22:45:26.381Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (243/334)
41242026-08-13T22:45:26.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41252026-08-13T22:45:26.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41262026-08-13T22:45:26.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41272026-08-13T22:45:26.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41282026-08-13T22:45:26.948Z
41292026-08-13T22:45:26.948Zinfo: running `cargo check --bins` on installinator-client (244/334)
41302026-08-13T22:45:27.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41312026-08-13T22:45:27.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41322026-08-13T22:45:27.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41332026-08-13T22:45:27.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41342026-08-13T22:45:27.541Z
41352026-08-13T22:45:27.541Zinfo: running `cargo check --bins` on oxide-client (245/334)
41362026-08-13T22:45:27.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41372026-08-13T22:45:27.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41382026-08-13T22:45:27.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41392026-08-13T22:45:27.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41402026-08-13T22:45:28.072Z
41412026-08-13T22:45:28.072Zinfo: running `cargo check --bins` on oximeter-client (246/334)
41422026-08-13T22:45:28.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41432026-08-13T22:45:28.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41442026-08-13T22:45:28.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41452026-08-13T22:45:28.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41462026-08-13T22:45:28.641Z
41472026-08-13T22:45:28.641Zinfo: running `cargo check --bins` on wicketd-client (247/334)
41482026-08-13T22:45:29.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41492026-08-13T22:45:29.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41502026-08-13T22:45:29.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41512026-08-13T22:45:29.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41522026-08-13T22:45:29.232Z
41532026-08-13T22:45:29.232Zinfo: running `cargo check --bins` on wicket-common (248/334)
41542026-08-13T22:45:29.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41552026-08-13T22:45:29.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41562026-08-13T22:45:29.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41572026-08-13T22:45:29.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41582026-08-13T22:45:29.813Z
41592026-08-13T22:45:29.813Zinfo: running `cargo check --bins` on wicketd-commission-client (249/334)
41602026-08-13T22:45:30.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41612026-08-13T22:45:30.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41622026-08-13T22:45:30.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41632026-08-13T22:45:30.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41642026-08-13T22:45:30.391Z
41652026-08-13T22:45:30.391Zinfo: running `cargo check --bins` on omicron-cockroach-admin (250/334)
41662026-08-13T22:45:30.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41672026-08-13T22:45:30.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41682026-08-13T22:45:31.056Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
41692026-08-13T22:45:31.166Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41702026-08-13T22:45:32.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
41712026-08-13T22:45:32.432Z
41722026-08-13T22:45:32.432Zinfo: running `cargo check --bins` on cockroach-admin-api (251/334)
41732026-08-13T22:45:32.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41742026-08-13T22:45:32.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41752026-08-13T22:45:32.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41762026-08-13T22:45:32.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41772026-08-13T22:45:33.004Z
41782026-08-13T22:45:33.004Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (252/334)
41792026-08-13T22:45:33.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41802026-08-13T22:45:33.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41812026-08-13T22:45:33.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41822026-08-13T22:45:33.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
41832026-08-13T22:45:33.660Z
41842026-08-13T22:45:33.660Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (253/334)
41852026-08-13T22:45:34.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41862026-08-13T22:45:34.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41872026-08-13T22:45:34.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41882026-08-13T22:45:34.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41892026-08-13T22:45:34.312Z
41902026-08-13T22:45:34.313Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (254/334)
41912026-08-13T22:45:34.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41922026-08-13T22:45:34.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41932026-08-13T22:45:34.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41942026-08-13T22:45:34.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41952026-08-13T22:45:34.946Z
41962026-08-13T22:45:34.946Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (255/334)
41972026-08-13T22:45:35.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41982026-08-13T22:45:35.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41992026-08-13T22:45:35.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42002026-08-13T22:45:35.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42012026-08-13T22:45:35.578Z
42022026-08-13T22:45:35.578Zinfo: running `cargo check --bins` on db-macros (256/334)
42032026-08-13T22:45:36.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42042026-08-13T22:45:36.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42052026-08-13T22:45:36.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42062026-08-13T22:45:36.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42072026-08-13T22:45:36.133Z
42082026-08-13T22:45:36.134Zinfo: running `cargo check --bins` on nexus-macros-common (257/334)
42092026-08-13T22:45:36.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42102026-08-13T22:45:36.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42112026-08-13T22:45:36.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42122026-08-13T22:45:36.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42132026-08-13T22:45:36.691Z
42142026-08-13T22:45:36.691Zinfo: running `cargo check --bins` on nexus-auth (258/334)
42152026-08-13T22:45:37.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42162026-08-13T22:45:37.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42172026-08-13T22:45:37.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42182026-08-13T22:45:37.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42192026-08-13T22:45:37.318Z
42202026-08-13T22:45:37.318Zinfo: running `cargo check --bins` on authz-macros (259/334)
42212026-08-13T22:45:37.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42222026-08-13T22:45:37.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42232026-08-13T22:45:37.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42242026-08-13T22:45:37.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42252026-08-13T22:45:37.879Z
42262026-08-13T22:45:37.879Zinfo: running `cargo check --bins` on nexus-db-fixed-data (260/334)
42272026-08-13T22:45:38.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42282026-08-13T22:45:38.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42292026-08-13T22:45:38.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42302026-08-13T22:45:38.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42312026-08-13T22:45:38.497Z
42322026-08-13T22:45:38.497Zinfo: running `cargo check --bins` on nexus-db-model (261/334)
42332026-08-13T22:45:39.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42342026-08-13T22:45:39.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42352026-08-13T22:45:39.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42362026-08-13T22:45:39.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42372026-08-13T22:45:39.119Z
42382026-08-13T22:45:39.119Zinfo: running `cargo check --bins` on nexus-db-schema (262/334)
42392026-08-13T22:45:39.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42402026-08-13T22:45:39.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42412026-08-13T22:45:39.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42422026-08-13T22:45:39.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42432026-08-13T22:45:39.681Z
42442026-08-13T22:45:39.682Zinfo: running `cargo check --bins` on nexus-defaults (263/334)
42452026-08-13T22:45:40.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42462026-08-13T22:45:40.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42472026-08-13T22:45:40.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42482026-08-13T22:45:40.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42492026-08-13T22:45:40.254Z
42502026-08-13T22:45:40.255Zinfo: running `cargo check --bins` on omicron-git-version (264/334)
42512026-08-13T22:45:40.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42522026-08-13T22:45:40.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42532026-08-13T22:45:40.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42542026-08-13T22:45:40.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42552026-08-13T22:45:40.817Z
42562026-08-13T22:45:40.817Zinfo: running `cargo check --bins` on nexus-db-errors (265/334)
42572026-08-13T22:45:41.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42582026-08-13T22:45:41.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42592026-08-13T22:45:41.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42602026-08-13T22:45:41.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42612026-08-13T22:45:41.435Z
42622026-08-13T22:45:41.435Zinfo: running `cargo check --bins` on nexus-db-lookup (266/334)
42632026-08-13T22:45:41.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42642026-08-13T22:45:41.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42652026-08-13T22:45:41.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42662026-08-13T22:45:41.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42672026-08-13T22:45:42.059Z
42682026-08-13T22:45:42.059Zinfo: running `cargo check --bins` on nexus-test-interface (267/334)
42692026-08-13T22:45:42.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42702026-08-13T22:45:42.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42712026-08-13T22:45:42.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42722026-08-13T22:45:42.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42732026-08-13T22:45:42.690Z
42742026-08-13T22:45:42.690Zinfo: running `cargo check --bins` on oximeter-collector (268/334)
42752026-08-13T22:45:43.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42762026-08-13T22:45:43.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42772026-08-13T22:45:43.406Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
42782026-08-13T22:45:43.406Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
42792026-08-13T22:45:44.076Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42802026-08-13T22:45:45.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s
42812026-08-13T22:45:45.985Z
42822026-08-13T22:45:45.985Zinfo: running `cargo check --bins` on oximeter-api (269/334)
42832026-08-13T22:45:46.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42842026-08-13T22:45:46.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42852026-08-13T22:45:46.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42862026-08-13T22:45:46.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42872026-08-13T22:45:46.556Z
42882026-08-13T22:45:46.556Zinfo: running `cargo check --bins` on cert-dev (270/334)
42892026-08-13T22:45:47.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42902026-08-13T22:45:47.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42912026-08-13T22:45:47.151Z Checking yasna v0.5.2
42922026-08-13T22:45:47.563Z Checking rcgen v0.12.1
42932026-08-13T22:45:47.810Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
42942026-08-13T22:45:47.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
42952026-08-13T22:45:48.172Z
42962026-08-13T22:45:48.172Zinfo: running `cargo check --bins` on clickana (271/334)
42972026-08-13T22:45:48.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42982026-08-13T22:45:48.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42992026-08-13T22:45:48.807Z Compiling instability v0.3.11
43002026-08-13T22:45:48.810Z Checking castaway v0.2.4
43012026-08-13T22:45:48.810Z Compiling indoc v2.0.7
43022026-08-13T22:45:48.810Z Checking unicode-truncate v1.1.0
43032026-08-13T22:45:48.933Z Checking lru v0.12.5
43042026-08-13T22:45:48.933Z Checking cassowary v0.3.0
43052026-08-13T22:45:49.015Z Checking compact_str v0.8.1
43062026-08-13T22:45:49.799Z Checking ratatui v0.29.0
43072026-08-13T22:45:50.849Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
43082026-08-13T22:45:51.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.43s
43092026-08-13T22:45:51.773Z
43102026-08-13T22:45:51.773Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (272/334)
43112026-08-13T22:45:52.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43122026-08-13T22:45:52.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43132026-08-13T22:45:52.480Z Checking headers-core v0.3.0
43142026-08-13T22:45:52.484Z Checking port-file v0.1.0
43152026-08-13T22:45:52.484Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
43162026-08-13T22:45:52.675Z Checking headers v0.4.1
43172026-08-13T22:45:53.039Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43182026-08-13T22:45:53.997Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
43192026-08-13T22:45:54.515Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
43202026-08-13T22:45:54.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
43212026-08-13T22:45:55.149Z
43222026-08-13T22:45:55.149Zinfo: running `cargo check --bins` on ch-dev (273/334)
43232026-08-13T22:45:55.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43242026-08-13T22:45:55.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43252026-08-13T22:45:55.853Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
43262026-08-13T22:45:56.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
43272026-08-13T22:45:56.813Z
43282026-08-13T22:45:56.813Zinfo: running `cargo check --bins` on dev-tools-common (274/334)
43292026-08-13T22:45:57.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43302026-08-13T22:45:57.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43312026-08-13T22:45:57.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43322026-08-13T22:45:57.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
43332026-08-13T22:45:57.232Z
43342026-08-13T22:45:57.232Zinfo: running `cargo check --bins` on corpus-adjust (275/334)
43352026-08-13T22:45:57.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43362026-08-13T22:45:57.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43372026-08-13T22:45:57.845Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
43382026-08-13T22:45:58.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
43392026-08-13T22:45:58.392Z
43402026-08-13T22:45:58.392Zinfo: running `cargo check --bins` on crdb-seed (276/334)
43412026-08-13T22:45:58.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43422026-08-13T22:45:58.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43432026-08-13T22:45:59.092Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43442026-08-13T22:46:00.188Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
43452026-08-13T22:46:00.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.14s
43462026-08-13T22:46:00.730Z
43472026-08-13T22:46:00.730Zinfo: running `cargo check --bins` on db-dev (277/334)
43482026-08-13T22:46:01.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43492026-08-13T22:46:01.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43502026-08-13T22:46:01.436Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
43512026-08-13T22:46:02.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
43522026-08-13T22:46:02.398Z
43532026-08-13T22:46:02.399Zinfo: running `cargo check --bins` on omicron-dev-lib (278/334)
43542026-08-13T22:46:02.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43552026-08-13T22:46:02.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43562026-08-13T22:46:02.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43572026-08-13T22:46:02.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43582026-08-13T22:46:03.009Z
43592026-08-13T22:46:03.009Zinfo: running `cargo check --bins` on xtask-downloader (279/334)
43602026-08-13T22:46:03.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43612026-08-13T22:46:03.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43622026-08-13T22:46:03.617Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
43632026-08-13T22:46:04.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
43642026-08-13T22:46:04.475Z
43652026-08-13T22:46:04.475Zinfo: running `cargo check --bins` on omicron-dropshot-apis (280/334)
43662026-08-13T22:46:04.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43672026-08-13T22:46:04.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43682026-08-13T22:46:05.210Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
43692026-08-13T22:46:05.210Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
43702026-08-13T22:46:05.214Z Checking git-stub v1.0.0
43712026-08-13T22:46:05.214Z Compiling trait-variant v0.1.2
43722026-08-13T22:46:05.329Z Checking maplit v1.0.2
43732026-08-13T22:46:05.338Z Checking is_ci v1.2.0
43742026-08-13T22:46:05.371Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
43752026-08-13T22:46:05.375Z Checking drift v0.2.0
43762026-08-13T22:46:05.412Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
43772026-08-13T22:46:05.437Z Checking supports-color v3.0.2
43782026-08-13T22:46:05.469Z Checking git-stub-vcs v0.1.0
43792026-08-13T22:46:05.543Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43802026-08-13T22:46:05.556Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43812026-08-13T22:46:05.578Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
43822026-08-13T22:46:05.661Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
43832026-08-13T22:46:05.715Z Checking dropshot-api-manager v0.7.2
43842026-08-13T22:46:05.754Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
43852026-08-13T22:46:05.890Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
43862026-08-13T22:46:06.066Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
43872026-08-13T22:46:06.603Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43882026-08-13T22:46:07.506Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
43892026-08-13T22:46:08.523Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
43902026-08-13T22:46:09.298Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
43912026-08-13T22:46:09.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.27s
43922026-08-13T22:46:09.939Z
43932026-08-13T22:46:09.940Zinfo: running `cargo check --bins` on installinator-api (281/334)
43942026-08-13T22:46:10.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43952026-08-13T22:46:10.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43962026-08-13T22:46:10.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43972026-08-13T22:46:10.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43982026-08-13T22:46:10.506Z
43992026-08-13T22:46:10.507Zinfo: running `cargo check --bins` on nexus-external-api (282/334)
44002026-08-13T22:46:11.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44012026-08-13T22:46:11.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44022026-08-13T22:46:11.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44032026-08-13T22:46:11.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44042026-08-13T22:46:11.116Z
44052026-08-13T22:46:11.116Zinfo: running `cargo check --bins` on nexus-internal-api (283/334)
44062026-08-13T22:46:11.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44072026-08-13T22:46:11.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44082026-08-13T22:46:11.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44092026-08-13T22:46:11.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44102026-08-13T22:46:11.725Z
44112026-08-13T22:46:11.725Zinfo: running `cargo check --bins` on nexus-lockstep-api (284/334)
44122026-08-13T22:46:12.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44132026-08-13T22:46:12.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44142026-08-13T22:46:12.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44152026-08-13T22:46:12.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44162026-08-13T22:46:12.327Z
44172026-08-13T22:46:12.327Zinfo: running `cargo check --bins` on ntp-admin-api (285/334)
44182026-08-13T22:46:12.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44192026-08-13T22:46:12.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44202026-08-13T22:46:12.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44212026-08-13T22:46:12.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44222026-08-13T22:46:12.895Z
44232026-08-13T22:46:12.895Zinfo: running `cargo check --bins` on ntp-admin-types-versions (286/334)
44242026-08-13T22:46:13.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44252026-08-13T22:46:13.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44262026-08-13T22:46:13.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44272026-08-13T22:46:13.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44282026-08-13T22:46:13.455Z
44292026-08-13T22:46:13.455Zinfo: running `cargo check --bins` on wicketd-api (287/334)
44302026-08-13T22:46:13.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44312026-08-13T22:46:13.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44322026-08-13T22:46:13.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44332026-08-13T22:46:13.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44342026-08-13T22:46:14.037Z
44352026-08-13T22:46:14.037Zinfo: running `cargo check --bins` on wicketd-commission-api (288/334)
44362026-08-13T22:46:14.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44372026-08-13T22:46:14.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44382026-08-13T22:46:14.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44392026-08-13T22:46:14.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44402026-08-13T22:46:14.609Z
44412026-08-13T22:46:14.609Zinfo: running `cargo check --bins` on omicron-ls-apis (289/334)
44422026-08-13T22:46:15.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44432026-08-13T22:46:15.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44442026-08-13T22:46:15.218Z Compiling blake3 v1.8.5
44452026-08-13T22:46:15.328Z Checking constant_time_eq v0.4.2
44462026-08-13T22:46:15.332Z Checking arrayref v0.3.9
44472026-08-13T22:46:15.347Z Checking arrayvec v0.7.6
44482026-08-13T22:46:15.357Z Checking cargo-platform v0.3.2
44492026-08-13T22:46:15.357Z Checking topological-sort v0.2.2
44502026-08-13T22:46:15.361Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
44512026-08-13T22:46:15.502Z Checking cargo_metadata v0.23.1
44522026-08-13T22:46:16.205Z Checking omicron-zone-package v0.12.3
44532026-08-13T22:46:16.906Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
44542026-08-13T22:46:17.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s
44552026-08-13T22:46:17.910Z
44562026-08-13T22:46:17.910Zinfo: running `cargo check --bins` on mgs-dev (290/334)
44572026-08-13T22:46:18.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44582026-08-13T22:46:18.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44592026-08-13T22:46:18.625Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44602026-08-13T22:46:19.253Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
44612026-08-13T22:46:19.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
44622026-08-13T22:46:19.955Z
44632026-08-13T22:46:19.955Zinfo: running `cargo check --bins` on omicron-omdb (291/334)
44642026-08-13T22:46:20.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44652026-08-13T22:46:20.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44662026-08-13T22:46:20.911Z Compiling darling_core v0.21.3
44672026-08-13T22:46:20.911Z Compiling vergen-lib v0.1.6
44682026-08-13T22:46:20.912Z Compiling diesel_derives v2.3.7
44692026-08-13T22:46:20.919Z Checking scheduled-thread-pool v0.2.7
44702026-08-13T22:46:20.919Z Compiling vergen-gitcl v1.0.8
44712026-08-13T22:46:20.919Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
44722026-08-13T22:46:20.919Z Compiling diesel_table_macro_syntax v0.3.0
44732026-08-13T22:46:21.071Z Compiling dirs-sys-next v0.1.2
44742026-08-13T22:46:21.190Z Compiling crunchy v0.2.4
44752026-08-13T22:46:21.268Z Compiling glob v0.3.3
44762026-08-13T22:46:21.320Z Compiling dirs-next v2.0.0
44772026-08-13T22:46:21.351Z Checking r2d2 v0.8.10
44782026-08-13T22:46:21.388Z Checking downcast-rs v2.0.2
44792026-08-13T22:46:21.437Z Compiling tiny-keccak v2.0.2
44802026-08-13T22:46:21.492Z Compiling term v0.7.0
44812026-08-13T22:46:21.529Z Compiling bit-vec v0.6.3
44822026-08-13T22:46:21.644Z Compiling clang-sys v1.8.1
44832026-08-13T22:46:21.734Z Compiling bit-set v0.5.3
44842026-08-13T22:46:21.750Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
44852026-08-13T22:46:21.893Z Compiling ascii-canvas v3.0.0
44862026-08-13T22:46:21.934Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
44872026-08-13T22:46:22.014Z Compiling itertools v0.10.5
44882026-08-13T22:46:22.031Z Compiling ena v0.14.4
44892026-08-13T22:46:22.076Z Compiling libloading v0.8.9
44902026-08-13T22:46:22.092Z Compiling regex-syntax v0.6.29
44912026-08-13T22:46:22.116Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
44922026-08-13T22:46:22.132Z Compiling bindgen v0.71.1
44932026-08-13T22:46:22.239Z Compiling diff v0.1.13
44942026-08-13T22:46:22.540Z Compiling cexpr v0.6.0
44952026-08-13T22:46:22.557Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
44962026-08-13T22:46:22.736Z Compiling rustc-hash v2.1.1
44972026-08-13T22:46:22.776Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
44982026-08-13T22:46:23.035Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
44992026-08-13T22:46:23.071Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45002026-08-13T22:46:23.128Z Compiling libxml v0.3.3
45012026-08-13T22:46:23.201Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45022026-08-13T22:46:23.370Z Compiling strum_macros v0.24.3
45032026-08-13T22:46:23.390Z Compiling lalrpop v0.19.12
45042026-08-13T22:46:23.408Z Compiling indoc v1.0.9
45052026-08-13T22:46:23.585Z Compiling darling_macro v0.21.3
45062026-08-13T22:46:24.104Z Compiling darling v0.21.3
45072026-08-13T22:46:24.177Z Compiling dsl_auto_type v0.2.0
45082026-08-13T22:46:24.309Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45092026-08-13T22:46:24.505Z Checking derive_builder v0.20.2
45102026-08-13T22:46:24.626Z Compiling oso-derive v0.27.3
45112026-08-13T22:46:24.688Z Checking quick-xml v0.37.5
45122026-08-13T22:46:24.774Z Compiling impl-trait-for-tuples v0.2.3
45132026-08-13T22:46:25.129Z Checking openssl-probe v0.1.6
45142026-08-13T22:46:25.275Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
45152026-08-13T22:46:25.552Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45162026-08-13T22:46:25.742Z Checking bb8 v0.8.6
45172026-08-13T22:46:25.859Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45182026-08-13T22:46:26.008Z Checking nonempty v0.12.0
45192026-08-13T22:46:26.040Z Compiling libz-sys v1.1.24
45202026-08-13T22:46:26.114Z Compiling strsim v0.10.0
45212026-08-13T22:46:26.239Z Compiling libgit2-sys v0.18.3+1.9.2
45222026-08-13T22:46:26.347Z Compiling darling_core v0.13.4
45232026-08-13T22:46:26.457Z Compiling vergen-git2 v9.1.0
45242026-08-13T22:46:26.699Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45252026-08-13T22:46:26.711Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
45262026-08-13T22:46:26.899Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45272026-08-13T22:46:27.112Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45282026-08-13T22:46:27.299Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45292026-08-13T22:46:27.491Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
45302026-08-13T22:46:27.676Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
45312026-08-13T22:46:27.696Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
45322026-08-13T22:46:27.864Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
45332026-08-13T22:46:28.052Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45342026-08-13T22:46:28.223Z Compiling darling_macro v0.13.4
45352026-08-13T22:46:28.241Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
45362026-08-13T22:46:28.427Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45372026-08-13T22:46:28.710Z Compiling darling v0.13.4
45382026-08-13T22:46:28.814Z Compiling serde_with_macros v1.5.2
45392026-08-13T22:46:28.836Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
45402026-08-13T22:46:29.218Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
45412026-08-13T22:46:29.650Z Compiling serde_with v1.14.0
45422026-08-13T22:46:29.803Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45432026-08-13T22:46:29.913Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45442026-08-13T22:46:29.989Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
45452026-08-13T22:46:30.022Z Checking diesel v2.3.7
45462026-08-13T22:46:30.783Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
45472026-08-13T22:46:31.683Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45482026-08-13T22:46:31.821Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
45492026-08-13T22:46:32.451Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45502026-08-13T22:46:32.532Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
45512026-08-13T22:46:33.051Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45522026-08-13T22:46:33.095Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45532026-08-13T22:46:33.280Z Checking twox-hash v2.1.2
45542026-08-13T22:46:33.581Z Checking libsw-core v0.3.2
45552026-08-13T22:46:33.746Z Checking atty v0.2.14
45562026-08-13T22:46:33.858Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
45572026-08-13T22:46:33.947Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45582026-08-13T22:46:34.164Z Checking libsw v3.5.0
45592026-08-13T22:46:34.255Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
45602026-08-13T22:46:34.327Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
45612026-08-13T22:46:34.412Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
45622026-08-13T22:46:35.588Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
45632026-08-13T22:46:35.698Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
45642026-08-13T22:46:36.333Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
45652026-08-13T22:46:36.407Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
45662026-08-13T22:46:37.043Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
45672026-08-13T22:46:37.233Z Checking console v0.16.2
45682026-08-13T22:46:37.374Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
45692026-08-13T22:46:37.523Z Checking fatfs v0.3.6
45702026-08-13T22:46:37.545Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
45712026-08-13T22:46:37.979Z Compiling seq-macro v0.3.6
45722026-08-13T22:46:38.480Z Checking unit-prefix v0.5.2
45732026-08-13T22:46:38.621Z Checking indicatif v0.18.4
45742026-08-13T22:46:38.889Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45752026-08-13T22:46:38.906Z Checking oxide-update-engine-display v0.1.2
45762026-08-13T22:46:39.008Z Checking support-bundle-viewer v0.1.2
45772026-08-13T22:46:39.206Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
45782026-08-13T22:46:39.249Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
45792026-08-13T22:46:39.529Z Checking multimap v0.10.1
45802026-08-13T22:46:45.329Z Checking diesel-dtrace v0.5.0
45812026-08-13T22:46:45.575Z Checking async-bb8-diesel v0.2.1
45822026-08-13T22:46:49.414Z Compiling samael v0.0.19
45832026-08-13T22:46:53.720Z Compiling git2 v0.20.4
45842026-08-13T22:46:54.806Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
45852026-08-13T22:46:55.699Z Compiling polar-core v0.27.3
45862026-08-13T22:46:56.181Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
45872026-08-13T22:47:00.152Z Checking oso v0.27.3
45882026-08-13T22:47:32.660Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45892026-08-13T22:48:47.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s
45902026-08-13T22:48:48.129Z
45912026-08-13T22:48:48.129Zinfo: running `cargo check --bins` on nexus-networking (292/334)
45922026-08-13T22:48:48.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45932026-08-13T22:48:48.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45942026-08-13T22:48:48.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45952026-08-13T22:48:48.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
45962026-08-13T22:48:48.789Z
45972026-08-13T22:48:48.789Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (293/334)
45982026-08-13T22:48:49.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45992026-08-13T22:48:49.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46002026-08-13T22:48:49.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46012026-08-13T22:48:49.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46022026-08-13T22:48:49.414Z
46032026-08-13T22:48:49.414Zinfo: running `cargo check --bins` on nexus-saga-recovery (294/334)
46042026-08-13T22:48:49.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46052026-08-13T22:48:49.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46062026-08-13T22:48:49.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46072026-08-13T22:48:49.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46082026-08-13T22:48:50.041Z
46092026-08-13T22:48:50.041Zinfo: running `cargo check --bins` on nexus-test-utils-macros (295/334)
46102026-08-13T22:48:50.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46112026-08-13T22:48:50.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46122026-08-13T22:48:50.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46132026-08-13T22:48:50.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
46142026-08-13T22:48:50.602Z
46152026-08-13T22:48:50.602Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (296/334)
46162026-08-13T22:48:51.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46172026-08-13T22:48:51.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46182026-08-13T22:48:51.426Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46192026-08-13T22:48:52.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s
46202026-08-13T22:48:52.389Z
46212026-08-13T22:48:52.389Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (297/334)
46222026-08-13T22:48:52.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46232026-08-13T22:48:52.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46242026-08-13T22:48:53.207Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46252026-08-13T22:49:32.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.42s
46262026-08-13T22:49:33.034Z
46272026-08-13T22:49:33.034Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (298/334)
46282026-08-13T22:49:33.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46292026-08-13T22:49:33.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46302026-08-13T22:49:33.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46312026-08-13T22:49:33.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
46322026-08-13T22:49:33.598Z
46332026-08-13T22:49:33.598Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (299/334)
46342026-08-13T22:49:34.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46352026-08-13T22:49:34.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46362026-08-13T22:49:34.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46372026-08-13T22:49:34.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
46382026-08-13T22:49:34.149Z
46392026-08-13T22:49:34.149Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (300/334)
46402026-08-13T22:49:34.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46412026-08-13T22:49:34.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46422026-08-13T22:49:34.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46432026-08-13T22:49:34.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46442026-08-13T22:49:34.756Z
46452026-08-13T22:49:34.756Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (301/334)
46462026-08-13T22:49:35.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46472026-08-13T22:49:35.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46482026-08-13T22:49:35.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46492026-08-13T22:49:35.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46502026-08-13T22:49:35.376Z
46512026-08-13T22:49:35.376Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (302/334)
46522026-08-13T22:49:35.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46532026-08-13T22:49:35.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46542026-08-13T22:49:35.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46552026-08-13T22:49:35.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46562026-08-13T22:49:35.996Z
46572026-08-13T22:49:35.996Zinfo: running `cargo check --bins` on nexus-mgs-updates (303/334)
46582026-08-13T22:49:36.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46592026-08-13T22:49:36.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46602026-08-13T22:49:36.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46612026-08-13T22:49:36.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46622026-08-13T22:49:36.603Z
46632026-08-13T22:49:36.603Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (304/334)
46642026-08-13T22:49:37.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46652026-08-13T22:49:37.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46662026-08-13T22:49:37.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46672026-08-13T22:49:37.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46682026-08-13T22:49:37.227Z
46692026-08-13T22:49:37.227Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (305/334)
46702026-08-13T22:49:37.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46712026-08-13T22:49:37.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46722026-08-13T22:49:37.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46732026-08-13T22:49:37.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46742026-08-13T22:49:37.848Z
46752026-08-13T22:49:37.848Zinfo: running `cargo check --bins` on nexus-switch-config (306/334)
46762026-08-13T22:49:38.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46772026-08-13T22:49:38.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46782026-08-13T22:49:38.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46792026-08-13T22:49:38.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46802026-08-13T22:49:38.456Z
46812026-08-13T22:49:38.456Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (307/334)
46822026-08-13T22:49:38.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46832026-08-13T22:49:38.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46842026-08-13T22:49:38.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46852026-08-13T22:49:38.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46862026-08-13T22:49:39.078Z
46872026-08-13T22:49:39.078Zinfo: running `cargo check --bins` on support-bundle-collection (308/334)
46882026-08-13T22:49:39.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46892026-08-13T22:49:39.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46902026-08-13T22:49:39.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46912026-08-13T22:49:39.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46922026-08-13T22:49:39.696Z
46932026-08-13T22:49:39.696Zinfo: running `cargo check --bins` on omicron-dev (309/334)
46942026-08-13T22:49:40.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46952026-08-13T22:49:40.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46962026-08-13T22:49:40.570Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
46972026-08-13T22:49:40.571Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
46982026-08-13T22:49:40.756Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
46992026-08-13T22:49:40.786Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
47002026-08-13T22:49:40.802Z Checking yansi v1.0.1
47012026-08-13T22:49:40.806Z Checking diff v0.1.13
47022026-08-13T22:49:40.833Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
47032026-08-13T22:49:40.847Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
47042026-08-13T22:49:41.055Z Checking pretty_assertions v1.4.1
47052026-08-13T22:49:41.814Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
47062026-08-13T22:49:41.850Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47072026-08-13T22:50:06.909Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47082026-08-13T22:50:06.912Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
47092026-08-13T22:50:06.912Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
47102026-08-13T22:50:06.912Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
47112026-08-13T22:50:06.912Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
47122026-08-13T22:50:06.912Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
47132026-08-13T22:50:06.913Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
47142026-08-13T22:50:07.769Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
47152026-08-13T22:50:07.769Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
47162026-08-13T22:50:09.054Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
47172026-08-13T22:50:48.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
47182026-08-13T22:50:48.337Z
47192026-08-13T22:50:48.337Zinfo: running `cargo check --bins` on oximeter-load-test (310/334)
47202026-08-13T22:50:48.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47212026-08-13T22:50:48.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47222026-08-13T22:50:49.050Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
47232026-08-13T22:50:49.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
47242026-08-13T22:50:49.874Z
47252026-08-13T22:50:49.874Zinfo: running `cargo check --bins` on omicron-pins (311/334)
47262026-08-13T22:50:50.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47272026-08-13T22:50:50.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47282026-08-13T22:50:50.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47292026-08-13T22:50:50.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
47302026-08-13T22:50:50.425Z
47312026-08-13T22:50:50.425Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (312/334)
47322026-08-13T22:50:50.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47332026-08-13T22:50:50.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47342026-08-13T22:50:51.191Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
47352026-08-13T22:50:51.312Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
47362026-08-13T22:50:51.319Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
47372026-08-13T22:51:18.444Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
47382026-08-13T22:51:18.847Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
47392026-08-13T22:51:20.598Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
47402026-08-13T22:51:21.079Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
47412026-08-13T22:51:24.197Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
47422026-08-13T22:51:48.206Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47432026-08-13T22:51:48.955Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
47442026-08-13T22:51:50.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
47452026-08-13T22:51:50.847Z
47462026-08-13T22:51:50.847Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (313/334)
47472026-08-13T22:51:51.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47482026-08-13T22:51:51.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47492026-08-13T22:51:51.561Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
47502026-08-13T22:51:52.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
47512026-08-13T22:51:52.456Z
47522026-08-13T22:51:52.456Zinfo: running `cargo check --bins` on omicron-releng (314/334)
47532026-08-13T22:51:52.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47542026-08-13T22:51:52.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47552026-08-13T22:51:53.073Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
47562026-08-13T22:51:53.076Z Compiling fs-err v2.11.0
47572026-08-13T22:51:53.195Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
47582026-08-13T22:51:53.206Z Checking parse-size v1.1.0
47592026-08-13T22:51:53.215Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
47602026-08-13T22:51:53.219Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
47612026-08-13T22:51:53.219Z Checking shell-words v1.1.1
47622026-08-13T22:51:53.300Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
47632026-08-13T22:51:53.630Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
47642026-08-13T22:51:53.810Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
47652026-08-13T22:51:54.480Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
47662026-08-13T22:51:55.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.99s
47672026-08-13T22:51:55.620Z
47682026-08-13T22:51:55.620Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (315/334)
47692026-08-13T22:51:56.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47702026-08-13T22:51:56.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47712026-08-13T22:51:56.249Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
47722026-08-13T22:51:56.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
47732026-08-13T22:51:56.932Z
47742026-08-13T22:51:56.932Zinfo: running `cargo check --bins` on schema (316/334)
47752026-08-13T22:51:57.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47762026-08-13T22:51:57.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47772026-08-13T22:51:57.647Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
47782026-08-13T22:51:58.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
47792026-08-13T22:51:58.546Z
47802026-08-13T22:51:58.546Zinfo: running `cargo check --bins` on xtask (317/334)
47812026-08-13T22:51:58.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47822026-08-13T22:51:58.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47832026-08-13T22:51:58.948Z Checking serde_core v1.0.229
47842026-08-13T22:51:58.948Z Checking libc v0.2.185
47852026-08-13T22:51:59.026Z Checking bitflags v2.11.0
47862026-08-13T22:51:59.032Z Checking scroll v0.12.0
47872026-08-13T22:51:59.035Z Checking thiserror v1.0.69
47882026-08-13T22:51:59.045Z Checking log v0.4.29
47892026-08-13T22:51:59.052Z Checking zerocopy v0.7.35
47902026-08-13T22:51:59.055Z Checking indexmap v2.14.0
47912026-08-13T22:51:59.125Z Checking syn v2.0.117
47922026-08-13T22:51:59.166Z Checking dtrace-parser v0.2.0
47932026-08-13T22:51:59.187Z Checking once_cell v1.21.3
47942026-08-13T22:51:59.245Z Checking goblin v0.8.2
47952026-08-13T22:51:59.311Z Checking errno v0.3.14
47962026-08-13T22:51:59.357Z Checking getrandom v0.4.1
47972026-08-13T22:51:59.395Z Checking thread-id v4.2.2
47982026-08-13T22:51:59.426Z Checking rustix v1.1.3
47992026-08-13T22:51:59.472Z Checking memmap v0.7.0
48002026-08-13T22:51:59.488Z Checking thiserror v2.0.18
48012026-08-13T22:51:59.536Z Checking fs-err v3.3.0
48022026-08-13T22:51:59.584Z Checking anyhow v1.0.102
48032026-08-13T22:51:59.594Z Checking tabled v0.15.0
48042026-08-13T22:52:00.197Z Checking terminal_size v0.4.3
48052026-08-13T22:52:00.197Z Checking tempfile v3.25.0
48062026-08-13T22:52:00.302Z Checking clap_builder v4.6.0
48072026-08-13T22:52:00.306Z Checking textwrap v0.16.2
48082026-08-13T22:52:00.477Z Checking serde v1.0.229
48092026-08-13T22:52:00.480Z Checking serde_json v1.0.151
48102026-08-13T22:52:00.480Z Checking camino v1.2.2
48112026-08-13T22:52:00.507Z Checking semver v1.0.28
48122026-08-13T22:52:00.678Z Checking cargo-platform v0.3.2
48132026-08-13T22:52:00.724Z Checking camino-tempfile v1.4.1
48142026-08-13T22:52:00.892Z Checking serde_spanned v0.6.9
48152026-08-13T22:52:00.892Z Checking toml_datetime v0.6.11
48162026-08-13T22:52:00.896Z Checking macaddr v1.0.1
48172026-08-13T22:52:00.896Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
48182026-08-13T22:52:01.060Z Checking toml_edit v0.22.27
48192026-08-13T22:52:01.070Z Checking cargo_metadata v0.23.1
48202026-08-13T22:52:01.074Z Checking dof v0.3.0
48212026-08-13T22:52:01.346Z Checking usdt-impl v0.5.0
48222026-08-13T22:52:01.489Z Checking clap v4.6.1
48232026-08-13T22:52:01.603Z Checking usdt v0.5.0
48242026-08-13T22:52:02.037Z Checking toml v0.8.23
48252026-08-13T22:52:02.296Z Checking cargo_toml v0.21.0
48262026-08-13T22:52:02.930Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
48272026-08-13T22:52:03.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.78s
48282026-08-13T22:52:03.433Z
48292026-08-13T22:52:03.433Zinfo: running `cargo check --bins` on dnsadm (318/334)
48302026-08-13T22:52:03.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48312026-08-13T22:52:03.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48322026-08-13T22:52:04.067Z Checking arc-swap v1.8.2
48332026-08-13T22:52:04.354Z Checking slog-scope v4.4.1
48342026-08-13T22:52:04.466Z Checking slog-stdlog v4.1.1
48352026-08-13T22:52:04.568Z Checking slog-envlogger v2.2.0
48362026-08-13T22:52:04.678Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
48372026-08-13T22:52:05.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
48382026-08-13T22:52:05.275Z
48392026-08-13T22:52:05.275Zinfo: running `cargo check --bins` on end-to-end-tests (319/334)
48402026-08-13T22:52:05.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48412026-08-13T22:52:05.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48422026-08-13T22:52:06.065Z Checking cpubits v0.1.1
48432026-08-13T22:52:06.192Z Checking pem-rfc7468 v1.0.0
48442026-08-13T22:52:06.206Z Checking hmac v0.13.0
48452026-08-13T22:52:06.206Z Checking universal-hash v0.6.1
48462026-08-13T22:52:06.235Z Checking ctr v0.10.1
48472026-08-13T22:52:06.236Z Checking aead v0.6.1
48482026-08-13T22:52:06.265Z Checking crypto-bigint v0.7.5
48492026-08-13T22:52:06.265Z Checking aes v0.9.1
48502026-08-13T22:52:06.287Z Checking salsa20 v0.11.0
48512026-08-13T22:52:06.330Z Checking polyval v0.7.1
48522026-08-13T22:52:06.343Z Checking der v0.8.0
48532026-08-13T22:52:06.357Z Checking pbkdf2 v0.13.0
48542026-08-13T22:52:06.374Z Checking cbc v0.2.1
48552026-08-13T22:52:06.401Z Checking ff v0.14.0
48562026-08-13T22:52:06.430Z Checking signature v3.0.0
48572026-08-13T22:52:06.472Z Checking scrypt v0.12.0
48582026-08-13T22:52:06.495Z Checking ghash v0.6.0
48592026-08-13T22:52:06.512Z Checking base16ct v1.0.0
48602026-08-13T22:52:06.576Z Checking group v0.14.0
48612026-08-13T22:52:06.599Z Checking hkdf v0.13.0
48622026-08-13T22:52:06.625Z Compiling curve25519-dalek v5.0.0
48632026-08-13T22:52:06.643Z Checking keccak v0.2.0
48642026-08-13T22:52:06.658Z Checking aes-gcm v0.11.0
48652026-08-13T22:52:06.672Z Checking poly1305 v0.9.0
48662026-08-13T22:52:06.725Z Checking wnaf v0.14.0
48672026-08-13T22:52:06.728Z Checking blowfish v0.10.0
48682026-08-13T22:52:06.797Z Checking blake2 v0.11.0-rc.6
48692026-08-13T22:52:06.818Z Checking sha3 v0.11.0
48702026-08-13T22:52:06.874Z Checking bcrypt-pbkdf v0.11.0
48712026-08-13T22:52:06.905Z Checking kem v0.3.0
48722026-08-13T22:52:06.933Z Checking module-lattice v0.2.3
48732026-08-13T22:52:07.022Z Checking sponge-cursor v0.1.0
48742026-08-13T22:52:07.055Z Checking argon2 v0.6.0-rc.8
48752026-08-13T22:52:07.068Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
48762026-08-13T22:52:07.141Z Checking spki v0.8.0
48772026-08-13T22:52:07.156Z Checking sec1 v0.8.1
48782026-08-13T22:52:07.159Z Checking ml-kem v0.3.2
48792026-08-13T22:52:07.159Z Checking sha3 v0.12.0
48802026-08-13T22:52:07.249Z Checking internal-russh-num-bigint v0.5.0
48812026-08-13T22:52:07.311Z Checking pkcs5 v0.8.1
48822026-08-13T22:52:07.358Z Checking pkcs1 v0.8.0-rc.4
48832026-08-13T22:52:07.376Z Checking num-bigint v0.4.6
48842026-08-13T22:52:07.376Z Checking generic-array v1.4.3
48852026-08-13T22:52:07.567Z Checking russh-util v0.52.0
48862026-08-13T22:52:07.603Z Checking pkcs8 v0.11.0
48872026-08-13T22:52:07.690Z Compiling enum_dispatch v0.3.13
48882026-08-13T22:52:07.772Z Compiling delegate v0.13.5
48892026-08-13T22:52:07.797Z Checking ed25519 v3.0.0
48902026-08-13T22:52:07.920Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
48912026-08-13T22:52:07.956Z Checking md5 v0.8.0
48922026-08-13T22:52:07.989Z Checking ed25519-dalek v3.0.0
48932026-08-13T22:52:08.089Z Checking hex-literal v1.1.0
48942026-08-13T22:52:08.147Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
48952026-08-13T22:52:08.192Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
48962026-08-13T22:52:08.214Z Checking internet-checksum v0.2.1
48972026-08-13T22:52:08.334Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
48982026-08-13T22:52:08.494Z Checking elliptic-curve v0.14.1
48992026-08-13T22:52:08.494Z Checking rfc6979 v0.6.0
49002026-08-13T22:52:08.496Z Checking primefield v0.14.0
49012026-08-13T22:52:08.496Z Checking ssh-encoding v0.3.0
49022026-08-13T22:52:08.624Z Checking crypto-primes v0.7.2
49032026-08-13T22:52:08.729Z Checking ssh-cipher v0.3.0
49042026-08-13T22:52:08.729Z Checking russh-cryptovec v0.62.0
49052026-08-13T22:52:08.900Z Checking primeorder v0.14.0
49062026-08-13T22:52:08.900Z Checking ecdsa v0.17.0
49072026-08-13T22:52:09.262Z Checking p256 v0.14.0
49082026-08-13T22:52:09.262Z Checking p521 v0.14.0
49092026-08-13T22:52:09.266Z Checking p384 v0.14.0
49102026-08-13T22:52:09.537Z Checking rsa v0.10.0-rc.18
49112026-08-13T22:52:12.084Z Checking ssh-key v0.7.0-rc.11
49122026-08-13T22:52:12.834Z Checking russh v0.62.4
49132026-08-13T22:52:26.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.42s
49142026-08-13T22:52:26.916Z
49152026-08-13T22:52:26.916Zinfo: running `cargo check --bins` on gateway-cli (320/334)
49162026-08-13T22:52:27.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49172026-08-13T22:52:27.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49182026-08-13T22:52:27.544Z Checking termios v0.3.3
49192026-08-13T22:52:27.739Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
49202026-08-13T22:52:28.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
49212026-08-13T22:52:28.521Z
49222026-08-13T22:52:28.521Zinfo: running `cargo check --bins --no-default-features` on installinator (321/334)
49232026-08-13T22:52:29.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49242026-08-13T22:52:29.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49252026-08-13T22:52:29.194Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
49262026-08-13T22:52:29.889Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
49272026-08-13T22:52:31.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.95s
49282026-08-13T22:52:31.667Z
49292026-08-13T22:52:31.667Zinfo: running `cargo check --bins` on internal-dns-cli (322/334)
49302026-08-13T22:52:32.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49312026-08-13T22:52:32.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49322026-08-13T22:52:32.297Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
49332026-08-13T22:52:32.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
49342026-08-13T22:52:32.899Z
49352026-08-13T22:52:32.899Zinfo: running `cargo check --bins` on omicron-live-tests (323/334)
49362026-08-13T22:52:33.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49372026-08-13T22:52:33.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49382026-08-13T22:52:33.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49392026-08-13T22:52:33.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
49402026-08-13T22:52:33.452Z
49412026-08-13T22:52:33.452Zinfo: running `cargo check --bins` on live-tests-macros (324/334)
49422026-08-13T22:52:33.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49432026-08-13T22:52:33.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49442026-08-13T22:52:33.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49452026-08-13T22:52:33.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
49462026-08-13T22:52:34.013Z
49472026-08-13T22:52:34.013Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (325/334)
49482026-08-13T22:52:34.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49492026-08-13T22:52:34.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49502026-08-13T22:52:34.751Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
49512026-08-13T22:52:35.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
49522026-08-13T22:52:35.539Z
49532026-08-13T22:52:35.539Zinfo: running `cargo check --bins` on omicron-ntp-admin (326/334)
49542026-08-13T22:52:36.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49552026-08-13T22:52:36.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49562026-08-13T22:52:36.179Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
49572026-08-13T22:52:36.186Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
49582026-08-13T22:52:37.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s
49592026-08-13T22:52:37.283Z
49602026-08-13T22:52:37.283Zinfo: running `cargo check --bins` on ntp-admin-types (327/334)
49612026-08-13T22:52:37.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49622026-08-13T22:52:37.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49632026-08-13T22:52:37.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49642026-08-13T22:52:37.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
49652026-08-13T22:52:37.902Z
49662026-08-13T22:52:37.902Zinfo: running `cargo check --bins` on omicron-package (328/334)
49672026-08-13T22:52:38.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49682026-08-13T22:52:38.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49692026-08-13T22:52:38.530Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
49702026-08-13T22:52:39.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
49712026-08-13T22:52:39.785Z
49722026-08-13T22:52:39.785Zinfo: running `cargo check --bins` on tqdb (329/334)
49732026-08-13T22:52:40.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49742026-08-13T22:52:40.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49752026-08-13T22:52:40.552Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
49762026-08-13T22:52:40.907Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
49772026-08-13T22:52:41.415Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
49782026-08-13T22:52:41.421Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
49792026-08-13T22:52:47.647Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
49802026-08-13T22:52:47.647Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
49812026-08-13T22:52:47.651Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
49822026-08-13T22:52:48.251Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
49832026-08-13T22:52:48.251Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
49842026-08-13T22:52:48.254Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
49852026-08-13T22:52:49.145Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
49862026-08-13T22:52:49.501Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
49872026-08-13T22:52:49.733Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
49882026-08-13T22:52:50.091Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
49892026-08-13T22:52:50.965Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
49902026-08-13T22:52:51.608Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
49912026-08-13T22:52:56.695Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
49922026-08-13T22:53:03.930Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
49932026-08-13T22:53:03.934Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
49942026-08-13T22:53:03.934Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
49952026-08-13T22:53:03.934Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
49962026-08-13T22:53:05.435Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
49972026-08-13T22:53:06.734Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
49982026-08-13T22:53:07.418Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
49992026-08-13T22:53:08.714Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
50002026-08-13T22:53:09.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.48s
50012026-08-13T22:53:09.471Z
50022026-08-13T22:53:09.471Zinfo: running `cargo check --bins` on wicket-dbg (330/334)
50032026-08-13T22:53:09.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50042026-08-13T22:53:09.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50052026-08-13T22:53:10.172Z Checking rtoolbox v0.0.3
50062026-08-13T22:53:10.175Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
50072026-08-13T22:53:10.296Z Checking tui-tree-widget v0.23.1
50082026-08-13T22:53:10.299Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
50092026-08-13T22:53:10.392Z Checking rpassword v7.5.4
50102026-08-13T22:53:13.238Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
50112026-08-13T22:53:15.093Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
50122026-08-13T22:53:16.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.55s
50132026-08-13T22:53:16.215Z
50142026-08-13T22:53:16.215Zinfo: running `cargo check --bins` on wicket (331/334)
50152026-08-13T22:53:16.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50162026-08-13T22:53:16.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50172026-08-13T22:53:16.897Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
50182026-08-13T22:53:17.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
50192026-08-13T22:53:17.448Z
50202026-08-13T22:53:17.448Zinfo: running `cargo check --bins` on wicketd (332/334)
50212026-08-13T22:53:17.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50222026-08-13T22:53:17.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50232026-08-13T22:53:18.135Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
50242026-08-13T22:53:21.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.38s
50252026-08-13T22:53:22.019Z
50262026-08-13T22:53:22.019Zinfo: running `cargo check --bins` on omicron-workspace-hack (333/334)
50272026-08-13T22:53:22.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50282026-08-13T22:53:22.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50292026-08-13T22:53:22.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50302026-08-13T22:53:22.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
50312026-08-13T22:53:22.571Z
50322026-08-13T22:53:22.571Zinfo: running `cargo check --bins` on zone-setup (334/334)
50332026-08-13T22:53:23.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50342026-08-13T22:53:23.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50352026-08-13T22:53:23.226Z Checking uzers v0.12.2
50362026-08-13T22:53:23.497Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
50372026-08-13T22:53:24.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
50382026-08-13T22:53:24.473Z
50392026-08-13T22:53:24.473Zreal 14:03.625047047
50402026-08-13T22:53:24.474Zuser 21:07.160031943
50412026-08-13T22:53:24.474Zsys 4:20.413605636
50422026-08-13T22:53:24.474Ztrap 0.327014279
50432026-08-13T22:53:24.474Ztflt 0.573125014
50442026-08-13T22:53:24.474Zdflt 0.945881038
50452026-08-13T22:53:24.474Zkflt 0.004487931
50462026-08-13T22:53:24.474Zlock 1:26:49.786928768
50472026-08-13T22:53:24.474Zslp 1:40:40.856962052
50482026-08-13T22:53:24.474Zlat 58.224202809
50492026-08-13T22:53:24.474Zstop 4:01.358587434
50502026-08-13T22:53:24.480Zprocess exited: duration 970967 ms, exit code 0
 
50512026-08-13T22:53:24.490Zfound 0 output files