01KSKJV6YVBYWAA7ST80X9VJS9: 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: 01KSKJVPASRRAN617969GMHQK8

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-27T02:06:08.129Zjob assigned to worker 01KSKJVY3TWAVJYCCDNWNT4KWF [factory aws, i-0f37967cdc3e67c1a] (queued for 49 s)
 
22026-05-27T02:06:14.343Zstarting task 0: "setup"
32026-05-27T02:06:14.347Z++ uname -s
42026-05-27T02:06:14.350Z+ kern=SunOS
52026-05-27T02:06:14.350Z+ build_user=build
62026-05-27T02:06:14.350Z+ build_uid=12345
72026-05-27T02:06:14.350Z+ work_dir=/work
82026-05-27T02:06:14.350Z+ input_dir=/input
92026-05-27T02:06:14.350Z+ [[ 0 == 12345 ]]
102026-05-27T02:06:14.350Z+ case "$kern" in
112026-05-27T02:06:14.350Z+ groupadd -g 12345 build
122026-05-27T02:06:14.353Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-27T02:06:16.357Z+ zfs create -o mountpoint=/work rpool/work
142026-05-27T02:06:16.438Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-27T02:06:16.441Z+ home_fs=zfs
162026-05-27T02:06:16.441Z+ [[ zfs == autofs ]]
172026-05-27T02:06:16.441Z+ mkdir -p /home/build
182026-05-27T02:06:16.441Z+ chown build:build /home/build /work
192026-05-27T02:06:18.442Z+ chmod 0700 /home/build /work
202026-05-27T02:06:18.445Zprocess exited: duration 4104 ms, exit code 0
 
212026-05-27T02:06:18.451Zstarting task 1: "rust-toolchain"
222026-05-27T02:06:18.455Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-27T02:06:18.455Z * rust toolchain channel = "1.94.0"
242026-05-27T02:06:18.455Z * rust toolchain profile = "default"
252026-05-27T02:06:18.455Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-27T02:06:18.455Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-27T02:06:18.455Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-27T02:06:18.458Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-27T02:06:18.458Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-27T02:06:18.564Zinfo: downloading installer
312026-05-27T02:06:19.881Zwarn: It looks like you have an existing rustup settings file at:
322026-05-27T02:06:19.881Zwarn: /home/build/.rustup/settings.toml
332026-05-27T02:06:19.881Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-27T02:06:19.881Zwarn: instead of the one inferred from the default host triple.
352026-05-27T02:06:19.893Zinfo: profile set to default
362026-05-27T02:06:19.893Zinfo: default host triple is x86_64-unknown-illumos
372026-05-27T02:06:19.896Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-27T02:06:20.029Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-27T02:06:20.032Zinfo: downloading 6 components
402026-05-27T02:06:36.906Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-27T02:06:36.906Z
422026-05-27T02:06:36.934Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-27T02:06:36.934Z
442026-05-27T02:06:36.934Z
452026-05-27T02:06:36.934ZRust is installed now. Great!
462026-05-27T02:06:36.934Z
472026-05-27T02:06:36.934ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-27T02:06:36.934Zenvironment variable. This has not been done automatically.
492026-05-27T02:06:36.934Z
502026-05-27T02:06:36.934ZTo configure your current shell, you need to source
512026-05-27T02:06:36.934Zthe corresponding env file under $HOME/.cargo.
522026-05-27T02:06:36.934Z
532026-05-27T02:06:36.934ZThis is usually done by running one of the following (note the leading DOT):
542026-05-27T02:06:36.937Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-27T02:06:36.937Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-27T02:06:36.937Zsource "~/.cargo/env.nu" # For nushell
572026-05-27T02:06:36.937Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-27T02:06:36.937Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-27T02:06:36.938Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-27T02:06:36.938Zwarn: no default linker (`cc`) was found in your PATH
612026-05-27T02:06:36.938Zwarn: many Rust crates require a system C toolchain to build
622026-05-27T02:06:37.025Z+ rustup --version
632026-05-27T02:06:37.034Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-27T02:06:37.038Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-27T02:06:37.056Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-27T02:06:37.060Z+ cargo --version
672026-05-27T02:06:37.066Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-27T02:06:37.069Z+ rustc --version
692026-05-27T02:06:37.088Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-27T02:06:37.091Zprocess exited: duration 18639 ms, exit code 0
 
712026-05-27T02:06:37.096Zstarting task 2: "authentication"
722026-05-27T02:06:37.112Zprocess exited: duration 16 ms, exit code 0
 
732026-05-27T02:06:37.118Zstarting task 3: "clone repository"
742026-05-27T02:06:37.121Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-27T02:06:37.123Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-27T02:06:37.160ZCloning into '/work/oxidecomputer/omicron'...
772026-05-27T02:06:47.514Z+ cd /work/oxidecomputer/omicron
782026-05-27T02:06:47.514Z+ git fetch origin 61f3025dc1c6309f0a8fcb0fadd3a799c572a840
792026-05-27T02:06:47.775ZFrom https://github.com/oxidecomputer/omicron
802026-05-27T02:06:47.775Z * branch 61f3025dc1c6309f0a8fcb0fadd3a799c572a840 -> FETCH_HEAD
812026-05-27T02:06:47.785Z+ [[ -n '' ]]
822026-05-27T02:06:47.785Z+ git reset --hard 61f3025dc1c6309f0a8fcb0fadd3a799c572a840
832026-05-27T02:06:47.823ZHEAD is now at 61f3025dc [spr] initial version
842026-05-27T02:06:47.826Zprocess exited: duration 10706 ms, exit code 0
 
852026-05-27T02:06:47.832Zstarting task 4: "build"
862026-05-27T02:06:47.835Z+ source .github/buildomat/ci-env.sh
872026-05-27T02:06:47.835Z++ export CARGO_TERM_COLOR=always
882026-05-27T02:06:47.838Z++ CARGO_TERM_COLOR=always
892026-05-27T02:06:47.838Z+ cargo --version
902026-05-27T02:06:47.845Zcargo 1.94.0 (85eff7c80 2026-01-15)
912026-05-27T02:06:47.848Z+ rustc --version
922026-05-27T02:06:47.867Zrustc 1.94.0 (4a4ef493e 2026-03-02)
932026-05-27T02:06:47.870Z+ source ./env.sh
942026-05-27T02:06:47.870Z++ OLD_SHELL_OPTS=ehxB
952026-05-27T02:06:47.870Z++ set -o xtrace
962026-05-27T02:06:47.873Z++++ dirname ./env.sh
972026-05-27T02:06:47.887Z+++ readlink -f .
982026-05-27T02:06:47.890Z++ OMICRON_WS=/work/oxidecomputer/omicron
992026-05-27T02:06:47.893Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-05-27T02:06:47.893Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-05-27T02:06:47.893Z++ 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
1022026-05-27T02:06:47.893Z++ 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
1032026-05-27T02:06:47.893Z++ 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
1042026-05-27T02:06:47.893Z++ 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
1052026-05-27T02:06:47.894Z++ 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
1062026-05-27T02:06:47.894Z++ 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
1072026-05-27T02:06:47.894Z++ case $OLD_SHELL_OPTS in
1082026-05-27T02:06:47.894Z++ unset OLD_SHELL_OPTS OMICRON_WS
1092026-05-27T02:06:47.894Z+ 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
1102026-05-27T02:06:47.894Z+ 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
1112026-05-27T02:06:47.894Z+ banner prerequisites
1122026-05-27T02:06:47.894Z
1132026-05-27T02:06:47.894Z ##### ##### ###### ##### ###### #### # # # #### #
1142026-05-27T02:06:47.894Z # # # # # # # # # # # # # # #
1152026-05-27T02:06:47.894Z # # # # ##### # # ##### # # # # # #### #
1162026-05-27T02:06:47.894Z ##### ##### # ##### # # # # # # # # #
1172026-05-27T02:06:47.894Z # # # # # # # # # # # # # # #
1182026-05-27T02:06:47.894Z # # # ###### # # ###### ### # #### # #### #
1192026-05-27T02:06:47.894Z
1202026-05-27T02:06:47.894Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1212026-05-27T02:06:49.491Z Startup: Refreshing catalog 'helios' ... Done
1222026-05-27T02:06:49.560Z Startup: Caching catalogs ... Done
1232026-05-27T02:06:49.821ZPlanning: Solver setup ... Done (0.225s)
1242026-05-27T02:06:49.839ZPlanning: Running solver ... Done (0.018s)
1252026-05-27T02:06:49.845ZPlanning: Finding local manifests ... Done (0.003s)
1262026-05-27T02:06:49.857ZPlanning: Fetching manifests: 0/2 0% complete
1272026-05-27T02:06:49.873ZPlanning: Fetching manifests: 2/2 100% complete
1282026-05-27T02:06:49.886ZPlanning: Package planning ... Done (0.013s)
1292026-05-27T02:06:49.889ZPlanning: Merging actions ... Done (0.002s)
1302026-05-27T02:06:50.077ZPlanning: Checking for conflicting actions ... Done (0.189s)
1312026-05-27T02:06:50.081ZPlanning: Consolidating action changes ... Done (0.001s)
1322026-05-27T02:06:50.886ZPlanning: Evaluating mediators ... Done (0.808s)
1332026-05-27T02:06:50.889ZPlanning: Planning completed in 1.31 seconds
1342026-05-27T02:06:50.895Z Packages to install: 2
1352026-05-27T02:06:50.895Z Estimated space available: 156.07 GB
1362026-05-27T02:06:50.895ZEstimated space to be consumed: 22.53 MB
1372026-05-27T02:06:50.895Z Create boot environment: No
1382026-05-27T02:06:50.898ZCreate backup boot environment: No
1392026-05-27T02:06:50.898Z Rebuild boot archive: No
1402026-05-27T02:06:50.898Z
1412026-05-27T02:06:50.898ZChanged packages:
1422026-05-27T02:06:50.898Zhelios
1432026-05-27T02:06:50.898Z developer/build-essential
1442026-05-27T02:06:50.898Z None -> 11-3.0
1452026-05-27T02:06:50.898Z library/libxmlsec1
1462026-05-27T02:06:50.898Z None -> 1.2.35-3.0
1472026-05-27T02:06:50.920Z
1482026-05-27T02:06:50.920ZDownload: 0/214 items 0.0/1.3MB 0% complete
1492026-05-27T02:06:51.439ZDownload: Completed 1.28 MB in 0.52 seconds (2.5M/s)
1502026-05-27T02:06:51.503Z Actions: 1/268 actions (Installing new actions)
1512026-05-27T02:06:51.543Z Actions: Completed 268 actions in 0.04 seconds.
1522026-05-27T02:06:51.577ZFinalize: Updating package state database ... Done (0.033s)
1532026-05-27T02:06:51.577ZFinalize: Updating package cache ... Done (0.000s)
1542026-05-27T02:06:51.596ZFinalize: Updating image state ... Done (0.018s)
1552026-05-27T02:06:53.952ZFinalize: Creating fast lookup database ... Done (2.332s)
1562026-05-27T02:06:54.017ZFinalize: Reading search index ... Done (0.012s)
1572026-05-27T02:06:54.021ZFinalize: Updating search index ... Done (0.000s)
1582026-05-27T02:06:54.112ZFinalize: Updating package cache ... Done (0.000s)
1592026-05-27T02:06:54.412ZPlanning: Evaluating mediator changes ... Done
1602026-05-27T02:06:54.517ZPlanning: Checking for conflicting actions ... Done
1612026-05-27T02:06:54.520ZPlanning: Consolidating action changes ... Done
1622026-05-27T02:06:54.675ZPlanning: Evaluating mediators ... Done
1632026-05-27T02:06:54.678ZPlanning: Planning completed in 0.26 seconds
1642026-05-27T02:06:54.699Z Mediators to change: 2
1652026-05-27T02:06:54.699Z Create boot environment: No
1662026-05-27T02:06:54.699ZCreate backup boot environment: No
1672026-05-27T02:06:54.769ZFinalize: Updating package state database ... Done
1682026-05-27T02:06:54.770ZFinalize: Updating package cache ... Done
1692026-05-27T02:06:54.780ZFinalize: Updating image state ... Done
1702026-05-27T02:06:56.722ZFinalize: Creating fast lookup database ... Done
1712026-05-27T02:06:56.784ZFinalize: Reading search index ... Done
1722026-05-27T02:06:56.787ZFinalize: Updating search index ... Done
1732026-05-27T02:06:56.859ZFinalize: Updating package cache ... Done
1742026-05-27T02:06:57.140ZPlanning: Evaluating mediator changes ... Done
1752026-05-27T02:06:57.245ZPlanning: Checking for conflicting actions ... Done
1762026-05-27T02:06:57.248ZPlanning: Consolidating action changes ... Done
1772026-05-27T02:06:57.403ZPlanning: Evaluating mediators ... Done
1782026-05-27T02:06:57.406ZPlanning: Planning completed in 0.26 seconds
1792026-05-27T02:06:57.426Z Mediators to change: 1
1802026-05-27T02:06:57.426Z Create boot environment: No
1812026-05-27T02:06:57.426ZCreate backup boot environment: No
1822026-05-27T02:06:57.482ZFinalize: Updating package state database ... Done
1832026-05-27T02:06:57.482ZFinalize: Updating package cache ... Done
1842026-05-27T02:06:57.492ZFinalize: Updating image state ... Done
1852026-05-27T02:06:59.425ZFinalize: Creating fast lookup database ... Done
1862026-05-27T02:06:59.487ZFinalize: Reading search index ... Done
1872026-05-27T02:06:59.490ZFinalize: Updating search index ... Done
1882026-05-27T02:06:59.628ZFinalize: Updating package cache ... Done
1892026-05-27T02:06:59.938ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1902026-05-27T02:06:59.938Zapache system 2.4 system
1912026-05-27T02:06:59.938Zclang system 15 system
1922026-05-27T02:06:59.938Zcsh system system illumos
1932026-05-27T02:06:59.938Zctags system system illumos
1942026-05-27T02:06:59.938Zfile vendor vendor darwinsys
1952026-05-27T02:06:59.938Zfile system system illumos
1962026-05-27T02:06:59.938Zgcc vendor 14 vendor
1972026-05-27T02:06:59.939Zgcc system 13 system
1982026-05-27T02:06:59.939Zgcc system 10 system
1992026-05-27T02:06:59.939Zgo system 1.25 system
2002026-05-27T02:06:59.939Zllvm system 15 system
2012026-05-27T02:06:59.939Zmariadb system 11.4 system
2022026-05-27T02:06:59.939Zmta vendor vendor dma
2032026-05-27T02:06:59.939Zopenjdk system 17 system
2042026-05-27T02:06:59.939Zopenjdk system 11 system
2052026-05-27T02:06:59.939Zopenssl vendor 3 vendor
2062026-05-27T02:06:59.939Zperl system 5.40 system
2072026-05-27T02:06:59.939Zpostgresql system 18 system
2082026-05-27T02:06:59.939Zpostgresql system 17 system
2092026-05-27T02:06:59.939Zpython vendor 3 vendor
2102026-05-27T02:06:59.939Zpython system 2 system
2112026-05-27T02:06:59.939Zpython3 vendor 3.13 vendor
2122026-05-27T02:06:59.939Zruby system 3.4 system
2132026-05-27T02:06:59.939Zruby system 3.0 system
2142026-05-27T02:06:59.939Zwords vendor vendor american-english
2152026-05-27T02:06:59.939Zwords system system australian-english
2162026-05-27T02:06:59.939Zwords system system british-english
2172026-05-27T02:06:59.939Zwords system system canadian-english
2182026-05-27T02:06:59.939Zwords system system french
2192026-05-27T02:06:59.939Zwords system system italian
2202026-05-27T02:06:59.939Zwords system system ngerman
2212026-05-27T02:06:59.939Zwords system system ogerman
2222026-05-27T02:06:59.939Zwords system system spanish
2232026-05-27T02:07:00.194ZPUBLISHER TYPE STATUS P LOCATION
2242026-05-27T02:07:00.194Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2252026-05-27T02:07:00.469ZFMRI IFO
2262026-05-27T02:07:00.469Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2272026-05-27T02:07:00.469Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2282026-05-27T02:07:00.469Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2292026-05-27T02:07:00.469Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2302026-05-27T02:07:00.469Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2312026-05-27T02:07:00.469Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2322026-05-27T02:07:00.469Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2332026-05-27T02:07:00.469Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2342026-05-27T02:07:00.469Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2352026-05-27T02:07:00.709Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2362026-05-27T02:07:00.969Z Updating crates.io index
2372026-05-27T02:07:00.972Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2382026-05-27T02:07:01.432Z Updating git repository `https://github.com/oxidecomputer/lldp`
2392026-05-27T02:07:02.277Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2402026-05-27T02:07:02.672Z Updating git repository `https://github.com/oxidecomputer/propolis`
2412026-05-27T02:07:03.858Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2422026-05-27T02:07:04.362Z Updating git repository `https://github.com/oxidecomputer/crucible`
2432026-05-27T02:07:06.238Z Updating git repository `https://github.com/oxidecomputer/opte`
2442026-05-27T02:07:06.970Z Updating git repository `https://github.com/oxidecomputer/tofino`
2452026-05-27T02:07:07.372Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2462026-05-27T02:07:08.361Z Updating git repository `https://github.com/oxidecomputer/clickward`
2472026-05-27T02:07:08.576Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2482026-05-27T02:07:08.993Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2492026-05-27T02:07:09.265Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2502026-05-27T02:07:10.292Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2512026-05-27T02:07:10.794Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2522026-05-27T02:07:11.008Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-05-27T02:07:11.299Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2542026-05-27T02:07:11.624Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2552026-05-27T02:07:12.033Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2562026-05-27T02:07:12.385Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2572026-05-27T02:07:12.596Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2582026-05-27T02:07:12.831Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-05-27T02:07:13.221Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2602026-05-27T02:07:13.575Z Updating git repository `https://github.com/oxidecomputer/erebor`
2612026-05-27T02:07:13.952Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2622026-05-27T02:07:14.386Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2632026-05-27T02:07:14.622Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2642026-05-27T02:07:14.924Z Updating git repository `https://github.com/oxidecomputer/ispf`
2652026-05-27T02:07:15.193Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2662026-05-27T02:07:16.018Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2672026-05-27T02:07:16.818Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2682026-05-27T02:07:17.097Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2692026-05-27T02:07:17.478Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2702026-05-27T02:07:17.779Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2712026-05-27T02:07:18.059Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2722026-05-27T02:07:18.404Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2732026-05-27T02:07:18.847Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2742026-05-27T02:07:19.225Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2752026-05-27T02:07:19.498Z Updating git repository `https://github.com/illumos/smf-rs`
2762026-05-27T02:07:19.802Z Updating git repository `https://github.com/oxidecomputer/omicron`
2772026-05-27T02:07:31.514Z Downloading crates ...
2782026-05-27T02:07:31.576Z Downloaded anstyle-query v1.1.5
2792026-05-27T02:07:31.587Z Downloaded utf8parse v0.2.2
2802026-05-27T02:07:31.587Z Downloaded zerofrom-derive v0.1.6
2812026-05-27T02:07:31.587Z Downloaded unicode-linebreak v0.1.5
2822026-05-27T02:07:31.587Z Downloaded byteorder v1.5.0
2832026-05-27T02:07:31.590Z Downloaded bytecount v0.6.9
2842026-05-27T02:07:31.590Z Downloaded typeid v1.0.3
2852026-05-27T02:07:31.590Z Downloaded toml_datetime v0.6.11
2862026-05-27T02:07:31.590Z Downloaded thread-id v4.2.2
2872026-05-27T02:07:31.590Z Downloaded cargo_metadata v0.21.0
2882026-05-27T02:07:31.593Z Downloaded bitflags v2.11.0
2892026-05-27T02:07:31.596Z Downloaded zerofrom v0.1.6
2902026-05-27T02:07:31.596Z Downloaded toml_edit v0.22.27
2912026-05-27T02:07:31.599Z Downloaded version_check v0.9.5
2922026-05-27T02:07:31.602Z Downloaded toml_write v0.1.2
2932026-05-27T02:07:31.602Z Downloaded colorchoice v1.0.4
2942026-05-27T02:07:31.605Z Downloaded thiserror-impl v2.0.18
2952026-05-27T02:07:31.605Z Downloaded utf8_iter v1.0.4
2962026-05-27T02:07:31.605Z Downloaded thiserror v1.0.69
2972026-05-27T02:07:31.608Z Downloaded usdt v0.5.0
2982026-05-27T02:07:31.608Z Downloaded block-buffer v0.10.4
2992026-05-27T02:07:31.608Z Downloaded proc-macro2 v1.0.106
3002026-05-27T02:07:31.611Z Downloaded fs-err v3.3.0
3012026-05-27T02:07:31.614Z Downloaded dtrace-parser v0.2.0
3022026-05-27T02:07:31.614Z Downloaded plain v0.2.3
3032026-05-27T02:07:31.614Z Downloaded heck v0.5.0
3042026-05-27T02:07:31.614Z Downloaded anstream v0.6.21
3052026-05-27T02:07:31.617Z Downloaded icu_provider v2.1.1
3062026-05-27T02:07:31.620Z Downloaded smallvec v1.15.1
3072026-05-27T02:07:31.620Z Downloaded once_cell v1.21.3
3082026-05-27T02:07:31.623Z Downloaded ordered-float v2.10.1
3092026-05-27T02:07:31.623Z Downloaded yoke-derive v0.8.1
3102026-05-27T02:07:31.623Z Downloaded usdt-attr-macro v0.5.0
3112026-05-27T02:07:31.623Z Downloaded is_terminal_polyfill v1.70.2
3122026-05-27T02:07:31.626Z Downloaded cargo-platform v0.2.0
3132026-05-27T02:07:31.629Z Downloaded unicode-xid v0.2.6
3142026-05-27T02:07:31.632Z Downloaded yoke v0.8.1
3152026-05-27T02:07:31.636Z Downloaded cargo_toml v0.21.0
3162026-05-27T02:07:31.636Z Downloaded zmij v1.0.21
3172026-05-27T02:07:31.639Z Downloaded url v2.5.8
3182026-05-27T02:07:31.639Z Downloaded thiserror-impl v1.0.69
3192026-05-27T02:07:31.639Z Downloaded autocfg v1.5.0
3202026-05-27T02:07:31.641Z Downloaded thiserror v2.0.18
3212026-05-27T02:07:31.644Z Downloaded zerocopy-derive v0.7.35
3222026-05-27T02:07:31.644Z Downloaded cargo-util-schemas v0.8.2
3232026-05-27T02:07:31.647Z Downloaded ucd-trie v0.1.7
3242026-05-27T02:07:31.647Z Downloaded tempfile v3.25.0
3252026-05-27T02:07:31.650Z Downloaded form_urlencoded v1.2.2
3262026-05-27T02:07:31.650Z Downloaded itoa v1.0.17
3272026-05-27T02:07:31.650Z Downloaded usdt-macro v0.5.0
3282026-05-27T02:07:31.654Z Downloaded scroll_derive v0.12.1
3292026-05-27T02:07:31.654Z Downloaded serde_derive v1.0.228
3302026-05-27T02:07:31.657Z Downloaded zerovec-derive v0.11.2
3312026-05-27T02:07:31.657Z Downloaded displaydoc v0.2.5
3322026-05-27T02:07:31.657Z Downloaded toml v0.8.23
3332026-05-27T02:07:31.660Z Downloaded crypto-common v0.1.7
3342026-05-27T02:07:31.662Z Downloaded synstructure v0.13.2
3352026-05-27T02:07:31.665Z Downloaded unicode-ident v1.0.24
3362026-05-27T02:07:31.668Z Downloaded textwrap v0.16.2
3372026-05-27T02:07:31.668Z Downloaded fnv v1.0.7
3382026-05-27T02:07:31.671Z Downloaded equivalent v1.0.2
3392026-05-27T02:07:31.671Z Downloaded proc-macro-error-attr v1.0.4
3402026-05-27T02:07:31.671Z Downloaded erased-serde v0.4.9
3412026-05-27T02:07:31.674Z Downloaded cpufeatures v0.2.17
3422026-05-27T02:07:31.674Z Downloaded proc-macro-error v1.0.4
3432026-05-27T02:07:31.677Z Downloaded zerotrie v0.2.3
3442026-05-27T02:07:31.677Z Downloaded writeable v0.6.2
3452026-05-27T02:07:31.680Z Downloaded cfg-if v1.0.4
3462026-05-27T02:07:31.680Z Downloaded typenum v1.19.0
3472026-05-27T02:07:31.682Z Downloaded serde_spanned v0.6.9
3482026-05-27T02:07:31.682Z Downloaded usdt-impl v0.5.0
3492026-05-27T02:07:31.685Z Downloaded idna_adapter v1.2.1
3502026-05-27T02:07:31.685Z Downloaded zerocopy v0.7.35
3512026-05-27T02:07:31.693Z Downloaded zerovec v0.11.5
3522026-05-27T02:07:31.696Z Downloaded winnow v0.7.14
3532026-05-27T02:07:31.700Z Downloaded tabled_derive v0.7.0
3542026-05-27T02:07:31.703Z Downloaded pretty-hex v0.4.1
3552026-05-27T02:07:31.703Z Downloaded heck v0.4.1
3562026-05-27T02:07:31.703Z Downloaded generic-array v0.14.7
3572026-05-27T02:07:31.703Z Downloaded fastrand v2.3.0
3582026-05-27T02:07:31.706Z Downloaded smawk v0.3.2
3592026-05-27T02:07:31.706Z Downloaded anstyle v1.0.13
3602026-05-27T02:07:31.706Z Downloaded serde-untagged v0.1.9
3612026-05-27T02:07:31.706Z Downloaded icu_normalizer v2.1.1
3622026-05-27T02:07:31.709Z Downloaded errno v0.3.14
3632026-05-27T02:07:31.711Z Downloaded unicode-width v0.2.0
3642026-05-27T02:07:31.714Z Downloaded unicode-width v0.1.14
3652026-05-27T02:07:31.717Z Downloaded terminal_size v0.4.3
3662026-05-27T02:07:31.720Z Downloaded serde-value v0.7.0
3672026-05-27T02:07:31.720Z Downloaded memmap v0.7.0
3682026-05-27T02:07:31.720Z Downloaded dof v0.3.0
3692026-05-27T02:07:31.720Z Downloaded percent-encoding v2.3.2
3702026-05-27T02:07:31.723Z Downloaded clap_derive v4.5.55
3712026-05-27T02:07:31.727Z Downloaded tinystr v0.8.2
3722026-05-27T02:07:31.730Z Downloaded clap_lex v1.0.0
3732026-05-27T02:07:31.733Z Downloaded macaddr v1.0.1
3742026-05-27T02:07:31.736Z Downloaded potential_utf v0.1.4
3752026-05-27T02:07:31.742Z Downloaded stable_deref_trait v1.2.1
3762026-05-27T02:07:31.745Z Downloaded strsim v0.11.1
3772026-05-27T02:07:31.748Z Downloaded semver v1.0.28
3782026-05-27T02:07:31.751Z Downloaded serde_tokenstream v0.2.3
3792026-05-27T02:07:31.754Z Downloaded scroll v0.12.0
3802026-05-27T02:07:31.762Z Downloaded log v0.4.29
3812026-05-27T02:07:31.765Z Downloaded swrite v0.1.0
3822026-05-27T02:07:31.769Z Downloaded sha2 v0.10.9
3832026-05-27T02:07:31.772Z Downloaded quote v1.0.45
3842026-05-27T02:07:31.777Z Downloaded anstyle-parse v0.2.7
3852026-05-27T02:07:31.785Z Downloaded pest_generator v2.8.6
3862026-05-27T02:07:31.788Z Downloaded camino-tempfile v1.4.1
3872026-05-27T02:07:31.788Z Downloaded pest_derive v2.8.6
3882026-05-27T02:07:31.792Z Downloaded icu_normalizer_data v2.1.1
3892026-05-27T02:07:31.795Z Downloaded camino v1.2.2
3902026-05-27T02:07:31.795Z Downloaded anyhow v1.0.102
3912026-05-27T02:07:31.798Z Downloaded digest v0.10.7
3922026-05-27T02:07:31.798Z Downloaded clap v4.5.60
3932026-05-27T02:07:31.810Z Downloaded papergrid v0.11.0
3942026-05-27T02:07:31.813Z Downloaded num-traits v0.2.19
3952026-05-27T02:07:31.816Z Downloaded litemap v0.8.1
3962026-05-27T02:07:31.816Z Downloaded getrandom v0.4.1
3972026-05-27T02:07:31.819Z Downloaded serde_json v1.0.149
3982026-05-27T02:07:31.821Z Downloaded memchr v2.8.0
3992026-05-27T02:07:31.824Z Downloaded icu_properties v2.1.2
4002026-05-27T02:07:31.827Z Downloaded icu_locale_core v2.1.1
4012026-05-27T02:07:31.831Z Downloaded serde_core v1.0.228
4022026-05-27T02:07:31.834Z Downloaded pest v2.8.6
4032026-05-27T02:07:31.837Z Downloaded serde v1.0.228
4042026-05-27T02:07:31.840Z Downloaded icu_collections v2.1.1
4052026-05-27T02:07:31.844Z Downloaded icu_properties_data v2.1.2
4062026-05-27T02:07:31.847Z Downloaded pest_meta v2.8.6
4072026-05-27T02:07:31.851Z Downloaded indexmap v2.14.0
4082026-05-27T02:07:31.851Z Downloaded hashbrown v0.17.0
4092026-05-27T02:07:31.881Z Downloaded idna v1.1.0
4102026-05-27T02:07:31.894Z Downloaded clap_builder v4.5.60
4112026-05-27T02:07:31.897Z Downloaded goblin v0.8.2
4122026-05-27T02:07:31.909Z Downloaded tabled v0.15.0
4132026-05-27T02:07:31.920Z Downloaded syn v2.0.117
4142026-05-27T02:07:31.926Z Downloaded syn v1.0.109
4152026-05-27T02:07:31.935Z Downloaded rustix v1.1.3
4162026-05-27T02:07:31.962Z Downloaded libc v0.2.185
4172026-05-27T02:07:32.029Z Compiling proc-macro2 v1.0.106
4182026-05-27T02:07:32.029Z Compiling unicode-ident v1.0.24
4192026-05-27T02:07:32.029Z Compiling quote v1.0.45
4202026-05-27T02:07:32.032Z Compiling serde_core v1.0.228
4212026-05-27T02:07:32.032Z Compiling libc v0.2.185
4222026-05-27T02:07:32.032Z Compiling version_check v0.9.5
4232026-05-27T02:07:32.032Z Compiling stable_deref_trait v1.2.1
4242026-05-27T02:07:32.032Z Compiling serde v1.0.228
4252026-05-27T02:07:32.322Z Compiling memchr v2.8.0
4262026-05-27T02:07:32.355Z Compiling zmij v1.0.21
4272026-05-27T02:07:32.594Z Compiling thiserror v1.0.69
4282026-05-27T02:07:32.914Z Compiling itoa v1.0.17
4292026-05-27T02:07:32.930Z Compiling ucd-trie v0.1.7
4302026-05-27T02:07:32.945Z Compiling autocfg v1.5.0
4312026-05-27T02:07:33.082Z Compiling pest v2.8.6
4322026-05-27T02:07:33.202Z Compiling litemap v0.8.1
4332026-05-27T02:07:33.294Z Compiling writeable v0.6.2
4342026-05-27T02:07:33.366Z Compiling rustix v1.1.3
4352026-05-27T02:07:33.389Z Compiling icu_properties_data v2.1.2
4362026-05-27T02:07:33.413Z Compiling byteorder v1.5.0
4372026-05-27T02:07:33.634Z Compiling icu_normalizer_data v2.1.1
4382026-05-27T02:07:33.764Z Compiling syn v2.0.117
4392026-05-27T02:07:33.858Z Compiling errno v0.3.14
4402026-05-27T02:07:33.873Z Compiling serde_json v1.0.149
4412026-05-27T02:07:33.889Z Compiling bitflags v2.11.0
4422026-05-27T02:07:34.080Z Compiling pest_meta v2.8.6
4432026-05-27T02:07:34.097Z Compiling num-traits v0.2.19
4442026-05-27T02:07:34.114Z Compiling smallvec v1.15.1
4452026-05-27T02:07:34.277Z Compiling typeid v1.0.3
4462026-05-27T02:07:34.323Z Compiling hashbrown v0.17.0
4472026-05-27T02:07:34.481Z Compiling equivalent v1.0.2
4482026-05-27T02:07:34.671Z Compiling thread-id v4.2.2
4492026-05-27T02:07:34.758Z Compiling proc-macro-error-attr v1.0.4
4502026-05-27T02:07:34.828Z Compiling usdt-impl v0.5.0
4512026-05-27T02:07:34.848Z Compiling syn v1.0.109
4522026-05-27T02:07:34.932Z Compiling indexmap v2.14.0
4532026-05-27T02:07:34.949Z Compiling erased-serde v0.4.9
4542026-05-27T02:07:35.039Z Compiling winnow v0.7.14
4552026-05-27T02:07:35.190Z Compiling toml_write v0.1.2
4562026-05-27T02:07:35.516Z Compiling proc-macro-error v1.0.4
4572026-05-27T02:07:35.563Z Compiling utf8parse v0.2.2
4582026-05-27T02:07:35.682Z Compiling camino v1.2.2
4592026-05-27T02:07:35.703Z Compiling getrandom v0.4.1
4602026-05-27T02:07:35.811Z Compiling utf8_iter v1.0.4
4612026-05-27T02:07:35.968Z Compiling percent-encoding v2.3.2
4622026-05-27T02:07:35.986Z Compiling plain v0.2.3
4632026-05-27T02:07:36.001Z Compiling log v0.4.29
4642026-05-27T02:07:36.049Z Compiling thiserror v2.0.18
4652026-05-27T02:07:36.094Z Compiling form_urlencoded v1.2.2
4662026-05-27T02:07:36.196Z Compiling ordered-float v2.10.1
4672026-05-27T02:07:36.231Z Compiling anstyle-parse v0.2.7
4682026-05-27T02:07:36.411Z Compiling terminal_size v0.4.3
4692026-05-27T02:07:36.452Z Compiling synstructure v0.13.2
4702026-05-27T02:07:36.531Z Compiling pest_generator v2.8.6
4712026-05-27T02:07:36.575Z Compiling is_terminal_polyfill v1.70.2
4722026-05-27T02:07:36.685Z Compiling anstyle-query v1.1.5
4732026-05-27T02:07:36.735Z Compiling anstyle v1.0.13
4742026-05-27T02:07:36.752Z Compiling cfg-if v1.0.4
4752026-05-27T02:07:36.769Z Compiling colorchoice v1.0.4
4762026-05-27T02:07:36.796Z Compiling pretty-hex v0.4.1
4772026-05-27T02:07:36.934Z Compiling anstream v0.6.21
4782026-05-27T02:07:36.954Z Compiling serde-untagged v0.1.9
4792026-05-27T02:07:37.009Z Compiling semver v1.0.28
4802026-05-27T02:07:37.196Z Compiling fs-err v3.3.0
4812026-05-27T02:07:37.228Z Compiling heck v0.4.1
4822026-05-27T02:07:37.246Z Compiling heck v0.5.0
4832026-05-27T02:07:37.331Z Compiling unicode-width v0.1.14
4842026-05-27T02:07:37.365Z Compiling anyhow v1.0.102
4852026-05-27T02:07:37.383Z Compiling strsim v0.11.1
4862026-05-27T02:07:37.449Z Compiling clap_lex v1.0.0
4872026-05-27T02:07:37.478Z Compiling fastrand v2.3.0
4882026-05-27T02:07:37.671Z Compiling bytecount v0.6.9
4892026-05-27T02:07:37.688Z Compiling fnv v1.0.7
4902026-05-27T02:07:37.722Z Compiling once_cell v1.21.3
4912026-05-27T02:07:37.745Z Compiling unicode-xid v0.2.6
4922026-05-27T02:07:37.785Z Compiling papergrid v0.11.0
4932026-05-27T02:07:37.869Z Compiling clap_builder v4.5.60
4942026-05-27T02:07:37.934Z Compiling tempfile v3.25.0
4952026-05-27T02:07:38.013Z Compiling memmap v0.7.0
4962026-05-27T02:07:38.032Z Compiling unicode-linebreak v0.1.5
4972026-05-27T02:07:38.135Z Compiling serde_derive v1.0.228
4982026-05-27T02:07:38.196Z Compiling zerofrom-derive v0.1.6
4992026-05-27T02:07:38.272Z Compiling yoke-derive v0.8.1
5002026-05-27T02:07:38.302Z Compiling zerovec-derive v0.11.2
5012026-05-27T02:07:38.439Z Compiling displaydoc v0.2.5
5022026-05-27T02:07:39.178Z Compiling thiserror-impl v1.0.69
5032026-05-27T02:07:39.196Z Compiling zerocopy-derive v0.7.35
5042026-05-27T02:07:39.405Z Compiling pest_derive v2.8.6
5052026-05-27T02:07:39.427Z Compiling scroll_derive v0.12.1
5062026-05-27T02:07:39.551Z Compiling zerofrom v0.1.6
5072026-05-27T02:07:39.704Z Compiling yoke v0.8.1
5082026-05-27T02:07:39.865Z Compiling thiserror-impl v2.0.18
5092026-05-27T02:07:39.900Z Compiling zerovec v0.11.5
5102026-05-27T02:07:40.107Z Compiling zerotrie v0.2.3
5112026-05-27T02:07:40.110Z Compiling zerocopy v0.7.35
5122026-05-27T02:07:40.411Z Compiling tinystr v0.8.2
5132026-05-27T02:07:40.430Z Compiling potential_utf v0.1.4
5142026-05-27T02:07:40.600Z Compiling icu_locale_core v2.1.1
5152026-05-27T02:07:40.617Z Compiling icu_collections v2.1.1
5162026-05-27T02:07:40.636Z Compiling dtrace-parser v0.2.0
5172026-05-27T02:07:40.654Z Compiling scroll v0.12.0
5182026-05-27T02:07:40.894Z Compiling goblin v0.8.2
5192026-05-27T02:07:40.926Z Compiling tabled_derive v0.7.0
5202026-05-27T02:07:40.968Z Compiling clap_derive v4.5.55
5212026-05-27T02:07:41.314Z Compiling icu_provider v2.1.1
5222026-05-27T02:07:41.382Z Compiling unicode-width v0.2.0
5232026-05-27T02:07:41.486Z Compiling smawk v0.3.2
5242026-05-27T02:07:41.612Z Compiling icu_normalizer v2.1.1
5252026-05-27T02:07:41.632Z Compiling icu_properties v2.1.2
5262026-05-27T02:07:41.635Z Compiling serde_spanned v0.6.9
5272026-05-27T02:07:41.635Z Compiling toml_datetime v0.6.11
5282026-05-27T02:07:41.682Z Compiling dof v0.3.0
5292026-05-27T02:07:41.796Z Compiling serde_tokenstream v0.2.3
5302026-05-27T02:07:41.837Z Compiling serde-value v0.7.0
5312026-05-27T02:07:41.931Z Compiling toml_edit v0.22.27
5322026-05-27T02:07:42.123Z Compiling cargo-platform v0.2.0
5332026-05-27T02:07:42.152Z Compiling tabled v0.15.0
5342026-05-27T02:07:42.214Z Compiling textwrap v0.16.2
5352026-05-27T02:07:42.408Z Compiling macaddr v1.0.1
5362026-05-27T02:07:42.647Z Compiling idna_adapter v1.2.1
5372026-05-27T02:07:42.714Z Compiling camino-tempfile v1.4.1
5382026-05-27T02:07:42.797Z Compiling usdt-attr-macro v0.5.0
5392026-05-27T02:07:42.797Z Compiling usdt-macro v0.5.0
5402026-05-27T02:07:42.797Z Compiling idna v1.1.0
5412026-05-27T02:07:42.858Z Compiling clap v4.5.60
5422026-05-27T02:07:43.215Z Compiling url v2.5.8
5432026-05-27T02:07:43.324Z Compiling toml v0.8.23
5442026-05-27T02:07:43.347Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5452026-05-27T02:07:43.389Z Compiling swrite v0.1.0
5462026-05-27T02:07:43.715Z Compiling cargo-util-schemas v0.8.2
5472026-05-27T02:07:43.867Z Compiling usdt v0.5.0
5482026-05-27T02:07:43.938Z Compiling cargo_toml v0.21.0
5492026-05-27T02:07:44.603Z Compiling cargo_metadata v0.21.0
5502026-05-27T02:07:45.543Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5512026-05-27T02:07:47.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.06s
5522026-05-27T02:07:47.885Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5532026-05-27T02:07:48.451Z Downloading crates ...
5542026-05-27T02:07:48.584Z Downloaded crossbeam-deque v0.8.6
5552026-05-27T02:07:48.630Z Downloaded defmt v1.0.1
5562026-05-27T02:07:48.631Z Downloaded defmt v0.3.100
5572026-05-27T02:07:48.631Z Downloaded derive_more v0.99.20
5582026-05-27T02:07:48.631Z Downloaded crc8 v0.1.1
5592026-05-27T02:07:48.631Z Downloaded embedded-io v0.6.1
5602026-05-27T02:07:48.631Z Downloaded arc-swap v1.8.2
5612026-05-27T02:07:48.631Z Downloaded downcast-rs v2.0.2
5622026-05-27T02:07:48.631Z Downloaded defmt-parser v1.0.0
5632026-05-27T02:07:48.631Z Downloaded darling_macro v0.21.3
5642026-05-27T02:07:48.632Z Downloaded async-bb8-diesel v0.2.1
5652026-05-27T02:07:48.632Z Downloaded embedded-io v0.4.0
5662026-05-27T02:07:48.632Z Downloaded darling_macro v0.13.4
5672026-05-27T02:07:48.632Z Downloaded crucible-workspace-hack v0.1.0
5682026-05-27T02:07:48.632Z Downloaded curve25519-dalek-derive v0.1.1
5692026-05-27T02:07:48.632Z Downloaded document-features v0.2.12
5702026-05-27T02:07:48.632Z Downloaded difflib v0.4.0
5712026-05-27T02:07:48.632Z Downloaded castaway v0.2.4
5722026-05-27T02:07:48.632Z Downloaded console v0.15.11
5732026-05-27T02:07:48.632Z Downloaded backon v1.6.0
5742026-05-27T02:07:48.632Z Downloaded enum-as-inner v0.6.1
5752026-05-27T02:07:48.632Z Downloaded dtrace-parser v0.3.0
5762026-05-27T02:07:48.633Z Downloaded aho-corasick v1.1.4
5772026-05-27T02:07:48.633Z Downloaded fixedbitset v0.4.2
5782026-05-27T02:07:48.633Z Downloaded dyn-clone v1.0.20
5792026-05-27T02:07:48.633Z Downloaded float-cmp v0.10.0
5802026-05-27T02:07:48.633Z Downloaded endian-type v0.1.2
5812026-05-27T02:07:48.633Z Downloaded blake2 v0.10.6
5822026-05-27T02:07:48.633Z Downloaded dof v0.4.0
5832026-05-27T02:07:48.633Z Downloaded display-error-chain v0.2.2
5842026-05-27T02:07:48.633Z Downloaded darling_macro v0.23.0
5852026-05-27T02:07:48.633Z Downloaded dsl_auto_type v0.2.0
5862026-05-27T02:07:48.633Z Downloaded atty v0.2.14
5872026-05-27T02:07:48.633Z Downloaded bcrypt-pbkdf v0.10.0
5882026-05-27T02:07:48.633Z Downloaded dropshot-api-manager-types v0.7.2
5892026-05-27T02:07:48.633Z Downloaded diesel_table_macro_syntax v0.3.0
5902026-05-27T02:07:48.634Z Downloaded aead v0.5.2
5912026-05-27T02:07:48.634Z Downloaded fd-lock v4.0.4
5922026-05-27T02:07:48.634Z Downloaded array-init v0.0.4
5932026-05-27T02:07:48.634Z Downloaded cpufeatures v0.3.0
5942026-05-27T02:07:48.634Z Downloaded atomic-waker v1.1.2
5952026-05-27T02:07:48.634Z Downloaded adler2 v2.0.1
5962026-05-27T02:07:48.634Z Downloaded fallible-iterator v0.2.0
5972026-05-27T02:07:48.634Z Downloaded crc32fast v1.5.0
5982026-05-27T02:07:48.634Z Downloaded derive_builder_macro v0.20.2
5992026-05-27T02:07:48.634Z Downloaded bitfield-macros v0.19.4
6002026-05-27T02:07:48.634Z Downloaded base16ct v0.2.0
6012026-05-27T02:07:48.634Z Downloaded backoff v0.4.0
6022026-05-27T02:07:48.634Z Downloaded env_filter v1.0.0
6032026-05-27T02:07:48.660Z Downloaded darling_macro v0.20.11
6042026-05-27T02:07:48.660Z Downloaded cstr-argument v0.1.2
6052026-05-27T02:07:48.660Z Downloaded dirs-next v2.0.0
6062026-05-27T02:07:48.660Z Downloaded arrayref v0.3.9
6072026-05-27T02:07:48.660Z Downloaded async-stream-impl v0.3.6
6082026-05-27T02:07:48.660Z Downloaded darling v0.13.4
6092026-05-27T02:07:48.660Z Downloaded block-padding v0.3.3
6102026-05-27T02:07:48.660Z Downloaded foreign-types-shared v0.1.1
6112026-05-27T02:07:48.660Z Downloaded foreign-types-macros v0.2.3
6122026-05-27T02:07:48.660Z Downloaded float-ord v0.3.2
6132026-05-27T02:07:48.660Z Downloaded dunce v1.0.5
6142026-05-27T02:07:48.660Z Downloaded csv-core v0.1.13
6152026-05-27T02:07:48.660Z Downloaded funty v2.0.0
6162026-05-27T02:07:48.660Z Downloaded assert_matches v1.5.0
6172026-05-27T02:07:48.660Z Downloaded bit-set v0.8.0
6182026-05-27T02:07:48.660Z Downloaded debug-ignore v1.0.5
6192026-05-27T02:07:48.661Z Downloaded derive-ex v0.1.8
6202026-05-27T02:07:48.661Z Downloaded ascii-canvas v3.0.0
6212026-05-27T02:07:48.661Z Downloaded dirs-sys-next v0.1.2
6222026-05-27T02:07:48.661Z Downloaded fixedbitset v0.5.7
6232026-05-27T02:07:48.661Z Downloaded ciborium-ll v0.2.2
6242026-05-27T02:07:48.661Z Downloaded foldhash v0.1.5
6252026-05-27T02:07:48.661Z Downloaded derive_builder_core v0.20.2
6262026-05-27T02:07:48.661Z Downloaded ecdsa v0.16.9
6272026-05-27T02:07:48.661Z Downloaded defmt-macros v1.0.1
6282026-05-27T02:07:48.661Z Downloaded ff v0.13.1
6292026-05-27T02:07:48.661Z Downloaded bitflags v1.3.2
6302026-05-27T02:07:48.661Z Downloaded async-recursion v1.1.1
6312026-05-27T02:07:48.661Z Downloaded bcs v0.1.6
6322026-05-27T02:07:48.683Z Downloaded deranged v0.5.8
6332026-05-27T02:07:48.683Z Downloaded bit-set v0.5.3
6342026-05-27T02:07:48.683Z Downloaded ena v0.14.4
6352026-05-27T02:07:48.684Z Downloaded der_derive v0.7.3
6362026-05-27T02:07:48.684Z Downloaded foreign-types v0.5.0
6372026-05-27T02:07:48.684Z Downloaded arrayvec v0.7.6
6382026-05-27T02:07:48.684Z Downloaded foreign-types-shared v0.3.1
6392026-05-27T02:07:48.684Z Downloaded compression-core v0.4.31
6402026-05-27T02:07:48.684Z Downloaded futures-task v0.3.32
6412026-05-27T02:07:48.684Z Downloaded argon2 v0.5.3
6422026-05-27T02:07:48.684Z Downloaded cfg_aliases v0.1.1
6432026-05-27T02:07:48.684Z Downloaded futures-sink v0.3.32
6442026-05-27T02:07:48.684Z Downloaded futures-macro v0.3.32
6452026-05-27T02:07:48.684Z Downloaded erased-serde v0.3.31
6462026-05-27T02:07:48.684Z Downloaded filetime v0.2.27
6472026-05-27T02:07:48.684Z Downloaded corncobs v0.1.4
6482026-05-27T02:07:48.685Z Downloaded crc-catalog v2.4.0
6492026-05-27T02:07:48.685Z Downloaded async-trait v0.1.89
6502026-05-27T02:07:48.685Z Downloaded cargo-platform v0.3.2
6512026-05-27T02:07:48.685Z Downloaded daft-derive v0.1.7
6522026-05-27T02:07:48.696Z Downloaded crc v3.4.0
6532026-05-27T02:07:48.696Z Downloaded daft v0.1.7
6542026-05-27T02:07:48.696Z Downloaded cfg_aliases v0.2.1
6552026-05-27T02:07:48.696Z Downloaded cobs v0.3.0
6562026-05-27T02:07:48.696Z Downloaded constant_time_eq v0.4.2
6572026-05-27T02:07:48.696Z Downloaded ahash v0.8.12
6582026-05-27T02:07:48.696Z Downloaded console v0.16.2
6592026-05-27T02:07:48.696Z Downloaded allocator-api2 v0.2.21
6602026-05-27T02:07:48.696Z Downloaded globwalk v0.9.1
6612026-05-27T02:07:48.696Z Downloaded cbc v0.1.2
6622026-05-27T02:07:48.696Z Downloaded diff v0.1.13
6632026-05-27T02:07:48.696Z Downloaded foldhash v0.2.0
6642026-05-27T02:07:48.696Z Downloaded ed25519 v2.2.3
6652026-05-27T02:07:48.697Z Downloaded convert_case v0.4.0
6662026-05-27T02:07:48.697Z Downloaded atomicwrites v0.4.4
6672026-05-27T02:07:48.697Z Downloaded const_format_proc_macros v0.2.34
6682026-05-27T02:07:48.697Z Downloaded cassowary v0.3.0
6692026-05-27T02:07:48.697Z Downloaded ciborium-io v0.2.2
6702026-05-27T02:07:48.697Z Downloaded crossbeam-epoch v0.9.18
6712026-05-27T02:07:48.697Z Downloaded bb8 v0.8.6
6722026-05-27T02:07:48.732Z Downloaded cargo_metadata v0.23.1
6732026-05-27T02:07:48.732Z Downloaded buf-list v1.1.2
6742026-05-27T02:07:48.732Z Downloaded futures-io v0.3.32
6752026-05-27T02:07:48.732Z Downloaded derive_builder v0.20.2
6762026-05-27T02:07:48.732Z Downloaded ghash v0.5.1
6772026-05-27T02:07:48.732Z Downloaded convert_case v0.10.0
6782026-05-27T02:07:48.732Z Downloaded bitfield-struct v0.6.2
6792026-05-27T02:07:48.732Z Downloaded bit-vec v0.8.0
6802026-05-27T02:07:48.732Z Downloaded hash32 v0.3.1
6812026-05-27T02:07:48.733Z Downloaded foreign-types v0.3.2
6822026-05-27T02:07:48.733Z Downloaded either v1.15.0
6832026-05-27T02:07:48.733Z Downloaded crunchy v0.2.4
6842026-05-27T02:07:48.733Z Downloaded home v0.5.12
6852026-05-27T02:07:48.771Z Downloaded http-range v0.1.5
6862026-05-27T02:07:48.772Z Downloaded http-body v1.0.1
6872026-05-27T02:07:48.772Z Downloaded fxhash v0.2.1
6882026-05-27T02:07:48.772Z Downloaded base64ct v1.8.3
6892026-05-27T02:07:48.772Z Downloaded hex-literal v0.4.1
6902026-05-27T02:07:48.772Z Downloaded cmake v0.1.57
6912026-05-27T02:07:48.772Z Downloaded cexpr v0.6.0
6922026-05-27T02:07:48.772Z Downloaded futures-executor v0.3.32
6932026-05-27T02:07:48.772Z Downloaded diesel-dtrace v0.5.0
6942026-05-27T02:07:48.772Z Downloaded byte-wrapper v0.1.0
6952026-05-27T02:07:48.772Z Downloaded httpdate v1.0.3
6962026-05-27T02:07:48.772Z Downloaded colored v2.2.0
6972026-05-27T02:07:48.772Z Downloaded des v0.8.1
6982026-05-27T02:07:48.772Z Downloaded git-stub v1.0.0
6992026-05-27T02:07:48.773Z Downloaded base64 v0.22.1
7002026-05-27T02:07:48.773Z Downloaded gethostname v0.5.0
7012026-05-27T02:07:48.773Z Downloaded futures-core v0.3.32
7022026-05-27T02:07:48.773Z Downloaded env_logger v0.11.9
7032026-05-27T02:07:48.773Z Downloaded globset v0.4.18
7042026-05-27T02:07:48.773Z Downloaded headers-core v0.3.0
7052026-05-27T02:07:48.773Z Downloaded hash32 v0.2.1
7062026-05-27T02:07:48.773Z Downloaded hyper-tls v0.6.0
7072026-05-27T02:07:48.773Z Downloaded indent_write v2.2.0
7082026-05-27T02:07:48.773Z Downloaded hubpack_derive v0.1.1
7092026-05-27T02:07:48.773Z Downloaded bitfield v0.19.4
7102026-05-27T02:07:48.773Z Downloaded glob v0.3.3
7112026-05-27T02:07:48.773Z Downloaded illumos-nvpair-sys v0.2.0
7122026-05-27T02:07:48.773Z Downloaded cipher v0.4.4
7132026-05-27T02:07:48.773Z Downloaded hubpack v0.1.2
7142026-05-27T02:07:48.773Z Downloaded git-stub-vcs v0.1.0
7152026-05-27T02:07:48.773Z Downloaded group v0.13.0
7162026-05-27T02:07:48.773Z Downloaded darling v0.21.3
7172026-05-27T02:07:48.774Z Downloaded ciborium v0.2.2
7182026-05-27T02:07:48.774Z Downloaded darling_core v0.13.4
7192026-05-27T02:07:48.774Z Downloaded const-oid v0.9.6
7202026-05-27T02:07:48.774Z Downloaded bzip2 v0.4.4
7212026-05-27T02:07:48.774Z Downloaded bzip2 v0.6.1
7222026-05-27T02:07:48.774Z Downloaded inout v0.1.4
7232026-05-27T02:07:48.774Z Downloaded drift v0.2.0
7242026-05-27T02:07:48.824Z Downloaded ident_case v1.0.1
7252026-05-27T02:07:48.824Z Downloaded chacha20 v0.9.1
7262026-05-27T02:07:48.824Z Downloaded fs_extra v1.3.0
7272026-05-27T02:07:48.824Z Downloaded hostname v0.3.1
7282026-05-27T02:07:48.824Z Downloaded blowfish v0.9.1
7292026-05-27T02:07:48.824Z Downloaded find-msvc-tools v0.1.9
7302026-05-27T02:07:48.824Z Downloaded cookie_store v0.22.1
7312026-05-27T02:07:48.824Z Downloaded highway v1.3.0
7322026-05-27T02:07:48.824Z Downloaded data-encoding v2.10.0
7332026-05-27T02:07:48.825Z Downloaded clang-sys v1.8.1
7342026-05-27T02:07:48.825Z Downloaded hostname v0.4.2
7352026-05-27T02:07:48.825Z Downloaded internet-checksum v0.2.1
7362026-05-27T02:07:48.825Z Downloaded indoc v1.0.9
7372026-05-27T02:07:48.825Z Downloaded illumos-nvpair v0.3.0
7382026-05-27T02:07:48.825Z Downloaded instability v0.3.11
7392026-05-27T02:07:48.825Z Downloaded hex v0.4.3
7402026-05-27T02:07:48.825Z Downloaded bit-vec v0.6.3
7412026-05-27T02:07:48.825Z Downloaded async-stream v0.3.6
7422026-05-27T02:07:48.825Z Downloaded instant v0.1.13
7432026-05-27T02:07:48.825Z Downloaded http-body-util v0.1.3
7442026-05-27T02:07:48.825Z Downloaded derive-where v1.6.0
7452026-05-27T02:07:48.825Z Downloaded dropshot_endpoint v0.17.0
7462026-05-27T02:07:48.825Z Downloaded darling v0.20.11
7472026-05-27T02:07:48.825Z Downloaded crossbeam-utils v0.8.21
7482026-05-27T02:07:48.825Z Downloaded cookie v0.18.1
7492026-05-27T02:07:48.851Z Downloaded lzss v0.8.2
7502026-05-27T02:07:48.852Z Downloaded lru v0.12.5
7512026-05-27T02:07:48.852Z Downloaded match_cfg v0.1.0
7522026-05-27T02:07:48.852Z Downloaded darling_core v0.23.0
7532026-05-27T02:07:48.852Z Downloaded half v1.8.3
7542026-05-27T02:07:48.852Z Downloaded kstat-rs v0.2.4
7552026-05-27T02:07:48.852Z Downloaded darling_core v0.20.11
7562026-05-27T02:07:48.852Z Downloaded elliptic-curve v0.13.8
7572026-05-27T02:07:48.852Z Downloaded keccak v0.1.6
7582026-05-27T02:07:48.852Z Downloaded md-5 v0.10.6
7592026-05-27T02:07:48.852Z Downloaded managed v0.8.0
7602026-05-27T02:07:48.852Z Downloaded maplit v1.0.2
7612026-05-27T02:07:48.852Z Downloaded flume v0.11.1
7622026-05-27T02:07:48.852Z Downloaded memoffset v0.9.1
7632026-05-27T02:07:48.852Z Downloaded is_ci v1.2.0
7642026-05-27T02:07:48.853Z Downloaded multimap v0.10.1
7652026-05-27T02:07:48.853Z Downloaded libscf-sys v1.1.0
7662026-05-27T02:07:48.853Z Downloaded is-terminal v0.4.17
7672026-05-27T02:07:48.853Z Downloaded fatfs v0.3.6
7682026-05-27T02:07:48.853Z Downloaded hmac v0.12.1
7692026-05-27T02:07:48.853Z Downloaded humantime v2.3.0
7702026-05-27T02:07:48.853Z Downloaded compression-codecs v0.4.37
7712026-05-27T02:07:48.853Z Downloaded futures-channel v0.3.32
7722026-05-27T02:07:48.853Z Downloaded critical-section v1.2.0
7732026-05-27T02:07:48.853Z Downloaded cancel-safe-futures v0.1.5
7742026-05-27T02:07:48.853Z Downloaded ipnet v2.11.0
7752026-05-27T02:07:48.853Z Downloaded bytes v1.11.1
7762026-05-27T02:07:48.853Z Downloaded normalize-line-endings v0.3.0
7772026-05-27T02:07:48.853Z Downloaded ar_archive_writer v0.5.1
7782026-05-27T02:07:48.883Z Downloaded num-derive v0.3.3
7792026-05-27T02:07:48.883Z Downloaded indoc v2.0.7
7802026-05-27T02:07:48.884Z Downloaded num-derive v0.4.2
7812026-05-27T02:07:48.884Z Downloaded nonempty v0.12.0
7822026-05-27T02:07:48.884Z Downloaded lru-slab v0.1.2
7832026-05-27T02:07:48.884Z Downloaded linked-hash-map v0.5.6
7842026-05-27T02:07:48.884Z Downloaded camino-tempfile-ext v0.3.3
7852026-05-27T02:07:48.884Z Downloaded new_debug_unreachable v1.0.6
7862026-05-27T02:07:48.884Z Downloaded mime v0.3.17
7872026-05-27T02:07:48.884Z Downloaded async-compression v0.4.41
7882026-05-27T02:07:48.884Z Downloaded libsw v3.5.0
7892026-05-27T02:07:48.884Z Downloaded jobserver v0.1.34
7902026-05-27T02:07:48.884Z Downloaded colored v3.1.1
7912026-05-27T02:07:48.885Z Downloaded ipnetwork v0.21.1
7922026-05-27T02:07:48.885Z Downloaded hyper-staticfile v0.10.1
7932026-05-27T02:07:48.885Z Downloaded num_enum_derive v0.5.11
7942026-05-27T02:07:48.885Z Downloaded flate2 v1.1.9
7952026-05-27T02:07:48.885Z Downloaded num v0.4.3
7962026-05-27T02:07:48.885Z Downloaded nodrop v0.1.14
7972026-05-27T02:07:48.885Z Downloaded newtype_derive v0.1.6
7982026-05-27T02:07:48.885Z Downloaded ctr v0.9.2
7992026-05-27T02:07:48.885Z Downloaded ed25519-dalek v2.2.0
8002026-05-27T02:07:48.885Z Downloaded newline-converter v0.3.0
8012026-05-27T02:07:48.885Z Downloaded olpc-cjson v0.1.4
8022026-05-27T02:07:48.885Z Downloaded getrandom v0.3.4
8032026-05-27T02:07:48.885Z Downloaded num-conv v0.2.0
8042026-05-27T02:07:48.885Z Downloaded nibble_vec v0.1.0
8052026-05-27T02:07:48.905Z Downloaded lru-cache v0.1.2
8062026-05-27T02:07:48.905Z Downloaded darling_core v0.21.3
8072026-05-27T02:07:48.905Z Downloaded ingot v0.1.1
8082026-05-27T02:07:48.905Z Downloaded ingot-macros v0.1.1
8092026-05-27T02:07:48.905Z Downloaded openssl-probe v0.2.1
8102026-05-27T02:07:48.905Z Downloaded impl-trait-for-tuples v0.2.3
8112026-05-27T02:07:48.905Z Downloaded num-iter v0.1.45
8122026-05-27T02:07:48.905Z Downloaded openssl-macros v0.1.1
8132026-05-27T02:07:48.905Z Downloaded num_threads v0.1.7
8142026-05-27T02:07:48.905Z Downloaded oso-derive v0.27.3
8152026-05-27T02:07:48.906Z Downloaded lock_api v0.4.14
8162026-05-27T02:07:48.906Z Downloaded libsw-core v0.3.2
8172026-05-27T02:07:48.906Z Downloaded darling v0.23.0
8182026-05-27T02:07:48.906Z Downloaded iana-time-zone v0.1.65
8192026-05-27T02:07:48.906Z Downloaded lalrpop-util v0.19.12
8202026-05-27T02:07:48.906Z Downloaded hyper-rustls v0.27.7
8212026-05-27T02:07:48.906Z Downloaded getrandom v0.2.17
8222026-05-27T02:07:48.906Z Downloaded compact_str v0.8.1
8232026-05-27T02:07:48.911Z Downloaded newtype-uuid-macros v0.1.0
8242026-05-27T02:07:48.911Z Downloaded newtype-uuid v1.3.2
8252026-05-27T02:07:48.911Z Downloaded libloading v0.8.9
8262026-05-27T02:07:48.911Z Downloaded parse-display v0.10.0
8272026-05-27T02:07:48.911Z Downloaded chacha20poly1305 v0.10.1
8282026-05-27T02:07:48.911Z Downloaded nanorand v0.7.0
8292026-05-27T02:07:48.911Z Downloaded num-rational v0.4.2
8302026-05-27T02:07:48.912Z Downloaded num-complex v0.4.6
8312026-05-27T02:07:48.912Z Downloaded linear-map v1.2.0
8322026-05-27T02:07:48.912Z Downloaded flagset v0.4.7
8332026-05-27T02:07:48.912Z Downloaded crc-any v2.5.0
8342026-05-27T02:07:48.923Z Downloaded md5 v0.7.0
8352026-05-27T02:07:48.923Z Downloaded path-slash v0.1.5
8362026-05-27T02:07:48.923Z Downloaded native-tls v0.2.18
8372026-05-27T02:07:48.923Z Downloaded num_enum_derive v0.7.5
8382026-05-27T02:07:48.923Z Downloaded num_enum v0.7.5
8392026-05-27T02:07:48.923Z Downloaded num-integer v0.1.46
8402026-05-27T02:07:48.939Z Downloaded libefi-sys v0.1.0
8412026-05-27T02:07:48.939Z Downloaded packed_struct_codegen v0.10.1
8422026-05-27T02:07:48.940Z Downloaded opaque-debug v0.3.1
8432026-05-27T02:07:48.940Z Downloaded const_format v0.2.35
8442026-05-27T02:07:48.940Z Downloaded ingot-types v0.1.2
8452026-05-27T02:07:48.940Z Downloaded parse-size v1.1.0
8462026-05-27T02:07:48.940Z Downloaded multer v3.1.0
8472026-05-27T02:07:48.940Z Downloaded lazy_static v1.5.0
8482026-05-27T02:07:48.940Z Downloaded chacha20 v0.10.0
8492026-05-27T02:07:48.953Z Downloaded memmap2 v0.9.10
8502026-05-27T02:07:48.953Z Downloaded litrs v1.0.0
8512026-05-27T02:07:48.953Z Downloaded phf_shared v0.13.1
8522026-05-27T02:07:48.953Z Downloaded owo-colors v4.3.0
8532026-05-27T02:07:48.953Z Downloaded pin-utils v0.1.0
8542026-05-27T02:07:48.953Z Downloaded futures v0.3.32
8552026-05-27T02:07:48.953Z Downloaded precomputed-hash v0.1.1
8562026-05-27T02:07:48.953Z Downloaded phf_shared v0.12.1
8572026-05-27T02:07:48.953Z Downloaded peg-runtime v0.8.5
8582026-05-27T02:07:48.953Z Downloaded openssl-probe v0.1.6
8592026-05-27T02:07:48.954Z Downloaded ignore v0.4.25
8602026-05-27T02:07:48.962Z Downloaded powerfmt v0.2.0
8612026-05-27T02:07:48.990Z Downloaded proc-macro-crate v1.3.1
8622026-05-27T02:07:48.990Z Downloaded predicates-tree v1.0.13
8632026-05-27T02:07:48.990Z Downloaded parse-display-derive v0.10.0
8642026-05-27T02:07:48.990Z Downloaded parking_lot_core v0.8.6
8652026-05-27T02:07:48.990Z Downloaded oxnet v0.1.4
8662026-05-27T02:07:48.990Z Downloaded maybe-uninit v2.0.0
8672026-05-27T02:07:48.990Z Downloaded heapless v0.8.0
8682026-05-27T02:07:49.003Z Downloaded proc-macro-error-attr2 v2.0.0
8692026-05-27T02:07:49.003Z Downloaded proc-macro-crate v3.4.0
8702026-05-27T02:07:49.004Z Downloaded headers v0.4.1
8712026-05-27T02:07:49.004Z Downloaded pem-rfc7468 v0.7.0
8722026-05-27T02:07:49.004Z Downloaded mime_guess v2.0.5
8732026-05-27T02:07:49.004Z Downloaded peg v0.8.5
8742026-05-27T02:07:49.004Z Downloaded paste v1.0.15
8752026-05-27T02:07:49.004Z Downloaded progenitor-client v0.14.0
8762026-05-27T02:07:49.004Z Downloaded progenitor-client v0.11.2
8772026-05-27T02:07:49.004Z Downloaded progenitor-client v0.10.0
8782026-05-27T02:07:49.004Z Downloaded peg-macros v0.8.5
8792026-05-27T02:07:49.004Z Downloaded num_enum v0.5.11
8802026-05-27T02:07:49.004Z Downloaded psl-types v2.0.11
8812026-05-27T02:07:49.004Z Downloaded progenitor-macro v0.14.0
8822026-05-27T02:07:49.004Z Downloaded progenitor-macro v0.11.2
8832026-05-27T02:07:49.004Z Downloaded indexmap v1.9.3
8842026-05-27T02:07:49.009Z Downloaded base64 v0.21.7
8852026-05-27T02:07:49.009Z Downloaded poly1305 v0.8.0
8862026-05-27T02:07:49.009Z Downloaded progenitor-macro v0.13.0
8872026-05-27T02:07:49.009Z Downloaded phf v0.12.1
8882026-05-27T02:07:49.009Z Downloaded pin-project-internal v1.1.11
8892026-05-27T02:07:49.009Z Downloaded pem v3.0.6
8902026-05-27T02:07:49.009Z Downloaded crossterm v0.28.1
8912026-05-27T02:07:49.012Z Downloaded rand_chacha v0.3.1
8922026-05-27T02:07:49.012Z Downloaded radium v0.7.0
8932026-05-27T02:07:49.016Z Downloaded quick-error v1.2.3
8942026-05-27T02:07:49.016Z Downloaded nu-ansi-term v0.50.3
8952026-05-27T02:07:49.016Z Downloaded derive_more-impl v2.1.1
8962026-05-27T02:07:49.019Z Downloaded ppv-lite86 v0.2.21
8972026-05-27T02:07:49.019Z Downloaded pin-project-lite v0.2.17
8982026-05-27T02:07:49.024Z Downloaded phf v0.13.1
8992026-05-27T02:07:49.037Z Downloaded heapless v0.7.17
9002026-05-27T02:07:49.037Z Downloaded rand_xorshift v0.4.0
9012026-05-27T02:07:49.037Z Downloaded libbz2-rs-sys v0.2.2
9022026-05-27T02:07:49.037Z Downloaded primeorder v0.13.6
9032026-05-27T02:07:49.037Z Downloaded recursive-proc-macro-impl v0.1.1
9042026-05-27T02:07:49.037Z Downloaded pbkdf2 v0.12.2
9052026-05-27T02:07:49.037Z Downloaded omicron-zone-package v0.12.2
9062026-05-27T02:07:49.061Z Downloaded proc-macro-error2 v2.0.1
9072026-05-27T02:07:49.062Z Downloaded predicates-core v1.0.10
9082026-05-27T02:07:49.062Z Downloaded pkg-config v0.3.32
9092026-05-27T02:07:49.062Z Downloaded progenitor v0.13.0
9102026-05-27T02:07:49.062Z Downloaded pbkdf2 v0.11.0
9112026-05-27T02:07:49.062Z Downloaded recursive v0.1.1
9122026-05-27T02:07:49.062Z Downloaded diesel_derives v2.3.7
9132026-05-27T02:07:49.076Z Downloaded ref-cast-impl v1.0.25
9142026-05-27T02:07:49.076Z Downloaded crossbeam-channel v0.5.15
9152026-05-27T02:07:49.076Z Downloaded polyval v0.6.2
9162026-05-27T02:07:49.076Z Downloaded ref-cast v1.0.25
9172026-05-27T02:07:49.076Z Downloaded rfc6979 v0.4.0
9182026-05-27T02:07:49.076Z Downloaded hickory-resolver v0.25.2
9192026-05-27T02:07:49.076Z Downloaded progenitor-client v0.13.0
9202026-05-27T02:07:49.076Z Downloaded parking_lot_core v0.9.12
9212026-05-27T02:07:49.076Z Downloaded progenitor v0.14.0
9222026-05-27T02:07:49.076Z Downloaded oxide-tokio-rt v0.1.4
9232026-05-27T02:07:49.077Z Downloaded half v2.7.1
9242026-05-27T02:07:49.077Z Downloaded pkcs8 v0.10.2
9252026-05-27T02:07:49.077Z Downloaded bumpalo v3.20.2
9262026-05-27T02:07:49.077Z Downloaded r2d2 v0.8.10
9272026-05-27T02:07:49.077Z Downloaded rustc_version v0.1.7
9282026-05-27T02:07:49.077Z Downloaded rustc-hash v2.1.1
9292026-05-27T02:07:49.077Z Downloaded russh-cryptovec v0.7.3
9302026-05-27T02:07:49.077Z Downloaded hashbrown v0.13.2
9312026-05-27T02:07:49.078Z Downloaded progenitor v0.11.2
9322026-05-27T02:07:49.091Z Downloaded expectorate v1.2.0
9332026-05-27T02:07:49.091Z Downloaded rand_core v0.6.4
9342026-05-27T02:07:49.091Z Downloaded crypto-bigint v0.5.5
9352026-05-27T02:07:49.091Z Downloaded psm v0.1.30
9362026-05-27T02:07:49.091Z Downloaded rtoolbox v0.0.3
9372026-05-27T02:07:49.091Z Downloaded papergrid v0.17.0
9382026-05-27T02:07:49.091Z Downloaded rand_core v0.9.5
9392026-05-27T02:07:49.091Z Downloaded aes v0.8.4
9402026-05-27T02:07:49.091Z Downloaded scheduled-thread-pool v0.2.7
9412026-05-27T02:07:49.091Z Downloaded postgres-protocol v0.6.10
9422026-05-27T02:07:49.091Z Downloaded salsa20 v0.10.2
9432026-05-27T02:07:49.091Z Downloaded miniz_oxide v0.8.9
9442026-05-27T02:07:49.108Z Downloaded httparse v1.10.1
9452026-05-27T02:07:49.108Z Downloaded indicatif v0.18.4
9462026-05-27T02:07:49.108Z Downloaded der v0.7.10
9472026-05-27T02:07:49.116Z Downloaded predicates v3.1.4
9482026-05-27T02:07:49.116Z Downloaded rand_core v0.10.0
9492026-05-27T02:07:49.116Z Downloaded oso v0.27.3
9502026-05-27T02:07:49.116Z Downloaded scopeguard v1.2.0
9512026-05-27T02:07:49.116Z Downloaded rand_seeder v0.4.0
9522026-05-27T02:07:49.116Z Downloaded rustc_version v0.4.1
9532026-05-27T02:07:49.116Z Downloaded pkcs1 v0.7.5
9542026-05-27T02:07:49.116Z Downloaded same-file v1.0.6
9552026-05-27T02:07:49.116Z Downloaded dropshot-api-manager v0.7.2
9562026-05-27T02:07:49.116Z Downloaded scroll_derive v0.13.1
9572026-05-27T02:07:49.116Z Downloaded serde-big-array v0.5.1
9582026-05-27T02:07:49.116Z Downloaded seq-macro v0.3.6
9592026-05-27T02:07:49.128Z Downloaded postgres-types v0.2.12
9602026-05-27T02:07:49.128Z Downloaded jiff-static v0.2.21
9612026-05-27T02:07:49.128Z Downloaded sapling-renderdag v0.1.0
9622026-05-27T02:07:49.128Z Downloaded parking_lot v0.12.5
9632026-05-27T02:07:49.128Z Downloaded pin-project v1.1.11
9642026-05-27T02:07:49.136Z Downloaded semver v0.1.20
9652026-05-27T02:07:49.136Z Downloaded secrecy v0.10.3
9662026-05-27T02:07:49.136Z Downloaded scrypt v0.11.0
9672026-05-27T02:07:49.136Z Downloaded p256 v0.13.2
9682026-05-27T02:07:49.136Z Downloaded hickory-server v0.25.2
9692026-05-27T02:07:49.140Z Downloaded hashbrown v0.12.3
9702026-05-27T02:07:49.140Z Downloaded resolv-conf v0.7.6
9712026-05-27T02:07:49.140Z Downloaded quinn-udp v0.5.14
9722026-05-27T02:07:49.144Z Downloaded progenitor-extras v0.2.0
9732026-05-27T02:07:49.144Z Downloaded derive_more v2.1.1
9742026-05-27T02:07:49.150Z Downloaded signal-hook-mio v0.2.5
9752026-05-27T02:07:49.154Z Downloaded serde_urlencoded v0.7.1
9762026-05-27T02:07:49.154Z Downloaded rustls-pemfile v1.0.4
9772026-05-27T02:07:49.154Z Downloaded serde_spanned v1.0.4
9782026-05-27T02:07:49.157Z Downloaded hickory-resolver v0.24.4
9792026-05-27T02:07:49.160Z Downloaded serde_bytes v0.11.19
9802026-05-27T02:07:49.160Z Downloaded secrecy v0.8.0
9812026-05-27T02:07:49.160Z Downloaded pkcs5 v0.7.1
9822026-05-27T02:07:49.163Z Downloaded siphasher v1.0.2
9832026-05-27T02:07:49.166Z Downloaded serde_plain v1.0.2
9842026-05-27T02:07:49.166Z Downloaded aes-gcm v0.10.3
9852026-05-27T02:07:49.169Z Downloaded scroll v0.13.0
9862026-05-27T02:07:49.169Z Downloaded crossterm v0.29.0
9872026-05-27T02:07:49.172Z Downloaded rusty-fork v0.3.1
9882026-05-27T02:07:49.175Z Downloaded rustversion v1.0.22
9892026-05-27T02:07:49.175Z Downloaded postcard v1.1.3
9902026-05-27T02:07:49.178Z Downloaded slog-bunyan v2.5.0
9912026-05-27T02:07:49.178Z Downloaded openssl-sys v0.9.115
9922026-05-27T02:07:49.183Z Downloaded rustls-native-certs v0.8.3
9932026-05-27T02:07:49.186Z Downloaded progenitor-impl v0.11.2
9942026-05-27T02:07:49.186Z Downloaded slog-envlogger v2.2.0
9952026-05-27T02:07:49.186Z Downloaded prefix-trie v0.7.0
9962026-05-27T02:07:49.189Z Downloaded schemars_derive v0.8.22
9972026-05-27T02:07:49.189Z Downloaded sigpipe v0.1.3
9982026-05-27T02:07:49.192Z Downloaded signature v2.2.0
9992026-05-27T02:07:49.193Z Downloaded serde_repr v0.1.20
10002026-05-27T02:07:49.204Z Downloaded serde_derive_internals v0.29.1
10012026-05-27T02:07:49.204Z Downloaded signal-hook-tokio v0.3.1
10022026-05-27T02:07:49.204Z Downloaded password-hash v0.5.0
10032026-05-27T02:07:49.204Z Downloaded password-hash v0.4.2
10042026-05-27T02:07:49.204Z Downloaded packed_struct v0.10.1
10052026-05-27T02:07:49.205Z Downloaded sec1 v0.7.3
10062026-05-27T02:07:49.205Z Downloaded fs-err v2.11.0
10072026-05-27T02:07:49.213Z Downloaded cc v1.2.56
10082026-05-27T02:07:49.214Z Downloaded phf_shared v0.11.3
10092026-05-27T02:07:49.214Z Downloaded sqlparser_derive v0.5.0
10102026-05-27T02:07:49.214Z Downloaded serde_path_to_error v0.1.20
10112026-05-27T02:07:49.214Z Downloaded russh-keys v0.45.0
10122026-05-27T02:07:49.214Z Downloaded serde_with_macros v1.5.2
10132026-05-27T02:07:49.214Z Downloaded itertools v0.10.5
10142026-05-27T02:07:49.219Z Downloaded strsim v0.10.0
10152026-05-27T02:07:49.219Z Downloaded ssh-encoding v0.2.0
10162026-05-27T02:07:49.224Z Downloaded sha1 v0.10.6
10172026-05-27T02:07:49.224Z Downloaded serde-hex v0.1.0
10182026-05-27T02:07:49.227Z Downloaded structmeta v0.3.0
10192026-05-27T02:07:49.227Z Downloaded strum v0.26.3
10202026-05-27T02:07:49.227Z Downloaded ssh-cipher v0.2.0
10212026-05-27T02:07:49.230Z Downloaded rustls-pemfile v2.2.0
10222026-05-27T02:07:49.233Z Downloaded slog-async v2.8.0
10232026-05-27T02:07:49.233Z Downloaded shell-words v1.1.1
10242026-05-27T02:07:49.233Z Downloaded strip-ansi-escapes v0.2.1
10252026-05-27T02:07:49.236Z Downloaded structmeta-derive v0.3.0
10262026-05-27T02:07:49.236Z Downloaded signal-hook-registry v1.4.8
10272026-05-27T02:07:49.236Z Downloaded shlex v1.3.0
10282026-05-27T02:07:49.239Z Downloaded progenitor-impl v0.14.0
10292026-05-27T02:07:49.239Z Downloaded slog-scope v4.4.1
10302026-05-27T02:07:49.241Z Downloaded rand_chacha v0.9.0
10312026-05-27T02:07:49.241Z Downloaded minimal-lexical v0.2.1
10322026-05-27T02:07:49.244Z Downloaded subtle v2.6.1
10332026-05-27T02:07:49.244Z Downloaded smf v0.2.3
10342026-05-27T02:07:49.247Z Downloaded slab v0.4.12
10352026-05-27T02:07:49.247Z Downloaded rcgen v0.12.1
10362026-05-27T02:07:49.251Z Downloaded simd-adler32 v0.3.8
10372026-05-27T02:07:49.251Z Downloaded progenitor-impl v0.13.0
10382026-05-27T02:07:49.253Z Downloaded prettyplease v0.2.37
10392026-05-27T02:07:49.256Z Downloaded strum v0.27.2
10402026-05-27T02:07:49.256Z Downloaded slog-term v2.9.2
10412026-05-27T02:07:49.260Z Downloaded termtree v0.5.1
10422026-05-27T02:07:49.260Z Downloaded tabwriter v1.4.1
10432026-05-27T02:07:49.260Z Downloaded spki v0.7.3
10442026-05-27T02:07:49.264Z Downloaded tabled_derive v0.11.0
10452026-05-27T02:07:49.264Z Downloaded smallvec v0.6.14
10462026-05-27T02:07:49.269Z Downloaded slog-stdlog v4.1.1
10472026-05-27T02:07:49.269Z Downloaded sct v0.7.1
10482026-05-27T02:07:49.269Z Downloaded ron v0.8.1
10492026-05-27T02:07:49.273Z Downloaded time-core v0.1.8
10502026-05-27T02:07:49.273Z Downloaded testing_table v0.3.0
10512026-05-27T02:07:49.273Z Downloaded tagptr v0.2.0
10522026-05-27T02:07:49.278Z Downloaded take_mut v0.2.2
10532026-05-27T02:07:49.278Z Downloaded sync_wrapper v1.0.2
10542026-05-27T02:07:49.278Z Downloaded rustls-platform-verifier v0.6.2
10552026-05-27T02:07:49.281Z Downloaded hyper-util v0.1.20
10562026-05-27T02:07:49.281Z Downloaded http v1.4.0
10572026-05-27T02:07:49.284Z Downloaded schemars v0.8.22
10582026-05-27T02:07:49.291Z Downloaded thread-id v5.1.0
10592026-05-27T02:07:49.294Z Downloaded static_assertions v1.1.0
10602026-05-27T02:07:49.294Z Downloaded sqlformat v0.3.5
10612026-05-27T02:07:49.297Z Downloaded rustls-pki-types v1.14.0
10622026-05-27T02:07:49.300Z Downloaded string_cache v0.8.9
10632026-05-27T02:07:49.306Z Downloaded slog-dtrace v0.3.0
10642026-05-27T02:07:49.311Z Downloaded tinyvec_macros v0.1.1
10652026-05-27T02:07:49.311Z Downloaded rayon-core v1.13.0
10662026-05-27T02:07:49.314Z Downloaded stacker v0.1.23
10672026-05-27T02:07:49.317Z Downloaded support-bundle-viewer v0.1.2
10682026-05-27T02:07:49.317Z Downloaded strum_macros v0.24.3
10692026-05-27T02:07:49.321Z Downloaded sync-ptr v0.1.4
10702026-05-27T02:07:49.321Z Downloaded snafu-derive v0.8.9
10712026-05-27T02:07:49.322Z Downloaded mio v1.2.0
10722026-05-27T02:07:49.324Z Downloaded spin v0.9.8
10732026-05-27T02:07:49.327Z Downloaded serde_yaml v0.9.34+deprecated
10742026-05-27T02:07:49.332Z Downloaded itertools v0.12.1
10752026-05-27T02:07:49.336Z Downloaded termios v0.3.3
10762026-05-27T02:07:49.336Z Downloaded supports-color v3.0.2
10772026-05-27T02:07:49.340Z Downloaded nom v7.1.3
10782026-05-27T02:07:49.340Z Downloaded tower-service v0.3.3
10792026-05-27T02:07:49.348Z Downloaded tokio-macros v2.7.0
10802026-05-27T02:07:49.348Z Downloaded tower-layer v0.3.3
10812026-05-27T02:07:49.348Z Downloaded slog-json v2.6.1
10822026-05-27T02:07:49.351Z Downloaded topological-sort v0.2.2
10832026-05-27T02:07:49.351Z Downloaded signal-hook v0.3.18
10842026-05-27T02:07:49.351Z Downloaded thiserror-no-std v2.0.2
10852026-05-27T02:07:49.351Z Downloaded futures-util v0.3.32
10862026-05-27T02:07:49.358Z Downloaded trait-variant v0.1.2
10872026-05-27T02:07:49.362Z Downloaded time-macros v0.2.27
10882026-05-27T02:07:49.362Z Downloaded try-lock v0.2.5
10892026-05-27T02:07:49.362Z Downloaded tokio-dtrace v0.1.1
10902026-05-27T02:07:49.365Z Downloaded stringprep v0.1.5
10912026-05-27T02:07:49.365Z Downloaded similar v2.7.0
10922026-05-27T02:07:49.368Z Downloaded slog v2.8.2
10932026-05-27T02:07:49.371Z Downloaded unarray v0.1.4
10942026-05-27T02:07:49.371Z Downloaded typify-macro v0.4.3
10952026-05-27T02:07:49.371Z Downloaded iddqd v0.4.1
10962026-05-27T02:07:49.375Z Downloaded unicode-truncate v1.1.0
10972026-05-27T02:07:49.378Z Downloaded tls_codec v0.4.2
10982026-05-27T02:07:49.378Z Downloaded tiny-keccak v2.0.2
10992026-05-27T02:07:49.381Z Downloaded thiserror-impl-no-std v2.0.2
11002026-05-27T02:07:49.381Z Downloaded schemars v0.9.0
11012026-05-27T02:07:49.390Z Downloaded universal-hash v0.5.1
11022026-05-27T02:07:49.393Z Downloaded unit-prefix v0.5.2
11032026-05-27T02:07:49.393Z Downloaded tokio-native-tls v0.3.1
11042026-05-27T02:07:49.393Z Downloaded rand v0.10.0
11052026-05-27T02:07:49.396Z Downloaded itertools v0.13.0
11062026-05-27T02:07:49.401Z Downloaded tokio-tungstenite v0.21.0
11072026-05-27T02:07:49.405Z Downloaded term v1.2.1
11082026-05-27T02:07:49.405Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11092026-05-27T02:07:49.409Z Downloaded usdt v0.6.0
11102026-05-27T02:07:49.409Z Downloaded tokio-tungstenite v0.23.1
11112026-05-27T02:07:49.409Z Downloaded tokio-rustls v0.25.0
11122026-05-27T02:07:49.409Z Downloaded iri-string v0.7.10
11132026-05-27T02:07:49.412Z Downloaded usdt-attr-macro v0.6.0
11142026-05-27T02:07:49.417Z Downloaded untrusted v0.7.1
11152026-05-27T02:07:49.417Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11162026-05-27T02:07:49.417Z Downloaded samael v0.0.19
11172026-05-27T02:07:49.421Z Downloaded void v1.0.2
11182026-05-27T02:07:49.421Z Downloaded qorb v0.4.1
11192026-05-27T02:07:49.424Z Downloaded subprocess v0.2.15
11202026-05-27T02:07:49.427Z Downloaded schemars v1.2.1
11212026-05-27T02:07:49.434Z Downloaded waitgroup v0.1.2
11222026-05-27T02:07:49.436Z Downloaded utf-8 v0.7.6
11232026-05-27T02:07:49.436Z Downloaded tui-tree-widget v0.23.1
11242026-05-27T02:07:49.436Z Downloaded thread_local v1.1.9
11252026-05-27T02:07:49.439Z Downloaded rsa v0.9.10
11262026-05-27T02:07:49.442Z Downloaded term v0.7.0
11272026-05-27T02:07:49.445Z Downloaded want v0.3.1
11282026-05-27T02:07:49.445Z Downloaded tokio-rustls v0.24.1
11292026-05-27T02:07:49.445Z Downloaded snafu v0.8.9
11302026-05-27T02:07:49.449Z Downloaded zeroize_derive v1.4.3
11312026-05-27T02:07:49.452Z Downloaded usdt-macro v0.6.0
11322026-05-27T02:07:49.452Z Downloaded rand v0.9.2
11332026-05-27T02:07:49.456Z Downloaded hashbrown v0.16.1
11342026-05-27T02:07:49.461Z Downloaded unicase v2.9.0
11352026-05-27T02:07:49.461Z Downloaded tokio-stream v0.1.18
11362026-05-27T02:07:49.464Z Downloaded test-strategy v0.4.5
11372026-05-27T02:07:49.464Z Downloaded p521 v0.13.3
11382026-05-27T02:07:49.467Z Downloaded itertools v0.14.0
11392026-05-27T02:07:49.470Z Downloaded xattr v1.6.1
11402026-05-27T02:07:49.473Z Downloaded tokio-rustls v0.26.4
11412026-05-27T02:07:49.473Z Downloaded rustls-webpki v0.103.9
11422026-05-27T02:07:49.476Z Downloaded toml_parser v1.0.9+spec-1.1.0
11432026-05-27T02:07:49.476Z Downloaded xshell-macros v0.2.7
11442026-05-27T02:07:49.476Z Downloaded libxml v0.3.3
11452026-05-27T02:07:49.479Z Downloaded zone_cfg_derive v0.3.1
11462026-05-27T02:07:49.484Z Downloaded untrusted v0.9.0
11472026-05-27T02:07:49.484Z Downloaded zone v0.3.1
11482026-05-27T02:07:49.484Z Downloaded toml_writer v1.0.6+spec-1.1.0
11492026-05-27T02:07:49.484Z Downloaded num-bigint v0.4.6
11502026-05-27T02:07:49.487Z Downloaded tracing-attributes v0.1.31
11512026-05-27T02:07:49.487Z Downloaded parking_lot v0.11.2
11522026-05-27T02:07:49.501Z Downloaded hkdf v0.12.4
11532026-05-27T02:07:49.501Z Downloaded twox-hash v2.1.2
11542026-05-27T02:07:49.504Z Downloaded h2 v0.4.13
11552026-05-27T02:07:49.504Z Downloaded tls_codec_derive v0.4.2
11562026-05-27T02:07:49.505Z Downloaded typify-macro v0.6.2
11572026-05-27T02:07:49.505Z Downloaded walkdir v2.5.0
11582026-05-27T02:07:49.505Z Downloaded strum_macros v0.27.2
11592026-05-27T02:07:49.505Z Downloaded socket2 v0.6.3
11602026-05-27T02:07:49.505Z Downloaded rand v0.8.6
11612026-05-27T02:07:49.505Z Downloaded vergen-gitcl v1.0.8
11622026-05-27T02:07:49.505Z Downloaded uzers v0.12.2
11632026-05-27T02:07:49.505Z Downloaded vergen-lib v9.1.0
11642026-05-27T02:07:49.519Z Downloaded vergen-lib v0.1.6
11652026-05-27T02:07:49.519Z Downloaded vsss-rs v3.3.4
11662026-05-27T02:07:49.523Z Downloaded whoami v1.6.1
11672026-05-27T02:07:49.526Z Downloaded toml v1.0.6+spec-1.1.0
11682026-05-27T02:07:49.529Z Downloaded xshell v0.2.7
11692026-05-27T02:07:49.532Z Downloaded wyz v0.5.1
11702026-05-27T02:07:49.532Z Downloaded vergen-git2 v9.1.0
11712026-05-27T02:07:49.536Z Downloaded toml v0.7.8
11722026-05-27T02:07:49.536Z Downloaded unicode-properties v0.1.4
11732026-05-27T02:07:49.538Z Downloaded steno v0.4.1
11742026-05-27T02:07:49.539Z Downloaded tinyvec v1.10.0
11752026-05-27T02:07:49.542Z Downloaded quinn v0.11.9
11762026-05-27T02:07:49.546Z Downloaded usdt-impl v0.6.0
11772026-05-27T02:07:49.546Z Downloaded tar v0.4.45
11782026-05-27T02:07:49.549Z Downloaded num-bigint-dig v0.8.6
11792026-05-27T02:07:49.553Z Downloaded zeroize v1.8.2
11802026-05-27T02:07:49.553Z Downloaded wait-timeout v0.2.1
11812026-05-27T02:07:49.553Z Downloaded typify v0.4.3
11822026-05-27T02:07:49.556Z Downloaded tungstenite v0.21.0
11832026-05-27T02:07:49.559Z Downloaded typify v0.6.2
11842026-05-27T02:07:49.559Z Downloaded tap v1.0.1
11852026-05-27T02:07:49.562Z Downloaded blake3 v1.8.3
11862026-05-27T02:07:49.565Z Downloaded yasna v0.5.2
11872026-05-27T02:07:49.568Z Downloaded vergen v9.1.0
11882026-05-27T02:07:49.568Z Downloaded serde_with_macros v3.17.0
11892026-05-27T02:07:49.571Z Downloaded unsafe-libyaml v0.2.11
11902026-05-27T02:07:49.574Z Downloaded hyper v1.8.1
11912026-05-27T02:07:49.577Z Downloaded tungstenite v0.23.0
11922026-05-27T02:07:49.580Z Downloaded russh v0.45.0
11932026-05-27T02:07:49.583Z Downloaded tracing-core v0.1.36
11942026-05-27T02:07:49.583Z Downloaded zstd-safe v7.2.4
11952026-05-27T02:07:49.586Z Downloaded whoami v2.1.0
11962026-05-27T02:07:49.586Z Downloaded socket2 v0.5.10
11972026-05-27T02:07:49.586Z Downloaded serde_cbor v0.11.2
11982026-05-27T02:07:49.589Z Downloaded rustyline v14.0.0
11992026-05-27T02:07:49.592Z Downloaded vte v0.14.1
12002026-05-27T02:07:49.592Z Downloaded libm v0.2.16
12012026-05-27T02:07:49.597Z Downloaded pretty_assertions v1.4.1
12022026-05-27T02:07:49.599Z Downloaded hashbrown v0.15.5
12032026-05-27T02:07:49.602Z Downloaded toml_edit v0.23.10+spec-1.0.0
12042026-05-27T02:07:49.607Z Downloaded zerocopy v0.6.6
12052026-05-27T02:07:49.607Z Downloaded bitvec v1.0.1
12062026-05-27T02:07:49.612Z Downloaded git2 v0.20.4
12072026-05-27T02:07:49.616Z Downloaded aws-lc-rs v1.16.3
12082026-05-27T02:07:49.622Z Downloaded uuid v1.23.0
12092026-05-27T02:07:49.625Z Downloaded regex v1.12.3
12102026-05-27T02:07:49.628Z Downloaded serde_with v1.14.0
12112026-05-27T02:07:49.631Z Downloaded reedline v0.40.0
12122026-05-27T02:07:49.634Z Downloaded strum_macros v0.26.4
12132026-05-27T02:07:49.637Z Downloaded ryu v1.0.23
12142026-05-27T02:07:49.641Z Downloaded zip v0.6.6
12152026-05-27T02:07:49.647Z Downloaded chrono v0.4.44
12162026-05-27T02:07:49.651Z Downloaded publicsuffix v2.3.0
12172026-05-27T02:07:49.657Z Downloaded zstd v0.13.3
12182026-05-27T02:07:49.660Z Downloaded ssh-key v0.6.7
12192026-05-27T02:07:49.663Z Downloaded zopfli v0.8.3
12202026-05-27T02:07:49.667Z Downloaded typed-path v0.9.3
12212026-05-27T02:07:49.670Z Downloaded unicode_categories v0.1.1
12222026-05-27T02:07:49.677Z Downloaded unicode-bidi v0.3.18
12232026-05-27T02:07:49.680Z Downloaded tokio-postgres v0.7.16
12242026-05-27T02:07:49.683Z Downloaded rpassword v7.4.0
12252026-05-27T02:07:49.686Z Downloaded tower v0.5.3
12262026-05-27T02:07:49.689Z Downloaded toml_edit v0.19.15
12272026-05-27T02:07:49.698Z Downloaded yansi v1.0.1
12282026-05-27T02:07:49.701Z Downloaded bindgen v0.71.1
12292026-05-27T02:07:49.704Z Downloaded salty v0.3.0
12302026-05-27T02:07:49.708Z Downloaded rustls-webpki v0.101.7
12312026-05-27T02:07:49.717Z Downloaded x509-cert v0.2.5
12322026-05-27T02:07:49.720Z Downloaded curve25519-dalek v4.1.3
12332026-05-27T02:07:49.728Z Downloaded unicode-segmentation v1.12.0
12342026-05-27T02:07:49.732Z Downloaded reqwest v0.13.2
12352026-05-27T02:07:49.732Z Downloaded quick-xml v0.37.5
12362026-05-27T02:07:49.735Z Downloaded lalrpop v0.19.12
12372026-05-27T02:07:49.739Z Downloaded tower-http v0.6.8
12382026-05-27T02:07:49.746Z Downloaded rayon v1.11.0
12392026-05-27T02:07:49.750Z Downloaded zerocopy-derive v0.8.40
12402026-05-27T02:07:49.754Z Downloaded petname v2.0.2
12412026-05-27T02:07:49.757Z Downloaded p384 v0.13.1
12422026-05-27T02:07:49.760Z Downloaded goblin v0.10.5
12432026-05-27T02:07:49.764Z Downloaded reqwest v0.12.28
12442026-05-27T02:07:49.770Z Downloaded portable-atomic v1.13.1
12452026-05-27T02:07:49.774Z Downloaded unicode-normalization v0.1.25
12462026-05-27T02:07:49.778Z Downloaded moka v0.12.13
12472026-05-27T02:07:49.782Z Downloaded tough v0.22.0
12482026-05-27T02:07:49.788Z Downloaded tokio-util v0.7.18
12492026-05-27T02:07:49.790Z Downloaded rustls-webpki v0.102.8
12502026-05-27T02:07:49.800Z Downloaded quinn-proto v0.11.13
12512026-05-27T02:07:49.812Z Downloaded proptest v1.10.0
12522026-05-27T02:07:49.818Z Downloaded zip v4.6.1
12532026-05-27T02:07:49.821Z Downloaded serde_with v3.17.0
12542026-05-27T02:07:49.843Z Downloaded winnow v0.6.26
12552026-05-27T02:07:49.849Z Downloaded nix v0.28.0
12562026-05-27T02:07:49.856Z Downloaded object v0.30.4
12572026-05-27T02:07:49.860Z Downloaded polar-core v0.27.3
12582026-05-27T02:07:49.864Z Downloaded radix_trie v0.2.1
12592026-05-27T02:07:49.873Z Downloaded nix v0.27.1
12602026-05-27T02:07:49.879Z Downloaded bstr v1.12.1
12612026-05-27T02:07:49.895Z Downloaded dropshot v0.17.0
12622026-05-27T02:07:49.909Z Downloaded tabled v0.20.0
12632026-05-27T02:07:49.919Z Downloaded zlib-rs v0.6.2
12642026-05-27T02:07:49.922Z Downloaded smoltcp v0.9.1
12652026-05-27T02:07:49.927Z Downloaded time v0.3.47
12662026-05-27T02:07:49.936Z Downloaded openapiv3 v2.2.0
12672026-05-27T02:07:49.941Z Downloaded diesel v2.3.7
12682026-05-27T02:07:49.954Z Downloaded vcpkg v0.2.15
12692026-05-27T02:07:49.977Z Downloaded zerocopy v0.8.40
12702026-05-27T02:07:49.980Z Downloaded regress v0.11.1
12712026-05-27T02:07:49.986Z Downloaded smoltcp v0.11.0
12722026-05-27T02:07:49.992Z Downloaded rustls v0.23.37
12732026-05-27T02:07:49.999Z Downloaded rustix v0.38.44
12742026-05-27T02:07:50.012Z Downloaded winnow v0.5.40
12752026-05-27T02:07:50.017Z Downloaded regress v0.10.5
12762026-05-27T02:07:50.023Z Downloaded regex-syntax v0.8.10
12772026-05-27T02:07:50.025Z Downloaded hickory-proto v0.25.2
12782026-05-27T02:07:50.034Z Downloaded rustls v0.22.4
12792026-05-27T02:07:50.041Z Downloaded webpki-roots v1.0.6
12802026-05-27T02:07:50.044Z Downloaded nix v0.31.2
12812026-05-27T02:07:50.053Z Downloaded object v0.37.3
12822026-05-27T02:07:50.057Z Downloaded rustls v0.21.12
12832026-05-27T02:07:50.063Z Downloaded regex-syntax v0.6.29
12842026-05-27T02:07:50.067Z Downloaded openssl v0.10.79
12852026-05-27T02:07:50.073Z Downloaded hickory-proto v0.24.4
12862026-05-27T02:07:50.080Z Downloaded sqlparser v0.61.0
12872026-05-27T02:07:50.097Z Downloaded sled v0.34.7
12882026-05-27T02:07:50.104Z Downloaded typify-impl v0.4.3
12892026-05-27T02:07:50.112Z Downloaded typify-impl v0.6.2
12902026-05-27T02:07:50.119Z Downloaded tracing v0.1.44
12912026-05-27T02:07:50.131Z Downloaded zerocopy-derive v0.6.6
12922026-05-27T02:07:50.136Z Downloaded ratatui v0.29.0
12932026-05-27T02:07:50.148Z Downloaded bzip2-sys v0.1.13+1.0.8
12942026-05-27T02:07:50.157Z Downloaded regex-automata v0.4.14
12952026-05-27T02:07:50.192Z Downloaded petgraph v0.6.5
12962026-05-27T02:07:50.211Z Downloaded petgraph v0.8.3
12972026-05-27T02:07:50.220Z Downloaded csv v1.4.0
12982026-05-27T02:07:50.232Z Downloaded chrono-tz v0.10.4
12992026-05-27T02:07:50.243Z Downloaded libz-sys v1.1.24
13002026-05-27T02:07:50.254Z Downloaded jiff v0.2.21
13012026-05-27T02:07:50.280Z Downloaded tokio v1.52.1
13022026-05-27T02:07:50.300Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13032026-05-27T02:07:50.313Z Downloaded sha3 v0.10.8
13042026-05-27T02:07:50.348Z Downloaded encoding_rs v0.8.35
13052026-05-27T02:07:50.362Z Downloaded ring v0.17.14
13062026-05-27T02:07:50.434Z Downloaded libgit2-sys v0.18.3+1.9.2
13072026-05-27T02:07:50.937Z Downloaded aws-lc-sys v0.40.0
13082026-05-27T02:07:51.192Z Compiling libc v0.2.185
13092026-05-27T02:07:51.192Z Compiling serde v1.0.228
13102026-05-27T02:07:51.198Z Compiling log v0.4.29
13112026-05-27T02:07:51.199Z Compiling find-msvc-tools v0.1.9
13122026-05-27T02:07:51.199Z Compiling shlex v1.3.0
13132026-05-27T02:07:51.199Z Compiling syn v2.0.117
13142026-05-27T02:07:51.199Z Compiling smallvec v1.15.1
13152026-05-27T02:07:51.199Z Compiling typenum v1.19.0
13162026-05-27T02:07:51.538Z Compiling generic-array v0.14.7
13172026-05-27T02:07:51.563Z Compiling subtle v2.6.1
13182026-05-27T02:07:51.578Z Compiling scopeguard v1.2.0
13192026-05-27T02:07:51.595Z Compiling const-oid v0.9.6
13202026-05-27T02:07:51.651Z Compiling serde_json v1.0.149
13212026-05-27T02:07:51.678Z Compiling lock_api v0.4.14
13222026-05-27T02:07:51.734Z Compiling zerocopy v0.8.40
13232026-05-27T02:07:51.765Z Compiling portable-atomic v1.13.1
13242026-05-27T02:07:51.905Z Compiling parking_lot_core v0.9.12
13252026-05-27T02:07:52.137Z Compiling pin-project-lite v0.2.17
13262026-05-27T02:07:52.165Z Compiling getrandom v0.2.17
13272026-05-27T02:07:52.227Z Compiling jobserver v0.1.34
13282026-05-27T02:07:52.239Z Compiling errno v0.3.14
13292026-05-27T02:07:52.284Z Compiling pkg-config v0.3.32
13302026-05-27T02:07:52.298Z Compiling rand_core v0.6.4
13312026-05-27T02:07:52.386Z Compiling signal-hook-registry v1.4.8
13322026-05-27T02:07:52.567Z Compiling cc v1.2.56
13332026-05-27T02:07:52.585Z Compiling bitflags v2.11.0
13342026-05-27T02:07:52.649Z Compiling futures-core v0.3.32
13352026-05-27T02:07:52.681Z Compiling critical-section v1.2.0
13362026-05-27T02:07:52.791Z Compiling libm v0.2.16
13372026-05-27T02:07:52.804Z Compiling once_cell v1.21.3
13382026-05-27T02:07:52.819Z Compiling parking_lot v0.12.5
13392026-05-27T02:07:52.823Z Compiling mio v1.2.0
13402026-05-27T02:07:52.846Z Compiling num-traits v0.2.19
13412026-05-27T02:07:52.962Z Compiling percent-encoding v2.3.2
13422026-05-27T02:07:53.007Z Compiling socket2 v0.6.3
13432026-05-27T02:07:53.147Z Compiling futures-sink v0.3.32
13442026-05-27T02:07:53.182Z Compiling getrandom v0.4.1
13452026-05-27T02:07:53.196Z Compiling slab v0.4.12
13462026-05-27T02:07:53.268Z Compiling futures-channel v0.3.32
13472026-05-27T02:07:53.302Z Compiling cpufeatures v0.2.17
13482026-05-27T02:07:53.379Z Compiling futures-io v0.3.32
13492026-05-27T02:07:53.393Z Compiling futures-task v0.3.32
13502026-05-27T02:07:53.413Z Compiling rand_core v0.10.0
13512026-05-27T02:07:53.498Z Compiling indexmap v2.14.0
13522026-05-27T02:07:53.541Z Compiling rustversion v1.0.22
13532026-05-27T02:07:53.558Z Compiling getrandom v0.3.4
13542026-05-27T02:07:53.586Z Compiling cmake v0.1.57
13552026-05-27T02:07:53.774Z Compiling form_urlencoded v1.2.2
13562026-05-27T02:07:53.979Z Compiling fs_extra v1.3.0
13572026-05-27T02:07:54.000Z Compiling dunce v1.0.5
13582026-05-27T02:07:54.097Z Compiling synstructure v0.13.2
13592026-05-27T02:07:54.132Z Compiling ident_case v1.0.1
13602026-05-27T02:07:54.194Z Compiling base64ct v1.8.3
13612026-05-27T02:07:54.248Z Compiling aws-lc-sys v0.40.0
13622026-05-27T02:07:54.263Z Compiling regex-syntax v0.8.10
13632026-05-27T02:07:54.489Z Compiling pem-rfc7468 v0.7.0
13642026-05-27T02:07:54.505Z Compiling flagset v0.4.7
13652026-05-27T02:07:54.552Z Compiling iana-time-zone v0.1.65
13662026-05-27T02:07:54.702Z Compiling rustix v1.1.3
13672026-05-27T02:07:54.738Z Compiling rand_core v0.9.5
13682026-05-27T02:07:54.775Z Compiling ring v0.17.14
13692026-05-27T02:07:54.789Z Compiling vcpkg v0.2.15
13702026-05-27T02:07:54.885Z Compiling aws-lc-rs v1.16.3
13712026-05-27T02:07:55.026Z Compiling uuid v1.23.0
13722026-05-27T02:07:55.192Z Compiling rustc_version v0.4.1
13732026-05-27T02:07:55.519Z Compiling tracing-core v0.1.36
13742026-05-27T02:07:55.553Z Compiling openssl-sys v0.9.115
13752026-05-27T02:07:55.749Z Compiling base64 v0.22.1
13762026-05-27T02:07:55.891Z Compiling serde_derive v1.0.228
13772026-05-27T02:07:56.076Z Compiling zeroize_derive v1.4.3
13782026-05-27T02:07:56.079Z Compiling zerofrom-derive v0.1.6
13792026-05-27T02:07:56.104Z Compiling yoke-derive v0.8.1
13802026-05-27T02:07:56.500Z Compiling zerovec-derive v0.11.2
13812026-05-27T02:07:56.779Z Compiling zeroize v1.8.2
13822026-05-27T02:07:56.792Z Compiling zerocopy-derive v0.8.40
13832026-05-27T02:07:57.290Z Compiling displaydoc v0.2.5
13842026-05-27T02:07:57.504Z Compiling crypto-common v0.1.7
13852026-05-27T02:07:57.529Z Compiling zerofrom v0.1.6
13862026-05-27T02:07:57.624Z Compiling block-buffer v0.10.4
13872026-05-27T02:07:57.646Z Compiling yoke v0.8.1
13882026-05-27T02:07:57.661Z Compiling tokio-macros v2.7.0
13892026-05-27T02:07:57.789Z Compiling digest v0.10.7
13902026-05-27T02:07:57.829Z Compiling zerovec v0.11.5
13912026-05-27T02:07:58.020Z Compiling zerotrie v0.2.3
13922026-05-27T02:07:58.035Z Compiling futures-macro v0.3.32
13932026-05-27T02:07:58.315Z Compiling tinystr v0.8.2
13942026-05-27T02:07:58.330Z Compiling potential_utf v0.1.4
13952026-05-27T02:07:58.369Z Compiling hmac v0.12.1
13962026-05-27T02:07:58.492Z Compiling icu_locale_core v2.1.1
13972026-05-27T02:07:58.516Z Compiling icu_collections v2.1.1
13982026-05-27T02:07:58.529Z Compiling block-padding v0.3.3
13992026-05-27T02:07:58.682Z Compiling inout v0.1.4
14002026-05-27T02:07:58.834Z Compiling futures-util v0.3.32
14012026-05-27T02:07:58.848Z Compiling cipher v0.4.4
14022026-05-27T02:07:58.991Z Compiling sha2 v0.10.9
14032026-05-27T02:07:59.102Z Compiling icu_provider v2.1.1
14042026-05-27T02:07:59.351Z Compiling bytes v1.11.1
14052026-05-27T02:07:59.366Z Compiling icu_properties v2.1.2
14062026-05-27T02:07:59.401Z Compiling icu_normalizer v2.1.1
14072026-05-27T02:07:59.967Z Compiling tokio v1.52.1
14082026-05-27T02:07:59.999Z Compiling der_derive v0.7.3
14092026-05-27T02:08:00.276Z Compiling idna_adapter v1.2.1
14102026-05-27T02:08:00.417Z Compiling idna v1.1.0
14112026-05-27T02:08:00.501Z Compiling http v1.4.0
14122026-05-27T02:08:00.688Z Compiling chrono v0.4.44
14132026-05-27T02:08:00.952Z Compiling url v2.5.8
14142026-05-27T02:08:01.064Z Compiling ppv-lite86 v0.2.21
14152026-05-27T02:08:01.149Z Compiling der v0.7.10
14162026-05-27T02:08:01.190Z Compiling salsa20 v0.10.2
14172026-05-27T02:08:01.329Z Compiling pbkdf2 v0.12.2
14182026-05-27T02:08:01.382Z Compiling rustls-pki-types v1.14.0
14192026-05-27T02:08:01.404Z Compiling thiserror-impl v2.0.18
14202026-05-27T02:08:01.443Z Compiling tracing-attributes v0.1.31
14212026-05-27T02:08:01.738Z Compiling scrypt v0.11.0
14222026-05-27T02:08:01.823Z Compiling rand_chacha v0.9.0
14232026-05-27T02:08:01.989Z Compiling spki v0.7.3
14242026-05-27T02:08:02.068Z Compiling http-body v1.0.1
14252026-05-27T02:08:02.195Z Compiling cbc v0.1.2
14262026-05-27T02:08:02.221Z Compiling aes v0.8.4
14272026-05-27T02:08:02.343Z Compiling untrusted v0.7.1
14282026-05-27T02:08:02.388Z Compiling tinyvec_macros v0.1.1
14292026-05-27T02:08:02.456Z Compiling untrusted v0.9.0
14302026-05-27T02:08:02.471Z Compiling httparse v1.10.1
14312026-05-27T02:08:02.502Z Compiling openssl-probe v0.2.1
14322026-05-27T02:08:02.679Z Compiling pkcs5 v0.7.1
14332026-05-27T02:08:02.692Z Compiling thiserror v2.0.18
14342026-05-27T02:08:02.734Z Compiling tracing v0.1.44
14352026-05-27T02:08:02.806Z Compiling tinyvec v1.10.0
14362026-05-27T02:08:02.837Z Compiling pest_generator v2.8.6
14372026-05-27T02:08:02.993Z Compiling rand v0.9.2
14382026-05-27T02:08:03.134Z Compiling serde_derive_internals v0.29.1
14392026-05-27T02:08:03.148Z Compiling aho-corasick v1.1.4
14402026-05-27T02:08:03.250Z Compiling dyn-clone v1.0.20
14412026-05-27T02:08:03.388Z Compiling schemars v0.8.22
14422026-05-27T02:08:03.523Z Compiling tower-service v0.3.3
14432026-05-27T02:08:03.587Z Compiling atomic-waker v1.1.2
14442026-05-27T02:08:03.619Z Compiling try-lock v0.2.5
14452026-05-27T02:08:03.715Z Compiling tokio-util v0.7.18
14462026-05-27T02:08:03.728Z Compiling rustls v0.23.37
14472026-05-27T02:08:03.772Z Compiling tower-layer v0.3.3
14482026-05-27T02:08:03.898Z Compiling want v0.3.1
14492026-05-27T02:08:03.934Z Compiling regex-automata v0.4.14
14502026-05-27T02:08:04.011Z Compiling schemars_derive v0.8.22
14512026-05-27T02:08:04.076Z Compiling pest_derive v2.8.6
14522026-05-27T02:08:04.327Z Compiling pkcs8 v0.10.2
14532026-05-27T02:08:04.496Z Compiling h2 v0.4.13
14542026-05-27T02:08:04.756Z Compiling ipnet v2.11.0
14552026-05-27T02:08:04.818Z Compiling scroll_derive v0.13.1
14562026-05-27T02:08:04.973Z Compiling darling_core v0.20.11
14572026-05-27T02:08:05.257Z Compiling openssl v0.10.79
14582026-05-27T02:08:05.288Z Compiling foreign-types-shared v0.1.1
14592026-05-27T02:08:05.374Z Compiling httpdate v1.0.3
14602026-05-27T02:08:05.486Z Compiling pin-utils v0.1.0
14612026-05-27T02:08:05.562Z Compiling tempfile v3.25.0
14622026-05-27T02:08:05.610Z Compiling scroll v0.13.0
14632026-05-27T02:08:05.625Z Compiling foreign-types v0.3.2
14642026-05-27T02:08:05.696Z Compiling unicode-normalization v0.1.25
14652026-05-27T02:08:05.921Z Compiling openssl-macros v0.1.1
14662026-05-27T02:08:06.149Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14672026-05-27T02:08:06.284Z Compiling spin v0.9.8
14682026-05-27T02:08:06.303Z Compiling powerfmt v0.2.0
14692026-05-27T02:08:06.489Z Compiling num-conv v0.2.0
14702026-05-27T02:08:06.503Z Compiling time-core v0.1.8
14712026-05-27T02:08:06.531Z Compiling crc32fast v1.5.0
14722026-05-27T02:08:06.614Z Compiling native-tls v0.2.18
14732026-05-27T02:08:06.647Z Compiling time-macros v0.2.27
14742026-05-27T02:08:06.845Z Compiling deranged v0.5.8
14752026-05-27T02:08:07.222Z Compiling darling_macro v0.20.11
14762026-05-27T02:08:07.685Z Compiling hyper v1.8.1
14772026-05-27T02:08:07.688Z Compiling darling v0.20.11
14782026-05-27T02:08:07.780Z Compiling goblin v0.10.5
14792026-05-27T02:08:07.795Z Compiling rustls-native-certs v0.8.3
14802026-05-27T02:08:08.036Z Compiling sync_wrapper v1.0.2
14812026-05-27T02:08:08.076Z Compiling wait-timeout v0.2.1
14822026-05-27T02:08:08.142Z Compiling quick-error v1.2.3
14832026-05-27T02:08:08.250Z Compiling usdt-impl v0.6.0
14842026-05-27T02:08:08.338Z Compiling siphasher v1.0.2
14852026-05-27T02:08:08.433Z Compiling syn v1.0.109
14862026-05-27T02:08:08.451Z Compiling bit-vec v0.8.0
14872026-05-27T02:08:08.521Z Compiling num_threads v0.1.7
14882026-05-27T02:08:08.618Z Compiling simd-adler32 v0.3.8
14892026-05-27T02:08:08.680Z Compiling crossbeam-utils v0.8.21
14902026-05-27T02:08:08.725Z Compiling hyper-util v0.1.20
14912026-05-27T02:08:08.902Z Compiling bit-set v0.8.0
14922026-05-27T02:08:08.979Z Compiling time v0.3.47
14932026-05-27T02:08:09.226Z Compiling rusty-fork v0.3.1
14942026-05-27T02:08:09.388Z Compiling tower v0.5.3
14952026-05-27T02:08:09.605Z Compiling derive_builder_core v0.20.2
14962026-05-27T02:08:09.873Z Compiling dtrace-parser v0.3.0
14972026-05-27T02:08:10.027Z Compiling http-body-util v0.1.3
14982026-05-27T02:08:10.277Z Compiling webpki-roots v1.0.6
14992026-05-27T02:08:10.404Z Compiling signature v2.2.0
15002026-05-27T02:08:10.476Z Compiling scroll_derive v0.12.1
15012026-05-27T02:08:10.491Z Compiling thiserror-impl v1.0.69
15022026-05-27T02:08:10.588Z Compiling dof v0.4.0
15032026-05-27T02:08:10.602Z Compiling heapless v0.7.17
15042026-05-27T02:08:10.626Z Compiling rand_xorshift v0.4.0
15052026-05-27T02:08:10.788Z Compiling slog v2.8.2
15062026-05-27T02:08:10.842Z Compiling darling_core v0.21.3
15072026-05-27T02:08:10.972Z Compiling bzip2-sys v0.1.13+1.0.8
15082026-05-27T02:08:11.133Z Compiling thread-id v5.1.0
15092026-05-27T02:08:11.217Z Compiling cookie v0.18.1
15102026-05-27T02:08:11.241Z Compiling ryu v1.0.23
15112026-05-27T02:08:11.399Z Compiling allocator-api2 v0.2.21
15122026-05-27T02:08:11.420Z Compiling unicode-properties v0.1.4
15132026-05-27T02:08:11.626Z Compiling paste v1.0.15
15142026-05-27T02:08:11.719Z Compiling zstd-safe v7.2.4
15152026-05-27T02:08:11.733Z Compiling unicode-bidi v0.3.18
15162026-05-27T02:08:11.746Z Compiling anyhow v1.0.102
15172026-05-27T02:08:11.891Z Compiling signal-hook v0.3.18
15182026-05-27T02:08:11.908Z Compiling adler2 v2.0.1
15192026-05-27T02:08:12.038Z Compiling iri-string v0.7.10
15202026-05-27T02:08:12.052Z Compiling unarray v0.1.4
15212026-05-27T02:08:12.095Z Compiling stringprep v0.1.5
15222026-05-27T02:08:12.157Z Compiling proptest v1.10.0
15232026-05-27T02:08:12.260Z Compiling miniz_oxide v0.8.9
15242026-05-27T02:08:12.336Z Compiling thiserror v1.0.69
15252026-05-27T02:08:12.487Z Compiling serde_urlencoded v0.7.1
15262026-05-27T02:08:12.866Z Compiling scroll v0.12.0
15272026-05-27T02:08:13.124Z Compiling tower-http v0.6.8
15282026-05-27T02:08:13.154Z Compiling derive_builder_macro v0.20.2
15292026-05-27T02:08:13.305Z Compiling darling_macro v0.21.3
15302026-05-27T02:08:13.465Z Compiling tokio-native-tls v0.3.1
15312026-05-27T02:08:13.513Z Compiling ipnetwork v0.21.1
15322026-05-27T02:08:13.601Z Compiling bstr v1.12.1
15332026-05-27T02:08:13.629Z Compiling rand_chacha v0.3.1
15342026-05-27T02:08:13.769Z Compiling erased-serde v0.3.31
15352026-05-27T02:08:13.898Z Compiling serde_spanned v0.6.9
15362026-05-27T02:08:13.952Z Compiling serde_tokenstream v0.2.3
15372026-05-27T02:08:14.040Z Compiling toml_datetime v0.6.11
15382026-05-27T02:08:14.241Z Compiling md-5 v0.10.6
15392026-05-27T02:08:14.255Z Compiling async-trait v0.1.89
15402026-05-27T02:08:14.270Z Compiling zerocopy-derive v0.7.35
15412026-05-27T02:08:14.296Z Compiling pin-project-internal v1.1.11
15422026-05-27T02:08:14.405Z Compiling curve25519-dalek v4.1.3
15432026-05-27T02:08:14.421Z Compiling vergen-lib v9.1.0
15442026-05-27T02:08:14.635Z Compiling num-integer v0.1.46
15452026-05-27T02:08:14.789Z Compiling hash32 v0.2.1
15462026-05-27T02:08:14.962Z Compiling ff v0.13.1
15472026-05-27T02:08:14.985Z Compiling memoffset v0.9.1
15482026-05-27T02:08:15.104Z Compiling encoding_rs v0.8.35
15492026-05-27T02:08:15.163Z Compiling psl-types v2.0.11
15502026-05-27T02:08:15.177Z Compiling smoltcp v0.9.1
15512026-05-27T02:08:15.276Z Compiling base16ct v0.2.0
15522026-05-27T02:08:15.290Z Compiling rustix v0.38.44
15532026-05-27T02:08:15.464Z Compiling ref-cast v1.0.25
15542026-05-27T02:08:15.467Z Compiling cfg_aliases v0.2.1
15552026-05-27T02:08:15.518Z Compiling zlib-rs v0.6.2
15562026-05-27T02:08:15.550Z Compiling litrs v1.0.0
15572026-05-27T02:08:15.644Z Compiling num-bigint-dig v0.8.6
15582026-05-27T02:08:15.768Z Compiling mime v0.3.17
15592026-05-27T02:08:15.827Z Compiling fallible-iterator v0.2.0
15602026-05-27T02:08:16.064Z Compiling document-features v0.2.12
15612026-05-27T02:08:16.134Z Compiling postgres-protocol v0.6.10
15622026-05-27T02:08:16.182Z Compiling nix v0.31.2
15632026-05-27T02:08:16.559Z Compiling pin-project v1.1.11
15642026-05-27T02:08:16.595Z Compiling sec1 v0.7.3
15652026-05-27T02:08:16.634Z Compiling publicsuffix v2.3.0
15662026-05-27T02:08:16.674Z Compiling zerocopy v0.7.35
15672026-05-27T02:08:16.752Z Compiling group v0.13.0
15682026-05-27T02:08:16.858Z Compiling num-iter v0.1.45
15692026-05-27T02:08:16.994Z Compiling newtype-uuid v1.3.2
15702026-05-27T02:08:17.210Z Compiling rand v0.8.6
15712026-05-27T02:08:17.250Z Compiling darling v0.21.3
15722026-05-27T02:08:17.317Z Compiling oxnet v0.1.4
15732026-05-27T02:08:17.331Z Compiling derive_builder v0.20.2
15742026-05-27T02:08:17.338Z Compiling hubpack_derive v0.1.1
15752026-05-27T02:08:17.386Z Compiling hyper-tls v0.6.0
15762026-05-27T02:08:17.599Z Compiling goblin v0.8.2
15772026-05-27T02:08:18.129Z Compiling phf_shared v0.13.1
15782026-05-27T02:08:18.224Z Compiling lazy_static v1.5.0
15792026-05-27T02:08:18.253Z Compiling regex v1.12.3
15802026-05-27T02:08:18.318Z Compiling flate2 v1.1.9
15812026-05-27T02:08:18.332Z Compiling futures-executor v0.3.32
15822026-05-27T02:08:18.369Z Compiling hex v0.4.3
15832026-05-27T02:08:18.592Z Compiling hkdf v0.12.4
15842026-05-27T02:08:18.636Z Compiling crypto-bigint v0.5.5
15852026-05-27T02:08:18.678Z Compiling terminal_size v0.4.3
15862026-05-27T02:08:18.678Z Compiling ref-cast-impl v1.0.25
15872026-05-27T02:08:18.720Z Compiling curve25519-dalek-derive v0.1.1
15882026-05-27T02:08:18.754Z Compiling strum_macros v0.27.2
15892026-05-27T02:08:18.815Z Compiling daft-derive v0.1.7
15902026-05-27T02:08:19.218Z Compiling snafu-derive v0.8.9
15912026-05-27T02:08:19.355Z Compiling vergen v9.1.0
15922026-05-27T02:08:19.535Z Compiling fs-err v3.3.0
15932026-05-27T02:08:19.602Z Compiling cargo-platform v0.3.2
15942026-05-27T02:08:19.762Z Compiling ahash v0.8.12
15952026-05-27T02:08:19.883Z Compiling libbz2-rs-sys v0.2.2
15962026-05-27T02:08:19.968Z Compiling unicode-segmentation v1.12.0
15972026-05-27T02:08:20.359Z Compiling object v0.37.3
15982026-05-27T02:08:20.565Z Compiling winnow v0.5.40
15992026-05-27T02:08:20.634Z Compiling foldhash v0.2.0
16002026-05-27T02:08:20.756Z Compiling foldhash v0.1.5
16012026-05-27T02:08:20.786Z Compiling managed v0.8.0
16022026-05-27T02:08:20.861Z Compiling bumpalo v3.20.2
16032026-05-27T02:08:20.930Z Compiling same-file v1.0.6
16042026-05-27T02:08:21.000Z Compiling bitflags v1.3.2
16052026-05-27T02:08:21.094Z Compiling zopfli v0.8.3
16062026-05-27T02:08:21.111Z Compiling walkdir v2.5.0
16072026-05-27T02:08:21.123Z Compiling clap_builder v4.5.60
16082026-05-27T02:08:21.185Z Compiling snafu v0.8.9
16092026-05-27T02:08:21.416Z Compiling hashbrown v0.15.5
16102026-05-27T02:08:21.535Z Compiling hashbrown v0.16.1
16112026-05-27T02:08:21.737Z Compiling strum v0.27.2
16122026-05-27T02:08:21.864Z Compiling toml_edit v0.19.15
16132026-05-27T02:08:21.924Z Compiling bzip2 v0.6.1
16142026-05-27T02:08:21.961Z Compiling dof v0.3.0
16152026-05-27T02:08:22.008Z Compiling cargo_metadata v0.23.1
16162026-05-27T02:08:22.160Z Compiling elliptic-curve v0.13.8
16172026-05-27T02:08:22.228Z Compiling daft v0.1.7
16182026-05-27T02:08:22.659Z Compiling futures v0.3.32
16192026-05-27T02:08:22.685Z Compiling phf v0.13.1
16202026-05-27T02:08:22.849Z Compiling signal-hook-mio v0.2.5
16212026-05-27T02:08:23.161Z Compiling cookie_store v0.22.1
16222026-05-27T02:08:23.320Z Compiling hubpack v0.1.2
16232026-05-27T02:08:23.355Z Compiling zstd v0.13.3
16242026-05-27T02:08:23.534Z Compiling bzip2 v0.4.4
16252026-05-27T02:08:23.621Z Compiling serde_with_macros v3.17.0
16262026-05-27T02:08:23.825Z Compiling postgres-types v0.2.12
16272026-05-27T02:08:24.072Z Compiling usdt-attr-macro v0.6.0
16282026-05-27T02:08:24.370Z Compiling usdt-macro v0.6.0
16292026-05-27T02:08:24.463Z Compiling globset v0.4.18
16302026-05-27T02:08:24.770Z Compiling dtrace-parser v0.2.0
16312026-05-27T02:08:24.917Z Compiling ed25519 v2.2.3
16322026-05-27T02:08:24.959Z Compiling phf_shared v0.11.3
16332026-05-27T02:08:25.136Z Compiling olpc-cjson v0.1.4
16342026-05-27T02:08:25.150Z Compiling pkcs1 v0.7.5
16352026-05-27T02:08:25.179Z Compiling serde_plain v1.0.2
16362026-05-27T02:08:25.296Z Compiling serde-big-array v0.5.1
16372026-05-27T02:08:25.377Z Compiling rfc6979 v0.4.0
16382026-05-27T02:08:25.447Z Compiling pem v3.0.6
16392026-05-27T02:08:25.465Z Compiling clap_derive v4.5.55
16402026-05-27T02:08:25.506Z Compiling serde_repr v0.1.20
16412026-05-27T02:08:25.529Z Compiling strum_macros v0.26.4
16422026-05-27T02:08:25.554Z Compiling enum-as-inner v0.6.1
16432026-05-27T02:08:25.772Z Compiling async-recursion v1.1.1
16442026-05-27T02:08:25.811Z Compiling float-cmp v0.10.0
16452026-05-27T02:08:25.959Z Compiling memmap2 v0.9.10
16462026-05-27T02:08:26.024Z Compiling thread-id v4.2.2
16472026-05-27T02:08:26.053Z Compiling env_filter v1.0.0
16482026-05-27T02:08:26.111Z Compiling typed-path v0.9.3
16492026-05-27T02:08:26.177Z Compiling precomputed-hash v0.1.1
16502026-05-27T02:08:26.269Z Compiling new_debug_unreachable v1.0.6
16512026-05-27T02:08:26.344Z Compiling data-encoding v2.10.0
16522026-05-27T02:08:26.360Z Compiling difflib v0.4.0
16532026-05-27T02:08:26.413Z Compiling keccak v0.1.6
16542026-05-27T02:08:26.904Z Compiling normalize-line-endings v0.3.0
16552026-05-27T02:08:27.003Z Compiling fixedbitset v0.4.2
16562026-05-27T02:08:27.037Z Compiling predicates-core v1.0.10
16572026-05-27T02:08:27.211Z Compiling static_assertions v1.1.0
16582026-05-27T02:08:27.212Z Compiling jiff v0.2.21
16592026-05-27T02:08:27.217Z Compiling either v1.15.0
16602026-05-27T02:08:27.252Z Compiling whoami v2.1.0
16612026-05-27T02:08:27.255Z Compiling fixedbitset v0.5.7
16622026-05-27T02:08:27.286Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16632026-05-27T02:08:27.323Z Compiling strum v0.26.3
16642026-05-27T02:08:27.420Z Compiling itertools v0.13.0
16652026-05-27T02:08:27.454Z Compiling tokio-postgres v0.7.16
16662026-05-27T02:08:27.568Z Compiling petgraph v0.8.3
16672026-05-27T02:08:27.622Z Compiling clap v4.5.60
16682026-05-27T02:08:27.704Z Compiling predicates v3.1.4
16692026-05-27T02:08:28.336Z Compiling petgraph v0.6.5
16702026-05-27T02:08:28.356Z Compiling hickory-proto v0.25.2
16712026-05-27T02:08:28.665Z Compiling sha3 v0.10.8
16722026-05-27T02:08:29.123Z Compiling toml_edit v0.22.27
16732026-05-27T02:08:29.473Z Compiling string_cache v0.8.9
16742026-05-27T02:08:29.669Z Compiling env_logger v0.11.9
16752026-05-27T02:08:29.710Z Compiling usdt v0.6.0
16762026-05-27T02:08:29.863Z Compiling zip v4.6.1
16772026-05-27T02:08:29.971Z Compiling usdt-impl v0.5.0
16782026-05-27T02:08:30.029Z Compiling ecdsa v0.16.9
16792026-05-27T02:08:30.072Z Compiling rsa v0.9.10
16802026-05-27T02:08:30.414Z Compiling ed25519-dalek v2.2.0
16812026-05-27T02:08:30.559Z Compiling serde_with v3.17.0
16822026-05-27T02:08:30.834Z Compiling crossterm v0.28.1
16832026-05-27T02:08:31.439Z Compiling zip v0.6.6
16842026-05-27T02:08:31.882Z Compiling toml v0.7.8
16852026-05-27T02:08:32.141Z Compiling iddqd v0.4.1
16862026-05-27T02:08:32.592Z Compiling toml_parser v1.0.9+spec-1.1.0
16872026-05-27T02:08:32.660Z Compiling similar v2.7.0
16882026-05-27T02:08:32.669Z Compiling heck v0.4.1
16892026-05-27T02:08:32.895Z Compiling crossbeam-epoch v0.9.18
16902026-05-27T02:08:33.079Z Compiling tokio-stream v0.1.18
16912026-05-27T02:08:33.211Z Compiling buf-list v1.1.2
16922026-05-27T02:08:33.226Z Compiling x509-cert v0.2.5
16932026-05-27T02:08:33.371Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16942026-05-27T02:08:33.412Z Compiling openapiv3 v2.2.0
16952026-05-27T02:08:33.491Z Compiling sha1 v0.10.6
16962026-05-27T02:08:33.528Z Compiling lalrpop-util v0.19.12
16972026-05-27T02:08:33.543Z Compiling peg-runtime v0.8.5
16982026-05-27T02:08:33.668Z Compiling thread_local v1.1.9
16992026-05-27T02:08:33.705Z Compiling slog-async v2.8.0
17002026-05-27T02:08:33.731Z Compiling crossbeam-channel v0.5.15
17012026-05-27T02:08:33.821Z Compiling filetime v0.2.27
17022026-05-27T02:08:33.913Z Compiling is-terminal v0.4.17
17032026-05-27T02:08:33.994Z Compiling take_mut v0.2.2
17042026-05-27T02:08:34.008Z Compiling term v1.2.1
17052026-05-27T02:08:34.023Z Compiling xattr v1.6.1
17062026-05-27T02:08:34.175Z Compiling tar v0.4.45
17072026-05-27T02:08:34.615Z Compiling slog-term v2.9.2
17082026-05-27T02:08:44.405Z Compiling rustls-webpki v0.103.9
17092026-05-27T02:08:47.127Z Compiling tokio-rustls v0.26.4
17102026-05-27T02:08:47.127Z Compiling rustls-platform-verifier v0.6.2
17112026-05-27T02:08:47.335Z Compiling hyper-rustls v0.27.7
17122026-05-27T02:08:47.542Z Compiling reqwest v0.12.28
17132026-05-27T02:08:47.543Z Compiling reqwest v0.13.2
17142026-05-27T02:08:48.813Z Compiling tough v0.22.0
17152026-05-27T02:08:51.372Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17162026-05-27T02:08:51.590Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17172026-05-27T02:08:54.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17182026-05-27T02:08:54.566Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17192026-05-27T02:08:54.619ZMay 27 02:08:53.143 INFO Starting download, target: Cockroach
17202026-05-27T02:08:54.619ZMay 27 02:08:53.143 INFO Starting download, target: Clickhouse
17212026-05-27T02:08:54.619ZMay 27 02:08:53.143 INFO Starting download, target: Console
17222026-05-27T02:08:54.619ZMay 27 02:08:53.143 INFO Starting download, target: DendriteStub
17232026-05-27T02:08:54.619ZMay 27 02:08:53.143 INFO Starting download, target: MaghemiteMgd
17242026-05-27T02:08:54.619ZMay 27 02:08:53.143 INFO Starting download, target: TransceiverControl
17252026-05-27T02:08:54.622ZMay 27 02:08:53.143 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17262026-05-27T02:08:54.622ZMay 27 02:08:53.143 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17272026-05-27T02:08:54.622ZMay 27 02:08:53.143 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17282026-05-27T02:08:54.622ZMay 27 02:08:53.143 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17292026-05-27T02:08:54.622ZMay 27 02:08:53.143 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17302026-05-27T02:08:54.622ZMay 27 02:08:53.143 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17312026-05-27T02:08:55.099ZMay 27 02:08:53.612 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17322026-05-27T02:08:55.318ZMay 27 02:08:53.819 INFO Download complete, target: TransceiverControl
17332026-05-27T02:08:55.611ZMay 27 02:08:54.119 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17342026-05-27T02:08:55.862ZMay 27 02:08:54.351 INFO Download complete, target: Console
17352026-05-27T02:08:56.497ZMay 27 02:08:54.992 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17362026-05-27T02:08:56.676ZMay 27 02:08:55.106 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17372026-05-27T02:08:57.288ZMay 27 02:08:55.786 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17382026-05-27T02:08:58.369ZMay 27 02:08:56.885 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17392026-05-27T02:08:58.369ZMay 27 02:08:56.886 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17402026-05-27T02:08:58.827ZMay 27 02:08:57.304 INFO Download complete, target: DendriteStub
17412026-05-27T02:08:59.655ZMay 27 02:08:58.179 INFO Download complete, target: MaghemiteMgd
17422026-05-27T02:09:03.030ZMay 27 02:09:01.529 INFO Checking that binary works, target: Cockroach
17432026-05-27T02:09:03.151ZMay 27 02:09:01.668 INFO Download complete, target: Cockroach
17442026-05-27T02:09:03.413ZMay 27 02:09:01.932 INFO Checking that binary works, target: Clickhouse
17452026-05-27T02:09:03.535ZMay 27 02:09:02.058 INFO Download complete, target: Clickhouse
17462026-05-27T02:09:03.562ZAll builder prerequisites installed successfully, and PATH looks valid
17472026-05-27T02:09:03.566Z
17482026-05-27T02:09:03.566Zreal 2:15.655706599
17492026-05-27T02:09:03.566Zuser 6:55.346565095
17502026-05-27T02:09:03.566Zsys 1:22.028614456
17512026-05-27T02:09:03.566Ztrap 0.205114782
17522026-05-27T02:09:03.566Ztflt 1.287632276
17532026-05-27T02:09:03.567Zdflt 1.439175963
17542026-05-27T02:09:03.567Zkflt 0.045378011
17552026-05-27T02:09:03.567Zlock 21:36.859608497
17562026-05-27T02:09:03.567Zslp 21:21.889057390
17572026-05-27T02:09:03.567Zlat 42.580395888
17582026-05-27T02:09:03.567Zstop 1:57.814271653
17592026-05-27T02:09:03.567Z+ banner hack-check
17602026-05-27T02:09:03.567Z
17612026-05-27T02:09:03.567Z # # ## #### # # #### # # ###### #### # #
17622026-05-27T02:09:03.567Z # # # # # # # # # # # # # # # # #
17632026-05-27T02:09:03.567Z ###### # # # #### ##### # ###### ##### # ####
17642026-05-27T02:09:03.567Z # # ###### # # # # # # # # # #
17652026-05-27T02:09:03.567Z # # # # # # # # # # # # # # # # #
17662026-05-27T02:09:03.567Z # # # # #### # # #### # # ###### #### # #
17672026-05-27T02:09:03.567Z
17682026-05-27T02:09:03.567Z+ export CARGO_INCREMENTAL=0
17692026-05-27T02:09:03.567Z+ CARGO_INCREMENTAL=0
17702026-05-27T02:09:03.567Z+ ptime -m timeout 2h cargo xtask check-features --ci
17712026-05-27T02:09:04.086Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17722026-05-27T02:09:04.304Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17732026-05-27T02:09:06.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s
17742026-05-27T02:09:06.246Z Running `target/debug/xtask check-features --ci`
17752026-05-27T02:09:06.269Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17762026-05-27T02:09:06.273Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17772026-05-27T02:09:06.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17782026-05-27T02:09:06.780Z Running `target/debug/xtask download cargo-hack`
17792026-05-27T02:09:07.565Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17802026-05-27T02:09:07.879Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17812026-05-27T02:09:10.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.56s
17822026-05-27T02:09:10.561Z Running `target/debug/xtask-downloader cargo-hack`
17832026-05-27T02:09:10.601ZMay 27 02:09:09.119 INFO Starting download, target: CargoHack
17842026-05-27T02:09:10.606ZMay 27 02:09:09.120 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17852026-05-27T02:09:11.231ZMay 27 02:09:09.746 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17862026-05-27T02:09:11.274ZMay 27 02:09:09.796 INFO Download complete, target: CargoHack
17872026-05-27T02:09:11.284Zrunning: "/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"
17882026-05-27T02:09:11.291Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17892026-05-27T02:09:11.447Zinfo: running `cargo check --bins` on api_identity (1/295)
17902026-05-27T02:09:11.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17912026-05-27T02:09:11.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17922026-05-27T02:09:11.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17932026-05-27T02:09:11.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
17942026-05-27T02:09:12.033Z
17952026-05-27T02:09:12.033Zinfo: running `cargo check --bins` on bootstore (2/295)
17962026-05-27T02:09:12.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17972026-05-27T02:09:12.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17982026-05-27T02:09:12.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17992026-05-27T02:09:12.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18002026-05-27T02:09:12.625Z
18012026-05-27T02:09:12.625Zinfo: running `cargo check --bins` on omicron-ledger (3/295)
18022026-05-27T02:09:13.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18032026-05-27T02:09:13.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18042026-05-27T02:09:13.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18052026-05-27T02:09:13.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18062026-05-27T02:09:13.209Z
18072026-05-27T02:09:13.209Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/295)
18082026-05-27T02:09:13.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18092026-05-27T02:09:13.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18102026-05-27T02:09:13.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18112026-05-27T02:09:13.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18122026-05-27T02:09:13.789Z
18132026-05-27T02:09:13.789Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/295)
18142026-05-27T02:09:14.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18152026-05-27T02:09:14.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18162026-05-27T02:09:14.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18172026-05-27T02:09:14.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18182026-05-27T02:09:14.373Z
18192026-05-27T02:09:14.373Zinfo: running `cargo check --bins` on omicron-certificates (6/295)
18202026-05-27T02:09:14.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18212026-05-27T02:09:14.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18222026-05-27T02:09:14.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18232026-05-27T02:09:14.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18242026-05-27T02:09:14.971Z
18252026-05-27T02:09:14.971Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/295)
18262026-05-27T02:09:15.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272026-05-27T02:09:15.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282026-05-27T02:09:15.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292026-05-27T02:09:15.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18302026-05-27T02:09:15.556Z
18312026-05-27T02:09:15.556Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/295)
18322026-05-27T02:09:16.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332026-05-27T02:09:16.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342026-05-27T02:09:16.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352026-05-27T02:09:16.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18362026-05-27T02:09:16.152Z
18372026-05-27T02:09:16.152Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/295)
18382026-05-27T02:09:16.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392026-05-27T02:09:16.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402026-05-27T02:09:16.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412026-05-27T02:09:16.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18422026-05-27T02:09:16.621Z
18432026-05-27T02:09:16.621Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/295)
18442026-05-27T02:09:17.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452026-05-27T02:09:17.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462026-05-27T02:09:17.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472026-05-27T02:09:17.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18482026-05-27T02:09:17.090Z
18492026-05-27T02:09:17.090Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/295)
18502026-05-27T02:09:17.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512026-05-27T02:09:17.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522026-05-27T02:09:17.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532026-05-27T02:09:17.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18542026-05-27T02:09:17.556Z
18552026-05-27T02:09:17.556Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/295)
18562026-05-27T02:09:17.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572026-05-27T02:09:17.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582026-05-27T02:09:17.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592026-05-27T02:09:17.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18602026-05-27T02:09:18.027Z
18612026-05-27T02:09:18.027Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/295)
18622026-05-27T02:09:18.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-05-27T02:09:18.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-05-27T02:09:18.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-05-27T02:09:18.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18662026-05-27T02:09:18.495Z
18672026-05-27T02:09:18.495Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/295)
18682026-05-27T02:09:18.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-05-27T02:09:18.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-05-27T02:09:18.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-05-27T02:09:18.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18722026-05-27T02:09:18.960Z
18732026-05-27T02:09:18.960Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/295)
18742026-05-27T02:09:19.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-05-27T02:09:19.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-05-27T02:09:19.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-05-27T02:09:19.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18782026-05-27T02:09:19.429Z
18792026-05-27T02:09:19.429Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/295)
18802026-05-27T02:09:19.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-05-27T02:09:19.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-05-27T02:09:19.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-05-27T02:09:19.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18842026-05-27T02:09:19.894Z
18852026-05-27T02:09:19.894Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/295)
18862026-05-27T02:09:20.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-05-27T02:09:20.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-05-27T02:09:20.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-05-27T02:09:20.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18902026-05-27T02:09:20.362Z
18912026-05-27T02:09:20.362Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/295)
18922026-05-27T02:09:20.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-05-27T02:09:20.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-05-27T02:09:20.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-05-27T02:09:20.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18962026-05-27T02:09:20.828Z
18972026-05-27T02:09:20.828Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/295)
18982026-05-27T02:09:21.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-05-27T02:09:21.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-05-27T02:09:21.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-05-27T02:09:21.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19022026-05-27T02:09:21.297Z
19032026-05-27T02:09:21.297Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/295)
19042026-05-27T02:09:21.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-05-27T02:09:21.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-05-27T02:09:21.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-05-27T02:09:21.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19082026-05-27T02:09:21.766Z
19092026-05-27T02:09:21.766Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/295)
19102026-05-27T02:09:22.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-05-27T02:09:22.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-05-27T02:09:22.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-05-27T02:09:22.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19142026-05-27T02:09:22.235Z
19152026-05-27T02:09:22.235Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/295)
19162026-05-27T02:09:22.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-05-27T02:09:22.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-05-27T02:09:22.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-05-27T02:09:22.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19202026-05-27T02:09:22.704Z
19212026-05-27T02:09:22.704Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/295)
19222026-05-27T02:09:23.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-05-27T02:09:23.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-05-27T02:09:23.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-05-27T02:09:23.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19262026-05-27T02:09:23.172Z
19272026-05-27T02:09:23.172Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/295)
19282026-05-27T02:09:23.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-05-27T02:09:23.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-05-27T02:09:23.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-05-27T02:09:23.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19322026-05-27T02:09:23.640Z
19332026-05-27T02:09:23.640Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/295)
19342026-05-27T02:09:24.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-05-27T02:09:24.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-05-27T02:09:24.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-05-27T02:09:24.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19382026-05-27T02:09:24.108Z
19392026-05-27T02:09:24.108Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/295)
19402026-05-27T02:09:24.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-05-27T02:09:24.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-05-27T02:09:24.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-05-27T02:09:24.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19442026-05-27T02:09:24.586Z
19452026-05-27T02:09:24.586Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/295)
19462026-05-27T02:09:24.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-05-27T02:09:25.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-05-27T02:09:25.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-05-27T02:09:25.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19502026-05-27T02:09:25.060Z
19512026-05-27T02:09:25.060Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/295)
19522026-05-27T02:09:25.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-05-27T02:09:25.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-05-27T02:09:25.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-05-27T02:09:25.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19562026-05-27T02:09:25.528Z
19572026-05-27T02:09:25.528Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/295)
19582026-05-27T02:09:25.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-05-27T02:09:25.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-05-27T02:09:25.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-05-27T02:09:25.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19622026-05-27T02:09:25.996Z
19632026-05-27T02:09:25.996Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/295)
19642026-05-27T02:09:26.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-05-27T02:09:26.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-05-27T02:09:26.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-05-27T02:09:26.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19682026-05-27T02:09:26.463Z
19692026-05-27T02:09:26.463Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/295)
19702026-05-27T02:09:26.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-05-27T02:09:26.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-05-27T02:09:26.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-05-27T02:09:26.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19742026-05-27T02:09:26.931Z
19752026-05-27T02:09:26.931Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/295)
19762026-05-27T02:09:27.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-05-27T02:09:27.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-05-27T02:09:27.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-05-27T02:09:27.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19802026-05-27T02:09:27.395Z
19812026-05-27T02:09:27.395Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/295)
19822026-05-27T02:09:27.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-05-27T02:09:27.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-05-27T02:09:27.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-05-27T02:09:27.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19862026-05-27T02:09:27.859Z
19872026-05-27T02:09:27.860Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/295)
19882026-05-27T02:09:28.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-05-27T02:09:28.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-05-27T02:09:28.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-05-27T02:09:28.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19922026-05-27T02:09:28.331Z
19932026-05-27T02:09:28.331Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/295)
19942026-05-27T02:09:28.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-05-27T02:09:28.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-05-27T02:09:28.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-05-27T02:09:28.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19982026-05-27T02:09:28.800Z
19992026-05-27T02:09:28.800Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/295)
20002026-05-27T02:09:29.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-05-27T02:09:29.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-05-27T02:09:29.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-05-27T02:09:29.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20042026-05-27T02:09:29.267Z
20052026-05-27T02:09:29.267Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/295)
20062026-05-27T02:09:29.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-05-27T02:09:29.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-05-27T02:09:29.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-05-27T02:09:29.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20102026-05-27T02:09:29.733Z
20112026-05-27T02:09:29.733Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/295)
20122026-05-27T02:09:30.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-05-27T02:09:30.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-05-27T02:09:30.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-05-27T02:09:30.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20162026-05-27T02:09:30.199Z
20172026-05-27T02:09:30.199Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/295)
20182026-05-27T02:09:30.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-05-27T02:09:30.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-05-27T02:09:30.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-05-27T02:09:30.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20222026-05-27T02:09:30.667Z
20232026-05-27T02:09:30.667Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/295)
20242026-05-27T02:09:31.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-05-27T02:09:31.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-05-27T02:09:31.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-05-27T02:09:31.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20282026-05-27T02:09:31.136Z
20292026-05-27T02:09:31.136Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/295)
20302026-05-27T02:09:31.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-05-27T02:09:31.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-05-27T02:09:31.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-05-27T02:09:31.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20342026-05-27T02:09:31.607Z
20352026-05-27T02:09:31.607Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/295)
20362026-05-27T02:09:32.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-05-27T02:09:32.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-05-27T02:09:32.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-05-27T02:09:32.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20402026-05-27T02:09:32.076Z
20412026-05-27T02:09:32.076Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/295)
20422026-05-27T02:09:32.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-05-27T02:09:32.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-05-27T02:09:32.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-05-27T02:09:32.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20462026-05-27T02:09:32.543Z
20472026-05-27T02:09:32.543Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/295)
20482026-05-27T02:09:32.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-05-27T02:09:32.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-05-27T02:09:32.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-05-27T02:09:32.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20522026-05-27T02:09:33.012Z
20532026-05-27T02:09:33.012Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/295)
20542026-05-27T02:09:33.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-05-27T02:09:33.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-05-27T02:09:33.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-05-27T02:09:33.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20582026-05-27T02:09:33.479Z
20592026-05-27T02:09:33.479Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/295)
20602026-05-27T02:09:33.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-05-27T02:09:33.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-05-27T02:09:33.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-05-27T02:09:33.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20642026-05-27T02:09:33.947Z
20652026-05-27T02:09:33.948Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/295)
20662026-05-27T02:09:34.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-05-27T02:09:34.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-05-27T02:09:34.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-05-27T02:09:34.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20702026-05-27T02:09:34.415Z
20712026-05-27T02:09:34.415Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/295)
20722026-05-27T02:09:34.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-05-27T02:09:34.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-05-27T02:09:34.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-05-27T02:09:34.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20762026-05-27T02:09:34.883Z
20772026-05-27T02:09:34.883Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/295)
20782026-05-27T02:09:35.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-05-27T02:09:35.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-05-27T02:09:35.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-05-27T02:09:35.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20822026-05-27T02:09:35.517Z
20832026-05-27T02:09:35.517Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/295)
20842026-05-27T02:09:36.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-05-27T02:09:36.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-05-27T02:09:36.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-05-27T02:09:36.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20882026-05-27T02:09:36.166Z
20892026-05-27T02:09:36.166Zinfo: running `cargo check --bins` on nexus-config (51/295)
20902026-05-27T02:09:36.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-05-27T02:09:36.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-05-27T02:09:36.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-05-27T02:09:36.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20942026-05-27T02:09:36.801Z
20952026-05-27T02:09:36.801Zinfo: running `cargo check --bins` on nexus-types (52/295)
20962026-05-27T02:09:37.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-05-27T02:09:37.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-05-27T02:09:37.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-05-27T02:09:37.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21002026-05-27T02:09:37.431Z
21012026-05-27T02:09:37.431Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/295)
21022026-05-27T02:09:37.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-05-27T02:09:37.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-05-27T02:09:37.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-05-27T02:09:37.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21062026-05-27T02:09:38.034Z
21072026-05-27T02:09:38.034Zinfo: running `cargo check --bins` on omicron-passwords (54/295)
21082026-05-27T02:09:38.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-05-27T02:09:38.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-05-27T02:09:38.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-05-27T02:09:38.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21122026-05-27T02:09:38.620Z
21132026-05-27T02:09:38.620Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/295)
21142026-05-27T02:09:39.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-05-27T02:09:39.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-05-27T02:09:39.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-05-27T02:09:39.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21182026-05-27T02:09:39.225Z
21192026-05-27T02:09:39.225Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/295)
21202026-05-27T02:09:39.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-05-27T02:09:39.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-05-27T02:09:39.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-05-27T02:09:39.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21242026-05-27T02:09:39.832Z
21252026-05-27T02:09:39.832Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/295)
21262026-05-27T02:09:40.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-05-27T02:09:40.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-05-27T02:09:40.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-05-27T02:09:40.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21302026-05-27T02:09:40.436Z
21312026-05-27T02:09:40.436Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/295)
21322026-05-27T02:09:40.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-05-27T02:09:40.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-05-27T02:09:40.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-05-27T02:09:40.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21362026-05-27T02:09:41.043Z
21372026-05-27T02:09:41.043Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/295)
21382026-05-27T02:09:41.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-05-27T02:09:41.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-05-27T02:09:41.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-05-27T02:09:41.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21422026-05-27T02:09:41.632Z
21432026-05-27T02:09:41.632Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/295)
21442026-05-27T02:09:42.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-05-27T02:09:42.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-05-27T02:09:42.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-05-27T02:09:42.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21482026-05-27T02:09:42.219Z
21492026-05-27T02:09:42.219Zinfo: running `cargo check --bins --no-default-features` on gfss (61/295)
21502026-05-27T02:09:42.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-05-27T02:09:42.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-05-27T02:09:42.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-05-27T02:09:42.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21542026-05-27T02:09:42.806Z
21552026-05-27T02:09:42.806Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/295)
21562026-05-27T02:09:43.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-05-27T02:09:43.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-05-27T02:09:43.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-05-27T02:09:43.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21602026-05-27T02:09:43.399Z
21612026-05-27T02:09:43.399Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/295)
21622026-05-27T02:09:43.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-05-27T02:09:43.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-05-27T02:09:43.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-05-27T02:09:43.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21662026-05-27T02:09:44.002Z
21672026-05-27T02:09:44.002Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/295)
21682026-05-27T02:09:44.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-05-27T02:09:44.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-05-27T02:09:44.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-05-27T02:09:44.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21722026-05-27T02:09:44.604Z
21732026-05-27T02:09:44.604Zinfo: running `cargo check --bins` on cockroach-admin-types (65/295)
21742026-05-27T02:09:45.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-05-27T02:09:45.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-05-27T02:09:45.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-05-27T02:09:45.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21782026-05-27T02:09:45.190Z
21792026-05-27T02:09:45.190Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/295)
21802026-05-27T02:09:45.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-05-27T02:09:45.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-05-27T02:09:45.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-05-27T02:09:45.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21842026-05-27T02:09:45.780Z
21852026-05-27T02:09:45.780Zinfo: running `cargo check --bins` on ereport-types (67/295)
21862026-05-27T02:09:46.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-05-27T02:09:46.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-05-27T02:09:46.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-05-27T02:09:46.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21902026-05-27T02:09:46.373Z
21912026-05-27T02:09:46.373Zinfo: running `cargo check --bins` on gateway-client (68/295)
21922026-05-27T02:09:46.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-05-27T02:09:46.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-05-27T02:09:46.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-05-27T02:09:46.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21962026-05-27T02:09:46.970Z
21972026-05-27T02:09:46.970Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/295)
21982026-05-27T02:09:47.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-05-27T02:09:47.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-05-27T02:09:47.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-05-27T02:09:47.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22022026-05-27T02:09:47.566Z
22032026-05-27T02:09:47.566Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/295)
22042026-05-27T02:09:48.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-05-27T02:09:48.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-05-27T02:09:48.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-05-27T02:09:48.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22082026-05-27T02:09:48.163Z
22092026-05-27T02:09:48.163Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/295)
22102026-05-27T02:09:48.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-05-27T02:09:48.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-05-27T02:09:48.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-05-27T02:09:48.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22142026-05-27T02:09:48.756Z
22152026-05-27T02:09:48.756Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/295)
22162026-05-27T02:09:49.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-05-27T02:09:49.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-05-27T02:09:49.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-05-27T02:09:49.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22202026-05-27T02:09:49.348Z
22212026-05-27T02:09:49.348Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/295)
22222026-05-27T02:09:49.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-05-27T02:09:49.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-05-27T02:09:49.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-05-27T02:09:49.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22262026-05-27T02:09:49.965Z
22272026-05-27T02:09:49.965Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/295)
22282026-05-27T02:09:50.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-05-27T02:09:50.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-05-27T02:09:50.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-05-27T02:09:50.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22322026-05-27T02:09:50.588Z
22332026-05-27T02:09:50.588Zinfo: running `cargo check --bins` on key-manager-types (75/295)
22342026-05-27T02:09:51.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-05-27T02:09:51.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-05-27T02:09:51.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-05-27T02:09:51.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22382026-05-27T02:09:51.176Z
22392026-05-27T02:09:51.176Zinfo: running `cargo check --bins` on oxlog (76/295)
22402026-05-27T02:09:51.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-05-27T02:09:51.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-05-27T02:09:51.789Z Checking cfg-if v1.0.4
22432026-05-27T02:09:51.793Z Checking libc v0.2.185
22442026-05-27T02:09:51.793Z Checking serde_core v1.0.228
22452026-05-27T02:09:51.907Z Checking zeroize v1.8.2
22462026-05-27T02:09:51.914Z Checking memchr v2.8.0
22472026-05-27T02:09:51.923Z Checking log v0.4.29
22482026-05-27T02:09:51.932Z Checking smallvec v1.15.1
22492026-05-27T02:09:51.945Z Checking typenum v1.19.0
22502026-05-27T02:09:51.945Z Checking subtle v2.6.1
22512026-05-27T02:09:52.058Z Checking itoa v1.0.17
22522026-05-27T02:09:52.082Z Checking scopeguard v1.2.0
22532026-05-27T02:09:52.099Z Checking stable_deref_trait v1.2.1
22542026-05-27T02:09:52.111Z Checking const-oid v0.9.6
22552026-05-27T02:09:52.171Z Checking zerofrom v0.1.6
22562026-05-27T02:09:52.184Z Checking lock_api v0.4.14
22572026-05-27T02:09:52.196Z Checking pin-project-lite v0.2.17
22582026-05-27T02:09:52.283Z Checking yoke v0.8.1
22592026-05-27T02:09:52.288Z Checking portable-atomic v1.13.1
22602026-05-27T02:09:52.288Z Checking futures-core v0.3.32
22612026-05-27T02:09:52.297Z Checking getrandom v0.2.17
22622026-05-27T02:09:52.375Z Checking errno v0.3.14
22632026-05-27T02:09:52.433Z Checking parking_lot_core v0.9.12
22642026-05-27T02:09:52.457Z Checking generic-array v0.14.7
22652026-05-27T02:09:52.471Z Checking rand_core v0.6.4
22662026-05-27T02:09:52.486Z Checking signal-hook-registry v1.4.8
22672026-05-27T02:09:52.509Z Checking zerovec v0.11.5
22682026-05-27T02:09:52.615Z Checking critical-section v1.2.0
22692026-05-27T02:09:52.640Z Checking parking_lot v0.12.5
22702026-05-27T02:09:52.640Z Checking mio v1.2.0
22712026-05-27T02:09:52.708Z Checking zerocopy v0.8.40
22722026-05-27T02:09:52.733Z Checking once_cell v1.21.3
22732026-05-27T02:09:52.783Z Checking zmij v1.0.21
22742026-05-27T02:09:52.823Z Checking socket2 v0.6.3
22752026-05-27T02:09:52.893Z Checking crypto-common v0.1.7
22762026-05-27T02:09:52.908Z Checking block-buffer v0.10.4
22772026-05-27T02:09:52.938Z Checking libm v0.2.16
22782026-05-27T02:09:52.951Z Checking tinystr v0.8.2
22792026-05-27T02:09:52.990Z Checking equivalent v1.0.2
22802026-05-27T02:09:53.011Z Checking percent-encoding v2.3.2
22812026-05-27T02:09:53.034Z Checking digest v0.10.7
22822026-05-27T02:09:53.062Z Checking litemap v0.8.1
22832026-05-27T02:09:53.072Z Checking writeable v0.6.2
22842026-05-27T02:09:53.108Z Checking potential_utf v0.1.4
22852026-05-27T02:09:53.151Z Checking zerotrie v0.2.3
22862026-05-27T02:09:53.221Z Checking icu_locale_core v2.1.1
22872026-05-27T02:09:53.233Z Checking futures-sink v0.3.32
22882026-05-27T02:09:53.247Z Checking icu_collections v2.1.1
22892026-05-27T02:09:53.261Z Checking slab v0.4.12
22902026-05-27T02:09:53.330Z Checking futures-channel v0.3.32
22912026-05-27T02:09:53.372Z Checking serde v1.0.228
22922026-05-27T02:09:53.385Z Checking bitflags v2.11.0
22932026-05-27T02:09:53.411Z Checking serde_json v1.0.149
22942026-05-27T02:09:53.515Z Checking cpufeatures v0.2.17
22952026-05-27T02:09:53.545Z Checking futures-task v0.3.32
22962026-05-27T02:09:53.548Z Checking futures-io v0.3.32
22972026-05-27T02:09:53.584Z Checking hmac v0.12.1
22982026-05-27T02:09:53.610Z Checking num-traits v0.2.19
22992026-05-27T02:09:53.665Z Checking icu_properties_data v2.1.2
23002026-05-27T02:09:53.679Z Checking futures-util v0.3.32
23012026-05-27T02:09:53.712Z Checking icu_normalizer_data v2.1.1
23022026-05-27T02:09:53.757Z Checking icu_provider v2.1.1
23032026-05-27T02:09:53.771Z Checking bytes v1.11.1
23042026-05-27T02:09:53.782Z Checking hashbrown v0.17.0
23052026-05-27T02:09:53.794Z Checking rand_core v0.10.0
23062026-05-27T02:09:53.930Z Checking getrandom v0.4.1
23072026-05-27T02:09:53.982Z Checking icu_normalizer v2.1.1
23082026-05-27T02:09:54.067Z Checking icu_properties v2.1.2
23092026-05-27T02:09:54.080Z Checking block-padding v0.3.3
23102026-05-27T02:09:54.129Z Checking utf8_iter v1.0.4
23112026-05-27T02:09:54.195Z Checking tokio v1.52.1
23122026-05-27T02:09:54.207Z Checking inout v0.1.4
23132026-05-27T02:09:54.235Z Checking indexmap v2.14.0
23142026-05-27T02:09:54.248Z Checking sha2 v0.10.9
23152026-05-27T02:09:54.289Z Checking form_urlencoded v1.2.2
23162026-05-27T02:09:54.340Z Checking cipher v0.4.4
23172026-05-27T02:09:54.415Z Checking getrandom v0.3.4
23182026-05-27T02:09:54.517Z Checking byteorder v1.5.0
23192026-05-27T02:09:54.548Z Checking fnv v1.0.7
23202026-05-27T02:09:54.561Z Checking base64ct v1.8.3
23212026-05-27T02:09:54.648Z Checking flagset v0.4.7
23222026-05-27T02:09:54.729Z Checking rand_core v0.9.5
23232026-05-27T02:09:54.772Z Checking http v1.4.0
23242026-05-27T02:09:54.789Z Checking pem-rfc7468 v0.7.0
23252026-05-27T02:09:54.809Z Checking regex-syntax v0.8.10
23262026-05-27T02:09:54.899Z Checking idna_adapter v1.2.1
23272026-05-27T02:09:54.914Z Checking salsa20 v0.10.2
23282026-05-27T02:09:54.950Z Checking der v0.7.10
23292026-05-27T02:09:55.017Z Checking idna v1.1.0
23302026-05-27T02:09:55.044Z Checking uuid v1.23.0
23312026-05-27T02:09:55.259Z Checking url v2.5.8
23322026-05-27T02:09:55.327Z Checking pbkdf2 v0.12.2
23332026-05-27T02:09:55.351Z Checking rustix v1.1.3
23342026-05-27T02:09:55.439Z Checking tracing-core v0.1.36
23352026-05-27T02:09:55.465Z Checking ppv-lite86 v0.2.21
23362026-05-27T02:09:55.603Z Checking rustls-pki-types v1.14.0
23372026-05-27T02:09:55.681Z Checking spki v0.7.3
23382026-05-27T02:09:55.696Z Checking iana-time-zone v0.1.65
23392026-05-27T02:09:55.746Z Checking base64 v0.22.1
23402026-05-27T02:09:55.759Z Checking rand_chacha v0.9.0
23412026-05-27T02:09:55.795Z Checking chrono v0.4.44
23422026-05-27T02:09:55.846Z Checking tracing v0.1.44
23432026-05-27T02:09:55.886Z Checking scrypt v0.11.0
23442026-05-27T02:09:55.951Z Checking http-body v1.0.1
23452026-05-27T02:09:55.979Z Checking cbc v0.1.2
23462026-05-27T02:09:56.022Z Checking aes v0.8.4
23472026-05-27T02:09:56.046Z Checking aws-lc-sys v0.40.0
23482026-05-27T02:09:56.080Z Checking openssl-probe v0.2.1
23492026-05-27T02:09:56.101Z Checking tinyvec_macros v0.1.1
23502026-05-27T02:09:56.114Z Checking untrusted v0.7.1
23512026-05-27T02:09:56.169Z Checking untrusted v0.9.0
23522026-05-27T02:09:56.184Z Checking tinyvec v1.10.0
23532026-05-27T02:09:56.199Z Checking rand v0.9.2
23542026-05-27T02:09:56.220Z Checking atomic-waker v1.1.2
23552026-05-27T02:09:56.282Z Checking ring v0.17.14
23562026-05-27T02:09:56.314Z Checking tower-service v0.3.3
23572026-05-27T02:09:56.403Z Checking tower-layer v0.3.3
23582026-05-27T02:09:56.408Z Checking pkcs5 v0.7.1
23592026-05-27T02:09:56.489Z Checking try-lock v0.2.5
23602026-05-27T02:09:56.551Z Checking aws-lc-rs v1.16.3
23612026-05-27T02:09:56.566Z Checking ipnet v2.11.0
23622026-05-27T02:09:56.585Z Checking want v0.3.1
23632026-05-27T02:09:56.652Z Checking httparse v1.10.1
23642026-05-27T02:09:56.664Z Checking aho-corasick v1.1.4
23652026-05-27T02:09:56.677Z Checking pkcs8 v0.10.2
23662026-05-27T02:09:56.705Z Checking dyn-clone v1.0.20
23672026-05-27T02:09:56.808Z Checking plain v0.2.3
23682026-05-27T02:09:56.821Z Checking fastrand v2.3.0
23692026-05-27T02:09:56.849Z Checking foreign-types-shared v0.1.1
23702026-05-27T02:09:56.862Z Checking httpdate v1.0.3
23712026-05-27T02:09:56.912Z Checking pin-utils v0.1.0
23722026-05-27T02:09:56.930Z Checking foreign-types v0.3.2
23732026-05-27T02:09:56.983Z Checking unicode-normalization v0.1.25
23742026-05-27T02:09:56.997Z Checking tempfile v3.25.0
23752026-05-27T02:09:57.009Z Checking semver v1.0.28
23762026-05-27T02:09:57.009Z Checking openssl-sys v0.9.115
23772026-05-27T02:09:57.189Z Checking spin v0.9.8
23782026-05-27T02:09:57.214Z Checking ucd-trie v0.1.7
23792026-05-27T02:09:57.266Z Checking unicode-ident v1.0.24
23802026-05-27T02:09:57.339Z Checking regex-automata v0.4.14
23812026-05-27T02:09:57.355Z Checking pest v2.8.6
23822026-05-27T02:09:57.369Z Checking schemars v0.8.22
23832026-05-27T02:09:57.380Z Checking proc-macro2 v1.0.106
23842026-05-27T02:09:57.394Z Checking rustls-webpki v0.103.9
23852026-05-27T02:09:57.397Z Checking rustls-native-certs v0.8.3
23862026-05-27T02:09:57.417Z Checking openssl v0.10.79
23872026-05-27T02:09:57.436Z Checking tokio-util v0.7.18
23882026-05-27T02:09:57.528Z Checking thiserror v2.0.18
23892026-05-27T02:09:57.625Z Checking sync_wrapper v1.0.2
23902026-05-27T02:09:57.685Z Checking wait-timeout v0.2.1
23912026-05-27T02:09:57.727Z Checking simd-adler32 v0.3.8
23922026-05-27T02:09:57.803Z Checking bit-vec v0.8.0
23932026-05-27T02:09:57.815Z Checking rustls v0.23.37
23942026-05-27T02:09:57.896Z Checking utf8parse v0.2.2
23952026-05-27T02:09:57.993Z Checking powerfmt v0.2.0
23962026-05-27T02:09:58.005Z Checking quick-error v1.2.3
23972026-05-27T02:09:58.008Z Checking siphasher v1.0.2
23982026-05-27T02:09:58.037Z Checking h2 v0.4.13
23992026-05-27T02:09:58.113Z Checking pretty-hex v0.4.1
24002026-05-27T02:09:58.139Z Checking anstyle v1.0.13
24012026-05-27T02:09:58.159Z Checking deranged v0.5.8
24022026-05-27T02:09:58.225Z Checking rusty-fork v0.3.1
24032026-05-27T02:09:58.318Z Checking anstyle-parse v0.2.7
24042026-05-27T02:09:58.395Z Checking bit-set v0.8.0
24052026-05-27T02:09:58.409Z Checking tower v0.5.3
24062026-05-27T02:09:58.467Z Checking quote v1.0.45
24072026-05-27T02:09:58.540Z Compiling newtype-uuid v1.3.2
24082026-05-27T02:09:58.635Z Checking http-body-util v0.1.3
24092026-05-27T02:09:58.719Z Checking crossbeam-utils v0.8.21
24102026-05-27T02:09:58.792Z Checking webpki-roots v1.0.6
24112026-05-27T02:09:58.857Z Checking rand_xorshift v0.4.0
24122026-05-27T02:09:58.902Z Checking crc32fast v1.5.0
24132026-05-27T02:09:58.974Z Checking scroll v0.13.0
24142026-05-27T02:09:59.039Z Checking signature v2.2.0
24152026-05-27T02:09:59.052Z Checking ryu v1.0.23
24162026-05-27T02:09:59.067Z Checking allocator-api2 v0.2.21
24172026-05-27T02:09:59.133Z Checking adler2 v2.0.1
24182026-05-27T02:09:59.164Z Checking colorchoice v1.0.4
24192026-05-27T02:09:59.183Z Checking unarray v0.1.4
24202026-05-27T02:09:59.200Z Checking iri-string v0.7.10
24212026-05-27T02:09:59.239Z Checking unicode-bidi v0.3.18
24222026-05-27T02:09:59.260Z Checking time-core v0.1.8
24232026-05-27T02:09:59.286Z Checking anstyle-query v1.1.5
24242026-05-27T02:09:59.347Z Checking unicode-properties v0.1.4
24252026-05-27T02:09:59.376Z Checking is_terminal_polyfill v1.70.2
24262026-05-27T02:09:59.398Z Checking num_threads v0.1.7
24272026-05-27T02:09:59.424Z Checking native-tls v0.2.18
24282026-05-27T02:09:59.463Z Checking num-conv v0.2.0
24292026-05-27T02:09:59.482Z Checking anstream v0.6.21
24302026-05-27T02:09:59.531Z Checking stringprep v0.1.5
24312026-05-27T02:09:59.543Z Checking proptest v1.10.0
24322026-05-27T02:09:59.576Z Checking time v0.3.47
24332026-05-27T02:09:59.601Z Checking tokio-native-tls v0.3.1
24342026-05-27T02:09:59.695Z Checking miniz_oxide v0.8.9
24352026-05-27T02:09:59.708Z Checking goblin v0.10.5
24362026-05-27T02:09:59.766Z Checking serde_urlencoded v0.7.1
24372026-05-27T02:09:59.967Z Checking bstr v1.12.1
24382026-05-27T02:10:00.059Z Checking crossbeam-epoch v0.9.18
24392026-05-27T02:10:00.201Z Checking tokio-rustls v0.26.4
24402026-05-27T02:10:00.246Z Checking tower-http v0.6.8
24412026-05-27T02:10:00.284Z Compiling daft v0.1.7
24422026-05-27T02:10:00.369Z Checking syn v2.0.117
24432026-05-27T02:10:00.432Z Checking ipnetwork v0.21.1
24442026-05-27T02:10:00.525Z Checking rand_chacha v0.3.1
24452026-05-27T02:10:00.559Z Checking thiserror v1.0.69
24462026-05-27T02:10:00.647Z Checking scroll v0.12.0
24472026-05-27T02:10:00.664Z Checking zstd-sys v2.0.16+zstd.1.5.7
24482026-05-27T02:10:00.732Z Checking hash32 v0.2.1
24492026-05-27T02:10:00.749Z Checking hyper v1.8.1
24502026-05-27T02:10:00.763Z Checking num-integer v0.1.46
24512026-05-27T02:10:00.774Z Checking toml_datetime v0.6.11
24522026-05-27T02:10:00.871Z Checking serde_spanned v0.6.9
24532026-05-27T02:10:00.886Z Checking md-5 v0.10.6
24542026-05-27T02:10:00.955Z Checking ff v0.13.1
24552026-05-27T02:10:00.981Z Checking encoding_rs v0.8.35
24562026-05-27T02:10:01.000Z Checking zlib-rs v0.6.2
24572026-05-27T02:10:01.023Z Checking fallible-iterator v0.2.0
24582026-05-27T02:10:01.081Z Checking base16ct v0.2.0
24592026-05-27T02:10:01.208Z Checking mime v0.3.17
24602026-05-27T02:10:01.290Z Checking psl-types v2.0.11
24612026-05-27T02:10:01.383Z Checking postgres-protocol v0.6.10
24622026-05-27T02:10:01.406Z Checking publicsuffix v2.3.0
24632026-05-27T02:10:01.501Z Checking sec1 v0.7.3
24642026-05-27T02:10:01.563Z Checking group v0.13.0
24652026-05-27T02:10:01.652Z Checking hyper-util v0.1.20
24662026-05-27T02:10:01.699Z Checking num-iter v0.1.45
24672026-05-27T02:10:01.712Z Checking heapless v0.7.17
24682026-05-27T02:10:01.720Z Checking goblin v0.8.2
24692026-05-27T02:10:01.810Z Checking zstd-safe v7.2.4
24702026-05-27T02:10:01.856Z Checking flate2 v1.1.9
24712026-05-27T02:10:01.898Z Checking cookie v0.18.1
24722026-05-27T02:10:01.975Z Checking rand v0.8.6
24732026-05-27T02:10:02.035Z Checking dof v0.4.0
24742026-05-27T02:10:02.122Z Checking oxnet v0.1.4
24752026-05-27T02:10:02.135Z Compiling iddqd v0.4.1
24762026-05-27T02:10:02.151Z Checking dtrace-parser v0.3.0
24772026-05-27T02:10:02.360Z Checking phf_shared v0.13.1
24782026-05-27T02:10:02.388Z Checking lazy_static v1.5.0
24792026-05-27T02:10:02.477Z Checking pin-project v1.1.11
24802026-05-27T02:10:02.507Z Checking zerocopy v0.7.35
24812026-05-27T02:10:02.570Z Checking bzip2-sys v0.1.13+1.0.8
24822026-05-27T02:10:02.582Z Checking terminal_size v0.4.3
24832026-05-27T02:10:02.631Z Checking signal-hook v0.3.18
24842026-05-27T02:10:02.651Z Checking futures-executor v0.3.32
24852026-05-27T02:10:02.666Z Checking hex v0.4.3
24862026-05-27T02:10:02.689Z Checking hkdf v0.12.4
24872026-05-27T02:10:02.796Z Checking crypto-bigint v0.5.5
24882026-05-27T02:10:02.809Z Checking thread-id v5.1.0
24892026-05-27T02:10:02.822Z Compiling rayon-core v1.13.0
24902026-05-27T02:10:02.879Z Checking hyper-rustls v0.27.7
24912026-05-27T02:10:02.891Z Checking hyper-tls v0.6.0
24922026-05-27T02:10:02.894Z Checking winnow v0.7.14
24932026-05-27T02:10:02.979Z Checking bumpalo v3.20.2
24942026-05-27T02:10:02.992Z Checking foldhash v0.2.0
24952026-05-27T02:10:03.058Z Checking libbz2-rs-sys v0.2.2
24962026-05-27T02:10:03.085Z Checking bitflags v1.3.2
24972026-05-27T02:10:03.139Z Checking same-file v1.0.6
24982026-05-27T02:10:03.156Z Checking winnow v0.5.40
24992026-05-27T02:10:03.171Z Checking managed v0.8.0
25002026-05-27T02:10:03.255Z Checking clap_lex v1.0.0
25012026-05-27T02:10:03.351Z Checking strsim v0.11.1
25022026-05-27T02:10:03.365Z Checking either v1.15.0
25032026-05-27T02:10:03.402Z Checking foldhash v0.1.5
25042026-05-27T02:10:03.450Z Checking bzip2 v0.6.1
25052026-05-27T02:10:03.516Z Checking clap_builder v4.5.60
25062026-05-27T02:10:03.533Z Checking hashbrown v0.15.5
25072026-05-27T02:10:03.545Z Checking smoltcp v0.9.1
25082026-05-27T02:10:03.593Z Checking dof v0.3.0
25092026-05-27T02:10:03.611Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25102026-05-27T02:10:03.693Z Checking elliptic-curve v0.13.8
25112026-05-27T02:10:03.795Z Checking walkdir v2.5.0
25122026-05-27T02:10:03.870Z Checking zopfli v0.8.3
25132026-05-27T02:10:03.958Z Checking hashbrown v0.16.1
25142026-05-27T02:10:03.990Z Checking reqwest v0.12.28
25152026-05-27T02:10:04.021Z Checking usdt-impl v0.6.0
25162026-05-27T02:10:04.073Z Checking signal-hook-mio v0.2.5
25172026-05-27T02:10:04.127Z Checking futures v0.3.32
25182026-05-27T02:10:04.174Z Checking bzip2 v0.4.4
25192026-05-27T02:10:04.191Z Checking snafu v0.8.9
25202026-05-27T02:10:04.206Z Checking phf v0.13.1
25212026-05-27T02:10:04.293Z Checking toml_edit v0.19.15
25222026-05-27T02:10:04.306Z Checking num-bigint-dig v0.8.6
25232026-05-27T02:10:04.348Z Checking cookie_store v0.22.1
25242026-05-27T02:10:04.422Z Checking zstd v0.13.3
25252026-05-27T02:10:04.447Z Checking postgres-types v0.2.12
25262026-05-27T02:10:04.570Z Checking dtrace-parser v0.2.0
25272026-05-27T02:10:04.608Z Checking globset v0.4.18
25282026-05-27T02:10:04.688Z Checking crossbeam-deque v0.8.6
25292026-05-27T02:10:04.745Z Checking rustls-platform-verifier v0.6.2
25302026-05-27T02:10:04.767Z Checking ed25519 v2.2.3
25312026-05-27T02:10:04.815Z Checking regex v1.12.3
25322026-05-27T02:10:04.857Z Checking phf_shared v0.11.3
25332026-05-27T02:10:04.870Z Checking olpc-cjson v0.1.4
25342026-05-27T02:10:04.881Z Checking ref-cast v1.0.25
25352026-05-27T02:10:04.895Z Checking curve25519-dalek v4.1.3
25362026-05-27T02:10:04.953Z Checking strum v0.27.2
25372026-05-27T02:10:04.977Z Checking hubpack v0.1.2
25382026-05-27T02:10:04.996Z Checking memoffset v0.9.1
25392026-05-27T02:10:04.999Z Checking rustix v0.38.44
25402026-05-27T02:10:05.061Z Checking pkcs1 v0.7.5
25412026-05-27T02:10:05.078Z Checking pem v3.0.6
25422026-05-27T02:10:05.091Z Checking float-cmp v0.10.0
25432026-05-27T02:10:05.132Z Checking erased-serde v0.3.31
25442026-05-27T02:10:05.156Z Checking serde-big-array v0.5.1
25452026-05-27T02:10:05.212Z Checking serde_plain v1.0.2
25462026-05-27T02:10:05.234Z Checking rfc6979 v0.4.0
25472026-05-27T02:10:05.268Z Checking thread-id v4.2.2
25482026-05-27T02:10:05.280Z Checking memmap2 v0.9.10
25492026-05-27T02:10:05.345Z Checking env_filter v1.0.0
25502026-05-27T02:10:05.348Z Checking fixedbitset v0.5.7
25512026-05-27T02:10:05.369Z Checking toml_write v0.1.2
25522026-05-27T02:10:05.373Z Checking typed-path v0.9.3
25532026-05-27T02:10:05.431Z Checking precomputed-hash v0.1.1
25542026-05-27T02:10:05.492Z Checking normalize-line-endings v0.3.0
25552026-05-27T02:10:05.512Z Checking predicates-core v1.0.10
25562026-05-27T02:10:05.517Z Checking whoami v2.1.0
25572026-05-27T02:10:05.536Z Checking jiff v0.2.21
25582026-05-27T02:10:05.536Z Checking data-encoding v2.10.0
25592026-05-27T02:10:05.576Z Checking fixedbitset v0.4.2
25602026-05-27T02:10:05.633Z Checking unicode-segmentation v1.12.0
25612026-05-27T02:10:05.674Z Checking difflib v0.4.0
25622026-05-27T02:10:05.715Z Checking static_assertions v1.1.0
25632026-05-27T02:10:05.728Z Checking new_debug_unreachable v1.0.6
25642026-05-27T02:10:05.785Z Checking keccak v0.1.6
25652026-05-27T02:10:05.797Z Checking string_cache v0.8.9
25662026-05-27T02:10:05.809Z Checking crossterm v0.28.1
25672026-05-27T02:10:05.822Z Checking hickory-proto v0.25.2
25682026-05-27T02:10:05.856Z Checking predicates v3.1.4
25692026-05-27T02:10:05.944Z Checking similar v2.7.0
25702026-05-27T02:10:05.947Z Checking sha3 v0.10.8
25712026-05-27T02:10:05.968Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25722026-05-27T02:10:06.148Z Checking tough v0.22.0
25732026-05-27T02:10:06.151Z Checking petgraph v0.6.5
25742026-05-27T02:10:06.173Z Checking tokio-postgres v0.7.16
25752026-05-27T02:10:06.324Z Checking ed25519-dalek v2.2.0
25762026-05-27T02:10:06.513Z Checking toml_edit v0.22.27
25772026-05-27T02:10:06.555Z Checking petgraph v0.8.3
25782026-05-27T02:10:07.378Z Checking slog v2.8.2
25792026-05-27T02:10:07.412Z Checking env_logger v0.11.9
25802026-05-27T02:10:07.577Z Checking usdt v0.6.0
25812026-05-27T02:10:07.606Z Checking toml v0.7.8
25822026-05-27T02:10:07.637Z Checking ecdsa v0.16.9
25832026-05-27T02:10:07.736Z Checking zip v4.6.1
25842026-05-27T02:10:07.749Z Checking usdt-impl v0.5.0
25852026-05-27T02:10:07.914Z Checking rsa v0.9.10
25862026-05-27T02:10:07.966Z Checking nix v0.31.2
25872026-05-27T02:10:08.091Z Checking reqwest v0.13.2
25882026-05-27T02:10:08.214Z Checking clap v4.5.60
25892026-05-27T02:10:08.294Z Checking zip v0.6.6
25902026-05-27T02:10:08.309Z Checking toml_parser v1.0.9+spec-1.1.0
25912026-05-27T02:10:08.404Z Checking itertools v0.13.0
25922026-05-27T02:10:08.460Z Checking serde_with v3.17.0
25932026-05-27T02:10:08.532Z Checking strum v0.26.3
25942026-05-27T02:10:08.615Z Checking fs-err v3.3.0
25952026-05-27T02:10:08.634Z Checking ahash v0.8.12
25962026-05-27T02:10:08.647Z Checking object v0.37.3
25972026-05-27T02:10:08.828Z Checking tokio-stream v0.1.18
25982026-05-27T02:10:08.909Z Checking buf-list v1.1.2
25992026-05-27T02:10:08.933Z Checking anyhow v1.0.102
26002026-05-27T02:10:08.946Z Checking camino v1.2.2
26012026-05-27T02:10:09.026Z Checking x509-cert v0.2.5
26022026-05-27T02:10:09.089Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26032026-05-27T02:10:09.124Z Checking openapiv3 v2.2.0
26042026-05-27T02:10:09.187Z Checking sha1 v0.10.6
26052026-05-27T02:10:09.203Z Checking lalrpop-util v0.19.12
26062026-05-27T02:10:09.347Z Checking peg-runtime v0.8.5
26072026-05-27T02:10:09.360Z Checking rayon v1.11.0
26082026-05-27T02:10:09.360Z Checking sigpipe v0.1.3
26092026-05-27T02:10:09.417Z Checking glob v0.3.3
26102026-05-27T02:10:10.863Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26112026-05-27T02:10:11.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.95s
26122026-05-27T02:10:11.303Z
26132026-05-27T02:10:11.303Zinfo: running `cargo check --bins` on internal-dns-types (77/295)
26142026-05-27T02:10:11.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26152026-05-27T02:10:11.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26162026-05-27T02:10:11.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26172026-05-27T02:10:11.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26182026-05-27T02:10:11.899Z
26192026-05-27T02:10:11.899Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/295)
26202026-05-27T02:10:12.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26212026-05-27T02:10:12.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26222026-05-27T02:10:12.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26232026-05-27T02:10:12.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26242026-05-27T02:10:12.500Z
26252026-05-27T02:10:12.500Zinfo: running `cargo check --bins` on nexus-types-versions (79/295)
26262026-05-27T02:10:13.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26272026-05-27T02:10:13.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26282026-05-27T02:10:13.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26292026-05-27T02:10:13.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26302026-05-27T02:10:13.115Z
26312026-05-27T02:10:13.116Zinfo: running `cargo check --bins` on oxql-types (80/295)
26322026-05-27T02:10:13.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26332026-05-27T02:10:13.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26342026-05-27T02:10:13.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26352026-05-27T02:10:13.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26362026-05-27T02:10:13.722Z
26372026-05-27T02:10:13.722Zinfo: running `cargo check --bins` on oximeter-types (81/295)
26382026-05-27T02:10:14.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26392026-05-27T02:10:14.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26402026-05-27T02:10:14.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26412026-05-27T02:10:14.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26422026-05-27T02:10:14.328Z
26432026-05-27T02:10:14.328Zinfo: running `cargo check --bins` on oximeter-types-versions (82/295)
26442026-05-27T02:10:14.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452026-05-27T02:10:14.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462026-05-27T02:10:14.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26472026-05-27T02:10:14.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26482026-05-27T02:10:14.931Z
26492026-05-27T02:10:14.931Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/295)
26502026-05-27T02:10:15.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512026-05-27T02:10:15.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522026-05-27T02:10:15.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26532026-05-27T02:10:15.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26542026-05-27T02:10:15.510Z
26552026-05-27T02:10:15.510Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/295)
26562026-05-27T02:10:16.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572026-05-27T02:10:16.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582026-05-27T02:10:16.203Z Compiling structmeta-derive v0.3.0
26592026-05-27T02:10:16.319Z Compiling rustls v0.22.4
26602026-05-27T02:10:16.329Z Compiling multer v3.1.0
26612026-05-27T02:10:16.338Z Compiling async-stream-impl v0.3.6
26622026-05-27T02:10:16.338Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26632026-05-27T02:10:16.374Z Compiling dropshot v0.17.0
26642026-05-27T02:10:16.378Z Compiling newtype-uuid-macros v0.1.0
26652026-05-27T02:10:16.378Z Compiling dropshot_endpoint v0.17.0
26662026-05-27T02:10:16.494Z Checking newtype-uuid v1.3.2
26672026-05-27T02:10:16.559Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26682026-05-27T02:10:16.627Z Checking rustls-webpki v0.102.8
26692026-05-27T02:10:16.690Z Checking daft v0.1.7
26702026-05-27T02:10:16.723Z Checking thread_local v1.1.9
26712026-05-27T02:10:16.899Z Checking compression-core v0.4.31
26722026-05-27T02:10:16.922Z Checking match_cfg v0.1.0
26732026-05-27T02:10:16.931Z Checking iddqd v0.4.1
26742026-05-27T02:10:16.953Z Checking crossbeam-channel v0.5.15
26752026-05-27T02:10:16.984Z Checking hostname v0.3.1
26762026-05-27T02:10:17.013Z Checking compression-codecs v0.4.37
26772026-05-27T02:10:17.079Z Checking slog-json v2.6.1
26782026-05-27T02:10:17.139Z Checking serde_spanned v1.0.4
26792026-05-27T02:10:17.177Z Checking is-terminal v0.4.17
26802026-05-27T02:10:17.232Z Checking toml_datetime v1.0.0+spec-1.1.0
26812026-05-27T02:10:17.267Z Checking toml_writer v1.0.6+spec-1.1.0
26822026-05-27T02:10:17.270Z Checking term v1.2.1
26832026-05-27T02:10:17.293Z Checking take_mut v0.2.2
26842026-05-27T02:10:17.373Z Compiling structmeta v0.3.0
26852026-05-27T02:10:17.393Z Checking debug-ignore v1.0.5
26862026-05-27T02:10:17.432Z Checking slog-async v2.8.0
26872026-05-27T02:10:17.454Z Checking toml v1.0.6+spec-1.1.0
26882026-05-27T02:10:17.487Z Checking slog-term v2.9.2
26892026-05-27T02:10:17.490Z Checking slog-bunyan v2.5.0
26902026-05-27T02:10:17.586Z Compiling derive-ex v0.1.8
26912026-05-27T02:10:17.601Z Compiling parse-display-derive v0.10.0
26922026-05-27T02:10:17.613Z Checking async-compression v0.4.41
26932026-05-27T02:10:17.748Z Checking async-stream v0.3.6
26942026-05-27T02:10:17.843Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26952026-05-27T02:10:17.856Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26962026-05-27T02:10:17.873Z Checking progenitor-client v0.14.0
26972026-05-27T02:10:17.918Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
26982026-05-27T02:10:18.023Z Checking waitgroup v0.1.2
26992026-05-27T02:10:18.060Z Checking backon v1.6.0
27002026-05-27T02:10:18.099Z Checking rustls-pemfile v2.2.0
27012026-05-27T02:10:18.136Z Checking serde_path_to_error v0.1.20
27022026-05-27T02:10:18.183Z Checking hostname v0.4.2
27032026-05-27T02:10:18.221Z Checking instant v0.1.13
27042026-05-27T02:10:18.305Z Checking backoff v0.4.0
27052026-05-27T02:10:18.436Z Checking progenitor-extras v0.2.0
27062026-05-27T02:10:18.449Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27072026-05-27T02:10:18.452Z Checking tokio-rustls v0.25.0
27082026-05-27T02:10:18.480Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27092026-05-27T02:10:18.651Z Checking itertools v0.14.0
27102026-05-27T02:10:18.690Z Checking progenitor-client v0.10.0
27112026-05-27T02:10:18.842Z Checking regress v0.10.5
27122026-05-27T02:10:18.877Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27132026-05-27T02:10:19.117Z Checking macaddr v1.0.1
27142026-05-27T02:10:19.260Z Compiling test-strategy v0.4.5
27152026-05-27T02:10:19.273Z Checking parse-display v0.10.0
27162026-05-27T02:10:19.490Z Checking humantime v2.3.0
27172026-05-27T02:10:20.516Z Compiling prettyplease v0.2.37
27182026-05-27T02:10:20.795Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27192026-05-27T02:10:20.939Z Checking num-rational v0.4.2
27202026-05-27T02:10:21.161Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27212026-05-27T02:10:21.420Z Checking num-complex v0.4.6
27222026-05-27T02:10:22.140Z Compiling num v0.4.3
27232026-05-27T02:10:22.219Z Compiling usdt-attr-macro v0.5.0
27242026-05-27T02:10:22.233Z Compiling usdt-macro v0.5.0
27252026-05-27T02:10:22.236Z Checking memmap v0.7.0
27262026-05-27T02:10:22.280Z Compiling float-ord v0.3.2
27272026-05-27T02:10:22.376Z Checking unicode-width v0.2.0
27282026-05-27T02:10:22.398Z Compiling convert_case v0.4.0
27292026-05-27T02:10:22.623Z Checking console v0.15.11
27302026-05-27T02:10:22.778Z Compiling derive_more v0.99.20
27312026-05-27T02:10:22.902Z Checking newline-converter v0.3.0
27322026-05-27T02:10:22.947Z Checking atomicwrites v0.4.4
27332026-05-27T02:10:22.990Z Checking usdt v0.5.0
27342026-05-27T02:10:23.012Z Compiling toml v0.8.23
27352026-05-27T02:10:23.072Z Checking linked-hash-map v0.5.6
27362026-05-27T02:10:23.156Z Compiling minimal-lexical v0.2.1
27372026-05-27T02:10:23.239Z Checking lru-cache v0.1.2
27382026-05-27T02:10:23.361Z Compiling nom v7.1.3
27392026-05-27T02:10:23.411Z Checking expectorate v1.2.0
27402026-05-27T02:10:23.957Z Checking camino-tempfile v1.4.1
27412026-05-27T02:10:24.064Z Checking hickory-proto v0.24.4
27422026-05-27T02:10:24.121Z Checking phf_shared v0.12.1
27432026-05-27T02:10:24.263Z Compiling slog-dtrace v0.3.0
27442026-05-27T02:10:24.308Z Compiling chrono-tz v0.10.4
27452026-05-27T02:10:24.459Z Checking heck v0.5.0
27462026-05-27T02:10:24.489Z Checking resolv-conf v0.7.6
27472026-05-27T02:10:24.678Z Compiling const_format_proc_macros v0.2.34
27482026-05-27T02:10:24.694Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27492026-05-27T02:10:24.722Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27502026-05-27T02:10:24.737Z Checking phf v0.12.1
27512026-05-27T02:10:24.879Z Checking tokio-dtrace v0.1.1
27522026-05-27T02:10:25.069Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27532026-05-27T02:10:25.205Z Compiling derive-where v1.6.0
27542026-05-27T02:10:25.366Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27552026-05-27T02:10:25.512Z Checking highway v1.3.0
27562026-05-27T02:10:25.746Z Checking const_format v0.2.35
27572026-05-27T02:10:25.888Z Checking hickory-resolver v0.24.4
27582026-05-27T02:10:25.980Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27592026-05-27T02:10:26.191Z Checking oxide-tokio-rt v0.1.4
27602026-05-27T02:10:26.239Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27612026-05-27T02:10:26.499Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27622026-05-27T02:10:26.538Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27632026-05-27T02:10:26.593Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27642026-05-27T02:10:26.614Z Checking qorb v0.4.1
27652026-05-27T02:10:26.683Z Checking gethostname v0.5.0
27662026-05-27T02:10:26.777Z Checking bcs v0.1.6
27672026-05-27T02:10:26.791Z Checking termtree v0.5.1
27682026-05-27T02:10:30.066Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27692026-05-27T02:10:32.797Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27702026-05-27T02:10:34.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.42s
27712026-05-27T02:10:35.117Z
27722026-05-27T02:10:35.117Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/295)
27732026-05-27T02:10:35.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27742026-05-27T02:10:35.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27752026-05-27T02:10:35.807Z Compiling ar_archive_writer v0.5.1
27762026-05-27T02:10:35.918Z Compiling stacker v0.1.23
27772026-05-27T02:10:35.925Z Compiling cfg_aliases v0.1.1
27782026-05-27T02:10:35.932Z Compiling convert_case v0.10.0
27792026-05-27T02:10:35.938Z Checking unicode-width v0.1.14
27802026-05-27T02:10:35.946Z Compiling proc-macro-error v1.0.4
27812026-05-27T02:10:35.957Z Checking fd-lock v4.0.4
27822026-05-27T02:10:35.957Z Checking nibble_vec v0.1.0
27832026-05-27T02:10:35.981Z Compiling nix v0.28.0
27842026-05-27T02:10:36.074Z Checking vte v0.14.1
27852026-05-27T02:10:36.086Z Compiling recursive-proc-macro-impl v0.1.1
27862026-05-27T02:10:36.168Z Checking endian-type v0.1.2
27872026-05-27T02:10:36.183Z Checking bytecount v0.6.9
27882026-05-27T02:10:36.216Z Compiling derive_more-impl v2.1.1
27892026-05-27T02:10:36.230Z Checking strip-ansi-escapes v0.2.1
27902026-05-27T02:10:36.242Z Compiling tabled_derive v0.7.0
27912026-05-27T02:10:36.275Z Checking papergrid v0.11.0
27922026-05-27T02:10:36.287Z Checking radix_trie v0.2.1
27932026-05-27T02:10:36.326Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27942026-05-27T02:10:36.482Z Compiling peg-macros v0.8.5
27952026-05-27T02:10:36.495Z Checking winnow v0.6.26
27962026-05-27T02:10:36.740Z Compiling psm v0.1.30
27972026-05-27T02:10:36.781Z Compiling sqlparser_derive v0.5.0
27982026-05-27T02:10:36.877Z Checking unicode_categories v0.1.1
27992026-05-27T02:10:37.010Z Checking derive_more v2.1.1
28002026-05-27T02:10:37.030Z Checking nu-ansi-term v0.50.3
28012026-05-27T02:10:37.086Z Checking home v0.5.12
28022026-05-27T02:10:37.190Z Checking tabled v0.15.0
28032026-05-27T02:10:37.203Z Checking crossterm v0.29.0
28042026-05-27T02:10:37.243Z Checking reedline v0.40.0
28052026-05-27T02:10:37.256Z Checking rustyline v14.0.0
28062026-05-27T02:10:37.521Z Checking recursive v0.1.1
28072026-05-27T02:10:37.590Z Checking display-error-chain v0.2.2
28082026-05-27T02:10:37.611Z Checking sqlparser v0.61.0
28092026-05-27T02:10:37.614Z Checking sqlformat v0.3.5
28102026-05-27T02:10:37.827Z Checking peg v0.8.5
28112026-05-27T02:10:48.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.62s
28122026-05-27T02:10:48.923Z
28132026-05-27T02:10:48.923Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/295)
28142026-05-27T02:10:49.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28152026-05-27T02:10:49.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28162026-05-27T02:10:49.606Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28172026-05-27T02:10:53.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s
28182026-05-27T02:10:53.208Z
28192026-05-27T02:10:53.208Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/295)
28202026-05-27T02:10:53.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28212026-05-27T02:10:53.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28222026-05-27T02:10:53.888Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28232026-05-27T02:10:56.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.09s
28242026-05-27T02:10:56.506Z
28252026-05-27T02:10:56.506Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/295)
28262026-05-27T02:10:57.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272026-05-27T02:10:57.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282026-05-27T02:10:57.187Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28292026-05-27T02:11:00.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.87s
28302026-05-27T02:11:00.574Z
28312026-05-27T02:11:00.574Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/295)
28322026-05-27T02:11:01.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-05-27T02:11:01.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-05-27T02:11:01.254Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28352026-05-27T02:11:04.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s
28362026-05-27T02:11:04.676Z
28372026-05-27T02:11:04.676Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/295)
28382026-05-27T02:11:05.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-05-27T02:11:05.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-05-27T02:11:05.353Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28412026-05-27T02:11:07.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
28422026-05-27T02:11:08.106Z
28432026-05-27T02:11:08.107Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/295)
28442026-05-27T02:11:08.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-05-27T02:11:08.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-05-27T02:11:08.788Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28472026-05-27T02:11:11.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s
28482026-05-27T02:11:11.582Z
28492026-05-27T02:11:11.582Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/295)
28502026-05-27T02:11:12.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512026-05-27T02:11:12.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522026-05-27T02:11:12.275Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532026-05-27T02:11:15.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s
28542026-05-27T02:11:15.864Z
28552026-05-27T02:11:15.864Zinfo: running `cargo check --bins` on oximeter (93/295)
28562026-05-27T02:11:16.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-05-27T02:11:16.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-05-27T02:11:16.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28592026-05-27T02:11:16.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28602026-05-27T02:11:16.465Z
28612026-05-27T02:11:16.465Zinfo: running `cargo check --bins` on oximeter-schema (94/295)
28622026-05-27T02:11:16.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-05-27T02:11:16.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-05-27T02:11:17.104Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28652026-05-27T02:11:17.268Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28662026-05-27T02:11:17.283Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28672026-05-27T02:11:17.607Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28682026-05-27T02:11:20.476Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28692026-05-27T02:11:21.678Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28702026-05-27T02:11:21.887Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28712026-05-27T02:11:22.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.08s
28722026-05-27T02:11:22.735Z
28732026-05-27T02:11:22.735Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/295)
28742026-05-27T02:11:23.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752026-05-27T02:11:23.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762026-05-27T02:11:23.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28772026-05-27T02:11:23.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28782026-05-27T02:11:23.329Z
28792026-05-27T02:11:23.329Zinfo: running `cargo check --bins` on oximeter-test-utils (96/295)
28802026-05-27T02:11:23.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812026-05-27T02:11:23.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822026-05-27T02:11:23.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832026-05-27T02:11:23.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28842026-05-27T02:11:23.972Z
28852026-05-27T02:11:23.972Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/295)
28862026-05-27T02:11:24.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872026-05-27T02:11:24.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882026-05-27T02:11:24.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892026-05-27T02:11:24.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28902026-05-27T02:11:24.576Z
28912026-05-27T02:11:24.576Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/295)
28922026-05-27T02:11:25.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-05-27T02:11:25.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-05-27T02:11:25.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-05-27T02:11:25.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28962026-05-27T02:11:25.178Z
28972026-05-27T02:11:25.178Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/295)
28982026-05-27T02:11:25.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-05-27T02:11:25.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-05-27T02:11:25.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-05-27T02:11:25.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29022026-05-27T02:11:25.782Z
29032026-05-27T02:11:25.782Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/295)
29042026-05-27T02:11:26.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-05-27T02:11:26.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-05-27T02:11:26.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-05-27T02:11:26.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29082026-05-27T02:11:26.385Z
29092026-05-27T02:11:26.385Zinfo: running `cargo check --bins` on trust-quorum-types (101/295)
29102026-05-27T02:11:26.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-05-27T02:11:26.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-05-27T02:11:26.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-05-27T02:11:26.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29142026-05-27T02:11:26.976Z
29152026-05-27T02:11:26.976Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/295)
29162026-05-27T02:11:27.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-05-27T02:11:27.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-05-27T02:11:27.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-05-27T02:11:27.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29202026-05-27T02:11:27.586Z
29212026-05-27T02:11:27.586Zinfo: running `cargo check --bins` on update-engine (103/295)
29222026-05-27T02:11:28.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-05-27T02:11:28.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-05-27T02:11:28.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-05-27T02:11:28.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29262026-05-27T02:11:28.177Z
29272026-05-27T02:11:28.177Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/295)
29282026-05-27T02:11:28.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-05-27T02:11:28.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-05-27T02:11:28.904Z Compiling crucible-workspace-hack v0.1.0
29312026-05-27T02:11:29.023Z Checking secrecy v0.10.3
29322026-05-27T02:11:29.030Z Compiling heapless v0.8.0
29332026-05-27T02:11:29.032Z Compiling toml_datetime v0.7.5+spec-1.1.0
29342026-05-27T02:11:29.044Z Compiling ingot-macros v0.1.1
29352026-05-27T02:11:29.054Z Checking hash32 v0.3.1
29362026-05-27T02:11:29.065Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29372026-05-27T02:11:29.065Z Compiling smoltcp v0.11.0
29382026-05-27T02:11:29.124Z Checking cobs v0.3.0
29392026-05-27T02:11:29.171Z Compiling toml_edit v0.23.10+spec-1.0.0
29402026-05-27T02:11:29.251Z Compiling thiserror-impl-no-std v2.0.2
29412026-05-27T02:11:29.265Z Checking universal-hash v0.5.1
29422026-05-27T02:11:29.289Z Checking half v2.7.1
29432026-05-27T02:11:29.313Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29442026-05-27T02:11:29.397Z Checking ciborium-io v0.2.2
29452026-05-27T02:11:29.431Z Checking opaque-debug v0.3.1
29462026-05-27T02:11:29.490Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29472026-05-27T02:11:29.523Z Checking postcard v1.1.3
29482026-05-27T02:11:29.535Z Checking poly1305 v0.8.0
29492026-05-27T02:11:29.548Z Checking ciborium-ll v0.2.2
29502026-05-27T02:11:29.729Z Compiling proc-macro-crate v3.4.0
29512026-05-27T02:11:29.795Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29522026-05-27T02:11:29.816Z Checking password-hash v0.5.0
29532026-05-27T02:11:29.913Z Checking chacha20 v0.9.1
29542026-05-27T02:11:30.043Z Compiling proc-macro-crate v1.3.1
29552026-05-27T02:11:30.068Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
29562026-05-27T02:11:30.108Z Checking blake2 v0.10.6
29572026-05-27T02:11:30.245Z Checking aead v0.5.2
29582026-05-27T02:11:30.281Z Compiling num_enum_derive v0.7.5
29592026-05-27T02:11:30.302Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29602026-05-27T02:11:30.343Z Compiling foreign-types-macros v0.2.3
29612026-05-27T02:11:30.385Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29622026-05-27T02:11:30.430Z Checking thiserror-no-std v2.0.2
29632026-05-27T02:11:30.460Z Checking cpufeatures v0.3.0
29642026-05-27T02:11:30.506Z Checking foreign-types-shared v0.3.1
29652026-05-27T02:11:30.519Z Checking vsss-rs v3.3.4
29662026-05-27T02:11:30.533Z Checking chacha20 v0.10.0
29672026-05-27T02:11:30.597Z Compiling num_enum_derive v0.5.11
29682026-05-27T02:11:30.623Z Checking chacha20poly1305 v0.10.1
29692026-05-27T02:11:30.745Z Checking argon2 v0.5.3
29702026-05-27T02:11:30.759Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
29712026-05-27T02:11:30.927Z Checking foreign-types v0.5.0
29722026-05-27T02:11:31.008Z Checking ciborium v0.2.2
29732026-05-27T02:11:31.133Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29742026-05-27T02:11:31.196Z Checking tabwriter v1.4.1
29752026-05-27T02:11:31.323Z Checking num_enum v0.7.5
29762026-05-27T02:11:31.338Z Checking byte-wrapper v0.1.0
29772026-05-27T02:11:31.413Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29782026-05-27T02:11:31.427Z Checking cstr-argument v0.1.2
29792026-05-27T02:11:31.440Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29802026-05-27T02:11:31.546Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29812026-05-27T02:11:31.560Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29822026-05-27T02:11:31.615Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29832026-05-27T02:11:31.629Z Checking num_enum v0.5.11
29842026-05-27T02:11:31.748Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29852026-05-27T02:11:31.765Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29862026-05-27T02:11:31.841Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29872026-05-27T02:11:31.876Z Checking ingot-types v0.1.2
29882026-05-27T02:11:31.890Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29892026-05-27T02:11:31.914Z Checking rand v0.10.0
29902026-05-27T02:11:31.930Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29912026-05-27T02:11:31.946Z Checking colored v3.1.1
29922026-05-27T02:11:33.089Z Checking indent_write v2.2.0
29932026-05-27T02:11:33.093Z Compiling zone_cfg_derive v0.3.1
29942026-05-27T02:11:33.093Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29952026-05-27T02:11:33.093Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
29962026-05-27T02:11:33.093Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
29972026-05-27T02:11:33.093Z Checking ingot v0.1.1
29982026-05-27T02:11:33.093Z Checking itertools v0.12.1
29992026-05-27T02:11:33.093Z Compiling num-derive v0.4.2
30002026-05-27T02:11:33.093Z Checking swrite v0.1.0
30012026-05-27T02:11:33.093Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30022026-05-27T02:11:33.093Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30032026-05-27T02:11:33.093Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30042026-05-27T02:11:33.093Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30052026-05-27T02:11:33.093Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30062026-05-27T02:11:33.093Z Checking dropshot-api-manager-types v0.7.2
30072026-05-27T02:11:33.093Z Checking smf v0.2.3
30082026-05-27T02:11:33.093Z Checking nanorand v0.7.0
30092026-05-27T02:11:33.093Z Checking whoami v1.6.1
30102026-05-27T02:11:33.093Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30112026-05-27T02:11:33.093Z Checking flume v0.11.1
30122026-05-27T02:11:33.222Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30132026-05-27T02:11:33.239Z Checking zone v0.3.1
30142026-05-27T02:11:33.770Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30152026-05-27T02:11:34.735Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30162026-05-27T02:11:35.627Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30172026-05-27T02:11:38.781Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30182026-05-27T02:11:40.814Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30192026-05-27T02:11:41.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.74s
30202026-05-27T02:11:42.114Z
30212026-05-27T02:11:42.114Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/295)
30222026-05-27T02:11:42.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30232026-05-27T02:11:42.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30242026-05-27T02:11:42.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30252026-05-27T02:11:42.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30262026-05-27T02:11:42.711Z
30272026-05-27T02:11:42.711Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/295)
30282026-05-27T02:11:43.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292026-05-27T02:11:43.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302026-05-27T02:11:43.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30312026-05-27T02:11:43.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30322026-05-27T02:11:43.310Z
30332026-05-27T02:11:43.310Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/295)
30342026-05-27T02:11:43.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-05-27T02:11:43.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-05-27T02:11:43.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372026-05-27T02:11:43.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30382026-05-27T02:11:43.923Z
30392026-05-27T02:11:43.923Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/295)
30402026-05-27T02:11:44.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-05-27T02:11:44.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-05-27T02:11:44.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-05-27T02:11:44.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30442026-05-27T02:11:44.523Z
30452026-05-27T02:11:44.523Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/295)
30462026-05-27T02:11:45.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-05-27T02:11:45.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-05-27T02:11:45.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-05-27T02:11:45.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30502026-05-27T02:11:45.114Z
30512026-05-27T02:11:45.114Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/295)
30522026-05-27T02:11:45.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-05-27T02:11:45.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-05-27T02:11:45.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-05-27T02:11:45.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30562026-05-27T02:11:45.710Z
30572026-05-27T02:11:45.710Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/295)
30582026-05-27T02:11:46.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-05-27T02:11:46.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-05-27T02:11:46.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-05-27T02:11:46.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30622026-05-27T02:11:46.312Z
30632026-05-27T02:11:46.312Zinfo: running `cargo check --bins` on cockroach-admin-client (112/295)
30642026-05-27T02:11:46.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-05-27T02:11:46.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-05-27T02:11:46.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-05-27T02:11:46.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30682026-05-27T02:11:46.898Z
30692026-05-27T02:11:46.898Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/295)
30702026-05-27T02:11:47.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-05-27T02:11:47.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-05-27T02:11:47.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-05-27T02:11:47.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30742026-05-27T02:11:47.492Z
30752026-05-27T02:11:47.492Zinfo: running `cargo check --bins` on dns-service-client (114/295)
30762026-05-27T02:11:47.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-05-27T02:11:47.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-05-27T02:11:47.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-05-27T02:11:48.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30802026-05-27T02:11:48.091Z
30812026-05-27T02:11:48.092Zinfo: running `cargo check --bins` on installinator-client (115/295)
30822026-05-27T02:11:48.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-05-27T02:11:48.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-05-27T02:11:48.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-05-27T02:11:48.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30862026-05-27T02:11:48.693Z
30872026-05-27T02:11:48.693Zinfo: running `cargo check --bins` on nexus-client (116/295)
30882026-05-27T02:11:49.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-05-27T02:11:49.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-05-27T02:11:49.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-05-27T02:11:49.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30922026-05-27T02:11:49.329Z
30932026-05-27T02:11:49.329Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/295)
30942026-05-27T02:11:49.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-05-27T02:11:49.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-05-27T02:11:49.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-05-27T02:11:49.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30982026-05-27T02:11:49.959Z
30992026-05-27T02:11:49.959Zinfo: running `cargo check --bins` on ntp-admin-client (118/295)
31002026-05-27T02:11:50.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-05-27T02:11:50.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-05-27T02:11:50.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-05-27T02:11:50.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31042026-05-27T02:11:50.541Z
31052026-05-27T02:11:50.541Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/295)
31062026-05-27T02:11:51.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-05-27T02:11:51.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-05-27T02:11:51.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-05-27T02:11:51.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31102026-05-27T02:11:51.128Z
31112026-05-27T02:11:51.128Zinfo: running `cargo check --bins` on oxide-client (120/295)
31122026-05-27T02:11:51.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-05-27T02:11:51.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-05-27T02:11:51.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-05-27T02:11:51.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31162026-05-27T02:11:51.715Z
31172026-05-27T02:11:51.715Zinfo: running `cargo check --bins` on oximeter-client (121/295)
31182026-05-27T02:11:52.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-05-27T02:11:52.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-05-27T02:11:52.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-05-27T02:11:52.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31222026-05-27T02:11:52.309Z
31232026-05-27T02:11:52.309Zinfo: running `cargo check --bins` on repo-depot-client (122/295)
31242026-05-27T02:11:52.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-05-27T02:11:52.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-05-27T02:11:52.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-05-27T02:11:52.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31282026-05-27T02:11:52.893Z
31292026-05-27T02:11:52.893Zinfo: running `cargo check --bins` on sled-agent-client (123/295)
31302026-05-27T02:11:53.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-05-27T02:11:53.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-05-27T02:11:53.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-05-27T02:11:53.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31342026-05-27T02:11:53.504Z
31352026-05-27T02:11:53.504Zinfo: running `cargo check --bins` on wicketd-client (124/295)
31362026-05-27T02:11:54.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-05-27T02:11:54.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-05-27T02:11:54.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-05-27T02:11:54.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31402026-05-27T02:11:54.128Z
31412026-05-27T02:11:54.128Zinfo: running `cargo check --bins` on installinator-common (125/295)
31422026-05-27T02:11:54.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-05-27T02:11:54.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-05-27T02:11:54.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-05-27T02:11:54.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31462026-05-27T02:11:54.740Z
31472026-05-27T02:11:54.740Zinfo: running `cargo check --bins` on installinator-common-versions (126/295)
31482026-05-27T02:11:55.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-05-27T02:11:55.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-05-27T02:11:55.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-05-27T02:11:55.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31522026-05-27T02:11:55.320Z
31532026-05-27T02:11:55.320Zinfo: running `cargo check --bins` on wicket-common (127/295)
31542026-05-27T02:11:55.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-05-27T02:11:55.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-05-27T02:11:55.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-05-27T02:11:55.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31582026-05-27T02:11:55.929Z
31592026-05-27T02:11:55.929Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/295)
31602026-05-27T02:11:56.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-05-27T02:11:56.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-05-27T02:11:56.625Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31632026-05-27T02:11:56.742Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31642026-05-27T02:11:56.749Z Checking csv-core v0.1.13
31652026-05-27T02:11:56.757Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31662026-05-27T02:11:56.760Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31672026-05-27T02:11:56.760Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31682026-05-27T02:11:56.785Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31692026-05-27T02:11:56.797Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31702026-05-27T02:11:56.907Z Checking csv v1.4.0
31712026-05-27T02:11:56.938Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31722026-05-27T02:11:56.967Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31732026-05-27T02:11:56.994Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31742026-05-27T02:11:57.010Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31752026-05-27T02:11:57.243Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31762026-05-27T02:11:57.603Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31772026-05-27T02:11:57.603Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31782026-05-27T02:11:57.941Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31792026-05-27T02:12:03.778Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31802026-05-27T02:12:04.313Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31812026-05-27T02:12:06.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.72s
31822026-05-27T02:12:06.846Z
31832026-05-27T02:12:06.846Zinfo: running `cargo check --bins` on cockroach-admin-api (129/295)
31842026-05-27T02:12:07.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31852026-05-27T02:12:07.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31862026-05-27T02:12:07.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31872026-05-27T02:12:07.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31882026-05-27T02:12:07.440Z
31892026-05-27T02:12:07.440Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/295)
31902026-05-27T02:12:08.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31912026-05-27T02:12:08.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31922026-05-27T02:12:08.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31932026-05-27T02:12:08.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31942026-05-27T02:12:08.126Z
31952026-05-27T02:12:08.126Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/295)
31962026-05-27T02:12:08.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31972026-05-27T02:12:08.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31982026-05-27T02:12:08.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31992026-05-27T02:12:08.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32002026-05-27T02:12:08.813Z
32012026-05-27T02:12:08.813Zinfo: running `cargo check --bins` on gateway-test-utils (132/295)
32022026-05-27T02:12:09.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032026-05-27T02:12:09.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042026-05-27T02:12:09.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052026-05-27T02:12:09.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32062026-05-27T02:12:09.462Z
32072026-05-27T02:12:09.462Zinfo: running `cargo check --bins` on omicron-gateway (133/295)
32082026-05-27T02:12:09.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-05-27T02:12:10.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-05-27T02:12:10.218Z Compiling regress v0.11.1
32112026-05-27T02:12:10.358Z Compiling unsafe-libyaml v0.2.11
32122026-05-27T02:12:10.371Z Compiling semver v0.1.20
32132026-05-27T02:12:10.374Z Compiling radium v0.7.0
32142026-05-27T02:12:10.396Z Compiling maybe-uninit v2.0.0
32152026-05-27T02:12:10.399Z Checking tap v1.0.1
32162026-05-27T02:12:10.422Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32172026-05-27T02:12:10.509Z Checking wyz v0.5.1
32182026-05-27T02:12:10.644Z Compiling rustc_version v0.1.7
32192026-05-27T02:12:10.688Z Checking progenitor-client v0.13.0
32202026-05-27T02:12:10.708Z Compiling zerocopy-derive v0.6.6
32212026-05-27T02:12:10.843Z Compiling owo-colors v4.3.0
32222026-05-27T02:12:10.863Z Compiling newtype_derive v0.1.6
32232026-05-27T02:12:10.913Z Compiling serde_yaml v0.9.34+deprecated
32242026-05-27T02:12:11.050Z Checking funty v2.0.0
32252026-05-27T02:12:11.090Z Compiling cancel-safe-futures v0.1.5
32262026-05-27T02:12:11.159Z Checking crc-catalog v2.4.0
32272026-05-27T02:12:11.260Z Compiling packed_struct v0.10.1
32282026-05-27T02:12:11.356Z Checking crc v3.4.0
32292026-05-27T02:12:11.378Z Checking bitvec v1.0.1
32302026-05-27T02:12:11.567Z Checking zerocopy v0.6.6
32312026-05-27T02:12:11.604Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32322026-05-27T02:12:11.659Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32332026-05-27T02:12:11.794Z Checking typify-impl v0.6.2
32342026-05-27T02:12:11.908Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32352026-05-27T02:12:11.997Z Compiling packed_struct_codegen v0.10.1
32362026-05-27T02:12:12.145Z Checking libsw-core v0.3.2
32372026-05-27T02:12:12.166Z Compiling bitfield-macros v0.19.4
32382026-05-27T02:12:12.295Z Compiling indexmap v1.9.3
32392026-05-27T02:12:12.360Z Checking nodrop v0.1.14
32402026-05-27T02:12:12.455Z Checking array-init v0.0.4
32412026-05-27T02:12:12.513Z Checking libsw v3.5.0
32422026-05-27T02:12:12.668Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32432026-05-27T02:12:12.684Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32442026-05-27T02:12:12.763Z Checking smallvec v0.6.14
32452026-05-27T02:12:12.882Z Checking bitfield v0.19.4
32462026-05-27T02:12:12.944Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32472026-05-27T02:12:13.072Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32482026-05-27T02:12:13.162Z Checking tagptr v0.2.0
32492026-05-27T02:12:13.201Z Checking hashbrown v0.12.3
32502026-05-27T02:12:13.217Z Checking smawk v0.3.2
32512026-05-27T02:12:13.301Z Checking base64 v0.21.7
32522026-05-27T02:12:13.347Z Checking linear-map v1.2.0
32532026-05-27T02:12:13.364Z Checking unicode-linebreak v0.1.5
32542026-05-27T02:12:13.521Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32552026-05-27T02:12:13.534Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32562026-05-27T02:12:13.547Z Checking ron v0.8.1
32572026-05-27T02:12:13.573Z Checking moka v0.12.13
32582026-05-27T02:12:13.588Z Checking textwrap v0.16.2
32592026-05-27T02:12:13.687Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32602026-05-27T02:12:13.803Z Checking serde-hex v0.1.0
32612026-05-27T02:12:13.933Z Checking steno v0.4.1
32622026-05-27T02:12:14.059Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32632026-05-27T02:12:14.143Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32642026-05-27T02:12:14.205Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32652026-05-27T02:12:14.222Z Checking hashbrown v0.13.2
32662026-05-27T02:12:14.495Z Checking crc-any v2.5.0
32672026-05-27T02:12:14.657Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32682026-05-27T02:12:14.708Z Checking object v0.30.4
32692026-05-27T02:12:14.803Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32702026-05-27T02:12:14.831Z Checking hickory-resolver v0.25.2
32712026-05-27T02:12:14.873Z Checking half v1.8.3
32722026-05-27T02:12:14.973Z Checking path-slash v0.1.5
32732026-05-27T02:12:14.988Z Checking utf-8 v0.7.6
32742026-05-27T02:12:15.077Z Checking void v1.0.2
32752026-05-27T02:12:15.092Z Checking serde_cbor v0.11.2
32762026-05-27T02:12:15.123Z Checking tungstenite v0.23.0
32772026-05-27T02:12:15.184Z Checking lzss v0.8.2
32782026-05-27T02:12:15.370Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32792026-05-27T02:12:15.454Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32802026-05-27T02:12:15.471Z Checking nix v0.27.1
32812026-05-27T02:12:15.533Z Checking kstat-rs v0.2.4
32822026-05-27T02:12:15.549Z Checking fxhash v0.2.1
32832026-05-27T02:12:15.552Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32842026-05-27T02:12:15.669Z Checking serde_bytes v0.11.19
32852026-05-27T02:12:15.688Z Checking tokio-tungstenite v0.23.1
32862026-05-27T02:12:15.722Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32872026-05-27T02:12:15.841Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32882026-05-27T02:12:15.946Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32892026-05-27T02:12:15.971Z Checking signal-hook-tokio v0.3.1
32902026-05-27T02:12:16.276Z Compiling typify-macro v0.6.2
32912026-05-27T02:12:17.115Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32922026-05-27T02:12:17.414Z Compiling typify v0.6.2
32932026-05-27T02:12:17.499Z Compiling progenitor-impl v0.13.0
32942026-05-27T02:12:17.499Z Compiling progenitor-impl v0.14.0
32952026-05-27T02:12:18.020Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
32962026-05-27T02:12:18.340Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
32972026-05-27T02:12:19.079Z Compiling progenitor-macro v0.13.0
32982026-05-27T02:12:19.116Z Compiling progenitor-macro v0.14.0
32992026-05-27T02:12:21.491Z Checking progenitor v0.13.0
33002026-05-27T02:12:21.625Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33012026-05-27T02:12:21.782Z Checking progenitor v0.14.0
33022026-05-27T02:12:21.898Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33032026-05-27T02:12:24.645Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33042026-05-27T02:12:32.266Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33052026-05-27T02:12:38.593Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33062026-05-27T02:12:39.977Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33072026-05-27T02:12:40.489Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33082026-05-27T02:12:42.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.12s
33092026-05-27T02:12:42.781Z
33102026-05-27T02:12:42.781Zinfo: running `cargo check --bins` on gateway-api (134/295)
33112026-05-27T02:12:43.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33122026-05-27T02:12:43.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33132026-05-27T02:12:43.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33142026-05-27T02:12:43.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33152026-05-27T02:12:43.381Z
33162026-05-27T02:12:43.381Zinfo: running `cargo check --bins` on ipcc (135/295)
33172026-05-27T02:12:43.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182026-05-27T02:12:43.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192026-05-27T02:12:43.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33202026-05-27T02:12:43.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33212026-05-27T02:12:43.979Z
33222026-05-27T02:12:43.979Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/295)
33232026-05-27T02:12:44.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242026-05-27T02:12:44.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252026-05-27T02:12:44.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262026-05-27T02:12:44.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33272026-05-27T02:12:44.560Z
33282026-05-27T02:12:44.560Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/295)
33292026-05-27T02:12:45.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-05-27T02:12:45.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-05-27T02:12:45.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-05-27T02:12:45.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33332026-05-27T02:12:45.173Z
33342026-05-27T02:12:45.173Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/295)
33352026-05-27T02:12:45.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-05-27T02:12:45.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-05-27T02:12:45.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-05-27T02:12:45.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33392026-05-27T02:12:45.772Z
33402026-05-27T02:12:45.772Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/295)
33412026-05-27T02:12:46.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-05-27T02:12:46.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-05-27T02:12:46.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-05-27T02:12:46.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33452026-05-27T02:12:46.373Z
33462026-05-27T02:12:46.373Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/295)
33472026-05-27T02:12:46.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-05-27T02:12:46.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-05-27T02:12:46.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-05-27T02:12:46.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33512026-05-27T02:12:46.972Z
33522026-05-27T02:12:46.972Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/295)
33532026-05-27T02:12:47.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-05-27T02:12:47.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-05-27T02:12:47.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-05-27T02:12:47.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33572026-05-27T02:12:47.591Z
33582026-05-27T02:12:47.591Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/295)
33592026-05-27T02:12:48.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-05-27T02:12:48.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-05-27T02:12:48.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-05-27T02:12:48.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33632026-05-27T02:12:48.188Z
33642026-05-27T02:12:48.189Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/295)
33652026-05-27T02:12:48.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-05-27T02:12:48.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-05-27T02:12:48.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-05-27T02:12:48.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33692026-05-27T02:12:48.786Z
33702026-05-27T02:12:48.786Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/295)
33712026-05-27T02:12:49.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-05-27T02:12:49.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-05-27T02:12:49.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-05-27T02:12:49.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33752026-05-27T02:12:49.384Z
33762026-05-27T02:12:49.384Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/295)
33772026-05-27T02:12:49.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-05-27T02:12:49.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-05-27T02:12:49.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-05-27T02:12:49.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33812026-05-27T02:12:49.983Z
33822026-05-27T02:12:49.983Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/295)
33832026-05-27T02:12:50.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-05-27T02:12:50.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-05-27T02:12:50.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-05-27T02:12:50.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33872026-05-27T02:12:50.582Z
33882026-05-27T02:12:50.582Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/295)
33892026-05-27T02:12:51.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-05-27T02:12:51.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-05-27T02:12:51.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-05-27T02:12:51.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33932026-05-27T02:12:51.188Z
33942026-05-27T02:12:51.188Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/295)
33952026-05-27T02:12:51.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-05-27T02:12:51.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-05-27T02:12:51.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-05-27T02:12:51.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33992026-05-27T02:12:51.816Z
34002026-05-27T02:12:51.816Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/295)
34012026-05-27T02:12:52.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-05-27T02:12:52.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-05-27T02:12:52.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-05-27T02:12:52.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34052026-05-27T02:12:52.433Z
34062026-05-27T02:12:52.433Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/295)
34072026-05-27T02:12:52.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-05-27T02:12:52.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-05-27T02:12:52.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-05-27T02:12:52.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34112026-05-27T02:12:53.057Z
34122026-05-27T02:12:53.058Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/295)
34132026-05-27T02:12:53.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-05-27T02:12:53.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-05-27T02:12:53.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-05-27T02:12:53.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34172026-05-27T02:12:53.679Z
34182026-05-27T02:12:53.679Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/295)
34192026-05-27T02:12:54.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-05-27T02:12:54.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-05-27T02:12:54.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-05-27T02:12:54.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34232026-05-27T02:12:54.301Z
34242026-05-27T02:12:54.301Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/295)
34252026-05-27T02:12:54.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-05-27T02:12:54.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-05-27T02:12:54.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-05-27T02:12:54.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34292026-05-27T02:12:54.917Z
34302026-05-27T02:12:54.918Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/295)
34312026-05-27T02:12:55.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-05-27T02:12:55.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-05-27T02:12:55.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-05-27T02:12:55.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34352026-05-27T02:12:55.538Z
34362026-05-27T02:12:55.538Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/295)
34372026-05-27T02:12:56.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-05-27T02:12:56.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-05-27T02:12:56.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-05-27T02:12:56.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34412026-05-27T02:12:56.162Z
34422026-05-27T02:12:56.162Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/295)
34432026-05-27T02:12:56.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-05-27T02:12:56.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-05-27T02:12:56.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-05-27T02:12:56.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34472026-05-27T02:12:56.788Z
34482026-05-27T02:12:56.788Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/295)
34492026-05-27T02:12:57.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-05-27T02:12:57.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-05-27T02:12:57.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-05-27T02:12:57.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34532026-05-27T02:12:57.412Z
34542026-05-27T02:12:57.413Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/295)
34552026-05-27T02:12:57.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-05-27T02:12:57.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-05-27T02:12:57.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-05-27T02:12:57.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34592026-05-27T02:12:58.017Z
34602026-05-27T02:12:58.017Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/295)
34612026-05-27T02:12:58.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-05-27T02:12:58.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-05-27T02:12:58.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-05-27T02:12:58.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34652026-05-27T02:12:58.620Z
34662026-05-27T02:12:58.620Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/295)
34672026-05-27T02:12:59.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-05-27T02:12:59.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-05-27T02:12:59.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-05-27T02:12:59.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34712026-05-27T02:12:59.225Z
34722026-05-27T02:12:59.226Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/295)
34732026-05-27T02:12:59.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-05-27T02:12:59.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-05-27T02:12:59.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-05-27T02:12:59.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34772026-05-27T02:12:59.819Z
34782026-05-27T02:12:59.819Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/295)
34792026-05-27T02:13:00.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-05-27T02:13:00.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-05-27T02:13:00.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-05-27T02:13:00.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34832026-05-27T02:13:00.422Z
34842026-05-27T02:13:00.422Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/295)
34852026-05-27T02:13:00.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-05-27T02:13:00.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-05-27T02:13:00.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-05-27T02:13:00.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34892026-05-27T02:13:01.028Z
34902026-05-27T02:13:01.028Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/295)
34912026-05-27T02:13:01.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-05-27T02:13:01.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-05-27T02:13:01.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-05-27T02:13:01.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34952026-05-27T02:13:01.635Z
34962026-05-27T02:13:01.635Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/295)
34972026-05-27T02:13:02.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-05-27T02:13:02.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-05-27T02:13:02.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-05-27T02:13:02.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35012026-05-27T02:13:02.236Z
35022026-05-27T02:13:02.236Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/295)
35032026-05-27T02:13:02.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-05-27T02:13:02.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-05-27T02:13:02.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-05-27T02:13:02.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35072026-05-27T02:13:02.862Z
35082026-05-27T02:13:02.862Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/295)
35092026-05-27T02:13:03.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-05-27T02:13:03.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-05-27T02:13:03.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-05-27T02:13:03.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35132026-05-27T02:13:03.485Z
35142026-05-27T02:13:03.485Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/295)
35152026-05-27T02:13:04.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-05-27T02:13:04.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-05-27T02:13:04.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-05-27T02:13:04.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35192026-05-27T02:13:04.108Z
35202026-05-27T02:13:04.108Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/295)
35212026-05-27T02:13:04.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-05-27T02:13:04.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-05-27T02:13:04.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-05-27T02:13:04.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35252026-05-27T02:13:04.733Z
35262026-05-27T02:13:04.733Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/295)
35272026-05-27T02:13:05.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-05-27T02:13:05.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-05-27T02:13:05.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-05-27T02:13:05.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35312026-05-27T02:13:05.352Z
35322026-05-27T02:13:05.352Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/295)
35332026-05-27T02:13:05.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-05-27T02:13:05.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-05-27T02:13:05.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-05-27T02:13:05.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35372026-05-27T02:13:05.970Z
35382026-05-27T02:13:05.970Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/295)
35392026-05-27T02:13:06.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-05-27T02:13:06.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-05-27T02:13:06.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-05-27T02:13:06.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35432026-05-27T02:13:06.582Z
35442026-05-27T02:13:06.582Zinfo: running `cargo check --bins` on oximeter-producer (173/295)
35452026-05-27T02:13:07.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-05-27T02:13:07.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-05-27T02:13:07.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-05-27T02:13:07.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35492026-05-27T02:13:07.216Z
35502026-05-27T02:13:07.216Zinfo: running `cargo check --bins` on internal-dns-resolver (174/295)
35512026-05-27T02:13:07.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-05-27T02:13:07.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-05-27T02:13:07.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-05-27T02:13:07.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35552026-05-27T02:13:07.819Z
35562026-05-27T02:13:07.819Zinfo: running `cargo check --bins` on dns-server (175/295)
35572026-05-27T02:13:08.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-05-27T02:13:08.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-05-27T02:13:08.474Z Compiling parking_lot_core v0.8.6
35602026-05-27T02:13:08.474Z Compiling atomicwrites v0.4.4
35612026-05-27T02:13:08.478Z Compiling git-stub v1.0.0
35622026-05-27T02:13:08.478Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35632026-05-27T02:13:08.606Z Checking prefix-trie v0.7.0
35642026-05-27T02:13:08.725Z Compiling git-stub-vcs v0.1.0
35652026-05-27T02:13:08.896Z Checking hickory-server v0.25.2
35662026-05-27T02:13:08.985Z Checking parking_lot v0.11.2
35672026-05-27T02:13:08.998Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35682026-05-27T02:13:09.064Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35692026-05-27T02:13:09.064Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35702026-05-27T02:13:09.154Z Checking sled v0.34.7
35712026-05-27T02:13:11.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
35722026-05-27T02:13:11.235Z
35732026-05-27T02:13:11.235Zinfo: running `cargo check --bins` on dns-server-api (176/295)
35742026-05-27T02:13:11.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-05-27T02:13:11.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-05-27T02:13:11.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-05-27T02:13:11.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35782026-05-27T02:13:11.837Z
35792026-05-27T02:13:11.837Zinfo: running `cargo check --bins` on oximeter-producer-api (177/295)
35802026-05-27T02:13:12.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-05-27T02:13:12.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-05-27T02:13:12.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-05-27T02:13:12.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35842026-05-27T02:13:12.439Z
35852026-05-27T02:13:12.439Zinfo: running `cargo check --bins` on sp-sim (178/295)
35862026-05-27T02:13:12.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-05-27T02:13:12.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-05-27T02:13:13.168Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35892026-05-27T02:13:14.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s
35902026-05-27T02:13:15.133Z
35912026-05-27T02:13:15.133Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/295)
35922026-05-27T02:13:15.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-05-27T02:13:15.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-05-27T02:13:15.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-05-27T02:13:15.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35962026-05-27T02:13:15.789Z
35972026-05-27T02:13:15.789Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/295)
35982026-05-27T02:13:16.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-05-27T02:13:16.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-05-27T02:13:16.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-05-27T02:13:16.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36022026-05-27T02:13:16.445Z
36032026-05-27T02:13:16.445Zinfo: running `cargo check --bins` on db-macros (181/295)
36042026-05-27T02:13:16.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-05-27T02:13:16.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-05-27T02:13:16.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-05-27T02:13:16.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36082026-05-27T02:13:17.034Z
36092026-05-27T02:13:17.034Zinfo: running `cargo check --bins` on nexus-macros-common (182/295)
36102026-05-27T02:13:17.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-05-27T02:13:17.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-05-27T02:13:17.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36132026-05-27T02:13:17.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36142026-05-27T02:13:17.625Z
36152026-05-27T02:13:17.625Zinfo: running `cargo check --bins` on nexus-auth (183/295)
36162026-05-27T02:13:18.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-05-27T02:13:18.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-05-27T02:13:18.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-05-27T02:13:18.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36202026-05-27T02:13:18.279Z
36212026-05-27T02:13:18.279Zinfo: running `cargo check --bins` on authz-macros (184/295)
36222026-05-27T02:13:18.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-05-27T02:13:18.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-05-27T02:13:18.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252026-05-27T02:13:18.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36262026-05-27T02:13:18.868Z
36272026-05-27T02:13:18.868Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/295)
36282026-05-27T02:13:19.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292026-05-27T02:13:19.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302026-05-27T02:13:19.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36312026-05-27T02:13:19.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36322026-05-27T02:13:19.506Z
36332026-05-27T02:13:19.506Zinfo: running `cargo check --bins` on nexus-db-model (186/295)
36342026-05-27T02:13:20.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36352026-05-27T02:13:20.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36362026-05-27T02:13:20.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36372026-05-27T02:13:20.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36382026-05-27T02:13:20.145Z
36392026-05-27T02:13:20.145Zinfo: running `cargo check --bins` on nexus-db-schema (187/295)
36402026-05-27T02:13:20.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36412026-05-27T02:13:20.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36422026-05-27T02:13:20.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36432026-05-27T02:13:20.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36442026-05-27T02:13:20.732Z
36452026-05-27T02:13:20.732Zinfo: running `cargo check --bins` on omicron-rpaths (188/295)
36462026-05-27T02:13:21.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36472026-05-27T02:13:21.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36482026-05-27T02:13:21.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36492026-05-27T02:13:21.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36502026-05-27T02:13:21.324Z
36512026-05-27T02:13:21.324Zinfo: running `cargo check --bins` on nexus-defaults (189/295)
36522026-05-27T02:13:21.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36532026-05-27T02:13:21.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36542026-05-27T02:13:21.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36552026-05-27T02:13:21.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36562026-05-27T02:13:21.928Z
36572026-05-27T02:13:21.928Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/295)
36582026-05-27T02:13:22.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36592026-05-27T02:13:22.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36602026-05-27T02:13:22.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36612026-05-27T02:13:22.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36622026-05-27T02:13:22.516Z
36632026-05-27T02:13:22.516Zinfo: running `cargo check --bins` on parallel-task-set (191/295)
36642026-05-27T02:13:23.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36652026-05-27T02:13:23.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36662026-05-27T02:13:23.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36672026-05-27T02:13:23.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36682026-05-27T02:13:23.101Z
36692026-05-27T02:13:23.102Zinfo: running `cargo check --bins` on nexus-db-errors (192/295)
36702026-05-27T02:13:23.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36712026-05-27T02:13:23.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36722026-05-27T02:13:23.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36732026-05-27T02:13:23.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36742026-05-27T02:13:23.758Z
36752026-05-27T02:13:23.758Zinfo: running `cargo check --bins` on nexus-db-lookup (193/295)
36762026-05-27T02:13:24.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36772026-05-27T02:13:24.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36782026-05-27T02:13:24.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36792026-05-27T02:13:24.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36802026-05-27T02:13:24.414Z
36812026-05-27T02:13:24.414Zinfo: running `cargo check --bins` on nexus-inventory (194/295)
36822026-05-27T02:13:24.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36832026-05-27T02:13:24.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36842026-05-27T02:13:24.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36852026-05-27T02:13:24.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36862026-05-27T02:13:25.066Z
36872026-05-27T02:13:25.066Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (195/295)
36882026-05-27T02:13:25.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36892026-05-27T02:13:25.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36902026-05-27T02:13:25.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36912026-05-27T02:13:25.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36922026-05-27T02:13:25.694Z
36932026-05-27T02:13:25.694Zinfo: running `cargo check --bins --no-default-features` on sled-storage (196/295)
36942026-05-27T02:13:26.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36952026-05-27T02:13:26.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36962026-05-27T02:13:26.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36972026-05-27T02:13:26.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36982026-05-27T02:13:26.319Z
36992026-05-27T02:13:26.319Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (197/295)
37002026-05-27T02:13:26.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37012026-05-27T02:13:26.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37022026-05-27T02:13:26.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37032026-05-27T02:13:26.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37042026-05-27T02:13:26.946Z
37052026-05-27T02:13:26.946Zinfo: running `cargo check --bins` on key-manager (198/295)
37062026-05-27T02:13:27.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37072026-05-27T02:13:27.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37082026-05-27T02:13:27.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37092026-05-27T02:13:27.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37102026-05-27T02:13:27.550Z
37112026-05-27T02:13:27.550Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (199/295)
37122026-05-27T02:13:28.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37132026-05-27T02:13:28.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37142026-05-27T02:13:28.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37152026-05-27T02:13:28.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37162026-05-27T02:13:28.173Z
37172026-05-27T02:13:28.173Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (200/295)
37182026-05-27T02:13:28.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37192026-05-27T02:13:28.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37202026-05-27T02:13:28.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37212026-05-27T02:13:28.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37222026-05-27T02:13:28.796Z
37232026-05-27T02:13:28.796Zinfo: running `cargo check --bins` on typed-rng (201/295)
37242026-05-27T02:13:29.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37252026-05-27T02:13:29.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37262026-05-27T02:13:29.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37272026-05-27T02:13:29.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37282026-05-27T02:13:29.392Z
37292026-05-27T02:13:29.392Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/295)
37302026-05-27T02:13:29.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37312026-05-27T02:13:29.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37322026-05-27T02:13:30.263Z Compiling libefi-sys v0.1.0
37332026-05-27T02:13:30.266Z Compiling bitfield-struct v0.6.2
37342026-05-27T02:13:30.408Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37352026-05-27T02:13:30.417Z Compiling xshell-macros v0.2.7
37362026-05-27T02:13:30.435Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37372026-05-27T02:13:30.444Z Compiling typify-impl v0.4.3
37382026-05-27T02:13:30.447Z Compiling salty v0.3.0
37392026-05-27T02:13:30.447Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37402026-05-27T02:13:30.536Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37412026-05-27T02:13:30.614Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37422026-05-27T02:13:30.748Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37432026-05-27T02:13:30.803Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37442026-05-27T02:13:30.823Z Checking xshell v0.2.7
37452026-05-27T02:13:30.994Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37462026-05-27T02:13:31.009Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37472026-05-27T02:13:31.023Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37482026-05-27T02:13:31.026Z Checking primeorder v0.13.6
37492026-05-27T02:13:31.140Z Compiling proc-macro-error-attr2 v2.0.0
37502026-05-27T02:13:31.158Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37512026-05-27T02:13:31.242Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37522026-05-27T02:13:31.259Z Checking tungstenite v0.21.0
37532026-05-27T02:13:31.367Z Checking p384 v0.13.1
37542026-05-27T02:13:31.424Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37552026-05-27T02:13:31.474Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37562026-05-27T02:13:31.533Z Compiling proc-macro-error2 v2.0.1
37572026-05-27T02:13:31.850Z Compiling num-derive v0.3.3
37582026-05-27T02:13:32.014Z Compiling tabled_derive v0.11.0
37592026-05-27T02:13:32.073Z Checking tokio-tungstenite v0.21.0
37602026-05-27T02:13:32.318Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37612026-05-27T02:13:32.358Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37622026-05-27T02:13:32.635Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37632026-05-27T02:13:32.755Z Checking libscf-sys v1.1.0
37642026-05-27T02:13:32.940Z Checking papergrid v0.17.0
37652026-05-27T02:13:32.998Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37662026-05-27T02:13:33.029Z Checking testing_table v0.3.0
37672026-05-27T02:13:33.128Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37682026-05-27T02:13:33.175Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37692026-05-27T02:13:33.246Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37702026-05-27T02:13:33.457Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37712026-05-27T02:13:33.473Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37722026-05-27T02:13:33.630Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37732026-05-27T02:13:33.652Z Checking corncobs v0.1.4
37742026-05-27T02:13:33.655Z Compiling unicase v2.9.0
37752026-05-27T02:13:33.723Z Compiling illumos-nvpair-sys v0.2.0
37762026-05-27T02:13:33.781Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37772026-05-27T02:13:33.875Z Compiling mime_guess v2.0.5
37782026-05-27T02:13:33.878Z Checking tabled v0.20.0
37792026-05-27T02:13:33.952Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37802026-05-27T02:13:33.970Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37812026-05-27T02:13:34.044Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37822026-05-27T02:13:34.060Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37832026-05-27T02:13:34.174Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37842026-05-27T02:13:34.246Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
37852026-05-27T02:13:34.302Z Checking progenitor-client v0.11.2
37862026-05-27T02:13:34.404Z Checking secrecy v0.8.0
37872026-05-27T02:13:34.532Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37882026-05-27T02:13:34.865Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
37892026-05-27T02:13:34.908Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37902026-05-27T02:13:34.928Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37912026-05-27T02:13:34.943Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37922026-05-27T02:13:34.960Z Compiling typify-macro v0.4.3
37932026-05-27T02:13:35.141Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37942026-05-27T02:13:35.180Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
37952026-05-27T02:13:35.216Z Checking filetime v0.2.27
37962026-05-27T02:13:35.350Z Checking http-range v0.1.5
37972026-05-27T02:13:35.484Z Checking xattr v1.6.1
37982026-05-27T02:13:35.532Z Checking crc8 v0.1.1
37992026-05-27T02:13:35.622Z Checking tar v0.4.45
38002026-05-27T02:13:35.637Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38012026-05-27T02:13:35.830Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38022026-05-27T02:13:35.942Z Checking illumos-nvpair v0.3.0
38032026-05-27T02:13:36.015Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38042026-05-27T02:13:36.094Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38052026-05-27T02:13:36.110Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38062026-05-27T02:13:36.409Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38072026-05-27T02:13:36.457Z Checking atty v0.2.14
38082026-05-27T02:13:36.493Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38092026-05-27T02:13:36.561Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
38102026-05-27T02:13:36.601Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38112026-05-27T02:13:36.672Z Compiling typify v0.4.3
38122026-05-27T02:13:36.793Z Compiling progenitor-impl v0.11.2
38132026-05-27T02:13:36.985Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38142026-05-27T02:13:37.063Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38152026-05-27T02:13:37.142Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
38162026-05-27T02:13:37.314Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38172026-05-27T02:13:37.391Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38182026-05-27T02:13:37.489Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38192026-05-27T02:13:37.576Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38202026-05-27T02:13:37.710Z Checking hyper-staticfile v0.10.1
38212026-05-27T02:13:37.844Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38222026-05-27T02:13:38.001Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38232026-05-27T02:13:38.031Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38242026-05-27T02:13:38.103Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38252026-05-27T02:13:38.270Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38262026-05-27T02:13:38.359Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38272026-05-27T02:13:38.524Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38282026-05-27T02:13:38.543Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
38292026-05-27T02:13:38.644Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38302026-05-27T02:13:38.799Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38312026-05-27T02:13:39.283Z Compiling progenitor-macro v0.11.2
38322026-05-27T02:13:41.682Z Checking progenitor v0.11.2
38332026-05-27T02:13:41.826Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38342026-05-27T02:13:42.045Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38352026-05-27T02:13:46.536Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38362026-05-27T02:13:57.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.98s
38372026-05-27T02:13:57.592Z
38382026-05-27T02:13:57.592Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/295)
38392026-05-27T02:13:58.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38402026-05-27T02:13:58.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38412026-05-27T02:13:58.386Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38422026-05-27T02:14:09.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.46s
38432026-05-27T02:14:09.265Z
38442026-05-27T02:14:09.265Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/295)
38452026-05-27T02:14:09.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38462026-05-27T02:14:09.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38472026-05-27T02:14:10.054Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38482026-05-27T02:14:20.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.52s
38492026-05-27T02:14:21.002Z
38502026-05-27T02:14:21.003Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/295)
38512026-05-27T02:14:21.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38522026-05-27T02:14:21.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38532026-05-27T02:14:21.793Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38542026-05-27T02:14:32.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.43s
38552026-05-27T02:14:32.654Z
38562026-05-27T02:14:32.654Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/295)
38572026-05-27T02:14:33.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38582026-05-27T02:14:33.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38592026-05-27T02:14:33.434Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38602026-05-27T02:14:44.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.47s
38612026-05-27T02:14:44.351Z
38622026-05-27T02:14:44.351Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/295)
38632026-05-27T02:14:44.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38642026-05-27T02:14:44.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38652026-05-27T02:14:45.137Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38662026-05-27T02:14:55.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s
38672026-05-27T02:14:56.011Z
38682026-05-27T02:14:56.011Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/295)
38692026-05-27T02:14:56.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38702026-05-27T02:14:56.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38712026-05-27T02:14:56.796Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38722026-05-27T02:15:07.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s
38732026-05-27T02:15:07.616Z
38742026-05-27T02:15:07.617Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/295)
38752026-05-27T02:15:08.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38762026-05-27T02:15:08.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38772026-05-27T02:15:08.399Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38782026-05-27T02:15:19.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s
38792026-05-27T02:15:19.248Z
38802026-05-27T02:15:19.248Zinfo: running `cargo check --bins` on bootstrap-agent-api (210/295)
38812026-05-27T02:15:19.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38822026-05-27T02:15:19.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38832026-05-27T02:15:19.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38842026-05-27T02:15:19.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38852026-05-27T02:15:19.854Z
38862026-05-27T02:15:19.854Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/295)
38872026-05-27T02:15:20.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38882026-05-27T02:15:20.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38892026-05-27T02:15:20.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38902026-05-27T02:15:20.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38912026-05-27T02:15:20.459Z
38922026-05-27T02:15:20.459Zinfo: running `cargo check --bins` on range-requests (212/295)
38932026-05-27T02:15:20.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38942026-05-27T02:15:20.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38952026-05-27T02:15:20.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38962026-05-27T02:15:20.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38972026-05-27T02:15:21.050Z
38982026-05-27T02:15:21.050Zinfo: running `cargo check --bins` on repo-depot-api (213/295)
38992026-05-27T02:15:21.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39002026-05-27T02:15:21.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39012026-05-27T02:15:21.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39022026-05-27T02:15:21.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39032026-05-27T02:15:21.647Z
39042026-05-27T02:15:21.647Zinfo: running `cargo check --bins` on sled-agent-api (214/295)
39052026-05-27T02:15:22.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39062026-05-27T02:15:22.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39072026-05-27T02:15:22.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39082026-05-27T02:15:22.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39092026-05-27T02:15:22.267Z
39102026-05-27T02:15:22.267Zinfo: running `cargo check --bins` on sled-diagnostics (215/295)
39112026-05-27T02:15:22.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39122026-05-27T02:15:22.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39132026-05-27T02:15:22.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39142026-05-27T02:15:22.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39152026-05-27T02:15:22.884Z
39162026-05-27T02:15:22.884Zinfo: running `cargo check --bins` on zfs-test-harness (216/295)
39172026-05-27T02:15:23.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39182026-05-27T02:15:23.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39192026-05-27T02:15:23.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39202026-05-27T02:15:23.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39212026-05-27T02:15:23.502Z
39222026-05-27T02:15:23.502Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (217/295)
39232026-05-27T02:15:24.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39242026-05-27T02:15:24.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39252026-05-27T02:15:24.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39262026-05-27T02:15:24.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39272026-05-27T02:15:24.126Z
39282026-05-27T02:15:24.126Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (218/295)
39292026-05-27T02:15:24.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39302026-05-27T02:15:24.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39312026-05-27T02:15:24.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39322026-05-27T02:15:24.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39332026-05-27T02:15:24.748Z
39342026-05-27T02:15:24.748Zinfo: running `cargo check --bins` on sled-agent-early-networking (219/295)
39352026-05-27T02:15:25.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39362026-05-27T02:15:25.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39372026-05-27T02:15:25.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39382026-05-27T02:15:25.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39392026-05-27T02:15:25.369Z
39402026-05-27T02:15:25.370Zinfo: running `cargo check --bins` on sled-agent-health-monitor (220/295)
39412026-05-27T02:15:25.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-05-27T02:15:25.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-05-27T02:15:25.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442026-05-27T02:15:25.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39452026-05-27T02:15:25.992Z
39462026-05-27T02:15:25.992Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (221/295)
39472026-05-27T02:15:26.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-05-27T02:15:26.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-05-27T02:15:26.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-05-27T02:15:26.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39512026-05-27T02:15:26.618Z
39522026-05-27T02:15:26.618Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (222/295)
39532026-05-27T02:15:27.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-05-27T02:15:27.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-05-27T02:15:27.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-05-27T02:15:27.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39572026-05-27T02:15:27.246Z
39582026-05-27T02:15:27.246Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (223/295)
39592026-05-27T02:15:27.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-05-27T02:15:27.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-05-27T02:15:27.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-05-27T02:15:27.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39632026-05-27T02:15:27.874Z
39642026-05-27T02:15:27.875Zinfo: running `cargo check --bins` on sled-agent-rack-setup (224/295)
39652026-05-27T02:15:28.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-05-27T02:15:28.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-05-27T02:15:28.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-05-27T02:15:28.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39692026-05-27T02:15:28.525Z
39702026-05-27T02:15:28.525Zinfo: running `cargo check --bins` on trust-quorum (225/295)
39712026-05-27T02:15:29.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-05-27T02:15:29.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-05-27T02:15:29.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-05-27T02:15:29.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39752026-05-27T02:15:29.151Z
39762026-05-27T02:15:29.151Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (226/295)
39772026-05-27T02:15:29.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-05-27T02:15:29.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-05-27T02:15:29.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39802026-05-27T02:15:29.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39812026-05-27T02:15:29.790Z
39822026-05-27T02:15:29.790Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (227/295)
39832026-05-27T02:15:30.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39842026-05-27T02:15:30.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39852026-05-27T02:15:30.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39862026-05-27T02:15:30.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39872026-05-27T02:15:30.445Z
39882026-05-27T02:15:30.445Zinfo: running `cargo check --bins` on update-common (228/295)
39892026-05-27T02:15:30.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39902026-05-27T02:15:30.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39912026-05-27T02:15:30.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39922026-05-27T02:15:30.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39932026-05-27T02:15:31.057Z
39942026-05-27T02:15:31.057Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (229/295)
39952026-05-27T02:15:31.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39962026-05-27T02:15:31.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39972026-05-27T02:15:31.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39982026-05-27T02:15:31.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39992026-05-27T02:15:31.719Z
40002026-05-27T02:15:31.719Zinfo: running `cargo check --bins` on omicron-deployment-graph (230/295)
40012026-05-27T02:15:32.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-05-27T02:15:32.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-05-27T02:15:32.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40042026-05-27T02:15:32.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40052026-05-27T02:15:32.304Z
40062026-05-27T02:15:32.304Zinfo: running `cargo check --bins` on reconfigurator-cli (231/295)
40072026-05-27T02:15:32.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-05-27T02:15:32.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-05-27T02:15:33.077Z Compiling fs-err v2.11.0
40102026-05-27T02:15:33.077Z Checking ignore v0.4.25
40112026-05-27T02:15:33.077Z Checking arc-swap v1.8.2
40122026-05-27T02:15:33.212Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40132026-05-27T02:15:33.212Z Checking predicates-tree v1.0.13
40142026-05-27T02:15:33.215Z Checking parse-size v1.1.0
40152026-05-27T02:15:33.243Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40162026-05-27T02:15:33.246Z Checking rand_seeder v0.4.0
40172026-05-27T02:15:33.318Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40182026-05-27T02:15:33.340Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40192026-05-27T02:15:33.393Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40202026-05-27T02:15:33.408Z Checking slog-scope v4.4.1
40212026-05-27T02:15:33.444Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40222026-05-27T02:15:33.532Z Checking slog-stdlog v4.1.1
40232026-05-27T02:15:33.547Z Compiling petname v2.0.2
40242026-05-27T02:15:33.562Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40252026-05-27T02:15:33.583Z Checking globwalk v0.9.1
40262026-05-27T02:15:33.627Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40272026-05-27T02:15:33.650Z Checking slog-envlogger v2.2.0
40282026-05-27T02:15:33.759Z Checking camino-tempfile-ext v0.3.3
40292026-05-27T02:15:33.797Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40302026-05-27T02:15:33.839Z Checking sapling-renderdag v0.1.0
40312026-05-27T02:15:33.948Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40322026-05-27T02:15:33.986Z Checking subprocess v0.2.15
40332026-05-27T02:15:34.079Z Checking sync-ptr v0.1.4
40342026-05-27T02:15:34.184Z Checking colored v2.2.0
40352026-05-27T02:15:34.198Z Checking assert_matches v1.5.0
40362026-05-27T02:15:34.265Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40372026-05-27T02:15:34.429Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40382026-05-27T02:15:34.429Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40392026-05-27T02:15:35.130Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40402026-05-27T02:15:36.447Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40412026-05-27T02:15:38.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.32s
40422026-05-27T02:15:38.841Z
40432026-05-27T02:15:38.841Zinfo: running `cargo check --bins` on omicron-repl-utils (232/295)
40442026-05-27T02:15:39.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40452026-05-27T02:15:39.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40462026-05-27T02:15:39.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40472026-05-27T02:15:39.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40482026-05-27T02:15:39.425Z
40492026-05-27T02:15:39.425Zinfo: running `cargo check --bins` on transient-dns-server (233/295)
40502026-05-27T02:15:39.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40512026-05-27T02:15:39.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40522026-05-27T02:15:39.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40532026-05-27T02:15:39.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40542026-05-27T02:15:40.040Z
40552026-05-27T02:15:40.040Zinfo: running `cargo check --bins` on nexus-test-interface (234/295)
40562026-05-27T02:15:40.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40572026-05-27T02:15:40.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40582026-05-27T02:15:40.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40592026-05-27T02:15:40.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40602026-05-27T02:15:40.699Z
40612026-05-27T02:15:40.699Zinfo: running `cargo check --bins` on oximeter-collector (235/295)
40622026-05-27T02:15:41.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40632026-05-27T02:15:41.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40642026-05-27T02:15:41.428Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40652026-05-27T02:15:41.428Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40662026-05-27T02:15:42.070Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40672026-05-27T02:15:43.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.94s
40682026-05-27T02:15:43.845Z
40692026-05-27T02:15:43.845Zinfo: running `cargo check --bins` on oximeter-api (236/295)
40702026-05-27T02:15:44.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40712026-05-27T02:15:44.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40722026-05-27T02:15:44.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40732026-05-27T02:15:44.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40742026-05-27T02:15:44.446Z
40752026-05-27T02:15:44.446Zinfo: running `cargo check --bins` on cert-dev (237/295)
40762026-05-27T02:15:44.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40772026-05-27T02:15:44.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40782026-05-27T02:15:45.058Z Checking yasna v0.5.2
40792026-05-27T02:15:45.455Z Checking rcgen v0.12.1
40802026-05-27T02:15:45.699Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40812026-05-27T02:15:45.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
40822026-05-27T02:15:46.063Z
40832026-05-27T02:15:46.063Zinfo: running `cargo check --bins` on clickana (238/295)
40842026-05-27T02:15:46.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40852026-05-27T02:15:46.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40862026-05-27T02:15:46.716Z Compiling darling_core v0.23.0
40872026-05-27T02:15:46.825Z Compiling instability v0.3.11
40882026-05-27T02:15:46.829Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40892026-05-27T02:15:46.834Z Checking castaway v0.2.4
40902026-05-27T02:15:46.838Z Compiling indoc v2.0.7
40912026-05-27T02:15:46.853Z Checking unicode-truncate v1.1.0
40922026-05-27T02:15:46.856Z Checking lru v0.12.5
40932026-05-27T02:15:46.856Z Checking cassowary v0.3.0
40942026-05-27T02:15:46.929Z Checking compact_str v0.8.1
40952026-05-27T02:15:47.897Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
40962026-05-27T02:15:48.094Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40972026-05-27T02:15:48.241Z Compiling darling_macro v0.23.0
40982026-05-27T02:15:48.651Z Compiling darling v0.23.0
40992026-05-27T02:15:49.267Z Checking ratatui v0.29.0
41002026-05-27T02:15:50.320Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41012026-05-27T02:15:50.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.91s
41022026-05-27T02:15:51.160Z
41032026-05-27T02:15:51.160Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (239/295)
41042026-05-27T02:15:51.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41052026-05-27T02:15:51.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41062026-05-27T02:15:51.892Z Checking headers-core v0.3.0
41072026-05-27T02:15:51.892Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41082026-05-27T02:15:52.089Z Checking headers v0.4.1
41092026-05-27T02:15:52.457Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41102026-05-27T02:15:53.304Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41112026-05-27T02:15:53.802Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41122026-05-27T02:15:54.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s
41132026-05-27T02:15:54.421Z
41142026-05-27T02:15:54.422Zinfo: running `cargo check --bins` on ch-dev (240/295)
41152026-05-27T02:15:54.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41162026-05-27T02:15:54.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41172026-05-27T02:15:55.144Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41182026-05-27T02:15:55.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
41192026-05-27T02:15:56.087Z
41202026-05-27T02:15:56.087Zinfo: running `cargo check --bins` on dev-tools-common (241/295)
41212026-05-27T02:15:56.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41222026-05-27T02:15:56.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41232026-05-27T02:15:56.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41242026-05-27T02:15:56.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
41252026-05-27T02:15:56.559Z
41262026-05-27T02:15:56.559Zinfo: running `cargo check --bins` on crdb-seed (242/295)
41272026-05-27T02:15:57.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41282026-05-27T02:15:57.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41292026-05-27T02:15:57.286Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41302026-05-27T02:15:58.266Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41312026-05-27T02:15:58.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s
41322026-05-27T02:15:58.804Z
41332026-05-27T02:15:58.804Zinfo: running `cargo check --bins` on db-dev (243/295)
41342026-05-27T02:15:59.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41352026-05-27T02:15:59.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41362026-05-27T02:15:59.528Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41372026-05-27T02:16:00.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
41382026-05-27T02:16:00.497Z
41392026-05-27T02:16:00.497Zinfo: running `cargo check --bins` on omicron-dev-lib (244/295)
41402026-05-27T02:16:01.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41412026-05-27T02:16:01.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41422026-05-27T02:16:01.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41432026-05-27T02:16:01.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41442026-05-27T02:16:01.138Z
41452026-05-27T02:16:01.138Zinfo: running `cargo check --bins` on xtask-downloader (245/295)
41462026-05-27T02:16:01.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41472026-05-27T02:16:01.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41482026-05-27T02:16:01.752Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41492026-05-27T02:16:02.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
41502026-05-27T02:16:02.593Z
41512026-05-27T02:16:02.593Zinfo: running `cargo check --bins` on omicron-dropshot-apis (246/295)
41522026-05-27T02:16:03.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41532026-05-27T02:16:03.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41542026-05-27T02:16:03.348Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41552026-05-27T02:16:03.349Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41562026-05-27T02:16:03.349Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=50ed531201ea5f85115141a2203d551fbbdaa3da#50ed5312)
41572026-05-27T02:16:03.351Z Checking git-stub v1.0.0
41582026-05-27T02:16:03.351Z Compiling trait-variant v0.1.2
41592026-05-27T02:16:03.351Z Checking is_ci v1.2.0
41602026-05-27T02:16:03.469Z Checking maplit v1.0.2
41612026-05-27T02:16:03.494Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41622026-05-27T02:16:03.544Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41632026-05-27T02:16:03.569Z Checking supports-color v3.0.2
41642026-05-27T02:16:03.636Z Checking git-stub-vcs v0.1.0
41652026-05-27T02:16:03.690Z Checking drift v0.2.0
41662026-05-27T02:16:03.740Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41672026-05-27T02:16:03.759Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41682026-05-27T02:16:03.829Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41692026-05-27T02:16:03.953Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41702026-05-27T02:16:04.030Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41712026-05-27T02:16:04.033Z Checking dropshot-api-manager v0.7.2
41722026-05-27T02:16:04.060Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41732026-05-27T02:16:04.193Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41742026-05-27T02:16:04.272Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41752026-05-27T02:16:04.394Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=50ed531201ea5f85115141a2203d551fbbdaa3da#50ed5312)
41762026-05-27T02:16:04.768Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41772026-05-27T02:16:09.620Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41782026-05-27T02:16:10.697Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41792026-05-27T02:16:11.256Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41802026-05-27T02:16:11.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.08s
41812026-05-27T02:16:11.893Z
41822026-05-27T02:16:11.893Zinfo: running `cargo check --bins` on installinator-api (247/295)
41832026-05-27T02:16:12.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41842026-05-27T02:16:12.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41852026-05-27T02:16:12.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41862026-05-27T02:16:12.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41872026-05-27T02:16:12.495Z
41882026-05-27T02:16:12.495Zinfo: running `cargo check --bins` on nexus-external-api (248/295)
41892026-05-27T02:16:13.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41902026-05-27T02:16:13.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41912026-05-27T02:16:13.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41922026-05-27T02:16:13.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41932026-05-27T02:16:13.139Z
41942026-05-27T02:16:13.139Zinfo: running `cargo check --bins` on nexus-internal-api (249/295)
41952026-05-27T02:16:13.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41962026-05-27T02:16:13.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41972026-05-27T02:16:13.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41982026-05-27T02:16:13.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41992026-05-27T02:16:13.785Z
42002026-05-27T02:16:13.785Zinfo: running `cargo check --bins` on nexus-lockstep-api (250/295)
42012026-05-27T02:16:14.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42022026-05-27T02:16:14.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42032026-05-27T02:16:14.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42042026-05-27T02:16:14.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42052026-05-27T02:16:14.421Z
42062026-05-27T02:16:14.421Zinfo: running `cargo check --bins` on ntp-admin-api (251/295)
42072026-05-27T02:16:14.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42082026-05-27T02:16:14.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42092026-05-27T02:16:14.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42102026-05-27T02:16:14.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42112026-05-27T02:16:15.027Z
42122026-05-27T02:16:15.027Zinfo: running `cargo check --bins` on ntp-admin-types-versions (252/295)
42132026-05-27T02:16:15.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42142026-05-27T02:16:15.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42152026-05-27T02:16:15.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42162026-05-27T02:16:15.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42172026-05-27T02:16:15.616Z
42182026-05-27T02:16:15.616Zinfo: running `cargo check --bins` on wicketd-api (253/295)
42192026-05-27T02:16:16.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42202026-05-27T02:16:16.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42212026-05-27T02:16:16.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42222026-05-27T02:16:16.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42232026-05-27T02:16:16.235Z
42242026-05-27T02:16:16.235Zinfo: running `cargo check --bins` on omicron-ls-apis (254/295)
42252026-05-27T02:16:16.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42262026-05-27T02:16:16.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42272026-05-27T02:16:16.852Z Checking typeid v1.0.3
42282026-05-27T02:16:16.964Z Checking ordered-float v2.10.1
42292026-05-27T02:16:16.983Z Checking unicode-xid v0.2.6
42302026-05-27T02:16:16.994Z Checking cargo-platform v0.2.0
42312026-05-27T02:16:17.007Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42322026-05-27T02:16:17.030Z Checking erased-serde v0.4.9
42332026-05-27T02:16:17.166Z Checking serde-value v0.7.0
42342026-05-27T02:16:17.341Z Checking serde-untagged v0.1.9
42352026-05-27T02:16:17.494Z Checking cargo-util-schemas v0.8.2
42362026-05-27T02:16:18.170Z Checking cargo_metadata v0.21.0
42372026-05-27T02:16:18.773Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42382026-05-27T02:16:19.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
42392026-05-27T02:16:19.668Z
42402026-05-27T02:16:19.668Zinfo: running `cargo check --bins` on mgs-dev (255/295)
42412026-05-27T02:16:20.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42422026-05-27T02:16:20.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42432026-05-27T02:16:20.407Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42442026-05-27T02:16:21.031Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42452026-05-27T02:16:21.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
42462026-05-27T02:16:21.747Z
42472026-05-27T02:16:21.747Zinfo: running `cargo check --bins` on omicron-omdb (256/295)
42482026-05-27T02:16:22.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42492026-05-27T02:16:22.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42502026-05-27T02:16:22.698Z Compiling vergen-lib v0.1.6
42512026-05-27T02:16:22.698Z Compiling vergen-gitcl v1.0.8
42522026-05-27T02:16:22.698Z Compiling dirs-sys-next v0.1.2
42532026-05-27T02:16:22.698Z Compiling diesel_derives v2.3.7
42542026-05-27T02:16:22.701Z Compiling glob v0.3.3
42552026-05-27T02:16:22.701Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42562026-05-27T02:16:22.867Z Compiling crunchy v0.2.4
42572026-05-27T02:16:22.924Z Compiling dsl_auto_type v0.2.0
42582026-05-27T02:16:23.032Z Compiling dirs-next v2.0.0
42592026-05-27T02:16:23.136Z Checking scheduled-thread-pool v0.2.7
42602026-05-27T02:16:23.154Z Compiling diesel_table_macro_syntax v0.3.0
42612026-05-27T02:16:23.191Z Compiling tiny-keccak v2.0.2
42622026-05-27T02:16:23.254Z Compiling clang-sys v1.8.1
42632026-05-27T02:16:23.280Z Checking r2d2 v0.8.10
42642026-05-27T02:16:23.352Z Compiling term v0.7.0
42652026-05-27T02:16:23.406Z Checking downcast-rs v2.0.2
42662026-05-27T02:16:23.463Z Compiling bit-vec v0.6.3
42672026-05-27T02:16:23.505Z Compiling itertools v0.10.5
42682026-05-27T02:16:23.627Z Compiling bit-set v0.5.3
42692026-05-27T02:16:23.683Z Compiling ascii-canvas v3.0.0
42702026-05-27T02:16:23.787Z Compiling ena v0.14.4
42712026-05-27T02:16:23.868Z Compiling libloading v0.8.9
42722026-05-27T02:16:23.892Z Compiling bindgen v0.71.1
42732026-05-27T02:16:23.909Z Compiling regex-syntax v0.6.29
42742026-05-27T02:16:23.925Z Compiling diff v0.1.13
42752026-05-27T02:16:23.997Z Compiling cexpr v0.6.0
42762026-05-27T02:16:24.190Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42772026-05-27T02:16:24.334Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42782026-05-27T02:16:24.380Z Compiling rustc-hash v2.1.1
42792026-05-27T02:16:24.515Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42802026-05-27T02:16:24.531Z Compiling libxml v0.3.3
42812026-05-27T02:16:24.560Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42822026-05-27T02:16:24.662Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42832026-05-27T02:16:24.814Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42842026-05-27T02:16:24.990Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42852026-05-27T02:16:25.015Z Compiling strum_macros v0.24.3
42862026-05-27T02:16:25.137Z Compiling indoc v1.0.9
42872026-05-27T02:16:25.259Z Compiling lalrpop v0.19.12
42882026-05-27T02:16:26.005Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42892026-05-27T02:16:26.195Z Checking derive_builder v0.20.2
42902026-05-27T02:16:26.316Z Compiling oso-derive v0.27.3
42912026-05-27T02:16:26.359Z Checking quick-xml v0.37.5
42922026-05-27T02:16:26.470Z Compiling impl-trait-for-tuples v0.2.3
42932026-05-27T02:16:26.814Z Checking openssl-probe v0.1.6
42942026-05-27T02:16:26.959Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
42952026-05-27T02:16:27.225Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42962026-05-27T02:16:27.421Z Checking bb8 v0.8.6
42972026-05-27T02:16:27.705Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42982026-05-27T02:16:27.726Z Compiling libz-sys v1.1.24
42992026-05-27T02:16:27.749Z Checking nonempty v0.12.0
43002026-05-27T02:16:27.914Z Compiling strsim v0.10.0
43012026-05-27T02:16:27.936Z Compiling libgit2-sys v0.18.3+1.9.2
43022026-05-27T02:16:28.032Z Compiling vergen-git2 v9.1.0
43032026-05-27T02:16:28.172Z Compiling darling_core v0.13.4
43042026-05-27T02:16:28.270Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43052026-05-27T02:16:28.361Z Compiling rustls v0.21.12
43062026-05-27T02:16:28.459Z Compiling base64 v0.21.7
43072026-05-27T02:16:28.598Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
43082026-05-27T02:16:28.785Z Compiling ron v0.8.1
43092026-05-27T02:16:28.830Z Checking diesel v2.3.7
43102026-05-27T02:16:29.538Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43112026-05-27T02:16:29.779Z Checking sct v0.7.1
43122026-05-27T02:16:29.796Z Checking rustls-webpki v0.101.7
43132026-05-27T02:16:29.948Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
43142026-05-27T02:16:30.053Z Compiling darling_macro v0.13.4
43152026-05-27T02:16:30.529Z Compiling darling v0.13.4
43162026-05-27T02:16:30.623Z Compiling serde_with_macros v1.5.2
43172026-05-27T02:16:30.677Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43182026-05-27T02:16:31.478Z Compiling serde_with v1.14.0
43192026-05-27T02:16:31.480Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43202026-05-27T02:16:32.362Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43212026-05-27T02:16:32.615Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43222026-05-27T02:16:33.274Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43232026-05-27T02:16:33.944Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43242026-05-27T02:16:33.962Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43252026-05-27T02:16:34.134Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43262026-05-27T02:16:34.152Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43272026-05-27T02:16:34.155Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43282026-05-27T02:16:34.323Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43292026-05-27T02:16:34.461Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43302026-05-27T02:16:34.493Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43312026-05-27T02:16:34.535Z Checking tokio-rustls v0.24.1
43322026-05-27T02:16:34.777Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43332026-05-27T02:16:35.301Z Checking rustls-pemfile v1.0.4
43342026-05-27T02:16:35.416Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43352026-05-27T02:16:35.446Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43362026-05-27T02:16:35.610Z Checking twox-hash v2.1.2
43372026-05-27T02:16:35.634Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43382026-05-27T02:16:35.939Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43392026-05-27T02:16:35.987Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43402026-05-27T02:16:36.119Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
43412026-05-27T02:16:36.270Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
43422026-05-27T02:16:37.564Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43432026-05-27T02:16:37.639Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43442026-05-27T02:16:37.978Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43452026-05-27T02:16:38.190Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43462026-05-27T02:16:38.237Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43472026-05-27T02:16:38.680Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43482026-05-27T02:16:38.741Z Checking console v0.16.2
43492026-05-27T02:16:39.055Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43502026-05-27T02:16:39.205Z Checking fatfs v0.3.6
43512026-05-27T02:16:39.675Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43522026-05-27T02:16:39.693Z Checking unit-prefix v0.5.2
43532026-05-27T02:16:39.832Z Compiling seq-macro v0.3.6
43542026-05-27T02:16:40.350Z Checking indicatif v0.18.4
43552026-05-27T02:16:40.818Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43562026-05-27T02:16:40.941Z Checking support-bundle-viewer v0.1.2
43572026-05-27T02:16:40.995Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43582026-05-27T02:16:41.185Z Checking multimap v0.10.1
43592026-05-27T02:16:47.085Z Checking diesel-dtrace v0.5.0
43602026-05-27T02:16:47.331Z Checking async-bb8-diesel v0.2.1
43612026-05-27T02:16:51.206Z Compiling samael v0.0.19
43622026-05-27T02:16:55.673Z Compiling git2 v0.20.4
43632026-05-27T02:16:56.392Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43642026-05-27T02:16:57.094Z Compiling polar-core v0.27.3
43652026-05-27T02:16:58.057Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43662026-05-27T02:17:01.601Z Checking oso v0.27.3
43672026-05-27T02:17:29.146Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43682026-05-27T02:18:39.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 17s
43692026-05-27T02:18:39.771Z
43702026-05-27T02:18:39.771Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (257/295)
43712026-05-27T02:18:40.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43722026-05-27T02:18:40.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43732026-05-27T02:18:40.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43742026-05-27T02:18:40.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
43752026-05-27T02:18:40.484Z
43762026-05-27T02:18:40.484Zinfo: running `cargo check --bins` on nexus-saga-recovery (258/295)
43772026-05-27T02:18:41.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43782026-05-27T02:18:41.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43792026-05-27T02:18:41.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43802026-05-27T02:18:41.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43812026-05-27T02:18:41.145Z
43822026-05-27T02:18:41.145Zinfo: running `cargo check --bins` on nexus-test-utils-macros (259/295)
43832026-05-27T02:18:41.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43842026-05-27T02:18:41.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43852026-05-27T02:18:41.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43862026-05-27T02:18:41.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43872026-05-27T02:18:41.744Z
43882026-05-27T02:18:41.744Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (260/295)
43892026-05-27T02:18:42.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43902026-05-27T02:18:42.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43912026-05-27T02:18:42.594Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43922026-05-27T02:18:43.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s
43932026-05-27T02:18:43.587Z
43942026-05-27T02:18:43.587Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (261/295)
43952026-05-27T02:18:44.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43962026-05-27T02:18:44.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43972026-05-27T02:18:44.427Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43982026-05-27T02:19:20.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.11s
43992026-05-27T02:19:20.966Z
44002026-05-27T02:19:20.966Zinfo: running `cargo check --bins` on nexus-background-task-interface (262/295)
44012026-05-27T02:19:21.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44022026-05-27T02:19:21.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44032026-05-27T02:19:21.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44042026-05-27T02:19:21.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44052026-05-27T02:19:21.529Z
44062026-05-27T02:19:21.529Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (263/295)
44072026-05-27T02:19:22.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44082026-05-27T02:19:22.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44092026-05-27T02:19:22.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44102026-05-27T02:19:22.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44112026-05-27T02:19:22.178Z
44122026-05-27T02:19:22.178Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (264/295)
44132026-05-27T02:19:22.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44142026-05-27T02:19:22.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44152026-05-27T02:19:22.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44162026-05-27T02:19:22.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44172026-05-27T02:19:22.863Z
44182026-05-27T02:19:22.864Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (265/295)
44192026-05-27T02:19:23.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44202026-05-27T02:19:23.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44212026-05-27T02:19:23.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44222026-05-27T02:19:23.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44232026-05-27T02:19:23.490Z
44242026-05-27T02:19:23.490Zinfo: running `cargo check --bins` on nexus-mgs-updates (266/295)
44252026-05-27T02:19:24.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44262026-05-27T02:19:24.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44272026-05-27T02:19:24.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44282026-05-27T02:19:24.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44292026-05-27T02:19:24.137Z
44302026-05-27T02:19:24.137Zinfo: running `cargo check --bins` on nexus-networking (267/295)
44312026-05-27T02:19:24.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44322026-05-27T02:19:24.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44332026-05-27T02:19:24.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44342026-05-27T02:19:24.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44352026-05-27T02:19:24.791Z
44362026-05-27T02:19:24.791Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (268/295)
44372026-05-27T02:19:25.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44382026-05-27T02:19:25.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44392026-05-27T02:19:25.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44402026-05-27T02:19:25.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44412026-05-27T02:19:25.453Z
44422026-05-27T02:19:25.453Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (269/295)
44432026-05-27T02:19:26.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44442026-05-27T02:19:26.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44452026-05-27T02:19:26.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44462026-05-27T02:19:26.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44472026-05-27T02:19:26.116Z
44482026-05-27T02:19:26.116Zinfo: running `cargo check --bins` on support-bundle-collection (270/295)
44492026-05-27T02:19:26.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44502026-05-27T02:19:26.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44512026-05-27T02:19:26.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44522026-05-27T02:19:26.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44532026-05-27T02:19:26.780Z
44542026-05-27T02:19:26.780Zinfo: running `cargo check --bins` on omicron-dev (271/295)
44552026-05-27T02:19:27.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44562026-05-27T02:19:27.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44572026-05-27T02:19:27.694Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44582026-05-27T02:19:27.697Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44592026-05-27T02:19:27.886Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44602026-05-27T02:19:27.910Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44612026-05-27T02:19:27.930Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44622026-05-27T02:19:27.948Z Checking diff v0.1.13
44632026-05-27T02:19:27.952Z Checking yansi v1.0.1
44642026-05-27T02:19:27.952Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44652026-05-27T02:19:28.028Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44662026-05-27T02:19:28.220Z Checking pretty_assertions v1.4.1
44672026-05-27T02:19:28.860Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44682026-05-27T02:19:29.007Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44692026-05-27T02:19:52.501Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44702026-05-27T02:19:52.504Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44712026-05-27T02:19:52.504Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44722026-05-27T02:19:52.504Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44732026-05-27T02:19:52.504Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44742026-05-27T02:19:52.504Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44752026-05-27T02:19:53.328Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44762026-05-27T02:19:53.329Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44772026-05-27T02:19:54.552Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44782026-05-27T02:20:30.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s
44792026-05-27T02:20:30.857Z
44802026-05-27T02:20:30.857Zinfo: running `cargo check --bins` on omicron-pins (272/295)
44812026-05-27T02:20:31.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44822026-05-27T02:20:31.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44832026-05-27T02:20:31.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44842026-05-27T02:20:31.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44852026-05-27T02:20:31.454Z
44862026-05-27T02:20:31.455Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (273/295)
44872026-05-27T02:20:32.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44882026-05-27T02:20:32.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44892026-05-27T02:20:32.243Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
44902026-05-27T02:20:32.365Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
44912026-05-27T02:20:32.368Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
44922026-05-27T02:20:57.999Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
44932026-05-27T02:20:58.389Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
44942026-05-27T02:21:00.089Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
44952026-05-27T02:21:00.547Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
44962026-05-27T02:21:03.488Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44972026-05-27T02:21:26.175Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44982026-05-27T02:21:26.889Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44992026-05-27T02:21:28.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.07s
45002026-05-27T02:21:28.750Z
45012026-05-27T02:21:28.750Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (274/295)
45022026-05-27T02:21:29.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45032026-05-27T02:21:29.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45042026-05-27T02:21:29.475Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45052026-05-27T02:21:30.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
45062026-05-27T02:21:30.365Z
45072026-05-27T02:21:30.365Zinfo: running `cargo check --bins` on omicron-releng (275/295)
45082026-05-27T02:21:30.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45092026-05-27T02:21:30.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45102026-05-27T02:21:31.024Z Compiling blake3 v1.8.3
45112026-05-27T02:21:31.133Z Checking constant_time_eq v0.4.2
45122026-05-27T02:21:31.142Z Checking arrayref v0.3.9
45132026-05-27T02:21:31.145Z Checking arrayvec v0.7.6
45142026-05-27T02:21:31.157Z Checking topological-sort v0.2.2
45152026-05-27T02:21:31.160Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45162026-05-27T02:21:31.160Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45172026-05-27T02:21:31.160Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45182026-05-27T02:21:31.201Z Checking shell-words v1.1.1
45192026-05-27T02:21:32.021Z Checking omicron-zone-package v0.12.2
45202026-05-27T02:21:32.741Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45212026-05-27T02:21:33.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
45222026-05-27T02:21:33.806Z
45232026-05-27T02:21:33.806Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (276/295)
45242026-05-27T02:21:34.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45252026-05-27T02:21:34.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45262026-05-27T02:21:34.456Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45272026-05-27T02:21:34.779Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45282026-05-27T02:21:35.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
45292026-05-27T02:21:35.383Z
45302026-05-27T02:21:35.383Zinfo: running `cargo check --bins` on schema (277/295)
45312026-05-27T02:21:35.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45322026-05-27T02:21:35.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45332026-05-27T02:21:36.090Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45342026-05-27T02:21:36.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
45352026-05-27T02:21:36.992Z
45362026-05-27T02:21:36.992Zinfo: running `cargo check --bins` on xtask (278/295)
45372026-05-27T02:21:37.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45382026-05-27T02:21:37.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45392026-05-27T02:21:37.445Z Checking libc v0.2.185
45402026-05-27T02:21:37.447Z Checking serde v1.0.228
45412026-05-27T02:21:37.532Z Checking zerofrom v0.1.6
45422026-05-27T02:21:37.536Z Checking bitflags v2.11.0
45432026-05-27T02:21:37.542Z Checking smallvec v1.15.1
45442026-05-27T02:21:37.548Z Checking indexmap v2.14.0
45452026-05-27T02:21:37.560Z Checking serde_json v1.0.149
45462026-05-27T02:21:37.563Z Checking scroll v0.12.0
45472026-05-27T02:21:37.629Z Checking yoke v0.8.1
45482026-05-27T02:21:37.680Z Checking num-traits v0.2.19
45492026-05-27T02:21:37.718Z Checking thiserror v1.0.69
45502026-05-27T02:21:37.793Z Checking log v0.4.29
45512026-05-27T02:21:37.804Z Checking zerovec v0.11.5
45522026-05-27T02:21:37.815Z Checking zerotrie v0.2.3
45532026-05-27T02:21:37.826Z Checking errno v0.3.14
45542026-05-27T02:21:37.911Z Checking serde_spanned v0.6.9
45552026-05-27T02:21:37.942Z Checking rustix v1.1.3
45562026-05-27T02:21:37.945Z Checking toml_datetime v0.6.11
45572026-05-27T02:21:38.037Z Checking percent-encoding v2.3.2
45582026-05-27T02:21:38.057Z Checking goblin v0.8.2
45592026-05-27T02:21:38.067Z Checking zerocopy v0.7.35
45602026-05-27T02:21:38.136Z Checking toml_edit v0.22.27
45612026-05-27T02:21:38.169Z Checking getrandom v0.4.1
45622026-05-27T02:21:38.181Z Checking form_urlencoded v1.2.2
45632026-05-27T02:21:38.193Z Checking ordered-float v2.10.1
45642026-05-27T02:21:38.226Z Checking tinystr v0.8.2
45652026-05-27T02:21:38.301Z Checking potential_utf v0.1.4
45662026-05-27T02:21:38.312Z Checking thiserror v2.0.18
45672026-05-27T02:21:38.407Z Checking icu_locale_core v2.1.1
45682026-05-27T02:21:38.417Z Checking serde-value v0.7.0
45692026-05-27T02:21:38.420Z Checking syn v2.0.117
45702026-05-27T02:21:38.437Z Checking icu_collections v2.1.1
45712026-05-27T02:21:38.562Z Checking dtrace-parser v0.2.0
45722026-05-27T02:21:38.628Z Checking thread-id v4.2.2
45732026-05-27T02:21:38.713Z Checking once_cell v1.21.3
45742026-05-27T02:21:38.756Z Checking cargo-platform v0.2.0
45752026-05-27T02:21:38.779Z Checking terminal_size v0.4.3
45762026-05-27T02:21:38.806Z Checking memmap v0.7.0
45772026-05-27T02:21:38.885Z Checking tempfile v3.25.0
45782026-05-27T02:21:38.905Z Checking clap_builder v4.5.60
45792026-05-27T02:21:38.936Z Checking fs-err v3.3.0
45802026-05-27T02:21:38.946Z Checking textwrap v0.16.2
45812026-05-27T02:21:38.963Z Checking icu_provider v2.1.1
45822026-05-27T02:21:39.077Z Checking camino-tempfile v1.4.1
45832026-05-27T02:21:39.119Z Checking tabled v0.15.0
45842026-05-27T02:21:39.152Z Checking anyhow v1.0.102
45852026-05-27T02:21:39.198Z Checking icu_properties v2.1.2
45862026-05-27T02:21:39.237Z Checking icu_normalizer v2.1.1
45872026-05-27T02:21:39.249Z Checking toml v0.8.23
45882026-05-27T02:21:39.352Z Checking macaddr v1.0.1
45892026-05-27T02:21:39.535Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45902026-05-27T02:21:39.575Z Checking cargo_toml v0.21.0
45912026-05-27T02:21:39.958Z Checking dof v0.3.0
45922026-05-27T02:21:40.002Z Checking idna_adapter v1.2.1
45932026-05-27T02:21:40.108Z Checking clap v4.5.60
45942026-05-27T02:21:40.122Z Checking idna v1.1.0
45952026-05-27T02:21:40.240Z Checking usdt-impl v0.5.0
45962026-05-27T02:21:40.347Z Checking url v2.5.8
45972026-05-27T02:21:40.500Z Checking usdt v0.5.0
45982026-05-27T02:21:40.688Z Checking cargo-util-schemas v0.8.2
45992026-05-27T02:21:41.374Z Checking cargo_metadata v0.21.0
46002026-05-27T02:21:41.976Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46012026-05-27T02:21:42.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.40s
46022026-05-27T02:21:42.515Z
46032026-05-27T02:21:42.515Zinfo: running `cargo check --bins` on dnsadm (279/295)
46042026-05-27T02:21:43.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46052026-05-27T02:21:43.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46062026-05-27T02:21:43.160Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46072026-05-27T02:21:43.643Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46082026-05-27T02:21:44.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s
46092026-05-27T02:21:44.233Z
46102026-05-27T02:21:44.234Zinfo: running `cargo check --bins` on end-to-end-tests (280/295)
46112026-05-27T02:21:44.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46122026-05-27T02:21:44.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46132026-05-27T02:21:45.045Z Checking polyval v0.6.2
46142026-05-27T02:21:45.170Z Checking ctr v0.9.2
46152026-05-27T02:21:45.182Z Checking ssh-encoding v0.2.0
46162026-05-27T02:21:45.182Z Checking blowfish v0.9.1
46172026-05-27T02:21:45.202Z Checking password-hash v0.4.2
46182026-05-27T02:21:45.217Z Checking p521 v0.13.3
46192026-05-27T02:21:45.217Z Checking p256 v0.13.2
46202026-05-27T02:21:45.245Z Checking russh-cryptovec v0.7.3
46212026-05-27T02:21:45.313Z Checking ghash v0.5.1
46222026-05-27T02:21:45.328Z Checking bcrypt-pbkdf v0.10.0
46232026-05-27T02:21:45.331Z Checking md5 v0.7.0
46242026-05-27T02:21:45.357Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46252026-05-27T02:21:45.377Z Checking num-bigint v0.4.6
46262026-05-27T02:21:45.430Z Checking aes-gcm v0.10.3
46272026-05-27T02:21:45.433Z Checking pbkdf2 v0.11.0
46282026-05-27T02:21:45.461Z Checking des v0.8.1
46292026-05-27T02:21:45.483Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46302026-05-27T02:21:45.508Z Checking hex-literal v0.4.1
46312026-05-27T02:21:45.593Z Checking ssh-cipher v0.2.0
46322026-05-27T02:21:45.608Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46332026-05-27T02:21:45.611Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46342026-05-27T02:21:45.624Z Checking socket2 v0.5.10
46352026-05-27T02:21:45.650Z Checking internet-checksum v0.2.1
46362026-05-27T02:21:45.765Z Checking ssh-key v0.6.7
46372026-05-27T02:21:45.875Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46382026-05-27T02:21:46.391Z Checking russh-keys v0.45.0
46392026-05-27T02:21:46.937Z Checking russh v0.45.0
46402026-05-27T02:22:03.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.41s
46412026-05-27T02:22:03.864Z
46422026-05-27T02:22:03.864Zinfo: running `cargo check --bins` on gateway-cli (281/295)
46432026-05-27T02:22:04.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46442026-05-27T02:22:04.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46452026-05-27T02:22:04.523Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46462026-05-27T02:22:04.632Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46472026-05-27T02:22:04.641Z Checking termios v0.3.3
46482026-05-27T02:22:05.836Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46492026-05-27T02:22:05.987Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46502026-05-27T02:22:07.844Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46512026-05-27T02:22:08.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.54s
46522026-05-27T02:22:08.598Z
46532026-05-27T02:22:08.598Zinfo: running `cargo check --bins --no-default-features` on installinator (282/295)
46542026-05-27T02:22:09.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46552026-05-27T02:22:09.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46562026-05-27T02:22:09.319Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46572026-05-27T02:22:09.324Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46582026-05-27T02:22:09.442Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46592026-05-27T02:22:09.445Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46602026-05-27T02:22:09.456Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46612026-05-27T02:22:09.466Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46622026-05-27T02:22:10.192Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46632026-05-27T02:22:10.527Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46642026-05-27T02:22:10.532Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46652026-05-27T02:22:11.181Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46662026-05-27T02:22:12.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.23s
46672026-05-27T02:22:13.037Z
46682026-05-27T02:22:13.037Zinfo: running `cargo check --bins` on internal-dns-cli (283/295)
46692026-05-27T02:22:13.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46702026-05-27T02:22:13.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46712026-05-27T02:22:13.679Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
46722026-05-27T02:22:14.138Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46732026-05-27T02:22:14.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
46742026-05-27T02:22:14.658Z
46752026-05-27T02:22:14.658Zinfo: running `cargo check --bins` on omicron-live-tests (284/295)
46762026-05-27T02:22:15.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46772026-05-27T02:22:15.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46782026-05-27T02:22:15.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46792026-05-27T02:22:15.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46802026-05-27T02:22:15.250Z
46812026-05-27T02:22:15.250Zinfo: running `cargo check --bins` on live-tests-macros (285/295)
46822026-05-27T02:22:15.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46832026-05-27T02:22:15.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46842026-05-27T02:22:15.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46852026-05-27T02:22:15.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46862026-05-27T02:22:15.849Z
46872026-05-27T02:22:15.849Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (286/295)
46882026-05-27T02:22:16.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46892026-05-27T02:22:16.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46902026-05-27T02:22:16.614Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
46912026-05-27T02:22:17.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
46922026-05-27T02:22:17.439Z
46932026-05-27T02:22:17.439Zinfo: running `cargo check --bins` on omicron-ntp-admin (287/295)
46942026-05-27T02:22:17.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46952026-05-27T02:22:17.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46962026-05-27T02:22:18.102Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
46972026-05-27T02:22:18.105Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
46982026-05-27T02:22:18.385Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
46992026-05-27T02:22:18.385Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47002026-05-27T02:22:19.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
47012026-05-27T02:22:19.389Z
47022026-05-27T02:22:19.389Zinfo: running `cargo check --bins` on ntp-admin-types (288/295)
47032026-05-27T02:22:19.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47042026-05-27T02:22:19.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47052026-05-27T02:22:19.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47062026-05-27T02:22:19.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47072026-05-27T02:22:19.984Z
47082026-05-27T02:22:19.984Zinfo: running `cargo check --bins` on omicron-package (289/295)
47092026-05-27T02:22:20.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47102026-05-27T02:22:20.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47112026-05-27T02:22:20.675Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47122026-05-27T02:22:21.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
47132026-05-27T02:22:21.947Z
47142026-05-27T02:22:21.947Zinfo: running `cargo check --bins` on tqdb (290/295)
47152026-05-27T02:22:22.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47162026-05-27T02:22:22.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47172026-05-27T02:22:22.739Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47182026-05-27T02:22:23.092Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47192026-05-27T02:22:23.607Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47202026-05-27T02:22:23.609Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47212026-05-27T02:22:29.492Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47222026-05-27T02:22:29.495Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47232026-05-27T02:22:30.066Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47242026-05-27T02:22:30.069Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47252026-05-27T02:22:30.069Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47262026-05-27T02:22:30.069Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47272026-05-27T02:22:30.854Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47282026-05-27T02:22:31.820Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47292026-05-27T02:22:32.586Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47302026-05-27T02:22:33.206Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47312026-05-27T02:22:37.478Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47322026-05-27T02:22:43.793Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47332026-05-27T02:22:43.796Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47342026-05-27T02:22:43.797Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47352026-05-27T02:22:43.797Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47362026-05-27T02:22:45.273Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47372026-05-27T02:22:46.628Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47382026-05-27T02:22:47.305Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47392026-05-27T02:22:48.566Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47402026-05-27T02:22:49.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.15s
47412026-05-27T02:22:49.373Z
47422026-05-27T02:22:49.373Zinfo: running `cargo check --bins` on wicket-dbg (291/295)
47432026-05-27T02:22:49.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47442026-05-27T02:22:49.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47452026-05-27T02:22:50.044Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47462026-05-27T02:22:50.060Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47472026-05-27T02:22:50.060Z Checking rtoolbox v0.0.3
47482026-05-27T02:22:50.178Z Checking tui-tree-widget v0.23.1
47492026-05-27T02:22:50.286Z Checking rpassword v7.4.0
47502026-05-27T02:22:51.315Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47512026-05-27T02:22:54.372Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47522026-05-27T02:22:56.226Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47532026-05-27T02:22:57.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.78s
47542026-05-27T02:22:57.341Z
47552026-05-27T02:22:57.341Zinfo: running `cargo check --bins` on wicket (292/295)
47562026-05-27T02:22:57.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47572026-05-27T02:22:57.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47582026-05-27T02:22:58.027Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47592026-05-27T02:22:58.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
47602026-05-27T02:22:58.595Z
47612026-05-27T02:22:58.595Zinfo: running `cargo check --bins` on wicketd (293/295)
47622026-05-27T02:22:59.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47632026-05-27T02:22:59.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47642026-05-27T02:22:59.322Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47652026-05-27T02:22:59.349Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47662026-05-27T02:22:59.349Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
47672026-05-27T02:22:59.349Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47682026-05-27T02:23:00.333Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47692026-05-27T02:23:00.892Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47702026-05-27T02:23:03.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.27s
47712026-05-27T02:23:04.071Z
47722026-05-27T02:23:04.071Zinfo: running `cargo check --bins` on omicron-workspace-hack (294/295)
47732026-05-27T02:23:04.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47742026-05-27T02:23:04.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47752026-05-27T02:23:04.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47762026-05-27T02:23:04.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47772026-05-27T02:23:04.669Z
47782026-05-27T02:23:04.669Zinfo: running `cargo check --bins` on zone-setup (295/295)
47792026-05-27T02:23:05.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47802026-05-27T02:23:05.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47812026-05-27T02:23:05.345Z Checking uzers v0.12.2
47822026-05-27T02:23:05.625Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
47832026-05-27T02:23:06.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
47842026-05-27T02:23:06.582Z
47852026-05-27T02:23:06.582Zreal 14:03.002673169
47862026-05-27T02:23:06.582Zuser 20:58.707984385
47872026-05-27T02:23:06.582Zsys 4:24.655840728
47882026-05-27T02:23:06.582Ztrap 0.318626649
47892026-05-27T02:23:06.582Ztflt 1.526122122
47902026-05-27T02:23:06.582Zdflt 1.612723606
47912026-05-27T02:23:06.582Zkflt 0.025026168
47922026-05-27T02:23:06.582Zlock 1:18:08.603228877
47932026-05-27T02:23:06.582Zslp 1:40:48.064360063
47942026-05-27T02:23:06.582Zlat 1:00.902242761
47952026-05-27T02:23:06.582Zstop 3:51.956254031
47962026-05-27T02:23:06.592Zprocess exited: duration 978737 ms, exit code 0
 
47972026-05-27T02:23:06.626Zfound 0 output files