01KTCBNTKABWFMHBR0HQD5CVHJ: 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: 01KTCBPCJWESK8HQD4W1980WBQ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-05T17:01:55.193Zjob assigned to worker 01KTCBPH29B5NVXWK8QN6G2V41 [factory aws, i-055a5f043c82c5059] (queued for 49 s)
 
22026-06-05T17:02:01.568Zstarting task 0: "setup"
32026-06-05T17:02:01.574Z++ uname -s
42026-06-05T17:02:01.577Z+ kern=SunOS
52026-06-05T17:02:01.577Z+ build_user=build
62026-06-05T17:02:01.577Z+ build_uid=12345
72026-06-05T17:02:01.577Z+ work_dir=/work
82026-06-05T17:02:01.577Z+ input_dir=/input
92026-06-05T17:02:01.577Z+ [[ 0 == 12345 ]]
102026-06-05T17:02:01.577Z+ case "$kern" in
112026-06-05T17:02:01.577Z+ groupadd -g 12345 build
122026-06-05T17:02:01.580Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-05T17:02:03.584Z+ zfs create -o mountpoint=/work rpool/work
142026-06-05T17:02:03.697Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-05T17:02:03.700Z+ home_fs=zfs
162026-06-05T17:02:03.700Z+ [[ zfs == autofs ]]
172026-06-05T17:02:03.700Z+ mkdir -p /home/build
182026-06-05T17:02:03.700Z+ chown build:build /home/build /work
192026-06-05T17:02:05.701Z+ chmod 0700 /home/build /work
202026-06-05T17:02:05.704Zprocess exited: duration 4135 ms, exit code 0
 
212026-06-05T17:02:05.711Zstarting task 1: "rust-toolchain"
222026-06-05T17:02:05.715Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-05T17:02:05.715Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-05T17:02:05.715Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-05T17:02:05.715Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-05T17:02:05.715Z * rust toolchain channel = "1.94.0"
272026-06-05T17:02:05.715Z * rust toolchain profile = "default"
282026-06-05T17:02:05.718Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-05T17:02:05.718Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-05T17:02:05.798Zinfo: downloading installer
312026-06-05T17:02:07.140Zwarn: It looks like you have an existing rustup settings file at:
322026-06-05T17:02:07.140Zwarn: /home/build/.rustup/settings.toml
332026-06-05T17:02:07.140Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-05T17:02:07.140Zwarn: instead of the one inferred from the default host triple.
352026-06-05T17:02:07.152Zinfo: profile set to default
362026-06-05T17:02:07.153Zinfo: default host triple is x86_64-unknown-illumos
372026-06-05T17:02:07.156Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-05T17:02:07.300Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-05T17:02:07.302Zinfo: downloading 6 components
402026-06-05T17:02:21.286Z
412026-06-05T17:02:21.286Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
422026-06-05T17:02:21.318Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-05T17:02:21.318Z
442026-06-05T17:02:21.318Z
452026-06-05T17:02:21.318ZRust is installed now. Great!
462026-06-05T17:02:21.318Z
472026-06-05T17:02:21.318ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-05T17:02:21.318Zenvironment variable. This has not been done automatically.
492026-06-05T17:02:21.318Z
502026-06-05T17:02:21.318ZTo configure your current shell, you need to source
512026-06-05T17:02:21.324Zthe corresponding env file under $HOME/.cargo.
522026-06-05T17:02:21.324Z
532026-06-05T17:02:21.324ZThis is usually done by running one of the following (note the leading DOT):
542026-06-05T17:02:21.324Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-05T17:02:21.324Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-05T17:02:21.324Zsource "~/.cargo/env.nu" # For nushell
572026-06-05T17:02:21.324Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-05T17:02:21.324Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-05T17:02:21.324Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-05T17:02:21.324Zwarn: no default linker (`cc`) was found in your PATH
612026-06-05T17:02:21.324Zwarn: many Rust crates require a system C toolchain to build
622026-06-05T17:02:21.429Z+ rustup --version
632026-06-05T17:02:21.434Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-05T17:02:21.434Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-05T17:02:21.453Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-05T17:02:21.457Z+ cargo --version
672026-06-05T17:02:21.471Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-05T17:02:21.474Z+ rustc --version
692026-06-05T17:02:21.493Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-05T17:02:21.497Zprocess exited: duration 15784 ms, exit code 0
 
712026-06-05T17:02:21.507Zstarting task 2: "authentication"
722026-06-05T17:02:21.526Zprocess exited: duration 18 ms, exit code 0
 
732026-06-05T17:02:21.539Zstarting task 3: "clone repository"
742026-06-05T17:02:21.547Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-05T17:02:21.550Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-05T17:02:21.585ZCloning into '/work/oxidecomputer/omicron'...
772026-06-05T17:02:32.830Z+ cd /work/oxidecomputer/omicron
782026-06-05T17:02:32.830Z+ git fetch origin ec71f785aacdc38d51e887534fc3fe0326665223
792026-06-05T17:02:33.129ZFrom https://github.com/oxidecomputer/omicron
802026-06-05T17:02:33.129Z * branch ec71f785aacdc38d51e887534fc3fe0326665223 -> FETCH_HEAD
812026-06-05T17:02:33.140Z+ [[ -n ry/opte-984 ]]
822026-06-05T17:02:33.143Z++ git branch --show-current
832026-06-05T17:02:33.143Z+ current=main
842026-06-05T17:02:33.143Z+ [[ main != ry/opte-984 ]]
852026-06-05T17:02:33.143Z+ git branch -f ry/opte-984 ec71f785aacdc38d51e887534fc3fe0326665223
862026-06-05T17:02:33.151Z+ git checkout -f ry/opte-984
872026-06-05T17:02:33.375ZSwitched to branch 'ry/opte-984'
882026-06-05T17:02:33.380Z+ git reset --hard ec71f785aacdc38d51e887534fc3fe0326665223
892026-06-05T17:02:33.429ZHEAD is now at ec71f785a Merge branch 'main' into ry/opte-984
902026-06-05T17:02:33.432Zprocess exited: duration 11885 ms, exit code 0
 
912026-06-05T17:02:33.442Zstarting task 4: "build"
922026-06-05T17:02:33.446Z+ source .github/buildomat/ci-env.sh
932026-06-05T17:02:33.446Z++ export CARGO_TERM_COLOR=always
942026-06-05T17:02:33.446Z++ CARGO_TERM_COLOR=always
952026-06-05T17:02:33.446Z+ cargo --version
962026-06-05T17:02:33.461Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-06-05T17:02:33.466Z+ rustc --version
982026-06-05T17:02:33.479Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-06-05T17:02:33.485Z+ source ./env.sh
1002026-06-05T17:02:33.485Z++ OLD_SHELL_OPTS=ehxB
1012026-06-05T17:02:33.485Z++ set -o xtrace
1022026-06-05T17:02:33.485Z++++ dirname ./env.sh
1032026-06-05T17:02:33.489Z+++ readlink -f .
1042026-06-05T17:02:33.489Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-06-05T17:02:33.489Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-06-05T17:02:33.489Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-06-05T17:02:33.489Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-06-05T17:02:33.489Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-06-05T17:02:33.489Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-06-05T17:02:33.489Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-06-05T17:02:33.489Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-06-05T17:02:33.489Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-06-05T17:02:33.489Z++ case $OLD_SHELL_OPTS in
1142026-06-05T17:02:33.489Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-06-05T17:02:33.490Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1162026-06-05T17:02:33.490Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1172026-06-05T17:02:33.490Z+ banner prerequisites
1182026-06-05T17:02:33.495Z
1192026-06-05T17:02:33.495Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-06-05T17:02:33.496Z # # # # # # # # # # # # # # #
1212026-06-05T17:02:33.496Z # # # # ##### # # ##### # # # # # #### #
1222026-06-05T17:02:33.496Z ##### ##### # ##### # # # # # # # # #
1232026-06-05T17:02:33.496Z # # # # # # # # # # # # # # #
1242026-06-05T17:02:33.496Z # # # ###### # # ###### ### # #### # #### #
1252026-06-05T17:02:33.496Z
1262026-06-05T17:02:33.496Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-06-05T17:02:34.931Z Startup: Refreshing catalog 'helios' ... Done
1282026-06-05T17:02:35.117Z Startup: Caching catalogs ... Done
1292026-06-05T17:02:35.445ZPlanning: Solver setup ... Done (0.284s)
1302026-06-05T17:02:35.464ZPlanning: Running solver ... Done (0.021s)
1312026-06-05T17:02:35.471ZPlanning: Finding local manifests ... Done (0.003s)
1322026-06-05T17:02:35.493ZPlanning: Fetching manifests: 0/2 0% complete
1332026-06-05T17:02:35.511ZPlanning: Fetching manifests: 2/2 100% complete
1342026-06-05T17:02:35.515ZPlanning: Package planning ... Done (0.014s)
1352026-06-05T17:02:35.518ZPlanning: Merging actions ... Done (0.001s)
1362026-06-05T17:02:35.709ZPlanning: Checking for conflicting actions ... Done (0.191s)
1372026-06-05T17:02:35.715ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-06-05T17:02:36.530ZPlanning: Evaluating mediators ... Done (0.821s)
1392026-06-05T17:02:36.534ZPlanning: Planning completed in 1.39 seconds
1402026-06-05T17:02:36.538Z Packages to install: 2
1412026-06-05T17:02:36.542Z Estimated space available: 156.07 GB
1422026-06-05T17:02:36.542ZEstimated space to be consumed: 25.33 MB
1432026-06-05T17:02:36.542Z Create boot environment: No
1442026-06-05T17:02:36.542ZCreate backup boot environment: No
1452026-06-05T17:02:36.542Z Rebuild boot archive: No
1462026-06-05T17:02:36.542Z
1472026-06-05T17:02:36.542ZChanged packages:
1482026-06-05T17:02:36.542Zhelios
1492026-06-05T17:02:36.542Z developer/build-essential
1502026-06-05T17:02:36.543Z None -> 11-3.0
1512026-06-05T17:02:36.543Z library/libxmlsec1
1522026-06-05T17:02:36.543Z None -> 1.2.35-3.0
1532026-06-05T17:02:36.568Z
1542026-06-05T17:02:36.568ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-06-05T17:02:37.100ZDownload: Completed 1.28 MB in 0.53 seconds (2.4M/s)
1562026-06-05T17:02:37.178Z Actions: 1/268 actions (Installing new actions)
1572026-06-05T17:02:37.213Z Actions: Completed 268 actions in 0.04 seconds.
1582026-06-05T17:02:37.222ZFinalize: Updating package state database ... Done (0.008s)
1592026-06-05T17:02:37.229ZFinalize: Updating package cache ... Done (0.000s)
1602026-06-05T17:02:37.244ZFinalize: Updating image state ... Done (0.022s)
1612026-06-05T17:02:40.490ZFinalize: Creating fast lookup database ... Done (2.367s)
1622026-06-05T17:02:40.542ZFinalize: Reading search index ... Done (0.012s)
1632026-06-05T17:02:40.542ZFinalize: Updating search index ... Done (0.000s)
1642026-06-05T17:02:40.542ZFinalize: Updating package cache ... Done (0.000s)
1652026-06-05T17:02:40.542ZPlanning: Evaluating mediator changes ... Done
1662026-06-05T17:02:40.542ZPlanning: Checking for conflicting actions ... Done
1672026-06-05T17:02:40.542ZPlanning: Consolidating action changes ... Done
1682026-06-05T17:02:40.542ZPlanning: Evaluating mediators ... Done
1692026-06-05T17:02:40.542ZPlanning: Planning completed in 0.26 seconds
1702026-06-05T17:02:40.543Z Mediators to change: 2
1712026-06-05T17:02:40.543Z Create boot environment: No
1722026-06-05T17:02:40.543ZCreate backup boot environment: No
1732026-06-05T17:02:40.544ZFinalize: Updating package state database ... Done
1742026-06-05T17:02:40.544ZFinalize: Updating package cache ... Done
1752026-06-05T17:02:40.544ZFinalize: Updating image state ... Done
1762026-06-05T17:02:42.399ZFinalize: Creating fast lookup database ... Done
1772026-06-05T17:02:42.464ZFinalize: Reading search index ... Done
1782026-06-05T17:02:42.468ZFinalize: Updating search index ... Done
1792026-06-05T17:02:42.567ZFinalize: Updating package cache ... Done
1802026-06-05T17:02:42.836ZPlanning: Evaluating mediator changes ... Done
1812026-06-05T17:02:42.940ZPlanning: Checking for conflicting actions ... Done
1822026-06-05T17:02:42.944ZPlanning: Consolidating action changes ... Done
1832026-06-05T17:02:43.099ZPlanning: Evaluating mediators ... Done
1842026-06-05T17:02:43.106ZPlanning: Planning completed in 0.26 seconds
1852026-06-05T17:02:43.122Z Mediators to change: 1
1862026-06-05T17:02:43.122Z Create boot environment: No
1872026-06-05T17:02:43.130ZCreate backup boot environment: No
1882026-06-05T17:02:43.188ZFinalize: Updating package state database ... Done
1892026-06-05T17:02:43.188ZFinalize: Updating package cache ... Done
1902026-06-05T17:02:43.201ZFinalize: Updating image state ... Done
1912026-06-05T17:02:45.144ZFinalize: Creating fast lookup database ... Done
1922026-06-05T17:02:45.206ZFinalize: Reading search index ... Done
1932026-06-05T17:02:45.226ZFinalize: Updating search index ... Done
1942026-06-05T17:02:45.285ZFinalize: Updating package cache ... Done
1952026-06-05T17:02:45.595ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-06-05T17:02:45.595Zapache system 2.4 system
1972026-06-05T17:02:45.595Zclang system 15 system
1982026-06-05T17:02:45.595Zcsh system system illumos
1992026-06-05T17:02:45.595Zctags system system illumos
2002026-06-05T17:02:45.595Zfile vendor vendor darwinsys
2012026-06-05T17:02:45.595Zfile system system illumos
2022026-06-05T17:02:45.595Zgcc vendor 14 vendor
2032026-06-05T17:02:45.595Zgcc system 13 system
2042026-06-05T17:02:45.595Zgcc system 10 system
2052026-06-05T17:02:45.595Zgo system 1.25 system
2062026-06-05T17:02:45.595Zllvm system 15 system
2072026-06-05T17:02:45.595Zmariadb system 11.4 system
2082026-06-05T17:02:45.595Zmta vendor vendor dma
2092026-06-05T17:02:45.595Zopenjdk system 17 system
2102026-06-05T17:02:45.595Zopenjdk system 11 system
2112026-06-05T17:02:45.595Zopenssl vendor 3 vendor
2122026-06-05T17:02:45.597Zperl system 5.40 system
2132026-06-05T17:02:45.597Zpostgresql system 18 system
2142026-06-05T17:02:45.597Zpostgresql system 17 system
2152026-06-05T17:02:45.597Zpython vendor 3 vendor
2162026-06-05T17:02:45.597Zpython system 2 system
2172026-06-05T17:02:45.597Zpython3 vendor 3.13 vendor
2182026-06-05T17:02:45.597Zruby system 3.4 system
2192026-06-05T17:02:45.597Zruby system 3.0 system
2202026-06-05T17:02:45.597Zwords vendor vendor american-english
2212026-06-05T17:02:45.597Zwords system system australian-english
2222026-06-05T17:02:45.597Zwords system system british-english
2232026-06-05T17:02:45.597Zwords system system canadian-english
2242026-06-05T17:02:45.597Zwords system system french
2252026-06-05T17:02:45.598Zwords system system italian
2262026-06-05T17:02:45.598Zwords system system ngerman
2272026-06-05T17:02:45.598Zwords system system ogerman
2282026-06-05T17:02:45.598Zwords system system spanish
2292026-06-05T17:02:45.853ZPUBLISHER TYPE STATUS P LOCATION
2302026-06-05T17:02:45.853Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-06-05T17:02:46.136ZFMRI IFO
2322026-06-05T17:02:46.136Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-06-05T17:02:46.136Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-06-05T17:02:46.136Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-06-05T17:02:46.136Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-06-05T17:02:46.136Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-06-05T17:02:46.136Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-06-05T17:02:46.136Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-06-05T17:02:46.136Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-06-05T17:02:46.136Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-06-05T17:02:46.400Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-06-05T17:02:46.719Z Updating crates.io index
2432026-06-05T17:02:46.727Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-06-05T17:02:47.381Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-06-05T17:02:47.595Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-06-05T17:02:47.876Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-06-05T17:02:52.139Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-06-05T17:02:52.247Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-06-05T17:02:52.247Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-06-05T17:02:52.308Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-06-05T17:02:52.356Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-06-05T17:02:53.365Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-06-05T17:02:53.769Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-06-05T17:02:54.145Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-06-05T17:02:54.478Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-06-05T17:02:55.597Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-06-05T17:02:56.116Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-06-05T17:02:56.418Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-06-05T17:02:56.752Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-06-05T17:02:57.133Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-06-05T17:02:57.494Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-06-05T17:02:57.741Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-06-05T17:02:57.999Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-06-05T17:02:58.290Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-06-05T17:02:58.716Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-06-05T17:02:59.206Z Updating git repository `https://github.com/oxidecomputer/erebor`
2672026-06-05T17:02:59.892Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2682026-06-05T17:03:00.399Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2692026-06-05T17:03:00.826Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2702026-06-05T17:03:01.386Z Updating git repository `https://github.com/oxidecomputer/ispf`
2712026-06-05T17:03:02.333Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2722026-06-05T17:03:03.029Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-06-05T17:03:03.473Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742026-06-05T17:03:03.857Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2752026-06-05T17:03:04.224Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2762026-06-05T17:03:04.514Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772026-06-05T17:03:04.802Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2782026-06-05T17:03:05.166Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2792026-06-05T17:03:05.738Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2802026-06-05T17:03:06.011Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2812026-06-05T17:03:06.261Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2822026-06-05T17:03:06.500Z Updating git repository `https://github.com/illumos/smf-rs`
2832026-06-05T17:03:06.984Z Updating git repository `https://github.com/oxidecomputer/omicron`
2842026-06-05T17:03:18.801Z Downloading crates ...
2852026-06-05T17:03:18.859Z Downloaded digest v0.10.7
2862026-06-05T17:03:18.862Z Downloaded fs-err v3.3.0
2872026-06-05T17:03:18.863Z Downloaded cargo-platform v0.2.0
2882026-06-05T17:03:18.865Z Downloaded anstyle-parse v1.0.0
2892026-06-05T17:03:18.865Z Downloaded byteorder v1.5.0
2902026-06-05T17:03:18.869Z Downloaded generic-array v0.14.7
2912026-06-05T17:03:18.869Z Downloaded toml v0.8.23
2922026-06-05T17:03:18.869Z Downloaded form_urlencoded v1.2.2
2932026-06-05T17:03:18.873Z Downloaded dof v0.3.0
2942026-06-05T17:03:18.873Z Downloaded potential_utf v0.1.4
2952026-06-05T17:03:18.873Z Downloaded cfg-if v1.0.4
2962026-06-05T17:03:18.876Z Downloaded fnv v1.0.7
2972026-06-05T17:03:18.876Z Downloaded equivalent v1.0.2
2982026-06-05T17:03:18.876Z Downloaded anstream v1.0.0
2992026-06-05T17:03:18.879Z Downloaded dtrace-parser v0.2.0
3002026-06-05T17:03:18.882Z Downloaded yoke v0.8.1
3012026-06-05T17:03:18.886Z Downloaded textwrap v0.16.2
3022026-06-05T17:03:18.886Z Downloaded serde-value v0.7.0
3032026-06-05T17:03:18.889Z Downloaded thread-id v4.2.2
3042026-06-05T17:03:18.889Z Downloaded scroll_derive v0.12.1
3052026-06-05T17:03:18.889Z Downloaded pretty-hex v0.4.1
3062026-06-05T17:03:18.889Z Downloaded errno v0.3.14
3072026-06-05T17:03:18.892Z Downloaded yoke-derive v0.8.1
3082026-06-05T17:03:18.892Z Downloaded usdt-macro v0.5.0
3092026-06-05T17:03:18.892Z Downloaded displaydoc v0.2.5
3102026-06-05T17:03:18.895Z Downloaded cpufeatures v0.2.17
3112026-06-05T17:03:18.896Z Downloaded anstyle v1.0.14
3122026-06-05T17:03:18.896Z Downloaded stable_deref_trait v1.2.1
3132026-06-05T17:03:18.896Z Downloaded serde_spanned v0.6.9
3142026-06-05T17:03:18.899Z Downloaded block-buffer v0.10.4
3152026-06-05T17:03:18.899Z Downloaded camino-tempfile v1.4.1
3162026-06-05T17:03:18.899Z Downloaded unicode-linebreak v0.1.5
3172026-06-05T17:03:18.902Z Downloaded fastrand v2.3.0
3182026-06-05T17:03:18.903Z Downloaded crypto-common v0.1.7
3192026-06-05T17:03:18.903Z Downloaded utf8_iter v1.0.4
3202026-06-05T17:03:18.906Z Downloaded strsim v0.11.1
3212026-06-05T17:03:18.906Z Downloaded zerofrom v0.1.6
3222026-06-05T17:03:18.909Z Downloaded thiserror v1.0.69
3232026-06-05T17:03:18.912Z Downloaded writeable v0.6.2
3242026-06-05T17:03:18.912Z Downloaded thiserror-impl v1.0.69
3252026-06-05T17:03:18.913Z Downloaded zerofrom-derive v0.1.6
3262026-06-05T17:03:18.916Z Downloaded typeid v1.0.3
3272026-06-05T17:03:18.916Z Downloaded terminal_size v0.4.3
3282026-06-05T17:03:18.916Z Downloaded proc-macro-error-attr v1.0.4
3292026-06-05T17:03:18.916Z Downloaded erased-serde v0.4.9
3302026-06-05T17:03:18.920Z Downloaded bytecount v0.6.9
3312026-06-05T17:03:18.920Z Downloaded autocfg v1.5.0
3322026-06-05T17:03:18.920Z Downloaded cargo_toml v0.21.0
3332026-06-05T17:03:18.920Z Downloaded zmij v1.0.21
3342026-06-05T17:03:18.923Z Downloaded utf8parse v0.2.2
3352026-06-05T17:03:18.923Z Downloaded scroll v0.12.0
3362026-06-05T17:03:18.923Z Downloaded proc-macro-error v1.0.4
3372026-06-05T17:03:18.927Z Downloaded toml_datetime v0.6.11
3382026-06-05T17:03:18.927Z Downloaded thiserror v2.0.18
3392026-06-05T17:03:18.931Z Downloaded tinystr v0.8.2
3402026-06-05T17:03:18.932Z Downloaded is_terminal_polyfill v1.70.2
3412026-06-05T17:03:18.935Z Downloaded anstyle-query v1.1.5
3422026-06-05T17:03:18.935Z Downloaded version_check v0.9.5
3432026-06-05T17:03:18.935Z Downloaded plain v0.2.3
3442026-06-05T17:03:18.936Z Downloaded unicode-xid v0.2.6
3452026-06-05T17:03:18.936Z Downloaded thiserror-impl v2.0.18
3462026-06-05T17:03:18.936Z Downloaded itoa v1.0.17
3472026-06-05T17:03:18.939Z Downloaded heck v0.5.0
3482026-06-05T17:03:18.939Z Downloaded usdt-impl v0.5.0
3492026-06-05T17:03:18.939Z Downloaded idna_adapter v1.2.1
3502026-06-05T17:03:18.939Z Downloaded toml_write v0.1.2
3512026-06-05T17:03:18.940Z Downloaded sha2 v0.10.9
3522026-06-05T17:03:18.945Z Downloaded swrite v0.1.0
3532026-06-05T17:03:18.945Z Downloaded anyhow v1.0.102
3542026-06-05T17:03:18.945Z Downloaded cargo_metadata v0.21.0
3552026-06-05T17:03:18.949Z Downloaded usdt-attr-macro v0.5.0
3562026-06-05T17:03:18.949Z Downloaded clap_lex v1.0.0
3572026-06-05T17:03:18.953Z Downloaded zerovec-derive v0.11.2
3582026-06-05T17:03:18.953Z Downloaded usdt v0.5.0
3592026-06-05T17:03:18.957Z Downloaded ucd-trie v0.1.7
3602026-06-05T17:03:18.960Z Downloaded cargo-util-schemas v0.8.2
3612026-06-05T17:03:18.960Z Downloaded camino v1.2.2
3622026-06-05T17:03:18.960Z Downloaded zerocopy-derive v0.7.35
3632026-06-05T17:03:18.963Z Downloaded bitflags v2.11.0
3642026-06-05T17:03:18.967Z Downloaded smawk v0.3.2
3652026-06-05T17:03:18.967Z Downloaded tabled_derive v0.7.0
3662026-06-05T17:03:18.967Z Downloaded heck v0.4.1
3672026-06-05T17:03:18.970Z Downloaded ordered-float v2.10.1
3682026-06-05T17:03:18.970Z Downloaded percent-encoding v2.3.2
3692026-06-05T17:03:18.970Z Downloaded colorchoice v1.0.4
3702026-06-05T17:03:18.970Z Downloaded toml_edit v0.22.27
3712026-06-05T17:03:18.973Z Downloaded unicode-ident v1.0.24
3722026-06-05T17:03:18.976Z Downloaded synstructure v0.13.2
3732026-06-05T17:03:18.976Z Downloaded zerotrie v0.2.3
3742026-06-05T17:03:18.979Z Downloaded memmap v0.7.0
3752026-06-05T17:03:18.983Z Downloaded smallvec v1.15.1
3762026-06-05T17:03:18.986Z Downloaded url v2.5.8
3772026-06-05T17:03:18.990Z Downloaded zerovec v0.11.5
3782026-06-05T17:03:18.994Z Downloaded typenum v1.19.0
3792026-06-05T17:03:18.999Z Downloaded tempfile v3.25.0
3802026-06-05T17:03:19.005Z Downloaded unicode-width v0.2.0
3812026-06-05T17:03:19.009Z Downloaded serde_tokenstream v0.2.3
3822026-06-05T17:03:19.012Z Downloaded zerocopy v0.7.35
3832026-06-05T17:03:19.019Z Downloaded serde-untagged v0.1.9
3842026-06-05T17:03:19.022Z Downloaded winnow v0.7.14
3852026-06-05T17:03:19.025Z Downloaded pest_generator v2.8.6
3862026-06-05T17:03:19.028Z Downloaded once_cell v1.21.3
3872026-06-05T17:03:19.028Z Downloaded unicode-width v0.1.14
3882026-06-05T17:03:19.031Z Downloaded serde_core v1.0.228
3892026-06-05T17:03:19.034Z Downloaded num-traits v0.2.19
3902026-06-05T17:03:19.034Z Downloaded semver v1.0.28
3912026-06-05T17:03:19.037Z Downloaded icu_properties v2.1.2
3922026-06-05T17:03:19.037Z Downloaded clap v4.6.1
3932026-06-05T17:03:19.041Z Downloaded litemap v0.8.1
3942026-06-05T17:03:19.044Z Downloaded icu_provider v2.1.1
3952026-06-05T17:03:19.044Z Downloaded clap_derive v4.6.1
3962026-06-05T17:03:19.047Z Downloaded pest_derive v2.8.6
3972026-06-05T17:03:19.047Z Downloaded quote v1.0.45
3982026-06-05T17:03:19.050Z Downloaded macaddr v1.0.1
3992026-06-05T17:03:19.055Z Downloaded getrandom v0.4.1
4002026-06-05T17:03:19.058Z Downloaded log v0.4.29
4012026-06-05T17:03:19.062Z Downloaded serde_derive v1.0.228
4022026-06-05T17:03:19.062Z Downloaded papergrid v0.11.0
4032026-06-05T17:03:19.065Z Downloaded icu_normalizer v2.1.1
4042026-06-05T17:03:19.075Z Downloaded icu_locale_core v2.1.1
4052026-06-05T17:03:19.081Z Downloaded proc-macro2 v1.0.106
4062026-06-05T17:03:19.085Z Downloaded icu_normalizer_data v2.1.1
4072026-06-05T17:03:19.085Z Downloaded icu_collections v2.1.1
4082026-06-05T17:03:19.089Z Downloaded serde v1.0.228
4092026-06-05T17:03:19.102Z Downloaded pest_meta v2.8.6
4102026-06-05T17:03:19.105Z Downloaded memchr v2.8.0
4112026-06-05T17:03:19.113Z Downloaded indexmap v2.14.0
4122026-06-05T17:03:19.123Z Downloaded pest v2.8.6
4132026-06-05T17:03:19.138Z Downloaded serde_json v1.0.149
4142026-06-05T17:03:19.142Z Downloaded clap_builder v4.6.0
4152026-06-05T17:03:19.146Z Downloaded idna v1.1.0
4162026-06-05T17:03:19.149Z Downloaded hashbrown v0.17.0
4172026-06-05T17:03:19.156Z Downloaded goblin v0.8.2
4182026-06-05T17:03:19.160Z Downloaded tabled v0.15.0
4192026-06-05T17:03:19.167Z Downloaded syn v1.0.109
4202026-06-05T17:03:19.173Z Downloaded icu_properties_data v2.1.2
4212026-06-05T17:03:19.180Z Downloaded syn v2.0.117
4222026-06-05T17:03:19.196Z Downloaded rustix v1.1.3
4232026-06-05T17:03:19.223Z Downloaded libc v0.2.185
4242026-06-05T17:03:19.292Z Compiling proc-macro2 v1.0.106
4252026-06-05T17:03:19.292Z Compiling quote v1.0.45
4262026-06-05T17:03:19.292Z Compiling unicode-ident v1.0.24
4272026-06-05T17:03:19.292Z Compiling serde_core v1.0.228
4282026-06-05T17:03:19.296Z Compiling libc v0.2.185
4292026-06-05T17:03:19.296Z Compiling version_check v0.9.5
4302026-06-05T17:03:19.475Z Compiling serde v1.0.228
4312026-06-05T17:03:19.479Z Compiling stable_deref_trait v1.2.1
4322026-06-05T17:03:19.600Z Compiling memchr v2.8.0
4332026-06-05T17:03:19.621Z Compiling zmij v1.0.21
4342026-06-05T17:03:19.843Z Compiling itoa v1.0.17
4352026-06-05T17:03:19.859Z Compiling ucd-trie v0.1.7
4362026-06-05T17:03:19.917Z Compiling autocfg v1.5.0
4372026-06-05T17:03:20.018Z Compiling thiserror v1.0.69
4382026-06-05T17:03:20.232Z Compiling pest v2.8.6
4392026-06-05T17:03:20.300Z Compiling litemap v0.8.1
4402026-06-05T17:03:20.341Z Compiling writeable v0.6.2
4412026-06-05T17:03:20.397Z Compiling icu_properties_data v2.1.2
4422026-06-05T17:03:20.498Z Compiling byteorder v1.5.0
4432026-06-05T17:03:20.514Z Compiling icu_normalizer_data v2.1.1
4442026-06-05T17:03:20.699Z Compiling rustix v1.1.3
4452026-06-05T17:03:20.758Z Compiling syn v2.0.117
4462026-06-05T17:03:20.868Z Compiling errno v0.3.14
4472026-06-05T17:03:20.902Z Compiling serde_json v1.0.149
4482026-06-05T17:03:20.920Z Compiling bitflags v2.11.0
4492026-06-05T17:03:21.150Z Compiling num-traits v0.2.19
4502026-06-05T17:03:21.168Z Compiling smallvec v1.15.1
4512026-06-05T17:03:21.202Z Compiling hashbrown v0.17.0
4522026-06-05T17:03:21.337Z Compiling pest_meta v2.8.6
4532026-06-05T17:03:21.563Z Compiling typeid v1.0.3
4542026-06-05T17:03:21.582Z Compiling equivalent v1.0.2
4552026-06-05T17:03:21.792Z Compiling indexmap v2.14.0
4562026-06-05T17:03:21.854Z Compiling thread-id v4.2.2
4572026-06-05T17:03:21.875Z Compiling proc-macro-error-attr v1.0.4
4582026-06-05T17:03:21.892Z Compiling usdt-impl v0.5.0
4592026-06-05T17:03:21.939Z Compiling toml_write v0.1.2
4602026-06-05T17:03:22.058Z Compiling erased-serde v0.4.9
4612026-06-05T17:03:22.100Z Compiling winnow v0.7.14
4622026-06-05T17:03:22.137Z Compiling syn v1.0.109
4632026-06-05T17:03:22.510Z Compiling proc-macro-error v1.0.4
4642026-06-05T17:03:22.557Z Compiling utf8parse v0.2.2
4652026-06-05T17:03:22.673Z Compiling utf8_iter v1.0.4
4662026-06-05T17:03:22.710Z Compiling camino v1.2.2
4672026-06-05T17:03:22.826Z Compiling thiserror v2.0.18
4682026-06-05T17:03:22.967Z Compiling log v0.4.29
4692026-06-05T17:03:23.024Z Compiling plain v0.2.3
4702026-06-05T17:03:23.085Z Compiling percent-encoding v2.3.2
4712026-06-05T17:03:23.139Z Compiling getrandom v0.4.1
4722026-06-05T17:03:23.204Z Compiling ordered-float v2.10.1
4732026-06-05T17:03:23.284Z Compiling form_urlencoded v1.2.2
4742026-06-05T17:03:23.387Z Compiling synstructure v0.13.2
4752026-06-05T17:03:23.449Z Compiling pest_generator v2.8.6
4762026-06-05T17:03:23.467Z Compiling anstyle-parse v1.0.0
4772026-06-05T17:03:23.554Z Compiling terminal_size v0.4.3
4782026-06-05T17:03:23.695Z Compiling cfg-if v1.0.4
4792026-06-05T17:03:23.775Z Compiling colorchoice v1.0.4
4802026-06-05T17:03:23.870Z Compiling is_terminal_polyfill v1.70.2
4812026-06-05T17:03:23.896Z Compiling pretty-hex v0.4.1
4822026-06-05T17:03:23.922Z Compiling anstyle-query v1.1.5
4832026-06-05T17:03:23.941Z Compiling anstyle v1.0.14
4842026-06-05T17:03:23.986Z Compiling serde-untagged v0.1.9
4852026-06-05T17:03:24.073Z Compiling semver v1.0.28
4862026-06-05T17:03:24.142Z Compiling anstream v1.0.0
4872026-06-05T17:03:24.209Z Compiling fs-err v3.3.0
4882026-06-05T17:03:24.226Z Compiling unicode-xid v0.2.6
4892026-06-05T17:03:24.355Z Compiling fastrand v2.3.0
4902026-06-05T17:03:24.398Z Compiling bytecount v0.6.9
4912026-06-05T17:03:24.401Z Compiling strsim v0.11.1
4922026-06-05T17:03:24.434Z Compiling once_cell v1.21.3
4932026-06-05T17:03:24.449Z Compiling fnv v1.0.7
4942026-06-05T17:03:24.539Z Compiling unicode-width v0.1.14
4952026-06-05T17:03:24.555Z Compiling clap_lex v1.0.0
4962026-06-05T17:03:24.643Z Compiling anyhow v1.0.102
4972026-06-05T17:03:24.765Z Compiling heck v0.4.1
4982026-06-05T17:03:24.796Z Compiling heck v0.5.0
4992026-06-05T17:03:24.817Z Compiling papergrid v0.11.0
5002026-06-05T17:03:24.932Z Compiling clap_builder v4.6.0
5012026-06-05T17:03:24.991Z Compiling tempfile v3.25.0
5022026-06-05T17:03:25.072Z Compiling serde_derive v1.0.228
5032026-06-05T17:03:25.137Z Compiling zerofrom-derive v0.1.6
5042026-06-05T17:03:25.168Z Compiling yoke-derive v0.8.1
5052026-06-05T17:03:25.399Z Compiling zerovec-derive v0.11.2
5062026-06-05T17:03:25.562Z Compiling displaydoc v0.2.5
5072026-06-05T17:03:26.307Z Compiling thiserror-impl v1.0.69
5082026-06-05T17:03:26.324Z Compiling zerocopy-derive v0.7.35
5092026-06-05T17:03:26.342Z Compiling pest_derive v2.8.6
5102026-06-05T17:03:26.512Z Compiling scroll_derive v0.12.1
5112026-06-05T17:03:26.559Z Compiling zerofrom v0.1.6
5122026-06-05T17:03:26.738Z Compiling yoke v0.8.1
5132026-06-05T17:03:26.781Z Compiling thiserror-impl v2.0.18
5142026-06-05T17:03:26.886Z Compiling zerovec v0.11.5
5152026-06-05T17:03:27.174Z Compiling zerotrie v0.2.3
5162026-06-05T17:03:27.191Z Compiling zerocopy v0.7.35
5172026-06-05T17:03:27.395Z Compiling tinystr v0.8.2
5182026-06-05T17:03:27.476Z Compiling potential_utf v0.1.4
5192026-06-05T17:03:27.606Z Compiling icu_locale_core v2.1.1
5202026-06-05T17:03:27.646Z Compiling icu_collections v2.1.1
5212026-06-05T17:03:27.676Z Compiling dtrace-parser v0.2.0
5222026-06-05T17:03:27.738Z Compiling scroll v0.12.0
5232026-06-05T17:03:28.019Z Compiling goblin v0.8.2
5242026-06-05T17:03:28.041Z Compiling tabled_derive v0.7.0
5252026-06-05T17:03:28.148Z Compiling clap_derive v4.6.1
5262026-06-05T17:03:28.244Z Compiling icu_provider v2.1.1
5272026-06-05T17:03:28.426Z Compiling memmap v0.7.0
5282026-06-05T17:03:28.497Z Compiling serde_spanned v0.6.9
5292026-06-05T17:03:28.548Z Compiling toml_datetime v0.6.11
5302026-06-05T17:03:28.570Z Compiling icu_normalizer v2.1.1
5312026-06-05T17:03:28.608Z Compiling icu_properties v2.1.2
5322026-06-05T17:03:28.624Z Compiling dof v0.3.0
5332026-06-05T17:03:28.644Z Compiling serde_tokenstream v0.2.3
5342026-06-05T17:03:28.816Z Compiling toml_edit v0.22.27
5352026-06-05T17:03:28.961Z Compiling serde-value v0.7.0
5362026-06-05T17:03:29.006Z Compiling cargo-platform v0.2.0
5372026-06-05T17:03:29.099Z Compiling unicode-linebreak v0.1.5
5382026-06-05T17:03:29.291Z Compiling smawk v0.3.2
5392026-06-05T17:03:29.330Z Compiling unicode-width v0.2.0
5402026-06-05T17:03:29.368Z Compiling tabled v0.15.0
5412026-06-05T17:03:29.436Z Compiling macaddr v1.0.1
5422026-06-05T17:03:29.565Z Compiling idna_adapter v1.2.1
5432026-06-05T17:03:29.608Z Compiling usdt-macro v0.5.0
5442026-06-05T17:03:29.660Z Compiling usdt-attr-macro v0.5.0
5452026-06-05T17:03:29.698Z Compiling idna v1.1.0
5462026-06-05T17:03:29.714Z Compiling textwrap v0.16.2
5472026-06-05T17:03:29.903Z Compiling clap v4.6.1
5482026-06-05T17:03:29.993Z Compiling url v2.5.8
5492026-06-05T17:03:30.201Z Compiling toml v0.8.23
5502026-06-05T17:03:30.377Z Compiling camino-tempfile v1.4.1
5512026-06-05T17:03:30.855Z Compiling cargo-util-schemas v0.8.2
5522026-06-05T17:03:30.887Z Compiling cargo_toml v0.21.0
5532026-06-05T17:03:30.907Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5542026-06-05T17:03:30.990Z Compiling swrite v0.1.0
5552026-06-05T17:03:31.093Z Compiling usdt v0.5.0
5562026-06-05T17:03:31.766Z Compiling cargo_metadata v0.21.0
5572026-06-05T17:03:32.691Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5582026-06-05T17:03:34.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.51s
5592026-06-05T17:03:34.975Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5602026-06-05T17:03:35.544Z Downloading crates ...
5612026-06-05T17:03:35.638Z Downloaded adler2 v2.0.1
5622026-06-05T17:03:35.644Z Downloaded array-init v0.0.4
5632026-06-05T17:03:35.649Z Downloaded atomic-waker v1.1.2
5642026-06-05T17:03:35.660Z Downloaded cstr-argument v0.1.2
5652026-06-05T17:03:35.665Z Downloaded crc8 v0.1.1
5662026-06-05T17:03:35.665Z Downloaded crossbeam-utils v0.8.21
5672026-06-05T17:03:35.665Z Downloaded ar_archive_writer v0.5.1
5682026-06-05T17:03:35.665Z Downloaded async-trait v0.1.89
5692026-06-05T17:03:35.668Z Downloaded der v0.7.10
5702026-06-05T17:03:35.672Z Downloaded crc-any v2.5.0
5712026-06-05T17:03:35.672Z Downloaded der_derive v0.7.3
5722026-06-05T17:03:35.675Z Downloaded crc-catalog v2.4.0
5732026-06-05T17:03:35.675Z Downloaded bytes v1.11.1
5742026-06-05T17:03:35.679Z Downloaded anstyle-parse v0.2.7
5752026-06-05T17:03:35.679Z Downloaded defmt-parser v1.0.0
5762026-06-05T17:03:35.679Z Downloaded derive_builder_core v0.20.2
5772026-06-05T17:03:35.682Z Downloaded async-recursion v1.1.1
5782026-06-05T17:03:35.682Z Downloaded compression-core v0.4.31
5792026-06-05T17:03:35.685Z Downloaded aead v0.5.2
5802026-06-05T17:03:35.686Z Downloaded bit-set v0.8.0
5812026-06-05T17:03:35.686Z Downloaded atty v0.2.14
5822026-06-05T17:03:35.690Z Downloaded atomicwrites v0.4.4
5832026-06-05T17:03:35.690Z Downloaded defmt v0.3.100
5842026-06-05T17:03:35.690Z Downloaded ctr v0.9.2
5852026-06-05T17:03:35.690Z Downloaded data-encoding v2.10.0
5862026-06-05T17:03:35.693Z Downloaded cfg_aliases v0.1.1
5872026-06-05T17:03:35.693Z Downloaded darling_macro v0.20.11
5882026-06-05T17:03:35.693Z Downloaded crossbeam-epoch v0.9.18
5892026-06-05T17:03:35.695Z Downloaded derive-where v1.6.0
5902026-06-05T17:03:35.698Z Downloaded bitfield v0.19.4
5912026-06-05T17:03:35.698Z Downloaded backoff v0.4.0
5922026-06-05T17:03:35.749Z Downloaded darling_core v0.13.4
5932026-06-05T17:03:35.749Z Downloaded daft-derive v0.1.7
5942026-06-05T17:03:35.749Z Downloaded diesel_table_macro_syntax v0.3.0
5952026-06-05T17:03:35.749Z Downloaded async-stream-impl v0.3.6
5962026-06-05T17:03:35.750Z Downloaded curve25519-dalek-derive v0.1.1
5972026-06-05T17:03:35.750Z Downloaded arc-swap v1.8.2
5982026-06-05T17:03:35.750Z Downloaded bitfield-macros v0.19.4
5992026-06-05T17:03:35.750Z Downloaded bcrypt-pbkdf v0.10.0
6002026-06-05T17:03:35.750Z Downloaded crucible-workspace-hack v0.1.0
6012026-06-05T17:03:35.750Z Downloaded assert_matches v1.5.0
6022026-06-05T17:03:35.750Z Downloaded cargo-platform v0.3.2
6032026-06-05T17:03:35.750Z Downloaded ascii-canvas v3.0.0
6042026-06-05T17:03:35.750Z Downloaded cfg_aliases v0.2.1
6052026-06-05T17:03:35.750Z Downloaded embedded-io v0.4.0
6062026-06-05T17:03:35.750Z Downloaded document-features v0.2.12
6072026-06-05T17:03:35.750Z Downloaded dropshot-api-manager-types v0.7.2
6082026-06-05T17:03:35.750Z Downloaded block-padding v0.3.3
6092026-06-05T17:03:35.750Z Downloaded difflib v0.4.0
6102026-06-05T17:03:35.750Z Downloaded env_filter v1.0.0
6112026-06-05T17:03:35.750Z Downloaded bit-vec v0.8.0
6122026-06-05T17:03:35.750Z Downloaded arrayref v0.3.9
6132026-06-05T17:03:35.750Z Downloaded anstream v0.6.21
6142026-06-05T17:03:35.750Z Downloaded dyn-clone v1.0.20
6152026-06-05T17:03:35.750Z Downloaded bb8 v0.8.6
6162026-06-05T17:03:35.750Z Downloaded ecdsa v0.16.9
6172026-06-05T17:03:35.750Z Downloaded diesel-dtrace v0.5.0
6182026-06-05T17:03:35.750Z Downloaded darling_core v0.21.3
6192026-06-05T17:03:35.750Z Downloaded async-stream v0.3.6
6202026-06-05T17:03:35.750Z Downloaded darling_core v0.20.11
6212026-06-05T17:03:35.750Z Downloaded foreign-types v0.5.0
6222026-06-05T17:03:35.750Z Downloaded bit-set v0.5.3
6232026-06-05T17:03:35.750Z Downloaded float-ord v0.3.2
6242026-06-05T17:03:35.750Z Downloaded crc v3.4.0
6252026-06-05T17:03:35.756Z Downloaded darling_macro v0.13.4
6262026-06-05T17:03:35.756Z Downloaded cpufeatures v0.3.0
6272026-06-05T17:03:35.756Z Downloaded convert_case v0.4.0
6282026-06-05T17:03:35.756Z Downloaded ciborium-io v0.2.2
6292026-06-05T17:03:35.756Z Downloaded flagset v0.4.7
6302026-06-05T17:03:35.756Z Downloaded castaway v0.2.4
6312026-06-05T17:03:35.756Z Downloaded dtrace-parser v0.3.0
6322026-06-05T17:03:35.756Z Downloaded foreign-types-macros v0.2.3
6332026-06-05T17:03:35.756Z Downloaded debug-ignore v1.0.5
6342026-06-05T17:03:35.759Z Downloaded constant_time_eq v0.4.2
6352026-06-05T17:03:35.759Z Downloaded dirs-next v2.0.0
6362026-06-05T17:03:35.759Z Downloaded chacha20 v0.9.1
6372026-06-05T17:03:35.762Z Downloaded argon2 v0.5.3
6382026-06-05T17:03:35.762Z Downloaded float-cmp v0.10.0
6392026-06-05T17:03:35.762Z Downloaded endian-type v0.1.2
6402026-06-05T17:03:35.762Z Downloaded cbc v0.1.2
6412026-06-05T17:03:35.765Z Downloaded darling_macro v0.23.0
6422026-06-05T17:03:35.765Z Downloaded darling_macro v0.21.3
6432026-06-05T17:03:35.765Z Downloaded enum-as-inner v0.6.1
6442026-06-05T17:03:35.767Z Downloaded embedded-io v0.6.1
6452026-06-05T17:03:35.768Z Downloaded dof v0.4.0
6462026-06-05T17:03:35.768Z Downloaded dirs-sys-next v0.1.2
6472026-06-05T17:03:35.768Z Downloaded derive_builder_macro v0.20.2
6482026-06-05T17:03:35.772Z Downloaded ciborium-ll v0.2.2
6492026-06-05T17:03:35.772Z Downloaded futures-sink v0.3.32
6502026-06-05T17:03:35.772Z Downloaded futures-macro v0.3.32
6512026-06-05T17:03:35.772Z Downloaded futures-io v0.3.32
6522026-06-05T17:03:35.772Z Downloaded fixedbitset v0.4.2
6532026-06-05T17:03:35.776Z Downloaded dsl_auto_type v0.2.0
6542026-06-05T17:03:35.776Z Downloaded gethostname v0.5.0
6552026-06-05T17:03:35.776Z Downloaded crossbeam-deque v0.8.6
6562026-06-05T17:03:35.778Z Downloaded base16ct v0.2.0
6572026-06-05T17:03:35.778Z Downloaded foreign-types-shared v0.1.1
6582026-06-05T17:03:35.778Z Downloaded bitflags v1.3.2
6592026-06-05T17:03:35.778Z Downloaded futures-core v0.3.32
6602026-06-05T17:03:35.781Z Downloaded foreign-types-shared v0.3.1
6612026-06-05T17:03:35.781Z Downloaded filetime v0.2.27
6622026-06-05T17:03:35.781Z Downloaded darling v0.13.4
6632026-06-05T17:03:35.784Z Downloaded fixedbitset v0.5.7
6642026-06-05T17:03:35.785Z Downloaded derive-ex v0.1.8
6652026-06-05T17:03:35.791Z Downloaded corncobs v0.1.4
6662026-06-05T17:03:35.791Z Downloaded cassowary v0.3.0
6672026-06-05T17:03:35.791Z Downloaded crunchy v0.2.4
6682026-06-05T17:03:35.791Z Downloaded buf-list v1.1.2
6692026-06-05T17:03:35.794Z Downloaded fd-lock v4.0.4
6702026-06-05T17:03:35.794Z Downloaded bitfield-struct v0.6.2
6712026-06-05T17:03:35.794Z Downloaded bcs v0.1.6
6722026-06-05T17:03:35.794Z Downloaded blowfish v0.9.1
6732026-06-05T17:03:35.797Z Downloaded fxhash v0.2.1
6742026-06-05T17:03:35.797Z Downloaded funty v2.0.0
6752026-06-05T17:03:35.797Z Downloaded fallible-iterator v0.2.0
6762026-06-05T17:03:35.797Z Downloaded git-stub v1.0.0
6772026-06-05T17:03:35.800Z Downloaded derive_builder v0.20.2
6782026-06-05T17:03:35.803Z Downloaded futures-task v0.3.32
6792026-06-05T17:03:35.803Z Downloaded ghash v0.5.1
6802026-06-05T17:03:35.803Z Downloaded hash32 v0.3.1
6812026-06-05T17:03:35.809Z Downloaded globwalk v0.9.1
6822026-06-05T17:03:35.809Z Downloaded hash32 v0.2.1
6832026-06-05T17:03:35.809Z Downloaded elliptic-curve v0.13.8
6842026-06-05T17:03:35.812Z Downloaded either v1.15.0
6852026-06-05T17:03:35.812Z Downloaded display-error-chain v0.2.2
6862026-06-05T17:03:35.812Z Downloaded downcast-rs v2.0.2
6872026-06-05T17:03:35.812Z Downloaded daft v0.1.7
6882026-06-05T17:03:35.818Z Downloaded ena v0.14.4
6892026-06-05T17:03:35.818Z Downloaded erased-serde v0.3.31
6902026-06-05T17:03:35.818Z Downloaded dunce v1.0.5
6912026-06-05T17:03:35.822Z Downloaded fs_extra v1.3.0
6922026-06-05T17:03:35.822Z Downloaded foreign-types v0.3.2
6932026-06-05T17:03:35.822Z Downloaded ed25519 v2.2.3
6942026-06-05T17:03:35.822Z Downloaded futures-executor v0.3.32
6952026-06-05T17:03:35.822Z Downloaded compression-codecs v0.4.37
6962026-06-05T17:03:35.828Z Downloaded hostname v0.4.2
6972026-06-05T17:03:35.828Z Downloaded convert_case v0.10.0
6982026-06-05T17:03:35.828Z Downloaded hex-literal v0.4.1
6992026-06-05T17:03:35.834Z Downloaded hex v0.4.3
7002026-06-05T17:03:35.834Z Downloaded console v0.16.2
7012026-06-05T17:03:35.834Z Downloaded backon v1.6.0
7022026-06-05T17:03:35.834Z Downloaded hubpack_derive v0.1.1
7032026-06-05T17:03:35.834Z Downloaded headers-core v0.3.0
7042026-06-05T17:03:35.837Z Downloaded defmt-macros v1.0.1
7052026-06-05T17:03:35.837Z Downloaded darling v0.20.11
7062026-06-05T17:03:35.837Z Downloaded ciborium v0.2.2
7072026-06-05T17:03:35.842Z Downloaded find-msvc-tools v0.1.9
7082026-06-05T17:03:35.843Z Downloaded camino-tempfile-ext v0.3.3
7092026-06-05T17:03:35.843Z Downloaded deranged v0.5.8
7102026-06-05T17:03:35.846Z Downloaded critical-section v1.2.0
7112026-06-05T17:03:35.846Z Downloaded cargo_metadata v0.23.1
7122026-06-05T17:03:35.846Z Downloaded csv-core v0.1.13
7132026-06-05T17:03:35.846Z Downloaded hostname v0.3.1
7142026-06-05T17:03:35.846Z Downloaded env_logger v0.11.9
7152026-06-05T17:03:35.850Z Downloaded httpdate v1.0.3
7162026-06-05T17:03:35.850Z Downloaded des v0.8.1
7172026-06-05T17:03:35.850Z Downloaded home v0.5.12
7182026-06-05T17:03:35.855Z Downloaded cipher v0.4.4
7192026-06-05T17:03:35.855Z Downloaded cmake v0.1.57
7202026-06-05T17:03:35.855Z Downloaded illumos-nvpair v0.3.0
7212026-06-05T17:03:35.862Z Downloaded ident_case v1.0.1
7222026-06-05T17:03:35.865Z Downloaded globset v0.4.18
7232026-06-05T17:03:35.865Z Downloaded defmt v1.0.1
7242026-06-05T17:03:35.865Z Downloaded hubpack v0.1.2
7252026-06-05T17:03:35.865Z Downloaded base64ct v1.8.3
7262026-06-05T17:03:35.866Z Downloaded instant v0.1.13
7272026-06-05T17:03:35.866Z Downloaded indoc v1.0.9
7282026-06-05T17:03:35.866Z Downloaded internet-checksum v0.2.1
7292026-06-05T17:03:35.866Z Downloaded instability v0.3.11
7302026-06-05T17:03:35.866Z Downloaded is_ci v1.2.0
7312026-06-05T17:03:35.866Z Downloaded is-terminal v0.4.17
7322026-06-05T17:03:35.869Z Downloaded glob v0.3.3
7332026-06-05T17:03:35.869Z Downloaded illumos-nvpair-sys v0.2.0
7342026-06-05T17:03:35.869Z Downloaded ahash v0.8.12
7352026-06-05T17:03:35.872Z Downloaded fs-err v2.11.0
7362026-06-05T17:03:35.872Z Downloaded foldhash v0.2.0
7372026-06-05T17:03:35.872Z Downloaded inout v0.1.4
7382026-06-05T17:03:35.875Z Downloaded cookie v0.18.1
7392026-06-05T17:03:35.875Z Downloaded ff v0.13.1
7402026-06-05T17:03:35.881Z Downloaded diff v0.1.13
7412026-06-05T17:03:35.881Z Downloaded darling v0.23.0
7422026-06-05T17:03:35.888Z Downloaded http-body-util v0.1.3
7432026-06-05T17:03:35.888Z Downloaded getrandom v0.2.17
7442026-06-05T17:03:35.888Z Downloaded colored v2.2.0
7452026-06-05T17:03:35.893Z Downloaded kstat-rs v0.2.4
7462026-06-05T17:03:35.893Z Downloaded libscf-sys v1.1.0
7472026-06-05T17:03:35.893Z Downloaded bzip2 v0.6.1
7482026-06-05T17:03:35.893Z Downloaded lru v0.12.5
7492026-06-05T17:03:35.893Z Downloaded linked-hash-map v0.5.6
7502026-06-05T17:03:35.896Z Downloaded futures-channel v0.3.32
7512026-06-05T17:03:35.896Z Downloaded lalrpop-util v0.19.12
7522026-06-05T17:03:35.896Z Downloaded crc32fast v1.5.0
7532026-06-05T17:03:35.896Z Downloaded derive_more-impl v2.1.1
7542026-06-05T17:03:35.899Z Downloaded lazy_static v1.5.0
7552026-06-05T17:03:35.902Z Downloaded keccak v0.1.6
7562026-06-05T17:03:35.902Z Downloaded managed v0.8.0
7572026-06-05T17:03:35.902Z Downloaded humantime v2.3.0
7582026-06-05T17:03:35.905Z Downloaded drift v0.2.0
7592026-06-05T17:03:35.910Z Downloaded mime v0.3.17
7602026-06-05T17:03:35.913Z Downloaded memoffset v0.9.1
7612026-06-05T17:03:35.913Z Downloaded md5 v0.7.0
7622026-06-05T17:03:35.913Z Downloaded md-5 v0.10.6
7632026-06-05T17:03:35.916Z Downloaded impl-trait-for-tuples v0.2.3
7642026-06-05T17:03:35.917Z Downloaded ipnetwork v0.21.1
7652026-06-05T17:03:35.921Z Downloaded ipnet v2.11.0
7662026-06-05T17:03:35.921Z Downloaded group v0.13.0
7672026-06-05T17:03:35.921Z Downloaded match_cfg v0.1.0
7682026-06-05T17:03:35.921Z Downloaded maybe-uninit v2.0.0
7692026-06-05T17:03:35.924Z Downloaded maplit v1.0.2
7702026-06-05T17:03:35.924Z Downloaded lzss v0.8.2
7712026-06-05T17:03:35.924Z Downloaded nibble_vec v0.1.0
7722026-06-05T17:03:35.924Z Downloaded chacha20 v0.10.0
7732026-06-05T17:03:35.927Z Downloaded new_debug_unreachable v1.0.6
7742026-06-05T17:03:35.927Z Downloaded ingot v0.1.1
7752026-06-05T17:03:35.927Z Downloaded blake2 v0.10.6
7762026-06-05T17:03:35.930Z Downloaded num v0.4.3
7772026-06-05T17:03:35.930Z Downloaded fatfs v0.3.6
7782026-06-05T17:03:35.935Z Downloaded darling v0.21.3
7792026-06-05T17:03:35.942Z Downloaded git-stub-vcs v0.1.0
7802026-06-05T17:03:35.942Z Downloaded derive_more v0.99.20
7812026-06-05T17:03:35.947Z Downloaded allocator-api2 v0.2.21
7822026-06-05T17:03:35.947Z Downloaded newtype_derive v0.1.6
7832026-06-05T17:03:35.947Z Downloaded newtype-uuid-macros v0.1.0
7842026-06-05T17:03:35.947Z Downloaded libloading v0.8.9
7852026-06-05T17:03:35.947Z Downloaded ingot-types v0.1.2
7862026-06-05T17:03:35.947Z Downloaded indoc v2.0.7
7872026-06-05T17:03:35.950Z Downloaded half v1.8.3
7882026-06-05T17:03:35.950Z Downloaded dropshot_endpoint v0.17.0
7892026-06-05T17:03:35.953Z Downloaded normalize-line-endings v0.3.0
7902026-06-05T17:03:35.953Z Downloaded nonempty v0.12.0
7912026-06-05T17:03:35.957Z Downloaded nodrop v0.1.14
7922026-06-05T17:03:35.957Z Downloaded base64 v0.22.1
7932026-06-05T17:03:35.960Z Downloaded num-iter v0.1.45
7942026-06-05T17:03:35.961Z Downloaded num-derive v0.4.2
7952026-06-05T17:03:35.961Z Downloaded num-derive v0.3.3
7962026-06-05T17:03:35.986Z Downloaded opaque-debug v0.3.1
7972026-06-05T17:03:35.986Z Downloaded lru-cache v0.1.2
7982026-06-05T17:03:35.986Z Downloaded num_enum_derive v0.5.11
7992026-06-05T17:03:35.986Z Downloaded olpc-cjson v0.1.4
8002026-06-05T17:03:35.986Z Downloaded libefi-sys v0.1.0
8012026-06-05T17:03:35.991Z Downloaded jobserver v0.1.34
8022026-06-05T17:03:35.991Z Downloaded num_threads v0.1.7
8032026-06-05T17:03:35.991Z Downloaded newline-converter v0.3.0
8042026-06-05T17:03:35.991Z Downloaded multimap v0.10.1
8052026-06-05T17:03:35.991Z Downloaded libsw-core v0.3.2
8062026-06-05T17:03:35.991Z Downloaded lock_api v0.4.14
8072026-06-05T17:03:35.991Z Downloaded ingot-macros v0.1.1
8082026-06-05T17:03:35.991Z Downloaded libsw v3.5.0
8092026-06-05T17:03:35.991Z Downloaded mime_guess v2.0.5
8102026-06-05T17:03:35.991Z Downloaded lru-slab v0.1.2
8112026-06-05T17:03:35.991Z Downloaded nanorand v0.7.0
8122026-06-05T17:03:35.991Z Downloaded multer v3.1.0
8132026-06-05T17:03:35.991Z Downloaded native-tls v0.2.18
8142026-06-05T17:03:35.991Z Downloaded indent_write v2.2.0
8152026-06-05T17:03:35.992Z Downloaded hyper-staticfile v0.10.1
8162026-06-05T17:03:35.992Z Downloaded foldhash v0.1.5
8172026-06-05T17:03:35.992Z Downloaded highway v1.3.0
8182026-06-05T17:03:35.992Z Downloaded oso-derive v0.27.3
8192026-06-05T17:03:35.992Z Downloaded openssl-probe v0.2.1
8202026-06-05T17:03:35.992Z Downloaded openssl-probe v0.1.6
8212026-06-05T17:03:35.992Z Downloaded parse-size v1.1.0
8222026-06-05T17:03:35.992Z Downloaded parse-display v0.10.0
8232026-06-05T17:03:35.992Z Downloaded openssl-macros v0.1.1
8242026-06-05T17:03:35.992Z Downloaded cookie_store v0.22.1
8252026-06-05T17:03:35.997Z Downloaded clang-sys v1.8.1
8262026-06-05T17:03:35.997Z Downloaded chacha20poly1305 v0.10.1
8272026-06-05T17:03:35.997Z Downloaded newtype-uuid v1.3.2
8282026-06-05T17:03:35.997Z Downloaded base64 v0.21.7
8292026-06-05T17:03:36.002Z Downloaded futures v0.3.32
8302026-06-05T17:03:36.011Z Downloaded packed_struct_codegen v0.10.1
8312026-06-05T17:03:36.011Z Downloaded iana-time-zone v0.1.65
8322026-06-05T17:03:36.011Z Downloaded hmac v0.12.1
8332026-06-05T17:03:36.011Z Downloaded getrandom v0.3.4
8342026-06-05T17:03:36.016Z Downloaded path-slash v0.1.5
8352026-06-05T17:03:36.016Z Downloaded bumpalo v3.20.2
8362026-06-05T17:03:36.016Z Downloaded peg-runtime v0.8.5
8372026-06-05T17:03:36.017Z Downloaded linear-map v1.2.0
8382026-06-05T17:03:36.017Z Downloaded darling_core v0.23.0
8392026-06-05T17:03:36.017Z Downloaded pbkdf2 v0.11.0
8402026-06-05T17:03:36.026Z Downloaded half v2.7.1
8412026-06-05T17:03:36.026Z Downloaded crypto-bigint v0.5.5
8422026-06-05T17:03:36.054Z Downloaded phf_shared v0.11.3
8432026-06-05T17:03:36.054Z Downloaded num-integer v0.1.46
8442026-06-05T17:03:36.056Z Downloaded num-complex v0.4.6
8452026-06-05T17:03:36.056Z Downloaded pin-utils v0.1.0
8462026-06-05T17:03:36.056Z Downloaded flate2 v1.1.9
8472026-06-05T17:03:36.057Z Downloaded num_enum v0.5.11
8482026-06-05T17:03:36.057Z Downloaded num-rational v0.4.2
8492026-06-05T17:03:36.057Z Downloaded num-conv v0.2.0
8502026-06-05T17:03:36.057Z Downloaded phf_shared v0.12.1
8512026-06-05T17:03:36.057Z Downloaded predicates-core v1.0.10
8522026-06-05T17:03:36.057Z Downloaded precomputed-hash v0.1.1
8532026-06-05T17:03:36.057Z Downloaded litrs v1.0.0
8542026-06-05T17:03:36.089Z Downloaded proc-macro-crate v1.3.1
8552026-06-05T17:03:36.089Z Downloaded predicates-tree v1.0.13
8562026-06-05T17:03:36.089Z Downloaded powerfmt v0.2.0
8572026-06-05T17:03:36.089Z Downloaded oxnet v0.1.5
8582026-06-05T17:03:36.089Z Downloaded owo-colors v4.3.0
8592026-06-05T17:03:36.089Z Downloaded indexmap v1.9.3
8602026-06-05T17:03:36.089Z Downloaded progenitor-client v0.11.2
8612026-06-05T17:03:36.089Z Downloaded parse-display-derive v0.10.0
8622026-06-05T17:03:36.090Z Downloaded proc-macro-error-attr2 v2.0.0
8632026-06-05T17:03:36.090Z Downloaded proc-macro-crate v3.4.0
8642026-06-05T17:03:36.090Z Downloaded httparse v1.10.1
8652026-06-05T17:03:36.090Z Downloaded async-compression v0.4.41
8662026-06-05T17:03:36.090Z Downloaded memmap2 v0.9.10
8672026-06-05T17:03:36.090Z Downloaded packed_struct v0.10.1
8682026-06-05T17:03:36.090Z Downloaded ignore v0.4.25
8692026-06-05T17:03:36.090Z Downloaded heapless v0.8.0
8702026-06-05T17:03:36.090Z Downloaded progenitor-client v0.14.0
8712026-06-05T17:03:36.090Z Downloaded progenitor-client v0.10.0
8722026-06-05T17:03:36.090Z Downloaded const_format v0.2.35
8732026-06-05T17:03:36.142Z Downloaded pbkdf2 v0.12.2
8742026-06-05T17:03:36.142Z Downloaded progenitor-macro v0.11.2
8752026-06-05T17:03:36.142Z Downloaded quick-error v1.2.3
8762026-06-05T17:03:36.142Z Downloaded progenitor-macro v0.13.0
8772026-06-05T17:03:36.142Z Downloaded pem v3.0.6
8782026-06-05T17:03:36.142Z Downloaded peg v0.8.5
8792026-06-05T17:03:36.142Z Downloaded nu-ansi-term v0.50.3
8802026-06-05T17:03:36.142Z Downloaded psl-types v2.0.11
8812026-06-05T17:03:36.142Z Downloaded libbz2-rs-sys v0.2.2
8822026-06-05T17:03:36.142Z Downloaded crossbeam-channel v0.5.15
8832026-06-05T17:03:36.142Z Downloaded progenitor-macro v0.14.0
8842026-06-05T17:03:36.143Z Downloaded pin-project-lite v0.2.17
8852026-06-05T17:03:36.143Z Downloaded postgres-protocol v0.6.10
8862026-06-05T17:03:36.143Z Downloaded pkg-config v0.3.32
8872026-06-05T17:03:36.143Z Downloaded phf v0.13.1
8882026-06-05T17:03:36.143Z Downloaded peg-macros v0.8.5
8892026-06-05T17:03:36.143Z Downloaded num_enum_derive v0.7.6
8902026-06-05T17:03:36.143Z Downloaded phf v0.12.1
8912026-06-05T17:03:36.143Z Downloaded rand_chacha v0.3.1
8922026-06-05T17:03:36.143Z Downloaded radium v0.7.0
8932026-06-05T17:03:36.143Z Downloaded pkcs8 v0.10.2
8942026-06-05T17:03:36.143Z Downloaded pin-project-internal v1.1.11
8952026-06-05T17:03:36.143Z Downloaded recursive-proc-macro-impl v0.1.1
8962026-06-05T17:03:36.143Z Downloaded recursive v0.1.1
8972026-06-05T17:03:36.143Z Downloaded ppv-lite86 v0.2.21
8982026-06-05T17:03:36.143Z Downloaded rand_xorshift v0.4.0
8992026-06-05T17:03:36.143Z Downloaded polyval v0.6.2
9002026-06-05T17:03:36.143Z Downloaded omicron-zone-package v0.12.2
9012026-06-05T17:03:36.144Z Downloaded pem-rfc7468 v0.7.0
9022026-06-05T17:03:36.144Z Downloaded password-hash v0.4.2
9032026-06-05T17:03:36.144Z Downloaded parking_lot v0.11.2
9042026-06-05T17:03:36.173Z Downloaded oxide-tokio-rt v0.1.4
9052026-06-05T17:03:36.174Z Downloaded heapless v0.7.17
9062026-06-05T17:03:36.174Z Downloaded parking_lot_core v0.9.12
9072026-06-05T17:03:36.174Z Downloaded headers v0.4.1
9082026-06-05T17:03:36.174Z Downloaded parking_lot v0.12.5
9092026-06-05T17:03:36.174Z Downloaded predicates v3.1.4
9102026-06-05T17:03:36.174Z Downloaded progenitor v0.14.0
9112026-06-05T17:03:36.174Z Downloaded progenitor v0.11.2
9122026-06-05T17:03:36.174Z Downloaded ref-cast-impl v1.0.25
9132026-06-05T17:03:36.174Z Downloaded ref-cast v1.0.25
9142026-06-05T17:03:36.174Z Downloaded primeorder v0.13.6
9152026-06-05T17:03:36.174Z Downloaded proc-macro-error2 v2.0.1
9162026-06-05T17:03:36.174Z Downloaded cc v1.2.56
9172026-06-05T17:03:36.174Z Downloaded parking_lot_core v0.8.6
9182026-06-05T17:03:36.174Z Downloaded progenitor-extras v0.2.0
9192026-06-05T17:03:36.175Z Downloaded progenitor-client v0.13.0
9202026-06-05T17:03:36.175Z Downloaded expectorate v1.2.0
9212026-06-05T17:03:36.175Z Downloaded ed25519-dalek v2.2.0
9222026-06-05T17:03:36.176Z Downloaded paste v1.0.15
9232026-06-05T17:03:36.176Z Downloaded rfc6979 v0.4.0
9242026-06-05T17:03:36.176Z Downloaded password-hash v0.5.0
9252026-06-05T17:03:36.176Z Downloaded derive_more v2.1.1
9262026-06-05T17:03:36.176Z Downloaded rtoolbox v0.0.3
9272026-06-05T17:03:36.176Z Downloaded psm v0.1.30
9282026-06-05T17:03:36.289Z Downloaded hyper-rustls v0.27.7
9292026-06-05T17:03:36.289Z Downloaded phf_shared v0.13.1
9302026-06-05T17:03:36.289Z Downloaded flume v0.11.1
9312026-06-05T17:03:36.289Z Downloaded postcard v1.1.3
9322026-06-05T17:03:36.289Z Downloaded rustc_version v0.4.1
9332026-06-05T17:03:36.289Z Downloaded r2d2 v0.8.10
9342026-06-05T17:03:36.289Z Downloaded pkcs5 v0.7.1
9352026-06-05T17:03:36.289Z Downloaded num_enum v0.7.6
9362026-06-05T17:03:36.289Z Downloaded rustc_version v0.1.7
9372026-06-05T17:03:36.289Z Downloaded rustc-hash v2.1.1
9382026-06-05T17:03:36.289Z Downloaded russh-cryptovec v0.7.3
9392026-06-05T17:03:36.289Z Downloaded rand_core v0.6.4
9402026-06-05T17:03:36.289Z Downloaded poly1305 v0.8.0
9412026-06-05T17:03:36.289Z Downloaded rand_chacha v0.9.0
9422026-06-05T17:03:36.289Z Downloaded rand_seeder v0.4.0
9432026-06-05T17:03:36.289Z Downloaded rand_core v0.10.0
9442026-06-05T17:03:36.290Z Downloaded miniz_oxide v0.8.9
9452026-06-05T17:03:36.290Z Downloaded rand_core v0.9.5
9462026-06-05T17:03:36.290Z Downloaded hickory-resolver v0.24.4
9472026-06-05T17:03:36.290Z Downloaded p256 v0.13.2
9482026-06-05T17:03:36.290Z Downloaded pkcs1 v0.7.5
9492026-06-05T17:03:36.290Z Downloaded compact_str v0.8.1
9502026-06-05T17:03:36.290Z Downloaded oso v0.27.3
9512026-06-05T17:03:36.290Z Downloaded const_format_proc_macros v0.2.34
9522026-06-05T17:03:36.290Z Downloaded salsa20 v0.10.2
9532026-06-05T17:03:36.290Z Downloaded colored v3.1.1
9542026-06-05T17:03:36.290Z Downloaded cancel-safe-futures v0.1.5
9552026-06-05T17:03:36.290Z Downloaded scheduled-thread-pool v0.2.7
9562026-06-05T17:03:36.290Z Downloaded async-bb8-diesel v0.2.1
9572026-06-05T17:03:36.290Z Downloaded sapling-renderdag v0.1.0
9582026-06-05T17:03:36.290Z Downloaded same-file v1.0.6
9592026-06-05T17:03:36.291Z Downloaded scroll_derive v0.13.1
9602026-06-05T17:03:36.291Z Downloaded bzip2 v0.4.4
9612026-06-05T17:03:36.291Z Downloaded const-oid v0.9.6
9622026-06-05T17:03:36.291Z Downloaded arrayvec v0.7.6
9632026-06-05T17:03:36.291Z Downloaded progenitor v0.13.0
9642026-06-05T17:03:36.291Z Downloaded console v0.15.11
9652026-06-05T17:03:36.291Z Downloaded hyper-tls v0.6.0
9662026-06-05T17:03:36.291Z Downloaded jiff-static v0.2.21
9672026-06-05T17:03:36.291Z Downloaded http-range v0.1.5
9682026-06-05T17:03:36.291Z Downloaded http-body v1.0.1
9692026-06-05T17:03:36.291Z Downloaded cobs v0.3.0
9702026-06-05T17:03:36.291Z Downloaded serde_spanned v1.0.4
9712026-06-05T17:03:36.291Z Downloaded cexpr v0.6.0
9722026-06-05T17:03:36.291Z Downloaded byte-wrapper v0.1.0
9732026-06-05T17:03:36.291Z Downloaded bit-vec v0.6.3
9742026-06-05T17:03:36.317Z Downloaded secrecy v0.8.0
9752026-06-05T17:03:36.317Z Downloaded scrypt v0.11.0
9762026-06-05T17:03:36.317Z Downloaded resolv-conf v0.7.6
9772026-06-05T17:03:36.317Z Downloaded serde_plain v1.0.2
9782026-06-05T17:03:36.317Z Downloaded serde-big-array v0.5.1
9792026-06-05T17:03:36.317Z Downloaded serde_bytes v0.11.19
9802026-06-05T17:03:36.317Z Downloaded scopeguard v1.2.0
9812026-06-05T17:03:36.317Z Downloaded seq-macro v0.3.6
9822026-06-05T17:03:36.317Z Downloaded semver v0.1.20
9832026-06-05T17:03:36.317Z Downloaded secrecy v0.10.3
9842026-06-05T17:03:36.317Z Downloaded serde_repr v0.1.20
9852026-06-05T17:03:36.317Z Downloaded quinn-udp v0.5.14
9862026-06-05T17:03:36.317Z Downloaded serde_urlencoded v0.7.1
9872026-06-05T17:03:36.317Z Downloaded pin-project v1.1.11
9882026-06-05T17:03:36.317Z Downloaded sigpipe v0.1.3
9892026-06-05T17:03:36.317Z Downloaded sha1 v0.10.6
9902026-06-05T17:03:36.317Z Downloaded rustls-native-certs v0.8.3
9912026-06-05T17:03:36.317Z Downloaded siphasher v1.0.2
9922026-06-05T17:03:36.317Z Downloaded indicatif v0.18.4
9932026-06-05T17:03:36.317Z Downloaded rustls-pemfile v1.0.4
9942026-06-05T17:03:36.318Z Downloaded papergrid v0.17.0
9952026-06-05T17:03:36.318Z Downloaded hashbrown v0.13.2
9962026-06-05T17:03:36.318Z Downloaded hickory-resolver v0.25.2
9972026-06-05T17:03:36.318Z Downloaded openssl-sys v0.9.115
9982026-06-05T17:03:36.318Z Downloaded signature v2.2.0
9992026-06-05T17:03:36.318Z Downloaded signal-hook-tokio v0.3.1
10002026-06-05T17:03:36.318Z Downloaded rustversion v1.0.22
10012026-06-05T17:03:36.318Z Downloaded slog-bunyan v2.5.0
10022026-06-05T17:03:36.318Z Downloaded prefix-trie v0.7.0
10032026-06-05T17:03:36.318Z Downloaded slog-envlogger v2.2.0
10042026-06-05T17:03:36.318Z Downloaded sec1 v0.7.3
10052026-06-05T17:03:36.318Z Downloaded rusty-fork v0.3.1
10062026-06-05T17:03:36.318Z Downloaded shell-words v1.1.1
10072026-06-05T17:03:36.318Z Downloaded scroll v0.13.0
10082026-06-05T17:03:36.318Z Downloaded postgres-types v0.2.12
10092026-06-05T17:03:36.318Z Downloaded http v1.4.0
10102026-06-05T17:03:36.318Z Downloaded schemars_derive v0.8.22
10112026-06-05T17:03:36.318Z Downloaded progenitor-impl v0.13.0
10122026-06-05T17:03:36.318Z Downloaded serde-hex v0.1.0
10132026-06-05T17:03:36.318Z Downloaded sct v0.7.1
10142026-06-05T17:03:36.318Z Downloaded crossterm v0.29.0
10152026-06-05T17:03:36.335Z Downloaded ssh-cipher v0.2.0
10162026-06-05T17:03:36.335Z Downloaded ssh-encoding v0.2.0
10172026-06-05T17:03:36.335Z Downloaded serde_derive_internals v0.29.1
10182026-06-05T17:03:36.335Z Downloaded hashbrown v0.12.3
10192026-06-05T17:03:36.335Z Downloaded serde_with_macros v1.5.2
10202026-06-05T17:03:36.335Z Downloaded serde_path_to_error v0.1.20
10212026-06-05T17:03:36.335Z Downloaded diesel_derives v2.3.7
10222026-06-05T17:03:36.351Z Downloaded signal-hook-mio v0.2.5
10232026-06-05T17:03:36.351Z Downloaded simd-adler32 v0.3.8
10242026-06-05T17:03:36.351Z Downloaded shlex v1.3.0
10252026-06-05T17:03:36.351Z Downloaded sqlparser_derive v0.5.0
10262026-06-05T17:03:36.351Z Downloaded strum v0.27.2
10272026-06-05T17:03:36.351Z Downloaded strsim v0.10.0
10282026-06-05T17:03:36.351Z Downloaded rustls-pemfile v2.2.0
10292026-06-05T17:03:36.351Z Downloaded minimal-lexical v0.2.1
10302026-06-05T17:03:36.352Z Downloaded signal-hook-registry v1.4.8
10312026-06-05T17:03:36.352Z Downloaded rustls-pki-types v1.14.0
10322026-06-05T17:03:36.352Z Downloaded pretty_assertions v1.4.1
10332026-06-05T17:03:36.352Z Downloaded hyper-util v0.1.20
10342026-06-05T17:03:36.363Z Downloaded strum v0.26.3
10352026-06-05T17:03:36.363Z Downloaded structmeta-derive v0.3.0
10362026-06-05T17:03:36.363Z Downloaded strip-ansi-escapes v0.2.1
10372026-06-05T17:03:36.363Z Downloaded slab v0.4.12
10382026-06-05T17:03:36.363Z Downloaded prettyplease v0.2.37
10392026-06-05T17:03:36.363Z Downloaded structmeta v0.3.0
10402026-06-05T17:03:36.363Z Downloaded slog-json v2.6.1
10412026-06-05T17:03:36.363Z Downloaded slog-async v2.8.0
10422026-06-05T17:03:36.363Z Downloaded aes v0.8.4
10432026-06-05T17:03:36.363Z Downloaded slog-dtrace v0.3.0
10442026-06-05T17:03:36.363Z Downloaded hickory-server v0.25.2
10452026-06-05T17:03:36.375Z Downloaded sync-ptr v0.1.4
10462026-06-05T17:03:36.375Z Downloaded supports-color v3.0.2
10472026-06-05T17:03:36.375Z Downloaded subtle v2.6.1
10482026-06-05T17:03:36.375Z Downloaded progenitor-impl v0.11.2
10492026-06-05T17:03:36.375Z Downloaded take_mut v0.2.2
10502026-06-05T17:03:36.375Z Downloaded sync_wrapper v1.0.2
10512026-06-05T17:03:36.375Z Downloaded smf v0.2.3
10522026-06-05T17:03:36.382Z Downloaded tabwriter v1.4.1
10532026-06-05T17:03:36.382Z Downloaded smallvec v0.6.14
10542026-06-05T17:03:36.382Z Downloaded aes-gcm v0.10.3
10552026-06-05T17:03:36.382Z Downloaded tap v1.0.1
10562026-06-05T17:03:36.382Z Downloaded slog-stdlog v4.1.1
10572026-06-05T17:03:36.382Z Downloaded slog-scope v4.4.1
10582026-06-05T17:03:36.382Z Downloaded serde_cbor v0.11.2
10592026-06-05T17:03:36.382Z Downloaded snafu-derive v0.8.9
10602026-06-05T17:03:36.406Z Downloaded tagptr v0.2.0
10612026-06-05T17:03:36.407Z Downloaded termtree v0.5.1
10622026-06-05T17:03:36.407Z Downloaded sqlformat v0.3.5
10632026-06-05T17:03:36.407Z Downloaded dropshot-api-manager v0.7.2
10642026-06-05T17:03:36.407Z Downloaded serde_with_macros v3.17.0
10652026-06-05T17:03:36.407Z Downloaded tabled_derive v0.11.0
10662026-06-05T17:03:36.407Z Downloaded spki v0.7.3
10672026-06-05T17:03:36.407Z Downloaded russh-keys v0.45.0
10682026-06-05T17:03:36.407Z Downloaded rustls-platform-verifier v0.6.2
10692026-06-05T17:03:36.407Z Downloaded itertools v0.10.5
10702026-06-05T17:03:36.437Z Downloaded testing_table v0.3.0
10712026-06-05T17:03:36.437Z Downloaded rcgen v0.12.1
10722026-06-05T17:03:36.437Z Downloaded stacker v0.1.23
10732026-06-05T17:03:36.437Z Downloaded rayon-core v1.13.0
10742026-06-05T17:03:36.437Z Downloaded strum_macros v0.24.3
10752026-06-05T17:03:36.437Z Downloaded strum_macros v0.27.2
10762026-06-05T17:03:36.471Z Downloaded ryu v1.0.23
10772026-06-05T17:03:36.471Z Downloaded tinyvec_macros v0.1.1
10782026-06-05T17:03:36.471Z Downloaded string_cache v0.8.9
10792026-06-05T17:03:36.471Z Downloaded stringprep v0.1.5
10802026-06-05T17:03:36.471Z Downloaded static_assertions v1.1.0
10812026-06-05T17:03:36.471Z Downloaded tokio-macros v2.7.0
10822026-06-05T17:03:36.471Z Downloaded schemars v0.8.22
10832026-06-05T17:03:36.472Z Downloaded progenitor-impl v0.14.0
10842026-06-05T17:03:36.472Z Downloaded mio v1.2.0
10852026-06-05T17:03:36.472Z Downloaded hashbrown v0.16.1
10862026-06-05T17:03:36.472Z Downloaded hashbrown v0.15.5
10872026-06-05T17:03:36.472Z Downloaded nom v7.1.3
10882026-06-05T17:03:36.472Z Downloaded support-bundle-viewer v0.1.2
10892026-06-05T17:03:36.472Z Downloaded spin v0.9.8
10902026-06-05T17:03:36.472Z Downloaded slog-term v2.9.2
10912026-06-05T17:03:36.472Z Downloaded strum_macros v0.26.4
10922026-06-05T17:03:36.472Z Downloaded publicsuffix v2.3.0
10932026-06-05T17:03:36.489Z Downloaded num-bigint v0.4.6
10942026-06-05T17:03:36.489Z Downloaded rand v0.8.6
10952026-06-05T17:03:36.489Z Downloaded quinn v0.11.9
10962026-06-05T17:03:36.489Z Downloaded crossterm v0.28.1
10972026-06-05T17:03:36.489Z Downloaded thiserror-impl-no-std v2.0.2
10982026-06-05T17:03:36.489Z Downloaded topological-sort v0.2.2
10992026-06-05T17:03:36.489Z Downloaded libxml v0.3.3
11002026-06-05T17:03:36.489Z Downloaded thread_local v1.1.9
11012026-06-05T17:03:36.489Z Downloaded tower-service v0.3.3
11022026-06-05T17:03:36.489Z Downloaded tower-layer v0.3.3
11032026-06-05T17:03:36.489Z Downloaded signal-hook v0.3.18
11042026-06-05T17:03:36.489Z Downloaded thread-id v5.1.0
11052026-06-05T17:03:36.489Z Downloaded thiserror-no-std v2.0.2
11062026-06-05T17:03:36.504Z Downloaded try-lock v0.2.5
11072026-06-05T17:03:36.504Z Downloaded trait-variant v0.1.2
11082026-06-05T17:03:36.504Z Downloaded tiny-keccak v2.0.2
11092026-06-05T17:03:36.504Z Downloaded time-macros v0.2.27
11102026-06-05T17:03:36.504Z Downloaded time-core v0.1.8
11112026-06-05T17:03:36.504Z Downloaded tls_codec v0.4.2
11122026-06-05T17:03:36.504Z Downloaded similar v2.7.0
11132026-06-05T17:03:36.504Z Downloaded typify-macro v0.4.3
11142026-06-05T17:03:36.513Z Downloaded unarray v0.1.4
11152026-06-05T17:03:36.513Z Downloaded typify-macro v0.6.2
11162026-06-05T17:03:36.513Z Downloaded iri-string v0.7.10
11172026-06-05T17:03:36.513Z Downloaded tokio-native-tls v0.3.1
11182026-06-05T17:03:36.513Z Downloaded tls_codec_derive v0.4.2
11192026-06-05T17:03:36.513Z Downloaded unit-prefix v0.5.2
11202026-06-05T17:03:36.517Z Downloaded usdt-attr-macro v0.6.0
11212026-06-05T17:03:36.517Z Downloaded unicode-truncate v1.1.0
11222026-06-05T17:03:36.517Z Downloaded tokio-dtrace v0.1.1
11232026-06-05T17:03:36.521Z Downloaded rand v0.9.2
11242026-06-05T17:03:36.521Z Downloaded usdt v0.6.0
11252026-06-05T17:03:36.525Z Downloaded usdt-macro v0.6.0
11262026-06-05T17:03:36.525Z Downloaded tokio-tungstenite v0.21.0
11272026-06-05T17:03:36.525Z Downloaded term v1.2.1
11282026-06-05T17:03:36.529Z Downloaded untrusted v0.9.0
11292026-06-05T17:03:36.530Z Downloaded universal-hash v0.5.1
11302026-06-05T17:03:36.530Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11312026-06-05T17:03:36.530Z Downloaded term v0.7.0
11322026-06-05T17:03:36.534Z Downloaded rsa v0.9.10
11332026-06-05T17:03:36.534Z Downloaded untrusted v0.7.1
11342026-06-05T17:03:36.534Z Downloaded termios v0.3.3
11352026-06-05T17:03:36.539Z Downloaded socket2 v0.6.3
11362026-06-05T17:03:36.539Z Downloaded socket2 v0.5.10
11372026-06-05T17:03:36.539Z Downloaded utf-8 v0.7.6
11382026-06-05T17:03:36.539Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11392026-06-05T17:03:36.543Z Downloaded tokio-tungstenite v0.23.1
11402026-06-05T17:03:36.543Z Downloaded qorb v0.4.1
11412026-06-05T17:03:36.543Z Downloaded toml_writer v1.0.6+spec-1.1.0
11422026-06-05T17:03:36.547Z Downloaded slog v2.8.2
11432026-06-05T17:03:36.551Z Downloaded void v1.0.2
11442026-06-05T17:03:36.556Z Downloaded waitgroup v0.1.2
11452026-06-05T17:03:36.560Z Downloaded wait-timeout v0.2.1
11462026-06-05T17:03:36.564Z Downloaded tui-tree-widget v0.23.1
11472026-06-05T17:03:36.564Z Downloaded schemars v0.9.0
11482026-06-05T17:03:36.567Z Downloaded rustls-webpki v0.103.9
11492026-06-05T17:03:36.573Z Downloaded nom v8.0.0
11502026-06-05T17:03:36.579Z Downloaded unicase v2.9.0
11512026-06-05T17:03:36.579Z Downloaded want v0.3.1
11522026-06-05T17:03:36.579Z Downloaded xattr v1.6.1
11532026-06-05T17:03:36.579Z Downloaded hyper v1.8.1
11542026-06-05T17:03:36.582Z Downloaded subprocess v0.2.15
11552026-06-05T17:03:36.586Z Downloaded ron v0.8.1
11562026-06-05T17:03:36.587Z Downloaded serde_yaml v0.9.34+deprecated
11572026-06-05T17:03:36.589Z Downloaded tokio-stream v0.1.18
11582026-06-05T17:03:36.590Z Downloaded usdt-impl v0.6.0
11592026-06-05T17:03:36.592Z Downloaded xshell-macros v0.2.7
11602026-06-05T17:03:36.592Z Downloaded tokio-rustls v0.25.0
11612026-06-05T17:03:36.592Z Downloaded tokio-rustls v0.26.4
11622026-06-05T17:03:36.597Z Downloaded futures-util v0.3.32
11632026-06-05T17:03:36.601Z Downloaded zeroize_derive v1.4.3
11642026-06-05T17:03:36.603Z Downloaded num-bigint-dig v0.8.6
11652026-06-05T17:03:36.606Z Downloaded zone v0.3.1
11662026-06-05T17:03:36.606Z Downloaded uzers v0.12.2
11672026-06-05T17:03:36.609Z Downloaded snafu v0.8.9
11682026-06-05T17:03:36.611Z Downloaded zone_cfg_derive v0.3.1
11692026-06-05T17:03:36.611Z Downloaded vergen-lib v0.1.6
11702026-06-05T17:03:36.612Z Downloaded russh v0.45.0
11712026-06-05T17:03:36.616Z Downloaded itertools v0.13.0
11722026-06-05T17:03:36.620Z Downloaded tracing-attributes v0.1.31
11732026-06-05T17:03:36.626Z Downloaded tinyvec v1.10.0
11742026-06-05T17:03:36.626Z Downloaded libm v0.2.16
11752026-06-05T17:03:36.640Z Downloaded vsss-rs v3.3.4
11762026-06-05T17:03:36.640Z Downloaded vergen-git2 v9.1.0
11772026-06-05T17:03:36.640Z Downloaded bitvec v1.0.1
11782026-06-05T17:03:36.665Z Downloaded whoami v1.6.1
11792026-06-05T17:03:36.666Z Downloaded twox-hash v2.1.2
11802026-06-05T17:03:36.667Z Downloaded samael v0.0.19
11812026-06-05T17:03:36.667Z Downloaded unicode-properties v0.1.4
11822026-06-05T17:03:36.667Z Downloaded tokio-rustls v0.24.1
11832026-06-05T17:03:36.667Z Downloaded hkdf v0.12.4
11842026-06-05T17:03:36.667Z Downloaded aws-lc-rs v1.16.3
11852026-06-05T17:03:36.668Z Downloaded toml_parser v1.0.9+spec-1.1.0
11862026-06-05T17:03:36.673Z Downloaded wyz v0.5.1
11872026-06-05T17:03:36.673Z Downloaded whoami v2.1.0
11882026-06-05T17:03:36.673Z Downloaded zeroize v1.8.2
11892026-06-05T17:03:36.673Z Downloaded xshell v0.2.7
11902026-06-05T17:03:36.673Z Downloaded toml v1.0.6+spec-1.1.0
11912026-06-05T17:03:36.673Z Downloaded toml v0.7.8
11922026-06-05T17:03:36.673Z Downloaded p521 v0.13.3
11932026-06-05T17:03:36.673Z Downloaded test-strategy v0.4.5
11942026-06-05T17:03:36.673Z Downloaded itertools v0.12.1
11952026-06-05T17:03:36.673Z Downloaded zstd v0.13.3
11962026-06-05T17:03:36.673Z Downloaded vergen v9.1.0
11972026-06-05T17:03:36.677Z Downloaded tracing-core v0.1.36
11982026-06-05T17:03:36.677Z Downloaded rand v0.10.0
11992026-06-05T17:03:36.680Z Downloaded steno v0.4.1
12002026-06-05T17:03:36.680Z Downloaded itertools v0.14.0
12012026-06-05T17:03:36.685Z Downloaded walkdir v2.5.0
12022026-06-05T17:03:36.688Z Downloaded zstd-safe v7.2.4
12032026-06-05T17:03:36.689Z Downloaded unicode-bidi v0.3.18
12042026-06-05T17:03:36.689Z Downloaded tungstenite v0.23.0
12052026-06-05T17:03:36.689Z Downloaded rustyline v14.0.0
12062026-06-05T17:03:36.693Z Downloaded typify v0.6.2
12072026-06-05T17:03:36.697Z Downloaded rpassword v7.4.0
12082026-06-05T17:03:36.697Z Downloaded typify v0.4.3
12092026-06-05T17:03:36.701Z Downloaded iddqd v0.4.2
12102026-06-05T17:03:36.704Z Downloaded zerocopy v0.6.6
12112026-06-05T17:03:36.704Z Downloaded schemars v1.2.1
12122026-06-05T17:03:36.711Z Downloaded toml_edit v0.23.10+spec-1.0.0
12132026-06-05T17:03:36.776Z Downloaded tar v0.4.45
12142026-06-05T17:03:36.776Z Downloaded vergen-gitcl v1.0.8
12152026-06-05T17:03:36.776Z Downloaded h2 v0.4.13
12162026-06-05T17:03:36.776Z Downloaded vte v0.14.1
12172026-06-05T17:03:36.776Z Downloaded aho-corasick v1.1.4
12182026-06-05T17:03:36.776Z Downloaded uuid v1.23.0
12192026-06-05T17:03:36.776Z Downloaded blake3 v1.8.3
12202026-06-05T17:03:36.776Z Downloaded yasna v0.5.2
12212026-06-05T17:03:36.776Z Downloaded unsafe-libyaml v0.2.11
12222026-06-05T17:03:36.776Z Downloaded tungstenite v0.21.0
12232026-06-05T17:03:36.776Z Downloaded zopfli v0.8.3
12242026-06-05T17:03:36.776Z Downloaded p384 v0.13.1
12252026-06-05T17:03:36.776Z Downloaded tokio-postgres v0.7.16
12262026-06-05T17:03:36.777Z Downloaded ssh-key v0.6.7
12272026-06-05T17:03:36.777Z Downloaded git2 v0.20.4
12282026-06-05T17:03:36.777Z Downloaded serde_with v1.14.0
12292026-06-05T17:03:36.777Z Downloaded reqwest v0.12.28
12302026-06-05T17:03:36.807Z Downloaded reedline v0.40.0
12312026-06-05T17:03:36.807Z Downloaded regex v1.12.3
12322026-06-05T17:03:36.807Z Downloaded bindgen v0.71.1
12332026-06-05T17:03:36.815Z Downloaded zerocopy-derive v0.8.40
12342026-06-05T17:03:36.815Z Downloaded reqwest v0.13.2
12352026-06-05T17:03:36.815Z Downloaded quick-xml v0.37.5
12362026-06-05T17:03:36.815Z Downloaded toml_edit v0.19.15
12372026-06-05T17:03:36.815Z Downloaded salty v0.3.0
12382026-06-05T17:03:36.821Z Downloaded zip v0.6.6
12392026-06-05T17:03:36.821Z Downloaded yansi v1.0.1
12402026-06-05T17:03:36.821Z Downloaded rustls-webpki v0.101.7
12412026-06-05T17:03:36.827Z Downloaded rayon v1.11.0
12422026-06-05T17:03:36.831Z Downloaded portable-atomic v1.13.1
12432026-06-05T17:03:36.837Z Downloaded tokio-util v0.7.18
12442026-06-05T17:03:36.840Z Downloaded chrono v0.4.44
12452026-06-05T17:03:36.843Z Downloaded unicode_categories v0.1.1
12462026-06-05T17:03:36.849Z Downloaded vergen-lib v9.1.0
12472026-06-05T17:03:36.853Z Downloaded proptest v1.10.0
12482026-06-05T17:03:36.858Z Downloaded serde_with v3.17.0
12492026-06-05T17:03:36.865Z Downloaded tower v0.5.3
12502026-06-05T17:03:36.872Z Downloaded rustls-webpki v0.102.8
12512026-06-05T17:03:36.880Z Downloaded unicode-normalization v0.1.25
12522026-06-05T17:03:36.882Z Downloaded typed-path v0.9.3
12532026-06-05T17:03:36.885Z Downloaded x509-cert v0.2.5
12542026-06-05T17:03:36.888Z Downloaded unicode-segmentation v1.12.0
12552026-06-05T17:03:36.891Z Downloaded curve25519-dalek v4.1.3
12562026-06-05T17:03:36.895Z Downloaded radix_trie v0.2.1
12572026-06-05T17:03:36.898Z Downloaded goblin v0.10.5
12582026-06-05T17:03:36.902Z Downloaded quinn-proto v0.11.13
12592026-06-05T17:03:36.908Z Downloaded moka v0.12.13
12602026-06-05T17:03:36.911Z Downloaded lalrpop v0.19.12
12612026-06-05T17:03:36.916Z Downloaded tabled v0.20.0
12622026-06-05T17:03:36.926Z Downloaded time v0.3.47
12632026-06-05T17:03:36.933Z Downloaded tower-http v0.6.8
12642026-06-05T17:03:36.937Z Downloaded tough v0.22.0
12652026-06-05T17:03:36.942Z Downloaded bstr v1.12.1
12662026-06-05T17:03:36.965Z Downloaded vcpkg v0.2.15
12672026-06-05T17:03:36.988Z Downloaded zerocopy v0.8.40
12682026-06-05T17:03:36.994Z Downloaded nix v0.27.1
12692026-06-05T17:03:37.002Z Downloaded smoltcp v0.11.0
12702026-06-05T17:03:37.025Z Downloaded object v0.30.4
12712026-06-05T17:03:37.029Z Downloaded polar-core v0.27.3
12722026-06-05T17:03:37.035Z Downloaded winnow v0.5.40
12732026-06-05T17:03:37.046Z Downloaded winnow v0.6.26
12742026-06-05T17:03:37.046Z Downloaded zip v4.6.1
12752026-06-05T17:03:37.051Z Downloaded nix v0.28.0
12762026-06-05T17:03:37.064Z Downloaded openssl v0.10.79
12772026-06-05T17:03:37.089Z Downloaded petname v2.0.2
12782026-06-05T17:03:37.096Z Downloaded dropshot v0.17.0
12792026-06-05T17:03:37.112Z Downloaded typify-impl v0.4.3
12802026-06-05T17:03:37.121Z Downloaded bzip2-sys v0.1.13+1.0.8
12812026-06-05T17:03:37.128Z Downloaded smoltcp v0.9.1
12822026-06-05T17:03:37.134Z Downloaded regex-syntax v0.6.29
12832026-06-05T17:03:37.137Z Downloaded zlib-rs v0.6.2
12842026-06-05T17:03:37.141Z Downloaded rustls v0.21.12
12852026-06-05T17:03:37.148Z Downloaded zerocopy-derive v0.6.6
12862026-06-05T17:03:37.153Z Downloaded object v0.37.3
12872026-06-05T17:03:37.160Z Downloaded nix v0.31.2
12882026-06-05T17:03:37.165Z Downloaded hickory-proto v0.24.4
12892026-06-05T17:03:37.178Z Downloaded webpki-roots v1.0.6
12902026-06-05T17:03:37.181Z Downloaded petgraph v0.6.5
12912026-06-05T17:03:37.193Z Downloaded regress v0.10.5
12922026-06-05T17:03:37.196Z Downloaded openapiv3 v2.2.0
12932026-06-05T17:03:37.202Z Downloaded hickory-proto v0.25.2
12942026-06-05T17:03:37.211Z Downloaded rustls v0.23.37
12952026-06-05T17:03:37.218Z Downloaded regex-syntax v0.8.10
12962026-06-05T17:03:37.226Z Downloaded diesel v2.3.7
12972026-06-05T17:03:37.235Z Downloaded petgraph v0.8.3
12982026-06-05T17:03:37.247Z Downloaded rustls v0.22.4
12992026-06-05T17:03:37.254Z Downloaded rustix v0.38.44
13002026-06-05T17:03:37.267Z Downloaded regress v0.11.1
13012026-06-05T17:03:37.271Z Downloaded chrono-tz v0.10.4
13022026-06-05T17:03:37.282Z Downloaded sha3 v0.10.8
13032026-06-05T17:03:37.289Z Downloaded tokio v1.52.1
13042026-06-05T17:03:37.325Z Downloaded sqlparser v0.61.0
13052026-06-05T17:03:37.342Z Downloaded sled v0.34.7
13062026-06-05T17:03:37.346Z Downloaded tracing v0.1.44
13072026-06-05T17:03:37.359Z Downloaded typify-impl v0.6.2
13082026-06-05T17:03:37.365Z Downloaded ratatui v0.29.0
13092026-06-05T17:03:37.401Z Downloaded regex-automata v0.4.14
13102026-06-05T17:03:37.413Z Downloaded jiff v0.2.21
13112026-06-05T17:03:37.433Z Downloaded libgit2-sys v0.18.3+1.9.2
13122026-06-05T17:03:37.474Z Downloaded libz-sys v1.1.24
13132026-06-05T17:03:37.483Z Downloaded csv v1.4.0
13142026-06-05T17:03:37.495Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13152026-06-05T17:03:37.541Z Downloaded encoding_rs v0.8.35
13162026-06-05T17:03:37.555Z Downloaded ring v0.17.14
13172026-06-05T17:03:37.979Z Downloaded aws-lc-sys v0.40.0
13182026-06-05T17:03:38.233Z Compiling libc v0.2.185
13192026-06-05T17:03:38.233Z Compiling serde v1.0.228
13202026-06-05T17:03:38.236Z Compiling log v0.4.29
13212026-06-05T17:03:38.236Z Compiling find-msvc-tools v0.1.9
13222026-06-05T17:03:38.236Z Compiling shlex v1.3.0
13232026-06-05T17:03:38.237Z Compiling syn v2.0.117
13242026-06-05T17:03:38.237Z Compiling smallvec v1.15.1
13252026-06-05T17:03:38.367Z Compiling typenum v1.19.0
13262026-06-05T17:03:38.564Z Compiling generic-array v0.14.7
13272026-06-05T17:03:38.581Z Compiling subtle v2.6.1
13282026-06-05T17:03:38.628Z Compiling scopeguard v1.2.0
13292026-06-05T17:03:38.668Z Compiling const-oid v0.9.6
13302026-06-05T17:03:38.695Z Compiling lock_api v0.4.14
13312026-06-05T17:03:38.705Z Compiling serde_json v1.0.149
13322026-06-05T17:03:38.749Z Compiling zerocopy v0.8.40
13332026-06-05T17:03:38.862Z Compiling parking_lot_core v0.9.12
13342026-06-05T17:03:38.961Z Compiling portable-atomic v1.13.1
13352026-06-05T17:03:39.082Z Compiling pin-project-lite v0.2.17
13362026-06-05T17:03:39.155Z Compiling pkg-config v0.3.32
13372026-06-05T17:03:39.170Z Compiling bitflags v2.11.0
13382026-06-05T17:03:39.256Z Compiling getrandom v0.2.17
13392026-06-05T17:03:39.354Z Compiling jobserver v0.1.34
13402026-06-05T17:03:39.418Z Compiling errno v0.3.14
13412026-06-05T17:03:39.460Z Compiling rand_core v0.6.4
13422026-06-05T17:03:39.476Z Compiling signal-hook-registry v1.4.8
13432026-06-05T17:03:39.665Z Compiling cc v1.2.56
13442026-06-05T17:03:39.679Z Compiling futures-core v0.3.32
13452026-06-05T17:03:39.693Z Compiling critical-section v1.2.0
13462026-06-05T17:03:39.696Z Compiling libm v0.2.16
13472026-06-05T17:03:39.757Z Compiling parking_lot v0.12.5
13482026-06-05T17:03:39.833Z Compiling mio v1.2.0
13492026-06-05T17:03:39.846Z Compiling num-traits v0.2.19
13502026-06-05T17:03:40.011Z Compiling once_cell v1.21.3
13512026-06-05T17:03:40.029Z Compiling percent-encoding v2.3.2
13522026-06-05T17:03:40.132Z Compiling socket2 v0.6.3
13532026-06-05T17:03:40.206Z Compiling futures-sink v0.3.32
13542026-06-05T17:03:40.210Z Compiling futures-task v0.3.32
13552026-06-05T17:03:40.210Z Compiling getrandom v0.4.1
13562026-06-05T17:03:40.417Z Compiling futures-channel v0.3.32
13572026-06-05T17:03:40.447Z Compiling cpufeatures v0.2.17
13582026-06-05T17:03:40.493Z Compiling futures-io v0.3.32
13592026-06-05T17:03:40.522Z Compiling slab v0.4.12
13602026-06-05T17:03:40.600Z Compiling rand_core v0.10.0
13612026-06-05T17:03:40.611Z Compiling indexmap v2.14.0
13622026-06-05T17:03:40.633Z Compiling getrandom v0.3.4
13632026-06-05T17:03:40.646Z Compiling rustversion v1.0.22
13642026-06-05T17:03:40.689Z Compiling cmake v0.1.57
13652026-06-05T17:03:41.044Z Compiling form_urlencoded v1.2.2
13662026-06-05T17:03:41.115Z Compiling fs_extra v1.3.0
13672026-06-05T17:03:41.245Z Compiling dunce v1.0.5
13682026-06-05T17:03:41.345Z Compiling ident_case v1.0.1
13692026-06-05T17:03:41.363Z Compiling base64ct v1.8.3
13702026-06-05T17:03:41.383Z Compiling synstructure v0.13.2
13712026-06-05T17:03:41.400Z Compiling aws-lc-sys v0.40.0
13722026-06-05T17:03:41.463Z Compiling iana-time-zone v0.1.65
13732026-06-05T17:03:41.643Z Compiling pem-rfc7468 v0.7.0
13742026-06-05T17:03:41.659Z Compiling rustix v1.1.3
13752026-06-05T17:03:41.663Z Compiling regex-syntax v0.8.10
13762026-06-05T17:03:41.663Z Compiling flagset v0.4.7
13772026-06-05T17:03:41.828Z Compiling rand_core v0.9.5
13782026-06-05T17:03:41.879Z Compiling ring v0.17.14
13792026-06-05T17:03:41.951Z Compiling aws-lc-rs v1.16.3
13802026-06-05T17:03:41.996Z Compiling vcpkg v0.2.15
13812026-06-05T17:03:42.103Z Compiling uuid v1.23.0
13822026-06-05T17:03:42.243Z Compiling rustc_version v0.4.1
13832026-06-05T17:03:42.580Z Compiling tracing-core v0.1.36
13842026-06-05T17:03:42.759Z Compiling openssl-sys v0.9.115
13852026-06-05T17:03:42.826Z Compiling base64 v0.22.1
13862026-06-05T17:03:43.150Z Compiling untrusted v0.9.0
13872026-06-05T17:03:43.171Z Compiling untrusted v0.7.1
13882026-06-05T17:03:43.222Z Compiling serde_derive v1.0.228
13892026-06-05T17:03:43.270Z Compiling zeroize_derive v1.4.3
13902026-06-05T17:03:43.289Z Compiling zerofrom-derive v0.1.6
13912026-06-05T17:03:43.292Z Compiling yoke-derive v0.8.1
13922026-06-05T17:03:43.444Z Compiling zerovec-derive v0.11.2
13932026-06-05T17:03:43.918Z Compiling zeroize v1.8.2
13942026-06-05T17:03:44.130Z Compiling zerocopy-derive v0.8.40
13952026-06-05T17:03:44.469Z Compiling displaydoc v0.2.5
13962026-06-05T17:03:44.569Z Compiling tokio-macros v2.7.0
13972026-06-05T17:03:44.642Z Compiling crypto-common v0.1.7
13982026-06-05T17:03:44.693Z Compiling zerofrom v0.1.6
13992026-06-05T17:03:44.786Z Compiling block-buffer v0.10.4
14002026-06-05T17:03:44.820Z Compiling yoke v0.8.1
14012026-06-05T17:03:44.952Z Compiling digest v0.10.7
14022026-06-05T17:03:45.007Z Compiling zerovec v0.11.5
14032026-06-05T17:03:45.203Z Compiling zerotrie v0.2.3
14042026-06-05T17:03:45.203Z Compiling futures-macro v0.3.32
14052026-06-05T17:03:45.315Z Compiling hmac v0.12.1
14062026-06-05T17:03:45.475Z Compiling tinystr v0.8.2
14072026-06-05T17:03:45.518Z Compiling potential_utf v0.1.4
14082026-06-05T17:03:45.552Z Compiling block-padding v0.3.3
14092026-06-05T17:03:45.675Z Compiling icu_locale_core v2.1.1
14102026-06-05T17:03:45.688Z Compiling icu_collections v2.1.1
14112026-06-05T17:03:45.707Z Compiling inout v0.1.4
14122026-06-05T17:03:45.874Z Compiling cipher v0.4.4
14132026-06-05T17:03:46.045Z Compiling futures-util v0.3.32
14142026-06-05T17:03:46.134Z Compiling sha2 v0.10.9
14152026-06-05T17:03:46.163Z Compiling der_derive v0.7.3
14162026-06-05T17:03:46.556Z Compiling icu_provider v2.1.1
14172026-06-05T17:03:46.575Z Compiling salsa20 v0.10.2
14182026-06-05T17:03:46.712Z Compiling bytes v1.11.1
14192026-06-05T17:03:46.749Z Compiling chrono v0.4.44
14202026-06-05T17:03:46.853Z Compiling icu_properties v2.1.2
14212026-06-05T17:03:47.115Z Compiling icu_normalizer v2.1.1
14222026-06-05T17:03:47.321Z Compiling tokio v1.52.1
14232026-06-05T17:03:47.517Z Compiling http v1.4.0
14242026-06-05T17:03:47.648Z Compiling der v0.7.10
14252026-06-05T17:03:47.930Z Compiling idna_adapter v1.2.1
14262026-06-05T17:03:48.067Z Compiling idna v1.1.0
14272026-06-05T17:03:48.105Z Compiling pbkdf2 v0.12.2
14282026-06-05T17:03:48.223Z Compiling rustls-pki-types v1.14.0
14292026-06-05T17:03:48.297Z Compiling tracing-attributes v0.1.31
14302026-06-05T17:03:48.433Z Compiling ppv-lite86 v0.2.21
14312026-06-05T17:03:48.554Z Compiling url v2.5.8
14322026-06-05T17:03:48.664Z Compiling spki v0.7.3
14332026-06-05T17:03:48.703Z Compiling thiserror-impl v2.0.18
14342026-06-05T17:03:48.739Z Compiling rand_chacha v0.9.0
14352026-06-05T17:03:48.825Z Compiling scrypt v0.11.0
14362026-06-05T17:03:48.863Z Compiling http-body v1.0.1
14372026-06-05T17:03:49.014Z Compiling cbc v0.1.2
14382026-06-05T17:03:49.073Z Compiling aes v0.8.4
14392026-06-05T17:03:49.226Z Compiling openssl-probe v0.2.1
14402026-06-05T17:03:49.327Z Compiling tinyvec_macros v0.1.1
14412026-06-05T17:03:49.395Z Compiling httparse v1.10.1
14422026-06-05T17:03:49.410Z Compiling tinyvec v1.10.0
14432026-06-05T17:03:49.423Z Compiling rand v0.9.2
14442026-06-05T17:03:49.585Z Compiling tracing v0.1.44
14452026-06-05T17:03:49.744Z Compiling pkcs5 v0.7.1
14462026-06-05T17:03:49.843Z Compiling pest_generator v2.8.6
14472026-06-05T17:03:50.007Z Compiling thiserror v2.0.18
14482026-06-05T17:03:50.114Z Compiling serde_derive_internals v0.29.1
14492026-06-05T17:03:50.117Z Compiling aho-corasick v1.1.4
14502026-06-05T17:03:50.206Z Compiling try-lock v0.2.5
14512026-06-05T17:03:50.221Z Compiling atomic-waker v1.1.2
14522026-06-05T17:03:50.326Z Compiling dyn-clone v1.0.20
14532026-06-05T17:03:50.389Z Compiling rustls v0.23.37
14542026-06-05T17:03:50.462Z Compiling tower-layer v0.3.3
14552026-06-05T17:03:50.559Z Compiling tower-service v0.3.3
14562026-06-05T17:03:50.574Z Compiling schemars v0.8.22
14572026-06-05T17:03:50.625Z Compiling pest_derive v2.8.6
14582026-06-05T17:03:50.654Z Compiling want v0.3.1
14592026-06-05T17:03:50.788Z Compiling pkcs8 v0.10.2
14602026-06-05T17:03:51.042Z Compiling regex-automata v0.4.14
14612026-06-05T17:03:51.057Z Compiling tokio-util v0.7.18
14622026-06-05T17:03:51.096Z Compiling schemars_derive v0.8.22
14632026-06-05T17:03:51.116Z Compiling ipnet v2.11.0
14642026-06-05T17:03:51.581Z Compiling scroll_derive v0.13.1
14652026-06-05T17:03:51.614Z Compiling darling_core v0.20.11
14662026-06-05T17:03:51.834Z Compiling h2 v0.4.13
14672026-06-05T17:03:52.078Z Compiling httpdate v1.0.3
14682026-06-05T17:03:52.295Z Compiling pin-utils v0.1.0
14692026-06-05T17:03:52.318Z Compiling openssl v0.10.79
14702026-06-05T17:03:52.366Z Compiling foreign-types-shared v0.1.1
14712026-06-05T17:03:52.369Z Compiling scroll v0.13.0
14722026-06-05T17:03:52.454Z Compiling foreign-types v0.3.2
14732026-06-05T17:03:52.561Z Compiling tempfile v3.25.0
14742026-06-05T17:03:52.640Z Compiling unicode-normalization v0.1.25
14752026-06-05T17:03:53.001Z Compiling openssl-macros v0.1.1
14762026-06-05T17:03:53.092Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14772026-06-05T17:03:53.344Z Compiling spin v0.9.8
14782026-06-05T17:03:53.384Z Compiling native-tls v0.2.18
14792026-06-05T17:03:53.474Z Compiling time-core v0.1.8
14802026-06-05T17:03:53.548Z Compiling num-conv v0.2.0
14812026-06-05T17:03:53.585Z Compiling powerfmt v0.2.0
14822026-06-05T17:03:53.625Z Compiling crc32fast v1.5.0
14832026-06-05T17:03:53.680Z Compiling time-macros v0.2.27
14842026-06-05T17:03:53.786Z Compiling deranged v0.5.8
14852026-06-05T17:03:53.843Z Compiling darling_macro v0.20.11
14862026-06-05T17:03:54.306Z Compiling darling v0.20.11
14872026-06-05T17:03:54.391Z Compiling goblin v0.10.5
14882026-06-05T17:03:54.718Z Compiling rustls-native-certs v0.8.3
14892026-06-05T17:03:54.746Z Compiling hyper v1.8.1
14902026-06-05T17:03:55.006Z Compiling sync_wrapper v1.0.2
14912026-06-05T17:03:55.099Z Compiling wait-timeout v0.2.1
14922026-06-05T17:03:55.114Z Compiling usdt-impl v0.6.0
14932026-06-05T17:03:55.336Z Compiling quick-error v1.2.3
14942026-06-05T17:03:55.429Z Compiling crossbeam-utils v0.8.21
14952026-06-05T17:03:55.449Z Compiling syn v1.0.109
14962026-06-05T17:03:55.705Z Compiling siphasher v1.0.2
14972026-06-05T17:03:55.751Z Compiling num_threads v0.1.7
14982026-06-05T17:03:55.768Z Compiling bit-vec v0.8.0
14992026-06-05T17:03:55.846Z Compiling hyper-util v0.1.20
15002026-06-05T17:03:55.891Z Compiling unicode-segmentation v1.12.0
15012026-06-05T17:03:55.996Z Compiling simd-adler32 v0.3.8
15022026-06-05T17:03:56.272Z Compiling bit-set v0.8.0
15032026-06-05T17:03:56.380Z Compiling time v0.3.47
15042026-06-05T17:03:56.502Z Compiling rusty-fork v0.3.1
15052026-06-05T17:03:56.582Z Compiling tower v0.5.3
15062026-06-05T17:03:56.818Z Compiling derive_builder_core v0.20.2
15072026-06-05T17:03:57.051Z Compiling dtrace-parser v0.3.0
15082026-06-05T17:03:57.137Z Compiling http-body-util v0.1.3
15092026-06-05T17:03:57.384Z Compiling dof v0.4.0
15102026-06-05T17:03:57.582Z Compiling webpki-roots v1.0.6
15112026-06-05T17:03:57.676Z Compiling signature v2.2.0
15122026-06-05T17:03:57.702Z Compiling thiserror-impl v1.0.69
15132026-06-05T17:03:57.793Z Compiling scroll_derive v0.12.1
15142026-06-05T17:03:57.854Z Compiling heapless v0.7.17
15152026-06-05T17:03:57.982Z Compiling rand_xorshift v0.4.0
15162026-06-05T17:03:58.087Z Compiling slog v2.8.2
15172026-06-05T17:03:58.143Z Compiling darling_core v0.21.3
15182026-06-05T17:03:58.269Z Compiling bzip2-sys v0.1.13+1.0.8
15192026-06-05T17:03:58.434Z Compiling thread-id v5.1.0
15202026-06-05T17:03:58.543Z Compiling cookie v0.18.1
15212026-06-05T17:03:58.553Z Compiling unarray v0.1.4
15222026-06-05T17:03:58.553Z Compiling signal-hook v0.3.18
15232026-06-05T17:03:58.653Z Compiling zstd-safe v7.2.4
15242026-06-05T17:03:58.670Z Compiling unicode-bidi v0.3.18
15252026-06-05T17:03:58.697Z Compiling anyhow v1.0.102
15262026-06-05T17:03:58.720Z Compiling iri-string v0.7.10
15272026-06-05T17:03:58.842Z Compiling allocator-api2 v0.2.21
15282026-06-05T17:03:58.944Z Compiling adler2 v2.0.1
15292026-06-05T17:03:58.996Z Compiling ryu v1.0.23
15302026-06-05T17:03:59.077Z Compiling unicode-properties v0.1.4
15312026-06-05T17:03:59.166Z Compiling paste v1.0.15
15322026-06-05T17:03:59.182Z Compiling serde_urlencoded v0.7.1
15332026-06-05T17:03:59.197Z Compiling miniz_oxide v0.8.9
15342026-06-05T17:03:59.276Z Compiling stringprep v0.1.5
15352026-06-05T17:03:59.483Z Compiling thiserror v1.0.69
15362026-06-05T17:03:59.637Z Compiling proptest v1.10.0
15372026-06-05T17:03:59.794Z Compiling scroll v0.12.0
15382026-06-05T17:04:00.053Z Compiling tower-http v0.6.8
15392026-06-05T17:04:00.275Z Compiling derive_builder_macro v0.20.2
15402026-06-05T17:04:00.489Z Compiling tokio-native-tls v0.3.1
15412026-06-05T17:04:00.502Z Compiling heck v0.4.1
15422026-06-05T17:04:00.652Z Compiling darling_macro v0.21.3
15432026-06-05T17:04:00.663Z Compiling ipnetwork v0.21.1
15442026-06-05T17:04:00.725Z Compiling bstr v1.12.1
15452026-06-05T17:04:00.741Z Compiling rand_chacha v0.3.1
15462026-06-05T17:04:00.792Z Compiling serde_tokenstream v0.2.3
15472026-06-05T17:04:01.065Z Compiling erased-serde v0.3.31
15482026-06-05T17:04:01.111Z Compiling serde_spanned v0.6.9
15492026-06-05T17:04:01.126Z Compiling toml_datetime v0.6.11
15502026-06-05T17:04:01.262Z Compiling md-5 v0.10.6
15512026-06-05T17:04:01.386Z Compiling pin-project-internal v1.1.11
15522026-06-05T17:04:01.389Z Compiling zerocopy-derive v0.7.35
15532026-06-05T17:04:01.427Z Compiling async-trait v0.1.89
15542026-06-05T17:04:01.552Z Compiling curve25519-dalek v4.1.3
15552026-06-05T17:04:01.567Z Compiling vergen-lib v9.1.0
15562026-06-05T17:04:01.743Z Compiling num-integer v0.1.46
15572026-06-05T17:04:01.887Z Compiling hash32 v0.2.1
15582026-06-05T17:04:02.063Z Compiling ff v0.13.1
15592026-06-05T17:04:02.083Z Compiling memoffset v0.9.1
15602026-06-05T17:04:02.204Z Compiling encoding_rs v0.8.35
15612026-06-05T17:04:02.260Z Compiling litrs v1.0.0
15622026-06-05T17:04:02.275Z Compiling mime v0.3.17
15632026-06-05T17:04:02.437Z Compiling rustix v0.38.44
15642026-06-05T17:04:02.482Z Compiling fallible-iterator v0.2.0
15652026-06-05T17:04:02.535Z Compiling ref-cast v1.0.25
15662026-06-05T17:04:02.767Z Compiling zlib-rs v0.6.2
15672026-06-05T17:04:02.779Z Compiling smoltcp v0.9.1
15682026-06-05T17:04:02.795Z Compiling psl-types v2.0.11
15692026-06-05T17:04:02.835Z Compiling cfg_aliases v0.2.1
15702026-06-05T17:04:02.915Z Compiling num-bigint-dig v0.8.6
15712026-06-05T17:04:02.929Z Compiling base16ct v0.2.0
15722026-06-05T17:04:03.104Z Compiling sec1 v0.7.3
15732026-06-05T17:04:03.163Z Compiling nix v0.31.2
15742026-06-05T17:04:03.168Z Compiling publicsuffix v2.3.0
15752026-06-05T17:04:03.402Z Compiling document-features v0.2.12
15762026-06-05T17:04:03.491Z Compiling postgres-protocol v0.6.10
15772026-06-05T17:04:03.526Z Compiling pin-project v1.1.11
15782026-06-05T17:04:03.719Z Compiling zerocopy v0.7.35
15792026-06-05T17:04:03.727Z Compiling group v0.13.0
15802026-06-05T17:04:03.967Z Compiling newtype-uuid v1.3.2
15812026-06-05T17:04:04.030Z Compiling num-iter v0.1.45
15822026-06-05T17:04:04.255Z Compiling darling v0.21.3
15832026-06-05T17:04:04.255Z Compiling hubpack_derive v0.1.1
15842026-06-05T17:04:04.321Z Compiling rand v0.8.6
15852026-06-05T17:04:04.350Z Compiling oxnet v0.1.5
15862026-06-05T17:04:04.357Z Compiling derive_builder v0.20.2
15872026-06-05T17:04:04.485Z Compiling snafu-derive v0.8.9
15882026-06-05T17:04:04.617Z Compiling hyper-tls v0.6.0
15892026-06-05T17:04:04.817Z Compiling goblin v0.8.2
15902026-06-05T17:04:05.430Z Compiling phf_shared v0.13.1
15912026-06-05T17:04:05.515Z Compiling lazy_static v1.5.0
15922026-06-05T17:04:05.617Z Compiling flate2 v1.1.9
15932026-06-05T17:04:05.675Z Compiling regex v1.12.3
15942026-06-05T17:04:05.809Z Compiling anstyle-parse v0.2.7
15952026-06-05T17:04:05.976Z Compiling strum_macros v0.27.2
15962026-06-05T17:04:05.994Z Compiling futures-executor v0.3.32
15972026-06-05T17:04:06.034Z Compiling hex v0.4.3
15982026-06-05T17:04:06.119Z Compiling hkdf v0.12.4
15992026-06-05T17:04:07.261Z Compiling crypto-bigint v0.5.5
16002026-06-05T17:04:07.265Z Compiling daft-derive v0.1.7
16012026-06-05T17:04:07.265Z Compiling curve25519-dalek-derive v0.1.1
16022026-06-05T17:04:07.265Z Compiling ref-cast-impl v1.0.25
16032026-06-05T17:04:07.265Z Compiling terminal_size v0.4.3
16042026-06-05T17:04:07.265Z Compiling vergen v9.1.0
16052026-06-05T17:04:07.265Z Compiling fs-err v3.3.0
16062026-06-05T17:04:07.265Z Compiling cargo-platform v0.3.2
16072026-06-05T17:04:07.265Z Compiling ahash v0.8.12
16082026-06-05T17:04:07.265Z Compiling same-file v1.0.6
16092026-06-05T17:04:07.346Z Compiling bumpalo v3.20.2
16102026-06-05T17:04:07.361Z Compiling managed v0.8.0
16112026-06-05T17:04:07.361Z Compiling foldhash v0.1.5
16122026-06-05T17:04:07.539Z Compiling object v0.37.3
16132026-06-05T17:04:07.586Z Compiling libbz2-rs-sys v0.2.2
16142026-06-05T17:04:07.601Z Compiling foldhash v0.2.0
16152026-06-05T17:04:07.798Z Compiling bitflags v1.3.2
16162026-06-05T17:04:07.821Z Compiling winnow v0.5.40
16172026-06-05T17:04:07.938Z Compiling strum v0.27.2
16182026-06-05T17:04:08.080Z Compiling bzip2 v0.6.1
16192026-06-05T17:04:08.286Z Compiling hashbrown v0.16.1
16202026-06-05T17:04:08.309Z Compiling zopfli v0.8.3
16212026-06-05T17:04:08.362Z Compiling hashbrown v0.15.5
16222026-06-05T17:04:08.377Z Compiling clap_builder v4.6.0
16232026-06-05T17:04:08.745Z Compiling walkdir v2.5.0
16242026-06-05T17:04:08.875Z Compiling cargo_metadata v0.23.1
16252026-06-05T17:04:08.973Z Compiling elliptic-curve v0.13.8
16262026-06-05T17:04:09.033Z Compiling dof v0.3.0
16272026-06-05T17:04:09.043Z Compiling daft v0.1.7
16282026-06-05T17:04:09.248Z Compiling toml_edit v0.19.15
16292026-06-05T17:04:09.412Z Compiling snafu v0.8.9
16302026-06-05T17:04:09.731Z Compiling futures v0.3.32
16312026-06-05T17:04:09.771Z Compiling anstream v0.6.21
16322026-06-05T17:04:09.806Z Compiling phf v0.13.1
16332026-06-05T17:04:10.075Z Compiling signal-hook-mio v0.2.5
16342026-06-05T17:04:10.209Z Compiling cookie_store v0.22.1
16352026-06-05T17:04:10.584Z Compiling zstd v0.13.3
16362026-06-05T17:04:10.682Z Compiling bzip2 v0.4.4
16372026-06-05T17:04:10.857Z Compiling hubpack v0.1.2
16382026-06-05T17:04:10.857Z Compiling serde_with_macros v3.17.0
16392026-06-05T17:04:10.891Z Compiling postgres-types v0.2.12
16402026-06-05T17:04:11.410Z Compiling globset v0.4.18
16412026-06-05T17:04:11.464Z Compiling usdt-attr-macro v0.6.0
16422026-06-05T17:04:11.921Z Compiling usdt-macro v0.6.0
16432026-06-05T17:04:11.984Z Compiling dtrace-parser v0.2.0
16442026-06-05T17:04:12.126Z Compiling ed25519 v2.2.3
16452026-06-05T17:04:12.226Z Compiling phf_shared v0.11.3
16462026-06-05T17:04:12.301Z Compiling olpc-cjson v0.1.4
16472026-06-05T17:04:12.392Z Compiling pkcs1 v0.7.5
16482026-06-05T17:04:12.410Z Compiling clap_derive v4.6.1
16492026-06-05T17:04:12.445Z Compiling enum-as-inner v0.6.1
16502026-06-05T17:04:12.695Z Compiling strum_macros v0.26.4
16512026-06-05T17:04:12.722Z Compiling serde_plain v1.0.2
16522026-06-05T17:04:12.791Z Compiling serde-big-array v0.5.1
16532026-06-05T17:04:12.925Z Compiling rfc6979 v0.4.0
16542026-06-05T17:04:12.936Z Compiling async-recursion v1.1.1
16552026-06-05T17:04:12.950Z Compiling serde_repr v0.1.20
16562026-06-05T17:04:12.971Z Compiling pem v3.0.6
16572026-06-05T17:04:13.036Z Compiling float-cmp v0.10.0
16582026-06-05T17:04:13.221Z Compiling memmap2 v0.9.10
16592026-06-05T17:04:13.295Z Compiling thread-id v4.2.2
16602026-06-05T17:04:13.381Z Compiling env_filter v1.0.0
16612026-06-05T17:04:13.402Z Compiling either v1.15.0
16622026-06-05T17:04:13.468Z Compiling data-encoding v2.10.0
16632026-06-05T17:04:13.566Z Compiling difflib v0.4.0
16642026-06-05T17:04:13.602Z Compiling fixedbitset v0.4.2
16652026-06-05T17:04:13.684Z Compiling typed-path v0.9.3
16662026-06-05T17:04:13.817Z Compiling new_debug_unreachable v1.0.6
16672026-06-05T17:04:13.891Z Compiling keccak v0.1.6
16682026-06-05T17:04:14.119Z Compiling normalize-line-endings v0.3.0
16692026-06-05T17:04:14.156Z Compiling whoami v2.1.0
16702026-06-05T17:04:14.170Z Compiling precomputed-hash v0.1.1
16712026-06-05T17:04:14.221Z Compiling fixedbitset v0.5.7
16722026-06-05T17:04:14.254Z Compiling static_assertions v1.1.0
16732026-06-05T17:04:14.336Z Compiling jiff v0.2.21
16742026-06-05T17:04:14.415Z Compiling predicates-core v1.0.10
16752026-06-05T17:04:14.522Z Compiling strum v0.26.3
16762026-06-05T17:04:14.529Z Compiling petgraph v0.8.3
16772026-06-05T17:04:14.591Z Compiling predicates v3.1.4
16782026-06-05T17:04:14.645Z Compiling tokio-postgres v0.7.16
16792026-06-05T17:04:14.701Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16802026-06-05T17:04:14.907Z Compiling string_cache v0.8.9
16812026-06-05T17:04:15.138Z Compiling clap v4.6.1
16822026-06-05T17:04:15.223Z Compiling sha3 v0.10.8
16832026-06-05T17:04:15.246Z Compiling toml_edit v0.22.27
16842026-06-05T17:04:15.586Z Compiling petgraph v0.6.5
16852026-06-05T17:04:15.725Z Compiling hickory-proto v0.25.2
16862026-06-05T17:04:16.556Z Compiling itertools v0.13.0
16872026-06-05T17:04:16.895Z Compiling env_logger v0.11.9
16882026-06-05T17:04:17.083Z Compiling zip v4.6.1
16892026-06-05T17:04:17.253Z Compiling usdt-impl v0.5.0
16902026-06-05T17:04:17.551Z Compiling usdt v0.6.0
16912026-06-05T17:04:17.816Z Compiling ecdsa v0.16.9
16922026-06-05T17:04:17.834Z Compiling rsa v0.9.10
16932026-06-05T17:04:17.842Z Compiling ed25519-dalek v2.2.0
16942026-06-05T17:04:17.993Z Compiling crossterm v0.28.1
16952026-06-05T17:04:18.035Z Compiling serde_with v3.17.0
16962026-06-05T17:04:18.507Z Compiling zip v0.6.6
16972026-06-05T17:04:18.577Z Compiling toml v0.7.8
16982026-06-05T17:04:19.173Z Compiling iddqd v0.4.2
16992026-06-05T17:04:19.717Z Compiling toml_parser v1.0.9+spec-1.1.0
17002026-06-05T17:04:19.724Z Compiling similar v2.7.0
17012026-06-05T17:04:19.742Z Compiling crossbeam-epoch v0.9.18
17022026-06-05T17:04:20.088Z Compiling tokio-stream v0.1.18
17032026-06-05T17:04:20.417Z Compiling buf-list v1.1.2
17042026-06-05T17:04:20.495Z Compiling x509-cert v0.2.5
17052026-06-05T17:04:20.542Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17062026-06-05T17:04:20.602Z Compiling openapiv3 v2.2.0
17072026-06-05T17:04:20.657Z Compiling sha1 v0.10.6
17082026-06-05T17:04:20.683Z Compiling peg-runtime v0.8.5
17092026-06-05T17:04:20.797Z Compiling lalrpop-util v0.19.12
17102026-06-05T17:04:20.868Z Compiling thread_local v1.1.9
17112026-06-05T17:04:21.014Z Compiling slog-async v2.8.0
17122026-06-05T17:04:21.050Z Compiling crossbeam-channel v0.5.15
17132026-06-05T17:04:21.118Z Compiling is-terminal v0.4.17
17142026-06-05T17:04:21.176Z Compiling filetime v0.2.27
17152026-06-05T17:04:21.242Z Compiling xattr v1.6.1
17162026-06-05T17:04:21.312Z Compiling term v1.2.1
17172026-06-05T17:04:21.353Z Compiling take_mut v0.2.2
17182026-06-05T17:04:21.419Z Compiling tar v0.4.45
17192026-06-05T17:04:21.882Z Compiling slog-term v2.9.2
17202026-06-05T17:04:31.565Z Compiling rustls-webpki v0.103.9
17212026-06-05T17:04:34.382Z Compiling tokio-rustls v0.26.4
17222026-06-05T17:04:34.382Z Compiling rustls-platform-verifier v0.6.2
17232026-06-05T17:04:34.590Z Compiling hyper-rustls v0.27.7
17242026-06-05T17:04:34.811Z Compiling reqwest v0.12.28
17252026-06-05T17:04:34.819Z Compiling reqwest v0.13.2
17262026-06-05T17:04:36.060Z Compiling tough v0.22.0
17272026-06-05T17:04:38.585Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17282026-06-05T17:04:38.814Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17292026-06-05T17:04:41.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17302026-06-05T17:04:41.798Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17312026-06-05T17:04:41.875ZJun 05 17:04:40.738 INFO Starting download, target: Clickhouse
17322026-06-05T17:04:41.875ZJun 05 17:04:40.738 INFO Starting download, target: Cockroach
17332026-06-05T17:04:41.875ZJun 05 17:04:40.738 INFO Starting download, target: Console
17342026-06-05T17:04:41.875ZJun 05 17:04:40.738 INFO Starting download, target: DendriteStub
17352026-06-05T17:04:41.897ZJun 05 17:04:40.738 INFO Starting download, target: MaghemiteMgd
17362026-06-05T17:04:41.897ZJun 05 17:04:40.738 INFO Starting download, target: TransceiverControl
17372026-06-05T17:04:41.897ZJun 05 17:04:40.738 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17382026-06-05T17:04:41.897ZJun 05 17:04:40.738 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17392026-06-05T17:04:41.897ZJun 05 17:04:40.739 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17402026-06-05T17:04:41.897ZJun 05 17:04:40.739 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17412026-06-05T17:04:41.897ZJun 05 17:04:40.739 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17422026-06-05T17:04:41.897ZJun 05 17:04:40.739 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17432026-06-05T17:04:42.677ZJun 05 17:04:41.561 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17442026-06-05T17:04:42.916ZJun 05 17:04:41.773 INFO Download complete, target: TransceiverControl
17452026-06-05T17:04:42.988ZJun 05 17:04:41.872 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17462026-06-05T17:04:43.292ZJun 05 17:04:42.133 INFO Download complete, target: Console
17472026-06-05T17:04:43.708ZJun 05 17:04:42.598 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17482026-06-05T17:04:44.197ZJun 05 17:04:43.077 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17492026-06-05T17:04:44.240ZJun 05 17:04:43.113 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17502026-06-05T17:04:45.261ZJun 05 17:04:43.910 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17512026-06-05T17:04:45.261ZJun 05 17:04:43.910 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17522026-06-05T17:04:46.515ZJun 05 17:04:45.408 INFO Download complete, target: MaghemiteMgd
17532026-06-05T17:04:46.675ZJun 05 17:04:45.533 INFO Download complete, target: DendriteStub
17542026-06-05T17:04:49.694ZJun 05 17:04:48.570 INFO Checking that binary works, target: Cockroach
17552026-06-05T17:04:49.799ZJun 05 17:04:48.688 INFO Download complete, target: Cockroach
17562026-06-05T17:04:50.538ZJun 05 17:04:49.433 INFO Checking that binary works, target: Clickhouse
17572026-06-05T17:04:50.667ZJun 05 17:04:49.561 INFO Download complete, target: Clickhouse
17582026-06-05T17:04:50.691ZAll builder prerequisites installed successfully, and PATH looks valid
17592026-06-05T17:04:50.691Z
17602026-06-05T17:04:50.691Zreal 2:17.188351719
17612026-06-05T17:04:50.691Zuser 6:57.214032686
17622026-06-05T17:04:50.691Zsys 1:22.712142189
17632026-06-05T17:04:50.691Ztrap 0.227067897
17642026-06-05T17:04:50.691Ztflt 0.652095473
17652026-06-05T17:04:50.692Zdflt 0.629363335
17662026-06-05T17:04:50.692Zkflt 0.025457635
17672026-06-05T17:04:50.692Zlock 21:52.633738920
17682026-06-05T17:04:50.692Zslp 21:14.468780380
17692026-06-05T17:04:50.692Zlat 45.589506657
17702026-06-05T17:04:50.692Zstop 2:02.330466813
17712026-06-05T17:04:50.692Z+ banner hack-check
17722026-06-05T17:04:50.692Z
17732026-06-05T17:04:50.692Z # # ## #### # # #### # # ###### #### # #
17742026-06-05T17:04:50.692Z # # # # # # # # # # # # # # # # #
17752026-06-05T17:04:50.692Z ###### # # # #### ##### # ###### ##### # ####
17762026-06-05T17:04:50.692Z # # ###### # # # # # # # # # #
17772026-06-05T17:04:50.692Z # # # # # # # # # # # # # # # # #
17782026-06-05T17:04:50.692Z # # # # #### # # #### # # ###### #### # #
17792026-06-05T17:04:50.692Z
17802026-06-05T17:04:50.692Z+ export CARGO_INCREMENTAL=0
17812026-06-05T17:04:50.692Z+ CARGO_INCREMENTAL=0
17822026-06-05T17:04:50.692Z+ ptime -m timeout 2h cargo xtask check-features --ci
17832026-06-05T17:04:51.213Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17842026-06-05T17:04:51.434Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17852026-06-05T17:04:53.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s
17862026-06-05T17:04:53.373Z Running `target/debug/xtask check-features --ci`
17872026-06-05T17:04:53.402Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17882026-06-05T17:04:53.402Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17892026-06-05T17:04:53.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17902026-06-05T17:04:53.916Z Running `target/debug/xtask download cargo-hack`
17912026-06-05T17:04:54.714Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17922026-06-05T17:04:55.034Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17932026-06-05T17:04:57.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.59s
17942026-06-05T17:04:57.717Z Running `target/debug/xtask-downloader cargo-hack`
17952026-06-05T17:04:57.775ZJun 05 17:04:56.653 INFO Starting download, target: CargoHack
17962026-06-05T17:04:57.780ZJun 05 17:04:56.654 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17972026-06-05T17:04:58.126ZJun 05 17:04:57.023 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17982026-06-05T17:04:58.179ZJun 05 17:04:57.074 INFO Download complete, target: CargoHack
17992026-06-05T17:04:58.190Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18002026-06-05T17:04:58.202Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18012026-06-05T17:04:58.346Zinfo: running `cargo check --bins` on api_identity (1/295)
18022026-06-05T17:04:58.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18032026-06-05T17:04:58.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18042026-06-05T17:04:58.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18052026-06-05T17:04:58.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18062026-06-05T17:04:58.934Z
18072026-06-05T17:04:58.934Zinfo: running `cargo check --bins` on bootstore (2/295)
18082026-06-05T17:04:59.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18092026-06-05T17:04:59.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18102026-06-05T17:04:59.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18112026-06-05T17:04:59.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18122026-06-05T17:04:59.526Z
18132026-06-05T17:04:59.526Zinfo: running `cargo check --bins` on omicron-ledger (3/295)
18142026-06-05T17:05:00.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18152026-06-05T17:05:00.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18162026-06-05T17:05:00.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18172026-06-05T17:05:00.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18182026-06-05T17:05:00.121Z
18192026-06-05T17:05:00.121Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/295)
18202026-06-05T17:05:00.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18212026-06-05T17:05:00.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18222026-06-05T17:05:00.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18232026-06-05T17:05:00.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18242026-06-05T17:05:00.715Z
18252026-06-05T17:05:00.715Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/295)
18262026-06-05T17:05:01.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272026-06-05T17:05:01.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282026-06-05T17:05:01.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292026-06-05T17:05:01.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18302026-06-05T17:05:01.314Z
18312026-06-05T17:05:01.314Zinfo: running `cargo check --bins` on omicron-certificates (6/295)
18322026-06-05T17:05:01.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332026-06-05T17:05:01.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342026-06-05T17:05:01.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352026-06-05T17:05:01.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18362026-06-05T17:05:01.927Z
18372026-06-05T17:05:01.927Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/295)
18382026-06-05T17:05:02.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392026-06-05T17:05:02.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402026-06-05T17:05:02.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412026-06-05T17:05:02.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18422026-06-05T17:05:02.537Z
18432026-06-05T17:05:02.537Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/295)
18442026-06-05T17:05:03.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452026-06-05T17:05:03.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462026-06-05T17:05:03.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472026-06-05T17:05:03.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18482026-06-05T17:05:03.128Z
18492026-06-05T17:05:03.128Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/295)
18502026-06-05T17:05:03.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512026-06-05T17:05:03.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522026-06-05T17:05:03.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532026-06-05T17:05:03.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18542026-06-05T17:05:03.598Z
18552026-06-05T17:05:03.598Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/295)
18562026-06-05T17:05:04.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572026-06-05T17:05:04.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582026-06-05T17:05:04.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592026-06-05T17:05:04.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18602026-06-05T17:05:04.071Z
18612026-06-05T17:05:04.071Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/295)
18622026-06-05T17:05:04.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-06-05T17:05:04.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-06-05T17:05:04.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-06-05T17:05:04.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18662026-06-05T17:05:04.535Z
18672026-06-05T17:05:04.535Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/295)
18682026-06-05T17:05:04.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-06-05T17:05:04.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-06-05T17:05:04.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-06-05T17:05:04.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18722026-06-05T17:05:05.002Z
18732026-06-05T17:05:05.002Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/295)
18742026-06-05T17:05:05.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-06-05T17:05:05.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-06-05T17:05:05.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-06-05T17:05:05.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18782026-06-05T17:05:05.463Z
18792026-06-05T17:05:05.463Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/295)
18802026-06-05T17:05:05.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-06-05T17:05:05.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-06-05T17:05:05.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-06-05T17:05:05.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18842026-06-05T17:05:05.923Z
18852026-06-05T17:05:05.923Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/295)
18862026-06-05T17:05:06.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-06-05T17:05:06.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-06-05T17:05:06.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-06-05T17:05:06.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18902026-06-05T17:05:06.487Z
18912026-06-05T17:05:06.487Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/295)
18922026-06-05T17:05:06.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-06-05T17:05:06.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-06-05T17:05:06.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-06-05T17:05:06.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18962026-06-05T17:05:06.853Z
18972026-06-05T17:05:06.853Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/295)
18982026-06-05T17:05:07.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-06-05T17:05:07.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-06-05T17:05:07.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-06-05T17:05:07.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19022026-06-05T17:05:07.318Z
19032026-06-05T17:05:07.318Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/295)
19042026-06-05T17:05:07.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-06-05T17:05:07.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-06-05T17:05:07.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-06-05T17:05:07.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19082026-06-05T17:05:07.807Z
19092026-06-05T17:05:07.807Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/295)
19102026-06-05T17:05:08.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-06-05T17:05:08.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-06-05T17:05:08.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-06-05T17:05:08.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19142026-06-05T17:05:08.297Z
19152026-06-05T17:05:08.297Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/295)
19162026-06-05T17:05:08.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-06-05T17:05:08.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-06-05T17:05:08.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-06-05T17:05:08.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19202026-06-05T17:05:08.732Z
19212026-06-05T17:05:08.732Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/295)
19222026-06-05T17:05:09.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-06-05T17:05:09.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-06-05T17:05:09.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-06-05T17:05:09.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19262026-06-05T17:05:09.192Z
19272026-06-05T17:05:09.192Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/295)
19282026-06-05T17:05:09.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-06-05T17:05:09.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-06-05T17:05:09.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-06-05T17:05:09.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19322026-06-05T17:05:09.670Z
19332026-06-05T17:05:09.670Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/295)
19342026-06-05T17:05:10.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-06-05T17:05:10.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-06-05T17:05:10.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-06-05T17:05:10.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19382026-06-05T17:05:10.890Z
19392026-06-05T17:05:10.890Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/295)
19402026-06-05T17:05:10.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-06-05T17:05:10.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-06-05T17:05:10.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-06-05T17:05:10.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19442026-06-05T17:05:10.890Z
19452026-06-05T17:05:10.891Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/295)
19462026-06-05T17:05:11.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-06-05T17:05:11.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-06-05T17:05:11.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-06-05T17:05:11.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19502026-06-05T17:05:11.075Z
19512026-06-05T17:05:11.075Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/295)
19522026-06-05T17:05:11.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-06-05T17:05:11.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-06-05T17:05:11.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-06-05T17:05:11.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19562026-06-05T17:05:11.588Z
19572026-06-05T17:05:11.588Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/295)
19582026-06-05T17:05:11.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-06-05T17:05:11.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-06-05T17:05:11.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-06-05T17:05:11.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19622026-06-05T17:05:12.047Z
19632026-06-05T17:05:12.047Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/295)
19642026-06-05T17:05:12.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-06-05T17:05:12.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-06-05T17:05:12.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-06-05T17:05:12.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19682026-06-05T17:05:12.517Z
19692026-06-05T17:05:12.517Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/295)
19702026-06-05T17:05:12.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-06-05T17:05:12.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-06-05T17:05:12.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-06-05T17:05:12.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19742026-06-05T17:05:12.969Z
19752026-06-05T17:05:12.969Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/295)
19762026-06-05T17:05:13.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-06-05T17:05:13.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-06-05T17:05:13.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-06-05T17:05:13.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19802026-06-05T17:05:13.480Z
19812026-06-05T17:05:13.480Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/295)
19822026-06-05T17:05:14.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-06-05T17:05:14.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-06-05T17:05:14.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-06-05T17:05:14.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19862026-06-05T17:05:14.284Z
19872026-06-05T17:05:14.284Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/295)
19882026-06-05T17:05:14.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-06-05T17:05:14.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-06-05T17:05:14.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-06-05T17:05:14.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19922026-06-05T17:05:14.411Z
19932026-06-05T17:05:14.411Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/295)
19942026-06-05T17:05:14.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-06-05T17:05:14.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-06-05T17:05:14.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-06-05T17:05:14.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19982026-06-05T17:05:14.814Z
19992026-06-05T17:05:14.814Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/295)
20002026-06-05T17:05:15.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-06-05T17:05:15.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-06-05T17:05:15.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-06-05T17:05:15.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20042026-06-05T17:05:15.302Z
20052026-06-05T17:05:15.302Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/295)
20062026-06-05T17:05:15.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-06-05T17:05:15.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-06-05T17:05:15.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-06-05T17:05:15.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20102026-06-05T17:05:15.750Z
20112026-06-05T17:05:15.751Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/295)
20122026-06-05T17:05:16.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-06-05T17:05:16.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-06-05T17:05:16.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-06-05T17:05:16.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20162026-06-05T17:05:16.224Z
20172026-06-05T17:05:16.224Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/295)
20182026-06-05T17:05:16.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-06-05T17:05:16.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-06-05T17:05:16.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-06-05T17:05:16.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20222026-06-05T17:05:16.754Z
20232026-06-05T17:05:16.754Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/295)
20242026-06-05T17:05:17.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-06-05T17:05:17.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-06-05T17:05:17.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-06-05T17:05:17.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20282026-06-05T17:05:17.854Z
20292026-06-05T17:05:17.854Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/295)
20302026-06-05T17:05:18.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-06-05T17:05:18.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-06-05T17:05:18.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-06-05T17:05:18.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20342026-06-05T17:05:18.059Z
20352026-06-05T17:05:18.059Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/295)
20362026-06-05T17:05:18.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-06-05T17:05:18.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-06-05T17:05:18.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-06-05T17:05:18.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20402026-06-05T17:05:19.883Z
20412026-06-05T17:05:19.883Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/295)
20422026-06-05T17:05:20.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-06-05T17:05:20.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-06-05T17:05:20.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-06-05T17:05:20.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20462026-06-05T17:05:20.044Z
20472026-06-05T17:05:20.044Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/295)
20482026-06-05T17:05:20.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-06-05T17:05:20.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-06-05T17:05:20.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-06-05T17:05:20.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20522026-06-05T17:05:20.045Z
20532026-06-05T17:05:20.045Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/295)
20542026-06-05T17:05:20.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-06-05T17:05:20.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-06-05T17:05:20.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-06-05T17:05:20.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20582026-06-05T17:05:20.045Z
20592026-06-05T17:05:20.045Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/295)
20602026-06-05T17:05:20.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-06-05T17:05:20.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-06-05T17:05:20.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-06-05T17:05:20.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20642026-06-05T17:05:20.152Z
20652026-06-05T17:05:20.152Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/295)
20662026-06-05T17:05:20.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-06-05T17:05:20.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-06-05T17:05:20.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-06-05T17:05:20.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20702026-06-05T17:05:20.422Z
20712026-06-05T17:05:20.423Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/295)
20722026-06-05T17:05:20.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-06-05T17:05:20.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-06-05T17:05:20.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-06-05T17:05:20.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20762026-06-05T17:05:20.915Z
20772026-06-05T17:05:20.916Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/295)
20782026-06-05T17:05:21.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-06-05T17:05:21.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-06-05T17:05:21.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-06-05T17:05:21.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20822026-06-05T17:05:21.363Z
20832026-06-05T17:05:21.363Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/295)
20842026-06-05T17:05:22.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-06-05T17:05:22.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-06-05T17:05:22.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-06-05T17:05:22.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20882026-06-05T17:05:22.385Z
20892026-06-05T17:05:22.385Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/295)
20902026-06-05T17:05:22.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-06-05T17:05:22.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-06-05T17:05:22.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-06-05T17:05:22.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20942026-06-05T17:05:22.606Z
20952026-06-05T17:05:22.606Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/295)
20962026-06-05T17:05:23.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-06-05T17:05:23.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-06-05T17:05:23.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-06-05T17:05:23.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21002026-06-05T17:05:23.131Z
21012026-06-05T17:05:23.131Zinfo: running `cargo check --bins` on nexus-config (51/295)
21022026-06-05T17:05:23.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-06-05T17:05:23.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-06-05T17:05:23.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-06-05T17:05:23.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21062026-06-05T17:05:23.776Z
21072026-06-05T17:05:23.776Zinfo: running `cargo check --bins` on nexus-types (52/295)
21082026-06-05T17:05:24.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-06-05T17:05:24.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-06-05T17:05:24.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-06-05T17:05:24.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21122026-06-05T17:05:24.382Z
21132026-06-05T17:05:24.382Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/295)
21142026-06-05T17:05:25.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-06-05T17:05:25.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-06-05T17:05:25.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-06-05T17:05:25.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21182026-06-05T17:05:25.090Z
21192026-06-05T17:05:25.090Zinfo: running `cargo check --bins` on omicron-passwords (54/295)
21202026-06-05T17:05:25.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-06-05T17:05:25.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-06-05T17:05:25.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-06-05T17:05:25.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21242026-06-05T17:05:25.576Z
21252026-06-05T17:05:25.576Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/295)
21262026-06-05T17:05:26.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-06-05T17:05:26.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-06-05T17:05:26.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-06-05T17:05:26.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21302026-06-05T17:05:26.308Z
21312026-06-05T17:05:26.308Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/295)
21322026-06-05T17:05:26.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-06-05T17:05:26.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-06-05T17:05:26.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-06-05T17:05:26.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21362026-06-05T17:05:26.792Z
21372026-06-05T17:05:26.792Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/295)
21382026-06-05T17:05:27.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-06-05T17:05:27.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-06-05T17:05:27.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-06-05T17:05:27.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21422026-06-05T17:05:27.380Z
21432026-06-05T17:05:27.380Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/295)
21442026-06-05T17:05:27.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-06-05T17:05:27.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-06-05T17:05:27.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-06-05T17:05:27.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21482026-06-05T17:05:27.992Z
21492026-06-05T17:05:27.992Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/295)
21502026-06-05T17:05:28.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-06-05T17:05:28.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-06-05T17:05:28.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-06-05T17:05:28.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21542026-06-05T17:05:28.588Z
21552026-06-05T17:05:28.588Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/295)
21562026-06-05T17:05:29.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-06-05T17:05:29.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-06-05T17:05:29.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-06-05T17:05:29.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21602026-06-05T17:05:29.167Z
21612026-06-05T17:05:29.167Zinfo: running `cargo check --bins --no-default-features` on gfss (61/295)
21622026-06-05T17:05:29.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-06-05T17:05:29.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-06-05T17:05:29.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-06-05T17:05:29.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21662026-06-05T17:05:29.749Z
21672026-06-05T17:05:29.749Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/295)
21682026-06-05T17:05:30.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-06-05T17:05:30.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-06-05T17:05:30.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-06-05T17:05:30.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21722026-06-05T17:05:30.361Z
21732026-06-05T17:05:30.361Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/295)
21742026-06-05T17:05:30.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-06-05T17:05:30.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-06-05T17:05:30.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-06-05T17:05:30.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21782026-06-05T17:05:30.952Z
21792026-06-05T17:05:30.953Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/295)
21802026-06-05T17:05:31.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-06-05T17:05:31.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-06-05T17:05:31.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-06-05T17:05:31.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21842026-06-05T17:05:31.544Z
21852026-06-05T17:05:31.544Zinfo: running `cargo check --bins` on cockroach-admin-types (65/295)
21862026-06-05T17:05:32.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-06-05T17:05:32.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-06-05T17:05:32.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-06-05T17:05:32.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21902026-06-05T17:05:32.546Z
21912026-06-05T17:05:32.547Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/295)
21922026-06-05T17:05:32.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-06-05T17:05:32.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-06-05T17:05:32.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-06-05T17:05:32.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21962026-06-05T17:05:32.796Z
21972026-06-05T17:05:32.796Zinfo: running `cargo check --bins` on ereport-types (67/295)
21982026-06-05T17:05:33.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-06-05T17:05:33.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-06-05T17:05:33.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-06-05T17:05:33.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22022026-06-05T17:05:33.325Z
22032026-06-05T17:05:33.325Zinfo: running `cargo check --bins` on gateway-client (68/295)
22042026-06-05T17:05:33.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-06-05T17:05:33.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-06-05T17:05:33.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-06-05T17:05:33.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22082026-06-05T17:05:33.888Z
22092026-06-05T17:05:33.888Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/295)
22102026-06-05T17:05:34.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-06-05T17:05:34.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-06-05T17:05:34.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-06-05T17:05:34.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22142026-06-05T17:05:34.488Z
22152026-06-05T17:05:34.489Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/295)
22162026-06-05T17:05:35.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-06-05T17:05:35.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-06-05T17:05:35.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-06-05T17:05:35.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22202026-06-05T17:05:35.547Z
22212026-06-05T17:05:35.547Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/295)
22222026-06-05T17:05:35.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-06-05T17:05:35.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-06-05T17:05:35.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-06-05T17:05:35.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22262026-06-05T17:05:35.697Z
22272026-06-05T17:05:35.697Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/295)
22282026-06-05T17:05:36.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-06-05T17:05:36.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-06-05T17:05:36.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-06-05T17:05:36.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22322026-06-05T17:05:36.288Z
22332026-06-05T17:05:36.288Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/295)
22342026-06-05T17:05:36.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-06-05T17:05:36.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-06-05T17:05:36.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-06-05T17:05:36.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22382026-06-05T17:05:36.914Z
22392026-06-05T17:05:36.914Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/295)
22402026-06-05T17:05:37.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-06-05T17:05:37.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-06-05T17:05:37.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-06-05T17:05:37.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22442026-06-05T17:05:37.511Z
22452026-06-05T17:05:37.511Zinfo: running `cargo check --bins` on key-manager-types (75/295)
22462026-06-05T17:05:38.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-06-05T17:05:38.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-06-05T17:05:38.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22492026-06-05T17:05:38.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22502026-06-05T17:05:38.177Z
22512026-06-05T17:05:38.177Zinfo: running `cargo check --bins` on oxlog (76/295)
22522026-06-05T17:05:38.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22532026-06-05T17:05:38.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22542026-06-05T17:05:38.702Z Checking cfg-if v1.0.4
22552026-06-05T17:05:38.710Z Checking libc v0.2.185
22562026-06-05T17:05:38.711Z Checking serde_core v1.0.228
22572026-06-05T17:05:38.849Z Checking zeroize v1.8.2
22582026-06-05T17:05:38.873Z Checking memchr v2.8.0
22592026-06-05T17:05:38.873Z Checking log v0.4.29
22602026-06-05T17:05:38.873Z Checking smallvec v1.15.1
22612026-06-05T17:05:38.895Z Checking typenum v1.19.0
22622026-06-05T17:05:38.895Z Checking subtle v2.6.1
22632026-06-05T17:05:38.954Z Checking itoa v1.0.17
22642026-06-05T17:05:38.992Z Checking scopeguard v1.2.0
22652026-06-05T17:05:39.024Z Checking stable_deref_trait v1.2.1
22662026-06-05T17:05:39.034Z Checking const-oid v0.9.6
22672026-06-05T17:05:39.087Z Checking lock_api v0.4.14
22682026-06-05T17:05:39.129Z Checking zerofrom v0.1.6
22692026-06-05T17:05:39.136Z Checking pin-project-lite v0.2.17
22702026-06-05T17:05:39.197Z Checking portable-atomic v1.13.1
22712026-06-05T17:05:39.220Z Checking futures-core v0.3.32
22722026-06-05T17:05:39.236Z Checking yoke v0.8.1
22732026-06-05T17:05:39.236Z Checking getrandom v0.2.17
22742026-06-05T17:05:39.285Z Checking errno v0.3.14
22752026-06-05T17:05:39.329Z Checking parking_lot_core v0.9.12
22762026-06-05T17:05:39.375Z Checking generic-array v0.14.7
22772026-06-05T17:05:39.397Z Checking signal-hook-registry v1.4.8
22782026-06-05T17:05:39.411Z Checking rand_core v0.6.4
22792026-06-05T17:05:39.452Z Checking zerovec v0.11.5
22802026-06-05T17:05:39.522Z Checking critical-section v1.2.0
22812026-06-05T17:05:39.576Z Checking parking_lot v0.12.5
22822026-06-05T17:05:39.611Z Checking mio v1.2.0
22832026-06-05T17:05:39.633Z Checking zerocopy v0.8.40
22842026-06-05T17:05:39.633Z Checking once_cell v1.21.3
22852026-06-05T17:05:39.771Z Checking zmij v1.0.21
22862026-06-05T17:05:39.792Z Checking socket2 v0.6.3
22872026-06-05T17:05:39.792Z Checking libm v0.2.16
22882026-06-05T17:05:39.819Z Checking crypto-common v0.1.7
22892026-06-05T17:05:39.849Z Checking block-buffer v0.10.4
22902026-06-05T17:05:39.866Z Checking tinystr v0.8.2
22912026-06-05T17:05:39.918Z Checking equivalent v1.0.2
22922026-06-05T17:05:39.947Z Checking writeable v0.6.2
22932026-06-05T17:05:39.981Z Checking litemap v0.8.1
22942026-06-05T17:05:40.008Z Checking percent-encoding v2.3.2
22952026-06-05T17:05:40.008Z Checking digest v0.10.7
22962026-06-05T17:05:40.038Z Checking potential_utf v0.1.4
22972026-06-05T17:05:40.142Z Checking zerotrie v0.2.3
22982026-06-05T17:05:40.480Z Checking futures-sink v0.3.32
22992026-06-05T17:05:40.480Z Checking icu_locale_core v2.1.1
23002026-06-05T17:05:40.632Z Checking icu_collections v2.1.1
23012026-06-05T17:05:40.632Z Checking slab v0.4.12
23022026-06-05T17:05:40.632Z Checking futures-channel v0.3.32
23032026-06-05T17:05:40.632Z Checking serde v1.0.228
23042026-06-05T17:05:40.632Z Checking bitflags v2.11.0
23052026-06-05T17:05:40.632Z Checking serde_json v1.0.149
23062026-06-05T17:05:40.632Z Checking futures-task v0.3.32
23072026-06-05T17:05:40.632Z Checking futures-io v0.3.32
23082026-06-05T17:05:40.632Z Checking num-traits v0.2.19
23092026-06-05T17:05:40.632Z Checking cpufeatures v0.2.17
23102026-06-05T17:05:40.729Z Checking hmac v0.12.1
23112026-06-05T17:05:40.729Z Checking icu_normalizer_data v2.1.1
23122026-06-05T17:05:40.729Z Checking futures-util v0.3.32
23132026-06-05T17:05:40.729Z Checking icu_properties_data v2.1.2
23142026-06-05T17:05:40.804Z Checking rand_core v0.10.0
23152026-06-05T17:05:40.804Z Checking bytes v1.11.1
23162026-06-05T17:05:40.814Z Checking icu_provider v2.1.1
23172026-06-05T17:05:40.878Z Checking hashbrown v0.17.0
23182026-06-05T17:05:40.918Z Checking getrandom v0.4.1
23192026-06-05T17:05:41.006Z Checking icu_normalizer v2.1.1
23202026-06-05T17:05:41.058Z Checking icu_properties v2.1.2
23212026-06-05T17:05:41.058Z Checking block-padding v0.3.3
23222026-06-05T17:05:41.102Z Checking utf8_iter v1.0.4
23232026-06-05T17:05:41.134Z Checking inout v0.1.4
23242026-06-05T17:05:41.161Z Checking tokio v1.52.1
23252026-06-05T17:05:41.227Z Checking sha2 v0.10.9
23262026-06-05T17:05:41.249Z Checking indexmap v2.14.0
23272026-06-05T17:05:41.314Z Checking form_urlencoded v1.2.2
23282026-06-05T17:05:41.331Z Checking cipher v0.4.4
23292026-06-05T17:05:41.407Z Checking getrandom v0.3.4
23302026-06-05T17:05:41.473Z Checking fnv v1.0.7
23312026-06-05T17:05:41.514Z Checking base64ct v1.8.3
23322026-06-05T17:05:41.558Z Checking byteorder v1.5.0
23332026-06-05T17:05:41.585Z Checking flagset v0.4.7
23342026-06-05T17:05:41.710Z Checking rand_core v0.9.5
23352026-06-05T17:05:41.765Z Checking pem-rfc7468 v0.7.0
23362026-06-05T17:05:41.765Z Checking http v1.4.0
23372026-06-05T17:05:41.849Z Checking regex-syntax v0.8.10
23382026-06-05T17:05:41.901Z Checking idna_adapter v1.2.1
23392026-06-05T17:05:41.901Z Checking salsa20 v0.10.2
23402026-06-05T17:05:41.901Z Checking der v0.7.10
23412026-06-05T17:05:41.944Z Checking idna v1.1.0
23422026-06-05T17:05:41.980Z Checking uuid v1.23.0
23432026-06-05T17:05:43.922Z Checking url v2.5.8
23442026-06-05T17:05:44.008Z Checking pbkdf2 v0.12.2
23452026-06-05T17:05:44.008Z Checking rustix v1.1.3
23462026-06-05T17:05:44.008Z Checking ppv-lite86 v0.2.21
23472026-06-05T17:05:44.008Z Checking tracing-core v0.1.36
23482026-06-05T17:05:44.008Z Checking rustls-pki-types v1.14.0
23492026-06-05T17:05:44.008Z Checking spki v0.7.3
23502026-06-05T17:05:44.008Z Checking iana-time-zone v0.1.65
23512026-06-05T17:05:44.008Z Checking base64 v0.22.1
23522026-06-05T17:05:44.008Z Checking tracing v0.1.44
23532026-06-05T17:05:44.008Z Checking chrono v0.4.44
23542026-06-05T17:05:44.008Z Checking rand_chacha v0.9.0
23552026-06-05T17:05:44.008Z Checking scrypt v0.11.0
23562026-06-05T17:05:44.008Z Checking http-body v1.0.1
23572026-06-05T17:05:44.008Z Checking cbc v0.1.2
23582026-06-05T17:05:44.008Z Checking aes v0.8.4
23592026-06-05T17:05:44.008Z Checking aws-lc-sys v0.40.0
23602026-06-05T17:05:44.008Z Checking untrusted v0.9.0
23612026-06-05T17:05:44.008Z Checking openssl-probe v0.2.1
23622026-06-05T17:05:44.009Z Checking untrusted v0.7.1
23632026-06-05T17:05:44.009Z Checking tinyvec_macros v0.1.1
23642026-06-05T17:05:44.009Z Checking ring v0.17.14
23652026-06-05T17:05:44.009Z Checking rand v0.9.2
23662026-06-05T17:05:44.009Z Checking tinyvec v1.10.0
23672026-06-05T17:05:44.009Z Checking tower-layer v0.3.3
23682026-06-05T17:05:44.009Z Checking pkcs5 v0.7.1
23692026-06-05T17:05:44.009Z Checking tower-service v0.3.3
23702026-06-05T17:05:44.009Z Checking try-lock v0.2.5
23712026-06-05T17:05:44.009Z Checking aws-lc-rs v1.16.3
23722026-06-05T17:05:44.009Z Checking atomic-waker v1.1.2
23732026-06-05T17:05:44.009Z Checking want v0.3.1
23742026-06-05T17:05:44.009Z Checking pkcs8 v0.10.2
23752026-06-05T17:05:44.009Z Checking ipnet v2.11.0
23762026-06-05T17:05:44.009Z Checking httparse v1.10.1
23772026-06-05T17:05:44.009Z Checking aho-corasick v1.1.4
23782026-06-05T17:05:44.009Z Checking pin-utils v0.1.0
23792026-06-05T17:05:44.009Z Checking dyn-clone v1.0.20
23802026-06-05T17:05:44.009Z Checking fastrand v2.3.0
23812026-06-05T17:05:44.009Z Checking utf8parse v0.2.2
23822026-06-05T17:05:44.009Z Checking plain v0.2.3
23832026-06-05T17:05:44.009Z Checking httpdate v1.0.3
23842026-06-05T17:05:44.010Z Checking foreign-types-shared v0.1.1
23852026-06-05T17:05:44.010Z Checking tempfile v3.25.0
23862026-06-05T17:05:44.064Z Checking unicode-normalization v0.1.25
23872026-06-05T17:05:44.064Z Checking foreign-types v0.3.2
23882026-06-05T17:05:44.064Z Checking semver v1.0.28
23892026-06-05T17:05:44.097Z Checking openssl-sys v0.9.115
23902026-06-05T17:05:44.131Z Checking spin v0.9.8
23912026-06-05T17:05:44.143Z Checking unicode-ident v1.0.24
23922026-06-05T17:05:44.202Z Checking ucd-trie v0.1.7
23932026-06-05T17:05:44.241Z Checking anstyle v1.0.14
23942026-06-05T17:05:44.361Z Checking regex-automata v0.4.14
23952026-06-05T17:05:44.374Z Checking proc-macro2 v1.0.106
23962026-06-05T17:05:44.374Z Checking rustls-webpki v0.103.9
23972026-06-05T17:05:44.374Z Checking pest v2.8.6
23982026-06-05T17:05:44.374Z Checking schemars v0.8.22
23992026-06-05T17:05:44.400Z Checking tokio-util v0.7.18
24002026-06-05T17:05:44.427Z Checking rustls-native-certs v0.8.3
24012026-06-05T17:05:44.442Z Checking openssl v0.10.79
24022026-06-05T17:05:44.561Z Checking thiserror v2.0.18
24032026-06-05T17:05:44.608Z Checking sync_wrapper v1.0.2
24042026-06-05T17:05:44.660Z Checking wait-timeout v0.2.1
24052026-06-05T17:05:44.710Z Checking pretty-hex v0.4.1
24062026-06-05T17:05:44.736Z Checking rustls v0.23.37
24072026-06-05T17:05:44.779Z Checking quick-error v1.2.3
24082026-06-05T17:05:44.827Z Checking colorchoice v1.0.4
24092026-06-05T17:05:44.878Z Checking simd-adler32 v0.3.8
24102026-06-05T17:05:44.924Z Checking powerfmt v0.2.0
24112026-06-05T17:05:44.990Z Checking is_terminal_polyfill v1.70.2
24122026-06-05T17:05:45.016Z Checking h2 v0.4.13
24132026-06-05T17:05:45.048Z Checking anstyle-query v1.1.5
24142026-06-05T17:05:45.074Z Checking siphasher v1.0.2
24152026-06-05T17:05:45.078Z Checking bit-vec v0.8.0
24162026-06-05T17:05:45.138Z Checking deranged v0.5.8
24172026-06-05T17:05:45.232Z Checking rusty-fork v0.3.1
24182026-06-05T17:05:45.282Z Checking bit-set v0.8.0
24192026-06-05T17:05:45.392Z Checking tower v0.5.3
24202026-06-05T17:05:45.404Z Checking quote v1.0.45
24212026-06-05T17:05:45.541Z Compiling newtype-uuid v1.3.2
24222026-06-05T17:05:45.586Z Checking http-body-util v0.1.3
24232026-06-05T17:05:45.602Z Checking crossbeam-utils v0.8.21
24242026-06-05T17:05:45.766Z Checking webpki-roots v1.0.6
24252026-06-05T17:05:45.785Z Checking rand_xorshift v0.4.0
24262026-06-05T17:05:45.882Z Checking crc32fast v1.5.0
24272026-06-05T17:05:45.906Z Checking scroll v0.13.0
24282026-06-05T17:05:45.945Z Checking signature v2.2.0
24292026-06-05T17:05:46.030Z Checking unicode-bidi v0.3.18
24302026-06-05T17:05:46.072Z Checking time-core v0.1.8
24312026-06-05T17:05:46.085Z Checking iri-string v0.7.10
24322026-06-05T17:05:46.121Z Checking allocator-api2 v0.2.21
24332026-06-05T17:05:46.137Z Checking adler2 v2.0.1
24342026-06-05T17:05:46.205Z Checking unicode-properties v0.1.4
24352026-06-05T17:05:46.239Z Checking num-conv v0.2.0
24362026-06-05T17:05:46.320Z Checking ryu v1.0.23
24372026-06-05T17:05:46.359Z Checking num_threads v0.1.7
24382026-06-05T17:05:46.394Z Checking unarray v0.1.4
24392026-06-05T17:05:46.438Z Checking stringprep v0.1.5
24402026-06-05T17:05:46.486Z Checking time v0.3.47
24412026-06-05T17:05:46.487Z Checking serde_urlencoded v0.7.1
24422026-06-05T17:05:46.487Z Checking native-tls v0.2.18
24432026-06-05T17:05:46.503Z Checking proptest v1.10.0
24442026-06-05T17:05:46.565Z Checking miniz_oxide v0.8.9
24452026-06-05T17:05:46.630Z Checking tokio-native-tls v0.3.1
24462026-06-05T17:05:46.690Z Checking goblin v0.10.5
24472026-06-05T17:05:46.790Z Checking bstr v1.12.1
24482026-06-05T17:05:46.931Z Checking crossbeam-epoch v0.9.18
24492026-06-05T17:05:47.125Z Checking tokio-rustls v0.26.4
24502026-06-05T17:05:47.153Z Checking tower-http v0.6.8
24512026-06-05T17:05:47.170Z Checking syn v2.0.117
24522026-06-05T17:05:47.200Z Compiling daft v0.1.7
24532026-06-05T17:05:47.359Z Checking ipnetwork v0.21.1
24542026-06-05T17:05:47.429Z Checking anstyle-parse v1.0.0
24552026-06-05T17:05:47.473Z Checking rand_chacha v0.3.1
24562026-06-05T17:05:47.574Z Checking thiserror v1.0.69
24572026-06-05T17:05:47.586Z Checking scroll v0.12.0
24582026-06-05T17:05:47.592Z Checking hash32 v0.2.1
24592026-06-05T17:05:47.668Z Checking zstd-sys v2.0.16+zstd.1.5.7
24602026-06-05T17:05:47.770Z Checking num-integer v0.1.46
24612026-06-05T17:05:47.777Z Checking serde_spanned v0.6.9
24622026-06-05T17:05:47.777Z Checking hyper v1.8.1
24632026-06-05T17:05:47.783Z Checking toml_datetime v0.6.11
24642026-06-05T17:05:47.820Z Checking md-5 v0.10.6
24652026-06-05T17:05:47.860Z Checking ff v0.13.1
24662026-06-05T17:05:47.899Z Checking encoding_rs v0.8.35
24672026-06-05T17:05:47.952Z Checking zlib-rs v0.6.2
24682026-06-05T17:05:47.955Z Checking fallible-iterator v0.2.0
24692026-06-05T17:05:47.985Z Checking mime v0.3.17
24702026-06-05T17:05:48.154Z Checking base16ct v0.2.0
24712026-06-05T17:05:48.237Z Checking psl-types v2.0.11
24722026-06-05T17:05:48.297Z Checking sec1 v0.7.3
24732026-06-05T17:05:48.354Z Checking publicsuffix v2.3.0
24742026-06-05T17:05:48.512Z Checking postgres-protocol v0.6.10
24752026-06-05T17:05:48.519Z Checking group v0.13.0
24762026-06-05T17:05:48.519Z Checking num-iter v0.1.45
24772026-06-05T17:05:48.639Z Checking goblin v0.8.2
24782026-06-05T17:05:48.645Z Checking zstd-safe v7.2.4
24792026-06-05T17:05:48.663Z Checking hyper-util v0.1.20
24802026-06-05T17:05:48.772Z Checking heapless v0.7.17
24812026-06-05T17:05:48.802Z Checking rand v0.8.6
24822026-06-05T17:05:48.830Z Checking cookie v0.18.1
24832026-06-05T17:05:48.849Z Checking flate2 v1.1.9
24842026-06-05T17:05:49.045Z Checking dof v0.4.0
24852026-06-05T17:05:49.062Z Checking anstream v1.0.0
24862026-06-05T17:05:49.139Z Checking oxnet v0.1.5
24872026-06-05T17:05:49.181Z Compiling iddqd v0.4.2
24882026-06-05T17:05:49.262Z Checking dtrace-parser v0.3.0
24892026-06-05T17:05:49.307Z Checking phf_shared v0.13.1
24902026-06-05T17:05:49.376Z Checking lazy_static v1.5.0
24912026-06-05T17:05:49.441Z Checking anstyle-parse v0.2.7
24922026-06-05T17:05:49.464Z Checking pin-project v1.1.11
24932026-06-05T17:05:49.499Z Checking zerocopy v0.7.35
24942026-06-05T17:05:49.505Z Checking bzip2-sys v0.1.13+1.0.8
24952026-06-05T17:05:49.559Z Checking signal-hook v0.3.18
24962026-06-05T17:05:49.589Z Checking terminal_size v0.4.3
24972026-06-05T17:05:49.602Z Checking futures-executor v0.3.32
24982026-06-05T17:05:49.668Z Checking hex v0.4.3
24992026-06-05T17:05:49.699Z Checking hkdf v0.12.4
25002026-06-05T17:05:49.743Z Checking crypto-bigint v0.5.5
25012026-06-05T17:05:49.748Z Checking thread-id v5.1.0
25022026-06-05T17:05:49.831Z Checking bumpalo v3.20.2
25032026-06-05T17:05:49.850Z Checking winnow v0.5.40
25042026-06-05T17:05:49.885Z Checking managed v0.8.0
25052026-06-05T17:05:50.036Z Checking hyper-rustls v0.27.7
25062026-06-05T17:05:50.045Z Checking hyper-tls v0.6.0
25072026-06-05T17:05:50.045Z Checking same-file v1.0.6
25082026-06-05T17:05:50.069Z Checking clap_lex v1.0.0
25092026-06-05T17:05:50.128Z Compiling rayon-core v1.13.0
25102026-06-05T17:05:50.148Z Checking bitflags v1.3.2
25112026-06-05T17:05:50.166Z Checking strsim v0.11.1
25122026-06-05T17:05:50.218Z Checking either v1.15.0
25132026-06-05T17:05:50.234Z Checking foldhash v0.1.5
25142026-06-05T17:05:50.302Z Checking libbz2-rs-sys v0.2.2
25152026-06-05T17:05:50.324Z Checking winnow v0.7.14
25162026-06-05T17:05:50.362Z Checking foldhash v0.2.0
25172026-06-05T17:05:50.405Z Checking hashbrown v0.15.5
25182026-06-05T17:05:50.429Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25192026-06-05T17:05:50.514Z Checking dof v0.3.0
25202026-06-05T17:05:50.525Z Checking hashbrown v0.16.1
25212026-06-05T17:05:50.616Z Checking clap_builder v4.6.0
25222026-06-05T17:05:50.631Z Checking elliptic-curve v0.13.8
25232026-06-05T17:05:50.692Z Checking bzip2 v0.6.1
25242026-06-05T17:05:50.817Z Checking smoltcp v0.9.1
25252026-06-05T17:05:50.854Z Checking reqwest v0.12.28
25262026-06-05T17:05:50.869Z Checking walkdir v2.5.0
25272026-06-05T17:05:50.949Z Checking zopfli v0.8.3
25282026-06-05T17:05:50.997Z Checking toml_edit v0.19.15
25292026-06-05T17:05:51.025Z Checking usdt-impl v0.6.0
25302026-06-05T17:05:51.031Z Checking signal-hook-mio v0.2.5
25312026-06-05T17:05:51.136Z Checking futures v0.3.32
25322026-06-05T17:05:51.216Z Checking bzip2 v0.4.4
25332026-06-05T17:05:51.268Z Checking anstream v0.6.21
25342026-06-05T17:05:51.291Z Checking snafu v0.8.9
25352026-06-05T17:05:51.375Z Checking phf v0.13.1
25362026-06-05T17:05:51.404Z Checking num-bigint-dig v0.8.6
25372026-06-05T17:05:51.503Z Checking cookie_store v0.22.1
25382026-06-05T17:05:51.531Z Checking zstd v0.13.3
25392026-06-05T17:05:51.550Z Checking postgres-types v0.2.12
25402026-06-05T17:05:51.721Z Checking dtrace-parser v0.2.0
25412026-06-05T17:05:51.736Z Checking globset v0.4.18
25422026-06-05T17:05:51.749Z Checking crossbeam-deque v0.8.6
25432026-06-05T17:05:52.079Z Checking rustls-platform-verifier v0.6.2
25442026-06-05T17:05:52.160Z Checking regex v1.12.3
25452026-06-05T17:05:52.160Z Checking ed25519 v2.2.3
25462026-06-05T17:05:52.160Z Checking phf_shared v0.11.3
25472026-06-05T17:05:52.160Z Checking olpc-cjson v0.1.4
25482026-06-05T17:05:52.160Z Checking ref-cast v1.0.25
25492026-06-05T17:05:52.160Z Checking curve25519-dalek v4.1.3
25502026-06-05T17:05:52.160Z Checking strum v0.27.2
25512026-06-05T17:05:52.160Z Checking hubpack v0.1.2
25522026-06-05T17:05:52.160Z Checking memoffset v0.9.1
25532026-06-05T17:05:52.160Z Checking rustix v0.38.44
25542026-06-05T17:05:52.160Z Checking pkcs1 v0.7.5
25552026-06-05T17:05:52.193Z Checking pem v3.0.6
25562026-06-05T17:05:52.193Z Checking float-cmp v0.10.0
25572026-06-05T17:05:52.193Z Checking erased-serde v0.3.31
25582026-06-05T17:05:52.220Z Checking serde-big-array v0.5.1
25592026-06-05T17:05:52.244Z Checking serde_plain v1.0.2
25602026-06-05T17:05:52.271Z Checking rfc6979 v0.4.0
25612026-06-05T17:05:52.290Z Checking memmap2 v0.9.10
25622026-06-05T17:05:52.303Z Checking thread-id v4.2.2
25632026-06-05T17:05:52.370Z Checking env_filter v1.0.0
25642026-06-05T17:05:52.383Z Checking predicates-core v1.0.10
25652026-06-05T17:05:52.411Z Checking precomputed-hash v0.1.1
25662026-06-05T17:05:52.422Z Checking new_debug_unreachable v1.0.6
25672026-06-05T17:05:52.446Z Checking difflib v0.4.0
25682026-06-05T17:05:52.473Z Checking fixedbitset v0.4.2
25692026-06-05T17:05:52.481Z Checking normalize-line-endings v0.3.0
25702026-06-05T17:05:52.493Z Checking toml_write v0.1.2
25712026-06-05T17:05:52.515Z Checking static_assertions v1.1.0
25722026-06-05T17:05:52.539Z Checking keccak v0.1.6
25732026-06-05T17:05:52.563Z Checking data-encoding v2.10.0
25742026-06-05T17:05:52.578Z Checking jiff v0.2.21
25752026-06-05T17:05:52.615Z Checking whoami v2.1.0
25762026-06-05T17:05:52.638Z Checking fixedbitset v0.5.7
25772026-06-05T17:05:52.653Z Checking typed-path v0.9.3
25782026-06-05T17:05:52.707Z Checking unicode-segmentation v1.12.0
25792026-06-05T17:05:52.755Z Checking ed25519-dalek v2.2.0
25802026-06-05T17:05:52.814Z Checking tokio-postgres v0.7.16
25812026-06-05T17:05:52.828Z Checking petgraph v0.8.3
25822026-06-05T17:05:52.841Z Checking hickory-proto v0.25.2
25832026-06-05T17:05:52.893Z Checking crossterm v0.28.1
25842026-06-05T17:05:52.983Z Checking sha3 v0.10.8
25852026-06-05T17:05:53.022Z Checking similar v2.7.0
25862026-06-05T17:05:53.183Z Checking toml_edit v0.22.27
25872026-06-05T17:05:53.387Z Checking predicates v3.1.4
25882026-06-05T17:05:53.424Z Checking tough v0.22.0
25892026-06-05T17:05:53.603Z Checking petgraph v0.6.5
25902026-06-05T17:05:53.683Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25912026-06-05T17:05:54.336Z Checking slog v2.8.2
25922026-06-05T17:05:54.394Z Checking env_logger v0.11.9
25932026-06-05T17:05:54.394Z Checking string_cache v0.8.9
25942026-06-05T17:05:54.420Z Checking usdt v0.6.0
25952026-06-05T17:05:54.460Z Checking ecdsa v0.16.9
25962026-06-05T17:05:54.488Z Checking usdt-impl v0.5.0
25972026-06-05T17:05:54.546Z Checking rsa v0.9.10
25982026-06-05T17:05:54.766Z Checking nix v0.31.2
25992026-06-05T17:05:54.800Z Checking zip v4.6.1
26002026-06-05T17:05:54.842Z Checking toml v0.7.8
26012026-06-05T17:05:55.010Z Checking reqwest v0.13.2
26022026-06-05T17:05:55.356Z Checking clap v4.6.1
26032026-06-05T17:05:55.418Z Checking toml_parser v1.0.9+spec-1.1.0
26042026-06-05T17:05:55.440Z Checking zip v0.6.6
26052026-06-05T17:05:55.491Z Checking itertools v0.13.0
26062026-06-05T17:05:55.605Z Checking serde_with v3.17.0
26072026-06-05T17:05:55.679Z Checking strum v0.26.3
26082026-06-05T17:05:55.741Z Checking fs-err v3.3.0
26092026-06-05T17:05:55.756Z Checking ahash v0.8.12
26102026-06-05T17:05:55.805Z Checking object v0.37.3
26112026-06-05T17:05:55.814Z Checking tokio-stream v0.1.18
26122026-06-05T17:05:55.861Z Checking buf-list v1.1.2
26132026-06-05T17:05:55.944Z Checking anyhow v1.0.102
26142026-06-05T17:05:55.950Z Checking camino v1.2.2
26152026-06-05T17:05:56.043Z Checking x509-cert v0.2.5
26162026-06-05T17:05:56.062Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26172026-06-05T17:05:56.141Z Checking openapiv3 v2.2.0
26182026-06-05T17:05:56.480Z Checking sha1 v0.10.6
26192026-06-05T17:05:56.541Z Checking peg-runtime v0.8.5
26202026-06-05T17:05:56.541Z Checking lalrpop-util v0.19.12
26212026-06-05T17:05:56.541Z Checking rayon v1.11.0
26222026-06-05T17:05:56.541Z Checking sigpipe v0.1.3
26232026-06-05T17:05:56.541Z Checking glob v0.3.3
26242026-06-05T17:05:58.003Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26252026-06-05T17:05:58.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.19s
26262026-06-05T17:05:58.440Z
26272026-06-05T17:05:58.440Zinfo: running `cargo check --bins` on internal-dns-types (77/295)
26282026-06-05T17:05:58.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26292026-06-05T17:05:58.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26302026-06-05T17:05:58.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26312026-06-05T17:05:58.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26322026-06-05T17:05:59.262Z
26332026-06-05T17:05:59.262Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/295)
26342026-06-05T17:05:59.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26352026-06-05T17:05:59.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26362026-06-05T17:05:59.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26372026-06-05T17:05:59.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26382026-06-05T17:05:59.664Z
26392026-06-05T17:05:59.664Zinfo: running `cargo check --bins` on nexus-types-versions (79/295)
26402026-06-05T17:06:00.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26412026-06-05T17:06:00.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26422026-06-05T17:06:00.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26432026-06-05T17:06:00.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26442026-06-05T17:06:00.248Z
26452026-06-05T17:06:00.248Zinfo: running `cargo check --bins` on oxql-types (80/295)
26462026-06-05T17:06:00.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26472026-06-05T17:06:00.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26482026-06-05T17:06:00.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26492026-06-05T17:06:00.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26502026-06-05T17:06:00.848Z
26512026-06-05T17:06:00.848Zinfo: running `cargo check --bins` on oximeter-types (81/295)
26522026-06-05T17:06:01.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26532026-06-05T17:06:01.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26542026-06-05T17:06:01.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26552026-06-05T17:06:01.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26562026-06-05T17:06:01.451Z
26572026-06-05T17:06:01.451Zinfo: running `cargo check --bins` on oximeter-types-versions (82/295)
26582026-06-05T17:06:02.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26592026-06-05T17:06:02.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26602026-06-05T17:06:02.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26612026-06-05T17:06:02.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26622026-06-05T17:06:02.249Z
26632026-06-05T17:06:02.249Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/295)
26642026-06-05T17:06:02.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26652026-06-05T17:06:02.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26662026-06-05T17:06:02.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26672026-06-05T17:06:02.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26682026-06-05T17:06:02.651Z
26692026-06-05T17:06:02.651Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/295)
26702026-06-05T17:06:03.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26712026-06-05T17:06:03.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26722026-06-05T17:06:03.326Z Compiling structmeta-derive v0.3.0
26732026-06-05T17:06:03.441Z Compiling rustls v0.22.4
26742026-06-05T17:06:03.451Z Compiling multer v3.1.0
26752026-06-05T17:06:03.470Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26762026-06-05T17:06:03.485Z Compiling async-stream-impl v0.3.6
26772026-06-05T17:06:03.493Z Compiling dropshot v0.17.0
26782026-06-05T17:06:03.499Z Compiling newtype-uuid-macros v0.1.0
26792026-06-05T17:06:03.500Z Compiling dropshot_endpoint v0.17.0
26802026-06-05T17:06:03.617Z Checking newtype-uuid v1.3.2
26812026-06-05T17:06:03.702Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26822026-06-05T17:06:03.742Z Checking rustls-webpki v0.102.8
26832026-06-05T17:06:03.808Z Checking daft v0.1.7
26842026-06-05T17:06:03.834Z Checking thread_local v1.1.9
26852026-06-05T17:06:03.999Z Checking match_cfg v0.1.0
26862026-06-05T17:06:04.042Z Checking compression-core v0.4.31
26872026-06-05T17:06:04.059Z Checking iddqd v0.4.2
26882026-06-05T17:06:04.072Z Checking hostname v0.3.1
26892026-06-05T17:06:04.116Z Checking crossbeam-channel v0.5.15
26902026-06-05T17:06:04.163Z Checking compression-codecs v0.4.37
26912026-06-05T17:06:04.169Z Checking slog-json v2.6.1
26922026-06-05T17:06:04.255Z Checking is-terminal v0.4.17
26932026-06-05T17:06:04.326Z Checking serde_spanned v1.0.4
26942026-06-05T17:06:04.340Z Checking toml_datetime v1.0.0+spec-1.1.0
26952026-06-05T17:06:04.352Z Checking term v1.2.1
26962026-06-05T17:06:04.452Z Checking take_mut v0.2.2
26972026-06-05T17:06:04.464Z Checking toml_writer v1.0.6+spec-1.1.0
26982026-06-05T17:06:04.497Z Compiling structmeta v0.3.0
26992026-06-05T17:06:04.538Z Checking debug-ignore v1.0.5
27002026-06-05T17:06:04.554Z Checking slog-async v2.8.0
27012026-06-05T17:06:04.571Z Checking slog-term v2.9.2
27022026-06-05T17:06:04.636Z Checking async-compression v0.4.41
27032026-06-05T17:06:04.944Z Checking toml v1.0.6+spec-1.1.0
27042026-06-05T17:06:05.049Z Compiling derive-ex v0.1.8
27052026-06-05T17:06:05.049Z Compiling parse-display-derive v0.10.0
27062026-06-05T17:06:05.049Z Checking slog-bunyan v2.5.0
27072026-06-05T17:06:05.049Z Checking async-stream v0.3.6
27082026-06-05T17:06:05.049Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27092026-06-05T17:06:05.102Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27102026-06-05T17:06:05.102Z Checking progenitor-client v0.14.0
27112026-06-05T17:06:05.102Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27122026-06-05T17:06:05.196Z Checking waitgroup v0.1.2
27132026-06-05T17:06:05.231Z Checking backon v1.6.0
27142026-06-05T17:06:05.246Z Checking rustls-pemfile v2.2.0
27152026-06-05T17:06:05.290Z Checking serde_path_to_error v0.1.20
27162026-06-05T17:06:05.313Z Checking hostname v0.4.2
27172026-06-05T17:06:05.381Z Checking instant v0.1.13
27182026-06-05T17:06:05.470Z Checking backoff v0.4.0
27192026-06-05T17:06:05.528Z Checking tokio-rustls v0.25.0
27202026-06-05T17:06:05.554Z Checking progenitor-extras v0.2.0
27212026-06-05T17:06:05.610Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27222026-06-05T17:06:05.644Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27232026-06-05T17:06:05.777Z Checking itertools v0.14.0
27242026-06-05T17:06:05.855Z Checking progenitor-client v0.10.0
27252026-06-05T17:06:06.001Z Checking regress v0.10.5
27262026-06-05T17:06:06.015Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27272026-06-05T17:06:06.255Z Checking macaddr v1.0.1
27282026-06-05T17:06:06.367Z Compiling test-strategy v0.4.5
27292026-06-05T17:06:06.392Z Checking parse-display v0.10.0
27302026-06-05T17:06:06.582Z Checking humantime v2.3.0
27312026-06-05T17:06:08.050Z Compiling prettyplease v0.2.37
27322026-06-05T17:06:08.167Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27332026-06-05T17:06:08.229Z Checking num-rational v0.4.2
27342026-06-05T17:06:08.291Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27352026-06-05T17:06:08.535Z Checking num-complex v0.4.6
27362026-06-05T17:06:09.262Z Compiling num v0.4.3
27372026-06-05T17:06:09.343Z Compiling usdt-macro v0.5.0
27382026-06-05T17:06:09.370Z Compiling usdt-attr-macro v0.5.0
27392026-06-05T17:06:09.388Z Checking memmap v0.7.0
27402026-06-05T17:06:09.408Z Compiling float-ord v0.3.2
27412026-06-05T17:06:09.515Z Compiling convert_case v0.4.0
27422026-06-05T17:06:09.529Z Checking unicode-width v0.2.0
27432026-06-05T17:06:09.780Z Checking console v0.15.11
27442026-06-05T17:06:09.890Z Compiling derive_more v0.99.20
27452026-06-05T17:06:10.061Z Checking newline-converter v0.3.0
27462026-06-05T17:06:10.079Z Checking atomicwrites v0.4.4
27472026-06-05T17:06:10.147Z Checking usdt v0.5.0
27482026-06-05T17:06:10.173Z Compiling toml v0.8.23
27492026-06-05T17:06:10.439Z Checking linked-hash-map v0.5.6
27502026-06-05T17:06:10.485Z Compiling minimal-lexical v0.2.1
27512026-06-05T17:06:10.485Z Checking lru-cache v0.1.2
27522026-06-05T17:06:10.529Z Checking expectorate v1.2.0
27532026-06-05T17:06:10.584Z Compiling nom v7.1.3
27542026-06-05T17:06:11.129Z Checking camino-tempfile v1.4.1
27552026-06-05T17:06:11.211Z Checking hickory-proto v0.24.4
27562026-06-05T17:06:11.292Z Checking phf_shared v0.12.1
27572026-06-05T17:06:11.440Z Compiling slog-dtrace v0.3.0
27582026-06-05T17:06:11.469Z Checking heck v0.5.0
27592026-06-05T17:06:11.622Z Checking resolv-conf v0.7.6
27602026-06-05T17:06:11.679Z Compiling chrono-tz v0.10.4
27612026-06-05T17:06:11.874Z Compiling const_format_proc_macros v0.2.34
27622026-06-05T17:06:11.888Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27632026-06-05T17:06:11.907Z Checking phf v0.12.1
27642026-06-05T17:06:11.944Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27652026-06-05T17:06:12.059Z Checking tokio-dtrace v0.1.1
27662026-06-05T17:06:12.239Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27672026-06-05T17:06:12.438Z Compiling derive-where v1.6.0
27682026-06-05T17:06:12.490Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27692026-06-05T17:06:12.715Z Checking highway v1.3.0
27702026-06-05T17:06:12.940Z Checking const_format v0.2.35
27712026-06-05T17:06:13.072Z Checking hickory-resolver v0.24.4
27722026-06-05T17:06:13.172Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27732026-06-05T17:06:13.444Z Checking oxide-tokio-rt v0.1.4
27742026-06-05T17:06:13.494Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27752026-06-05T17:06:13.722Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27762026-06-05T17:06:13.744Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27772026-06-05T17:06:13.803Z Checking qorb v0.4.1
27782026-06-05T17:06:13.897Z Checking gethostname v0.5.0
27792026-06-05T17:06:13.981Z Checking bcs v0.1.6
27802026-06-05T17:06:14.011Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27812026-06-05T17:06:14.054Z Checking termtree v0.5.1
27822026-06-05T17:06:17.330Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27832026-06-05T17:06:20.070Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27842026-06-05T17:06:22.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.57s
27852026-06-05T17:06:22.396Z
27862026-06-05T17:06:22.396Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/295)
27872026-06-05T17:06:22.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27882026-06-05T17:06:22.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27892026-06-05T17:06:23.083Z Compiling ar_archive_writer v0.5.1
27902026-06-05T17:06:23.193Z Compiling stacker v0.1.23
27912026-06-05T17:06:23.201Z Compiling cfg_aliases v0.1.1
27922026-06-05T17:06:23.207Z Compiling convert_case v0.10.0
27932026-06-05T17:06:23.214Z Checking unicode-width v0.1.14
27942026-06-05T17:06:23.223Z Compiling proc-macro-error v1.0.4
27952026-06-05T17:06:23.235Z Checking fd-lock v4.0.4
27962026-06-05T17:06:23.235Z Checking nibble_vec v0.1.0
27972026-06-05T17:06:23.257Z Compiling nix v0.28.0
27982026-06-05T17:06:23.346Z Checking vte v0.14.1
27992026-06-05T17:06:23.362Z Compiling recursive-proc-macro-impl v0.1.1
28002026-06-05T17:06:23.453Z Checking endian-type v0.1.2
28012026-06-05T17:06:23.494Z Compiling derive_more-impl v2.1.1
28022026-06-05T17:06:23.494Z Checking bytecount v0.6.9
28032026-06-05T17:06:23.507Z Checking strip-ansi-escapes v0.2.1
28042026-06-05T17:06:23.532Z Compiling tabled_derive v0.7.0
28052026-06-05T17:06:23.602Z Checking radix_trie v0.2.1
28062026-06-05T17:06:23.606Z Checking papergrid v0.11.0
28072026-06-05T17:06:23.637Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28082026-06-05T17:06:23.770Z Compiling peg-macros v0.8.5
28092026-06-05T17:06:23.839Z Checking winnow v0.6.26
28102026-06-05T17:06:24.008Z Compiling psm v0.1.30
28112026-06-05T17:06:24.107Z Compiling sqlparser_derive v0.5.0
28122026-06-05T17:06:24.218Z Checking home v0.5.12
28132026-06-05T17:06:24.306Z Checking derive_more v2.1.1
28142026-06-05T17:06:24.320Z Checking nu-ansi-term v0.50.3
28152026-06-05T17:06:24.385Z Checking unicode_categories v0.1.1
28162026-06-05T17:06:24.486Z Checking tabled v0.15.0
28172026-06-05T17:06:24.528Z Checking reedline v0.40.0
28182026-06-05T17:06:24.540Z Checking crossterm v0.29.0
28192026-06-05T17:06:24.553Z Checking rustyline v14.0.0
28202026-06-05T17:06:24.792Z Checking recursive v0.1.1
28212026-06-05T17:06:24.884Z Checking display-error-chain v0.2.2
28222026-06-05T17:06:24.899Z Checking sqlparser v0.61.0
28232026-06-05T17:06:24.946Z Checking sqlformat v0.3.5
28242026-06-05T17:06:25.095Z Checking peg v0.8.5
28252026-06-05T17:06:36.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.73s
28262026-06-05T17:06:36.342Z
28272026-06-05T17:06:36.342Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/295)
28282026-06-05T17:06:36.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292026-06-05T17:06:36.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302026-06-05T17:06:37.026Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28312026-06-05T17:06:40.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s
28322026-06-05T17:06:40.673Z
28332026-06-05T17:06:40.673Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/295)
28342026-06-05T17:06:41.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352026-06-05T17:06:41.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362026-06-05T17:06:41.360Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28372026-06-05T17:06:43.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s
28382026-06-05T17:06:43.997Z
28392026-06-05T17:06:43.997Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/295)
28402026-06-05T17:06:44.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412026-06-05T17:06:44.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422026-06-05T17:06:44.670Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28432026-06-05T17:06:47.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s
28442026-06-05T17:06:48.082Z
28452026-06-05T17:06:48.083Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/295)
28462026-06-05T17:06:48.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472026-06-05T17:06:48.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482026-06-05T17:06:48.777Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28492026-06-05T17:06:52.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.93s
28502026-06-05T17:06:52.209Z
28512026-06-05T17:06:52.209Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/295)
28522026-06-05T17:06:52.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532026-06-05T17:06:52.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542026-06-05T17:06:52.892Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28552026-06-05T17:06:55.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
28562026-06-05T17:06:55.664Z
28572026-06-05T17:06:55.664Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/295)
28582026-06-05T17:06:56.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592026-06-05T17:06:56.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602026-06-05T17:06:56.344Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28612026-06-05T17:06:58.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s
28622026-06-05T17:06:59.208Z
28632026-06-05T17:06:59.208Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/295)
28642026-06-05T17:06:59.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652026-06-05T17:06:59.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662026-06-05T17:06:59.851Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28672026-06-05T17:07:03.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
28682026-06-05T17:07:03.447Z
28692026-06-05T17:07:03.447Zinfo: running `cargo check --bins` on oximeter (93/295)
28702026-06-05T17:07:03.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712026-06-05T17:07:03.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722026-06-05T17:07:03.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28732026-06-05T17:07:03.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28742026-06-05T17:07:04.049Z
28752026-06-05T17:07:04.049Zinfo: running `cargo check --bins` on oximeter-schema (94/295)
28762026-06-05T17:07:04.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28772026-06-05T17:07:04.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28782026-06-05T17:07:04.692Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28792026-06-05T17:07:04.856Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28802026-06-05T17:07:04.859Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28812026-06-05T17:07:05.200Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28822026-06-05T17:07:08.059Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28832026-06-05T17:07:09.293Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28842026-06-05T17:07:09.501Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28852026-06-05T17:07:10.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.12s
28862026-06-05T17:07:10.359Z
28872026-06-05T17:07:10.359Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/295)
28882026-06-05T17:07:10.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28892026-06-05T17:07:10.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28902026-06-05T17:07:10.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28912026-06-05T17:07:10.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28922026-06-05T17:07:10.961Z
28932026-06-05T17:07:10.961Zinfo: running `cargo check --bins` on oximeter-test-utils (96/295)
28942026-06-05T17:07:11.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952026-06-05T17:07:11.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962026-06-05T17:07:11.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28972026-06-05T17:07:11.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28982026-06-05T17:07:11.598Z
28992026-06-05T17:07:11.598Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/295)
29002026-06-05T17:07:12.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29012026-06-05T17:07:12.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29022026-06-05T17:07:12.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29032026-06-05T17:07:12.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29042026-06-05T17:07:12.204Z
29052026-06-05T17:07:12.204Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/295)
29062026-06-05T17:07:12.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072026-06-05T17:07:12.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082026-06-05T17:07:12.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29092026-06-05T17:07:12.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29102026-06-05T17:07:12.809Z
29112026-06-05T17:07:12.810Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/295)
29122026-06-05T17:07:13.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132026-06-05T17:07:13.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142026-06-05T17:07:13.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29152026-06-05T17:07:13.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29162026-06-05T17:07:13.415Z
29172026-06-05T17:07:13.415Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/295)
29182026-06-05T17:07:13.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192026-06-05T17:07:13.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202026-06-05T17:07:13.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29212026-06-05T17:07:13.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29222026-06-05T17:07:14.023Z
29232026-06-05T17:07:14.023Zinfo: running `cargo check --bins` on trust-quorum-types (101/295)
29242026-06-05T17:07:14.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252026-06-05T17:07:14.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262026-06-05T17:07:14.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29272026-06-05T17:07:14.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29282026-06-05T17:07:14.619Z
29292026-06-05T17:07:14.619Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/295)
29302026-06-05T17:07:15.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312026-06-05T17:07:15.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322026-06-05T17:07:15.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29332026-06-05T17:07:15.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29342026-06-05T17:07:15.231Z
29352026-06-05T17:07:15.231Zinfo: running `cargo check --bins` on update-engine (103/295)
29362026-06-05T17:07:15.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29372026-06-05T17:07:15.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29382026-06-05T17:07:15.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29392026-06-05T17:07:15.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29402026-06-05T17:07:15.820Z
29412026-06-05T17:07:15.820Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/295)
29422026-06-05T17:07:16.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29432026-06-05T17:07:16.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29442026-06-05T17:07:16.547Z Compiling crucible-workspace-hack v0.1.0
29452026-06-05T17:07:16.665Z Checking secrecy v0.10.3
29462026-06-05T17:07:16.672Z Compiling toml_datetime v0.7.5+spec-1.1.0
29472026-06-05T17:07:16.675Z Compiling heapless v0.8.0
29482026-06-05T17:07:16.685Z Compiling ingot-macros v0.1.1
29492026-06-05T17:07:16.695Z Checking hash32 v0.3.1
29502026-06-05T17:07:16.706Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29512026-06-05T17:07:16.709Z Compiling smoltcp v0.11.0
29522026-06-05T17:07:16.766Z Checking cobs v0.3.0
29532026-06-05T17:07:16.812Z Compiling toml_edit v0.23.10+spec-1.0.0
29542026-06-05T17:07:16.892Z Compiling thiserror-impl-no-std v2.0.2
29552026-06-05T17:07:16.906Z Checking universal-hash v0.5.1
29562026-06-05T17:07:16.930Z Checking half v2.7.1
29572026-06-05T17:07:16.942Z Checking opaque-debug v0.3.1
29582026-06-05T17:07:17.009Z Checking ciborium-io v0.2.2
29592026-06-05T17:07:17.039Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29602026-06-05T17:07:17.072Z Checking poly1305 v0.8.0
29612026-06-05T17:07:17.099Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29622026-06-05T17:07:17.180Z Checking ciborium-ll v0.2.2
29632026-06-05T17:07:17.238Z Checking postcard v1.1.3
29642026-06-05T17:07:17.327Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29652026-06-05T17:07:17.355Z Compiling proc-macro-crate v3.4.0
29662026-06-05T17:07:17.512Z Checking password-hash v0.5.0
29672026-06-05T17:07:17.526Z Checking chacha20 v0.9.1
29682026-06-05T17:07:17.600Z Compiling proc-macro-crate v1.3.1
29692026-06-05T17:07:17.734Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29702026-06-05T17:07:17.757Z Checking blake2 v0.10.6
29712026-06-05T17:07:17.871Z Checking aead v0.5.2
29722026-06-05T17:07:17.908Z Compiling num_enum_derive v0.7.6
29732026-06-05T17:07:17.964Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29742026-06-05T17:07:17.991Z Compiling foreign-types-macros v0.2.3
29752026-06-05T17:07:18.012Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29762026-06-05T17:07:18.012Z Checking cpufeatures v0.3.0
29772026-06-05T17:07:18.064Z Checking thiserror-no-std v2.0.2
29782026-06-05T17:07:18.099Z Checking foreign-types-shared v0.3.1
29792026-06-05T17:07:18.153Z Checking vsss-rs v3.3.4
29802026-06-05T17:07:18.171Z Checking chacha20 v0.10.0
29812026-06-05T17:07:18.190Z Checking chacha20poly1305 v0.10.1
29822026-06-05T17:07:18.250Z Compiling num_enum_derive v0.5.11
29832026-06-05T17:07:18.315Z Checking argon2 v0.5.3
29842026-06-05T17:07:18.382Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29852026-06-05T17:07:18.573Z Checking foreign-types v0.5.0
29862026-06-05T17:07:18.650Z Checking ciborium v0.2.2
29872026-06-05T17:07:18.768Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29882026-06-05T17:07:18.786Z Checking tabwriter v1.4.1
29892026-06-05T17:07:18.934Z Checking byte-wrapper v0.1.0
29902026-06-05T17:07:18.948Z Checking num_enum v0.7.6
29912026-06-05T17:07:19.053Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29922026-06-05T17:07:19.068Z Checking cstr-argument v0.1.2
29932026-06-05T17:07:19.074Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29942026-06-05T17:07:19.139Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29952026-06-05T17:07:19.190Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29962026-06-05T17:07:19.258Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29972026-06-05T17:07:19.282Z Checking num_enum v0.5.11
29982026-06-05T17:07:19.342Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29992026-06-05T17:07:19.360Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30002026-06-05T17:07:19.437Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30012026-06-05T17:07:19.471Z Checking ingot-types v0.1.2
30022026-06-05T17:07:19.485Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30032026-06-05T17:07:19.522Z Checking rand v0.10.0
30042026-06-05T17:07:19.532Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30052026-06-05T17:07:19.588Z Checking colored v3.1.1
30062026-06-05T17:07:19.603Z Checking indent_write v2.2.0
30072026-06-05T17:07:19.735Z Compiling zone_cfg_derive v0.3.1
30082026-06-05T17:07:19.789Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30092026-06-05T17:07:19.824Z Checking ingot v0.1.1
30102026-06-05T17:07:19.839Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30112026-06-05T17:07:19.853Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30122026-06-05T17:07:19.934Z Checking itertools v0.12.1
30132026-06-05T17:07:19.950Z Compiling num-derive v0.4.2
30142026-06-05T17:07:19.966Z Checking swrite v0.1.0
30152026-06-05T17:07:20.021Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30162026-06-05T17:07:20.053Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30172026-06-05T17:07:20.221Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30182026-06-05T17:07:20.364Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30192026-06-05T17:07:20.380Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30202026-06-05T17:07:20.383Z Checking dropshot-api-manager-types v0.7.2
30212026-06-05T17:07:20.405Z Checking smf v0.2.3
30222026-06-05T17:07:20.488Z Checking nanorand v0.7.0
30232026-06-05T17:07:20.558Z Checking whoami v1.6.1
30242026-06-05T17:07:20.634Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30252026-06-05T17:07:20.682Z Checking flume v0.11.1
30262026-06-05T17:07:20.866Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30272026-06-05T17:07:20.941Z Checking zone v0.3.1
30282026-06-05T17:07:21.384Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30292026-06-05T17:07:22.373Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30302026-06-05T17:07:23.260Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30312026-06-05T17:07:26.512Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30322026-06-05T17:07:28.545Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30332026-06-05T17:07:29.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.82s
30342026-06-05T17:07:29.846Z
30352026-06-05T17:07:29.846Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/295)
30362026-06-05T17:07:30.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30372026-06-05T17:07:30.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30382026-06-05T17:07:30.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30392026-06-05T17:07:30.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30402026-06-05T17:07:30.445Z
30412026-06-05T17:07:30.446Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/295)
30422026-06-05T17:07:30.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30432026-06-05T17:07:30.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30442026-06-05T17:07:30.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30452026-06-05T17:07:30.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30462026-06-05T17:07:31.042Z
30472026-06-05T17:07:31.044Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/295)
30482026-06-05T17:07:31.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30492026-06-05T17:07:31.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30502026-06-05T17:07:31.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30512026-06-05T17:07:31.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30522026-06-05T17:07:31.648Z
30532026-06-05T17:07:31.648Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/295)
30542026-06-05T17:07:32.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30552026-06-05T17:07:32.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30562026-06-05T17:07:32.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30572026-06-05T17:07:32.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30582026-06-05T17:07:32.252Z
30592026-06-05T17:07:32.252Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/295)
30602026-06-05T17:07:32.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612026-06-05T17:07:32.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622026-06-05T17:07:32.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30632026-06-05T17:07:32.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30642026-06-05T17:07:32.850Z
30652026-06-05T17:07:32.850Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/295)
30662026-06-05T17:07:33.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672026-06-05T17:07:33.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682026-06-05T17:07:33.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30692026-06-05T17:07:33.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30702026-06-05T17:07:33.448Z
30712026-06-05T17:07:33.448Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/295)
30722026-06-05T17:07:33.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30732026-06-05T17:07:33.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30742026-06-05T17:07:33.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30752026-06-05T17:07:33.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30762026-06-05T17:07:34.056Z
30772026-06-05T17:07:34.056Zinfo: running `cargo check --bins` on cockroach-admin-client (112/295)
30782026-06-05T17:07:34.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792026-06-05T17:07:34.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802026-06-05T17:07:34.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30812026-06-05T17:07:34.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30822026-06-05T17:07:34.635Z
30832026-06-05T17:07:34.635Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/295)
30842026-06-05T17:07:35.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30852026-06-05T17:07:35.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30862026-06-05T17:07:35.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30872026-06-05T17:07:35.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30882026-06-05T17:07:35.236Z
30892026-06-05T17:07:35.236Zinfo: running `cargo check --bins` on dns-service-client (114/295)
30902026-06-05T17:07:35.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30912026-06-05T17:07:35.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30922026-06-05T17:07:35.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30932026-06-05T17:07:35.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30942026-06-05T17:07:35.839Z
30952026-06-05T17:07:35.839Zinfo: running `cargo check --bins` on installinator-client (115/295)
30962026-06-05T17:07:36.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30972026-06-05T17:07:36.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30982026-06-05T17:07:36.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30992026-06-05T17:07:36.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31002026-06-05T17:07:36.444Z
31012026-06-05T17:07:36.444Zinfo: running `cargo check --bins` on nexus-client (116/295)
31022026-06-05T17:07:36.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31032026-06-05T17:07:37.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31042026-06-05T17:07:37.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31052026-06-05T17:07:37.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31062026-06-05T17:07:37.083Z
31072026-06-05T17:07:37.083Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/295)
31082026-06-05T17:07:37.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092026-06-05T17:07:37.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102026-06-05T17:07:37.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31112026-06-05T17:07:37.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31122026-06-05T17:07:37.776Z
31132026-06-05T17:07:37.776Zinfo: running `cargo check --bins` on ntp-admin-client (118/295)
31142026-06-05T17:07:38.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31152026-06-05T17:07:38.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31162026-06-05T17:07:38.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31172026-06-05T17:07:38.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31182026-06-05T17:07:38.316Z
31192026-06-05T17:07:38.316Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/295)
31202026-06-05T17:07:38.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31212026-06-05T17:07:38.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31222026-06-05T17:07:38.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31232026-06-05T17:07:38.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31242026-06-05T17:07:38.904Z
31252026-06-05T17:07:38.904Zinfo: running `cargo check --bins` on oxide-client (120/295)
31262026-06-05T17:07:39.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31272026-06-05T17:07:39.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31282026-06-05T17:07:39.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31292026-06-05T17:07:39.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31302026-06-05T17:07:39.496Z
31312026-06-05T17:07:39.496Zinfo: running `cargo check --bins` on oximeter-client (121/295)
31322026-06-05T17:07:40.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31332026-06-05T17:07:40.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31342026-06-05T17:07:40.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31352026-06-05T17:07:40.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31362026-06-05T17:07:40.096Z
31372026-06-05T17:07:40.096Zinfo: running `cargo check --bins` on repo-depot-client (122/295)
31382026-06-05T17:07:40.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392026-06-05T17:07:40.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402026-06-05T17:07:40.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31412026-06-05T17:07:40.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31422026-06-05T17:07:40.684Z
31432026-06-05T17:07:40.684Zinfo: running `cargo check --bins` on sled-agent-client (123/295)
31442026-06-05T17:07:41.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31452026-06-05T17:07:41.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31462026-06-05T17:07:41.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31472026-06-05T17:07:41.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31482026-06-05T17:07:41.295Z
31492026-06-05T17:07:41.295Zinfo: running `cargo check --bins` on wicketd-client (124/295)
31502026-06-05T17:07:41.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31512026-06-05T17:07:41.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31522026-06-05T17:07:41.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31532026-06-05T17:07:41.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31542026-06-05T17:07:41.924Z
31552026-06-05T17:07:41.924Zinfo: running `cargo check --bins` on installinator-common (125/295)
31562026-06-05T17:07:42.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31572026-06-05T17:07:42.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31582026-06-05T17:07:42.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31592026-06-05T17:07:42.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31602026-06-05T17:07:42.543Z
31612026-06-05T17:07:42.543Zinfo: running `cargo check --bins` on installinator-common-versions (126/295)
31622026-06-05T17:07:43.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31632026-06-05T17:07:43.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31642026-06-05T17:07:43.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31652026-06-05T17:07:43.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31662026-06-05T17:07:43.123Z
31672026-06-05T17:07:43.123Zinfo: running `cargo check --bins` on wicket-common (127/295)
31682026-06-05T17:07:43.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31692026-06-05T17:07:43.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31702026-06-05T17:07:43.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31712026-06-05T17:07:43.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31722026-06-05T17:07:43.737Z
31732026-06-05T17:07:43.737Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/295)
31742026-06-05T17:07:44.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31752026-06-05T17:07:44.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31762026-06-05T17:07:44.438Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31772026-06-05T17:07:44.556Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31782026-06-05T17:07:44.563Z Checking csv-core v0.1.13
31792026-06-05T17:07:44.572Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31802026-06-05T17:07:44.579Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31812026-06-05T17:07:44.583Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31822026-06-05T17:07:44.600Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31832026-06-05T17:07:44.612Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31842026-06-05T17:07:44.723Z Checking csv v1.4.0
31852026-06-05T17:07:44.761Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31862026-06-05T17:07:44.776Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31872026-06-05T17:07:44.806Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31882026-06-05T17:07:44.822Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31892026-06-05T17:07:45.054Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31902026-06-05T17:07:45.414Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31912026-06-05T17:07:45.414Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31922026-06-05T17:07:45.773Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31932026-06-05T17:07:51.682Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31942026-06-05T17:07:52.212Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31952026-06-05T17:07:54.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.80s
31962026-06-05T17:07:54.741Z
31972026-06-05T17:07:54.741Zinfo: running `cargo check --bins` on cockroach-admin-api (129/295)
31982026-06-05T17:07:55.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31992026-06-05T17:07:55.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32002026-06-05T17:07:55.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32012026-06-05T17:07:55.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32022026-06-05T17:07:55.346Z
32032026-06-05T17:07:55.346Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/295)
32042026-06-05T17:07:55.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32052026-06-05T17:07:55.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32062026-06-05T17:07:55.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32072026-06-05T17:07:55.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32082026-06-05T17:07:56.034Z
32092026-06-05T17:07:56.034Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/295)
32102026-06-05T17:07:56.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32112026-06-05T17:07:56.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32122026-06-05T17:07:56.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32132026-06-05T17:07:56.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32142026-06-05T17:07:56.720Z
32152026-06-05T17:07:56.720Zinfo: running `cargo check --bins` on gateway-test-utils (132/295)
32162026-06-05T17:07:57.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32172026-06-05T17:07:57.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32182026-06-05T17:07:57.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32192026-06-05T17:07:57.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32202026-06-05T17:07:57.367Z
32212026-06-05T17:07:57.367Zinfo: running `cargo check --bins` on omicron-gateway (133/295)
32222026-06-05T17:07:57.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32232026-06-05T17:07:57.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32242026-06-05T17:07:58.298Z Compiling regress v0.11.1
32252026-06-05T17:07:58.317Z Compiling unsafe-libyaml v0.2.11
32262026-06-05T17:07:58.317Z Compiling semver v0.1.20
32272026-06-05T17:07:58.327Z Compiling radium v0.7.0
32282026-06-05T17:07:58.327Z Checking nom v8.0.0
32292026-06-05T17:07:58.328Z Compiling maybe-uninit v2.0.0
32302026-06-05T17:07:58.328Z Checking tap v1.0.1
32312026-06-05T17:07:58.445Z Checking wyz v0.5.1
32322026-06-05T17:07:58.564Z Compiling rustc_version v0.1.7
32332026-06-05T17:07:58.621Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32342026-06-05T17:07:58.640Z Compiling zerocopy-derive v0.6.6
32352026-06-05T17:07:58.750Z Compiling packed_struct v0.10.1
32362026-06-05T17:07:58.783Z Compiling serde_yaml v0.9.34+deprecated
32372026-06-05T17:07:58.999Z Compiling newtype_derive v0.1.6
32382026-06-05T17:07:59.013Z Checking crc-catalog v2.4.0
32392026-06-05T17:07:59.154Z Checking funty v2.0.0
32402026-06-05T17:07:59.187Z Compiling cancel-safe-futures v0.1.5
32412026-06-05T17:07:59.394Z Compiling owo-colors v4.3.0
32422026-06-05T17:07:59.468Z Checking bitvec v1.0.1
32432026-06-05T17:07:59.483Z Checking zerocopy v0.6.6
32442026-06-05T17:07:59.726Z Checking typify-impl v0.6.2
32452026-06-05T17:07:59.850Z Checking crc v3.4.0
32462026-06-05T17:08:00.091Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32472026-06-05T17:08:00.124Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32482026-06-05T17:08:00.206Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32492026-06-05T17:08:00.234Z Compiling packed_struct_codegen v0.10.1
32502026-06-05T17:08:00.463Z Checking libsw-core v0.3.2
32512026-06-05T17:08:00.611Z Compiling bitfield-macros v0.19.4
32522026-06-05T17:08:00.626Z Compiling indexmap v1.9.3
32532026-06-05T17:08:00.766Z Checking nodrop v0.1.14
32542026-06-05T17:08:00.825Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32552026-06-05T17:08:00.864Z Checking array-init v0.0.4
32562026-06-05T17:08:00.899Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32572026-06-05T17:08:00.899Z Checking libsw v3.5.0
32582026-06-05T17:08:01.063Z Checking smallvec v0.6.14
32592026-06-05T17:08:01.168Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32602026-06-05T17:08:01.256Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32612026-06-05T17:08:01.329Z Checking bitfield v0.19.4
32622026-06-05T17:08:01.460Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32632026-06-05T17:08:01.604Z Checking tagptr v0.2.0
32642026-06-05T17:08:01.618Z Checking linear-map v1.2.0
32652026-06-05T17:08:01.634Z Checking unicode-linebreak v0.1.5
32662026-06-05T17:08:01.678Z Checking smawk v0.3.2
32672026-06-05T17:08:01.745Z Checking hashbrown v0.12.3
32682026-06-05T17:08:01.786Z Checking base64 v0.21.7
32692026-06-05T17:08:01.814Z Checking moka v0.12.13
32702026-06-05T17:08:01.846Z Checking textwrap v0.16.2
32712026-06-05T17:08:01.963Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32722026-06-05T17:08:02.034Z Checking ron v0.8.1
32732026-06-05T17:08:02.065Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32742026-06-05T17:08:02.239Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32752026-06-05T17:08:02.387Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32762026-06-05T17:08:02.454Z Checking steno v0.4.1
32772026-06-05T17:08:02.483Z Checking serde-hex v0.1.0
32782026-06-05T17:08:02.551Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32792026-06-05T17:08:02.713Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32802026-06-05T17:08:03.055Z Checking hashbrown v0.13.2
32812026-06-05T17:08:03.248Z Checking crc-any v2.5.0
32822026-06-05T17:08:03.291Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32832026-06-05T17:08:03.427Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32842026-06-05T17:08:03.442Z Checking hickory-resolver v0.25.2
32852026-06-05T17:08:03.481Z Checking object v0.30.4
32862026-06-05T17:08:03.517Z Checking path-slash v0.1.5
32872026-06-05T17:08:03.567Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32882026-06-05T17:08:03.590Z Checking void v1.0.2
32892026-06-05T17:08:03.620Z Checking utf-8 v0.7.6
32902026-06-05T17:08:03.669Z Checking half v1.8.3
32912026-06-05T17:08:03.697Z Checking lzss v0.8.2
32922026-06-05T17:08:03.762Z Checking tungstenite v0.23.0
32932026-06-05T17:08:03.886Z Checking serde_cbor v0.11.2
32942026-06-05T17:08:03.983Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32952026-06-05T17:08:04.046Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32962026-06-05T17:08:04.144Z Checking nix v0.27.1
32972026-06-05T17:08:04.163Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32982026-06-05T17:08:04.206Z Checking kstat-rs v0.2.4
32992026-06-05T17:08:04.272Z Checking fxhash v0.2.1
33002026-06-05T17:08:04.288Z Checking serde_bytes v0.11.19
33012026-06-05T17:08:04.318Z Compiling typify-macro v0.6.2
33022026-06-05T17:08:04.390Z Checking tokio-tungstenite v0.23.1
33032026-06-05T17:08:04.393Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33042026-06-05T17:08:04.461Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33052026-06-05T17:08:04.580Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33062026-06-05T17:08:04.642Z Checking signal-hook-tokio v0.3.1
33072026-06-05T17:08:05.404Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33082026-06-05T17:08:05.570Z Compiling typify v0.6.2
33092026-06-05T17:08:05.676Z Compiling progenitor-impl v0.14.0
33102026-06-05T17:08:06.284Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33112026-06-05T17:08:06.591Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33122026-06-05T17:08:07.107Z Compiling progenitor-macro v0.14.0
33132026-06-05T17:08:09.427Z Checking progenitor v0.14.0
33142026-06-05T17:08:09.543Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33152026-06-05T17:08:09.546Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33162026-06-05T17:08:12.180Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33172026-06-05T17:08:19.993Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33182026-06-05T17:08:26.309Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33192026-06-05T17:08:27.661Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33202026-06-05T17:08:28.153Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33212026-06-05T17:08:30.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.84s
33222026-06-05T17:08:30.421Z
33232026-06-05T17:08:30.421Zinfo: running `cargo check --bins` on gateway-api (134/295)
33242026-06-05T17:08:30.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33252026-06-05T17:08:30.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33262026-06-05T17:08:30.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33272026-06-05T17:08:30.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33282026-06-05T17:08:31.016Z
33292026-06-05T17:08:31.016Zinfo: running `cargo check --bins` on ipcc (135/295)
33302026-06-05T17:08:31.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33312026-06-05T17:08:31.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33322026-06-05T17:08:31.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33332026-06-05T17:08:31.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33342026-06-05T17:08:31.615Z
33352026-06-05T17:08:31.615Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/295)
33362026-06-05T17:08:32.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33372026-06-05T17:08:32.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33382026-06-05T17:08:32.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33392026-06-05T17:08:32.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33402026-06-05T17:08:32.194Z
33412026-06-05T17:08:32.194Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/295)
33422026-06-05T17:08:32.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33432026-06-05T17:08:32.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33442026-06-05T17:08:32.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33452026-06-05T17:08:32.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33462026-06-05T17:08:32.814Z
33472026-06-05T17:08:32.814Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/295)
33482026-06-05T17:08:33.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33492026-06-05T17:08:33.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33502026-06-05T17:08:33.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33512026-06-05T17:08:33.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33522026-06-05T17:08:33.413Z
33532026-06-05T17:08:33.413Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/295)
33542026-06-05T17:08:33.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33552026-06-05T17:08:33.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33562026-06-05T17:08:33.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33572026-06-05T17:08:33.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33582026-06-05T17:08:34.016Z
33592026-06-05T17:08:34.016Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/295)
33602026-06-05T17:08:34.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33612026-06-05T17:08:34.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33622026-06-05T17:08:34.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33632026-06-05T17:08:34.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33642026-06-05T17:08:34.622Z
33652026-06-05T17:08:34.622Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/295)
33662026-06-05T17:08:35.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33672026-06-05T17:08:35.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33682026-06-05T17:08:35.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33692026-06-05T17:08:35.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33702026-06-05T17:08:35.251Z
33712026-06-05T17:08:35.251Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/295)
33722026-06-05T17:08:35.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33732026-06-05T17:08:35.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33742026-06-05T17:08:35.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33752026-06-05T17:08:35.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33762026-06-05T17:08:35.850Z
33772026-06-05T17:08:35.850Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/295)
33782026-06-05T17:08:36.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792026-06-05T17:08:36.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802026-06-05T17:08:36.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33812026-06-05T17:08:36.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33822026-06-05T17:08:36.455Z
33832026-06-05T17:08:36.455Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/295)
33842026-06-05T17:08:36.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852026-06-05T17:08:36.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862026-06-05T17:08:36.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33872026-06-05T17:08:36.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33882026-06-05T17:08:37.054Z
33892026-06-05T17:08:37.054Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/295)
33902026-06-05T17:08:37.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912026-06-05T17:08:37.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922026-06-05T17:08:37.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33932026-06-05T17:08:37.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33942026-06-05T17:08:37.656Z
33952026-06-05T17:08:37.656Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/295)
33962026-06-05T17:08:38.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972026-06-05T17:08:38.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982026-06-05T17:08:38.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33992026-06-05T17:08:38.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34002026-06-05T17:08:38.262Z
34012026-06-05T17:08:38.262Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/295)
34022026-06-05T17:08:38.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34032026-06-05T17:08:38.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34042026-06-05T17:08:38.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34052026-06-05T17:08:38.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34062026-06-05T17:08:38.866Z
34072026-06-05T17:08:38.866Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/295)
34082026-06-05T17:08:39.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34092026-06-05T17:08:39.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34102026-06-05T17:08:39.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34112026-06-05T17:08:39.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34122026-06-05T17:08:39.491Z
34132026-06-05T17:08:39.491Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/295)
34142026-06-05T17:08:40.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34152026-06-05T17:08:40.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34162026-06-05T17:08:40.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34172026-06-05T17:08:40.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34182026-06-05T17:08:40.111Z
34192026-06-05T17:08:40.111Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/295)
34202026-06-05T17:08:40.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34212026-06-05T17:08:40.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34222026-06-05T17:08:40.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34232026-06-05T17:08:40.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34242026-06-05T17:08:40.725Z
34252026-06-05T17:08:40.725Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/295)
34262026-06-05T17:08:41.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34272026-06-05T17:08:41.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34282026-06-05T17:08:41.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34292026-06-05T17:08:41.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34302026-06-05T17:08:41.348Z
34312026-06-05T17:08:41.348Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/295)
34322026-06-05T17:08:41.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34332026-06-05T17:08:41.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34342026-06-05T17:08:41.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34352026-06-05T17:08:41.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34362026-06-05T17:08:41.974Z
34372026-06-05T17:08:41.974Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/295)
34382026-06-05T17:08:42.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34392026-06-05T17:08:42.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34402026-06-05T17:08:42.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34412026-06-05T17:08:42.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34422026-06-05T17:08:42.597Z
34432026-06-05T17:08:42.597Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/295)
34442026-06-05T17:08:43.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34452026-06-05T17:08:43.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34462026-06-05T17:08:43.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34472026-06-05T17:08:43.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34482026-06-05T17:08:43.210Z
34492026-06-05T17:08:43.210Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/295)
34502026-06-05T17:08:43.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34512026-06-05T17:08:43.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34522026-06-05T17:08:43.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34532026-06-05T17:08:43.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34542026-06-05T17:08:43.828Z
34552026-06-05T17:08:43.828Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/295)
34562026-06-05T17:08:44.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34572026-06-05T17:08:44.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34582026-06-05T17:08:44.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34592026-06-05T17:08:44.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34602026-06-05T17:08:44.448Z
34612026-06-05T17:08:44.448Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/295)
34622026-06-05T17:08:44.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34632026-06-05T17:08:44.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34642026-06-05T17:08:44.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34652026-06-05T17:08:44.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34662026-06-05T17:08:45.070Z
34672026-06-05T17:08:45.070Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/295)
34682026-06-05T17:08:45.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34692026-06-05T17:08:45.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34702026-06-05T17:08:45.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34712026-06-05T17:08:45.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34722026-06-05T17:08:45.680Z
34732026-06-05T17:08:45.680Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/295)
34742026-06-05T17:08:46.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752026-06-05T17:08:46.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762026-06-05T17:08:46.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772026-06-05T17:08:46.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34782026-06-05T17:08:46.312Z
34792026-06-05T17:08:46.312Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/295)
34802026-06-05T17:08:46.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-06-05T17:08:46.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-06-05T17:08:46.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34832026-06-05T17:08:46.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34842026-06-05T17:08:46.884Z
34852026-06-05T17:08:46.884Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/295)
34862026-06-05T17:08:47.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872026-06-05T17:08:47.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882026-06-05T17:08:47.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34892026-06-05T17:08:47.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34902026-06-05T17:08:47.486Z
34912026-06-05T17:08:47.486Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/295)
34922026-06-05T17:08:47.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932026-06-05T17:08:47.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942026-06-05T17:08:47.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34952026-06-05T17:08:48.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34962026-06-05T17:08:48.090Z
34972026-06-05T17:08:48.090Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/295)
34982026-06-05T17:08:48.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992026-06-05T17:08:48.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002026-06-05T17:08:48.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35012026-06-05T17:08:48.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35022026-06-05T17:08:48.696Z
35032026-06-05T17:08:48.696Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/295)
35042026-06-05T17:08:49.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052026-06-05T17:08:49.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062026-06-05T17:08:49.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072026-06-05T17:08:49.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35082026-06-05T17:08:49.313Z
35092026-06-05T17:08:49.313Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/295)
35102026-06-05T17:08:49.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112026-06-05T17:08:49.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122026-06-05T17:08:49.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132026-06-05T17:08:49.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35142026-06-05T17:08:49.903Z
35152026-06-05T17:08:49.903Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/295)
35162026-06-05T17:08:50.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172026-06-05T17:08:50.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182026-06-05T17:08:50.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192026-06-05T17:08:50.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35202026-06-05T17:08:50.523Z
35212026-06-05T17:08:50.523Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/295)
35222026-06-05T17:08:51.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232026-06-05T17:08:51.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242026-06-05T17:08:51.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252026-06-05T17:08:51.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35262026-06-05T17:08:51.145Z
35272026-06-05T17:08:51.145Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/295)
35282026-06-05T17:08:51.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292026-06-05T17:08:51.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302026-06-05T17:08:51.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312026-06-05T17:08:51.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35322026-06-05T17:08:51.764Z
35332026-06-05T17:08:51.764Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/295)
35342026-06-05T17:08:52.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352026-06-05T17:08:52.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362026-06-05T17:08:52.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35372026-06-05T17:08:52.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35382026-06-05T17:08:52.385Z
35392026-06-05T17:08:52.385Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/295)
35402026-06-05T17:08:52.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412026-06-05T17:08:52.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422026-06-05T17:08:52.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35432026-06-05T17:08:52.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35442026-06-05T17:08:53.004Z
35452026-06-05T17:08:53.004Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/295)
35462026-06-05T17:08:53.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472026-06-05T17:08:53.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482026-06-05T17:08:53.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492026-06-05T17:08:53.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35502026-06-05T17:08:53.624Z
35512026-06-05T17:08:53.624Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/295)
35522026-06-05T17:08:54.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532026-06-05T17:08:54.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542026-06-05T17:08:54.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552026-06-05T17:08:54.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35562026-06-05T17:08:54.245Z
35572026-06-05T17:08:54.246Zinfo: running `cargo check --bins` on oximeter-producer (173/295)
35582026-06-05T17:08:54.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592026-06-05T17:08:54.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602026-06-05T17:08:54.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35612026-06-05T17:08:54.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35622026-06-05T17:08:54.885Z
35632026-06-05T17:08:54.885Zinfo: running `cargo check --bins` on internal-dns-resolver (174/295)
35642026-06-05T17:08:55.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652026-06-05T17:08:55.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662026-06-05T17:08:55.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35672026-06-05T17:08:55.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35682026-06-05T17:08:55.494Z
35692026-06-05T17:08:55.494Zinfo: running `cargo check --bins` on dns-server (175/295)
35702026-06-05T17:08:56.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712026-06-05T17:08:56.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722026-06-05T17:08:56.146Z Compiling parking_lot_core v0.8.6
35732026-06-05T17:08:56.146Z Compiling atomicwrites v0.4.4
35742026-06-05T17:08:56.150Z Compiling git-stub v1.0.0
35752026-06-05T17:08:56.150Z Checking prefix-trie v0.7.0
35762026-06-05T17:08:56.150Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35772026-06-05T17:08:56.386Z Compiling git-stub-vcs v0.1.0
35782026-06-05T17:08:56.545Z Checking hickory-server v0.25.2
35792026-06-05T17:08:56.662Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35802026-06-05T17:08:56.674Z Checking parking_lot v0.11.2
35812026-06-05T17:08:56.751Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35822026-06-05T17:08:56.751Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35832026-06-05T17:08:56.840Z Checking sled v0.34.7
35842026-06-05T17:08:58.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
35852026-06-05T17:08:58.900Z
35862026-06-05T17:08:58.900Zinfo: running `cargo check --bins` on dns-server-api (176/295)
35872026-06-05T17:08:59.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35882026-06-05T17:08:59.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35892026-06-05T17:08:59.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35902026-06-05T17:08:59.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35912026-06-05T17:08:59.501Z
35922026-06-05T17:08:59.501Zinfo: running `cargo check --bins` on oximeter-producer-api (177/295)
35932026-06-05T17:09:00.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35942026-06-05T17:09:00.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35952026-06-05T17:09:00.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35962026-06-05T17:09:00.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35972026-06-05T17:09:00.103Z
35982026-06-05T17:09:00.103Zinfo: running `cargo check --bins` on sp-sim (178/295)
35992026-06-05T17:09:00.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36002026-06-05T17:09:00.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36012026-06-05T17:09:00.832Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36022026-06-05T17:09:02.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.47s
36032026-06-05T17:09:02.785Z
36042026-06-05T17:09:02.786Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/295)
36052026-06-05T17:09:03.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36062026-06-05T17:09:03.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36072026-06-05T17:09:03.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36082026-06-05T17:09:03.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36092026-06-05T17:09:03.434Z
36102026-06-05T17:09:03.434Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/295)
36112026-06-05T17:09:03.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36122026-06-05T17:09:03.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36132026-06-05T17:09:03.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36142026-06-05T17:09:03.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36152026-06-05T17:09:04.087Z
36162026-06-05T17:09:04.087Zinfo: running `cargo check --bins` on db-macros (181/295)
36172026-06-05T17:09:04.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36182026-06-05T17:09:04.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36192026-06-05T17:09:04.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36202026-06-05T17:09:04.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36212026-06-05T17:09:04.673Z
36222026-06-05T17:09:04.673Zinfo: running `cargo check --bins` on nexus-macros-common (182/295)
36232026-06-05T17:09:05.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36242026-06-05T17:09:05.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36252026-06-05T17:09:05.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36262026-06-05T17:09:05.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36272026-06-05T17:09:05.259Z
36282026-06-05T17:09:05.259Zinfo: running `cargo check --bins` on nexus-auth (183/295)
36292026-06-05T17:09:05.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36302026-06-05T17:09:05.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36312026-06-05T17:09:05.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36322026-06-05T17:09:05.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36332026-06-05T17:09:05.911Z
36342026-06-05T17:09:05.911Zinfo: running `cargo check --bins` on authz-macros (184/295)
36352026-06-05T17:09:06.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36362026-06-05T17:09:06.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36372026-06-05T17:09:06.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36382026-06-05T17:09:06.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36392026-06-05T17:09:06.502Z
36402026-06-05T17:09:06.502Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/295)
36412026-06-05T17:09:07.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36422026-06-05T17:09:07.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36432026-06-05T17:09:07.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36442026-06-05T17:09:07.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36452026-06-05T17:09:07.151Z
36462026-06-05T17:09:07.152Zinfo: running `cargo check --bins` on nexus-db-model (186/295)
36472026-06-05T17:09:07.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36482026-06-05T17:09:07.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36492026-06-05T17:09:07.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36502026-06-05T17:09:07.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36512026-06-05T17:09:07.797Z
36522026-06-05T17:09:07.797Zinfo: running `cargo check --bins` on nexus-db-schema (187/295)
36532026-06-05T17:09:08.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36542026-06-05T17:09:08.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36552026-06-05T17:09:08.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36562026-06-05T17:09:08.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36572026-06-05T17:09:08.386Z
36582026-06-05T17:09:08.386Zinfo: running `cargo check --bins` on omicron-rpaths (188/295)
36592026-06-05T17:09:08.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36602026-06-05T17:09:08.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36612026-06-05T17:09:08.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36622026-06-05T17:09:08.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36632026-06-05T17:09:08.973Z
36642026-06-05T17:09:08.973Zinfo: running `cargo check --bins` on nexus-defaults (189/295)
36652026-06-05T17:09:09.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36662026-06-05T17:09:09.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36672026-06-05T17:09:09.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36682026-06-05T17:09:09.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36692026-06-05T17:09:09.576Z
36702026-06-05T17:09:09.577Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/295)
36712026-06-05T17:09:10.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36722026-06-05T17:09:10.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36732026-06-05T17:09:10.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36742026-06-05T17:09:10.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36752026-06-05T17:09:10.168Z
36762026-06-05T17:09:10.169Zinfo: running `cargo check --bins` on parallel-task-set (191/295)
36772026-06-05T17:09:10.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36782026-06-05T17:09:10.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36792026-06-05T17:09:10.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36802026-06-05T17:09:10.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36812026-06-05T17:09:10.757Z
36822026-06-05T17:09:10.757Zinfo: running `cargo check --bins` on nexus-db-errors (192/295)
36832026-06-05T17:09:11.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36842026-06-05T17:09:11.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36852026-06-05T17:09:11.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36862026-06-05T17:09:11.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36872026-06-05T17:09:11.414Z
36882026-06-05T17:09:11.414Zinfo: running `cargo check --bins` on nexus-db-lookup (193/295)
36892026-06-05T17:09:11.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36902026-06-05T17:09:11.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36912026-06-05T17:09:11.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36922026-06-05T17:09:11.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36932026-06-05T17:09:12.066Z
36942026-06-05T17:09:12.066Zinfo: running `cargo check --bins` on nexus-inventory (194/295)
36952026-06-05T17:09:12.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36962026-06-05T17:09:12.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36972026-06-05T17:09:12.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36982026-06-05T17:09:12.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36992026-06-05T17:09:12.711Z
37002026-06-05T17:09:12.711Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (195/295)
37012026-06-05T17:09:13.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37022026-06-05T17:09:13.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37032026-06-05T17:09:13.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37042026-06-05T17:09:13.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37052026-06-05T17:09:13.649Z
37062026-06-05T17:09:13.649Zinfo: running `cargo check --bins --no-default-features` on sled-storage (196/295)
37072026-06-05T17:09:13.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37082026-06-05T17:09:13.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37092026-06-05T17:09:13.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37102026-06-05T17:09:13.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37112026-06-05T17:09:13.958Z
37122026-06-05T17:09:13.958Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (197/295)
37132026-06-05T17:09:14.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37142026-06-05T17:09:14.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37152026-06-05T17:09:14.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37162026-06-05T17:09:14.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37172026-06-05T17:09:14.583Z
37182026-06-05T17:09:14.583Zinfo: running `cargo check --bins` on key-manager (198/295)
37192026-06-05T17:09:15.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37202026-06-05T17:09:15.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37212026-06-05T17:09:15.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37222026-06-05T17:09:15.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37232026-06-05T17:09:15.187Z
37242026-06-05T17:09:15.187Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (199/295)
37252026-06-05T17:09:15.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37262026-06-05T17:09:15.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37272026-06-05T17:09:15.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37282026-06-05T17:09:15.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37292026-06-05T17:09:15.804Z
37302026-06-05T17:09:15.804Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (200/295)
37312026-06-05T17:09:16.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37322026-06-05T17:09:16.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37332026-06-05T17:09:16.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37342026-06-05T17:09:16.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37352026-06-05T17:09:16.423Z
37362026-06-05T17:09:16.423Zinfo: running `cargo check --bins` on typed-rng (201/295)
37372026-06-05T17:09:16.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37382026-06-05T17:09:16.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37392026-06-05T17:09:16.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37402026-06-05T17:09:16.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37412026-06-05T17:09:17.010Z
37422026-06-05T17:09:17.010Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/295)
37432026-06-05T17:09:17.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37442026-06-05T17:09:17.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37452026-06-05T17:09:17.879Z Compiling libefi-sys v0.1.0
37462026-06-05T17:09:17.884Z Compiling bitfield-struct v0.6.2
37472026-06-05T17:09:18.028Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37482026-06-05T17:09:18.036Z Compiling xshell-macros v0.2.7
37492026-06-05T17:09:18.046Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37502026-06-05T17:09:18.083Z Compiling typify-impl v0.4.3
37512026-06-05T17:09:18.085Z Compiling salty v0.3.0
37522026-06-05T17:09:18.088Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37532026-06-05T17:09:18.092Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37542026-06-05T17:09:18.267Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37552026-06-05T17:09:18.367Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37562026-06-05T17:09:18.460Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37572026-06-05T17:09:18.465Z Checking xshell v0.2.7
37582026-06-05T17:09:18.568Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37592026-06-05T17:09:18.598Z Checking primeorder v0.13.6
37602026-06-05T17:09:18.632Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37612026-06-05T17:09:18.683Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37622026-06-05T17:09:18.735Z Compiling proc-macro-error-attr2 v2.0.0
37632026-06-05T17:09:18.781Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37642026-06-05T17:09:18.831Z Checking p384 v0.13.1
37652026-06-05T17:09:18.868Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37662026-06-05T17:09:18.993Z Checking tungstenite v0.21.0
37672026-06-05T17:09:19.029Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37682026-06-05T17:09:19.104Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37692026-06-05T17:09:19.123Z Compiling proc-macro-error2 v2.0.1
37702026-06-05T17:09:19.443Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
37712026-06-05T17:09:19.576Z Compiling num-derive v0.3.3
37722026-06-05T17:09:19.687Z Compiling tabled_derive v0.11.0
37732026-06-05T17:09:19.823Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
37742026-06-05T17:09:19.961Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37752026-06-05T17:09:20.124Z Checking tokio-tungstenite v0.21.0
37762026-06-05T17:09:20.240Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37772026-06-05T17:09:20.462Z Checking libscf-sys v1.1.0
37782026-06-05T17:09:20.551Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37792026-06-05T17:09:20.662Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37802026-06-05T17:09:20.733Z Checking papergrid v0.17.0
37812026-06-05T17:09:20.837Z Checking testing_table v0.3.0
37822026-06-05T17:09:20.919Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37832026-06-05T17:09:20.936Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37842026-06-05T17:09:20.939Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37852026-06-05T17:09:21.124Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37862026-06-05T17:09:21.160Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37872026-06-05T17:09:21.241Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37882026-06-05T17:09:21.360Z Checking corncobs v0.1.4
37892026-06-05T17:09:21.440Z Compiling illumos-nvpair-sys v0.2.0
37902026-06-05T17:09:21.458Z Compiling unicase v2.9.0
37912026-06-05T17:09:21.493Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37922026-06-05T17:09:21.529Z Checking tabled v0.20.0
37932026-06-05T17:09:21.688Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37942026-06-05T17:09:21.704Z Compiling mime_guess v2.0.5
37952026-06-05T17:09:21.734Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37962026-06-05T17:09:21.754Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37972026-06-05T17:09:21.784Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37982026-06-05T17:09:21.861Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37992026-06-05T17:09:21.993Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
38002026-06-05T17:09:22.097Z Checking progenitor-client v0.11.2
38012026-06-05T17:09:22.231Z Checking secrecy v0.8.0
38022026-06-05T17:09:22.339Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38032026-06-05T17:09:22.578Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38042026-06-05T17:09:22.592Z Compiling typify-macro v0.4.3
38052026-06-05T17:09:22.623Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38062026-06-05T17:09:22.628Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38072026-06-05T17:09:22.728Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38082026-06-05T17:09:22.842Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38092026-06-05T17:09:22.929Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38102026-06-05T17:09:23.001Z Checking filetime v0.2.27
38112026-06-05T17:09:23.101Z Checking crc8 v0.1.1
38122026-06-05T17:09:23.143Z Checking http-range v0.1.5
38132026-06-05T17:09:23.275Z Checking xattr v1.6.1
38142026-06-05T17:09:23.302Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38152026-06-05T17:09:23.411Z Checking tar v0.4.45
38162026-06-05T17:09:23.494Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38172026-06-05T17:09:23.581Z Checking illumos-nvpair v0.3.0
38182026-06-05T17:09:23.744Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38192026-06-05T17:09:23.795Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38202026-06-05T17:09:23.886Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38212026-06-05T17:09:24.143Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38222026-06-05T17:09:24.173Z Checking atty v0.2.14
38232026-06-05T17:09:24.272Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38242026-06-05T17:09:24.287Z Compiling typify v0.4.3
38252026-06-05T17:09:24.401Z Compiling progenitor-impl v0.11.2
38262026-06-05T17:09:24.432Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38272026-06-05T17:09:24.484Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38282026-06-05T17:09:24.609Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
38292026-06-05T17:09:24.810Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38302026-06-05T17:09:24.826Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38312026-06-05T17:09:24.856Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38322026-06-05T17:09:25.145Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38332026-06-05T17:09:25.528Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38342026-06-05T17:09:25.568Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38352026-06-05T17:09:25.568Z Checking hyper-staticfile v0.10.1
38362026-06-05T17:09:25.625Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38372026-06-05T17:09:25.662Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38382026-06-05T17:09:25.752Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38392026-06-05T17:09:25.807Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38402026-06-05T17:09:25.824Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38412026-06-05T17:09:26.010Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38422026-06-05T17:09:26.057Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38432026-06-05T17:09:26.269Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38442026-06-05T17:09:26.299Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
38452026-06-05T17:09:26.326Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38462026-06-05T17:09:26.900Z Compiling progenitor-macro v0.11.2
38472026-06-05T17:09:29.304Z Checking progenitor v0.11.2
38482026-06-05T17:09:29.447Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38492026-06-05T17:09:29.839Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38502026-06-05T17:09:34.147Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38512026-06-05T17:09:45.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.00s
38522026-06-05T17:09:45.229Z
38532026-06-05T17:09:45.229Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/295)
38542026-06-05T17:09:45.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38552026-06-05T17:09:45.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38562026-06-05T17:09:46.011Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38572026-06-05T17:09:56.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.36s
38582026-06-05T17:09:56.811Z
38592026-06-05T17:09:56.811Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/295)
38602026-06-05T17:09:57.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38612026-06-05T17:09:57.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38622026-06-05T17:09:57.595Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38632026-06-05T17:10:08.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.45s
38642026-06-05T17:10:08.479Z
38652026-06-05T17:10:08.479Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/295)
38662026-06-05T17:10:09.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-06-05T17:10:09.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-06-05T17:10:09.260Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38692026-06-05T17:10:19.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.49s
38702026-06-05T17:10:20.193Z
38712026-06-05T17:10:20.193Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/295)
38722026-06-05T17:10:20.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38732026-06-05T17:10:20.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38742026-06-05T17:10:20.977Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38752026-06-05T17:10:31.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s
38762026-06-05T17:10:31.823Z
38772026-06-05T17:10:31.823Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/295)
38782026-06-05T17:10:33.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-06-05T17:10:33.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-06-05T17:10:33.274Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38812026-06-05T17:10:43.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s
38822026-06-05T17:10:43.423Z
38832026-06-05T17:10:43.423Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/295)
38842026-06-05T17:10:43.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38852026-06-05T17:10:44.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38862026-06-05T17:10:44.212Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38872026-06-05T17:10:54.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s
38882026-06-05T17:10:55.060Z
38892026-06-05T17:10:55.060Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/295)
38902026-06-05T17:10:55.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38912026-06-05T17:10:55.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38922026-06-05T17:10:55.843Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38932026-06-05T17:11:06.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s
38942026-06-05T17:11:06.688Z
38952026-06-05T17:11:06.689Zinfo: running `cargo check --bins` on bootstrap-agent-api (210/295)
38962026-06-05T17:11:07.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38972026-06-05T17:11:07.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38982026-06-05T17:11:07.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38992026-06-05T17:11:07.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39002026-06-05T17:11:07.290Z
39012026-06-05T17:11:07.291Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/295)
39022026-06-05T17:11:07.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39032026-06-05T17:11:07.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39042026-06-05T17:11:07.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39052026-06-05T17:11:07.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39062026-06-05T17:11:07.901Z
39072026-06-05T17:11:07.902Zinfo: running `cargo check --bins` on range-requests (212/295)
39082026-06-05T17:11:08.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39092026-06-05T17:11:08.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39102026-06-05T17:11:08.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39112026-06-05T17:11:08.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39122026-06-05T17:11:08.499Z
39132026-06-05T17:11:08.499Zinfo: running `cargo check --bins` on repo-depot-api (213/295)
39142026-06-05T17:11:09.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39152026-06-05T17:11:09.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39162026-06-05T17:11:09.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39172026-06-05T17:11:09.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39182026-06-05T17:11:09.095Z
39192026-06-05T17:11:09.095Zinfo: running `cargo check --bins` on sled-agent-api (214/295)
39202026-06-05T17:11:09.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39212026-06-05T17:11:09.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39222026-06-05T17:11:09.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39232026-06-05T17:11:09.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39242026-06-05T17:11:09.716Z
39252026-06-05T17:11:09.716Zinfo: running `cargo check --bins` on sled-diagnostics (215/295)
39262026-06-05T17:11:10.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39272026-06-05T17:11:10.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39282026-06-05T17:11:10.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39292026-06-05T17:11:10.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39302026-06-05T17:11:10.330Z
39312026-06-05T17:11:10.330Zinfo: running `cargo check --bins` on zfs-test-harness (216/295)
39322026-06-05T17:11:10.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39332026-06-05T17:11:10.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39342026-06-05T17:11:10.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39352026-06-05T17:11:10.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39362026-06-05T17:11:10.955Z
39372026-06-05T17:11:10.955Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (217/295)
39382026-06-05T17:11:11.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39392026-06-05T17:11:11.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39402026-06-05T17:11:11.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39412026-06-05T17:11:11.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39422026-06-05T17:11:11.582Z
39432026-06-05T17:11:11.582Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (218/295)
39442026-06-05T17:11:12.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39452026-06-05T17:11:12.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39462026-06-05T17:11:12.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39472026-06-05T17:11:12.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39482026-06-05T17:11:12.211Z
39492026-06-05T17:11:12.211Zinfo: running `cargo check --bins` on sled-agent-early-networking (219/295)
39502026-06-05T17:11:12.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39512026-06-05T17:11:12.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39522026-06-05T17:11:12.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39532026-06-05T17:11:12.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39542026-06-05T17:11:12.835Z
39552026-06-05T17:11:12.835Zinfo: running `cargo check --bins` on sled-agent-health-monitor (220/295)
39562026-06-05T17:11:13.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39572026-06-05T17:11:13.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39582026-06-05T17:11:13.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39592026-06-05T17:11:13.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39602026-06-05T17:11:13.455Z
39612026-06-05T17:11:13.456Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (221/295)
39622026-06-05T17:11:13.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39632026-06-05T17:11:13.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39642026-06-05T17:11:13.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39652026-06-05T17:11:13.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39662026-06-05T17:11:14.081Z
39672026-06-05T17:11:14.081Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (222/295)
39682026-06-05T17:11:14.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39692026-06-05T17:11:14.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39702026-06-05T17:11:14.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39712026-06-05T17:11:14.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39722026-06-05T17:11:14.707Z
39732026-06-05T17:11:14.707Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (223/295)
39742026-06-05T17:11:15.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39752026-06-05T17:11:15.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39762026-06-05T17:11:15.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39772026-06-05T17:11:15.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39782026-06-05T17:11:15.335Z
39792026-06-05T17:11:15.335Zinfo: running `cargo check --bins` on sled-agent-rack-setup (224/295)
39802026-06-05T17:11:15.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39812026-06-05T17:11:15.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39822026-06-05T17:11:15.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39832026-06-05T17:11:15.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39842026-06-05T17:11:15.992Z
39852026-06-05T17:11:15.992Zinfo: running `cargo check --bins` on trust-quorum (225/295)
39862026-06-05T17:11:16.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39872026-06-05T17:11:16.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39882026-06-05T17:11:16.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39892026-06-05T17:11:16.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39902026-06-05T17:11:16.621Z
39912026-06-05T17:11:16.621Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (226/295)
39922026-06-05T17:11:17.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39932026-06-05T17:11:17.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39942026-06-05T17:11:17.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39952026-06-05T17:11:17.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39962026-06-05T17:11:17.263Z
39972026-06-05T17:11:17.263Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (227/295)
39982026-06-05T17:11:17.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39992026-06-05T17:11:17.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40002026-06-05T17:11:17.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40012026-06-05T17:11:17.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40022026-06-05T17:11:17.915Z
40032026-06-05T17:11:17.915Zinfo: running `cargo check --bins` on update-common (228/295)
40042026-06-05T17:11:18.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40052026-06-05T17:11:18.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40062026-06-05T17:11:18.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40072026-06-05T17:11:18.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40082026-06-05T17:11:18.527Z
40092026-06-05T17:11:18.527Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (229/295)
40102026-06-05T17:11:19.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40112026-06-05T17:11:19.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40122026-06-05T17:11:19.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40132026-06-05T17:11:19.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40142026-06-05T17:11:19.185Z
40152026-06-05T17:11:19.185Zinfo: running `cargo check --bins` on omicron-deployment-graph (230/295)
40162026-06-05T17:11:19.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40172026-06-05T17:11:19.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40182026-06-05T17:11:19.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40192026-06-05T17:11:19.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40202026-06-05T17:11:19.779Z
40212026-06-05T17:11:19.779Zinfo: running `cargo check --bins` on reconfigurator-cli (231/295)
40222026-06-05T17:11:20.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40232026-06-05T17:11:20.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40242026-06-05T17:11:20.560Z Compiling fs-err v2.11.0
40252026-06-05T17:11:20.560Z Checking ignore v0.4.25
40262026-06-05T17:11:20.563Z Checking arc-swap v1.8.2
40272026-06-05T17:11:20.690Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40282026-06-05T17:11:20.693Z Checking predicates-tree v1.0.13
40292026-06-05T17:11:20.705Z Checking parse-size v1.1.0
40302026-06-05T17:11:20.742Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40312026-06-05T17:11:20.748Z Checking rand_seeder v0.4.0
40322026-06-05T17:11:20.809Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40332026-06-05T17:11:20.829Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40342026-06-05T17:11:20.878Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40352026-06-05T17:11:20.892Z Checking slog-scope v4.4.1
40362026-06-05T17:11:20.928Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40372026-06-05T17:11:21.011Z Compiling petname v2.0.2
40382026-06-05T17:11:21.026Z Checking slog-stdlog v4.1.1
40392026-06-05T17:11:21.043Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40402026-06-05T17:11:21.068Z Checking globwalk v0.9.1
40412026-06-05T17:11:21.112Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40422026-06-05T17:11:21.142Z Checking slog-envlogger v2.2.0
40432026-06-05T17:11:21.245Z Checking camino-tempfile-ext v0.3.3
40442026-06-05T17:11:21.291Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40452026-06-05T17:11:21.341Z Checking sapling-renderdag v0.1.0
40462026-06-05T17:11:21.438Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40472026-06-05T17:11:21.479Z Checking subprocess v0.2.15
40482026-06-05T17:11:21.590Z Checking sync-ptr v0.1.4
40492026-06-05T17:11:21.655Z Checking colored v2.2.0
40502026-06-05T17:11:21.710Z Checking assert_matches v1.5.0
40512026-06-05T17:11:21.764Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40522026-06-05T17:11:21.912Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40532026-06-05T17:11:21.915Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40542026-06-05T17:11:22.572Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40552026-06-05T17:11:23.885Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40562026-06-05T17:11:26.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.25s
40572026-06-05T17:11:26.251Z
40582026-06-05T17:11:26.251Zinfo: running `cargo check --bins` on omicron-repl-utils (232/295)
40592026-06-05T17:11:26.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40602026-06-05T17:11:26.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40612026-06-05T17:11:26.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40622026-06-05T17:11:26.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40632026-06-05T17:11:26.847Z
40642026-06-05T17:11:26.847Zinfo: running `cargo check --bins` on transient-dns-server (233/295)
40652026-06-05T17:11:27.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40662026-06-05T17:11:27.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40672026-06-05T17:11:27.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40682026-06-05T17:11:27.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40692026-06-05T17:11:27.461Z
40702026-06-05T17:11:27.461Zinfo: running `cargo check --bins` on nexus-test-interface (234/295)
40712026-06-05T17:11:28.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40722026-06-05T17:11:28.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40732026-06-05T17:11:28.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40742026-06-05T17:11:28.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40752026-06-05T17:11:28.122Z
40762026-06-05T17:11:28.123Zinfo: running `cargo check --bins` on oximeter-collector (235/295)
40772026-06-05T17:11:28.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40782026-06-05T17:11:28.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40792026-06-05T17:11:28.855Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40802026-06-05T17:11:28.855Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40812026-06-05T17:11:29.497Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40822026-06-05T17:11:31.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.91s
40832026-06-05T17:11:31.245Z
40842026-06-05T17:11:31.245Zinfo: running `cargo check --bins` on oximeter-api (236/295)
40852026-06-05T17:11:31.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40862026-06-05T17:11:31.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40872026-06-05T17:11:31.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40882026-06-05T17:11:31.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40892026-06-05T17:11:31.850Z
40902026-06-05T17:11:31.850Zinfo: running `cargo check --bins` on cert-dev (237/295)
40912026-06-05T17:11:32.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40922026-06-05T17:11:32.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40932026-06-05T17:11:32.462Z Checking yasna v0.5.2
40942026-06-05T17:11:32.864Z Checking rcgen v0.12.1
40952026-06-05T17:11:33.110Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40962026-06-05T17:11:33.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
40972026-06-05T17:11:33.474Z
40982026-06-05T17:11:33.474Zinfo: running `cargo check --bins` on clickana (238/295)
40992026-06-05T17:11:33.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41002026-06-05T17:11:33.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41012026-06-05T17:11:34.128Z Compiling darling_core v0.23.0
41022026-06-05T17:11:34.130Z Compiling instability v0.3.11
41032026-06-05T17:11:34.237Z Checking castaway v0.2.4
41042026-06-05T17:11:34.245Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
41052026-06-05T17:11:34.251Z Compiling indoc v2.0.7
41062026-06-05T17:11:34.259Z Checking unicode-truncate v1.1.0
41072026-06-05T17:11:34.277Z Checking lru v0.12.5
41082026-06-05T17:11:34.280Z Checking cassowary v0.3.0
41092026-06-05T17:11:34.343Z Checking compact_str v0.8.1
41102026-06-05T17:11:35.562Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41112026-06-05T17:11:35.649Z Compiling darling_macro v0.23.0
41122026-06-05T17:11:35.738Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41132026-06-05T17:11:36.051Z Compiling darling v0.23.0
41142026-06-05T17:11:36.661Z Checking ratatui v0.29.0
41152026-06-05T17:11:37.713Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41162026-06-05T17:11:38.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.89s
41172026-06-05T17:11:38.566Z
41182026-06-05T17:11:38.566Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (239/295)
41192026-06-05T17:11:39.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41202026-06-05T17:11:39.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41212026-06-05T17:11:39.291Z Checking headers-core v0.3.0
41222026-06-05T17:11:39.293Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41232026-06-05T17:11:39.494Z Checking headers v0.4.1
41242026-06-05T17:11:39.848Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41252026-06-05T17:11:40.673Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41262026-06-05T17:11:41.154Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41272026-06-05T17:11:41.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.98s
41282026-06-05T17:11:41.759Z
41292026-06-05T17:11:41.759Zinfo: running `cargo check --bins` on ch-dev (240/295)
41302026-06-05T17:11:42.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41312026-06-05T17:11:42.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41322026-06-05T17:11:42.484Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41332026-06-05T17:11:43.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
41342026-06-05T17:11:43.413Z
41352026-06-05T17:11:43.413Zinfo: running `cargo check --bins` on dev-tools-common (241/295)
41362026-06-05T17:11:43.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41372026-06-05T17:11:43.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41382026-06-05T17:11:43.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41392026-06-05T17:11:43.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
41402026-06-05T17:11:43.883Z
41412026-06-05T17:11:43.883Zinfo: running `cargo check --bins` on crdb-seed (242/295)
41422026-06-05T17:11:44.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41432026-06-05T17:11:44.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41442026-06-05T17:11:44.605Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41452026-06-05T17:11:45.610Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41462026-06-05T17:11:45.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.01s
41472026-06-05T17:11:46.102Z
41482026-06-05T17:11:46.102Zinfo: running `cargo check --bins` on db-dev (243/295)
41492026-06-05T17:11:46.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41502026-06-05T17:11:46.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41512026-06-05T17:11:46.820Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41522026-06-05T17:11:47.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
41532026-06-05T17:11:47.772Z
41542026-06-05T17:11:47.772Zinfo: running `cargo check --bins` on omicron-dev-lib (244/295)
41552026-06-05T17:11:48.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41562026-06-05T17:11:48.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41572026-06-05T17:11:48.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41582026-06-05T17:11:48.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41592026-06-05T17:11:48.418Z
41602026-06-05T17:11:48.418Zinfo: running `cargo check --bins` on xtask-downloader (245/295)
41612026-06-05T17:11:48.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41622026-06-05T17:11:48.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41632026-06-05T17:11:49.032Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41642026-06-05T17:11:49.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
41652026-06-05T17:11:49.874Z
41662026-06-05T17:11:49.874Zinfo: running `cargo check --bins` on omicron-dropshot-apis (246/295)
41672026-06-05T17:11:50.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41682026-06-05T17:11:50.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41692026-06-05T17:11:50.631Z Compiling progenitor-impl v0.13.0
41702026-06-05T17:11:50.751Z Checking progenitor-client v0.13.0
41712026-06-05T17:11:50.751Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41722026-06-05T17:11:50.754Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41732026-06-05T17:11:50.774Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41742026-06-05T17:11:50.797Z Checking git-stub v1.0.0
41752026-06-05T17:11:50.797Z Compiling trait-variant v0.1.2
41762026-06-05T17:11:50.941Z Checking maplit v1.0.2
41772026-06-05T17:11:50.971Z Checking is_ci v1.2.0
41782026-06-05T17:11:51.021Z Checking git-stub-vcs v0.1.0
41792026-06-05T17:11:51.024Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41802026-06-05T17:11:51.111Z Checking supports-color v3.0.2
41812026-06-05T17:11:51.221Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41822026-06-05T17:11:51.236Z Checking drift v0.2.0
41832026-06-05T17:11:51.333Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41842026-06-05T17:11:51.429Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41852026-06-05T17:11:51.501Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41862026-06-05T17:11:51.592Z Checking dropshot-api-manager v0.7.2
41872026-06-05T17:11:51.604Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41882026-06-05T17:11:51.658Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41892026-06-05T17:11:51.739Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41902026-06-05T17:11:51.894Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41912026-06-05T17:11:52.085Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41922026-06-05T17:11:52.107Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41932026-06-05T17:11:52.615Z Compiling progenitor-macro v0.13.0
41942026-06-05T17:11:54.971Z Checking progenitor v0.13.0
41952026-06-05T17:11:55.086Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41962026-06-05T17:12:00.123Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41972026-06-05T17:12:01.199Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41982026-06-05T17:12:01.765Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41992026-06-05T17:12:02.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.32s
42002026-06-05T17:12:02.395Z
42012026-06-05T17:12:02.395Zinfo: running `cargo check --bins` on installinator-api (247/295)
42022026-06-05T17:12:02.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42032026-06-05T17:12:02.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42042026-06-05T17:12:02.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42052026-06-05T17:12:02.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42062026-06-05T17:12:03.003Z
42072026-06-05T17:12:03.003Zinfo: running `cargo check --bins` on nexus-external-api (248/295)
42082026-06-05T17:12:03.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42092026-06-05T17:12:03.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42102026-06-05T17:12:03.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42112026-06-05T17:12:03.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42122026-06-05T17:12:03.645Z
42132026-06-05T17:12:03.645Zinfo: running `cargo check --bins` on nexus-internal-api (249/295)
42142026-06-05T17:12:04.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42152026-06-05T17:12:04.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42162026-06-05T17:12:04.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42172026-06-05T17:12:04.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42182026-06-05T17:12:04.289Z
42192026-06-05T17:12:04.289Zinfo: running `cargo check --bins` on nexus-lockstep-api (250/295)
42202026-06-05T17:12:04.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42212026-06-05T17:12:04.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42222026-06-05T17:12:04.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42232026-06-05T17:12:04.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42242026-06-05T17:12:04.934Z
42252026-06-05T17:12:04.934Zinfo: running `cargo check --bins` on ntp-admin-api (251/295)
42262026-06-05T17:12:05.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42272026-06-05T17:12:05.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42282026-06-05T17:12:05.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42292026-06-05T17:12:05.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42302026-06-05T17:12:05.539Z
42312026-06-05T17:12:05.539Zinfo: running `cargo check --bins` on ntp-admin-types-versions (252/295)
42322026-06-05T17:12:06.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42332026-06-05T17:12:06.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42342026-06-05T17:12:06.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42352026-06-05T17:12:06.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42362026-06-05T17:12:06.131Z
42372026-06-05T17:12:06.131Zinfo: running `cargo check --bins` on wicketd-api (253/295)
42382026-06-05T17:12:06.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42392026-06-05T17:12:06.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42402026-06-05T17:12:06.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42412026-06-05T17:12:06.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42422026-06-05T17:12:06.754Z
42432026-06-05T17:12:06.754Zinfo: running `cargo check --bins` on omicron-ls-apis (254/295)
42442026-06-05T17:12:07.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42452026-06-05T17:12:07.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42462026-06-05T17:12:07.371Z Checking typeid v1.0.3
42472026-06-05T17:12:07.483Z Checking ordered-float v2.10.1
42482026-06-05T17:12:07.502Z Checking unicode-xid v0.2.6
42492026-06-05T17:12:07.515Z Checking cargo-platform v0.2.0
42502026-06-05T17:12:07.524Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42512026-06-05T17:12:07.550Z Checking erased-serde v0.4.9
42522026-06-05T17:12:07.685Z Checking serde-value v0.7.0
42532026-06-05T17:12:07.859Z Checking serde-untagged v0.1.9
42542026-06-05T17:12:08.010Z Checking cargo-util-schemas v0.8.2
42552026-06-05T17:12:08.690Z Checking cargo_metadata v0.21.0
42562026-06-05T17:12:09.287Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42572026-06-05T17:12:10.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
42582026-06-05T17:12:10.193Z
42592026-06-05T17:12:10.193Zinfo: running `cargo check --bins` on mgs-dev (255/295)
42602026-06-05T17:12:10.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42612026-06-05T17:12:10.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42622026-06-05T17:12:10.927Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42632026-06-05T17:12:11.543Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42642026-06-05T17:12:12.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
42652026-06-05T17:12:12.250Z
42662026-06-05T17:12:12.250Zinfo: running `cargo check --bins` on omicron-omdb (256/295)
42672026-06-05T17:12:12.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42682026-06-05T17:12:12.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42692026-06-05T17:12:13.217Z Compiling vergen-lib v0.1.6
42702026-06-05T17:12:13.217Z Compiling vergen-gitcl v1.0.8
42712026-06-05T17:12:13.217Z Compiling dirs-sys-next v0.1.2
42722026-06-05T17:12:13.217Z Compiling glob v0.3.3
42732026-06-05T17:12:13.218Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42742026-06-05T17:12:13.222Z Compiling diesel_derives v2.3.7
42752026-06-05T17:12:13.371Z Compiling crunchy v0.2.4
42762026-06-05T17:12:13.435Z Compiling dsl_auto_type v0.2.0
42772026-06-05T17:12:13.574Z Compiling dirs-next v2.0.0
42782026-06-05T17:12:13.609Z Checking scheduled-thread-pool v0.2.7
42792026-06-05T17:12:13.691Z Compiling diesel_table_macro_syntax v0.3.0
42802026-06-05T17:12:13.709Z Compiling tiny-keccak v2.0.2
42812026-06-05T17:12:13.782Z Checking r2d2 v0.8.10
42822026-06-05T17:12:13.785Z Compiling clang-sys v1.8.1
42832026-06-05T17:12:13.915Z Compiling term v0.7.0
42842026-06-05T17:12:13.939Z Compiling bit-vec v0.6.3
42852026-06-05T17:12:13.970Z Checking downcast-rs v2.0.2
42862026-06-05T17:12:14.069Z Compiling itertools v0.10.5
42872026-06-05T17:12:15.164Z Compiling bit-set v0.5.3
42882026-06-05T17:12:15.167Z Compiling ascii-canvas v3.0.0
42892026-06-05T17:12:15.167Z Compiling ena v0.14.4
42902026-06-05T17:12:15.167Z Compiling libloading v0.8.9
42912026-06-05T17:12:15.167Z Compiling diff v0.1.13
42922026-06-05T17:12:15.168Z Compiling regex-syntax v0.6.29
42932026-06-05T17:12:15.168Z Compiling bindgen v0.71.1
42942026-06-05T17:12:15.168Z Compiling cexpr v0.6.0
42952026-06-05T17:12:15.168Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42962026-06-05T17:12:15.168Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42972026-06-05T17:12:15.168Z Compiling rustc-hash v2.1.1
42982026-06-05T17:12:15.168Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42992026-06-05T17:12:15.168Z Compiling libxml v0.3.3
43002026-06-05T17:12:15.168Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
43012026-06-05T17:12:15.214Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
43022026-06-05T17:12:15.310Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
43032026-06-05T17:12:15.554Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43042026-06-05T17:12:15.592Z Compiling strum_macros v0.24.3
43052026-06-05T17:12:15.667Z Compiling indoc v1.0.9
43062026-06-05T17:12:15.748Z Compiling lalrpop v0.19.12
43072026-06-05T17:12:16.531Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43082026-06-05T17:12:16.735Z Checking derive_builder v0.20.2
43092026-06-05T17:12:16.859Z Compiling oso-derive v0.27.3
43102026-06-05T17:12:16.990Z Checking quick-xml v0.37.5
43112026-06-05T17:12:17.037Z Compiling impl-trait-for-tuples v0.2.3
43122026-06-05T17:12:17.362Z Checking openssl-probe v0.1.6
43132026-06-05T17:12:17.508Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43142026-06-05T17:12:17.876Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43152026-06-05T17:12:18.071Z Checking bb8 v0.8.6
43162026-06-05T17:12:18.259Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43172026-06-05T17:12:18.311Z Compiling libz-sys v1.1.24
43182026-06-05T17:12:18.355Z Checking nonempty v0.12.0
43192026-06-05T17:12:18.473Z Compiling strsim v0.10.0
43202026-06-05T17:12:18.523Z Compiling libgit2-sys v0.18.3+1.9.2
43212026-06-05T17:12:18.590Z Compiling vergen-git2 v9.1.0
43222026-06-05T17:12:18.767Z Compiling darling_core v0.13.4
43232026-06-05T17:12:18.837Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43242026-06-05T17:12:18.909Z Compiling rustls v0.21.12
43252026-06-05T17:12:19.031Z Compiling base64 v0.21.7
43262026-06-05T17:12:19.148Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43272026-06-05T17:12:19.355Z Checking diesel v2.3.7
43282026-06-05T17:12:19.371Z Compiling ron v0.8.1
43292026-06-05T17:12:20.130Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43302026-06-05T17:12:20.321Z Checking sct v0.7.1
43312026-06-05T17:12:20.324Z Checking rustls-webpki v0.101.7
43322026-06-05T17:12:20.493Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43332026-06-05T17:12:20.638Z Compiling darling_macro v0.13.4
43342026-06-05T17:12:21.113Z Compiling darling v0.13.4
43352026-06-05T17:12:21.209Z Compiling serde_with_macros v1.5.2
43362026-06-05T17:12:21.252Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43372026-06-05T17:12:22.064Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43382026-06-05T17:12:22.107Z Compiling serde_with v1.14.0
43392026-06-05T17:12:22.957Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43402026-06-05T17:12:23.253Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43412026-06-05T17:12:23.806Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43422026-06-05T17:12:24.463Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43432026-06-05T17:12:24.534Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43442026-06-05T17:12:24.660Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43452026-06-05T17:12:24.726Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43462026-06-05T17:12:24.797Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43472026-06-05T17:12:24.851Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43482026-06-05T17:12:25.054Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43492026-06-05T17:12:25.089Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43502026-06-05T17:12:25.106Z Checking tokio-rustls v0.24.1
43512026-06-05T17:12:25.310Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43522026-06-05T17:12:25.892Z Checking rustls-pemfile v1.0.4
43532026-06-05T17:12:25.920Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43542026-06-05T17:12:26.037Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43552026-06-05T17:12:26.137Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43562026-06-05T17:12:26.232Z Checking twox-hash v2.1.2
43572026-06-05T17:12:26.514Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43582026-06-05T17:12:26.532Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43592026-06-05T17:12:26.585Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43602026-06-05T17:12:26.884Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43612026-06-05T17:12:27.043Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43622026-06-05T17:12:28.265Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43632026-06-05T17:12:28.307Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43642026-06-05T17:12:28.539Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43652026-06-05T17:12:28.842Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43662026-06-05T17:12:28.928Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43672026-06-05T17:12:29.199Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43682026-06-05T17:12:29.439Z Checking console v0.16.2
43692026-06-05T17:12:29.755Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43702026-06-05T17:12:29.906Z Checking fatfs v0.3.6
43712026-06-05T17:12:30.183Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43722026-06-05T17:12:30.367Z Compiling seq-macro v0.3.6
43732026-06-05T17:12:30.884Z Checking unit-prefix v0.5.2
43742026-06-05T17:12:31.024Z Checking indicatif v0.18.4
43752026-06-05T17:12:31.493Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43762026-06-05T17:12:31.509Z Checking support-bundle-viewer v0.1.2
43772026-06-05T17:12:31.766Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43782026-06-05T17:12:31.785Z Checking multimap v0.10.1
43792026-06-05T17:12:37.761Z Checking diesel-dtrace v0.5.0
43802026-06-05T17:12:38.010Z Checking async-bb8-diesel v0.2.1
43812026-06-05T17:12:41.808Z Compiling samael v0.0.19
43822026-06-05T17:12:45.907Z Compiling git2 v0.20.4
43832026-06-05T17:12:47.362Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43842026-06-05T17:12:47.793Z Compiling polar-core v0.27.3
43852026-06-05T17:12:48.406Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43862026-06-05T17:12:52.278Z Checking oso v0.27.3
43872026-06-05T17:13:19.873Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43882026-06-05T17:14:31.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 19s
43892026-06-05T17:14:31.586Z
43902026-06-05T17:14:31.586Zinfo: running `cargo check --bins` on nexus-networking (257/295)
43912026-06-05T17:14:32.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43922026-06-05T17:14:32.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43932026-06-05T17:14:32.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43942026-06-05T17:14:32.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
43952026-06-05T17:14:32.303Z
43962026-06-05T17:14:32.303Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (258/295)
43972026-06-05T17:14:32.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43982026-06-05T17:14:32.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43992026-06-05T17:14:32.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44002026-06-05T17:14:32.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44012026-06-05T17:14:32.973Z
44022026-06-05T17:14:32.973Zinfo: running `cargo check --bins` on nexus-saga-recovery (259/295)
44032026-06-05T17:14:33.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44042026-06-05T17:14:33.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44052026-06-05T17:14:33.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44062026-06-05T17:14:33.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44072026-06-05T17:14:33.644Z
44082026-06-05T17:14:33.644Zinfo: running `cargo check --bins` on nexus-test-utils-macros (260/295)
44092026-06-05T17:14:34.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44102026-06-05T17:14:34.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44112026-06-05T17:14:34.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44122026-06-05T17:14:34.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44132026-06-05T17:14:34.249Z
44142026-06-05T17:14:34.249Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (261/295)
44152026-06-05T17:14:34.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44162026-06-05T17:14:34.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44172026-06-05T17:14:35.105Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44182026-06-05T17:14:35.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s
44192026-06-05T17:14:36.084Z
44202026-06-05T17:14:36.084Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (262/295)
44212026-06-05T17:14:36.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44222026-06-05T17:14:36.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44232026-06-05T17:14:36.929Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44242026-06-05T17:15:13.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.69s
44252026-06-05T17:15:14.006Z
44262026-06-05T17:15:14.006Zinfo: running `cargo check --bins` on nexus-background-task-interface (263/295)
44272026-06-05T17:15:14.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44282026-06-05T17:15:14.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44292026-06-05T17:15:14.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44302026-06-05T17:15:14.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44312026-06-05T17:15:14.605Z
44322026-06-05T17:15:14.605Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (264/295)
44332026-06-05T17:15:15.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44342026-06-05T17:15:15.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44352026-06-05T17:15:15.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44362026-06-05T17:15:15.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44372026-06-05T17:15:15.264Z
44382026-06-05T17:15:15.264Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (265/295)
44392026-06-05T17:15:15.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44402026-06-05T17:15:15.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44412026-06-05T17:15:15.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44422026-06-05T17:15:15.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44432026-06-05T17:15:15.936Z
44442026-06-05T17:15:15.936Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (266/295)
44452026-06-05T17:15:16.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44462026-06-05T17:15:16.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44472026-06-05T17:15:16.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44482026-06-05T17:15:16.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44492026-06-05T17:15:16.611Z
44502026-06-05T17:15:16.611Zinfo: running `cargo check --bins` on nexus-mgs-updates (267/295)
44512026-06-05T17:15:17.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44522026-06-05T17:15:17.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44532026-06-05T17:15:17.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44542026-06-05T17:15:17.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44552026-06-05T17:15:17.270Z
44562026-06-05T17:15:17.270Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (268/295)
44572026-06-05T17:15:17.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44582026-06-05T17:15:17.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44592026-06-05T17:15:17.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44602026-06-05T17:15:17.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44612026-06-05T17:15:17.943Z
44622026-06-05T17:15:17.943Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (269/295)
44632026-06-05T17:15:18.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44642026-06-05T17:15:18.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44652026-06-05T17:15:18.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44662026-06-05T17:15:18.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44672026-06-05T17:15:18.606Z
44682026-06-05T17:15:18.606Zinfo: running `cargo check --bins` on support-bundle-collection (270/295)
44692026-06-05T17:15:19.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44702026-06-05T17:15:19.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44712026-06-05T17:15:19.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44722026-06-05T17:15:19.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44732026-06-05T17:15:19.280Z
44742026-06-05T17:15:19.280Zinfo: running `cargo check --bins` on omicron-dev (271/295)
44752026-06-05T17:15:19.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44762026-06-05T17:15:19.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44772026-06-05T17:15:20.204Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44782026-06-05T17:15:20.208Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44792026-06-05T17:15:20.393Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44802026-06-05T17:15:20.422Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44812026-06-05T17:15:20.444Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44822026-06-05T17:15:20.447Z Checking yansi v1.0.1
44832026-06-05T17:15:20.447Z Checking diff v0.1.13
44842026-06-05T17:15:20.463Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44852026-06-05T17:15:20.533Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44862026-06-05T17:15:20.738Z Checking pretty_assertions v1.4.1
44872026-06-05T17:15:21.352Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44882026-06-05T17:15:21.521Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44892026-06-05T17:15:45.430Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44902026-06-05T17:15:45.434Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44912026-06-05T17:15:45.434Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44922026-06-05T17:15:45.434Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44932026-06-05T17:15:45.434Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44942026-06-05T17:15:45.434Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44952026-06-05T17:15:46.275Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44962026-06-05T17:15:46.276Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44972026-06-05T17:15:47.472Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44982026-06-05T17:16:23.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
44992026-06-05T17:16:24.096Z
45002026-06-05T17:16:24.096Zinfo: running `cargo check --bins` on omicron-pins (272/295)
45012026-06-05T17:16:24.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45022026-06-05T17:16:24.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45032026-06-05T17:16:24.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45042026-06-05T17:16:24.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45052026-06-05T17:16:24.707Z
45062026-06-05T17:16:24.707Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (273/295)
45072026-06-05T17:16:25.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45082026-06-05T17:16:25.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45092026-06-05T17:16:25.504Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45102026-06-05T17:16:25.627Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45112026-06-05T17:16:25.630Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45122026-06-05T17:16:51.457Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45132026-06-05T17:16:51.838Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45142026-06-05T17:16:53.535Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45152026-06-05T17:16:53.984Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45162026-06-05T17:16:56.941Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45172026-06-05T17:17:20.190Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45182026-06-05T17:17:20.894Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45192026-06-05T17:17:22.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.82s
45202026-06-05T17:17:22.741Z
45212026-06-05T17:17:22.741Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (274/295)
45222026-06-05T17:17:23.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45232026-06-05T17:17:23.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45242026-06-05T17:17:23.486Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45252026-06-05T17:17:24.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
45262026-06-05T17:17:24.363Z
45272026-06-05T17:17:24.363Zinfo: running `cargo check --bins` on omicron-releng (275/295)
45282026-06-05T17:17:24.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45292026-06-05T17:17:24.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45302026-06-05T17:17:25.035Z Compiling blake3 v1.8.3
45312026-06-05T17:17:25.145Z Checking arrayref v0.3.9
45322026-06-05T17:17:25.149Z Checking constant_time_eq v0.4.2
45332026-06-05T17:17:25.149Z Checking arrayvec v0.7.6
45342026-06-05T17:17:25.167Z Checking topological-sort v0.2.2
45352026-06-05T17:17:25.171Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45362026-06-05T17:17:25.171Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45372026-06-05T17:17:25.171Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45382026-06-05T17:17:25.210Z Checking shell-words v1.1.1
45392026-06-05T17:17:26.039Z Checking omicron-zone-package v0.12.2
45402026-06-05T17:17:26.757Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45412026-06-05T17:17:27.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
45422026-06-05T17:17:27.813Z
45432026-06-05T17:17:27.813Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (276/295)
45442026-06-05T17:17:28.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45452026-06-05T17:17:28.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45462026-06-05T17:17:28.479Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45472026-06-05T17:17:28.803Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45482026-06-05T17:17:29.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
45492026-06-05T17:17:29.389Z
45502026-06-05T17:17:29.389Zinfo: running `cargo check --bins` on schema (277/295)
45512026-06-05T17:17:29.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45522026-06-05T17:17:29.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45532026-06-05T17:17:30.133Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45542026-06-05T17:17:30.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
45552026-06-05T17:17:31.031Z
45562026-06-05T17:17:31.031Zinfo: running `cargo check --bins` on xtask (278/295)
45572026-06-05T17:17:31.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45582026-06-05T17:17:31.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45592026-06-05T17:17:31.497Z Checking libc v0.2.185
45602026-06-05T17:17:31.501Z Checking serde v1.0.228
45612026-06-05T17:17:31.585Z Checking zerofrom v0.1.6
45622026-06-05T17:17:31.591Z Checking bitflags v2.11.0
45632026-06-05T17:17:31.596Z Checking smallvec v1.15.1
45642026-06-05T17:17:31.603Z Checking indexmap v2.14.0
45652026-06-05T17:17:31.613Z Checking serde_json v1.0.149
45662026-06-05T17:17:31.616Z Checking scroll v0.12.0
45672026-06-05T17:17:31.687Z Checking yoke v0.8.1
45682026-06-05T17:17:31.740Z Checking num-traits v0.2.19
45692026-06-05T17:17:31.769Z Checking thiserror v1.0.69
45702026-06-05T17:17:31.846Z Checking log v0.4.29
45712026-06-05T17:17:31.857Z Checking zerovec v0.11.5
45722026-06-05T17:17:31.867Z Checking zerotrie v0.2.3
45732026-06-05T17:17:31.878Z Checking errno v0.3.14
45742026-06-05T17:17:31.971Z Checking serde_spanned v0.6.9
45752026-06-05T17:17:31.993Z Checking rustix v1.1.3
45762026-06-05T17:17:31.994Z Checking toml_datetime v0.6.11
45772026-06-05T17:17:32.095Z Checking percent-encoding v2.3.2
45782026-06-05T17:17:32.108Z Checking zerocopy v0.7.35
45792026-06-05T17:17:32.129Z Checking goblin v0.8.2
45802026-06-05T17:17:32.179Z Checking toml_edit v0.22.27
45812026-06-05T17:17:32.227Z Checking getrandom v0.4.1
45822026-06-05T17:17:32.238Z Checking form_urlencoded v1.2.2
45832026-06-05T17:17:32.260Z Checking ordered-float v2.10.1
45842026-06-05T17:17:32.292Z Checking tinystr v0.8.2
45852026-06-05T17:17:32.357Z Checking potential_utf v0.1.4
45862026-06-05T17:17:32.368Z Checking thiserror v2.0.18
45872026-06-05T17:17:32.468Z Checking syn v2.0.117
45882026-06-05T17:17:32.471Z Checking icu_locale_core v2.1.1
45892026-06-05T17:17:32.486Z Checking serde-value v0.7.0
45902026-06-05T17:17:32.489Z Checking icu_collections v2.1.1
45912026-06-05T17:17:32.599Z Checking dtrace-parser v0.2.0
45922026-06-05T17:17:32.705Z Checking thread-id v4.2.2
45932026-06-05T17:17:32.789Z Checking once_cell v1.21.3
45942026-06-05T17:17:32.807Z Checking terminal_size v0.4.3
45952026-06-05T17:17:32.823Z Checking cargo-platform v0.2.0
45962026-06-05T17:17:32.836Z Checking memmap v0.7.0
45972026-06-05T17:17:32.919Z Checking clap_builder v4.6.0
45982026-06-05T17:17:32.964Z Checking textwrap v0.16.2
45992026-06-05T17:17:32.964Z Checking tempfile v3.25.0
46002026-06-05T17:17:32.997Z Checking fs-err v3.3.0
46012026-06-05T17:17:33.081Z Checking icu_provider v2.1.1
46022026-06-05T17:17:33.162Z Checking camino-tempfile v1.4.1
46032026-06-05T17:17:33.176Z Checking tabled v0.15.0
46042026-06-05T17:17:33.179Z Checking anyhow v1.0.102
46052026-06-05T17:17:33.287Z Checking toml v0.8.23
46062026-06-05T17:17:33.315Z Checking macaddr v1.0.1
46072026-06-05T17:17:33.326Z Checking icu_normalizer v2.1.1
46082026-06-05T17:17:33.385Z Checking icu_properties v2.1.2
46092026-06-05T17:17:33.495Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46102026-06-05T17:17:33.613Z Checking cargo_toml v0.21.0
46112026-06-05T17:17:34.017Z Checking dof v0.3.0
46122026-06-05T17:17:34.136Z Checking clap v4.6.1
46132026-06-05T17:17:34.206Z Checking idna_adapter v1.2.1
46142026-06-05T17:17:34.310Z Checking usdt-impl v0.5.0
46152026-06-05T17:17:34.323Z Checking idna v1.1.0
46162026-06-05T17:17:34.535Z Checking url v2.5.8
46172026-06-05T17:17:34.555Z Checking usdt v0.5.0
46182026-06-05T17:17:34.869Z Checking cargo-util-schemas v0.8.2
46192026-06-05T17:17:35.557Z Checking cargo_metadata v0.21.0
46202026-06-05T17:17:36.178Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46212026-06-05T17:17:36.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.56s
46222026-06-05T17:17:36.744Z
46232026-06-05T17:17:36.744Zinfo: running `cargo check --bins` on dnsadm (279/295)
46242026-06-05T17:17:37.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46252026-06-05T17:17:37.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46262026-06-05T17:17:37.377Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46272026-06-05T17:17:37.869Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46282026-06-05T17:17:38.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s
46292026-06-05T17:17:38.476Z
46302026-06-05T17:17:38.476Zinfo: running `cargo check --bins` on end-to-end-tests (280/295)
46312026-06-05T17:17:39.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46322026-06-05T17:17:39.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46332026-06-05T17:17:39.298Z Checking polyval v0.6.2
46342026-06-05T17:17:39.432Z Checking ctr v0.9.2
46352026-06-05T17:17:39.436Z Checking ssh-encoding v0.2.0
46362026-06-05T17:17:39.437Z Checking blowfish v0.9.1
46372026-06-05T17:17:39.467Z Checking password-hash v0.4.2
46382026-06-05T17:17:39.478Z Checking p256 v0.13.2
46392026-06-05T17:17:39.478Z Checking p521 v0.13.3
46402026-06-05T17:17:39.504Z Checking russh-cryptovec v0.7.3
46412026-06-05T17:17:39.566Z Checking ghash v0.5.1
46422026-06-05T17:17:39.581Z Checking bcrypt-pbkdf v0.10.0
46432026-06-05T17:17:39.584Z Checking md5 v0.7.0
46442026-06-05T17:17:39.609Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46452026-06-05T17:17:39.626Z Checking num-bigint v0.4.6
46462026-06-05T17:17:39.666Z Checking pbkdf2 v0.11.0
46472026-06-05T17:17:39.684Z Checking aes-gcm v0.10.3
46482026-06-05T17:17:39.728Z Checking des v0.8.1
46492026-06-05T17:17:39.743Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46502026-06-05T17:17:39.759Z Checking hex-literal v0.4.1
46512026-06-05T17:17:39.817Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46522026-06-05T17:17:39.833Z Checking ssh-cipher v0.2.0
46532026-06-05T17:17:39.836Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46542026-06-05T17:17:39.862Z Checking socket2 v0.5.10
46552026-06-05T17:17:39.879Z Checking internet-checksum v0.2.1
46562026-06-05T17:17:40.004Z Checking ssh-key v0.6.7
46572026-06-05T17:17:40.135Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46582026-06-05T17:17:40.646Z Checking russh-keys v0.45.0
46592026-06-05T17:17:41.205Z Checking russh v0.45.0
46602026-06-05T17:17:57.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.28s
46612026-06-05T17:17:57.974Z
46622026-06-05T17:17:57.974Zinfo: running `cargo check --bins` on gateway-cli (281/295)
46632026-06-05T17:17:58.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46642026-06-05T17:17:58.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46652026-06-05T17:17:58.636Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46662026-06-05T17:17:58.745Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46672026-06-05T17:17:58.753Z Checking termios v0.3.3
46682026-06-05T17:17:59.975Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46692026-06-05T17:18:00.126Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46702026-06-05T17:18:01.927Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46712026-06-05T17:18:02.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.53s
46722026-06-05T17:18:02.692Z
46732026-06-05T17:18:02.692Zinfo: running `cargo check --bins --no-default-features` on installinator (282/295)
46742026-06-05T17:18:03.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46752026-06-05T17:18:03.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46762026-06-05T17:18:03.426Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46772026-06-05T17:18:03.430Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46782026-06-05T17:18:03.430Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46792026-06-05T17:18:03.543Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46802026-06-05T17:18:03.563Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46812026-06-05T17:18:03.573Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46822026-06-05T17:18:04.305Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46832026-06-05T17:18:04.645Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46842026-06-05T17:18:04.649Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46852026-06-05T17:18:05.282Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46862026-06-05T17:18:06.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.22s
46872026-06-05T17:18:07.128Z
46882026-06-05T17:18:07.128Zinfo: running `cargo check --bins` on internal-dns-cli (283/295)
46892026-06-05T17:18:07.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46902026-06-05T17:18:07.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46912026-06-05T17:18:07.777Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
46922026-06-05T17:18:08.245Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46932026-06-05T17:18:08.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
46942026-06-05T17:18:08.780Z
46952026-06-05T17:18:08.780Zinfo: running `cargo check --bins` on omicron-live-tests (284/295)
46962026-06-05T17:18:09.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46972026-06-05T17:18:09.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46982026-06-05T17:18:09.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46992026-06-05T17:18:09.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47002026-06-05T17:18:09.398Z
47012026-06-05T17:18:09.398Zinfo: running `cargo check --bins` on live-tests-macros (285/295)
47022026-06-05T17:18:09.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47032026-06-05T17:18:09.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47042026-06-05T17:18:09.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47052026-06-05T17:18:09.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47062026-06-05T17:18:09.982Z
47072026-06-05T17:18:09.983Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (286/295)
47082026-06-05T17:18:10.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47092026-06-05T17:18:10.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47102026-06-05T17:18:10.747Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47112026-06-05T17:18:11.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
47122026-06-05T17:18:11.548Z
47132026-06-05T17:18:11.548Zinfo: running `cargo check --bins` on omicron-ntp-admin (287/295)
47142026-06-05T17:18:12.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47152026-06-05T17:18:12.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47162026-06-05T17:18:12.215Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47172026-06-05T17:18:12.219Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47182026-06-05T17:18:12.499Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47192026-06-05T17:18:12.499Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47202026-06-05T17:18:13.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
47212026-06-05T17:18:13.515Z
47222026-06-05T17:18:13.515Zinfo: running `cargo check --bins` on ntp-admin-types (288/295)
47232026-06-05T17:18:14.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47242026-06-05T17:18:14.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47252026-06-05T17:18:14.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47262026-06-05T17:18:14.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47272026-06-05T17:18:14.113Z
47282026-06-05T17:18:14.113Zinfo: running `cargo check --bins` on omicron-package (289/295)
47292026-06-05T17:18:14.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47302026-06-05T17:18:14.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47312026-06-05T17:18:14.821Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47322026-06-05T17:18:15.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.79s
47332026-06-05T17:18:16.102Z
47342026-06-05T17:18:16.102Zinfo: running `cargo check --bins` on tqdb (290/295)
47352026-06-05T17:18:16.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47362026-06-05T17:18:16.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47372026-06-05T17:18:16.898Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47382026-06-05T17:18:17.256Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47392026-06-05T17:18:17.772Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47402026-06-05T17:18:17.776Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47412026-06-05T17:18:23.792Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47422026-06-05T17:18:23.797Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47432026-06-05T17:18:24.395Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47442026-06-05T17:18:24.399Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47452026-06-05T17:18:24.399Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47462026-06-05T17:18:24.399Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47472026-06-05T17:18:25.165Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47482026-06-05T17:18:26.245Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47492026-06-05T17:18:27.025Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47502026-06-05T17:18:27.651Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47512026-06-05T17:18:32.105Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47522026-06-05T17:18:38.589Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47532026-06-05T17:18:38.592Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47542026-06-05T17:18:38.593Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47552026-06-05T17:18:38.593Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47562026-06-05T17:18:40.122Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47572026-06-05T17:18:41.478Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47582026-06-05T17:18:42.144Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47592026-06-05T17:18:43.392Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47602026-06-05T17:18:43.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.83s
47612026-06-05T17:18:44.160Z
47622026-06-05T17:18:44.160Zinfo: running `cargo check --bins` on wicket-dbg (291/295)
47632026-06-05T17:18:44.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47642026-06-05T17:18:44.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47652026-06-05T17:18:44.894Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47662026-06-05T17:18:44.894Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47672026-06-05T17:18:44.898Z Checking rtoolbox v0.0.3
47682026-06-05T17:18:44.898Z Checking tui-tree-widget v0.23.1
47692026-06-05T17:18:45.141Z Checking rpassword v7.4.0
47702026-06-05T17:18:46.163Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47712026-06-05T17:18:49.145Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47722026-06-05T17:18:51.016Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47732026-06-05T17:18:51.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.78s
47742026-06-05T17:18:52.156Z
47752026-06-05T17:18:52.156Zinfo: running `cargo check --bins` on wicket (292/295)
47762026-06-05T17:18:52.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47772026-06-05T17:18:52.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47782026-06-05T17:18:52.856Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47792026-06-05T17:18:53.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
47802026-06-05T17:18:53.426Z
47812026-06-05T17:18:53.426Zinfo: running `cargo check --bins` on wicketd (293/295)
47822026-06-05T17:18:53.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47832026-06-05T17:18:53.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47842026-06-05T17:18:54.171Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47852026-06-05T17:18:54.176Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47862026-06-05T17:18:54.176Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
47872026-06-05T17:18:54.176Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47882026-06-05T17:18:55.181Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47892026-06-05T17:18:55.754Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47902026-06-05T17:18:58.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.30s
47912026-06-05T17:18:58.942Z
47922026-06-05T17:18:58.942Zinfo: running `cargo check --bins` on omicron-workspace-hack (294/295)
47932026-06-05T17:18:59.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47942026-06-05T17:18:59.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47952026-06-05T17:18:59.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47962026-06-05T17:18:59.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47972026-06-05T17:18:59.543Z
47982026-06-05T17:18:59.543Zinfo: running `cargo check --bins` on zone-setup (295/295)
47992026-06-05T17:19:00.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48002026-06-05T17:19:00.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48012026-06-05T17:19:00.241Z Checking uzers v0.12.2
48022026-06-05T17:19:00.517Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48032026-06-05T17:19:01.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s
48042026-06-05T17:19:01.499Z
48052026-06-05T17:19:01.503Zreal 14:10.806188530
48062026-06-05T17:19:01.503Zuser 21:13.832380017
48072026-06-05T17:19:01.503Zsys 4:23.005427784
48082026-06-05T17:19:01.503Ztrap 0.330233469
48092026-06-05T17:19:01.503Ztflt 0.679493605
48102026-06-05T17:19:01.503Zdflt 1.286609530
48112026-06-05T17:19:01.503Zkflt 0.005035662
48122026-06-05T17:19:01.504Zlock 1:18:45.655134244
48132026-06-05T17:19:01.504Zslp 1:41:34.981628746
48142026-06-05T17:19:01.504Zlat 1:05.195915380
48152026-06-05T17:19:01.504Zstop 4:00.554940055
48162026-06-05T17:19:01.504Zprocess exited: duration 988051 ms, exit code 0
 
48172026-06-05T17:19:01.522Zfound 0 output files