01KRC4TYMG487Y2PNVYCK1YR9K: 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: 01KRC4VBYNGGR1TGAPMFZ0PCXX

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-11T18:30:53.308Zjob assigned to worker 01KRC4VJXNQJSMHCS59P1XBTWS [factory aws, i-03fb8cec6b566bad9] (queued for 48 s)
 
22026-05-11T18:30:59.643Zstarting task 0: "setup"
32026-05-11T18:30:59.646Z++ uname -s
42026-05-11T18:30:59.649Z+ kern=SunOS
52026-05-11T18:30:59.649Z+ build_user=build
62026-05-11T18:30:59.649Z+ build_uid=12345
72026-05-11T18:30:59.649Z+ work_dir=/work
82026-05-11T18:30:59.649Z+ input_dir=/input
92026-05-11T18:30:59.649Z+ [[ 0 == 12345 ]]
102026-05-11T18:30:59.650Z+ case "$kern" in
112026-05-11T18:30:59.650Z+ groupadd -g 12345 build
122026-05-11T18:30:59.652Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-11T18:31:01.657Z+ zfs create -o mountpoint=/work rpool/work
142026-05-11T18:31:01.755Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-11T18:31:01.758Z+ home_fs=zfs
162026-05-11T18:31:01.758Z+ [[ zfs == autofs ]]
172026-05-11T18:31:01.758Z+ mkdir -p /home/build
182026-05-11T18:31:01.759Z+ chown build:build /home/build /work
192026-05-11T18:31:03.760Z+ chmod 0700 /home/build /work
202026-05-11T18:31:03.762Zprocess exited: duration 4122 ms, exit code 0
 
212026-05-11T18:31:03.770Zstarting task 1: "rust-toolchain"
222026-05-11T18:31:03.773Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-11T18:31:03.773Z * rust toolchain channel = "1.94.0"
242026-05-11T18:31:03.773Z * rust toolchain profile = "default"
252026-05-11T18:31:03.773Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-11T18:31:03.773Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-11T18:31:03.773Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-11T18:31:03.776Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-11T18:31:03.776Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-11T18:31:03.882Zinfo: downloading installer
312026-05-11T18:31:05.275Zwarn: It looks like you have an existing rustup settings file at:
322026-05-11T18:31:05.275Zwarn: /home/build/.rustup/settings.toml
332026-05-11T18:31:05.275Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-11T18:31:05.275Zwarn: instead of the one inferred from the default host triple.
352026-05-11T18:31:05.288Zinfo: profile set to default
362026-05-11T18:31:05.288Zinfo: default host triple is x86_64-unknown-illumos
372026-05-11T18:31:05.291Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-11T18:31:05.441Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-11T18:31:05.444Zinfo: downloading 6 components
402026-05-11T18:31:20.166Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-11T18:31:20.166Z
422026-05-11T18:31:20.193Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-11T18:31:20.194Z
442026-05-11T18:31:20.194Z
452026-05-11T18:31:20.194ZRust is installed now. Great!
462026-05-11T18:31:20.194Z
472026-05-11T18:31:20.194ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-11T18:31:20.194Zenvironment variable. This has not been done automatically.
492026-05-11T18:31:20.194Z
502026-05-11T18:31:20.194ZTo configure your current shell, you need to source
512026-05-11T18:31:20.194Zthe corresponding env file under $HOME/.cargo.
522026-05-11T18:31:20.197Z
532026-05-11T18:31:20.197ZThis is usually done by running one of the following (note the leading DOT):
542026-05-11T18:31:20.197Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-11T18:31:20.197Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-11T18:31:20.197Zsource "~/.cargo/env.nu" # For nushell
572026-05-11T18:31:20.197Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-11T18:31:20.197Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-11T18:31:20.197Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-11T18:31:20.197Zwarn: no default linker (`cc`) was found in your PATH
612026-05-11T18:31:20.197Zwarn: many Rust crates require a system C toolchain to build
622026-05-11T18:31:20.279Z+ rustup --version
632026-05-11T18:31:20.288Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-11T18:31:20.290Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-11T18:31:20.308Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-11T18:31:20.311Z+ cargo --version
672026-05-11T18:31:20.323Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-11T18:31:20.326Z+ rustc --version
692026-05-11T18:31:20.345Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-11T18:31:20.347Zprocess exited: duration 16578 ms, exit code 0
 
712026-05-11T18:31:20.353Zstarting task 2: "authentication"
722026-05-11T18:31:20.369Zprocess exited: duration 15 ms, exit code 0
 
732026-05-11T18:31:20.374Zstarting task 3: "clone repository"
742026-05-11T18:31:20.378Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-11T18:31:20.380Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-11T18:31:20.420ZCloning into '/work/oxidecomputer/omicron'...
772026-05-11T18:31:30.116Z+ cd /work/oxidecomputer/omicron
782026-05-11T18:31:30.116Z+ git fetch origin c4b26142f4b39c370639abe8a63f9db0de460c9b
792026-05-11T18:31:30.538ZFrom https://github.com/oxidecomputer/omicron
802026-05-11T18:31:30.538Z * branch c4b26142f4b39c370639abe8a63f9db0de460c9b -> FETCH_HEAD
812026-05-11T18:31:30.548Z+ [[ -n '' ]]
822026-05-11T18:31:30.548Z+ git reset --hard c4b26142f4b39c370639abe8a63f9db0de460c9b
832026-05-11T18:31:30.629ZHEAD is now at c4b26142f Prepend the UUID with the nexus label
842026-05-11T18:31:30.632Zprocess exited: duration 10255 ms, exit code 0
 
852026-05-11T18:31:30.638Zstarting task 4: "build"
862026-05-11T18:31:30.642Z+ source .github/buildomat/ci-env.sh
872026-05-11T18:31:30.645Z++ export CARGO_TERM_COLOR=always
882026-05-11T18:31:30.645Z++ CARGO_TERM_COLOR=always
892026-05-11T18:31:30.645Z+ cargo --version
902026-05-11T18:31:30.653Zcargo 1.94.0 (85eff7c80 2026-01-15)
912026-05-11T18:31:30.655Z+ rustc --version
922026-05-11T18:31:30.675Zrustc 1.94.0 (4a4ef493e 2026-03-02)
932026-05-11T18:31:30.678Z+ source ./env.sh
942026-05-11T18:31:30.678Z++ OLD_SHELL_OPTS=ehxB
952026-05-11T18:31:30.678Z++ set -o xtrace
962026-05-11T18:31:30.681Z++++ dirname ./env.sh
972026-05-11T18:31:30.704Z+++ readlink -f .
982026-05-11T18:31:30.708Z++ OMICRON_WS=/work/oxidecomputer/omicron
992026-05-11T18:31:30.708Z++ 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-11T18:31:30.708Z++ 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-11T18:31:30.708Z++ 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-11T18:31:30.708Z++ 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-11T18:31:30.708Z++ 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-11T18:31:30.708Z++ 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-11T18:31:30.708Z++ 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-11T18:31:30.708Z++ 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-11T18:31:30.708Z++ case $OLD_SHELL_OPTS in
1082026-05-11T18:31:30.708Z++ unset OLD_SHELL_OPTS OMICRON_WS
1092026-05-11T18:31:30.708Z+ 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-11T18:31:30.708Z+ 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-11T18:31:30.708Z+ banner prerequisites
1122026-05-11T18:31:30.711Z
1132026-05-11T18:31:30.711Z ##### ##### ###### ##### ###### #### # # # #### #
1142026-05-11T18:31:30.711Z # # # # # # # # # # # # # # #
1152026-05-11T18:31:30.711Z # # # # ##### # # ##### # # # # # #### #
1162026-05-11T18:31:30.711Z ##### ##### # ##### # # # # # # # # #
1172026-05-11T18:31:30.711Z # # # # # # # # # # # # # # #
1182026-05-11T18:31:30.711Z # # # ###### # # ###### ### # #### # #### #
1192026-05-11T18:31:30.711Z
1202026-05-11T18:31:30.711Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1212026-05-11T18:31:32.655Z Startup: Refreshing catalog 'helios' ... Done
1222026-05-11T18:31:32.699Z Startup: Caching catalogs ... Done
1232026-05-11T18:31:32.847ZPlanning: Solver setup ... Done (0.120s)
1242026-05-11T18:31:32.856ZPlanning: Running solver ... Done (0.009s)
1252026-05-11T18:31:32.872ZPlanning: Finding local manifests ... Done (0.014s)
1262026-05-11T18:31:32.890ZPlanning: Fetching manifests: 0/2 0% complete
1272026-05-11T18:31:32.905ZPlanning: Fetching manifests: 2/2 100% complete
1282026-05-11T18:31:32.919ZPlanning: Package planning ... Done (0.013s)
1292026-05-11T18:31:32.922ZPlanning: Merging actions ... Done (0.001s)
1302026-05-11T18:31:33.117ZPlanning: Checking for conflicting actions ... Done (0.197s)
1312026-05-11T18:31:33.120ZPlanning: Consolidating action changes ... Done (0.001s)
1322026-05-11T18:31:34.555ZPlanning: Evaluating mediators ... Done (1.436s)
1332026-05-11T18:31:34.558ZPlanning: Planning completed in 1.84 seconds
1342026-05-11T18:31:34.564Z Packages to install: 2
1352026-05-11T18:31:34.564Z Estimated space available: 156.08 GB
1362026-05-11T18:31:34.565ZEstimated space to be consumed: 16.95 MB
1372026-05-11T18:31:34.565Z Create boot environment: No
1382026-05-11T18:31:34.567ZCreate backup boot environment: No
1392026-05-11T18:31:34.568Z Rebuild boot archive: No
1402026-05-11T18:31:34.568Z
1412026-05-11T18:31:34.568ZChanged packages:
1422026-05-11T18:31:34.568Zhelios
1432026-05-11T18:31:34.568Z developer/build-essential
1442026-05-11T18:31:34.568Z None -> 11-3.0
1452026-05-11T18:31:34.568Z library/libxmlsec1
1462026-05-11T18:31:34.568Z None -> 1.2.35-3.0
1472026-05-11T18:31:34.617Z
1482026-05-11T18:31:34.617ZDownload: 0/214 items 0.0/1.3MB 0% complete
1492026-05-11T18:31:35.286ZDownload: Completed 1.28 MB in 0.67 seconds (1.9M/s)
1502026-05-11T18:31:35.354Z Actions: 1/268 actions (Installing new actions)
1512026-05-11T18:31:35.391Z Actions: Completed 268 actions in 0.04 seconds.
1522026-05-11T18:31:35.397ZFinalize: Updating package state database ... Done (0.004s)
1532026-05-11T18:31:35.397ZFinalize: Updating package cache ... Done (0.000s)
1542026-05-11T18:31:35.406ZFinalize: Updating image state ... Done (0.011s)
1552026-05-11T18:31:38.124ZFinalize: Creating fast lookup database ... Done (2.697s)
1562026-05-11T18:31:38.195ZFinalize: Reading search index ... Done (0.013s)
1572026-05-11T18:31:38.198ZFinalize: Updating search index ... Done (0.000s)
1582026-05-11T18:31:38.269ZFinalize: Updating package cache ... Done (0.000s)
1592026-05-11T18:31:38.560ZPlanning: Evaluating mediator changes ... Done
1602026-05-11T18:31:38.662ZPlanning: Checking for conflicting actions ... Done
1612026-05-11T18:31:38.666ZPlanning: Consolidating action changes ... Done
1622026-05-11T18:31:38.821ZPlanning: Evaluating mediators ... Done
1632026-05-11T18:31:38.825ZPlanning: Planning completed in 0.26 seconds
1642026-05-11T18:31:38.847Z Mediators to change: 2
1652026-05-11T18:31:38.847Z Create boot environment: No
1662026-05-11T18:31:38.847ZCreate backup boot environment: No
1672026-05-11T18:31:38.887ZFinalize: Updating package state database ... Done
1682026-05-11T18:31:38.892ZFinalize: Updating package cache ... Done
1692026-05-11T18:31:38.896ZFinalize: Updating image state ... Done
1702026-05-11T18:31:40.833ZFinalize: Creating fast lookup database ... Done
1712026-05-11T18:31:40.894ZFinalize: Reading search index ... Done
1722026-05-11T18:31:40.898ZFinalize: Updating search index ... Done
1732026-05-11T18:31:40.957ZFinalize: Updating package cache ... Done
1742026-05-11T18:31:41.245ZPlanning: Evaluating mediator changes ... Done
1752026-05-11T18:31:41.344ZPlanning: Checking for conflicting actions ... Done
1762026-05-11T18:31:41.348ZPlanning: Consolidating action changes ... Done
1772026-05-11T18:31:41.501ZPlanning: Evaluating mediators ... Done
1782026-05-11T18:31:41.506ZPlanning: Planning completed in 0.26 seconds
1792026-05-11T18:31:41.524Z Mediators to change: 1
1802026-05-11T18:31:41.524Z Create boot environment: No
1812026-05-11T18:31:41.524ZCreate backup boot environment: No
1822026-05-11T18:31:41.564ZFinalize: Updating package state database ... Done
1832026-05-11T18:31:41.564ZFinalize: Updating package cache ... Done
1842026-05-11T18:31:41.572ZFinalize: Updating image state ... Done
1852026-05-11T18:31:43.505ZFinalize: Creating fast lookup database ... Done
1862026-05-11T18:31:43.564ZFinalize: Reading search index ... Done
1872026-05-11T18:31:43.570ZFinalize: Updating search index ... Done
1882026-05-11T18:31:43.668ZFinalize: Updating package cache ... Done
1892026-05-11T18:31:43.979ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1902026-05-11T18:31:43.979Zapache system 2.4 system
1912026-05-11T18:31:43.979Zclang system 15 system
1922026-05-11T18:31:43.979Zcsh system system illumos
1932026-05-11T18:31:43.979Zctags system system illumos
1942026-05-11T18:31:43.979Zfile vendor vendor darwinsys
1952026-05-11T18:31:43.979Zfile system system illumos
1962026-05-11T18:31:43.979Zgcc vendor 14 vendor
1972026-05-11T18:31:43.979Zgcc system 13 system
1982026-05-11T18:31:43.979Zgcc system 10 system
1992026-05-11T18:31:43.979Zgo system 1.25 system
2002026-05-11T18:31:43.979Zllvm system 15 system
2012026-05-11T18:31:43.979Zmariadb system 11.4 system
2022026-05-11T18:31:43.979Zmta vendor vendor dma
2032026-05-11T18:31:43.979Zopenjdk system 17 system
2042026-05-11T18:31:43.979Zopenjdk system 11 system
2052026-05-11T18:31:43.980Zopenssl vendor 3 vendor
2062026-05-11T18:31:43.980Zperl system 5.40 system
2072026-05-11T18:31:43.980Zpostgresql system 18 system
2082026-05-11T18:31:43.980Zpostgresql system 17 system
2092026-05-11T18:31:43.980Zpython vendor 3 vendor
2102026-05-11T18:31:43.980Zpython system 2 system
2112026-05-11T18:31:43.980Zpython3 vendor 3.13 vendor
2122026-05-11T18:31:43.980Zruby system 3.4 system
2132026-05-11T18:31:43.980Zruby system 3.0 system
2142026-05-11T18:31:43.980Zwords vendor vendor american-english
2152026-05-11T18:31:43.980Zwords system system australian-english
2162026-05-11T18:31:43.980Zwords system system british-english
2172026-05-11T18:31:43.980Zwords system system canadian-english
2182026-05-11T18:31:43.980Zwords system system french
2192026-05-11T18:31:43.980Zwords system system italian
2202026-05-11T18:31:43.980Zwords system system ngerman
2212026-05-11T18:31:43.980Zwords system system ogerman
2222026-05-11T18:31:43.980Zwords system system spanish
2232026-05-11T18:31:44.236ZPUBLISHER TYPE STATUS P LOCATION
2242026-05-11T18:31:44.236Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2252026-05-11T18:31:44.502ZFMRI IFO
2262026-05-11T18:31:44.502Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2272026-05-11T18:31:44.502Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2282026-05-11T18:31:44.502Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2292026-05-11T18:31:44.502Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2302026-05-11T18:31:44.502Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2312026-05-11T18:31:44.503Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2322026-05-11T18:31:44.503Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2332026-05-11T18:31:44.503Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2342026-05-11T18:31:44.503Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2352026-05-11T18:31:44.743Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2362026-05-11T18:31:45.006Z Updating crates.io index
2372026-05-11T18:31:45.039Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2382026-05-11T18:31:45.302Z Updating git repository `https://github.com/oxidecomputer/lldp`
2392026-05-11T18:31:46.215Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2402026-05-11T18:31:46.998Z Updating git repository `https://github.com/oxidecomputer/propolis`
2412026-05-11T18:31:47.824Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2422026-05-11T18:31:48.384Z Updating git repository `https://github.com/oxidecomputer/crucible`
2432026-05-11T18:31:49.701Z Updating git repository `https://github.com/oxidecomputer/opte`
2442026-05-11T18:31:50.580Z Updating git repository `https://github.com/oxidecomputer/tofino`
2452026-05-11T18:31:50.893Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2462026-05-11T18:31:51.791Z Updating git repository `https://github.com/oxidecomputer/clickward`
2472026-05-11T18:31:52.374Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2482026-05-11T18:31:52.676Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2492026-05-11T18:31:52.996Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2502026-05-11T18:31:54.381Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2512026-05-11T18:31:54.892Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2522026-05-11T18:31:55.327Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2532026-05-11T18:31:55.701Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2542026-05-11T18:31:56.110Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2552026-05-11T18:31:56.370Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2562026-05-11T18:31:56.638Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2572026-05-11T18:31:56.913Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2582026-05-11T18:31:57.343Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2592026-05-11T18:31:57.697Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2602026-05-11T18:31:58.345Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2612026-05-11T18:31:58.612Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2622026-05-11T18:31:58.980Z Updating git repository `https://github.com/oxidecomputer/ispf`
2632026-05-11T18:31:59.305Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2642026-05-11T18:32:00.334Z Updating git repository `https://github.com/oxidecomputer/crucible`
2652026-05-11T18:32:01.304Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2662026-05-11T18:32:01.816Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2672026-05-11T18:32:02.218Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2682026-05-11T18:32:02.669Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2692026-05-11T18:32:07.016Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2702026-05-11T18:32:07.147Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2712026-05-11T18:32:07.147Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2722026-05-11T18:32:07.147Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2732026-05-11T18:32:07.147Z Updating git repository `https://github.com/illumos/smf-rs`
2742026-05-11T18:32:07.147Z Updating git repository `https://github.com/oxidecomputer/omicron`
2752026-05-11T18:32:17.031Z Downloading crates ...
2762026-05-11T18:32:17.087Z Downloaded byteorder v1.5.0
2772026-05-11T18:32:17.090Z Downloaded camino-tempfile v1.4.1
2782026-05-11T18:32:17.091Z Downloaded camino v1.2.2
2792026-05-11T18:32:17.094Z Downloaded anstyle v1.0.13
2802026-05-11T18:32:17.094Z Downloaded anstream v0.6.21
2812026-05-11T18:32:17.094Z Downloaded clap_derive v4.5.55
2822026-05-11T18:32:17.097Z Downloaded cargo-platform v0.2.0
2832026-05-11T18:32:17.101Z Downloaded toml_datetime v0.6.11
2842026-05-11T18:32:17.101Z Downloaded equivalent v1.0.2
2852026-05-11T18:32:17.101Z Downloaded clap v4.5.60
2862026-05-11T18:32:17.106Z Downloaded cargo_metadata v0.21.0
2872026-05-11T18:32:17.113Z Downloaded pest_derive v2.8.6
2882026-05-11T18:32:17.116Z Downloaded clap_lex v1.0.0
2892026-05-11T18:32:17.116Z Downloaded idna_adapter v1.2.1
2902026-05-11T18:32:17.116Z Downloaded toml_write v0.1.2
2912026-05-11T18:32:17.120Z Downloaded unicode-linebreak v0.1.5
2922026-05-11T18:32:17.123Z Downloaded form_urlencoded v1.2.2
2932026-05-11T18:32:17.123Z Downloaded crypto-common v0.1.7
2942026-05-11T18:32:17.123Z Downloaded zerofrom v0.1.6
2952026-05-11T18:32:17.123Z Downloaded version_check v0.9.5
2962026-05-11T18:32:17.127Z Downloaded cargo_toml v0.21.0
2972026-05-11T18:32:17.127Z Downloaded usdt-attr-macro v0.5.0
2982026-05-11T18:32:17.130Z Downloaded plain v0.2.3
2992026-05-11T18:32:17.130Z Downloaded fastrand v2.3.0
3002026-05-11T18:32:17.130Z Downloaded errno v0.3.14
3012026-05-11T18:32:17.130Z Downloaded typeid v1.0.3
3022026-05-11T18:32:17.134Z Downloaded erased-serde v0.4.9
3032026-05-11T18:32:17.134Z Downloaded usdt v0.5.0
3042026-05-11T18:32:17.134Z Downloaded proc-macro-error v1.0.4
3052026-05-11T18:32:17.137Z Downloaded utf8parse v0.2.2
3062026-05-11T18:32:17.137Z Downloaded smallvec v1.15.1
3072026-05-11T18:32:17.137Z Downloaded zerofrom-derive v0.1.6
3082026-05-11T18:32:17.141Z Downloaded thiserror v1.0.69
3092026-05-11T18:32:17.141Z Downloaded stable_deref_trait v1.2.1
3102026-05-11T18:32:17.145Z Downloaded macaddr v1.0.1
3112026-05-11T18:32:17.145Z Downloaded heck v0.4.1
3122026-05-11T18:32:17.145Z Downloaded cfg-if v1.0.4
3132026-05-11T18:32:17.146Z Downloaded block-buffer v0.10.4
3142026-05-11T18:32:17.146Z Downloaded yoke-derive v0.8.1
3152026-05-11T18:32:17.149Z Downloaded usdt-macro v0.5.0
3162026-05-11T18:32:17.149Z Downloaded utf8_iter v1.0.4
3172026-05-11T18:32:17.149Z Downloaded thread-id v4.2.2
3182026-05-11T18:32:17.150Z Downloaded colorchoice v1.0.4
3192026-05-11T18:32:17.150Z Downloaded usdt-impl v0.5.0
3202026-05-11T18:32:17.150Z Downloaded unicode-xid v0.2.6
3212026-05-11T18:32:17.150Z Downloaded thiserror-impl v1.0.69
3222026-05-11T18:32:17.150Z Downloaded quote v1.0.45
3232026-05-11T18:32:17.153Z Downloaded potential_utf v0.1.4
3242026-05-11T18:32:17.153Z Downloaded yoke v0.8.1
3252026-05-11T18:32:17.153Z Downloaded tinystr v0.8.2
3262026-05-11T18:32:17.153Z Downloaded thiserror v2.0.18
3272026-05-11T18:32:17.156Z Downloaded anstyle-query v1.1.5
3282026-05-11T18:32:17.157Z Downloaded serde-value v0.7.0
3292026-05-11T18:32:17.160Z Downloaded percent-encoding v2.3.2
3302026-05-11T18:32:17.160Z Downloaded zmij v1.0.21
3312026-05-11T18:32:17.160Z Downloaded thiserror-impl v2.0.18
3322026-05-11T18:32:17.160Z Downloaded proc-macro-error-attr v1.0.4
3332026-05-11T18:32:17.163Z Downloaded ordered-float v2.10.1
3342026-05-11T18:32:17.163Z Downloaded fnv v1.0.7
3352026-05-11T18:32:17.166Z Downloaded zerocopy-derive v0.7.35
3362026-05-11T18:32:17.169Z Downloaded zerovec-derive v0.11.2
3372026-05-11T18:32:17.169Z Downloaded heck v0.5.0
3382026-05-11T18:32:17.170Z Downloaded unicode-ident v1.0.24
3392026-05-11T18:32:17.173Z Downloaded toml v0.8.23
3402026-05-11T18:32:17.173Z Downloaded writeable v0.6.2
3412026-05-11T18:32:17.176Z Downloaded scroll_derive v0.12.1
3422026-05-11T18:32:17.176Z Downloaded pretty-hex v0.4.1
3432026-05-11T18:32:17.176Z Downloaded itoa v1.0.17
3442026-05-11T18:32:17.176Z Downloaded is_terminal_polyfill v1.70.2
3452026-05-11T18:32:17.176Z Downloaded generic-array v0.14.7
3462026-05-11T18:32:17.180Z Downloaded strsim v0.11.1
3472026-05-11T18:32:17.183Z Downloaded smawk v0.3.2
3482026-05-11T18:32:17.183Z Downloaded textwrap v0.16.2
3492026-05-11T18:32:17.187Z Downloaded typenum v1.19.0
3502026-05-11T18:32:17.190Z Downloaded toml_edit v0.22.27
3512026-05-11T18:32:17.193Z Downloaded ucd-trie v0.1.7
3522026-05-11T18:32:17.193Z Downloaded tabled_derive v0.7.0
3532026-05-11T18:32:17.197Z Downloaded url v2.5.8
3542026-05-11T18:32:17.197Z Downloaded dtrace-parser v0.2.0
3552026-05-11T18:32:17.197Z Downloaded dof v0.3.0
3562026-05-11T18:32:17.197Z Downloaded cpufeatures v0.2.17
3572026-05-11T18:32:17.200Z Downloaded zerotrie v0.2.3
3582026-05-11T18:32:17.203Z Downloaded displaydoc v0.2.5
3592026-05-11T18:32:17.203Z Downloaded pest_meta v2.8.6
3602026-05-11T18:32:17.208Z Downloaded terminal_size v0.4.3
3612026-05-11T18:32:17.212Z Downloaded serde_spanned v0.6.9
3622026-05-11T18:32:17.215Z Downloaded zerovec v0.11.5
3632026-05-11T18:32:17.218Z Downloaded icu_collections v2.1.1
3642026-05-11T18:32:17.222Z Downloaded memmap v0.7.0
3652026-05-11T18:32:17.225Z Downloaded swrite v0.1.0
3662026-05-11T18:32:17.225Z Downloaded scroll v0.12.0
3672026-05-11T18:32:17.225Z Downloaded fs-err v3.3.0
3682026-05-11T18:32:17.225Z Downloaded zerocopy v0.7.35
3692026-05-11T18:32:17.232Z Downloaded synstructure v0.13.2
3702026-05-11T18:32:17.235Z Downloaded winnow v0.7.14
3712026-05-11T18:32:17.239Z Downloaded unicode-width v0.1.14
3722026-05-11T18:32:17.242Z Downloaded icu_locale_core v2.1.1
3732026-05-11T18:32:17.245Z Downloaded anstyle-parse v0.2.7
3742026-05-11T18:32:17.248Z Downloaded unicode-width v0.2.0
3752026-05-11T18:32:17.252Z Downloaded digest v0.10.7
3762026-05-11T18:32:17.252Z Downloaded serde-untagged v0.1.9
3772026-05-11T18:32:17.252Z Downloaded litemap v0.8.1
3782026-05-11T18:32:17.255Z Downloaded autocfg v1.5.0
3792026-05-11T18:32:17.255Z Downloaded semver v1.0.28
3802026-05-11T18:32:17.258Z Downloaded bitflags v2.11.0
3812026-05-11T18:32:17.258Z Downloaded bytecount v0.6.9
3822026-05-11T18:32:17.262Z Downloaded anyhow v1.0.102
3832026-05-11T18:32:17.266Z Downloaded tempfile v3.25.0
3842026-05-11T18:32:17.269Z Downloaded pest_generator v2.8.6
3852026-05-11T18:32:17.269Z Downloaded cargo-util-schemas v0.8.2
3862026-05-11T18:32:17.275Z Downloaded icu_properties v2.1.2
3872026-05-11T18:32:17.290Z Downloaded once_cell v1.21.3
3882026-05-11T18:32:17.293Z Downloaded log v0.4.29
3892026-05-11T18:32:17.296Z Downloaded icu_provider v2.1.1
3902026-05-11T18:32:17.296Z Downloaded proc-macro2 v1.0.106
3912026-05-11T18:32:17.300Z Downloaded sha2 v0.10.9
3922026-05-11T18:32:17.303Z Downloaded serde_tokenstream v0.2.3
3932026-05-11T18:32:17.303Z Downloaded num-traits v0.2.19
3942026-05-11T18:32:17.306Z Downloaded getrandom v0.4.1
3952026-05-11T18:32:17.310Z Downloaded papergrid v0.11.0
3962026-05-11T18:32:17.313Z Downloaded serde_derive v1.0.228
3972026-05-11T18:32:17.316Z Downloaded icu_normalizer_data v2.1.1
3982026-05-11T18:32:17.316Z Downloaded icu_normalizer v2.1.1
3992026-05-11T18:32:17.319Z Downloaded serde_core v1.0.228
4002026-05-11T18:32:17.324Z Downloaded serde v1.0.228
4012026-05-11T18:32:17.327Z Downloaded memchr v2.8.0
4022026-05-11T18:32:17.346Z Downloaded indexmap v2.14.0
4032026-05-11T18:32:17.354Z Downloaded idna v1.1.0
4042026-05-11T18:32:17.370Z Downloaded pest v2.8.6
4052026-05-11T18:32:17.382Z Downloaded serde_json v1.0.149
4062026-05-11T18:32:17.389Z Downloaded goblin v0.8.2
4072026-05-11T18:32:17.393Z Downloaded hashbrown v0.17.0
4082026-05-11T18:32:17.396Z Downloaded clap_builder v4.5.60
4092026-05-11T18:32:17.399Z Downloaded icu_properties_data v2.1.2
4102026-05-11T18:32:17.404Z Downloaded tabled v0.15.0
4112026-05-11T18:32:17.419Z Downloaded syn v1.0.109
4122026-05-11T18:32:17.424Z Downloaded syn v2.0.117
4132026-05-11T18:32:17.447Z Downloaded rustix v1.1.3
4142026-05-11T18:32:17.471Z Downloaded libc v0.2.185
4152026-05-11T18:32:17.538Z Compiling proc-macro2 v1.0.106
4162026-05-11T18:32:17.538Z Compiling unicode-ident v1.0.24
4172026-05-11T18:32:17.542Z Compiling quote v1.0.45
4182026-05-11T18:32:17.542Z Compiling serde_core v1.0.228
4192026-05-11T18:32:17.542Z Compiling libc v0.2.185
4202026-05-11T18:32:17.542Z Compiling version_check v0.9.5
4212026-05-11T18:32:17.542Z Compiling memchr v2.8.0
4222026-05-11T18:32:17.542Z Compiling serde v1.0.228
4232026-05-11T18:32:17.861Z Compiling stable_deref_trait v1.2.1
4242026-05-11T18:32:17.937Z Compiling zmij v1.0.21
4252026-05-11T18:32:18.089Z Compiling thiserror v1.0.69
4262026-05-11T18:32:18.257Z Compiling itoa v1.0.17
4272026-05-11T18:32:18.272Z Compiling autocfg v1.5.0
4282026-05-11T18:32:18.395Z Compiling ucd-trie v0.1.7
4292026-05-11T18:32:18.635Z Compiling pest v2.8.6
4302026-05-11T18:32:18.660Z Compiling writeable v0.6.2
4312026-05-11T18:32:18.681Z Compiling litemap v0.8.1
4322026-05-11T18:32:18.696Z Compiling byteorder v1.5.0
4332026-05-11T18:32:18.740Z Compiling icu_properties_data v2.1.2
4342026-05-11T18:32:18.855Z Compiling rustix v1.1.3
4352026-05-11T18:32:18.921Z Compiling icu_normalizer_data v2.1.1
4362026-05-11T18:32:19.155Z Compiling syn v2.0.117
4372026-05-11T18:32:19.227Z Compiling errno v0.3.14
4382026-05-11T18:32:19.241Z Compiling serde_json v1.0.149
4392026-05-11T18:32:19.258Z Compiling bitflags v2.11.0
4402026-05-11T18:32:19.479Z Compiling num-traits v0.2.19
4412026-05-11T18:32:19.514Z Compiling smallvec v1.15.1
4422026-05-11T18:32:19.538Z Compiling equivalent v1.0.2
4432026-05-11T18:32:19.639Z Compiling typeid v1.0.3
4442026-05-11T18:32:19.671Z Compiling hashbrown v0.17.0
4452026-05-11T18:32:19.736Z Compiling pest_meta v2.8.6
4462026-05-11T18:32:20.118Z Compiling thread-id v4.2.2
4472026-05-11T18:32:20.137Z Compiling proc-macro-error-attr v1.0.4
4482026-05-11T18:32:20.182Z Compiling indexmap v2.14.0
4492026-05-11T18:32:20.200Z Compiling usdt-impl v0.5.0
4502026-05-11T18:32:20.225Z Compiling winnow v0.7.14
4512026-05-11T18:32:20.315Z Compiling syn v1.0.109
4522026-05-11T18:32:20.407Z Compiling erased-serde v0.4.9
4532026-05-11T18:32:20.603Z Compiling toml_write v0.1.2
4542026-05-11T18:32:20.820Z Compiling proc-macro-error v1.0.4
4552026-05-11T18:32:20.917Z Compiling getrandom v0.4.1
4562026-05-11T18:32:21.005Z Compiling utf8parse v0.2.2
4572026-05-11T18:32:21.122Z Compiling camino v1.2.2
4582026-05-11T18:32:21.255Z Compiling percent-encoding v2.3.2
4592026-05-11T18:32:21.350Z Compiling plain v0.2.3
4602026-05-11T18:32:21.370Z Compiling utf8_iter v1.0.4
4612026-05-11T18:32:21.437Z Compiling thiserror v2.0.18
4622026-05-11T18:32:21.452Z Compiling log v0.4.29
4632026-05-11T18:32:21.514Z Compiling form_urlencoded v1.2.2
4642026-05-11T18:32:21.531Z Compiling ordered-float v2.10.1
4652026-05-11T18:32:21.590Z Compiling anstyle-parse v0.2.7
4662026-05-11T18:32:21.736Z Compiling synstructure v0.13.2
4672026-05-11T18:32:21.777Z Compiling pest_generator v2.8.6
4682026-05-11T18:32:21.796Z Compiling terminal_size v0.4.3
4692026-05-11T18:32:21.978Z Compiling anstyle v1.0.13
4702026-05-11T18:32:22.092Z Compiling anstyle-query v1.1.5
4712026-05-11T18:32:22.130Z Compiling colorchoice v1.0.4
4722026-05-11T18:32:22.180Z Compiling is_terminal_polyfill v1.70.2
4732026-05-11T18:32:22.220Z Compiling cfg-if v1.0.4
4742026-05-11T18:32:22.237Z Compiling pretty-hex v0.4.1
4752026-05-11T18:32:22.261Z Compiling anstream v0.6.21
4762026-05-11T18:32:22.325Z Compiling serde-untagged v0.1.9
4772026-05-11T18:32:22.398Z Compiling semver v1.0.28
4782026-05-11T18:32:22.475Z Compiling fs-err v3.3.0
4792026-05-11T18:32:22.559Z Compiling anyhow v1.0.102
4802026-05-11T18:32:22.576Z Compiling fastrand v2.3.0
4812026-05-11T18:32:22.668Z Compiling fnv v1.0.7
4822026-05-11T18:32:22.712Z Compiling heck v0.4.1
4832026-05-11T18:32:22.745Z Compiling clap_lex v1.0.0
4842026-05-11T18:32:22.767Z Compiling unicode-xid v0.2.6
4852026-05-11T18:32:22.838Z Compiling bytecount v0.6.9
4862026-05-11T18:32:22.863Z Compiling unicode-width v0.1.14
4872026-05-11T18:32:22.936Z Compiling once_cell v1.21.3
4882026-05-11T18:32:22.969Z Compiling heck v0.5.0
4892026-05-11T18:32:22.975Z Compiling strsim v0.11.1
4902026-05-11T18:32:23.134Z Compiling tempfile v3.25.0
4912026-05-11T18:32:23.151Z Compiling papergrid v0.11.0
4922026-05-11T18:32:23.193Z Compiling clap_builder v4.5.60
4932026-05-11T18:32:23.404Z Compiling serde_derive v1.0.228
4942026-05-11T18:32:23.421Z Compiling zerofrom-derive v0.1.6
4952026-05-11T18:32:23.437Z Compiling yoke-derive v0.8.1
4962026-05-11T18:32:23.503Z Compiling zerovec-derive v0.11.2
4972026-05-11T18:32:23.866Z Compiling displaydoc v0.2.5
4982026-05-11T18:32:24.591Z Compiling thiserror-impl v1.0.69
4992026-05-11T18:32:24.614Z Compiling zerocopy-derive v0.7.35
5002026-05-11T18:32:24.638Z Compiling pest_derive v2.8.6
5012026-05-11T18:32:24.678Z Compiling scroll_derive v0.12.1
5022026-05-11T18:32:24.869Z Compiling zerofrom v0.1.6
5032026-05-11T18:32:25.014Z Compiling yoke v0.8.1
5042026-05-11T18:32:25.062Z Compiling thiserror-impl v2.0.18
5052026-05-11T18:32:25.214Z Compiling zerovec v0.11.5
5062026-05-11T18:32:25.328Z Compiling zerotrie v0.2.3
5072026-05-11T18:32:25.464Z Compiling zerocopy v0.7.35
5082026-05-11T18:32:25.620Z Compiling scroll v0.12.0
5092026-05-11T18:32:25.700Z Compiling tinystr v0.8.2
5102026-05-11T18:32:25.890Z Compiling icu_locale_core v2.1.1
5112026-05-11T18:32:25.909Z Compiling potential_utf v0.1.4
5122026-05-11T18:32:25.943Z Compiling dtrace-parser v0.2.0
5132026-05-11T18:32:26.008Z Compiling goblin v0.8.2
5142026-05-11T18:32:26.074Z Compiling icu_collections v2.1.1
5152026-05-11T18:32:26.259Z Compiling tabled_derive v0.7.0
5162026-05-11T18:32:26.479Z Compiling clap_derive v4.5.55
5172026-05-11T18:32:26.552Z Compiling icu_provider v2.1.1
5182026-05-11T18:32:26.693Z Compiling memmap v0.7.0
5192026-05-11T18:32:26.767Z Compiling unicode-linebreak v0.1.5
5202026-05-11T18:32:26.851Z Compiling icu_normalizer v2.1.1
5212026-05-11T18:32:26.870Z Compiling icu_properties v2.1.2
5222026-05-11T18:32:26.873Z Compiling serde_spanned v0.6.9
5232026-05-11T18:32:26.904Z Compiling toml_datetime v0.6.11
5242026-05-11T18:32:27.017Z Compiling dof v0.3.0
5252026-05-11T18:32:27.048Z Compiling serde_tokenstream v0.2.3
5262026-05-11T18:32:27.166Z Compiling toml_edit v0.22.27
5272026-05-11T18:32:27.195Z Compiling serde-value v0.7.0
5282026-05-11T18:32:27.392Z Compiling cargo-platform v0.2.0
5292026-05-11T18:32:27.421Z Compiling smawk v0.3.2
5302026-05-11T18:32:27.538Z Compiling unicode-width v0.2.0
5312026-05-11T18:32:27.569Z Compiling tabled v0.15.0
5322026-05-11T18:32:27.660Z Compiling macaddr v1.0.1
5332026-05-11T18:32:27.829Z Compiling idna_adapter v1.2.1
5342026-05-11T18:32:27.890Z Compiling textwrap v0.16.2
5352026-05-11T18:32:27.949Z Compiling idna v1.1.0
5362026-05-11T18:32:27.952Z Compiling usdt-macro v0.5.0
5372026-05-11T18:32:27.983Z Compiling usdt-attr-macro v0.5.0
5382026-05-11T18:32:28.193Z Compiling clap v4.5.60
5392026-05-11T18:32:28.290Z Compiling url v2.5.8
5402026-05-11T18:32:28.611Z Compiling toml v0.8.23
5412026-05-11T18:32:29.038Z Compiling cargo-util-schemas v0.8.2
5422026-05-11T18:32:29.107Z Compiling cargo_toml v0.21.0
5432026-05-11T18:32:29.143Z Compiling camino-tempfile v1.4.1
5442026-05-11T18:32:29.299Z Compiling usdt v0.5.0
5452026-05-11T18:32:29.388Z Compiling swrite v0.1.0
5462026-05-11T18:32:29.491Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5472026-05-11T18:32:29.950Z Compiling cargo_metadata v0.21.0
5482026-05-11T18:32:30.876Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5492026-05-11T18:32:32.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.35s
5502026-05-11T18:32:33.175Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5512026-05-11T18:32:33.747Z Downloading crates ...
5522026-05-11T18:32:33.837Z Downloaded adler2 v2.0.1
5532026-05-11T18:32:33.844Z Downloaded base16ct v0.2.0
5542026-05-11T18:32:33.848Z Downloaded cipher v0.4.4
5552026-05-11T18:32:33.851Z Downloaded argon2 v0.5.3
5562026-05-11T18:32:33.851Z Downloaded aes-gcm v0.10.3
5572026-05-11T18:32:33.856Z Downloaded bb8 v0.8.6
5582026-05-11T18:32:33.859Z Downloaded cstr-argument v0.1.2
5592026-05-11T18:32:33.859Z Downloaded cfg_aliases v0.2.1
5602026-05-11T18:32:33.859Z Downloaded aead v0.5.2
5612026-05-11T18:32:33.862Z Downloaded convert_case v0.10.0
5622026-05-11T18:32:33.866Z Downloaded ctr v0.9.2
5632026-05-11T18:32:33.869Z Downloaded bitfield-macros v0.19.4
5642026-05-11T18:32:33.869Z Downloaded async-stream v0.3.6
5652026-05-11T18:32:33.870Z Downloaded arrayref v0.3.9
5662026-05-11T18:32:33.873Z Downloaded crossbeam-utils v0.8.21
5672026-05-11T18:32:33.873Z Downloaded bitflags v1.3.2
5682026-05-11T18:32:33.876Z Downloaded crucible-workspace-hack v0.1.0
5692026-05-11T18:32:33.876Z Downloaded cexpr v0.6.0
5702026-05-11T18:32:33.876Z Downloaded cargo_metadata v0.19.2
5712026-05-11T18:32:33.880Z Downloaded base64ct v1.8.3
5722026-05-11T18:32:33.880Z Downloaded dunce v1.0.5
5732026-05-11T18:32:33.883Z Downloaded defmt-parser v1.0.0
5742026-05-11T18:32:33.883Z Downloaded flagset v0.4.7
5752026-05-11T18:32:33.883Z Downloaded deranged v0.5.8
5762026-05-11T18:32:33.883Z Downloaded base64 v0.21.7
5772026-05-11T18:32:33.888Z Downloaded darling_macro v0.20.11
5782026-05-11T18:32:33.888Z Downloaded diesel-dtrace v0.5.0
5792026-05-11T18:32:33.891Z Downloaded csv-core v0.1.13
5802026-05-11T18:32:33.891Z Downloaded bcrypt-pbkdf v0.10.0
5812026-05-11T18:32:33.891Z Downloaded console v0.16.2
5822026-05-11T18:32:33.894Z Downloaded crypto-bigint v0.5.5
5832026-05-11T18:32:33.897Z Downloaded ena v0.14.4
5842026-05-11T18:32:33.898Z Downloaded des v0.8.1
5852026-05-11T18:32:33.898Z Downloaded derive_builder v0.20.2
5862026-05-11T18:32:33.901Z Downloaded bzip2 v0.4.4
5872026-05-11T18:32:33.904Z Downloaded ascii-canvas v3.0.0
5882026-05-11T18:32:33.904Z Downloaded curve25519-dalek-derive v0.1.1
5892026-05-11T18:32:33.904Z Downloaded ahash v0.8.12
5902026-05-11T18:32:33.907Z Downloaded darling_macro v0.23.0
5912026-05-11T18:32:33.907Z Downloaded downcast-rs v2.0.2
5922026-05-11T18:32:33.912Z Downloaded elliptic-curve v0.13.8
5932026-05-11T18:32:33.912Z Downloaded castaway v0.2.4
5942026-05-11T18:32:33.915Z Downloaded cargo-platform v0.1.9
5952026-05-11T18:32:33.915Z Downloaded crc-catalog v2.4.0
5962026-05-11T18:32:33.915Z Downloaded darling v0.20.11
5972026-05-11T18:32:33.919Z Downloaded endian-type v0.1.2
5982026-05-11T18:32:33.919Z Downloaded dropshot-api-manager-types v0.7.1
5992026-05-11T18:32:33.922Z Downloaded bit-set v0.5.3
6002026-05-11T18:32:33.922Z Downloaded atomicwrites v0.4.4
6012026-05-11T18:32:33.922Z Downloaded crc v3.4.0
6022026-05-11T18:32:33.927Z Downloaded compression-core v0.4.31
6032026-05-11T18:32:33.927Z Downloaded either v1.15.0
6042026-05-11T18:32:33.927Z Downloaded dirs-sys-next v0.1.2
6052026-05-11T18:32:33.930Z Downloaded crossbeam-channel v0.5.15
6062026-05-11T18:32:33.931Z Downloaded ciborium-io v0.2.2
6072026-05-11T18:32:33.931Z Downloaded atty v0.2.14
6082026-05-11T18:32:33.934Z Downloaded cobs v0.3.0
6092026-05-11T18:32:33.934Z Downloaded array-init v0.0.4
6102026-05-11T18:32:33.941Z Downloaded block-padding v0.3.3
6112026-05-11T18:32:33.944Z Downloaded assert_matches v1.5.0
6122026-05-11T18:32:33.948Z Downloaded derive_builder_macro v0.20.2
6132026-05-11T18:32:33.948Z Downloaded diesel_table_macro_syntax v0.3.0
6142026-05-11T18:32:33.948Z Downloaded debug-ignore v1.0.5
6152026-05-11T18:32:33.948Z Downloaded crc8 v0.1.1
6162026-05-11T18:32:33.951Z Downloaded fd-lock v4.0.4
6172026-05-11T18:32:33.951Z Downloaded cpufeatures v0.3.0
6182026-05-11T18:32:33.954Z Downloaded dyn-clone v1.0.20
6192026-05-11T18:32:33.954Z Downloaded dirs-next v2.0.0
6202026-05-11T18:32:33.955Z Downloaded async-stream-impl v0.3.6
6212026-05-11T18:32:33.955Z Downloaded defmt v0.3.100
6222026-05-11T18:32:33.958Z Downloaded darling_macro v0.21.3
6232026-05-11T18:32:33.958Z Downloaded convert_case v0.4.0
6242026-05-11T18:32:33.962Z Downloaded embedded-io v0.6.1
6252026-05-11T18:32:33.962Z Downloaded dof v0.4.0
6262026-05-11T18:32:33.962Z Downloaded foreign-types-macros v0.2.3
6272026-05-11T18:32:33.962Z Downloaded ciborium-ll v0.2.2
6282026-05-11T18:32:33.965Z Downloaded cfg_aliases v0.1.1
6292026-05-11T18:32:33.965Z Downloaded bit-set v0.8.0
6302026-05-11T18:32:33.965Z Downloaded bitfield-struct v0.6.2
6312026-05-11T18:32:33.969Z Downloaded foreign-types v0.5.0
6322026-05-11T18:32:33.969Z Downloaded atomic-waker v1.1.2
6332026-05-11T18:32:33.972Z Downloaded async-recursion v1.1.1
6342026-05-11T18:32:33.972Z Downloaded chacha20 v0.9.1
6352026-05-11T18:32:33.975Z Downloaded cbc v0.1.2
6362026-05-11T18:32:33.975Z Downloaded byte-wrapper v0.1.0
6372026-05-11T18:32:33.979Z Downloaded bit-vec v0.6.3
6382026-05-11T18:32:33.979Z Downloaded crunchy v0.2.4
6392026-05-11T18:32:33.979Z Downloaded bcs v0.1.6
6402026-05-11T18:32:33.982Z Downloaded env_filter v1.0.0
6412026-05-11T18:32:33.982Z Downloaded embedded-io v0.4.0
6422026-05-11T18:32:33.982Z Downloaded fixedbitset v0.4.2
6432026-05-11T18:32:33.982Z Downloaded difflib v0.4.0
6442026-05-11T18:32:33.986Z Downloaded foreign-types-shared v0.1.1
6452026-05-11T18:32:33.990Z Downloaded foreign-types v0.3.2
6462026-05-11T18:32:33.990Z Downloaded futures-task v0.3.32
6472026-05-11T18:32:33.990Z Downloaded float-cmp v0.10.0
6482026-05-11T18:32:33.990Z Downloaded enum-as-inner v0.6.1
6492026-05-11T18:32:33.993Z Downloaded float-ord v0.3.2
6502026-05-11T18:32:33.993Z Downloaded futures-sink v0.3.32
6512026-05-11T18:32:33.993Z Downloaded futures-macro v0.3.32
6522026-05-11T18:32:33.993Z Downloaded futures-io v0.3.32
6532026-05-11T18:32:33.994Z Downloaded display-error-chain v0.2.2
6542026-05-11T18:32:33.997Z Downloaded dtrace-parser v0.3.0
6552026-05-11T18:32:33.997Z Downloaded foreign-types-shared v0.3.1
6562026-05-11T18:32:33.997Z Downloaded document-features v0.2.12
6572026-05-11T18:32:34.001Z Downloaded futures-core v0.3.32
6582026-05-11T18:32:34.005Z Downloaded ghash v0.5.1
6592026-05-11T18:32:34.005Z Downloaded hex v0.4.3
6602026-05-11T18:32:34.008Z Downloaded fxhash v0.2.1
6612026-05-11T18:32:34.009Z Downloaded globwalk v0.9.1
6622026-05-11T18:32:34.009Z Downloaded git-stub v1.0.0
6632026-05-11T18:32:34.012Z Downloaded bytes v1.11.1
6642026-05-11T18:32:34.012Z Downloaded async-trait v0.1.89
6652026-05-11T18:32:34.015Z Downloaded headers-core v0.3.0
6662026-05-11T18:32:34.015Z Downloaded funty v2.0.0
6672026-05-11T18:32:34.015Z Downloaded derive_builder_core v0.20.2
6682026-05-11T18:32:34.019Z Downloaded cmake v0.1.57
6692026-05-11T18:32:34.019Z Downloaded daft v0.1.5
6702026-05-11T18:32:34.019Z Downloaded backoff v0.4.0
6712026-05-11T18:32:34.022Z Downloaded derive-ex v0.1.8
6722026-05-11T18:32:34.022Z Downloaded corncobs v0.1.4
6732026-05-11T18:32:34.025Z Downloaded dsl_auto_type v0.2.0
6742026-05-11T18:32:34.025Z Downloaded crossbeam-deque v0.8.6
6752026-05-11T18:32:34.028Z Downloaded filetime v0.2.27
6762026-05-11T18:32:34.028Z Downloaded env_logger v0.11.9
6772026-05-11T18:32:34.028Z Downloaded defmt-macros v1.0.1
6782026-05-11T18:32:34.032Z Downloaded foldhash v0.1.5
6792026-05-11T18:32:34.032Z Downloaded const_format_proc_macros v0.2.34
6802026-05-11T18:32:34.035Z Downloaded hash32 v0.2.1
6812026-05-11T18:32:34.035Z Downloaded darling v0.23.0
6822026-05-11T18:32:34.038Z Downloaded constant_time_eq v0.4.2
6832026-05-11T18:32:34.041Z Downloaded chacha20 v0.10.0
6842026-05-11T18:32:34.042Z Downloaded hostname v0.4.2
6852026-05-11T18:32:34.044Z Downloaded hubpack v0.1.2
6862026-05-11T18:32:34.045Z Downloaded hubpack_derive v0.1.1
6872026-05-11T18:32:34.045Z Downloaded cassowary v0.3.0
6882026-05-11T18:32:34.048Z Downloaded httpdate v1.0.3
6892026-05-11T18:32:34.048Z Downloaded http-body v1.0.1
6902026-05-11T18:32:34.048Z Downloaded home v0.5.12
6912026-05-11T18:32:34.052Z Downloaded hostname v0.3.1
6922026-05-11T18:32:34.052Z Downloaded bzip2 v0.6.1
6932026-05-11T18:32:34.052Z Downloaded http-range v0.1.5
6942026-05-11T18:32:34.052Z Downloaded bumpalo v3.20.2
6952026-05-11T18:32:34.055Z Downloaded backon v1.6.0
6962026-05-11T18:32:34.055Z Downloaded fs-err v2.11.0
6972026-05-11T18:32:34.059Z Downloaded ecdsa v0.16.9
6982026-05-11T18:32:34.060Z Downloaded gethostname v0.5.0
6992026-05-11T18:32:34.060Z Downloaded data-encoding v2.10.0
7002026-05-11T18:32:34.063Z Downloaded daft-derive v0.1.5
7012026-05-11T18:32:34.063Z Downloaded ed25519 v2.2.3
7022026-05-11T18:32:34.063Z Downloaded der_derive v0.7.3
7032026-05-11T18:32:34.067Z Downloaded indoc v1.0.9
7042026-05-11T18:32:34.067Z Downloaded fs_extra v1.3.0
7052026-05-11T18:32:34.070Z Downloaded fallible-iterator v0.2.0
7062026-05-11T18:32:34.070Z Downloaded fixedbitset v0.5.7
7072026-05-11T18:32:34.070Z Downloaded indent_write v2.2.0
7082026-05-11T18:32:34.074Z Downloaded foldhash v0.2.0
7092026-05-11T18:32:34.075Z Downloaded instant v0.1.13
7102026-05-11T18:32:34.075Z Downloaded ff v0.13.1
7112026-05-11T18:32:34.078Z Downloaded erased-serde v0.3.31
7122026-05-11T18:32:34.078Z Downloaded hash32 v0.3.1
7132026-05-11T18:32:34.078Z Downloaded group v0.13.0
7142026-05-11T18:32:34.078Z Downloaded glob v0.3.3
7152026-05-11T18:32:34.082Z Downloaded git-stub-vcs v0.1.0
7162026-05-11T18:32:34.082Z Downloaded is_ci v1.2.0
7172026-05-11T18:32:34.082Z Downloaded is-terminal v0.4.17
7182026-05-11T18:32:34.085Z Downloaded futures-executor v0.3.32
7192026-05-11T18:32:34.085Z Downloaded drift v0.1.4
7202026-05-11T18:32:34.089Z Downloaded darling v0.21.3
7212026-05-11T18:32:34.092Z Downloaded console v0.15.11
7222026-05-11T18:32:34.095Z Downloaded internet-checksum v0.2.1
7232026-05-11T18:32:34.095Z Downloaded const-oid v0.9.6
7242026-05-11T18:32:34.099Z Downloaded colored v3.1.1
7252026-05-11T18:32:34.099Z Downloaded keccak v0.1.6
7262026-05-11T18:32:34.099Z Downloaded colored v2.2.0
7272026-05-11T18:32:34.102Z Downloaded inout v0.1.4
7282026-05-11T18:32:34.102Z Downloaded hex-literal v0.4.1
7292026-05-11T18:32:34.102Z Downloaded crc-any v2.5.0
7302026-05-11T18:32:34.105Z Downloaded crossterm v0.28.1
7312026-05-11T18:32:34.108Z Downloaded lazy_static v1.5.0
7322026-05-11T18:32:34.108Z Downloaded hyper-tls v0.6.0
7332026-05-11T18:32:34.112Z Downloaded humantime v2.3.0
7342026-05-11T18:32:34.112Z Downloaded hyper-staticfile v0.10.1
7352026-05-11T18:32:34.112Z Downloaded base64 v0.22.1
7362026-05-11T18:32:34.115Z Downloaded lalrpop-util v0.19.12
7372026-05-11T18:32:34.115Z Downloaded kstat-rs v0.2.4
7382026-05-11T18:32:34.118Z Downloaded highway v1.3.0
7392026-05-11T18:32:34.118Z Downloaded linked-hash-map v0.5.6
7402026-05-11T18:32:34.118Z Downloaded libscf-sys v1.1.0
7412026-05-11T18:32:34.119Z Downloaded async-bb8-diesel v0.2.1
7422026-05-11T18:32:34.122Z Downloaded lzss v0.8.2
7432026-05-11T18:32:34.122Z Downloaded match_cfg v0.1.0
7442026-05-11T18:32:34.127Z Downloaded lru-slab v0.1.2
7452026-05-11T18:32:34.127Z Downloaded lru-cache v0.1.2
7462026-05-11T18:32:34.127Z Downloaded impl-trait-for-tuples v0.2.3
7472026-05-11T18:32:34.130Z Downloaded http-body-util v0.1.3
7482026-05-11T18:32:34.130Z Downloaded globset v0.4.18
7492026-05-11T18:32:34.130Z Downloaded getrandom v0.2.17
7502026-05-11T18:32:34.131Z Downloaded find-msvc-tools v0.1.9
7512026-05-11T18:32:34.134Z Downloaded futures-channel v0.3.32
7522026-05-11T18:32:34.134Z Downloaded crossterm v0.29.0
7532026-05-11T18:32:34.138Z Downloaded instability v0.3.11
7542026-05-11T18:32:34.141Z Downloaded ingot v0.1.1
7552026-05-11T18:32:34.141Z Downloaded maybe-uninit v2.0.0
7562026-05-11T18:32:34.141Z Downloaded indoc v2.0.7
7572026-05-11T18:32:34.144Z Downloaded maplit v1.0.2
7582026-05-11T18:32:34.144Z Downloaded managed v0.8.0
7592026-05-11T18:32:34.144Z Downloaded md5 v0.7.0
7602026-05-11T18:32:34.148Z Downloaded cancel-safe-futures v0.1.5
7612026-05-11T18:32:34.148Z Downloaded new_debug_unreachable v1.0.6
7622026-05-11T18:32:34.148Z Downloaded mime v0.3.17
7632026-05-11T18:32:34.151Z Downloaded md-5 v0.10.6
7642026-05-11T18:32:34.151Z Downloaded multimap v0.10.1
7652026-05-11T18:32:34.151Z Downloaded cookie v0.18.1
7662026-05-11T18:32:34.154Z Downloaded half v1.8.3
7672026-05-11T18:32:34.154Z Downloaded derive_more v0.99.20
7682026-05-11T18:32:34.157Z Downloaded ingot-types v0.1.2
7692026-05-11T18:32:34.157Z Downloaded crc32fast v1.5.0
7702026-05-11T18:32:34.162Z Downloaded allocator-api2 v0.2.21
7712026-05-11T18:32:34.162Z Downloaded nibble_vec v0.1.0
7722026-05-11T18:32:34.165Z Downloaded newtype_derive v0.1.6
7732026-05-11T18:32:34.165Z Downloaded ipnetwork v0.21.1
7742026-05-11T18:32:34.165Z Downloaded arrayvec v0.7.6
7752026-05-11T18:32:34.165Z Downloaded derive-where v1.6.0
7762026-05-11T18:32:34.171Z Downloaded newline-converter v0.3.0
7772026-05-11T18:32:34.171Z Downloaded nonempty v0.12.0
7782026-05-11T18:32:34.171Z Downloaded jobserver v0.1.34
7792026-05-11T18:32:34.176Z Downloaded clang-sys v1.8.1
7802026-05-11T18:32:34.176Z Downloaded ciborium v0.2.2
7812026-05-11T18:32:34.176Z Downloaded num-iter v0.1.45
7822026-05-11T18:32:34.176Z Downloaded num-conv v0.2.0
7832026-05-11T18:32:34.176Z Downloaded num v0.4.3
7842026-05-11T18:32:34.179Z Downloaded normalize-line-endings v0.3.0
7852026-05-11T18:32:34.179Z Downloaded num-derive v0.4.2
7862026-05-11T18:32:34.179Z Downloaded nodrop v0.1.14
7872026-05-11T18:32:34.180Z Downloaded defmt v1.0.1
7882026-05-11T18:32:34.183Z Downloaded httparse v1.10.1
7892026-05-11T18:32:34.183Z Downloaded iana-time-zone v0.1.65
7902026-05-11T18:32:34.187Z Downloaded libloading v0.8.9
7912026-05-11T18:32:34.187Z Downloaded num-derive v0.3.3
7922026-05-11T18:32:34.191Z Downloaded opaque-debug v0.3.1
7932026-05-11T18:32:34.191Z Downloaded libsw v3.5.0
7942026-05-11T18:32:34.191Z Downloaded libefi-sys v0.1.0
7952026-05-11T18:32:34.191Z Downloaded openssl-macros v0.1.1
7962026-05-11T18:32:34.195Z Downloaded num_threads v0.1.7
7972026-05-11T18:32:34.195Z Downloaded num_enum_derive v0.5.11
7982026-05-11T18:32:34.195Z Downloaded hmac v0.12.1
7992026-05-11T18:32:34.198Z Downloaded openssl-probe v0.1.6
8002026-05-11T18:32:34.198Z Downloaded linear-map v1.2.0
8012026-05-11T18:32:34.198Z Downloaded getrandom v0.3.4
8022026-05-11T18:32:34.202Z Downloaded crossbeam-epoch v0.9.18
8032026-05-11T18:32:34.202Z Downloaded cookie_store v0.22.1
8042026-05-11T18:32:34.202Z Downloaded dropshot_endpoint v0.16.7
8052026-05-11T18:32:34.205Z Downloaded nanorand v0.7.0
8062026-05-11T18:32:34.208Z Downloaded native-tls v0.2.18
8072026-05-11T18:32:34.209Z Downloaded multer v3.1.0
8082026-05-11T18:32:34.209Z Downloaded memoffset v0.9.1
8092026-05-11T18:32:34.213Z Downloaded half v2.7.1
8102026-05-11T18:32:34.213Z Downloaded lru v0.12.5
8112026-05-11T18:32:34.213Z Downloaded openssl-probe v0.2.1
8122026-05-11T18:32:34.217Z Downloaded oso-derive v0.27.3
8132026-05-11T18:32:34.217Z Downloaded ingot-macros v0.1.1
8142026-05-11T18:32:34.217Z Downloaded olpc-cjson v0.1.4
8152026-05-11T18:32:34.217Z Downloaded hyper-rustls v0.27.7
8162026-05-11T18:32:34.217Z Downloaded diff v0.1.13
8172026-05-11T18:32:34.221Z Downloaded parse-size v1.1.0
8182026-05-11T18:32:34.221Z Downloaded bit-vec v0.8.0
8192026-05-11T18:32:34.221Z Downloaded ident_case v1.0.1
8202026-05-11T18:32:34.225Z Downloaded bitfield v0.19.4
8212026-05-11T18:32:34.225Z Downloaded dropshot_endpoint v0.17.0
8222026-05-11T18:32:34.225Z Downloaded critical-section v1.2.0
8232026-05-11T18:32:34.229Z Downloaded blowfish v0.9.1
8242026-05-11T18:32:34.229Z Downloaded newtype-uuid-macros v0.1.0
8252026-05-11T18:32:34.230Z Downloaded const_format v0.2.35
8262026-05-11T18:32:34.234Z Downloaded peg-runtime v0.8.5
8272026-05-11T18:32:34.234Z Downloaded pbkdf2 v0.12.2
8282026-05-11T18:32:34.234Z Downloaded parse-display v0.10.0
8292026-05-11T18:32:34.234Z Downloaded derive_more v2.1.1
8302026-05-11T18:32:34.240Z Downloaded phf_shared v0.11.3
8312026-05-11T18:32:34.244Z Downloaded pbkdf2 v0.11.0
8322026-05-11T18:32:34.244Z Downloaded packed_struct_codegen v0.10.1
8332026-05-11T18:32:34.244Z Downloaded ipnet v2.11.0
8342026-05-11T18:32:34.244Z Downloaded nu-ansi-term v0.50.3
8352026-05-11T18:32:34.259Z Downloaded precomputed-hash v0.1.1
8362026-05-11T18:32:34.263Z Downloaded libsw-core v0.3.2
8372026-05-11T18:32:34.264Z Downloaded num_enum v0.5.11
8382026-05-11T18:32:34.268Z Downloaded darling_core v0.23.0
8392026-05-11T18:32:34.268Z Downloaded darling_core v0.21.3
8402026-05-11T18:32:34.272Z Downloaded phf_shared v0.13.1
8412026-05-11T18:32:34.272Z Downloaded pin-utils v0.1.0
8422026-05-11T18:32:34.272Z Downloaded phf_shared v0.12.1
8432026-05-11T18:32:34.276Z Downloaded num_enum_derive v0.7.5
8442026-05-11T18:32:34.276Z Downloaded num-integer v0.1.46
8452026-05-11T18:32:34.276Z Downloaded flume v0.11.1
8462026-05-11T18:32:34.281Z Downloaded powerfmt v0.2.0
8472026-05-11T18:32:34.281Z Downloaded chacha20poly1305 v0.10.1
8482026-05-11T18:32:34.285Z Downloaded num_enum v0.7.5
8492026-05-11T18:32:34.285Z Downloaded proc-macro-crate v3.4.0
8502026-05-11T18:32:34.285Z Downloaded heapless v0.8.0
8512026-05-11T18:32:34.289Z Downloaded proc-macro-crate v1.3.1
8522026-05-11T18:32:34.289Z Downloaded indexmap v1.9.3
8532026-05-11T18:32:34.289Z Downloaded memmap2 v0.9.10
8542026-05-11T18:32:34.293Z Downloaded darling_core v0.20.11
8552026-05-11T18:32:34.297Z Downloaded predicates-tree v1.0.13
8562026-05-11T18:32:34.297Z Downloaded parse-display-derive v0.10.0
8572026-05-11T18:32:34.297Z Downloaded owo-colors v4.3.0
8582026-05-11T18:32:34.297Z Downloaded predicates-core v1.0.10
8592026-05-11T18:32:34.301Z Downloaded litrs v1.0.0
8602026-05-11T18:32:34.301Z Downloaded oxnet v0.1.4
8612026-05-11T18:32:34.301Z Downloaded mime_guess v2.0.5
8622026-05-11T18:32:34.304Z Downloaded pem-rfc7468 v0.7.0
8632026-05-11T18:32:34.304Z Downloaded packed_struct v0.10.1
8642026-05-11T18:32:34.304Z Downloaded progenitor-client v0.10.0
8652026-05-11T18:32:34.304Z Downloaded proc-macro-error-attr2 v2.0.0
8662026-05-11T18:32:34.308Z Downloaded ignore v0.4.25
8672026-05-11T18:32:34.308Z Downloaded ar_archive_writer v0.5.1
8682026-05-11T18:32:34.312Z Downloaded progenitor-client v0.14.0
8692026-05-11T18:32:34.312Z Downloaded cc v1.2.56
8702026-05-11T18:32:34.312Z Downloaded num-complex v0.4.6
8712026-05-11T18:32:34.316Z Downloaded compact_str v0.8.1
8722026-05-11T18:32:34.316Z Downloaded lock_api v0.4.14
8732026-05-11T18:32:34.319Z Downloaded libbz2-rs-sys v0.2.2
8742026-05-11T18:32:34.320Z Downloaded polyval v0.6.2
8752026-05-11T18:32:34.320Z Downloaded pkg-config v0.3.32
8762026-05-11T18:32:34.323Z Downloaded path-slash v0.1.5
8772026-05-11T18:32:34.323Z Downloaded paste v1.0.15
8782026-05-11T18:32:34.323Z Downloaded psl-types v2.0.11
8792026-05-11T18:32:34.327Z Downloaded progenitor-macro v0.10.0
8802026-05-11T18:32:34.327Z Downloaded quick-error v1.2.3
8812026-05-11T18:32:34.327Z Downloaded progenitor-macro v0.14.0
8822026-05-11T18:32:34.327Z Downloaded progenitor-macro v0.11.2
8832026-05-11T18:32:34.327Z Downloaded progenitor-macro v0.13.0
8842026-05-11T18:32:34.331Z Downloaded peg-macros v0.8.5
8852026-05-11T18:32:34.331Z Downloaded password-hash v0.4.2
8862026-05-11T18:32:34.331Z Downloaded blake2 v0.10.6
8872026-05-11T18:32:34.335Z Downloaded peg v0.8.5
8882026-05-11T18:32:34.335Z Downloaded arc-swap v1.8.2
8892026-05-11T18:32:34.338Z Downloaded predicates v3.1.4
8902026-05-11T18:32:34.338Z Downloaded phf v0.12.1
8912026-05-11T18:32:34.342Z Downloaded phf v0.13.1
8922026-05-11T18:32:34.342Z Downloaded ppv-lite86 v0.2.21
8932026-05-11T18:32:34.342Z Downloaded newtype-uuid v1.3.2
8942026-05-11T18:32:34.342Z Downloaded ed25519-dalek v2.2.0
8952026-05-11T18:32:34.346Z Downloaded pin-project-lite v0.2.17
8962026-05-11T18:32:34.352Z Downloaded poly1305 v0.8.0
8972026-05-11T18:32:34.352Z Downloaded pin-project-internal v1.1.11
8982026-05-11T18:32:34.352Z Downloaded fatfs v0.3.6
8992026-05-11T18:32:34.355Z Downloaded rand_chacha v0.3.1
9002026-05-11T18:32:34.355Z Downloaded derive_more-impl v2.1.1
9012026-05-11T18:32:34.359Z Downloaded primeorder v0.13.6
9022026-05-11T18:32:34.359Z Downloaded progenitor v0.10.0
9032026-05-11T18:32:34.359Z Downloaded diesel_derives v2.3.7
9042026-05-11T18:32:34.363Z Downloaded indicatif v0.18.4
9052026-05-11T18:32:34.368Z Downloaded postgres-protocol v0.6.10
9062026-05-11T18:32:34.372Z Downloaded rand_xorshift v0.4.0
9072026-05-11T18:32:34.372Z Downloaded progenitor-client v0.11.2
9082026-05-11T18:32:34.372Z Downloaded recursive-proc-macro-impl v0.1.1
9092026-05-11T18:32:34.372Z Downloaded recursive v0.1.1
9102026-05-11T18:32:34.372Z Downloaded progenitor v0.13.0
9112026-05-11T18:32:34.372Z Downloaded ref-cast-impl v1.0.25
9122026-05-11T18:32:34.376Z Downloaded pem v3.0.6
9132026-05-11T18:32:34.376Z Downloaded progenitor-client v0.13.0
9142026-05-11T18:32:34.376Z Downloaded ref-cast v1.0.25
9152026-05-11T18:32:34.376Z Downloaded hickory-resolver v0.25.2
9162026-05-11T18:32:34.380Z Downloaded rfc6979 v0.4.0
9172026-05-11T18:32:34.380Z Downloaded async-compression v0.4.41
9182026-05-11T18:32:34.384Z Downloaded progenitor-extras v0.2.0
9192026-05-11T18:32:34.384Z Downloaded progenitor v0.14.0
9202026-05-11T18:32:34.388Z Downloaded hickory-resolver v0.24.4
9212026-05-11T18:32:34.388Z Downloaded psm v0.1.30
9222026-05-11T18:32:34.392Z Downloaded pkcs8 v0.10.2
9232026-05-11T18:32:34.392Z Downloaded pkcs1 v0.7.5
9242026-05-11T18:32:34.396Z Downloaded parking_lot_core v0.8.6
9252026-05-11T18:32:34.396Z Downloaded headers v0.4.1
9262026-05-11T18:32:34.400Z Downloaded r2d2 v0.8.10
9272026-05-11T18:32:34.400Z Downloaded proc-macro-error2 v2.0.1
9282026-05-11T18:32:34.403Z Downloaded russh-cryptovec v0.7.3
9292026-05-11T18:32:34.403Z Downloaded rtoolbox v0.0.3
9302026-05-11T18:32:34.403Z Downloaded rustc_version v0.1.7
9312026-05-11T18:32:34.404Z Downloaded rustc-hash v2.1.1
9322026-05-11T18:32:34.404Z Downloaded rustc_version v0.4.1
9332026-05-11T18:32:34.407Z Downloaded omicron-zone-package v0.12.2
9342026-05-11T18:32:34.408Z Downloaded parking_lot_core v0.9.12
9352026-05-11T18:32:34.408Z Downloaded rand_core v0.6.4
9362026-05-11T18:32:34.411Z Downloaded flate2 v1.1.9
9372026-05-11T18:32:34.411Z Downloaded expectorate v1.2.0
9382026-05-11T18:32:34.415Z Downloaded rand_chacha v0.9.0
9392026-05-11T18:32:34.415Z Downloaded parking_lot v0.11.2
9402026-05-11T18:32:34.418Z Downloaded heapless v0.7.17
9412026-05-11T18:32:34.418Z Downloaded oxide-tokio-rt v0.1.4
9422026-05-11T18:32:34.418Z Downloaded radium v0.7.0
9432026-05-11T18:32:34.422Z Downloaded password-hash v0.5.0
9442026-05-11T18:32:34.423Z Downloaded parking_lot v0.12.5
9452026-05-11T18:32:34.423Z Downloaded num-rational v0.4.2
9462026-05-11T18:32:34.426Z Downloaded futures v0.3.32
9472026-05-11T18:32:34.426Z Downloaded der v0.7.10
9482026-05-11T18:32:34.430Z Downloaded buf-list v1.1.2
9492026-05-11T18:32:34.434Z Downloaded compression-codecs v0.4.37
9502026-05-11T18:32:34.434Z Downloaded camino-tempfile-ext v0.3.3
9512026-05-11T18:32:34.434Z Downloaded same-file v1.0.6
9522026-05-11T18:32:34.454Z Downloaded scheduled-thread-pool v0.2.7
9532026-05-11T18:32:34.454Z Downloaded jiff-static v0.2.21
9542026-05-11T18:32:34.454Z Downloaded p256 v0.13.2
9552026-05-11T18:32:34.454Z Downloaded oso v0.27.3
9562026-05-11T18:32:34.454Z Downloaded rand_core v0.10.0
9572026-05-11T18:32:34.454Z Downloaded papergrid v0.17.0
9582026-05-11T18:32:34.454Z Downloaded miniz_oxide v0.8.9
9592026-05-11T18:32:34.454Z Downloaded secrecy v0.8.0
9602026-05-11T18:32:34.454Z Downloaded scroll_derive v0.13.1
9612026-05-11T18:32:34.454Z Downloaded salsa20 v0.10.2
9622026-05-11T18:32:34.459Z Downloaded rand_seeder v0.4.0
9632026-05-11T18:32:34.459Z Downloaded sapling-renderdag v0.1.0
9642026-05-11T18:32:34.459Z Downloaded hickory-server v0.25.2
9652026-05-11T18:32:34.463Z Downloaded scopeguard v1.2.0
9662026-05-11T18:32:34.467Z Downloaded scrypt v0.11.0
9672026-05-11T18:32:34.467Z Downloaded serde-big-array v0.5.1
9682026-05-11T18:32:34.471Z Downloaded serde_bytes v0.11.19
9692026-05-11T18:32:34.471Z Downloaded serde_spanned v1.0.4
9702026-05-11T18:32:34.475Z Downloaded sha1 v0.10.6
9712026-05-11T18:32:34.475Z Downloaded serde_plain v1.0.2
9722026-05-11T18:32:34.475Z Downloaded resolv-conf v0.7.6
9732026-05-11T18:32:34.475Z Downloaded postgres-types v0.2.12
9742026-05-11T18:32:34.479Z Downloaded rustls-pemfile v1.0.4
9752026-05-11T18:32:34.479Z Downloaded seq-macro v0.3.6
9762026-05-11T18:32:34.479Z Downloaded semver v0.1.20
9772026-05-11T18:32:34.479Z Downloaded secrecy v0.10.3
9782026-05-11T18:32:34.483Z Downloaded serde_urlencoded v0.7.1
9792026-05-11T18:32:34.487Z Downloaded rustls-native-certs v0.8.3
9802026-05-11T18:32:34.487Z Downloaded aes v0.8.4
9812026-05-11T18:32:34.491Z Downloaded shell-words v1.1.1
9822026-05-11T18:32:34.499Z Downloaded pkcs5 v0.7.1
9832026-05-11T18:32:34.505Z Downloaded progenitor v0.11.2
9842026-05-11T18:32:34.505Z Downloaded pin-project v1.1.11
9852026-05-11T18:32:34.508Z Downloaded slog-bunyan v2.5.0
9862026-05-11T18:32:34.508Z Downloaded siphasher v1.0.2
9872026-05-11T18:32:34.512Z Downloaded sigpipe v0.1.3
9882026-05-11T18:32:34.512Z Downloaded signature v2.2.0
9892026-05-11T18:32:34.512Z Downloaded signal-hook-tokio v0.3.1
9902026-05-11T18:32:34.512Z Downloaded signal-hook-mio v0.2.5
9912026-05-11T18:32:34.512Z Downloaded rustls-pemfile v2.2.0
9922026-05-11T18:32:34.517Z Downloaded postcard v1.1.3
9932026-05-11T18:32:34.521Z Downloaded hashbrown v0.13.2
9942026-05-11T18:32:34.521Z Downloaded schemars_derive v0.8.22
9952026-05-11T18:32:34.525Z Downloaded minimal-lexical v0.2.1
9962026-05-11T18:32:34.525Z Downloaded rand_core v0.9.5
9972026-05-11T18:32:34.525Z Downloaded openssl-sys v0.9.114
9982026-05-11T18:32:34.529Z Downloaded slog-envlogger v2.2.0
9992026-05-11T18:32:34.533Z Downloaded progenitor-impl v0.10.0
10002026-05-11T18:32:34.537Z Downloaded rustversion v1.0.22
10012026-05-11T18:32:34.540Z Downloaded progenitor-impl v0.11.2
10022026-05-11T18:32:34.544Z Downloaded serde_repr v0.1.20
10032026-05-11T18:32:34.547Z Downloaded sec1 v0.7.3
10042026-05-11T18:32:34.547Z Downloaded scroll v0.13.0
10052026-05-11T18:32:34.547Z Downloaded serde-hex v0.1.0
10062026-05-11T18:32:34.551Z Downloaded sct v0.7.1
10072026-05-11T18:32:34.551Z Downloaded progenitor-impl v0.14.0
10082026-05-11T18:32:34.551Z Downloaded serde_derive_internals v0.29.1
10092026-05-11T18:32:34.555Z Downloaded shlex v1.3.0
10102026-05-11T18:32:34.555Z Downloaded hashbrown v0.12.3
10112026-05-11T18:32:34.558Z Downloaded quinn-udp v0.5.14
10122026-05-11T18:32:34.558Z Downloaded ssh-cipher v0.2.0
10132026-05-11T18:32:34.558Z Downloaded serde_path_to_error v0.1.20
10142026-05-11T18:32:34.558Z Downloaded ssh-encoding v0.2.0
10152026-05-11T18:32:34.562Z Downloaded sqlparser_derive v0.5.0
10162026-05-11T18:32:34.562Z Downloaded strip-ansi-escapes v0.2.1
10172026-05-11T18:32:34.569Z Downloaded structmeta v0.3.0
10182026-05-11T18:32:34.573Z Downloaded prefix-trie v0.7.0
10192026-05-11T18:32:34.576Z Downloaded slab v0.4.12
10202026-05-11T18:32:34.580Z Downloaded strum v0.26.3
10212026-05-11T18:32:34.580Z Downloaded slog-scope v4.4.1
10222026-05-11T18:32:34.580Z Downloaded strum v0.27.2
10232026-05-11T18:32:34.580Z Downloaded slog-json v2.6.1
10242026-05-11T18:32:34.584Z Downloaded rusty-fork v0.3.1
10252026-05-11T18:32:34.584Z Downloaded simd-adler32 v0.3.8
10262026-05-11T18:32:34.587Z Downloaded tabwriter v1.4.1
10272026-05-11T18:32:34.587Z Downloaded signal-hook-registry v1.4.8
10282026-05-11T18:32:34.590Z Downloaded sync_wrapper v1.0.2
10292026-05-11T18:32:34.590Z Downloaded subtle v2.6.1
10302026-05-11T18:32:34.591Z Downloaded russh-keys v0.45.0
10312026-05-11T18:32:34.594Z Downloaded slog-stdlog v4.1.1
10322026-05-11T18:32:34.594Z Downloaded structmeta-derive v0.3.0
10332026-05-11T18:32:34.594Z Downloaded hashbrown v0.15.5
10342026-05-11T18:32:34.598Z Downloaded pretty_assertions v1.4.1
10352026-05-11T18:32:34.602Z Downloaded rustls-pki-types v1.14.0
10362026-05-11T18:32:34.603Z Downloaded slog-term v2.9.2
10372026-05-11T18:32:34.608Z Downloaded smf v0.2.3
10382026-05-11T18:32:34.608Z Downloaded smallvec v0.6.14
10392026-05-11T18:32:34.608Z Downloaded tabled_derive v0.11.0
10402026-05-11T18:32:34.614Z Downloaded slog-dtrace v0.3.0
10412026-05-11T18:32:34.614Z Downloaded take_mut v0.2.2
10422026-05-11T18:32:34.614Z Downloaded supports-color v3.0.2
10432026-05-11T18:32:34.614Z Downloaded snafu-derive v0.8.9
10442026-05-11T18:32:34.614Z Downloaded hyper-util v0.1.20
10452026-05-11T18:32:34.619Z Downloaded num-bigint v0.4.6
10462026-05-11T18:32:34.619Z Downloaded sync-ptr v0.1.4
10472026-05-11T18:32:34.619Z Downloaded spki v0.7.3
10482026-05-11T18:32:34.622Z Downloaded serde_cbor v0.11.2
10492026-05-11T18:32:34.622Z Downloaded tap v1.0.1
10502026-05-11T18:32:34.623Z Downloaded tagptr v0.2.0
10512026-05-11T18:32:34.623Z Downloaded testing_table v0.3.0
10522026-05-11T18:32:34.626Z Downloaded dropshot-api-manager v0.7.1
10532026-05-11T18:32:34.626Z Downloaded progenitor-impl v0.13.0
10542026-05-11T18:32:34.631Z Downloaded termtree v0.5.1
10552026-05-11T18:32:34.634Z Downloaded stacker v0.1.23
10562026-05-11T18:32:34.634Z Downloaded bitvec v1.0.1
10572026-05-11T18:32:34.642Z Downloaded time-core v0.1.8
10582026-05-11T18:32:34.647Z Downloaded thread-id v5.1.0
10592026-05-11T18:32:34.652Z Downloaded serde_with_macros v3.17.0
10602026-05-11T18:32:34.652Z Downloaded itertools v0.10.5
10612026-05-11T18:32:34.652Z Downloaded strum_macros v0.26.4
10622026-05-11T18:32:34.652Z Downloaded strum_macros v0.24.3
10632026-05-11T18:32:34.652Z Downloaded tinyvec_macros v0.1.1
10642026-05-11T18:32:34.657Z Downloaded slog-async v2.8.0
10652026-05-11T18:32:34.657Z Downloaded mio v1.2.0
10662026-05-11T18:32:34.657Z Downloaded tokio-macros v2.7.0
10672026-05-11T18:32:34.661Z Downloaded http v1.4.0
10682026-05-11T18:32:34.661Z Downloaded support-bundle-viewer v0.1.2
10692026-05-11T18:32:34.661Z Downloaded string_cache v0.8.9
10702026-05-11T18:32:34.661Z Downloaded strum_macros v0.27.2
10712026-05-11T18:32:34.665Z Downloaded schemars v0.8.22
10722026-05-11T18:32:34.669Z Downloaded static_assertions v1.1.0
10732026-05-11T18:32:34.669Z Downloaded sqlformat v0.3.5
10742026-05-11T18:32:34.674Z Downloaded spin v0.9.8
10752026-05-11T18:32:34.681Z Downloaded hashbrown v0.16.1
10762026-05-11T18:32:34.685Z Downloaded qorb v0.4.1
10772026-05-11T18:32:34.690Z Downloaded rcgen v0.12.1
10782026-05-11T18:32:34.690Z Downloaded thiserror-impl-no-std v2.0.2
10792026-05-11T18:32:34.695Z Downloaded quinn v0.11.9
10802026-05-11T18:32:34.695Z Downloaded ryu v1.0.23
10812026-05-11T18:32:34.695Z Downloaded blake3 v1.8.3
10822026-05-11T18:32:34.699Z Downloaded tower-layer v0.3.3
10832026-05-11T18:32:34.702Z Downloaded publicsuffix v2.3.0
10842026-05-11T18:32:34.706Z Downloaded termios v0.3.3
10852026-05-11T18:32:34.710Z Downloaded thread_local v1.1.9
10862026-05-11T18:32:34.710Z Downloaded thiserror-no-std v2.0.2
10872026-05-11T18:32:34.714Z Downloaded tower-service v0.3.3
10882026-05-11T18:32:34.714Z Downloaded serde_yaml v0.9.34+deprecated
10892026-05-11T18:32:34.717Z Downloaded try-lock v0.2.5
10902026-05-11T18:32:34.718Z Downloaded signal-hook v0.3.18
10912026-05-11T18:32:34.718Z Downloaded trait-variant v0.1.2
10922026-05-11T18:32:34.718Z Downloaded similar v2.7.0
10932026-05-11T18:32:34.722Z Downloaded time-macros v0.2.27
10942026-05-11T18:32:34.725Z Downloaded tokio-dtrace v0.1.1
10952026-05-11T18:32:34.725Z Downloaded tls_codec_derive v0.4.2
10962026-05-11T18:32:34.725Z Downloaded rayon-core v1.13.0
10972026-05-11T18:32:34.730Z Downloaded libxml v0.3.3
10982026-05-11T18:32:34.733Z Downloaded ron v0.8.1
10992026-05-11T18:32:34.733Z Downloaded unarray v0.1.4
11002026-05-11T18:32:34.738Z Downloaded typify-macro v0.4.3
11012026-05-11T18:32:34.738Z Downloaded typify-macro v0.6.2
11022026-05-11T18:32:34.738Z Downloaded tiny-keccak v2.0.2
11032026-05-11T18:32:34.738Z Downloaded rand v0.8.5
11042026-05-11T18:32:34.742Z Downloaded unicode-truncate v1.1.0
11052026-05-11T18:32:34.742Z Downloaded nom v7.1.3
11062026-05-11T18:32:34.746Z Downloaded untrusted v0.7.1
11072026-05-11T18:32:34.746Z Downloaded universal-hash v0.5.1
11082026-05-11T18:32:34.746Z Downloaded unit-prefix v0.5.2
11092026-05-11T18:32:34.747Z Downloaded iri-string v0.7.10
11102026-05-11T18:32:34.750Z Downloaded tokio-native-tls v0.3.1
11112026-05-11T18:32:34.750Z Downloaded stringprep v0.1.5
11122026-05-11T18:32:34.754Z Downloaded prettyplease v0.2.37
11132026-05-11T18:32:34.757Z Downloaded topological-sort v0.2.2
11142026-05-11T18:32:34.757Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11152026-05-11T18:32:34.758Z Downloaded slog v2.8.2
11162026-05-11T18:32:34.761Z Downloaded rsa v0.9.10
11172026-05-11T18:32:34.765Z Downloaded tokio-rustls v0.25.0
11182026-05-11T18:32:34.765Z Downloaded tokio-tungstenite v0.23.1
11192026-05-11T18:32:34.765Z Downloaded tokio-tungstenite v0.21.0
11202026-05-11T18:32:34.769Z Downloaded usdt-attr-macro v0.6.0
11212026-05-11T18:32:34.769Z Downloaded socket2 v0.6.3
11222026-05-11T18:32:34.773Z Downloaded wait-timeout v0.2.1
11232026-05-11T18:32:34.776Z Downloaded void v1.0.2
11242026-05-11T18:32:34.776Z Downloaded schemars v0.9.0
11252026-05-11T18:32:34.782Z Downloaded utf-8 v0.7.6
11262026-05-11T18:32:34.786Z Downloaded usdt v0.6.0
11272026-05-11T18:32:34.786Z Downloaded toml_writer v1.0.6+spec-1.1.0
11282026-05-11T18:32:34.786Z Downloaded itertools v0.12.1
11292026-05-11T18:32:34.792Z Downloaded rustls-platform-verifier v0.6.2
11302026-05-11T18:32:34.795Z Downloaded waitgroup v0.1.2
11312026-05-11T18:32:34.798Z Downloaded tui-tree-widget v0.23.1
11322026-05-11T18:32:34.805Z Downloaded num-bigint-dig v0.8.6
11332026-05-11T18:32:34.810Z Downloaded itertools v0.13.0
11342026-05-11T18:32:34.813Z Downloaded rand v0.9.2
11352026-05-11T18:32:34.813Z Downloaded want v0.3.1
11362026-05-11T18:32:34.813Z Downloaded tls_codec v0.4.2
11372026-05-11T18:32:34.817Z Downloaded subprocess v0.2.15
11382026-05-11T18:32:34.821Z Downloaded unicase v2.9.0
11392026-05-11T18:32:34.825Z Downloaded xshell-macros v0.2.7
11402026-05-11T18:32:34.825Z Downloaded schemars v1.2.1
11412026-05-11T18:32:34.832Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11422026-05-11T18:32:34.837Z Downloaded socket2 v0.5.10
11432026-05-11T18:32:34.837Z Downloaded term v0.7.0
11442026-05-11T18:32:34.840Z Downloaded snafu v0.8.9
11452026-05-11T18:32:34.841Z Downloaded toml_parser v1.0.9+spec-1.1.0
11462026-05-11T18:32:34.841Z Downloaded xattr v1.6.1
11472026-05-11T18:32:34.845Z Downloaded zeroize_derive v1.4.3
11482026-05-11T18:32:34.845Z Downloaded uzers v0.12.2
11492026-05-11T18:32:34.845Z Downloaded vsss-rs v3.3.4
11502026-05-11T18:32:34.848Z Downloaded vergen-git2 v1.0.7
11512026-05-11T18:32:34.849Z Downloaded usdt-impl v0.6.0
11522026-05-11T18:32:34.849Z Downloaded vergen-lib v0.1.6
11532026-05-11T18:32:34.849Z Downloaded vergen-gitcl v1.0.8
11542026-05-11T18:32:34.853Z Downloaded aho-corasick v1.1.4
11552026-05-11T18:32:34.853Z Downloaded samael v0.0.19
11562026-05-11T18:32:34.858Z Downloaded usdt-macro v0.6.0
11572026-05-11T18:32:34.858Z Downloaded h2 v0.4.13
11582026-05-11T18:32:34.861Z Downloaded zone_cfg_derive v0.3.1
11592026-05-11T18:32:34.862Z Downloaded untrusted v0.9.0
11602026-05-11T18:32:34.862Z Downloaded p521 v0.13.3
11612026-05-11T18:32:34.865Z Downloaded rand v0.10.0
11622026-05-11T18:32:34.865Z Downloaded test-strategy v0.4.5
11632026-05-11T18:32:34.869Z Downloaded term v1.2.1
11642026-05-11T18:32:34.869Z Downloaded walkdir v2.5.0
11652026-05-11T18:32:34.875Z Downloaded tracing-attributes v0.1.31
11662026-05-11T18:32:34.875Z Downloaded hkdf v0.12.4
11672026-05-11T18:32:34.875Z Downloaded tokio-rustls v0.24.1
11682026-05-11T18:32:34.880Z Downloaded futures-util v0.3.32
11692026-05-11T18:32:34.883Z Downloaded whoami v1.6.1
11702026-05-11T18:32:34.883Z Downloaded wyz v0.5.1
11712026-05-11T18:32:34.883Z Downloaded twox-hash v2.1.2
11722026-05-11T18:32:34.887Z Downloaded unicode-properties v0.1.4
11732026-05-11T18:32:34.887Z Downloaded itertools v0.14.0
11742026-05-11T18:32:34.892Z Downloaded xshell v0.2.7
11752026-05-11T18:32:34.892Z Downloaded tokio-stream v0.1.18
11762026-05-11T18:32:34.897Z Downloaded tokio-rustls v0.26.4
11772026-05-11T18:32:34.897Z Downloaded tinyvec v1.10.0
11782026-05-11T18:32:34.897Z Downloaded rustls-webpki v0.103.9
11792026-05-11T18:32:34.901Z Downloaded iddqd v0.3.18
11802026-05-11T18:32:34.905Z Downloaded toml v0.7.8
11812026-05-11T18:32:34.909Z Downloaded toml v1.0.6+spec-1.1.0
11822026-05-11T18:32:34.913Z Downloaded toml v0.9.12+spec-1.1.0
11832026-05-11T18:32:34.913Z Downloaded vergen v9.0.6
11842026-05-11T18:32:34.918Z Downloaded zstd-safe v7.2.4
11852026-05-11T18:32:34.918Z Downloaded zstd v0.13.3
11862026-05-11T18:32:34.918Z Downloaded zone v0.3.1
11872026-05-11T18:32:34.918Z Downloaded tar v0.4.45
11882026-05-11T18:32:34.925Z Downloaded russh v0.45.0
11892026-05-11T18:32:34.929Z Downloaded tracing-core v0.1.36
11902026-05-11T18:32:34.933Z Downloaded rustyline v14.0.0
11912026-05-11T18:32:34.936Z Downloaded unicode-bidi v0.3.18
11922026-05-11T18:32:34.936Z Downloaded whoami v2.1.0
11932026-05-11T18:32:34.940Z Downloaded tungstenite v0.23.0
11942026-05-11T18:32:34.940Z Downloaded typify v0.6.2
11952026-05-11T18:32:34.943Z Downloaded yasna v0.5.2
11962026-05-11T18:32:34.944Z Downloaded libm v0.2.16
11972026-05-11T18:32:34.947Z Downloaded hyper v1.8.1
11982026-05-11T18:32:34.954Z Downloaded toml_edit v0.23.10+spec-1.0.0
11992026-05-11T18:32:34.958Z Downloaded rpassword v7.4.0
12002026-05-11T18:32:34.958Z Downloaded zerocopy v0.6.6
12012026-05-11T18:32:34.962Z Downloaded zeroize v1.8.2
12022026-05-11T18:32:34.962Z Downloaded unsafe-libyaml v0.2.11
12032026-05-11T18:32:34.966Z Downloaded vte v0.14.1
12042026-05-11T18:32:34.966Z Downloaded uuid v1.23.0
12052026-05-11T18:32:34.971Z Downloaded steno v0.4.1
12062026-05-11T18:32:34.978Z Downloaded tungstenite v0.21.0
12072026-05-11T18:32:34.982Z Downloaded ssh-key v0.6.7
12082026-05-11T18:32:34.985Z Downloaded typify v0.4.3
12092026-05-11T18:32:35.003Z Downloaded toml_edit v0.19.15
12102026-05-11T18:32:35.009Z Downloaded reedline v0.40.0
12112026-05-11T18:32:35.014Z Downloaded zopfli v0.8.3
12122026-05-11T18:32:35.017Z Downloaded git2 v0.20.4
12132026-05-11T18:32:35.027Z Downloaded unicode_categories v0.1.1
12142026-05-11T18:32:35.041Z Downloaded tokio-postgres v0.7.16
12152026-05-11T18:32:35.049Z Downloaded yansi v1.0.1
12162026-05-11T18:32:35.053Z Downloaded bindgen v0.71.1
12172026-05-11T18:32:35.058Z Downloaded zip v0.6.6
12182026-05-11T18:32:35.063Z Downloaded aws-lc-rs v1.16.0
12192026-05-11T18:32:35.068Z Downloaded tower v0.5.3
12202026-05-11T18:32:35.072Z Downloaded reqwest v0.12.28
12212026-05-11T18:32:35.076Z Downloaded unicode-segmentation v1.12.0
12222026-05-11T18:32:35.080Z Downloaded regex v1.12.3
12232026-05-11T18:32:35.084Z Downloaded portable-atomic v1.13.1
12242026-05-11T18:32:35.087Z Downloaded chrono v0.4.44
12252026-05-11T18:32:35.105Z Downloaded p384 v0.13.1
12262026-05-11T18:32:35.109Z Downloaded goblin v0.10.5
12272026-05-11T18:32:35.109Z Downloaded reqwest v0.13.2
12282026-05-11T18:32:35.109Z Downloaded typed-path v0.9.3
12292026-05-11T18:32:35.109Z Downloaded quick-xml v0.37.5
12302026-05-11T18:32:35.112Z Downloaded lalrpop v0.19.12
12312026-05-11T18:32:35.116Z Downloaded zerocopy-derive v0.8.40
12322026-05-11T18:32:35.121Z Downloaded salty v0.3.0
12332026-05-11T18:32:35.125Z Downloaded tower-http v0.6.8
12342026-05-11T18:32:35.131Z Downloaded rayon v1.11.0
12352026-05-11T18:32:35.136Z Downloaded x509-cert v0.2.5
12362026-05-11T18:32:35.139Z Downloaded rustls-webpki v0.101.7
12372026-05-11T18:32:35.148Z Downloaded moka v0.12.13
12382026-05-11T18:32:35.153Z Downloaded zip v4.6.1
12392026-05-11T18:32:35.161Z Downloaded serde_with v3.17.0
12402026-05-11T18:32:35.169Z Downloaded tough v0.20.0
12412026-05-11T18:32:35.173Z Downloaded tokio-util v0.7.18
12422026-05-11T18:32:35.180Z Downloaded rustls-webpki v0.102.8
12432026-05-11T18:32:35.189Z Downloaded unicode-normalization v0.1.25
12442026-05-11T18:32:35.193Z Downloaded proptest v1.10.0
12452026-05-11T18:32:35.199Z Downloaded curve25519-dalek v4.1.3
12462026-05-11T18:32:35.203Z Downloaded object v0.30.4
12472026-05-11T18:32:35.211Z Downloaded petname v2.0.2
12482026-05-11T18:32:35.214Z Downloaded winnow v0.5.40
12492026-05-11T18:32:35.218Z Downloaded nix v0.27.1
12502026-05-11T18:32:35.228Z Downloaded winnow v0.6.26
12512026-05-11T18:32:35.255Z Downloaded quinn-proto v0.11.13
12522026-05-11T18:32:35.258Z Downloaded tabled v0.20.0
12532026-05-11T18:32:35.269Z Downloaded polar-core v0.27.3
12542026-05-11T18:32:35.274Z Downloaded rustls v0.21.12
12552026-05-11T18:32:35.282Z Downloaded radix_trie v0.2.1
12562026-05-11T18:32:35.289Z Downloaded object v0.37.3
12572026-05-11T18:32:35.296Z Downloaded openssl v0.10.78
12582026-05-11T18:32:35.300Z Downloaded nix v0.29.0
12592026-05-11T18:32:35.309Z Downloaded hickory-proto v0.24.4
12602026-05-11T18:32:35.317Z Downloaded nix v0.28.0
12612026-05-11T18:32:35.324Z Downloaded webpki-roots v1.0.6
12622026-05-11T18:32:35.328Z Downloaded rustls v0.22.4
12632026-05-11T18:32:35.335Z Downloaded regress v0.10.5
12642026-05-11T18:32:35.339Z Downloaded time v0.3.47
12652026-05-11T18:32:35.347Z Downloaded smoltcp v0.9.1
12662026-05-11T18:32:35.354Z Downloaded rustix v0.38.44
12672026-05-11T18:32:35.366Z Downloaded regex-syntax v0.6.29
12682026-05-11T18:32:35.372Z Downloaded dropshot v0.16.7
12692026-05-11T18:32:35.385Z Downloaded vcpkg v0.2.15
12702026-05-11T18:32:35.408Z Downloaded dropshot v0.17.0
12712026-05-11T18:32:35.420Z Downloaded openapiv3 v2.2.0
12722026-05-11T18:32:35.427Z Downloaded nix v0.31.2
12732026-05-11T18:32:35.434Z Downloaded zlib-rs v0.6.2
12742026-05-11T18:32:35.439Z Downloaded sled v0.34.7
12752026-05-11T18:32:35.444Z Downloaded tracing v0.1.44
12762026-05-11T18:32:35.458Z Downloaded bzip2-sys v0.1.13+1.0.8
12772026-05-11T18:32:35.466Z Downloaded zerocopy v0.8.40
12782026-05-11T18:32:35.471Z Downloaded smoltcp v0.11.0
12792026-05-11T18:32:35.478Z Downloaded regex-syntax v0.8.10
12802026-05-11T18:32:35.483Z Downloaded regress v0.11.1
12812026-05-11T18:32:35.488Z Downloaded hickory-proto v0.25.2
12822026-05-11T18:32:35.499Z Downloaded diesel v2.3.7
12832026-05-11T18:32:35.511Z Downloaded rustls v0.23.37
12842026-05-11T18:32:35.519Z Downloaded bstr v1.12.1
12852026-05-11T18:32:35.523Z Downloaded chrono-tz v0.10.4
12862026-05-11T18:32:35.534Z Downloaded petgraph v0.8.3
12872026-05-11T18:32:35.578Z Downloaded sqlparser v0.61.0
12882026-05-11T18:32:35.621Z Downloaded typify-impl v0.6.2
12892026-05-11T18:32:35.635Z Downloaded ratatui v0.29.0
12902026-05-11T18:32:35.655Z Downloaded typify-impl v0.4.3
12912026-05-11T18:32:35.682Z Downloaded zerocopy-derive v0.6.6
12922026-05-11T18:32:35.697Z Downloaded regex-automata v0.4.14
12932026-05-11T18:32:35.737Z Downloaded petgraph v0.6.5
12942026-05-11T18:32:35.764Z Downloaded csv v1.4.0
12952026-05-11T18:32:35.776Z Downloaded jiff v0.2.21
12962026-05-11T18:32:35.810Z Downloaded libz-sys v1.1.24
12972026-05-11T18:32:35.822Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12982026-05-11T18:32:35.833Z Downloaded sha3 v0.10.8
12992026-05-11T18:32:35.850Z Downloaded tokio v1.52.1
13002026-05-11T18:32:35.925Z Downloaded encoding_rs v0.8.35
13012026-05-11T18:32:35.954Z Downloaded ring v0.17.14
13022026-05-11T18:32:35.983Z Downloaded libgit2-sys v0.18.3+1.9.2
13032026-05-11T18:32:36.218Z Downloaded aws-lc-sys v0.37.1
13042026-05-11T18:32:36.463Z Compiling libc v0.2.185
13052026-05-11T18:32:36.463Z Compiling serde v1.0.228
13062026-05-11T18:32:36.467Z Compiling log v0.4.29
13072026-05-11T18:32:36.467Z Compiling find-msvc-tools v0.1.9
13082026-05-11T18:32:36.611Z Compiling shlex v1.3.0
13092026-05-11T18:32:36.617Z Compiling smallvec v1.15.1
13102026-05-11T18:32:36.625Z Compiling syn v2.0.117
13112026-05-11T18:32:36.645Z Compiling typenum v1.19.0
13122026-05-11T18:32:36.792Z Compiling generic-array v0.14.7
13132026-05-11T18:32:36.814Z Compiling subtle v2.6.1
13142026-05-11T18:32:36.818Z Compiling scopeguard v1.2.0
13152026-05-11T18:32:36.861Z Compiling const-oid v0.9.6
13162026-05-11T18:32:36.923Z Compiling lock_api v0.4.14
13172026-05-11T18:32:36.936Z Compiling portable-atomic v1.13.1
13182026-05-11T18:32:36.988Z Compiling zerocopy v0.8.40
13192026-05-11T18:32:37.028Z Compiling serde_json v1.0.149
13202026-05-11T18:32:37.138Z Compiling critical-section v1.2.0
13212026-05-11T18:32:37.250Z Compiling parking_lot_core v0.9.12
13222026-05-11T18:32:37.269Z Compiling pin-project-lite v0.2.17
13232026-05-11T18:32:37.427Z Compiling getrandom v0.2.17
13242026-05-11T18:32:37.442Z Compiling jobserver v0.1.34
13252026-05-11T18:32:37.477Z Compiling errno v0.3.14
13262026-05-11T18:32:37.593Z Compiling rand_core v0.6.4
13272026-05-11T18:32:37.623Z Compiling pkg-config v0.3.32
13282026-05-11T18:32:37.638Z Compiling cc v1.2.56
13292026-05-11T18:32:37.804Z Compiling signal-hook-registry v1.4.8
13302026-05-11T18:32:37.860Z Compiling bitflags v2.11.0
13312026-05-11T18:32:37.927Z Compiling once_cell v1.21.3
13322026-05-11T18:32:37.980Z Compiling libm v0.2.16
13332026-05-11T18:32:38.075Z Compiling parking_lot v0.12.5
13342026-05-11T18:32:38.090Z Compiling mio v1.2.0
13352026-05-11T18:32:38.135Z Compiling num-traits v0.2.19
13362026-05-11T18:32:38.159Z Compiling futures-core v0.3.32
13372026-05-11T18:32:38.312Z Compiling percent-encoding v2.3.2
13382026-05-11T18:32:38.440Z Compiling socket2 v0.6.3
13392026-05-11T18:32:38.463Z Compiling futures-sink v0.3.32
13402026-05-11T18:32:38.483Z Compiling cpufeatures v0.2.17
13412026-05-11T18:32:38.500Z Compiling futures-task v0.3.32
13422026-05-11T18:32:38.540Z Compiling futures-io v0.3.32
13432026-05-11T18:32:38.555Z Compiling futures-channel v0.3.32
13442026-05-11T18:32:38.568Z Compiling getrandom v0.4.1
13452026-05-11T18:32:38.792Z Compiling slab v0.4.12
13462026-05-11T18:32:38.811Z Compiling rand_core v0.10.0
13472026-05-11T18:32:38.840Z Compiling getrandom v0.3.4
13482026-05-11T18:32:38.960Z Compiling rustversion v1.0.22
13492026-05-11T18:32:38.976Z Compiling indexmap v2.14.0
13502026-05-11T18:32:38.980Z Compiling form_urlencoded v1.2.2
13512026-05-11T18:32:39.268Z Compiling cmake v0.1.57
13522026-05-11T18:32:39.285Z Compiling dunce v1.0.5
13532026-05-11T18:32:39.383Z Compiling fs_extra v1.3.0
13542026-05-11T18:32:39.517Z Compiling base64ct v1.8.3
13552026-05-11T18:32:39.587Z Compiling synstructure v0.13.2
13562026-05-11T18:32:39.667Z Compiling ident_case v1.0.1
13572026-05-11T18:32:39.681Z Compiling aws-lc-sys v0.37.1
13582026-05-11T18:32:39.793Z Compiling pem-rfc7468 v0.7.0
13592026-05-11T18:32:39.814Z Compiling flagset v0.4.7
13602026-05-11T18:32:39.828Z Compiling rand_core v0.9.5
13612026-05-11T18:32:39.914Z Compiling rustix v1.1.3
13622026-05-11T18:32:39.947Z Compiling iana-time-zone v0.1.65
13632026-05-11T18:32:39.962Z Compiling ring v0.17.14
13642026-05-11T18:32:40.107Z Compiling uuid v1.23.0
13652026-05-11T18:32:40.108Z Compiling rustc_version v0.4.1
13662026-05-11T18:32:40.151Z Compiling regex-syntax v0.8.10
13672026-05-11T18:32:40.209Z Compiling vcpkg v0.2.15
13682026-05-11T18:32:40.450Z Compiling aws-lc-rs v1.16.0
13692026-05-11T18:32:40.734Z Compiling tracing-core v0.1.36
13702026-05-11T18:32:40.828Z Compiling pest_generator v2.8.6
13712026-05-11T18:32:40.954Z Compiling openssl-sys v0.9.114
13722026-05-11T18:32:41.287Z Compiling serde_derive_internals v0.29.1
13732026-05-11T18:32:41.301Z Compiling serde_derive v1.0.228
13742026-05-11T18:32:41.477Z Compiling zeroize_derive v1.4.3
13752026-05-11T18:32:41.529Z Compiling zerofrom-derive v0.1.6
13762026-05-11T18:32:41.669Z Compiling yoke-derive v0.8.1
13772026-05-11T18:32:42.125Z Compiling zeroize v1.8.2
13782026-05-11T18:32:42.193Z Compiling zerocopy-derive v0.8.40
13792026-05-11T18:32:42.532Z Compiling zerovec-derive v0.11.2
13802026-05-11T18:32:42.840Z Compiling displaydoc v0.2.5
13812026-05-11T18:32:42.900Z Compiling crypto-common v0.1.7
13822026-05-11T18:32:42.945Z Compiling zerofrom v0.1.6
13832026-05-11T18:32:43.046Z Compiling yoke v0.8.1
13842026-05-11T18:32:43.073Z Compiling block-buffer v0.10.4
13852026-05-11T18:32:43.232Z Compiling digest v0.10.7
13862026-05-11T18:32:43.246Z Compiling tokio-macros v2.7.0
13872026-05-11T18:32:43.478Z Compiling hmac v0.12.1
13882026-05-11T18:32:43.574Z Compiling zerotrie v0.2.3
13892026-05-11T18:32:43.658Z Compiling zerovec v0.11.5
13902026-05-11T18:32:43.700Z Compiling futures-macro v0.3.32
13912026-05-11T18:32:43.889Z Compiling block-padding v0.3.3
13922026-05-11T18:32:43.986Z Compiling sha2 v0.10.9
13932026-05-11T18:32:44.047Z Compiling inout v0.1.4
13942026-05-11T18:32:44.156Z Compiling tinystr v0.8.2
13952026-05-11T18:32:44.216Z Compiling potential_utf v0.1.4
13962026-05-11T18:32:44.356Z Compiling icu_locale_core v2.1.1
13972026-05-11T18:32:44.377Z Compiling icu_collections v2.1.1
13982026-05-11T18:32:44.495Z Compiling futures-util v0.3.32
13992026-05-11T18:32:44.775Z Compiling bytes v1.11.1
14002026-05-11T18:32:44.851Z Compiling cipher v0.4.4
14012026-05-11T18:32:45.012Z Compiling icu_provider v2.1.1
14022026-05-11T18:32:45.111Z Compiling der_derive v0.7.3
14032026-05-11T18:32:45.228Z Compiling tokio v1.52.1
14042026-05-11T18:32:45.293Z Compiling icu_properties v2.1.2
14052026-05-11T18:32:45.308Z Compiling icu_normalizer v2.1.1
14062026-05-11T18:32:45.377Z Compiling http v1.4.0
14072026-05-11T18:32:45.835Z Compiling salsa20 v0.10.2
14082026-05-11T18:32:45.972Z Compiling chrono v0.4.44
14092026-05-11T18:32:46.051Z Compiling der v0.7.10
14102026-05-11T18:32:46.268Z Compiling idna_adapter v1.2.1
14112026-05-11T18:32:46.375Z Compiling idna v1.1.0
14122026-05-11T18:32:46.400Z Compiling pbkdf2 v0.12.2
14132026-05-11T18:32:46.516Z Compiling ppv-lite86 v0.2.21
14142026-05-11T18:32:46.636Z Compiling thiserror-impl v2.0.18
14152026-05-11T18:32:46.735Z Compiling url v2.5.8
14162026-05-11T18:32:46.829Z Compiling rand_chacha v0.9.0
14172026-05-11T18:32:47.008Z Compiling spki v0.7.3
14182026-05-11T18:32:47.211Z Compiling scrypt v0.11.0
14192026-05-11T18:32:47.225Z Compiling cbc v0.1.2
14202026-05-11T18:32:47.315Z Compiling aes v0.8.4
14212026-05-11T18:32:47.367Z Compiling rustls-pki-types v1.14.0
14222026-05-11T18:32:47.458Z Compiling tracing-attributes v0.1.31
14232026-05-11T18:32:47.510Z Compiling rand v0.9.2
14242026-05-11T18:32:47.510Z Compiling http-body v1.0.1
14252026-05-11T18:32:47.721Z Compiling pkcs5 v0.7.1
14262026-05-11T18:32:47.804Z Compiling openssl-probe v0.2.1
14272026-05-11T18:32:47.942Z Compiling thiserror v2.0.18
14282026-05-11T18:32:47.978Z Compiling base64 v0.22.1
14292026-05-11T18:32:48.046Z Compiling untrusted v0.9.0
14302026-05-11T18:32:48.167Z Compiling schemars v0.8.22
14312026-05-11T18:32:48.185Z Compiling httparse v1.10.1
14322026-05-11T18:32:48.290Z Compiling untrusted v0.7.1
14332026-05-11T18:32:48.339Z Compiling pkcs8 v0.10.2
14342026-05-11T18:32:48.379Z Compiling schemars_derive v0.8.22
14352026-05-11T18:32:48.410Z Compiling pest_derive v2.8.6
14362026-05-11T18:32:48.565Z Compiling scroll_derive v0.13.1
14372026-05-11T18:32:48.686Z Compiling darling_core v0.20.11
14382026-05-11T18:32:48.775Z Compiling tracing v0.1.44
14392026-05-11T18:32:48.869Z Compiling try-lock v0.2.5
14402026-05-11T18:32:48.977Z Compiling tokio-util v0.7.18
14412026-05-11T18:32:49.042Z Compiling tinyvec_macros v0.1.1
14422026-05-11T18:32:49.115Z Compiling tower-service v0.3.3
14432026-05-11T18:32:49.211Z Compiling dyn-clone v1.0.20
14442026-05-11T18:32:49.352Z Compiling tower-layer v0.3.3
14452026-05-11T18:32:49.382Z Compiling atomic-waker v1.1.2
14462026-05-11T18:32:49.505Z Compiling rustls v0.23.37
14472026-05-11T18:32:49.505Z Compiling scroll v0.13.0
14482026-05-11T18:32:49.675Z Compiling h2 v0.4.13
14492026-05-11T18:32:49.782Z Compiling tinyvec v1.10.0
14502026-05-11T18:32:50.005Z Compiling want v0.3.1
14512026-05-11T18:32:50.135Z Compiling ipnet v2.11.0
14522026-05-11T18:32:50.164Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14532026-05-11T18:32:50.405Z Compiling spin v0.9.8
14542026-05-11T18:32:50.540Z Compiling aho-corasick v1.1.4
14552026-05-11T18:32:50.606Z Compiling powerfmt v0.2.0
14562026-05-11T18:32:50.620Z Compiling pin-utils v0.1.0
14572026-05-11T18:32:50.691Z Compiling time-core v0.1.8
14582026-05-11T18:32:50.806Z Compiling num-conv v0.2.0
14592026-05-11T18:32:50.825Z Compiling crc32fast v1.5.0
14602026-05-11T18:32:50.839Z Compiling openssl v0.10.78
14612026-05-11T18:32:50.916Z Compiling foreign-types-shared v0.1.1
14622026-05-11T18:32:50.931Z Compiling httpdate v1.0.3
14632026-05-11T18:32:50.934Z Compiling darling_macro v0.20.11
14642026-05-11T18:32:50.999Z Compiling foreign-types v0.3.2
14652026-05-11T18:32:51.071Z Compiling time-macros v0.2.27
14662026-05-11T18:32:51.099Z Compiling tempfile v3.25.0
14672026-05-11T18:32:51.129Z Compiling deranged v0.5.8
14682026-05-11T18:32:51.393Z Compiling darling v0.20.11
14692026-05-11T18:32:51.464Z Compiling regex-automata v0.4.14
14702026-05-11T18:32:51.479Z Compiling goblin v0.10.5
14712026-05-11T18:32:52.114Z Compiling openssl-macros v0.1.1
14722026-05-11T18:32:52.204Z Compiling wait-timeout v0.2.1
14732026-05-11T18:32:52.467Z Compiling simd-adler32 v0.3.8
14742026-05-11T18:32:52.495Z Compiling usdt-impl v0.6.0
14752026-05-11T18:32:52.610Z Compiling hyper v1.8.1
14762026-05-11T18:32:52.692Z Compiling crossbeam-utils v0.8.21
14772026-05-11T18:32:52.706Z Compiling quick-error v1.2.3
14782026-05-11T18:32:52.811Z Compiling siphasher v1.0.2
14792026-05-11T18:32:52.972Z Compiling syn v1.0.109
14802026-05-11T18:32:52.992Z Compiling num_threads v0.1.7
14812026-05-11T18:32:53.090Z Compiling native-tls v0.2.18
14822026-05-11T18:32:53.267Z Compiling bit-vec v0.8.0
14832026-05-11T18:32:53.354Z Compiling time v0.3.47
14842026-05-11T18:32:53.493Z Compiling bit-set v0.8.0
14852026-05-11T18:32:53.571Z Compiling rusty-fork v0.3.1
14862026-05-11T18:32:53.693Z Compiling hyper-util v0.1.20
14872026-05-11T18:32:54.194Z Compiling dof v0.4.0
14882026-05-11T18:32:55.000Z Compiling derive_builder_core v0.20.2
14892026-05-11T18:32:55.431Z Compiling unicode-normalization v0.1.25
14902026-05-11T18:32:55.549Z Compiling dtrace-parser v0.3.0
14912026-05-11T18:32:55.563Z Compiling rustls-native-certs v0.8.3
14922026-05-11T18:32:55.692Z Compiling signature v2.2.0
14932026-05-11T18:32:55.842Z Compiling thiserror-impl v1.0.69
14942026-05-11T18:32:55.856Z Compiling scroll_derive v0.12.1
14952026-05-11T18:32:55.870Z Compiling heapless v0.7.17
14962026-05-11T18:32:55.872Z Compiling rand_xorshift v0.4.0
14972026-05-11T18:32:56.044Z Compiling slog v2.8.2
14982026-05-11T18:32:56.104Z Compiling darling_core v0.21.3
14992026-05-11T18:32:56.227Z Compiling bzip2-sys v0.1.13+1.0.8
15002026-05-11T18:32:56.268Z Compiling sync_wrapper v1.0.2
15012026-05-11T18:32:56.374Z Compiling thread-id v5.1.0
15022026-05-11T18:32:56.457Z Compiling cookie v0.18.1
15032026-05-11T18:32:56.488Z Compiling signal-hook v0.3.18
15042026-05-11T18:32:56.503Z Compiling zstd-safe v7.2.4
15052026-05-11T18:32:56.632Z Compiling unicode-bidi v0.3.18
15062026-05-11T18:32:56.654Z Compiling paste v1.0.15
15072026-05-11T18:32:56.691Z Compiling allocator-api2 v0.2.21
15082026-05-11T18:32:56.851Z Compiling unarray v0.1.4
15092026-05-11T18:32:56.914Z Compiling unicode-properties v0.1.4
15102026-05-11T18:32:56.958Z Compiling anyhow v1.0.102
15112026-05-11T18:32:57.005Z Compiling adler2 v2.0.1
15122026-05-11T18:32:57.070Z Compiling thiserror v1.0.69
15132026-05-11T18:32:57.113Z Compiling miniz_oxide v0.8.9
15142026-05-11T18:32:57.130Z Compiling stringprep v0.1.5
15152026-05-11T18:32:57.150Z Compiling proptest v1.10.0
15162026-05-11T18:32:57.458Z Compiling scroll v0.12.0
15172026-05-11T18:32:57.701Z Compiling tower v0.5.3
15182026-05-11T18:32:57.795Z Compiling derive_builder_macro v0.20.2
15192026-05-11T18:32:58.122Z Compiling ipnetwork v0.21.1
15202026-05-11T18:32:58.159Z Compiling webpki-roots v1.0.6
15212026-05-11T18:32:58.231Z Compiling http-body-util v0.1.3
15222026-05-11T18:32:58.274Z Compiling rand_chacha v0.3.1
15232026-05-11T18:32:58.473Z Compiling serde_tokenstream v0.2.3
15242026-05-11T18:32:58.499Z Compiling serde_spanned v0.6.9
15252026-05-11T18:32:58.514Z Compiling erased-serde v0.3.31
15262026-05-11T18:32:58.547Z Compiling darling_macro v0.21.3
15272026-05-11T18:32:58.667Z Compiling toml_datetime v0.6.11
15282026-05-11T18:32:58.798Z Compiling md-5 v0.10.6
15292026-05-11T18:32:58.927Z Compiling zerocopy-derive v0.7.35
15302026-05-11T18:32:58.964Z Compiling curve25519-dalek v4.1.3
15312026-05-11T18:32:59.017Z Compiling vergen-lib v0.1.6
15322026-05-11T18:32:59.066Z Compiling num-integer v0.1.46
15332026-05-11T18:32:59.122Z Compiling hash32 v0.2.1
15342026-05-11T18:32:59.195Z Compiling ff v0.13.1
15352026-05-11T18:32:59.294Z Compiling memoffset v0.9.1
15362026-05-11T18:32:59.313Z Compiling zlib-rs v0.6.2
15372026-05-11T18:32:59.331Z Compiling psl-types v2.0.11
15382026-05-11T18:32:59.387Z Compiling fallible-iterator v0.2.0
15392026-05-11T18:32:59.457Z Compiling ryu v1.0.23
15402026-05-11T18:32:59.485Z Compiling iri-string v0.7.10
15412026-05-11T18:32:59.638Z Compiling smoltcp v0.9.1
15422026-05-11T18:32:59.694Z Compiling ref-cast v1.0.25
15432026-05-11T18:32:59.795Z Compiling base16ct v0.2.0
15442026-05-11T18:32:59.974Z Compiling cfg_aliases v0.2.1
15452026-05-11T18:32:59.978Z Compiling num-bigint-dig v0.8.6
15462026-05-11T18:33:00.002Z Compiling rustix v0.38.44
15472026-05-11T18:33:00.049Z Compiling litrs v1.0.0
15482026-05-11T18:33:00.190Z Compiling nix v0.31.2
15492026-05-11T18:33:00.496Z Compiling sec1 v0.7.3
15502026-05-11T18:33:00.550Z Compiling zerocopy v0.7.35
15512026-05-11T18:33:00.564Z Compiling document-features v0.2.12
15522026-05-11T18:33:00.764Z Compiling tower-http v0.6.8
15532026-05-11T18:33:00.966Z Compiling postgres-protocol v0.6.10
15542026-05-11T18:33:01.083Z Compiling serde_urlencoded v0.7.1
15552026-05-11T18:33:01.127Z Compiling newtype-uuid v1.3.2
15562026-05-11T18:33:01.251Z Compiling publicsuffix v2.3.0
15572026-05-11T18:33:01.321Z Compiling group v0.13.0
15582026-05-11T18:33:01.446Z Compiling num-iter v0.1.45
15592026-05-11T18:33:01.502Z Compiling darling v0.21.3
15602026-05-11T18:33:01.560Z Compiling rand v0.8.5
15612026-05-11T18:33:01.583Z Compiling oxnet v0.1.4
15622026-05-11T18:33:01.878Z Compiling hubpack_derive v0.1.1
15632026-05-11T18:33:01.921Z Compiling derive_builder v0.20.2
15642026-05-11T18:33:01.956Z Compiling tokio-native-tls v0.3.1
15652026-05-11T18:33:02.048Z Compiling goblin v0.8.2
15662026-05-11T18:33:02.245Z Compiling flate2 v1.1.9
15672026-05-11T18:33:02.568Z Compiling regex v1.12.3
15682026-05-11T18:33:02.648Z Compiling phf_shared v0.13.1
15692026-05-11T18:33:02.673Z Compiling lazy_static v1.5.0
15702026-05-11T18:33:02.767Z Compiling cargo-platform v0.1.9
15712026-05-11T18:33:02.838Z Compiling hkdf v0.12.4
15722026-05-11T18:33:02.891Z Compiling crypto-bigint v0.5.5
15732026-05-11T18:33:02.970Z Compiling terminal_size v0.4.3
15742026-05-11T18:33:02.999Z Compiling async-trait v0.1.89
15752026-05-11T18:33:03.013Z Compiling ref-cast-impl v1.0.25
15762026-05-11T18:33:03.028Z Compiling daft-derive v0.1.5
15772026-05-11T18:33:03.102Z Compiling curve25519-dalek-derive v0.1.1
15782026-05-11T18:33:03.545Z Compiling strum_macros v0.27.2
15792026-05-11T18:33:03.761Z Compiling vergen v9.0.6
15802026-05-11T18:33:03.765Z Compiling fs-err v3.3.0
15812026-05-11T18:33:03.944Z Compiling ahash v0.8.12
15822026-05-11T18:33:03.961Z Compiling managed v0.8.0
15832026-05-11T18:33:04.034Z Compiling winnow v0.5.40
15842026-05-11T18:33:04.145Z Compiling foldhash v0.2.0
15852026-05-11T18:33:04.176Z Compiling foldhash v0.1.5
15862026-05-11T18:33:04.349Z Compiling bumpalo v3.20.2
15872026-05-11T18:33:04.367Z Compiling object v0.37.3
15882026-05-11T18:33:04.606Z Compiling libbz2-rs-sys v0.2.2
15892026-05-11T18:33:04.648Z Compiling unicode-segmentation v1.12.0
15902026-05-11T18:33:05.030Z Compiling bitflags v1.3.2
15912026-05-11T18:33:05.047Z Compiling bzip2 v0.6.1
15922026-05-11T18:33:05.272Z Compiling zopfli v0.8.3
15932026-05-11T18:33:05.292Z Compiling clap_builder v4.5.60
15942026-05-11T18:33:05.475Z Compiling toml_edit v0.19.15
15952026-05-11T18:33:05.513Z Compiling strum v0.27.2
15962026-05-11T18:33:05.560Z Compiling hashbrown v0.15.5
15972026-05-11T18:33:05.645Z Compiling hashbrown v0.16.1
15982026-05-11T18:33:05.895Z Compiling dof v0.3.0
15992026-05-11T18:33:06.084Z Compiling elliptic-curve v0.13.8
16002026-05-11T18:33:06.217Z Compiling daft v0.1.5
16012026-05-11T18:33:06.500Z Compiling cargo_metadata v0.19.2
16022026-05-11T18:33:06.587Z Compiling phf v0.13.1
16032026-05-11T18:33:06.747Z Compiling cookie_store v0.22.1
16042026-05-11T18:33:07.385Z Compiling signal-hook-mio v0.2.5
16052026-05-11T18:33:07.815Z Compiling hubpack v0.1.2
16062026-05-11T18:33:07.861Z Compiling zstd v0.13.3
16072026-05-11T18:33:08.034Z Compiling hyper-tls v0.6.0
16082026-05-11T18:33:08.052Z Compiling bzip2 v0.4.4
16092026-05-11T18:33:08.069Z Compiling serde_with_macros v3.17.0
16102026-05-11T18:33:08.124Z Compiling postgres-types v0.2.12
16112026-05-11T18:33:08.282Z Compiling usdt-attr-macro v0.6.0
16122026-05-11T18:33:08.307Z Compiling usdt-macro v0.6.0
16132026-05-11T18:33:08.706Z Compiling dtrace-parser v0.2.0
16142026-05-11T18:33:09.066Z Compiling ed25519 v2.2.3
16152026-05-11T18:33:09.068Z Compiling bstr v1.12.1
16162026-05-11T18:33:09.093Z Compiling phf_shared v0.11.3
16172026-05-11T18:33:09.196Z Compiling pkcs1 v0.7.5
16182026-05-11T18:33:09.276Z Compiling hex v0.4.3
16192026-05-11T18:33:09.405Z Compiling serde-big-array v0.5.1
16202026-05-11T18:33:09.466Z Compiling rfc6979 v0.4.0
16212026-05-11T18:33:09.546Z Compiling serde_repr v0.1.20
16222026-05-11T18:33:09.549Z Compiling enum-as-inner v0.6.1
16232026-05-11T18:33:09.591Z Compiling clap_derive v4.5.55
16242026-05-11T18:33:09.606Z Compiling strum_macros v0.26.4
16252026-05-11T18:33:09.720Z Compiling float-cmp v0.10.0
16262026-05-11T18:33:09.868Z Compiling thread-id v4.2.2
16272026-05-11T18:33:09.953Z Compiling memmap2 v0.9.10
16282026-05-11T18:33:09.970Z Compiling env_filter v1.0.0
16292026-05-11T18:33:10.048Z Compiling encoding_rs v0.8.35
16302026-05-11T18:33:10.067Z Compiling static_assertions v1.1.0
16312026-05-11T18:33:10.142Z Compiling fixedbitset v0.5.7
16322026-05-11T18:33:10.164Z Compiling jiff v0.2.21
16332026-05-11T18:33:10.268Z Compiling mime v0.3.17
16342026-05-11T18:33:10.444Z Compiling rustc-hash v2.1.1
16352026-05-11T18:33:10.526Z Compiling predicates-core v1.0.10
16362026-05-11T18:33:10.571Z Compiling precomputed-hash v0.1.1
16372026-05-11T18:33:10.660Z Compiling whoami v2.1.0
16382026-05-11T18:33:10.698Z Compiling new_debug_unreachable v1.0.6
16392026-05-11T18:33:10.772Z Compiling either v1.15.0
16402026-05-11T18:33:10.980Z Compiling data-encoding v2.10.0
16412026-05-11T18:33:11.028Z Compiling fixedbitset v0.4.2
16422026-05-11T18:33:11.243Z Compiling difflib v0.4.0
16432026-05-11T18:33:11.322Z Compiling keccak v0.1.6
16442026-05-11T18:33:11.327Z Compiling normalize-line-endings v0.3.0
16452026-05-11T18:33:11.433Z Compiling clap v4.5.60
16462026-05-11T18:33:11.517Z Compiling sha3 v0.10.8
16472026-05-11T18:33:11.551Z Compiling predicates v3.1.4
16482026-05-11T18:33:11.665Z Compiling strum v0.26.3
16492026-05-11T18:33:11.795Z Compiling hickory-proto v0.25.2
16502026-05-11T18:33:11.795Z Compiling petgraph v0.6.5
16512026-05-11T18:33:11.968Z Compiling itertools v0.13.0
16522026-05-11T18:33:12.122Z Compiling tokio-postgres v0.7.16
16532026-05-11T18:33:12.153Z Compiling string_cache v0.8.9
16542026-05-11T18:33:12.188Z Compiling iddqd v0.3.18
16552026-05-11T18:33:12.373Z Compiling petgraph v0.8.3
16562026-05-11T18:33:13.192Z Compiling zip v4.6.1
16572026-05-11T18:33:13.261Z Compiling toml_edit v0.22.27
16582026-05-11T18:33:13.331Z Compiling env_logger v0.11.9
16592026-05-11T18:33:13.692Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16602026-05-11T18:33:14.203Z Compiling usdt v0.6.0
16612026-05-11T18:33:14.331Z Compiling usdt-impl v0.5.0
16622026-05-11T18:33:14.346Z Compiling ecdsa v0.16.9
16632026-05-11T18:33:14.346Z Compiling serde_with v3.17.0
16642026-05-11T18:33:14.461Z Compiling similar v2.7.0
16652026-05-11T18:33:14.741Z Compiling rsa v0.9.10
16662026-05-11T18:33:14.914Z Compiling ed25519-dalek v2.2.0
16672026-05-11T18:33:15.326Z Compiling crossterm v0.28.1
16682026-05-11T18:33:16.023Z Compiling zip v0.6.6
16692026-05-11T18:33:16.428Z Compiling toml v0.7.8
16702026-05-11T18:33:16.625Z Compiling heck v0.4.1
16712026-05-11T18:33:16.739Z Compiling toml_parser v1.0.9+spec-1.1.0
16722026-05-11T18:33:16.845Z Compiling crossbeam-epoch v0.9.18
16732026-05-11T18:33:16.845Z Compiling tokio-stream v0.1.18
16742026-05-11T18:33:16.977Z Compiling buf-list v1.1.2
16752026-05-11T18:33:17.031Z Compiling x509-cert v0.2.5
16762026-05-11T18:33:17.170Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16772026-05-11T18:33:17.250Z Compiling openapiv3 v2.2.0
16782026-05-11T18:33:17.320Z Compiling sha1 v0.10.6
16792026-05-11T18:33:17.374Z Compiling toml_datetime v0.7.5+spec-1.1.0
16802026-05-11T18:33:17.480Z Compiling peg-runtime v0.8.5
16812026-05-11T18:33:17.540Z Compiling lalrpop-util v0.19.12
16822026-05-11T18:33:17.665Z Compiling thread_local v1.1.9
16832026-05-11T18:33:17.735Z Compiling slog-async v2.8.0
16842026-05-11T18:33:17.758Z Compiling crossbeam-channel v0.5.15
16852026-05-11T18:33:17.917Z Compiling futures-executor v0.3.32
16862026-05-11T18:33:18.048Z Compiling filetime v0.2.27
16872026-05-11T18:33:18.063Z Compiling is-terminal v0.4.17
16882026-05-11T18:33:18.159Z Compiling take_mut v0.2.2
16892026-05-11T18:33:18.175Z Compiling xattr v1.6.1
16902026-05-11T18:33:18.209Z Compiling term v1.2.1
16912026-05-11T18:33:18.223Z Compiling futures v0.3.32
16922026-05-11T18:33:18.302Z Compiling tar v0.4.45
16932026-05-11T18:33:18.659Z Compiling slog-term v2.9.2
16942026-05-11T18:33:28.231Z Compiling rustls-webpki v0.103.9
16952026-05-11T18:33:31.025Z Compiling tokio-rustls v0.26.4
16962026-05-11T18:33:31.025Z Compiling rustls-platform-verifier v0.6.2
16972026-05-11T18:33:31.235Z Compiling hyper-rustls v0.27.7
16982026-05-11T18:33:31.440Z Compiling reqwest v0.13.2
16992026-05-11T18:33:31.440Z Compiling reqwest v0.12.28
17002026-05-11T18:33:33.501Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17012026-05-11T18:33:33.718Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17022026-05-11T18:33:36.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s
17032026-05-11T18:33:36.698Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17042026-05-11T18:33:36.754ZMay 11 18:33:35.732 INFO Starting download, target: Clickhouse
17052026-05-11T18:33:36.754ZMay 11 18:33:35.732 INFO Starting download, target: Cockroach
17062026-05-11T18:33:36.754ZMay 11 18:33:35.732 INFO Starting download, target: Console
17072026-05-11T18:33:36.758ZMay 11 18:33:35.732 INFO Starting download, target: DendriteStub
17082026-05-11T18:33:36.758ZMay 11 18:33:35.732 INFO Starting download, target: TransceiverControl
17092026-05-11T18:33:36.758ZMay 11 18:33:35.732 INFO Starting download, target: MaghemiteMgd
17102026-05-11T18:33:36.758ZMay 11 18:33:35.732 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17112026-05-11T18:33:36.758ZMay 11 18:33:35.732 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17122026-05-11T18:33:36.758ZMay 11 18:33:35.732 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17132026-05-11T18:33:36.758ZMay 11 18:33:35.732 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17142026-05-11T18:33:36.758ZMay 11 18:33:35.732 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17152026-05-11T18:33:36.758ZMay 11 18:33:35.732 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17162026-05-11T18:33:37.254ZMay 11 18:33:36.227 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17172026-05-11T18:33:37.453ZMay 11 18:33:36.431 INFO Download complete, target: TransceiverControl
17182026-05-11T18:33:37.755ZMay 11 18:33:36.729 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17192026-05-11T18:33:37.983ZMay 11 18:33:36.956 INFO Download complete, target: Console
17202026-05-11T18:33:38.434ZMay 11 18:33:37.403 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17212026-05-11T18:33:38.751ZMay 11 18:33:37.725 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17222026-05-11T18:33:39.037ZMay 11 18:33:38.015 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17232026-05-11T18:33:39.463ZMay 11 18:33:38.442 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17242026-05-11T18:33:39.463ZMay 11 18:33:38.442 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17252026-05-11T18:33:40.720ZMay 11 18:33:39.699 INFO Download complete, target: DendriteStub
17262026-05-11T18:33:41.061ZMay 11 18:33:40.040 INFO Download complete, target: MaghemiteMgd
17272026-05-11T18:33:43.993ZMay 11 18:33:42.969 INFO Checking that binary works, target: Cockroach
17282026-05-11T18:33:44.124ZMay 11 18:33:43.099 INFO Download complete, target: Cockroach
17292026-05-11T18:33:45.727ZMay 11 18:33:44.700 INFO Checking that binary works, target: Clickhouse
17302026-05-11T18:33:45.819ZMay 11 18:33:44.797 INFO Download complete, target: Clickhouse
17312026-05-11T18:33:45.836ZAll builder prerequisites installed successfully, and PATH looks valid
17322026-05-11T18:33:45.839Z
17332026-05-11T18:33:45.839Zreal 2:15.110873878
17342026-05-11T18:33:45.839Zuser 6:43.783293113
17352026-05-11T18:33:45.839Zsys 1:19.837411100
17362026-05-11T18:33:45.839Ztrap 0.227420992
17372026-05-11T18:33:45.839Ztflt 1.072646391
17382026-05-11T18:33:45.839Zdflt 0.919127590
17392026-05-11T18:33:45.839Zkflt 0.029816779
17402026-05-11T18:33:45.839Zlock 20:58.365366977
17412026-05-11T18:33:45.839Zslp 20:49.874036942
17422026-05-11T18:33:45.839Zlat 42.335438124
17432026-05-11T18:33:45.839Zstop 1:55.250557703
17442026-05-11T18:33:45.839Z+ banner hack-check
17452026-05-11T18:33:45.839Z
17462026-05-11T18:33:45.839Z # # ## #### # # #### # # ###### #### # #
17472026-05-11T18:33:45.839Z # # # # # # # # # # # # # # # # #
17482026-05-11T18:33:45.839Z ###### # # # #### ##### # ###### ##### # ####
17492026-05-11T18:33:45.839Z # # ###### # # # # # # # # # #
17502026-05-11T18:33:45.839Z # # # # # # # # # # # # # # # # #
17512026-05-11T18:33:45.839Z # # # # #### # # #### # # ###### #### # #
17522026-05-11T18:33:45.839Z
17532026-05-11T18:33:45.840Z+ export CARGO_INCREMENTAL=0
17542026-05-11T18:33:45.840Z+ CARGO_INCREMENTAL=0
17552026-05-11T18:33:45.840Z+ ptime -m timeout 2h cargo xtask check-features --ci
17562026-05-11T18:33:46.368Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17572026-05-11T18:33:46.588Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17582026-05-11T18:33:48.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s
17592026-05-11T18:33:48.521Z Running `target/debug/xtask check-features --ci`
17602026-05-11T18:33:48.552Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17612026-05-11T18:33:48.556Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17622026-05-11T18:33:49.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17632026-05-11T18:33:49.056Z Running `target/debug/xtask download cargo-hack`
17642026-05-11T18:33:49.828Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17652026-05-11T18:33:50.145Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17662026-05-11T18:33:52.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.51s
17672026-05-11T18:33:52.766Z Running `target/debug/xtask-downloader cargo-hack`
17682026-05-11T18:33:52.803ZMay 11 18:33:51.782 INFO Starting download, target: CargoHack
17692026-05-11T18:33:52.807ZMay 11 18:33:51.783 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17702026-05-11T18:33:53.288ZMay 11 18:33:52.267 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17712026-05-11T18:33:53.336ZMay 11 18:33:52.316 INFO Download complete, target: CargoHack
17722026-05-11T18:33:53.339Zrunning: "/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"
17732026-05-11T18:33:53.353Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17742026-05-11T18:33:53.504Zinfo: running `cargo check --bins` on api_identity (1/274)
17752026-05-11T18:33:53.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17762026-05-11T18:33:53.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17772026-05-11T18:33:53.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17782026-05-11T18:33:53.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17792026-05-11T18:33:54.079Z
17802026-05-11T18:33:54.079Zinfo: running `cargo check --bins` on bootstore (2/274)
17812026-05-11T18:33:54.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17822026-05-11T18:33:54.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17832026-05-11T18:33:54.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17842026-05-11T18:33:54.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
17852026-05-11T18:33:54.655Z
17862026-05-11T18:33:54.655Zinfo: running `cargo check --bins` on omicron-ledger (3/274)
17872026-05-11T18:33:55.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17882026-05-11T18:33:55.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17892026-05-11T18:33:55.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17902026-05-11T18:33:55.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
17912026-05-11T18:33:55.234Z
17922026-05-11T18:33:55.234Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/274)
17932026-05-11T18:33:55.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17942026-05-11T18:33:55.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17952026-05-11T18:33:55.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17962026-05-11T18:33:55.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
17972026-05-11T18:33:55.810Z
17982026-05-11T18:33:55.810Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/274)
17992026-05-11T18:33:56.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18002026-05-11T18:33:56.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18012026-05-11T18:33:56.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18022026-05-11T18:33:56.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18032026-05-11T18:33:56.394Z
18042026-05-11T18:33:56.394Zinfo: running `cargo check --bins` on omicron-certificates (6/274)
18052026-05-11T18:33:56.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18062026-05-11T18:33:56.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18072026-05-11T18:33:56.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18082026-05-11T18:33:56.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18092026-05-11T18:33:56.984Z
18102026-05-11T18:33:56.984Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/274)
18112026-05-11T18:33:57.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18122026-05-11T18:33:57.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18132026-05-11T18:33:57.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18142026-05-11T18:33:57.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18152026-05-11T18:33:57.578Z
18162026-05-11T18:33:57.578Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/274)
18172026-05-11T18:33:58.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18182026-05-11T18:33:58.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18192026-05-11T18:33:58.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18202026-05-11T18:33:58.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18212026-05-11T18:33:58.171Z
18222026-05-11T18:33:58.171Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/274)
18232026-05-11T18:33:58.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18242026-05-11T18:33:58.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18252026-05-11T18:33:58.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18262026-05-11T18:33:58.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18272026-05-11T18:33:58.639Z
18282026-05-11T18:33:58.639Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/274)
18292026-05-11T18:33:59.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18302026-05-11T18:33:59.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18312026-05-11T18:33:59.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18322026-05-11T18:33:59.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18332026-05-11T18:33:59.109Z
18342026-05-11T18:33:59.110Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/274)
18352026-05-11T18:33:59.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18362026-05-11T18:33:59.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18372026-05-11T18:33:59.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18382026-05-11T18:33:59.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18392026-05-11T18:33:59.573Z
18402026-05-11T18:33:59.573Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/274)
18412026-05-11T18:33:59.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18422026-05-11T18:33:59.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18432026-05-11T18:33:59.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18442026-05-11T18:33:59.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18452026-05-11T18:34:00.041Z
18462026-05-11T18:34:00.041Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/274)
18472026-05-11T18:34:00.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18482026-05-11T18:34:00.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18492026-05-11T18:34:00.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18502026-05-11T18:34:00.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18512026-05-11T18:34:00.504Z
18522026-05-11T18:34:00.504Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/274)
18532026-05-11T18:34:00.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18542026-05-11T18:34:00.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18552026-05-11T18:34:00.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18562026-05-11T18:34:00.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18572026-05-11T18:34:00.966Z
18582026-05-11T18:34:00.966Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/274)
18592026-05-11T18:34:01.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18602026-05-11T18:34:01.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18612026-05-11T18:34:01.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18622026-05-11T18:34:01.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18632026-05-11T18:34:01.431Z
18642026-05-11T18:34:01.431Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/274)
18652026-05-11T18:34:01.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18662026-05-11T18:34:01.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18672026-05-11T18:34:01.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18682026-05-11T18:34:01.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18692026-05-11T18:34:01.890Z
18702026-05-11T18:34:01.890Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/274)
18712026-05-11T18:34:02.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18722026-05-11T18:34:02.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18732026-05-11T18:34:02.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18742026-05-11T18:34:02.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18752026-05-11T18:34:02.355Z
18762026-05-11T18:34:02.355Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/274)
18772026-05-11T18:34:02.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18782026-05-11T18:34:02.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18792026-05-11T18:34:02.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18802026-05-11T18:34:02.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18812026-05-11T18:34:02.820Z
18822026-05-11T18:34:02.820Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/274)
18832026-05-11T18:34:03.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18842026-05-11T18:34:03.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18852026-05-11T18:34:03.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18862026-05-11T18:34:03.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18872026-05-11T18:34:03.285Z
18882026-05-11T18:34:03.285Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/274)
18892026-05-11T18:34:03.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18902026-05-11T18:34:03.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18912026-05-11T18:34:03.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18922026-05-11T18:34:03.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18932026-05-11T18:34:03.751Z
18942026-05-11T18:34:03.751Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/274)
18952026-05-11T18:34:04.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18962026-05-11T18:34:04.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18972026-05-11T18:34:04.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18982026-05-11T18:34:04.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18992026-05-11T18:34:04.222Z
19002026-05-11T18:34:04.222Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/274)
19012026-05-11T18:34:04.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19022026-05-11T18:34:04.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19032026-05-11T18:34:04.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19042026-05-11T18:34:04.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19052026-05-11T18:34:04.692Z
19062026-05-11T18:34:04.692Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/274)
19072026-05-11T18:34:05.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19082026-05-11T18:34:05.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19092026-05-11T18:34:05.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19102026-05-11T18:34:05.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19112026-05-11T18:34:05.162Z
19122026-05-11T18:34:05.162Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/274)
19132026-05-11T18:34:05.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19142026-05-11T18:34:05.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19152026-05-11T18:34:05.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19162026-05-11T18:34:05.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19172026-05-11T18:34:05.633Z
19182026-05-11T18:34:05.633Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/274)
19192026-05-11T18:34:06.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19202026-05-11T18:34:06.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19212026-05-11T18:34:06.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19222026-05-11T18:34:06.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19232026-05-11T18:34:06.103Z
19242026-05-11T18:34:06.103Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/274)
19252026-05-11T18:34:06.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19262026-05-11T18:34:06.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19272026-05-11T18:34:06.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19282026-05-11T18:34:06.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19292026-05-11T18:34:06.570Z
19302026-05-11T18:34:06.570Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/274)
19312026-05-11T18:34:06.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19322026-05-11T18:34:06.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19332026-05-11T18:34:06.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19342026-05-11T18:34:06.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19352026-05-11T18:34:07.043Z
19362026-05-11T18:34:07.043Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/274)
19372026-05-11T18:34:07.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19382026-05-11T18:34:07.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19392026-05-11T18:34:07.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19402026-05-11T18:34:07.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19412026-05-11T18:34:07.509Z
19422026-05-11T18:34:07.509Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/274)
19432026-05-11T18:34:07.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19442026-05-11T18:34:07.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19452026-05-11T18:34:07.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19462026-05-11T18:34:07.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19472026-05-11T18:34:07.980Z
19482026-05-11T18:34:07.980Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/274)
19492026-05-11T18:34:08.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19502026-05-11T18:34:08.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19512026-05-11T18:34:08.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19522026-05-11T18:34:08.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19532026-05-11T18:34:08.447Z
19542026-05-11T18:34:08.447Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/274)
19552026-05-11T18:34:08.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19562026-05-11T18:34:08.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19572026-05-11T18:34:08.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19582026-05-11T18:34:08.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19592026-05-11T18:34:08.908Z
19602026-05-11T18:34:08.908Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/274)
19612026-05-11T18:34:09.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19622026-05-11T18:34:09.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19632026-05-11T18:34:09.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19642026-05-11T18:34:09.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19652026-05-11T18:34:09.374Z
19662026-05-11T18:34:09.375Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/274)
19672026-05-11T18:34:09.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19682026-05-11T18:34:09.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19692026-05-11T18:34:09.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19702026-05-11T18:34:09.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19712026-05-11T18:34:09.845Z
19722026-05-11T18:34:09.845Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/274)
19732026-05-11T18:34:10.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19742026-05-11T18:34:10.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19752026-05-11T18:34:10.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19762026-05-11T18:34:10.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19772026-05-11T18:34:10.305Z
19782026-05-11T18:34:10.305Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/274)
19792026-05-11T18:34:10.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19802026-05-11T18:34:10.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19812026-05-11T18:34:10.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19822026-05-11T18:34:10.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19832026-05-11T18:34:10.772Z
19842026-05-11T18:34:10.772Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/274)
19852026-05-11T18:34:11.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19862026-05-11T18:34:11.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19872026-05-11T18:34:11.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19882026-05-11T18:34:11.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19892026-05-11T18:34:11.240Z
19902026-05-11T18:34:11.241Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/274)
19912026-05-11T18:34:11.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19922026-05-11T18:34:11.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19932026-05-11T18:34:11.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19942026-05-11T18:34:11.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19952026-05-11T18:34:11.705Z
19962026-05-11T18:34:11.705Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/274)
19972026-05-11T18:34:12.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19982026-05-11T18:34:12.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19992026-05-11T18:34:12.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20002026-05-11T18:34:12.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20012026-05-11T18:34:12.165Z
20022026-05-11T18:34:12.165Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/274)
20032026-05-11T18:34:12.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20042026-05-11T18:34:12.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20052026-05-11T18:34:12.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20062026-05-11T18:34:12.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20072026-05-11T18:34:12.626Z
20082026-05-11T18:34:12.626Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/274)
20092026-05-11T18:34:13.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20102026-05-11T18:34:13.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20112026-05-11T18:34:13.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20122026-05-11T18:34:13.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20132026-05-11T18:34:13.090Z
20142026-05-11T18:34:13.090Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/274)
20152026-05-11T18:34:13.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20162026-05-11T18:34:13.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20172026-05-11T18:34:13.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20182026-05-11T18:34:13.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20192026-05-11T18:34:13.559Z
20202026-05-11T18:34:13.559Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/274)
20212026-05-11T18:34:13.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20222026-05-11T18:34:13.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20232026-05-11T18:34:13.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20242026-05-11T18:34:13.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20252026-05-11T18:34:14.024Z
20262026-05-11T18:34:14.024Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/274)
20272026-05-11T18:34:14.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20282026-05-11T18:34:14.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20292026-05-11T18:34:14.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20302026-05-11T18:34:14.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20312026-05-11T18:34:14.488Z
20322026-05-11T18:34:14.488Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/274)
20332026-05-11T18:34:14.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20342026-05-11T18:34:14.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20352026-05-11T18:34:14.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20362026-05-11T18:34:14.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20372026-05-11T18:34:14.960Z
20382026-05-11T18:34:14.960Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/274)
20392026-05-11T18:34:15.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20402026-05-11T18:34:15.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20412026-05-11T18:34:15.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20422026-05-11T18:34:15.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20432026-05-11T18:34:15.423Z
20442026-05-11T18:34:15.423Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/274)
20452026-05-11T18:34:15.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20462026-05-11T18:34:15.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20472026-05-11T18:34:15.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20482026-05-11T18:34:15.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20492026-05-11T18:34:15.888Z
20502026-05-11T18:34:15.888Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/274)
20512026-05-11T18:34:16.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20522026-05-11T18:34:16.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20532026-05-11T18:34:16.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20542026-05-11T18:34:16.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20552026-05-11T18:34:16.357Z
20562026-05-11T18:34:16.357Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/274)
20572026-05-11T18:34:16.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20582026-05-11T18:34:16.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20592026-05-11T18:34:16.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20602026-05-11T18:34:16.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20612026-05-11T18:34:16.828Z
20622026-05-11T18:34:16.828Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/274)
20632026-05-11T18:34:17.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20642026-05-11T18:34:17.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20652026-05-11T18:34:17.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20662026-05-11T18:34:17.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20672026-05-11T18:34:17.463Z
20682026-05-11T18:34:17.463Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/274)
20692026-05-11T18:34:17.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20702026-05-11T18:34:17.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20712026-05-11T18:34:17.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20722026-05-11T18:34:17.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20732026-05-11T18:34:18.092Z
20742026-05-11T18:34:18.092Zinfo: running `cargo check --bins` on nexus-config (51/274)
20752026-05-11T18:34:18.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20762026-05-11T18:34:18.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20772026-05-11T18:34:18.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20782026-05-11T18:34:18.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20792026-05-11T18:34:18.718Z
20802026-05-11T18:34:18.718Zinfo: running `cargo check --bins` on nexus-types (52/274)
20812026-05-11T18:34:19.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20822026-05-11T18:34:19.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20832026-05-11T18:34:19.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20842026-05-11T18:34:19.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20852026-05-11T18:34:19.349Z
20862026-05-11T18:34:19.350Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/274)
20872026-05-11T18:34:19.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20882026-05-11T18:34:19.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20892026-05-11T18:34:19.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20902026-05-11T18:34:19.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
20912026-05-11T18:34:19.945Z
20922026-05-11T18:34:19.945Zinfo: running `cargo check --bins` on omicron-passwords (54/274)
20932026-05-11T18:34:20.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20942026-05-11T18:34:20.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20952026-05-11T18:34:20.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20962026-05-11T18:34:20.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
20972026-05-11T18:34:20.520Z
20982026-05-11T18:34:20.520Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/274)
20992026-05-11T18:34:21.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21002026-05-11T18:34:21.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21012026-05-11T18:34:21.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21022026-05-11T18:34:21.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21032026-05-11T18:34:21.123Z
21042026-05-11T18:34:21.123Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/274)
21052026-05-11T18:34:21.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21062026-05-11T18:34:21.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21072026-05-11T18:34:21.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21082026-05-11T18:34:21.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21092026-05-11T18:34:21.728Z
21102026-05-11T18:34:21.729Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/274)
21112026-05-11T18:34:22.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21122026-05-11T18:34:22.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21132026-05-11T18:34:22.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21142026-05-11T18:34:22.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21152026-05-11T18:34:22.329Z
21162026-05-11T18:34:22.329Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/274)
21172026-05-11T18:34:22.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21182026-05-11T18:34:22.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21192026-05-11T18:34:22.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21202026-05-11T18:34:22.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21212026-05-11T18:34:22.923Z
21222026-05-11T18:34:22.923Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/274)
21232026-05-11T18:34:23.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21242026-05-11T18:34:23.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21252026-05-11T18:34:23.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21262026-05-11T18:34:23.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21272026-05-11T18:34:23.495Z
21282026-05-11T18:34:23.495Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/274)
21292026-05-11T18:34:23.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21302026-05-11T18:34:23.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21312026-05-11T18:34:23.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21322026-05-11T18:34:23.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21332026-05-11T18:34:24.078Z
21342026-05-11T18:34:24.078Zinfo: running `cargo check --bins --no-default-features` on gfss (61/274)
21352026-05-11T18:34:24.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21362026-05-11T18:34:24.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21372026-05-11T18:34:24.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21382026-05-11T18:34:24.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21392026-05-11T18:34:24.657Z
21402026-05-11T18:34:24.657Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/274)
21412026-05-11T18:34:25.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21422026-05-11T18:34:25.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21432026-05-11T18:34:25.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21442026-05-11T18:34:25.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21452026-05-11T18:34:25.240Z
21462026-05-11T18:34:25.240Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/274)
21472026-05-11T18:34:25.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21482026-05-11T18:34:25.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21492026-05-11T18:34:25.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21502026-05-11T18:34:25.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21512026-05-11T18:34:25.836Z
21522026-05-11T18:34:25.837Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/274)
21532026-05-11T18:34:26.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21542026-05-11T18:34:26.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21552026-05-11T18:34:26.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21562026-05-11T18:34:26.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21572026-05-11T18:34:26.433Z
21582026-05-11T18:34:26.433Zinfo: running `cargo check --bins` on cockroach-admin-types (65/274)
21592026-05-11T18:34:26.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21602026-05-11T18:34:26.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21612026-05-11T18:34:26.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21622026-05-11T18:34:26.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21632026-05-11T18:34:27.021Z
21642026-05-11T18:34:27.021Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/274)
21652026-05-11T18:34:27.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21662026-05-11T18:34:27.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21672026-05-11T18:34:27.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21682026-05-11T18:34:27.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21692026-05-11T18:34:27.605Z
21702026-05-11T18:34:27.605Zinfo: running `cargo check --bins` on ereport-types (67/274)
21712026-05-11T18:34:28.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21722026-05-11T18:34:28.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21732026-05-11T18:34:28.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21742026-05-11T18:34:28.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21752026-05-11T18:34:28.195Z
21762026-05-11T18:34:28.195Zinfo: running `cargo check --bins` on gateway-client (68/274)
21772026-05-11T18:34:28.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21782026-05-11T18:34:28.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21792026-05-11T18:34:28.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21802026-05-11T18:34:28.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21812026-05-11T18:34:28.788Z
21822026-05-11T18:34:28.788Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/274)
21832026-05-11T18:34:29.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21842026-05-11T18:34:29.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21852026-05-11T18:34:29.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21862026-05-11T18:34:29.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21872026-05-11T18:34:29.381Z
21882026-05-11T18:34:29.381Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/274)
21892026-05-11T18:34:29.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21902026-05-11T18:34:29.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21912026-05-11T18:34:29.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21922026-05-11T18:34:29.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21932026-05-11T18:34:29.970Z
21942026-05-11T18:34:29.970Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/274)
21952026-05-11T18:34:30.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21962026-05-11T18:34:30.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21972026-05-11T18:34:30.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21982026-05-11T18:34:30.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21992026-05-11T18:34:30.564Z
22002026-05-11T18:34:30.564Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/274)
22012026-05-11T18:34:31.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22022026-05-11T18:34:31.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22032026-05-11T18:34:31.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22042026-05-11T18:34:31.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22052026-05-11T18:34:31.160Z
22062026-05-11T18:34:31.160Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/274)
22072026-05-11T18:34:31.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22082026-05-11T18:34:31.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22092026-05-11T18:34:31.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22102026-05-11T18:34:31.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22112026-05-11T18:34:31.772Z
22122026-05-11T18:34:31.772Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/274)
22132026-05-11T18:34:32.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22142026-05-11T18:34:32.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22152026-05-11T18:34:32.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22162026-05-11T18:34:32.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22172026-05-11T18:34:32.387Z
22182026-05-11T18:34:32.387Zinfo: running `cargo check --bins` on key-manager-types (75/274)
22192026-05-11T18:34:32.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22202026-05-11T18:34:32.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22212026-05-11T18:34:32.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22222026-05-11T18:34:32.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22232026-05-11T18:34:32.966Z
22242026-05-11T18:34:32.966Zinfo: running `cargo check --bins` on oxlog (76/274)
22252026-05-11T18:34:33.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22262026-05-11T18:34:33.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22272026-05-11T18:34:33.573Z Checking cfg-if v1.0.4
22282026-05-11T18:34:33.576Z Checking libc v0.2.185
22292026-05-11T18:34:33.576Z Checking serde_core v1.0.228
22302026-05-11T18:34:33.689Z Checking zeroize v1.8.2
22312026-05-11T18:34:33.696Z Checking memchr v2.8.0
22322026-05-11T18:34:33.704Z Checking log v0.4.29
22332026-05-11T18:34:33.713Z Checking smallvec v1.15.1
22342026-05-11T18:34:33.723Z Checking typenum v1.19.0
22352026-05-11T18:34:33.733Z Checking subtle v2.6.1
22362026-05-11T18:34:33.826Z Checking itoa v1.0.17
22372026-05-11T18:34:33.857Z Checking scopeguard v1.2.0
22382026-05-11T18:34:33.874Z Checking stable_deref_trait v1.2.1
22392026-05-11T18:34:33.885Z Checking const-oid v0.9.6
22402026-05-11T18:34:33.946Z Checking portable-atomic v1.13.1
22412026-05-11T18:34:33.957Z Checking lock_api v0.4.14
22422026-05-11T18:34:33.967Z Checking zerofrom v0.1.6
22432026-05-11T18:34:34.062Z Checking critical-section v1.2.0
22442026-05-11T18:34:34.076Z Checking yoke v0.8.1
22452026-05-11T18:34:34.088Z Checking getrandom v0.2.17
22462026-05-11T18:34:34.146Z Checking errno v0.3.14
22472026-05-11T18:34:34.158Z Checking parking_lot_core v0.9.12
22482026-05-11T18:34:34.224Z Checking rand_core v0.6.4
22492026-05-11T18:34:34.235Z Checking generic-array v0.14.7
22502026-05-11T18:34:34.244Z Checking zerovec v0.11.5
22512026-05-11T18:34:34.257Z Checking signal-hook-registry v1.4.8
22522026-05-11T18:34:34.337Z Checking zerocopy v0.8.40
22532026-05-11T18:34:34.340Z Checking once_cell v1.21.3
22542026-05-11T18:34:34.396Z Checking pin-project-lite v0.2.17
22552026-05-11T18:34:34.411Z Checking parking_lot v0.12.5
22562026-05-11T18:34:34.485Z Checking mio v1.2.0
22572026-05-11T18:34:34.511Z Checking socket2 v0.6.3
22582026-05-11T18:34:34.547Z Checking libm v0.2.16
22592026-05-11T18:34:34.588Z Checking zmij v1.0.21
22602026-05-11T18:34:34.661Z Checking crypto-common v0.1.7
22612026-05-11T18:34:34.673Z Checking block-buffer v0.10.4
22622026-05-11T18:34:34.744Z Checking tinystr v0.8.2
22632026-05-11T18:34:34.756Z Checking litemap v0.8.1
22642026-05-11T18:34:34.781Z Checking equivalent v1.0.2
22652026-05-11T18:34:34.792Z Checking percent-encoding v2.3.2
22662026-05-11T18:34:34.807Z Checking digest v0.10.7
22672026-05-11T18:34:34.861Z Checking writeable v0.6.2
22682026-05-11T18:34:34.915Z Checking futures-core v0.3.32
22692026-05-11T18:34:34.925Z Checking potential_utf v0.1.4
22702026-05-11T18:34:34.929Z Checking zerotrie v0.2.3
22712026-05-11T18:34:34.993Z Checking cpufeatures v0.2.17
22722026-05-11T18:34:35.013Z Checking icu_locale_core v2.1.1
22732026-05-11T18:34:35.030Z Checking hmac v0.12.1
22742026-05-11T18:34:35.045Z Checking icu_collections v2.1.1
22752026-05-11T18:34:35.062Z Checking block-padding v0.3.3
22762026-05-11T18:34:35.160Z Checking serde v1.0.228
22772026-05-11T18:34:35.160Z Checking bitflags v2.11.0
22782026-05-11T18:34:35.183Z Checking serde_json v1.0.149
22792026-05-11T18:34:35.195Z Checking icu_normalizer_data v2.1.1
22802026-05-11T18:34:35.236Z Checking num-traits v0.2.19
22812026-05-11T18:34:35.278Z Checking icu_properties_data v2.1.2
22822026-05-11T18:34:35.326Z Checking hashbrown v0.17.0
22832026-05-11T18:34:35.346Z Checking rand_core v0.10.0
22842026-05-11T18:34:35.415Z Checking futures-sink v0.3.32
22852026-05-11T18:34:35.481Z Checking getrandom v0.4.1
22862026-05-11T18:34:35.512Z Checking futures-channel v0.3.32
22872026-05-11T18:34:35.557Z Checking icu_provider v2.1.1
22882026-05-11T18:34:35.568Z Checking bytes v1.11.1
22892026-05-11T18:34:35.623Z Checking inout v0.1.4
22902026-05-11T18:34:35.699Z Checking futures-io v0.3.32
22912026-05-11T18:34:35.758Z Checking futures-task v0.3.32
22922026-05-11T18:34:35.776Z Checking slab v0.4.12
22932026-05-11T18:34:35.787Z Checking icu_normalizer v2.1.1
22942026-05-11T18:34:35.790Z Checking indexmap v2.14.0
22952026-05-11T18:34:35.809Z Checking icu_properties v2.1.2
22962026-05-11T18:34:35.828Z Checking cipher v0.4.4
22972026-05-11T18:34:35.901Z Checking sha2 v0.10.9
22982026-05-11T18:34:35.936Z Checking futures-util v0.3.32
22992026-05-11T18:34:36.017Z Checking tokio v1.52.1
23002026-05-11T18:34:36.038Z Checking getrandom v0.3.4
23012026-05-11T18:34:36.107Z Checking utf8_iter v1.0.4
23022026-05-11T18:34:36.178Z Checking byteorder v1.5.0
23032026-05-11T18:34:36.181Z Checking base64ct v1.8.3
23042026-05-11T18:34:36.226Z Checking form_urlencoded v1.2.2
23052026-05-11T18:34:36.352Z Checking fnv v1.0.7
23062026-05-11T18:34:36.366Z Checking flagset v0.4.7
23072026-05-11T18:34:36.376Z Checking rand_core v0.9.5
23082026-05-11T18:34:36.415Z Checking pem-rfc7468 v0.7.0
23092026-05-11T18:34:36.444Z Checking salsa20 v0.10.2
23102026-05-11T18:34:36.479Z Checking http v1.4.0
23112026-05-11T18:34:36.543Z Checking uuid v1.23.0
23122026-05-11T18:34:36.569Z Checking der v0.7.10
23132026-05-11T18:34:36.570Z Checking pbkdf2 v0.12.2
23142026-05-11T18:34:36.630Z Checking idna_adapter v1.2.1
23152026-05-11T18:34:36.677Z Checking scrypt v0.11.0
23162026-05-11T18:34:36.745Z Checking idna v1.1.0
23172026-05-11T18:34:36.813Z Checking aes v0.8.4
23182026-05-11T18:34:36.846Z Checking cbc v0.1.2
23192026-05-11T18:34:36.974Z Checking rustix v1.1.3
23202026-05-11T18:34:36.986Z Checking url v2.5.8
23212026-05-11T18:34:37.032Z Checking tracing-core v0.1.36
23222026-05-11T18:34:37.124Z Checking ppv-lite86 v0.2.21
23232026-05-11T18:34:37.191Z Checking rustls-pki-types v1.14.0
23242026-05-11T18:34:37.301Z Checking spki v0.7.3
23252026-05-11T18:34:37.334Z Checking regex-syntax v0.8.10
23262026-05-11T18:34:37.412Z Checking rand_chacha v0.9.0
23272026-05-11T18:34:37.424Z Checking iana-time-zone v0.1.65
23282026-05-11T18:34:37.459Z Checking pkcs5 v0.7.1
23292026-05-11T18:34:37.472Z Checking tracing v0.1.44
23302026-05-11T18:34:37.525Z Checking chrono v0.4.44
23312026-05-11T18:34:37.607Z Checking rand v0.9.2
23322026-05-11T18:34:37.672Z Checking http-body v1.0.1
23332026-05-11T18:34:37.711Z Checking aws-lc-sys v0.37.1
23342026-05-11T18:34:37.799Z Checking untrusted v0.7.1
23352026-05-11T18:34:37.802Z Checking openssl-probe v0.2.1
23362026-05-11T18:34:37.823Z Checking base64 v0.22.1
23372026-05-11T18:34:37.910Z Checking untrusted v0.9.0
23382026-05-11T18:34:37.923Z Checking pkcs8 v0.10.2
23392026-05-11T18:34:38.018Z Checking ring v0.17.14
23402026-05-11T18:34:38.055Z Checking try-lock v0.2.5
23412026-05-11T18:34:38.067Z Checking plain v0.2.3
23422026-05-11T18:34:38.098Z Checking tower-service v0.3.3
23432026-05-11T18:34:38.153Z Checking tinyvec_macros v0.1.1
23442026-05-11T18:34:38.166Z Checking tower-layer v0.3.3
23452026-05-11T18:34:38.186Z Checking atomic-waker v1.1.2
23462026-05-11T18:34:38.211Z Checking aws-lc-rs v1.16.0
23472026-05-11T18:34:38.222Z Checking tinyvec v1.10.0
23482026-05-11T18:34:38.281Z Checking want v0.3.1
23492026-05-11T18:34:38.311Z Checking ipnet v2.11.0
23502026-05-11T18:34:38.372Z Checking semver v1.0.28
23512026-05-11T18:34:38.399Z Checking httparse v1.10.1
23522026-05-11T18:34:38.526Z Checking spin v0.9.8
23532026-05-11T18:34:38.557Z Checking foreign-types-shared v0.1.1
23542026-05-11T18:34:38.574Z Checking unicode-ident v1.0.24
23552026-05-11T18:34:38.605Z Checking pin-utils v0.1.0
23562026-05-11T18:34:38.633Z Checking dyn-clone v1.0.20
23572026-05-11T18:34:38.637Z Checking fastrand v2.3.0
23582026-05-11T18:34:38.669Z Checking httpdate v1.0.3
23592026-05-11T18:34:38.681Z Checking ucd-trie v0.1.7
23602026-05-11T18:34:38.702Z Checking proc-macro2 v1.0.106
23612026-05-11T18:34:38.730Z Checking schemars v0.8.22
23622026-05-11T18:34:38.803Z Checking pest v2.8.6
23632026-05-11T18:34:38.814Z Checking foreign-types v0.3.2
23642026-05-11T18:34:38.817Z Checking tempfile v3.25.0
23652026-05-11T18:34:38.881Z Checking openssl-sys v0.9.114
23662026-05-11T18:34:38.988Z Checking thiserror v2.0.18
23672026-05-11T18:34:39.002Z Checking wait-timeout v0.2.1
23682026-05-11T18:34:39.014Z Checking aho-corasick v1.1.4
23692026-05-11T18:34:39.026Z Checking rustls-webpki v0.103.9
23702026-05-11T18:34:39.089Z Checking utf8parse v0.2.2
23712026-05-11T18:34:39.123Z Checking pretty-hex v0.4.1
23722026-05-11T18:34:39.190Z Checking quick-error v1.2.3
23732026-05-11T18:34:39.233Z Checking tokio-util v0.7.18
23742026-05-11T18:34:39.245Z Checking simd-adler32 v0.3.8
23752026-05-11T18:34:39.288Z Checking siphasher v1.0.2
23762026-05-11T18:34:39.384Z Checking bit-vec v0.8.0
23772026-05-11T18:34:39.384Z Checking powerfmt v0.2.0
23782026-05-11T18:34:39.408Z Checking anstyle v1.0.13
23792026-05-11T18:34:39.442Z Checking openssl v0.10.78
23802026-05-11T18:34:39.453Z Checking rustls v0.23.37
23812026-05-11T18:34:39.537Z Checking deranged v0.5.8
23822026-05-11T18:34:39.568Z Checking bit-set v0.8.0
23832026-05-11T18:34:39.584Z Checking rusty-fork v0.3.1
23842026-05-11T18:34:39.685Z Checking regex-automata v0.4.14
23852026-05-11T18:34:39.711Z Checking anstyle-parse v0.2.7
23862026-05-11T18:34:39.749Z Checking quote v1.0.45
23872026-05-11T18:34:39.838Z Checking h2 v0.4.13
23882026-05-11T18:34:39.861Z Compiling newtype-uuid v1.3.2
23892026-05-11T18:34:39.872Z Checking unicode-normalization v0.1.25
23902026-05-11T18:34:39.911Z Checking rustls-native-certs v0.8.3
23912026-05-11T18:34:40.039Z Checking crossbeam-utils v0.8.21
23922026-05-11T18:34:40.039Z Checking rand_xorshift v0.4.0
23932026-05-11T18:34:40.166Z Checking crc32fast v1.5.0
23942026-05-11T18:34:40.266Z Checking scroll v0.13.0
23952026-05-11T18:34:40.302Z Checking sync_wrapper v1.0.2
23962026-05-11T18:34:40.368Z Checking signature v2.2.0
23972026-05-11T18:34:40.401Z Checking num-conv v0.2.0
23982026-05-11T18:34:40.453Z Checking colorchoice v1.0.4
23992026-05-11T18:34:40.487Z Checking time-core v0.1.8
24002026-05-11T18:34:40.487Z Checking unicode-bidi v0.3.18
24012026-05-11T18:34:40.515Z Checking adler2 v2.0.1
24022026-05-11T18:34:40.551Z Checking unarray v0.1.4
24032026-05-11T18:34:40.617Z Checking allocator-api2 v0.2.21
24042026-05-11T18:34:40.632Z Checking anstyle-query v1.1.5
24052026-05-11T18:34:40.649Z Checking unicode-properties v0.1.4
24062026-05-11T18:34:40.722Z Checking num_threads v0.1.7
24072026-05-11T18:34:40.773Z Checking is_terminal_polyfill v1.70.2
24082026-05-11T18:34:40.808Z Checking time v0.3.47
24092026-05-11T18:34:40.834Z Checking stringprep v0.1.5
24102026-05-11T18:34:40.869Z Checking anstream v0.6.21
24112026-05-11T18:34:40.906Z Checking proptest v1.10.0
24122026-05-11T18:34:40.984Z Checking miniz_oxide v0.8.9
24132026-05-11T18:34:41.067Z Checking goblin v0.10.5
24142026-05-11T18:34:41.347Z Checking tower v0.5.3
24152026-05-11T18:34:41.449Z Checking native-tls v0.2.18
24162026-05-11T18:34:41.519Z Checking crossbeam-epoch v0.9.18
24172026-05-11T18:34:41.625Z Compiling daft v0.1.5
24182026-05-11T18:34:41.728Z Checking syn v2.0.117
24192026-05-11T18:34:41.741Z Checking ipnetwork v0.21.1
24202026-05-11T18:34:41.835Z Checking tokio-rustls v0.26.4
24212026-05-11T18:34:41.899Z Checking http-body-util v0.1.3
24222026-05-11T18:34:41.945Z Checking webpki-roots v1.0.6
24232026-05-11T18:34:41.956Z Checking rand_chacha v0.3.1
24242026-05-11T18:34:42.058Z Checking thiserror v1.0.69
24252026-05-11T18:34:42.069Z Checking scroll v0.12.0
24262026-05-11T18:34:42.116Z Checking zstd-sys v2.0.16+zstd.1.5.7
24272026-05-11T18:34:42.154Z Checking hash32 v0.2.1
24282026-05-11T18:34:42.165Z Checking num-integer v0.1.46
24292026-05-11T18:34:42.224Z Checking toml_datetime v0.6.11
24302026-05-11T18:34:42.292Z Checking serde_spanned v0.6.9
24312026-05-11T18:34:42.310Z Checking md-5 v0.10.6
24322026-05-11T18:34:42.384Z Checking ff v0.13.1
24332026-05-11T18:34:42.403Z Checking zlib-rs v0.6.2
24342026-05-11T18:34:42.416Z Checking iri-string v0.7.10
24352026-05-11T18:34:42.443Z Checking fallible-iterator v0.2.0
24362026-05-11T18:34:42.509Z Checking ryu v1.0.23
24372026-05-11T18:34:42.523Z Checking hyper v1.8.1
24382026-05-11T18:34:42.647Z Checking psl-types v2.0.11
24392026-05-11T18:34:42.669Z Checking base16ct v0.2.0
24402026-05-11T18:34:42.718Z Compiling iddqd v0.3.18
24412026-05-11T18:34:42.764Z Checking publicsuffix v2.3.0
24422026-05-11T18:34:42.789Z Checking sec1 v0.7.3
24432026-05-11T18:34:42.916Z Checking postgres-protocol v0.6.10
24442026-05-11T18:34:43.139Z Checking serde_urlencoded v0.7.1
24452026-05-11T18:34:43.226Z Checking group v0.13.0
24462026-05-11T18:34:43.273Z Checking flate2 v1.1.9
24472026-05-11T18:34:43.344Z Checking num-iter v0.1.45
24482026-05-11T18:34:43.370Z Checking heapless v0.7.17
24492026-05-11T18:34:43.384Z Checking dof v0.4.0
24502026-05-11T18:34:43.397Z Checking tower-http v0.6.8
24512026-05-11T18:34:43.401Z Checking hyper-util v0.1.20
24522026-05-11T18:34:43.449Z Checking goblin v0.8.2
24532026-05-11T18:34:43.559Z Checking zstd-safe v7.2.4
24542026-05-11T18:34:43.661Z Checking rand v0.8.5
24552026-05-11T18:34:43.724Z Checking oxnet v0.1.4
24562026-05-11T18:34:43.772Z Checking cookie v0.18.1
24572026-05-11T18:34:43.854Z Checking tokio-native-tls v0.3.1
24582026-05-11T18:34:43.958Z Checking dtrace-parser v0.3.0
24592026-05-11T18:34:43.973Z Checking phf_shared v0.13.1
24602026-05-11T18:34:43.997Z Checking lazy_static v1.5.0
24612026-05-11T18:34:44.008Z Checking zerocopy v0.7.35
24622026-05-11T18:34:44.011Z Checking terminal_size v0.4.3
24632026-05-11T18:34:44.083Z Checking bzip2-sys v0.1.13+1.0.8
24642026-05-11T18:34:44.118Z Checking signal-hook v0.3.18
24652026-05-11T18:34:44.163Z Checking hkdf v0.12.4
24662026-05-11T18:34:44.175Z Checking crypto-bigint v0.5.5
24672026-05-11T18:34:44.211Z Checking thread-id v5.1.0
24682026-05-11T18:34:44.214Z Checking managed v0.8.0
24692026-05-11T18:34:44.265Z Checking either v1.15.0
24702026-05-11T18:34:44.294Z Checking foldhash v0.1.5
24712026-05-11T18:34:44.307Z Checking winnow v0.5.40
24722026-05-11T18:34:44.379Z Checking clap_lex v1.0.0
24732026-05-11T18:34:44.426Z Checking bumpalo v3.20.2
24742026-05-11T18:34:44.448Z Checking strsim v0.11.1
24752026-05-11T18:34:44.491Z Checking foldhash v0.2.0
24762026-05-11T18:34:44.529Z Checking bitflags v1.3.2
24772026-05-11T18:34:44.599Z Checking libbz2-rs-sys v0.2.2
24782026-05-11T18:34:44.611Z Compiling rayon-core v1.13.0
24792026-05-11T18:34:44.620Z Checking winnow v0.7.14
24802026-05-11T18:34:44.642Z Checking hashbrown v0.16.1
24812026-05-11T18:34:44.654Z Checking hyper-rustls v0.27.7
24822026-05-11T18:34:44.793Z Checking hyper-tls v0.6.0
24832026-05-11T18:34:44.856Z Checking zopfli v0.8.3
24842026-05-11T18:34:44.958Z Checking clap_builder v4.5.60
24852026-05-11T18:34:44.979Z Checking bzip2 v0.6.1
24862026-05-11T18:34:45.064Z Checking elliptic-curve v0.13.8
24872026-05-11T18:34:45.137Z Checking smoltcp v0.9.1
24882026-05-11T18:34:45.148Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24892026-05-11T18:34:45.181Z Checking hashbrown v0.15.5
24902026-05-11T18:34:45.325Z Checking signal-hook-mio v0.2.5
24912026-05-11T18:34:45.354Z Checking dof v0.3.0
24922026-05-11T18:34:45.367Z Checking usdt-impl v0.6.0
24932026-05-11T18:34:45.431Z Checking num-bigint-dig v0.8.6
24942026-05-11T18:34:45.456Z Checking toml_edit v0.19.15
24952026-05-11T18:34:45.634Z Checking bzip2 v0.4.4
24962026-05-11T18:34:45.637Z Checking phf v0.13.1
24972026-05-11T18:34:45.637Z Checking cookie_store v0.22.1
24982026-05-11T18:34:45.777Z Checking zstd v0.13.3
24992026-05-11T18:34:45.780Z Checking postgres-types v0.2.12
25002026-05-11T18:34:45.812Z Checking dtrace-parser v0.2.0
25012026-05-11T18:34:45.953Z Checking rustls-platform-verifier v0.6.2
25022026-05-11T18:34:45.979Z Checking crossbeam-deque v0.8.6
25032026-05-11T18:34:45.990Z Checking bstr v1.12.1
25042026-05-11T18:34:46.042Z Checking regex v1.12.3
25052026-05-11T18:34:46.091Z Checking ed25519 v2.2.3
25062026-05-11T18:34:46.106Z Checking phf_shared v0.11.3
25072026-05-11T18:34:46.153Z Checking ref-cast v1.0.25
25082026-05-11T18:34:46.189Z Checking curve25519-dalek v4.1.3
25092026-05-11T18:34:46.244Z Checking strum v0.27.2
25102026-05-11T18:34:46.247Z Checking hubpack v0.1.2
25112026-05-11T18:34:46.247Z Checking memoffset v0.9.1
25122026-05-11T18:34:46.278Z Checking rustix v0.38.44
25132026-05-11T18:34:46.317Z Checking pkcs1 v0.7.5
25142026-05-11T18:34:46.341Z Checking float-cmp v0.10.0
25152026-05-11T18:34:46.360Z Checking serde-big-array v0.5.1
25162026-05-11T18:34:46.382Z Checking erased-serde v0.3.31
25172026-05-11T18:34:46.405Z Checking hex v0.4.3
25182026-05-11T18:34:46.465Z Checking rfc6979 v0.4.0
25192026-05-11T18:34:46.488Z Checking thread-id v4.2.2
25202026-05-11T18:34:46.505Z Checking memmap2 v0.9.10
25212026-05-11T18:34:46.521Z Checking env_filter v1.0.0
25222026-05-11T18:34:46.562Z Checking encoding_rs v0.8.35
25232026-05-11T18:34:46.574Z Checking static_assertions v1.1.0
25242026-05-11T18:34:46.625Z Checking fixedbitset v0.5.7
25252026-05-11T18:34:46.641Z Checking fixedbitset v0.4.2
25262026-05-11T18:34:46.654Z Checking data-encoding v2.10.0
25272026-05-11T18:34:46.657Z Checking difflib v0.4.0
25282026-05-11T18:34:46.763Z Checking new_debug_unreachable v1.0.6
25292026-05-11T18:34:46.781Z Checking keccak v0.1.6
25302026-05-11T18:34:46.811Z Checking mime v0.3.17
25312026-05-11T18:34:46.826Z Checking rustc-hash v2.1.1
25322026-05-11T18:34:46.829Z Checking whoami v2.1.0
25332026-05-11T18:34:46.931Z Checking predicates-core v1.0.10
25342026-05-11T18:34:46.944Z Checking unicode-segmentation v1.12.0
25352026-05-11T18:34:46.954Z Checking precomputed-hash v0.1.1
25362026-05-11T18:34:46.973Z Checking normalize-line-endings v0.3.0
25372026-05-11T18:34:46.985Z Checking jiff v0.2.21
25382026-05-11T18:34:47.019Z Checking toml_write v0.1.2
25392026-05-11T18:34:47.031Z Checking string_cache v0.8.9
25402026-05-11T18:34:47.051Z Checking tokio-postgres v0.7.16
25412026-05-11T18:34:47.062Z Checking predicates v3.1.4
25422026-05-11T18:34:47.078Z Checking crossterm v0.28.1
25432026-05-11T18:34:47.180Z Checking toml_edit v0.22.27
25442026-05-11T18:34:47.192Z Checking ed25519-dalek v2.2.0
25452026-05-11T18:34:47.251Z Checking similar v2.7.0
25462026-05-11T18:34:47.420Z Checking sha3 v0.10.8
25472026-05-11T18:34:47.508Z Checking reqwest v0.12.28
25482026-05-11T18:34:47.620Z Checking hickory-proto v0.25.2
25492026-05-11T18:34:47.632Z Checking petgraph v0.8.3
25502026-05-11T18:34:47.787Z Checking petgraph v0.6.5
25512026-05-11T18:34:48.192Z Checking slog v2.8.2
25522026-05-11T18:34:48.266Z Checking env_logger v0.11.9
25532026-05-11T18:34:48.284Z Checking usdt v0.6.0
25542026-05-11T18:34:48.343Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25552026-05-11T18:34:48.447Z Checking serde_with v3.17.0
25562026-05-11T18:34:48.451Z Checking ecdsa v0.16.9
25572026-05-11T18:34:48.451Z Checking usdt-impl v0.5.0
25582026-05-11T18:34:48.746Z Checking rsa v0.9.10
25592026-05-11T18:34:48.778Z Checking toml v0.7.8
25602026-05-11T18:34:49.013Z Checking nix v0.31.2
25612026-05-11T18:34:49.083Z Checking clap v4.5.60
25622026-05-11T18:34:49.179Z Checking zip v4.6.1
25632026-05-11T18:34:49.179Z Checking reqwest v0.13.2
25642026-05-11T18:34:49.202Z Checking zip v0.6.6
25652026-05-11T18:34:49.478Z Checking toml_parser v1.0.9+spec-1.1.0
25662026-05-11T18:34:49.544Z Checking itertools v0.13.0
25672026-05-11T18:34:49.757Z Checking strum v0.26.3
25682026-05-11T18:34:49.796Z Checking tokio-stream v0.1.18
25692026-05-11T18:34:49.845Z Checking fs-err v3.3.0
25702026-05-11T18:34:49.867Z Checking ahash v0.8.12
25712026-05-11T18:34:49.998Z Checking object v0.37.3
25722026-05-11T18:34:50.011Z Checking buf-list v1.1.2
25732026-05-11T18:34:50.062Z Checking anyhow v1.0.102
25742026-05-11T18:34:50.139Z Checking camino v1.2.2
25752026-05-11T18:34:50.184Z Checking x509-cert v0.2.5
25762026-05-11T18:34:50.196Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25772026-05-11T18:34:50.259Z Checking openapiv3 v2.2.0
25782026-05-11T18:34:50.383Z Checking toml_datetime v0.7.5+spec-1.1.0
25792026-05-11T18:34:50.399Z Checking sha1 v0.10.6
25802026-05-11T18:34:50.452Z Checking lalrpop-util v0.19.12
25812026-05-11T18:34:50.557Z Checking peg-runtime v0.8.5
25822026-05-11T18:34:50.557Z Checking rayon v1.11.0
25832026-05-11T18:34:50.583Z Checking sigpipe v0.1.3
25842026-05-11T18:34:50.595Z Checking glob v0.3.3
25852026-05-11T18:34:52.183Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25862026-05-11T18:34:52.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.48s
25872026-05-11T18:34:52.622Z
25882026-05-11T18:34:52.622Zinfo: running `cargo check --bins` on internal-dns-types (77/274)
25892026-05-11T18:34:53.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25902026-05-11T18:34:53.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25912026-05-11T18:34:53.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25922026-05-11T18:34:53.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
25932026-05-11T18:34:53.216Z
25942026-05-11T18:34:53.216Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/274)
25952026-05-11T18:34:53.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25962026-05-11T18:34:53.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25972026-05-11T18:34:53.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25982026-05-11T18:34:53.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
25992026-05-11T18:34:53.812Z
26002026-05-11T18:34:53.812Zinfo: running `cargo check --bins` on nexus-types-versions (79/274)
26012026-05-11T18:34:54.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26022026-05-11T18:34:54.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26032026-05-11T18:34:54.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26042026-05-11T18:34:54.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26052026-05-11T18:34:54.430Z
26062026-05-11T18:34:54.430Zinfo: running `cargo check --bins` on oxql-types (80/274)
26072026-05-11T18:34:54.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26082026-05-11T18:34:54.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26092026-05-11T18:34:54.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26102026-05-11T18:34:54.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26112026-05-11T18:34:55.027Z
26122026-05-11T18:34:55.027Zinfo: running `cargo check --bins` on oximeter-types (81/274)
26132026-05-11T18:34:55.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26142026-05-11T18:34:55.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26152026-05-11T18:34:55.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26162026-05-11T18:34:55.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26172026-05-11T18:34:55.620Z
26182026-05-11T18:34:55.620Zinfo: running `cargo check --bins` on oximeter-types-versions (82/274)
26192026-05-11T18:34:56.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26202026-05-11T18:34:56.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26212026-05-11T18:34:56.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26222026-05-11T18:34:56.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26232026-05-11T18:34:56.215Z
26242026-05-11T18:34:56.215Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/274)
26252026-05-11T18:34:56.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26262026-05-11T18:34:56.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26272026-05-11T18:34:56.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26282026-05-11T18:34:56.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
26292026-05-11T18:34:56.785Z
26302026-05-11T18:34:56.785Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/274)
26312026-05-11T18:34:57.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26322026-05-11T18:34:57.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26332026-05-11T18:34:57.466Z Compiling structmeta-derive v0.3.0
26342026-05-11T18:34:57.582Z Compiling rustls v0.22.4
26352026-05-11T18:34:57.592Z Compiling multer v3.1.0
26362026-05-11T18:34:57.600Z Compiling async-stream-impl v0.3.6
26372026-05-11T18:34:57.600Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26382026-05-11T18:34:57.621Z Compiling dropshot v0.17.0
26392026-05-11T18:34:57.637Z Compiling dropshot_endpoint v0.17.0
26402026-05-11T18:34:57.637Z Compiling newtype-uuid-macros v0.1.0
26412026-05-11T18:34:57.757Z Checking newtype-uuid v1.3.2
26422026-05-11T18:34:57.817Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26432026-05-11T18:34:57.882Z Checking rustls-webpki v0.102.8
26442026-05-11T18:34:57.954Z Checking daft v0.1.5
26452026-05-11T18:34:57.982Z Checking futures-executor v0.3.32
26462026-05-11T18:34:58.129Z Checking thread_local v1.1.9
26472026-05-11T18:34:58.172Z Checking compression-core v0.4.31
26482026-05-11T18:34:58.190Z Checking match_cfg v0.1.0
26492026-05-11T18:34:58.209Z Checking iddqd v0.3.18
26502026-05-11T18:34:58.261Z Checking hostname v0.3.1
26512026-05-11T18:34:58.292Z Checking compression-codecs v0.4.37
26522026-05-11T18:34:58.306Z Checking futures v0.3.32
26532026-05-11T18:34:58.355Z Checking crossbeam-channel v0.5.15
26542026-05-11T18:34:58.379Z Checking slog-json v2.6.1
26552026-05-11T18:34:58.395Z Checking toml_datetime v1.0.0+spec-1.1.0
26562026-05-11T18:34:58.455Z Checking is-terminal v0.4.17
26572026-05-11T18:34:58.536Z Checking serde_spanned v1.0.4
26582026-05-11T18:34:58.550Z Checking take_mut v0.2.2
26592026-05-11T18:34:58.592Z Checking debug-ignore v1.0.5
26602026-05-11T18:34:58.624Z Compiling structmeta v0.3.0
26612026-05-11T18:34:58.649Z Checking toml_writer v1.0.6+spec-1.1.0
26622026-05-11T18:34:58.663Z Checking term v1.2.1
26632026-05-11T18:34:58.682Z Checking slog-bunyan v2.5.0
26642026-05-11T18:34:58.694Z Checking slog-async v2.8.0
26652026-05-11T18:34:58.795Z Checking async-compression v0.4.41
26662026-05-11T18:34:58.825Z Checking toml v1.0.6+spec-1.1.0
26672026-05-11T18:34:58.840Z Compiling derive-ex v0.1.8
26682026-05-11T18:34:58.864Z Compiling parse-display-derive v0.10.0
26692026-05-11T18:34:58.877Z Checking slog-term v2.9.2
26702026-05-11T18:34:59.039Z Checking async-stream v0.3.6
26712026-05-11T18:34:59.069Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26722026-05-11T18:34:59.131Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26732026-05-11T18:34:59.148Z Checking progenitor-client v0.14.0
26742026-05-11T18:34:59.165Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
26752026-05-11T18:34:59.306Z Checking waitgroup v0.1.2
26762026-05-11T18:34:59.374Z Checking backon v1.6.0
26772026-05-11T18:34:59.391Z Checking rustls-pemfile v2.2.0
26782026-05-11T18:34:59.416Z Checking serde_path_to_error v0.1.20
26792026-05-11T18:34:59.454Z Checking hostname v0.4.2
26802026-05-11T18:34:59.529Z Checking instant v0.1.13
26812026-05-11T18:34:59.613Z Checking backoff v0.4.0
26822026-05-11T18:34:59.691Z Checking tokio-rustls v0.25.0
26832026-05-11T18:34:59.707Z Checking progenitor-extras v0.2.0
26842026-05-11T18:34:59.748Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26852026-05-11T18:34:59.917Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26862026-05-11T18:34:59.931Z Checking progenitor-client v0.10.0
26872026-05-11T18:34:59.957Z Checking itertools v0.14.0
26882026-05-11T18:35:00.144Z Checking regress v0.10.5
26892026-05-11T18:35:00.159Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
26902026-05-11T18:35:00.486Z Checking macaddr v1.0.1
26912026-05-11T18:35:00.497Z Compiling test-strategy v0.4.5
26922026-05-11T18:35:00.526Z Checking parse-display v0.10.0
26932026-05-11T18:35:01.753Z Compiling prettyplease v0.2.37
26942026-05-11T18:35:02.010Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26952026-05-11T18:35:02.177Z Checking num-rational v0.4.2
26962026-05-11T18:35:02.382Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26972026-05-11T18:35:02.704Z Checking num-complex v0.4.6
26982026-05-11T18:35:03.158Z Checking num v0.4.3
26992026-05-11T18:35:03.244Z Compiling usdt-attr-macro v0.5.0
27002026-05-11T18:35:03.362Z Compiling usdt-macro v0.5.0
27012026-05-11T18:35:03.422Z Checking memmap v0.7.0
27022026-05-11T18:35:03.457Z Checking float-ord v0.3.2
27032026-05-11T18:35:03.551Z Compiling convert_case v0.4.0
27042026-05-11T18:35:03.564Z Checking unicode-width v0.2.0
27052026-05-11T18:35:03.820Z Checking console v0.15.11
27062026-05-11T18:35:03.926Z Compiling derive_more v0.99.20
27072026-05-11T18:35:04.016Z Checking newline-converter v0.3.0
27082026-05-11T18:35:04.074Z Checking usdt v0.5.0
27092026-05-11T18:35:04.103Z Checking atomicwrites v0.4.4
27102026-05-11T18:35:04.126Z Compiling toml v0.8.23
27112026-05-11T18:35:04.228Z Compiling minimal-lexical v0.2.1
27122026-05-11T18:35:04.243Z Checking linked-hash-map v0.5.6
27132026-05-11T18:35:04.412Z Checking lru-cache v0.1.2
27142026-05-11T18:35:04.476Z Compiling nom v7.1.3
27152026-05-11T18:35:04.533Z Checking expectorate v1.2.0
27162026-05-11T18:35:05.096Z Checking camino-tempfile v1.4.1
27172026-05-11T18:35:05.182Z Checking hickory-proto v0.24.4
27182026-05-11T18:35:05.259Z Checking phf_shared v0.12.1
27192026-05-11T18:35:05.399Z Compiling slog-dtrace v0.3.0
27202026-05-11T18:35:05.521Z Checking heck v0.5.0
27212026-05-11T18:35:05.595Z Compiling chrono-tz v0.10.4
27222026-05-11T18:35:05.648Z Checking resolv-conf v0.7.6
27232026-05-11T18:35:05.794Z Compiling const_format_proc_macros v0.2.34
27242026-05-11T18:35:05.808Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27252026-05-11T18:35:05.917Z Checking phf v0.12.1
27262026-05-11T18:35:05.966Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27272026-05-11T18:35:06.061Z Checking tokio-dtrace v0.1.1
27282026-05-11T18:35:06.246Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27292026-05-11T18:35:06.313Z Compiling derive-where v1.6.0
27302026-05-11T18:35:06.482Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27312026-05-11T18:35:06.771Z Checking highway v1.3.0
27322026-05-11T18:35:07.010Z Checking const_format v0.2.35
27332026-05-11T18:35:07.025Z Checking hickory-resolver v0.24.4
27342026-05-11T18:35:07.245Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27352026-05-11T18:35:07.349Z Checking oxide-tokio-rt v0.1.4
27362026-05-11T18:35:07.528Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27372026-05-11T18:35:07.672Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27382026-05-11T18:35:07.719Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27392026-05-11T18:35:07.733Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27402026-05-11T18:35:07.747Z Checking qorb v0.4.1
27412026-05-11T18:35:07.852Z Checking gethostname v0.5.0
27422026-05-11T18:35:07.881Z Checking bcs v0.1.6
27432026-05-11T18:35:07.929Z Compiling async-recursion v1.1.1
27442026-05-11T18:35:07.942Z Checking termtree v0.5.1
27452026-05-11T18:35:11.265Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27462026-05-11T18:35:13.855Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27472026-05-11T18:35:15.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.16s
27482026-05-11T18:35:16.132Z
27492026-05-11T18:35:16.133Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/274)
27502026-05-11T18:35:16.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27512026-05-11T18:35:16.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27522026-05-11T18:35:16.815Z Compiling ar_archive_writer v0.5.1
27532026-05-11T18:35:16.924Z Compiling stacker v0.1.23
27542026-05-11T18:35:16.931Z Compiling cfg_aliases v0.1.1
27552026-05-11T18:35:16.937Z Compiling convert_case v0.10.0
27562026-05-11T18:35:16.940Z Checking unicode-width v0.1.14
27572026-05-11T18:35:16.953Z Compiling proc-macro-error v1.0.4
27582026-05-11T18:35:16.964Z Checking fd-lock v4.0.4
27592026-05-11T18:35:16.964Z Checking nibble_vec v0.1.0
27602026-05-11T18:35:16.987Z Compiling nix v0.28.0
27612026-05-11T18:35:17.074Z Checking vte v0.14.1
27622026-05-11T18:35:17.091Z Compiling recursive-proc-macro-impl v0.1.1
27632026-05-11T18:35:17.173Z Checking bytecount v0.6.9
27642026-05-11T18:35:17.186Z Checking endian-type v0.1.2
27652026-05-11T18:35:17.221Z Checking strip-ansi-escapes v0.2.1
27662026-05-11T18:35:17.233Z Compiling derive_more-impl v2.1.1
27672026-05-11T18:35:17.245Z Compiling tabled_derive v0.7.0
27682026-05-11T18:35:17.271Z Checking papergrid v0.11.0
27692026-05-11T18:35:17.303Z Checking radix_trie v0.2.1
27702026-05-11T18:35:17.331Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27712026-05-11T18:35:17.484Z Compiling peg-macros v0.8.5
27722026-05-11T18:35:17.509Z Checking winnow v0.6.26
27732026-05-11T18:35:17.762Z Compiling psm v0.1.30
27742026-05-11T18:35:17.789Z Compiling sqlparser_derive v0.5.0
27752026-05-11T18:35:17.874Z Checking nu-ansi-term v0.50.3
27762026-05-11T18:35:18.013Z Checking derive_more v2.1.1
27772026-05-11T18:35:18.091Z Checking home v0.5.12
27782026-05-11T18:35:18.105Z Checking unicode_categories v0.1.1
27792026-05-11T18:35:18.192Z Checking tabled v0.15.0
27802026-05-11T18:35:18.205Z Checking crossterm v0.29.0
27812026-05-11T18:35:18.263Z Checking reedline v0.40.0
27822026-05-11T18:35:18.281Z Checking rustyline v14.0.0
27832026-05-11T18:35:18.523Z Checking recursive v0.1.1
27842026-05-11T18:35:18.558Z Checking display-error-chain v0.2.2
27852026-05-11T18:35:18.615Z Checking sqlparser v0.61.0
27862026-05-11T18:35:18.649Z Checking sqlformat v0.3.5
27872026-05-11T18:35:18.860Z Checking peg v0.8.5
27882026-05-11T18:35:29.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.66s
27892026-05-11T18:35:29.974Z
27902026-05-11T18:35:29.974Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/274)
27912026-05-11T18:35:30.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27922026-05-11T18:35:30.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27932026-05-11T18:35:30.638Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27942026-05-11T18:35:34.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
27952026-05-11T18:35:34.224Z
27962026-05-11T18:35:34.224Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/274)
27972026-05-11T18:35:34.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27982026-05-11T18:35:34.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27992026-05-11T18:35:34.893Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28002026-05-11T18:35:37.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s
28012026-05-11T18:35:37.545Z
28022026-05-11T18:35:37.545Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/274)
28032026-05-11T18:35:38.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28042026-05-11T18:35:38.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28052026-05-11T18:35:38.151Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28062026-05-11T18:35:41.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.88s
28072026-05-11T18:35:41.546Z
28082026-05-11T18:35:41.546Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/274)
28092026-05-11T18:35:42.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28102026-05-11T18:35:42.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28112026-05-11T18:35:42.217Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28122026-05-11T18:35:45.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.88s
28132026-05-11T18:35:45.639Z
28142026-05-11T18:35:45.639Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/274)
28152026-05-11T18:35:46.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28162026-05-11T18:35:46.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28172026-05-11T18:35:46.302Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28182026-05-11T18:35:48.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
28192026-05-11T18:35:49.045Z
28202026-05-11T18:35:49.045Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/274)
28212026-05-11T18:35:49.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28222026-05-11T18:35:49.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28232026-05-11T18:35:49.710Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28242026-05-11T18:35:52.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
28252026-05-11T18:35:52.489Z
28262026-05-11T18:35:52.489Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/274)
28272026-05-11T18:35:53.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282026-05-11T18:35:53.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292026-05-11T18:35:53.162Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28302026-05-11T18:35:56.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s
28312026-05-11T18:35:56.710Z
28322026-05-11T18:35:56.710Zinfo: running `cargo check --bins` on oximeter (93/274)
28332026-05-11T18:35:57.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342026-05-11T18:35:57.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352026-05-11T18:35:57.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28362026-05-11T18:35:57.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28372026-05-11T18:35:57.298Z
28382026-05-11T18:35:57.298Zinfo: running `cargo check --bins` on oximeter-schema (94/274)
28392026-05-11T18:35:57.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402026-05-11T18:35:57.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412026-05-11T18:35:57.926Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28422026-05-11T18:35:58.090Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28432026-05-11T18:35:58.103Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28442026-05-11T18:35:58.425Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28452026-05-11T18:36:01.295Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28462026-05-11T18:36:02.508Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28472026-05-11T18:36:02.669Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28482026-05-11T18:36:03.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.03s
28492026-05-11T18:36:03.515Z
28502026-05-11T18:36:03.515Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/274)
28512026-05-11T18:36:04.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522026-05-11T18:36:04.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532026-05-11T18:36:04.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28542026-05-11T18:36:04.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28552026-05-11T18:36:04.109Z
28562026-05-11T18:36:04.109Zinfo: running `cargo check --bins` on oximeter-test-utils (96/274)
28572026-05-11T18:36:04.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582026-05-11T18:36:04.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592026-05-11T18:36:04.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28602026-05-11T18:36:04.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28612026-05-11T18:36:04.740Z
28622026-05-11T18:36:04.741Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/274)
28632026-05-11T18:36:05.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642026-05-11T18:36:05.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652026-05-11T18:36:05.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28662026-05-11T18:36:05.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28672026-05-11T18:36:05.344Z
28682026-05-11T18:36:05.344Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/274)
28692026-05-11T18:36:05.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702026-05-11T18:36:05.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712026-05-11T18:36:05.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28722026-05-11T18:36:05.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28732026-05-11T18:36:05.947Z
28742026-05-11T18:36:05.947Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/274)
28752026-05-11T18:36:06.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762026-05-11T18:36:06.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772026-05-11T18:36:06.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28782026-05-11T18:36:06.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28792026-05-11T18:36:06.546Z
28802026-05-11T18:36:06.546Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/274)
28812026-05-11T18:36:07.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822026-05-11T18:36:07.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832026-05-11T18:36:07.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28842026-05-11T18:36:07.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28852026-05-11T18:36:07.150Z
28862026-05-11T18:36:07.150Zinfo: running `cargo check --bins` on trust-quorum-types (101/274)
28872026-05-11T18:36:07.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882026-05-11T18:36:07.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892026-05-11T18:36:07.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28902026-05-11T18:36:07.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
28912026-05-11T18:36:07.727Z
28922026-05-11T18:36:07.727Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/274)
28932026-05-11T18:36:08.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942026-05-11T18:36:08.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952026-05-11T18:36:08.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962026-05-11T18:36:08.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28972026-05-11T18:36:08.324Z
28982026-05-11T18:36:08.324Zinfo: running `cargo check --bins` on update-engine (103/274)
28992026-05-11T18:36:08.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002026-05-11T18:36:08.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012026-05-11T18:36:08.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29022026-05-11T18:36:08.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29032026-05-11T18:36:08.905Z
29042026-05-11T18:36:08.905Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/274)
29052026-05-11T18:36:09.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062026-05-11T18:36:09.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072026-05-11T18:36:09.615Z Compiling crucible-workspace-hack v0.1.0
29082026-05-11T18:36:09.732Z Checking secrecy v0.10.3
29092026-05-11T18:36:09.738Z Compiling heapless v0.8.0
29102026-05-11T18:36:09.746Z Compiling ingot-macros v0.1.1
29112026-05-11T18:36:09.753Z Compiling toml_edit v0.23.10+spec-1.0.0
29122026-05-11T18:36:09.757Z Checking hash32 v0.3.1
29132026-05-11T18:36:09.774Z Compiling smoltcp v0.11.0
29142026-05-11T18:36:09.777Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29152026-05-11T18:36:09.832Z Checking cobs v0.3.0
29162026-05-11T18:36:09.879Z Compiling thiserror-impl-no-std v2.0.2
29172026-05-11T18:36:09.979Z Checking universal-hash v0.5.1
29182026-05-11T18:36:09.982Z Checking half v2.7.1
29192026-05-11T18:36:10.016Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29202026-05-11T18:36:10.101Z Checking ciborium-io v0.2.2
29212026-05-11T18:36:10.135Z Checking opaque-debug v0.3.1
29222026-05-11T18:36:10.205Z Checking postcard v1.1.3
29232026-05-11T18:36:10.216Z Checking poly1305 v0.8.0
29242026-05-11T18:36:10.229Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29252026-05-11T18:36:10.247Z Checking ciborium-ll v0.2.2
29262026-05-11T18:36:10.420Z Compiling proc-macro-crate v3.4.0
29272026-05-11T18:36:10.471Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29282026-05-11T18:36:10.487Z Checking password-hash v0.5.0
29292026-05-11T18:36:10.533Z Checking chacha20 v0.9.1
29302026-05-11T18:36:10.725Z Compiling proc-macro-crate v1.3.1
29312026-05-11T18:36:10.743Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29322026-05-11T18:36:10.767Z Checking blake2 v0.10.6
29332026-05-11T18:36:10.794Z Checking aead v0.5.2
29342026-05-11T18:36:10.946Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29352026-05-11T18:36:10.975Z Compiling foreign-types-macros v0.2.3
29362026-05-11T18:36:10.988Z Compiling num_enum_derive v0.7.5
29372026-05-11T18:36:11.010Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29382026-05-11T18:36:11.053Z Checking thiserror-no-std v2.0.2
29392026-05-11T18:36:11.141Z Checking cpufeatures v0.3.0
29402026-05-11T18:36:11.154Z Checking foreign-types-shared v0.3.1
29412026-05-11T18:36:11.167Z Compiling num_enum_derive v0.5.11
29422026-05-11T18:36:11.214Z Checking chacha20 v0.10.0
29432026-05-11T18:36:11.241Z Checking vsss-rs v3.3.4
29442026-05-11T18:36:11.255Z Checking argon2 v0.5.3
29452026-05-11T18:36:11.433Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29462026-05-11T18:36:11.552Z Checking foreign-types v0.5.0
29472026-05-11T18:36:11.588Z Checking chacha20poly1305 v0.10.1
29482026-05-11T18:36:11.630Z Checking ciborium v0.2.2
29492026-05-11T18:36:11.819Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29502026-05-11T18:36:11.839Z Checking tabwriter v1.4.1
29512026-05-11T18:36:11.986Z Checking byte-wrapper v0.1.0
29522026-05-11T18:36:12.014Z Checking num_enum v0.7.5
29532026-05-11T18:36:12.046Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29542026-05-11T18:36:12.100Z Checking cstr-argument v0.1.2
29552026-05-11T18:36:12.127Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29562026-05-11T18:36:12.187Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29572026-05-11T18:36:12.200Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29582026-05-11T18:36:12.220Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29592026-05-11T18:36:12.338Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29602026-05-11T18:36:12.391Z Checking num_enum v0.5.11
29612026-05-11T18:36:12.391Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29622026-05-11T18:36:12.465Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29632026-05-11T18:36:12.504Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29642026-05-11T18:36:12.561Z Checking rand v0.10.0
29652026-05-11T18:36:12.565Z Checking ingot-types v0.1.2
29662026-05-11T18:36:12.588Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29672026-05-11T18:36:12.602Z Checking colored v3.1.1
29682026-05-11T18:36:12.703Z Checking indent_write v2.2.0
29692026-05-11T18:36:12.798Z Compiling zone_cfg_derive v0.3.1
29702026-05-11T18:36:12.840Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29712026-05-11T18:36:12.853Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29722026-05-11T18:36:12.873Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29732026-05-11T18:36:12.890Z Checking itertools v0.12.1
29742026-05-11T18:36:12.930Z Checking ingot v0.1.1
29752026-05-11T18:36:12.968Z Compiling num-derive v0.4.2
29762026-05-11T18:36:13.009Z Checking swrite v0.1.0
29772026-05-11T18:36:13.023Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29782026-05-11T18:36:13.099Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29792026-05-11T18:36:13.227Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29802026-05-11T18:36:13.382Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
29812026-05-11T18:36:13.415Z Checking dropshot-api-manager-types v0.7.1
29822026-05-11T18:36:13.434Z Checking smf v0.2.3
29832026-05-11T18:36:13.448Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
29842026-05-11T18:36:13.491Z Checking nanorand v0.7.0
29852026-05-11T18:36:13.580Z Checking whoami v1.6.1
29862026-05-11T18:36:13.662Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29872026-05-11T18:36:13.686Z Checking flume v0.11.1
29882026-05-11T18:36:13.869Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29892026-05-11T18:36:13.899Z Checking zone v0.3.1
29902026-05-11T18:36:14.480Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29912026-05-11T18:36:15.439Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29922026-05-11T18:36:16.335Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29932026-05-11T18:36:19.375Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29942026-05-11T18:36:21.400Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29952026-05-11T18:36:22.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.58s
29962026-05-11T18:36:22.677Z
29972026-05-11T18:36:22.677Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/274)
29982026-05-11T18:36:23.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29992026-05-11T18:36:23.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30002026-05-11T18:36:23.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30012026-05-11T18:36:23.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30022026-05-11T18:36:23.279Z
30032026-05-11T18:36:23.279Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/274)
30042026-05-11T18:36:23.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30052026-05-11T18:36:23.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30062026-05-11T18:36:23.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30072026-05-11T18:36:23.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30082026-05-11T18:36:23.879Z
30092026-05-11T18:36:23.879Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/274)
30102026-05-11T18:36:24.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30112026-05-11T18:36:24.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30122026-05-11T18:36:24.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30132026-05-11T18:36:24.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30142026-05-11T18:36:24.481Z
30152026-05-11T18:36:24.481Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/274)
30162026-05-11T18:36:24.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30172026-05-11T18:36:24.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30182026-05-11T18:36:24.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30192026-05-11T18:36:24.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30202026-05-11T18:36:25.086Z
30212026-05-11T18:36:25.086Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/274)
30222026-05-11T18:36:25.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30232026-05-11T18:36:25.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30242026-05-11T18:36:25.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30252026-05-11T18:36:25.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30262026-05-11T18:36:25.684Z
30272026-05-11T18:36:25.684Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/274)
30282026-05-11T18:36:26.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292026-05-11T18:36:26.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302026-05-11T18:36:26.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30312026-05-11T18:36:26.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30322026-05-11T18:36:26.285Z
30332026-05-11T18:36:26.285Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/274)
30342026-05-11T18:36:26.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-05-11T18:36:26.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-05-11T18:36:26.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372026-05-11T18:36:26.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30382026-05-11T18:36:26.882Z
30392026-05-11T18:36:26.882Zinfo: running `cargo check --bins` on cockroach-admin-client (112/274)
30402026-05-11T18:36:27.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-05-11T18:36:27.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-05-11T18:36:27.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-05-11T18:36:27.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30442026-05-11T18:36:27.469Z
30452026-05-11T18:36:27.469Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/274)
30462026-05-11T18:36:27.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-05-11T18:36:27.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-05-11T18:36:27.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-05-11T18:36:27.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30502026-05-11T18:36:28.069Z
30512026-05-11T18:36:28.069Zinfo: running `cargo check --bins` on dns-service-client (114/274)
30522026-05-11T18:36:28.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-05-11T18:36:28.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-05-11T18:36:28.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-05-11T18:36:28.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30562026-05-11T18:36:28.670Z
30572026-05-11T18:36:28.670Zinfo: running `cargo check --bins` on installinator-client (115/274)
30582026-05-11T18:36:29.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-05-11T18:36:29.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-05-11T18:36:29.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-05-11T18:36:29.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30622026-05-11T18:36:29.273Z
30632026-05-11T18:36:29.273Zinfo: running `cargo check --bins` on nexus-client (116/274)
30642026-05-11T18:36:29.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-05-11T18:36:29.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-05-11T18:36:29.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-05-11T18:36:29.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30682026-05-11T18:36:29.913Z
30692026-05-11T18:36:29.913Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/274)
30702026-05-11T18:36:30.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-05-11T18:36:30.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-05-11T18:36:30.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-05-11T18:36:30.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30742026-05-11T18:36:30.548Z
30752026-05-11T18:36:30.548Zinfo: running `cargo check --bins` on ntp-admin-client (118/274)
30762026-05-11T18:36:31.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-05-11T18:36:31.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-05-11T18:36:31.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-05-11T18:36:31.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30802026-05-11T18:36:31.129Z
30812026-05-11T18:36:31.129Zinfo: running `cargo check --bins` on oxide-client (119/274)
30822026-05-11T18:36:31.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-05-11T18:36:31.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-05-11T18:36:31.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-05-11T18:36:31.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30862026-05-11T18:36:31.716Z
30872026-05-11T18:36:31.716Zinfo: running `cargo check --bins` on oximeter-client (120/274)
30882026-05-11T18:36:32.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-05-11T18:36:32.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-05-11T18:36:32.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-05-11T18:36:32.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30922026-05-11T18:36:32.316Z
30932026-05-11T18:36:32.316Zinfo: running `cargo check --bins` on repo-depot-client (121/274)
30942026-05-11T18:36:32.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-05-11T18:36:32.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-05-11T18:36:32.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-05-11T18:36:32.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30982026-05-11T18:36:32.897Z
30992026-05-11T18:36:32.897Zinfo: running `cargo check --bins` on sled-agent-client (122/274)
31002026-05-11T18:36:33.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-05-11T18:36:33.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-05-11T18:36:33.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-05-11T18:36:33.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31042026-05-11T18:36:33.504Z
31052026-05-11T18:36:33.504Zinfo: running `cargo check --bins` on wicketd-client (123/274)
31062026-05-11T18:36:34.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-05-11T18:36:34.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-05-11T18:36:34.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-05-11T18:36:34.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31102026-05-11T18:36:34.125Z
31112026-05-11T18:36:34.125Zinfo: running `cargo check --bins` on installinator-common (124/274)
31122026-05-11T18:36:34.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-05-11T18:36:34.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-05-11T18:36:34.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-05-11T18:36:34.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31162026-05-11T18:36:34.733Z
31172026-05-11T18:36:34.733Zinfo: running `cargo check --bins` on installinator-common-versions (125/274)
31182026-05-11T18:36:35.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-05-11T18:36:35.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-05-11T18:36:35.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-05-11T18:36:35.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31222026-05-11T18:36:35.315Z
31232026-05-11T18:36:35.315Zinfo: running `cargo check --bins` on wicket-common (126/274)
31242026-05-11T18:36:35.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-05-11T18:36:35.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-05-11T18:36:35.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-05-11T18:36:35.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31282026-05-11T18:36:35.925Z
31292026-05-11T18:36:35.925Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/274)
31302026-05-11T18:36:36.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-05-11T18:36:36.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-05-11T18:36:36.611Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31332026-05-11T18:36:36.725Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31342026-05-11T18:36:36.733Z Checking csv-core v0.1.13
31352026-05-11T18:36:36.740Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31362026-05-11T18:36:36.743Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31372026-05-11T18:36:36.758Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31382026-05-11T18:36:36.768Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31392026-05-11T18:36:36.780Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31402026-05-11T18:36:36.885Z Checking csv v1.4.0
31412026-05-11T18:36:36.904Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31422026-05-11T18:36:36.956Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31432026-05-11T18:36:36.979Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31442026-05-11T18:36:37.220Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31452026-05-11T18:36:37.582Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31462026-05-11T18:36:37.585Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31472026-05-11T18:36:37.919Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31482026-05-11T18:36:43.613Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31492026-05-11T18:36:44.143Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31502026-05-11T18:36:46.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.55s
31512026-05-11T18:36:46.678Z
31522026-05-11T18:36:46.678Zinfo: running `cargo check --bins` on cockroach-admin-api (128/274)
31532026-05-11T18:36:47.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31542026-05-11T18:36:47.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31552026-05-11T18:36:47.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31562026-05-11T18:36:47.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31572026-05-11T18:36:47.270Z
31582026-05-11T18:36:47.270Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/274)
31592026-05-11T18:36:47.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31602026-05-11T18:36:47.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31612026-05-11T18:36:47.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31622026-05-11T18:36:47.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31632026-05-11T18:36:47.951Z
31642026-05-11T18:36:47.951Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/274)
31652026-05-11T18:36:48.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31662026-05-11T18:36:48.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31672026-05-11T18:36:48.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31682026-05-11T18:36:48.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31692026-05-11T18:36:48.634Z
31702026-05-11T18:36:48.634Zinfo: running `cargo check --bins` on gateway-test-utils (131/274)
31712026-05-11T18:36:49.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31722026-05-11T18:36:49.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31732026-05-11T18:36:49.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31742026-05-11T18:36:49.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31752026-05-11T18:36:49.286Z
31762026-05-11T18:36:49.286Zinfo: running `cargo check --bins` on omicron-gateway (132/274)
31772026-05-11T18:36:49.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31782026-05-11T18:36:49.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31792026-05-11T18:36:50.044Z Compiling regress v0.11.1
31802026-05-11T18:36:50.181Z Compiling unsafe-libyaml v0.2.11
31812026-05-11T18:36:50.194Z Compiling semver v0.1.20
31822026-05-11T18:36:50.197Z Compiling radium v0.7.0
31832026-05-11T18:36:50.220Z Compiling pin-project-internal v1.1.11
31842026-05-11T18:36:50.232Z Compiling maybe-uninit v2.0.0
31852026-05-11T18:36:50.235Z Checking tap v1.0.1
31862026-05-11T18:36:50.346Z Checking wyz v0.5.1
31872026-05-11T18:36:50.467Z Compiling rustc_version v0.1.7
31882026-05-11T18:36:50.521Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31892026-05-11T18:36:50.557Z Checking progenitor-client v0.13.0
31902026-05-11T18:36:50.646Z Compiling snafu-derive v0.8.9
31912026-05-11T18:36:50.684Z Compiling serde_yaml v0.9.34+deprecated
31922026-05-11T18:36:50.812Z Compiling newtype_derive v0.1.6
31932026-05-11T18:36:50.901Z Compiling zerocopy-derive v0.6.6
31942026-05-11T18:36:51.008Z Compiling cancel-safe-futures v0.1.5
31952026-05-11T18:36:51.229Z Checking crc-catalog v2.4.0
31962026-05-11T18:36:51.325Z Checking funty v2.0.0
31972026-05-11T18:36:51.339Z Checking pin-project v1.1.11
31982026-05-11T18:36:51.436Z Checking same-file v1.0.6
31992026-05-11T18:36:51.556Z Compiling packed_struct v0.10.1
32002026-05-11T18:36:51.616Z Checking typify-impl v0.6.2
32012026-05-11T18:36:51.645Z Compiling owo-colors v4.3.0
32022026-05-11T18:36:51.825Z Checking zerocopy v0.6.6
32032026-05-11T18:36:52.014Z Checking bitvec v1.0.1
32042026-05-11T18:36:52.056Z Checking walkdir v2.5.0
32052026-05-11T18:36:52.122Z Checking crc v3.4.0
32062026-05-11T18:36:52.225Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32072026-05-11T18:36:52.281Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32082026-05-11T18:36:52.300Z Checking globset v0.4.18
32092026-05-11T18:36:52.558Z Checking snafu v0.8.9
32102026-05-11T18:36:52.573Z Checking olpc-cjson v0.1.4
32112026-05-11T18:36:52.621Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32122026-05-11T18:36:52.711Z Checking pem v3.0.6
32132026-05-11T18:36:52.746Z Compiling packed_struct_codegen v0.10.1
32142026-05-11T18:36:52.763Z Checking libsw-core v0.3.2
32152026-05-11T18:36:52.798Z Checking serde_plain v1.0.2
32162026-05-11T18:36:52.870Z Compiling bitfield-macros v0.19.4
32172026-05-11T18:36:52.873Z Compiling indexmap v1.9.3
32182026-05-11T18:36:52.907Z Checking typed-path v0.9.3
32192026-05-11T18:36:52.945Z Checking nodrop v0.1.14
32202026-05-11T18:36:53.038Z Checking array-init v0.0.4
32212026-05-11T18:36:53.106Z Checking libsw v3.5.0
32222026-05-11T18:36:53.260Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32232026-05-11T18:36:53.301Z Checking smallvec v0.6.14
32242026-05-11T18:36:53.382Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32252026-05-11T18:36:53.494Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32262026-05-11T18:36:53.572Z Checking bitfield v0.19.4
32272026-05-11T18:36:53.671Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32282026-05-11T18:36:53.688Z Checking tagptr v0.2.0
32292026-05-11T18:36:53.702Z Checking tough v0.20.0
32302026-05-11T18:36:53.797Z Checking smawk v0.3.2
32312026-05-11T18:36:53.825Z Checking hashbrown v0.12.3
32322026-05-11T18:36:53.828Z Checking linear-map v1.2.0
32332026-05-11T18:36:53.852Z Checking unicode-linebreak v0.1.5
32342026-05-11T18:36:53.924Z Checking base64 v0.21.7
32352026-05-11T18:36:53.994Z Checking moka v0.12.13
32362026-05-11T18:36:54.062Z Checking textwrap v0.16.2
32372026-05-11T18:36:54.166Z Checking ron v0.8.1
32382026-05-11T18:36:54.207Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32392026-05-11T18:36:54.278Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32402026-05-11T18:36:54.449Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32412026-05-11T18:36:54.568Z Checking serde-hex v0.1.0
32422026-05-11T18:36:54.615Z Checking steno v0.4.1
32432026-05-11T18:36:54.691Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32442026-05-11T18:36:54.851Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32452026-05-11T18:36:54.854Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32462026-05-11T18:36:55.251Z Checking hashbrown v0.13.2
32472026-05-11T18:36:55.417Z Checking humantime v2.3.0
32482026-05-11T18:36:55.481Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32492026-05-11T18:36:55.598Z Checking crc-any v2.5.0
32502026-05-11T18:36:55.601Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32512026-05-11T18:36:55.669Z Checking hickory-resolver v0.25.2
32522026-05-11T18:36:55.683Z Checking object v0.30.4
32532026-05-11T18:36:55.715Z Checking utf-8 v0.7.6
32542026-05-11T18:36:55.763Z Checking void v1.0.2
32552026-05-11T18:36:55.786Z Checking path-slash v0.1.5
32562026-05-11T18:36:55.879Z Checking half v1.8.3
32572026-05-11T18:36:55.900Z Checking tungstenite v0.23.0
32582026-05-11T18:36:55.915Z Checking lzss v0.8.2
32592026-05-11T18:36:56.083Z Checking serde_cbor v0.11.2
32602026-05-11T18:36:56.112Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32612026-05-11T18:36:56.234Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32622026-05-11T18:36:56.268Z Checking nix v0.27.1
32632026-05-11T18:36:56.283Z Compiling typify-macro v0.6.2
32642026-05-11T18:36:56.338Z Checking kstat-rs v0.2.4
32652026-05-11T18:36:56.443Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32662026-05-11T18:36:56.466Z Checking fxhash v0.2.1
32672026-05-11T18:36:56.480Z Checking serde_bytes v0.11.19
32682026-05-11T18:36:56.526Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32692026-05-11T18:36:56.587Z Checking tokio-tungstenite v0.23.1
32702026-05-11T18:36:56.653Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32712026-05-11T18:36:56.789Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32722026-05-11T18:36:56.853Z Checking signal-hook-tokio v0.3.1
32732026-05-11T18:36:57.703Z Compiling typify v0.6.2
32742026-05-11T18:36:57.786Z Compiling progenitor-impl v0.13.0
32752026-05-11T18:36:57.786Z Compiling progenitor-impl v0.14.0
32762026-05-11T18:36:57.835Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32772026-05-11T18:36:58.748Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
32782026-05-11T18:36:59.069Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
32792026-05-11T18:36:59.358Z Compiling progenitor-macro v0.13.0
32802026-05-11T18:36:59.398Z Compiling progenitor-macro v0.14.0
32812026-05-11T18:37:01.849Z Checking progenitor v0.13.0
32822026-05-11T18:37:01.976Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32832026-05-11T18:37:02.073Z Checking progenitor v0.14.0
32842026-05-11T18:37:02.190Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32852026-05-11T18:37:05.005Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32862026-05-11T18:37:12.605Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32872026-05-11T18:37:18.855Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32882026-05-11T18:37:20.217Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32892026-05-11T18:37:20.720Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32902026-05-11T18:37:22.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.50s
32912026-05-11T18:37:22.999Z
32922026-05-11T18:37:22.999Zinfo: running `cargo check --bins` on gateway-api (133/274)
32932026-05-11T18:37:23.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32942026-05-11T18:37:23.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32952026-05-11T18:37:23.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32962026-05-11T18:37:23.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32972026-05-11T18:37:23.595Z
32982026-05-11T18:37:23.595Zinfo: running `cargo check --bins` on ipcc (134/274)
32992026-05-11T18:37:24.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33002026-05-11T18:37:24.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33012026-05-11T18:37:24.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33022026-05-11T18:37:24.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33032026-05-11T18:37:24.191Z
33042026-05-11T18:37:24.191Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/274)
33052026-05-11T18:37:24.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33062026-05-11T18:37:24.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33072026-05-11T18:37:24.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33082026-05-11T18:37:24.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33092026-05-11T18:37:24.771Z
33102026-05-11T18:37:24.771Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/274)
33112026-05-11T18:37:25.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33122026-05-11T18:37:25.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33132026-05-11T18:37:25.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33142026-05-11T18:37:25.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33152026-05-11T18:37:25.370Z
33162026-05-11T18:37:25.370Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/274)
33172026-05-11T18:37:25.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182026-05-11T18:37:25.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192026-05-11T18:37:25.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33202026-05-11T18:37:25.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33212026-05-11T18:37:25.966Z
33222026-05-11T18:37:25.966Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/274)
33232026-05-11T18:37:26.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242026-05-11T18:37:26.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252026-05-11T18:37:26.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262026-05-11T18:37:26.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33272026-05-11T18:37:26.558Z
33282026-05-11T18:37:26.558Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/274)
33292026-05-11T18:37:27.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-05-11T18:37:27.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-05-11T18:37:27.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-05-11T18:37:27.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33332026-05-11T18:37:27.152Z
33342026-05-11T18:37:27.152Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/274)
33352026-05-11T18:37:27.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-05-11T18:37:27.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-05-11T18:37:27.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-05-11T18:37:27.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33392026-05-11T18:37:27.754Z
33402026-05-11T18:37:27.754Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/274)
33412026-05-11T18:37:28.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-05-11T18:37:28.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-05-11T18:37:28.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-05-11T18:37:28.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33452026-05-11T18:37:28.355Z
33462026-05-11T18:37:28.355Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/274)
33472026-05-11T18:37:28.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-05-11T18:37:28.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-05-11T18:37:28.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-05-11T18:37:28.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33512026-05-11T18:37:28.957Z
33522026-05-11T18:37:28.957Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/274)
33532026-05-11T18:37:29.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-05-11T18:37:29.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-05-11T18:37:29.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-05-11T18:37:29.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33572026-05-11T18:37:29.556Z
33582026-05-11T18:37:29.556Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/274)
33592026-05-11T18:37:30.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-05-11T18:37:30.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-05-11T18:37:30.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-05-11T18:37:30.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33632026-05-11T18:37:30.155Z
33642026-05-11T18:37:30.155Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/274)
33652026-05-11T18:37:30.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-05-11T18:37:30.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-05-11T18:37:30.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-05-11T18:37:30.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33692026-05-11T18:37:30.753Z
33702026-05-11T18:37:30.753Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/274)
33712026-05-11T18:37:31.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-05-11T18:37:31.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-05-11T18:37:31.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-05-11T18:37:31.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33752026-05-11T18:37:31.352Z
33762026-05-11T18:37:31.353Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/274)
33772026-05-11T18:37:31.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-05-11T18:37:31.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-05-11T18:37:31.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-05-11T18:37:31.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33812026-05-11T18:37:31.946Z
33822026-05-11T18:37:31.946Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/274)
33832026-05-11T18:37:32.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-05-11T18:37:32.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-05-11T18:37:32.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-05-11T18:37:32.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33872026-05-11T18:37:32.545Z
33882026-05-11T18:37:32.545Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/274)
33892026-05-11T18:37:33.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-05-11T18:37:33.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-05-11T18:37:33.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-05-11T18:37:33.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33932026-05-11T18:37:33.145Z
33942026-05-11T18:37:33.145Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/274)
33952026-05-11T18:37:33.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-05-11T18:37:33.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-05-11T18:37:33.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-05-11T18:37:33.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33992026-05-11T18:37:33.742Z
34002026-05-11T18:37:33.742Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/274)
34012026-05-11T18:37:34.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-05-11T18:37:34.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-05-11T18:37:34.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-05-11T18:37:34.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34052026-05-11T18:37:34.340Z
34062026-05-11T18:37:34.341Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/274)
34072026-05-11T18:37:34.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-05-11T18:37:34.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-05-11T18:37:34.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-05-11T18:37:34.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34112026-05-11T18:37:34.940Z
34122026-05-11T18:37:34.940Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/274)
34132026-05-11T18:37:35.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-05-11T18:37:35.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-05-11T18:37:35.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-05-11T18:37:35.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34172026-05-11T18:37:35.535Z
34182026-05-11T18:37:35.535Zinfo: running `cargo check --bins` on oximeter-producer (154/274)
34192026-05-11T18:37:36.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-05-11T18:37:36.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-05-11T18:37:36.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-05-11T18:37:36.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34232026-05-11T18:37:36.181Z
34242026-05-11T18:37:36.181Zinfo: running `cargo check --bins` on internal-dns-resolver (155/274)
34252026-05-11T18:37:36.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-05-11T18:37:36.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-05-11T18:37:36.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-05-11T18:37:36.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34292026-05-11T18:37:36.775Z
34302026-05-11T18:37:36.775Zinfo: running `cargo check --bins` on dns-server (156/274)
34312026-05-11T18:37:37.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-05-11T18:37:37.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-05-11T18:37:37.421Z Compiling parking_lot_core v0.8.6
34342026-05-11T18:37:37.421Z Compiling git-stub v1.0.0
34352026-05-11T18:37:37.421Z Compiling atomicwrites v0.4.4
34362026-05-11T18:37:37.425Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34372026-05-11T18:37:37.425Z Checking prefix-trie v0.7.0
34382026-05-11T18:37:37.658Z Compiling git-stub-vcs v0.1.0
34392026-05-11T18:37:37.838Z Checking hickory-server v0.25.2
34402026-05-11T18:37:37.936Z Checking parking_lot v0.11.2
34412026-05-11T18:37:37.939Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34422026-05-11T18:37:38.015Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34432026-05-11T18:37:38.018Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34442026-05-11T18:37:38.141Z Checking sled v0.34.7
34452026-05-11T18:37:40.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
34462026-05-11T18:37:40.195Z
34472026-05-11T18:37:40.195Zinfo: running `cargo check --bins` on dns-server-api (157/274)
34482026-05-11T18:37:40.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34492026-05-11T18:37:40.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34502026-05-11T18:37:40.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34512026-05-11T18:37:40.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34522026-05-11T18:37:40.789Z
34532026-05-11T18:37:40.789Zinfo: running `cargo check --bins` on oximeter-producer-api (158/274)
34542026-05-11T18:37:41.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-05-11T18:37:41.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-05-11T18:37:41.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572026-05-11T18:37:41.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34582026-05-11T18:37:41.386Z
34592026-05-11T18:37:41.386Zinfo: running `cargo check --bins` on sp-sim (159/274)
34602026-05-11T18:37:41.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612026-05-11T18:37:41.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622026-05-11T18:37:42.104Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34632026-05-11T18:37:43.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.45s
34642026-05-11T18:37:44.068Z
34652026-05-11T18:37:44.068Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (160/274)
34662026-05-11T18:37:44.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-05-11T18:37:44.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-05-11T18:37:44.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34692026-05-11T18:37:44.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34702026-05-11T18:37:44.727Z
34712026-05-11T18:37:44.727Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/274)
34722026-05-11T18:37:45.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-05-11T18:37:45.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-05-11T18:37:45.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-05-11T18:37:45.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34762026-05-11T18:37:45.383Z
34772026-05-11T18:37:45.383Zinfo: running `cargo check --bins` on db-macros (162/274)
34782026-05-11T18:37:45.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-05-11T18:37:45.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-05-11T18:37:45.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-05-11T18:37:45.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34822026-05-11T18:37:45.972Z
34832026-05-11T18:37:45.973Zinfo: running `cargo check --bins` on nexus-macros-common (163/274)
34842026-05-11T18:37:46.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-05-11T18:37:46.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-05-11T18:37:46.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-05-11T18:37:46.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34882026-05-11T18:37:46.568Z
34892026-05-11T18:37:46.568Zinfo: running `cargo check --bins` on nexus-auth (164/274)
34902026-05-11T18:37:47.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-05-11T18:37:47.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-05-11T18:37:47.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-05-11T18:37:47.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34942026-05-11T18:37:47.215Z
34952026-05-11T18:37:47.215Zinfo: running `cargo check --bins` on authz-macros (165/274)
34962026-05-11T18:37:47.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-05-11T18:37:47.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-05-11T18:37:47.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-05-11T18:37:47.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35002026-05-11T18:37:47.796Z
35012026-05-11T18:37:47.796Zinfo: running `cargo check --bins` on nexus-db-fixed-data (166/274)
35022026-05-11T18:37:48.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-05-11T18:37:48.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-05-11T18:37:48.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-05-11T18:37:48.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35062026-05-11T18:37:48.446Z
35072026-05-11T18:37:48.446Zinfo: running `cargo check --bins` on nexus-db-model (167/274)
35082026-05-11T18:37:48.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-05-11T18:37:48.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-05-11T18:37:48.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-05-11T18:37:48.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35122026-05-11T18:37:49.098Z
35132026-05-11T18:37:49.098Zinfo: running `cargo check --bins` on nexus-db-schema (168/274)
35142026-05-11T18:37:49.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-05-11T18:37:49.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-05-11T18:37:49.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-05-11T18:37:49.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35182026-05-11T18:37:49.688Z
35192026-05-11T18:37:49.688Zinfo: running `cargo check --bins` on omicron-rpaths (169/274)
35202026-05-11T18:37:50.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-05-11T18:37:50.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-05-11T18:37:50.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-05-11T18:37:50.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35242026-05-11T18:37:50.279Z
35252026-05-11T18:37:50.279Zinfo: running `cargo check --bins` on nexus-defaults (170/274)
35262026-05-11T18:37:50.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-05-11T18:37:50.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-05-11T18:37:50.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-05-11T18:37:50.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35302026-05-11T18:37:50.883Z
35312026-05-11T18:37:50.883Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (171/274)
35322026-05-11T18:37:51.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-05-11T18:37:51.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-05-11T18:37:51.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-05-11T18:37:51.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35362026-05-11T18:37:51.478Z
35372026-05-11T18:37:51.478Zinfo: running `cargo check --bins` on parallel-task-set (172/274)
35382026-05-11T18:37:51.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-05-11T18:37:51.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-05-11T18:37:51.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-05-11T18:37:51.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35422026-05-11T18:37:52.067Z
35432026-05-11T18:37:52.067Zinfo: running `cargo check --bins` on nexus-db-errors (173/274)
35442026-05-11T18:37:52.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-05-11T18:37:52.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-05-11T18:37:52.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-05-11T18:37:52.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35482026-05-11T18:37:52.722Z
35492026-05-11T18:37:52.722Zinfo: running `cargo check --bins` on nexus-db-lookup (174/274)
35502026-05-11T18:37:53.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-05-11T18:37:53.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-05-11T18:37:53.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-05-11T18:37:53.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35542026-05-11T18:37:53.374Z
35552026-05-11T18:37:53.374Zinfo: running `cargo check --bins` on nexus-inventory (175/274)
35562026-05-11T18:37:53.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-05-11T18:37:53.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-05-11T18:37:53.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-05-11T18:37:53.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35602026-05-11T18:37:54.022Z
35612026-05-11T18:37:54.022Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/274)
35622026-05-11T18:37:54.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-05-11T18:37:54.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-05-11T18:37:54.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-05-11T18:37:54.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35662026-05-11T18:37:54.649Z
35672026-05-11T18:37:54.649Zinfo: running `cargo check --bins --no-default-features` on sled-storage (177/274)
35682026-05-11T18:37:55.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-05-11T18:37:55.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-05-11T18:37:55.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-05-11T18:37:55.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35722026-05-11T18:37:55.274Z
35732026-05-11T18:37:55.274Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/274)
35742026-05-11T18:37:55.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-05-11T18:37:55.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-05-11T18:37:55.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-05-11T18:37:55.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35782026-05-11T18:37:55.898Z
35792026-05-11T18:37:55.898Zinfo: running `cargo check --bins` on key-manager (179/274)
35802026-05-11T18:37:56.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-05-11T18:37:56.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-05-11T18:37:56.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-05-11T18:37:56.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35842026-05-11T18:37:56.502Z
35852026-05-11T18:37:56.502Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (180/274)
35862026-05-11T18:37:57.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-05-11T18:37:57.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-05-11T18:37:57.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-05-11T18:37:57.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35902026-05-11T18:37:57.127Z
35912026-05-11T18:37:57.127Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/274)
35922026-05-11T18:37:57.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-05-11T18:37:57.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-05-11T18:37:57.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-05-11T18:37:57.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35962026-05-11T18:37:57.748Z
35972026-05-11T18:37:57.748Zinfo: running `cargo check --bins` on typed-rng (182/274)
35982026-05-11T18:37:58.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-05-11T18:37:58.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-05-11T18:37:58.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-05-11T18:37:58.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36022026-05-11T18:37:58.332Z
36032026-05-11T18:37:58.332Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/274)
36042026-05-11T18:37:58.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-05-11T18:37:58.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-05-11T18:37:59.183Z Compiling typify-impl v0.4.3
36072026-05-11T18:37:59.183Z Compiling libefi-sys v0.1.0
36082026-05-11T18:37:59.186Z Compiling bitfield-struct v0.6.2
36092026-05-11T18:37:59.333Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36102026-05-11T18:37:59.342Z Compiling xshell-macros v0.2.7
36112026-05-11T18:37:59.355Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36122026-05-11T18:37:59.397Z Compiling salty v0.3.0
36132026-05-11T18:37:59.400Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36142026-05-11T18:37:59.572Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36152026-05-11T18:37:59.678Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36162026-05-11T18:37:59.694Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36172026-05-11T18:37:59.708Z Checking xshell v0.2.7
36182026-05-11T18:37:59.895Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36192026-05-11T18:37:59.915Z Checking primeorder v0.13.6
36202026-05-11T18:37:59.930Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36212026-05-11T18:38:00.063Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36222026-05-11T18:38:00.094Z Compiling proc-macro-error-attr2 v2.0.0
36232026-05-11T18:38:00.152Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36242026-05-11T18:38:00.167Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36252026-05-11T18:38:00.204Z Checking tungstenite v0.21.0
36262026-05-11T18:38:00.361Z Checking p384 v0.13.1
36272026-05-11T18:38:00.396Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36282026-05-11T18:38:00.478Z Compiling proc-macro-error2 v2.0.1
36292026-05-11T18:38:00.542Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36302026-05-11T18:38:00.630Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36312026-05-11T18:38:00.772Z Compiling num-derive v0.3.3
36322026-05-11T18:38:00.792Z Compiling tabled_derive v0.11.0
36332026-05-11T18:38:00.966Z Checking tokio-tungstenite v0.21.0
36342026-05-11T18:38:01.255Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36352026-05-11T18:38:01.278Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36362026-05-11T18:38:01.357Z Checking papergrid v0.17.0
36372026-05-11T18:38:01.637Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36382026-05-11T18:38:01.672Z Checking libscf-sys v1.1.0
36392026-05-11T18:38:01.802Z Checking testing_table v0.3.0
36402026-05-11T18:38:01.901Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36412026-05-11T18:38:01.954Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36422026-05-11T18:38:01.970Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36432026-05-11T18:38:02.138Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36442026-05-11T18:38:02.214Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36452026-05-11T18:38:02.350Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36462026-05-11T18:38:02.414Z Checking corncobs v0.1.4
36472026-05-11T18:38:02.432Z Compiling unicase v2.9.0
36482026-05-11T18:38:02.432Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36492026-05-11T18:38:02.543Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36502026-05-11T18:38:02.617Z Checking tabled v0.20.0
36512026-05-11T18:38:02.632Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36522026-05-11T18:38:02.649Z Compiling mime_guess v2.0.5
36532026-05-11T18:38:02.720Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36542026-05-11T18:38:02.810Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36552026-05-11T18:38:02.844Z Checking progenitor-client v0.11.2
36562026-05-11T18:38:03.041Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36572026-05-11T18:38:03.085Z Checking secrecy v0.8.0
36582026-05-11T18:38:03.140Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36592026-05-11T18:38:03.155Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36602026-05-11T18:38:03.197Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36612026-05-11T18:38:03.351Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36622026-05-11T18:38:03.582Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36632026-05-11T18:38:03.742Z Compiling typify-macro v0.4.3
36642026-05-11T18:38:03.763Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
36652026-05-11T18:38:03.811Z Checking filetime v0.2.27
36662026-05-11T18:38:03.856Z Checking http-range v0.1.5
36672026-05-11T18:38:03.887Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36682026-05-11T18:38:03.943Z Checking crc8 v0.1.1
36692026-05-11T18:38:04.042Z Checking xattr v1.6.1
36702026-05-11T18:38:04.175Z Checking tar v0.4.45
36712026-05-11T18:38:04.390Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36722026-05-11T18:38:04.477Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36732026-05-11T18:38:04.651Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36742026-05-11T18:38:04.672Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36752026-05-11T18:38:04.700Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36762026-05-11T18:38:04.774Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36772026-05-11T18:38:05.037Z Checking atty v0.2.14
36782026-05-11T18:38:05.139Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36792026-05-11T18:38:05.155Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
36802026-05-11T18:38:05.280Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36812026-05-11T18:38:05.440Z Compiling typify v0.4.3
36822026-05-11T18:38:05.560Z Compiling progenitor-impl v0.11.2
36832026-05-11T18:38:05.625Z Compiling progenitor-impl v0.10.0
36842026-05-11T18:38:05.835Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36852026-05-11T18:38:06.085Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36862026-05-11T18:38:06.155Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36872026-05-11T18:38:06.622Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36882026-05-11T18:38:07.062Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36892026-05-11T18:38:07.081Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36902026-05-11T18:38:07.086Z Checking hyper-staticfile v0.10.1
36912026-05-11T18:38:07.292Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36922026-05-11T18:38:07.383Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36932026-05-11T18:38:07.485Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
36942026-05-11T18:38:07.558Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36952026-05-11T18:38:07.748Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36962026-05-11T18:38:07.837Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36972026-05-11T18:38:08.031Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36982026-05-11T18:38:08.133Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36992026-05-11T18:38:08.244Z Compiling progenitor-macro v0.11.2
37002026-05-11T18:38:08.292Z Compiling progenitor-macro v0.10.0
37012026-05-11T18:38:10.981Z Checking progenitor v0.11.2
37022026-05-11T18:38:11.116Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37032026-05-11T18:38:11.136Z Checking progenitor v0.10.0
37042026-05-11T18:38:11.245Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37052026-05-11T18:38:15.733Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37062026-05-11T18:38:16.845Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37072026-05-11T18:38:27.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.77s
37082026-05-11T18:38:27.325Z
37092026-05-11T18:38:27.325Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/274)
37102026-05-11T18:38:27.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37112026-05-11T18:38:27.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37122026-05-11T18:38:28.110Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37132026-05-11T18:38:41.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.23s
37142026-05-11T18:38:41.158Z
37152026-05-11T18:38:41.158Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/274)
37162026-05-11T18:38:41.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37172026-05-11T18:38:41.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37182026-05-11T18:38:41.158Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37192026-05-11T18:38:50.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.26s
37202026-05-11T18:38:50.260Z
37212026-05-11T18:38:50.261Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/274)
37222026-05-11T18:38:50.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37232026-05-11T18:38:50.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37242026-05-11T18:38:51.041Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37252026-05-11T18:39:01.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.15s
37262026-05-11T18:39:01.636Z
37272026-05-11T18:39:01.636Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/274)
37282026-05-11T18:39:02.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37292026-05-11T18:39:02.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37302026-05-11T18:39:02.414Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37312026-05-11T18:39:12.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.20s
37322026-05-11T18:39:13.063Z
37332026-05-11T18:39:13.063Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/274)
37342026-05-11T18:39:13.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37352026-05-11T18:39:13.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37362026-05-11T18:39:13.840Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37372026-05-11T18:39:24.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.28s
37382026-05-11T18:39:24.569Z
37392026-05-11T18:39:24.569Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/274)
37402026-05-11T18:39:25.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37412026-05-11T18:39:25.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37422026-05-11T18:39:25.346Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37432026-05-11T18:39:35.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.21s
37442026-05-11T18:39:36.003Z
37452026-05-11T18:39:36.003Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/274)
37462026-05-11T18:39:36.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37472026-05-11T18:39:36.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37482026-05-11T18:39:36.794Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37492026-05-11T18:39:47.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.22s
37502026-05-11T18:39:47.453Z
37512026-05-11T18:39:47.453Zinfo: running `cargo check --bins` on bootstrap-agent-api (191/274)
37522026-05-11T18:39:47.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37532026-05-11T18:39:47.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37542026-05-11T18:39:47.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37552026-05-11T18:39:47.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37562026-05-11T18:39:48.077Z
37572026-05-11T18:39:48.077Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/274)
37582026-05-11T18:39:48.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37592026-05-11T18:39:48.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37602026-05-11T18:39:48.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37612026-05-11T18:39:48.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37622026-05-11T18:39:48.695Z
37632026-05-11T18:39:48.695Zinfo: running `cargo check --bins` on range-requests (193/274)
37642026-05-11T18:39:49.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37652026-05-11T18:39:49.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37662026-05-11T18:39:49.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37672026-05-11T18:39:49.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37682026-05-11T18:39:49.305Z
37692026-05-11T18:39:49.305Zinfo: running `cargo check --bins` on repo-depot-api (194/274)
37702026-05-11T18:39:49.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37712026-05-11T18:39:49.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37722026-05-11T18:39:49.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37732026-05-11T18:39:49.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37742026-05-11T18:39:49.915Z
37752026-05-11T18:39:49.915Zinfo: running `cargo check --bins` on sled-agent-api (195/274)
37762026-05-11T18:39:50.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37772026-05-11T18:39:50.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37782026-05-11T18:39:50.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37792026-05-11T18:39:50.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37802026-05-11T18:39:50.546Z
37812026-05-11T18:39:50.547Zinfo: running `cargo check --bins` on sled-diagnostics (196/274)
37822026-05-11T18:39:51.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37832026-05-11T18:39:51.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37842026-05-11T18:39:51.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37852026-05-11T18:39:51.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37862026-05-11T18:39:51.174Z
37872026-05-11T18:39:51.174Zinfo: running `cargo check --bins` on zfs-test-harness (197/274)
37882026-05-11T18:39:51.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37892026-05-11T18:39:51.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37902026-05-11T18:39:51.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37912026-05-11T18:39:51.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37922026-05-11T18:39:51.798Z
37932026-05-11T18:39:51.798Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/274)
37942026-05-11T18:39:52.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37952026-05-11T18:39:52.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37962026-05-11T18:39:52.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37972026-05-11T18:39:52.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37982026-05-11T18:39:52.427Z
37992026-05-11T18:39:52.427Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/274)
38002026-05-11T18:39:52.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38012026-05-11T18:39:52.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38022026-05-11T18:39:52.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38032026-05-11T18:39:52.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38042026-05-11T18:39:53.059Z
38052026-05-11T18:39:53.059Zinfo: running `cargo check --bins` on sled-agent-health-monitor (200/274)
38062026-05-11T18:39:53.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38072026-05-11T18:39:53.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38082026-05-11T18:39:53.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38092026-05-11T18:39:53.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38102026-05-11T18:39:53.694Z
38112026-05-11T18:39:53.695Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/274)
38122026-05-11T18:39:54.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38132026-05-11T18:39:54.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38142026-05-11T18:39:54.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38152026-05-11T18:39:54.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38162026-05-11T18:39:54.329Z
38172026-05-11T18:39:54.329Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/274)
38182026-05-11T18:39:54.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38192026-05-11T18:39:54.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38202026-05-11T18:39:54.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38212026-05-11T18:39:54.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38222026-05-11T18:39:54.957Z
38232026-05-11T18:39:54.957Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (203/274)
38242026-05-11T18:39:55.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38252026-05-11T18:39:55.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38262026-05-11T18:39:55.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38272026-05-11T18:39:55.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38282026-05-11T18:39:55.590Z
38292026-05-11T18:39:55.590Zinfo: running `cargo check --bins` on sled-agent-rack-setup (204/274)
38302026-05-11T18:39:56.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38312026-05-11T18:39:56.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38322026-05-11T18:39:56.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38332026-05-11T18:39:56.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
38342026-05-11T18:39:56.262Z
38352026-05-11T18:39:56.262Zinfo: running `cargo check --bins` on trust-quorum (205/274)
38362026-05-11T18:39:56.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38372026-05-11T18:39:56.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38382026-05-11T18:39:56.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38392026-05-11T18:39:56.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38402026-05-11T18:39:56.900Z
38412026-05-11T18:39:56.900Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (206/274)
38422026-05-11T18:39:57.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38432026-05-11T18:39:57.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38442026-05-11T18:39:57.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38452026-05-11T18:39:57.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38462026-05-11T18:39:57.736Z
38472026-05-11T18:39:57.736Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (207/274)
38482026-05-11T18:39:58.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38492026-05-11T18:39:58.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38502026-05-11T18:39:58.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38512026-05-11T18:39:58.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38522026-05-11T18:39:58.212Z
38532026-05-11T18:39:58.212Zinfo: running `cargo check --bins` on update-common (208/274)
38542026-05-11T18:39:58.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38552026-05-11T18:39:58.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38562026-05-11T18:39:58.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38572026-05-11T18:39:58.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38582026-05-11T18:39:58.830Z
38592026-05-11T18:39:58.830Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (209/274)
38602026-05-11T18:39:59.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38612026-05-11T18:39:59.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38622026-05-11T18:39:59.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38632026-05-11T18:39:59.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
38642026-05-11T18:39:59.502Z
38652026-05-11T18:39:59.502Zinfo: running `cargo check --bins` on omicron-deployment-graph (210/274)
38662026-05-11T18:40:00.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-05-11T18:40:00.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-05-11T18:40:00.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38692026-05-11T18:40:00.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38702026-05-11T18:40:00.101Z
38712026-05-11T18:40:00.101Zinfo: running `cargo check --bins` on reconfigurator-cli (211/274)
38722026-05-11T18:40:00.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38732026-05-11T18:40:00.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38742026-05-11T18:40:00.887Z Compiling fs-err v2.11.0
38752026-05-11T18:40:00.890Z Checking ignore v0.4.25
38762026-05-11T18:40:01.007Z Checking arc-swap v1.8.2
38772026-05-11T18:40:01.024Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38782026-05-11T18:40:01.035Z Checking predicates-tree v1.0.13
38792026-05-11T18:40:01.040Z Checking parse-size v1.1.0
38802026-05-11T18:40:01.058Z Checking rand_seeder v0.4.0
38812026-05-11T18:40:01.071Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38822026-05-11T18:40:01.134Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38832026-05-11T18:40:01.155Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38842026-05-11T18:40:01.194Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38852026-05-11T18:40:01.217Z Checking slog-scope v4.4.1
38862026-05-11T18:40:01.336Z Compiling petname v2.0.2
38872026-05-11T18:40:01.351Z Checking slog-stdlog v4.1.1
38882026-05-11T18:40:01.365Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38892026-05-11T18:40:01.390Z Checking globwalk v0.9.1
38902026-05-11T18:40:01.444Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38912026-05-11T18:40:01.466Z Checking slog-envlogger v2.2.0
38922026-05-11T18:40:01.566Z Checking camino-tempfile-ext v0.3.3
38932026-05-11T18:40:01.595Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38942026-05-11T18:40:01.615Z Checking sapling-renderdag v0.1.0
38952026-05-11T18:40:01.760Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
38962026-05-11T18:40:01.775Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38972026-05-11T18:40:01.853Z Checking subprocess v0.2.15
38982026-05-11T18:40:01.957Z Checking sync-ptr v0.1.4
38992026-05-11T18:40:01.995Z Checking colored v2.2.0
39002026-05-11T18:40:02.076Z Checking assert_matches v1.5.0
39012026-05-11T18:40:02.130Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39022026-05-11T18:40:02.190Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39032026-05-11T18:40:02.251Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39042026-05-11T18:40:02.254Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39052026-05-11T18:40:02.864Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39062026-05-11T18:40:04.184Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39072026-05-11T18:40:06.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.30s
39082026-05-11T18:40:06.615Z
39092026-05-11T18:40:06.615Zinfo: running `cargo check --bins` on omicron-repl-utils (212/274)
39102026-05-11T18:40:07.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39112026-05-11T18:40:07.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39122026-05-11T18:40:07.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39132026-05-11T18:40:07.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39142026-05-11T18:40:07.207Z
39152026-05-11T18:40:07.207Zinfo: running `cargo check --bins` on transient-dns-server (213/274)
39162026-05-11T18:40:07.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39172026-05-11T18:40:07.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39182026-05-11T18:40:07.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39192026-05-11T18:40:07.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39202026-05-11T18:40:07.831Z
39212026-05-11T18:40:07.831Zinfo: running `cargo check --bins` on nexus-test-interface (214/274)
39222026-05-11T18:40:08.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39232026-05-11T18:40:08.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39242026-05-11T18:40:08.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39252026-05-11T18:40:08.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39262026-05-11T18:40:08.497Z
39272026-05-11T18:40:08.498Zinfo: running `cargo check --bins` on oximeter-collector (215/274)
39282026-05-11T18:40:09.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39292026-05-11T18:40:09.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39302026-05-11T18:40:09.227Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39312026-05-11T18:40:09.227Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39322026-05-11T18:40:09.872Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39332026-05-11T18:40:11.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.92s
39342026-05-11T18:40:11.636Z
39352026-05-11T18:40:11.637Zinfo: running `cargo check --bins` on oximeter-api (216/274)
39362026-05-11T18:40:12.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39372026-05-11T18:40:12.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39382026-05-11T18:40:12.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39392026-05-11T18:40:12.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39402026-05-11T18:40:12.247Z
39412026-05-11T18:40:12.247Zinfo: running `cargo check --bins` on cert-dev (217/274)
39422026-05-11T18:40:12.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39432026-05-11T18:40:12.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39442026-05-11T18:40:12.854Z Checking yasna v0.5.2
39452026-05-11T18:40:13.256Z Checking rcgen v0.12.1
39462026-05-11T18:40:13.499Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39472026-05-11T18:40:13.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
39482026-05-11T18:40:13.850Z
39492026-05-11T18:40:13.850Zinfo: running `cargo check --bins` on clickana (218/274)
39502026-05-11T18:40:14.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39512026-05-11T18:40:14.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39522026-05-11T18:40:14.498Z Compiling darling_core v0.23.0
39532026-05-11T18:40:14.501Z Compiling instability v0.3.11
39542026-05-11T18:40:14.607Z Checking castaway v0.2.4
39552026-05-11T18:40:14.617Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39562026-05-11T18:40:14.621Z Compiling indoc v2.0.7
39572026-05-11T18:40:14.633Z Checking unicode-truncate v1.1.0
39582026-05-11T18:40:14.636Z Checking lru v0.12.5
39592026-05-11T18:40:14.636Z Checking cassowary v0.3.0
39602026-05-11T18:40:14.701Z Checking compact_str v0.8.1
39612026-05-11T18:40:15.658Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39622026-05-11T18:40:15.840Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39632026-05-11T18:40:16.036Z Compiling darling_macro v0.23.0
39642026-05-11T18:40:16.432Z Compiling darling v0.23.0
39652026-05-11T18:40:17.039Z Checking ratatui v0.29.0
39662026-05-11T18:40:18.092Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39672026-05-11T18:40:18.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.91s
39682026-05-11T18:40:18.957Z
39692026-05-11T18:40:18.957Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (219/274)
39702026-05-11T18:40:19.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39712026-05-11T18:40:19.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39722026-05-11T18:40:19.668Z Checking headers-core v0.3.0
39732026-05-11T18:40:19.670Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39742026-05-11T18:40:19.859Z Checking headers v0.4.1
39752026-05-11T18:40:20.227Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
39762026-05-11T18:40:21.080Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39772026-05-11T18:40:21.566Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39782026-05-11T18:40:21.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.02s
39792026-05-11T18:40:22.183Z
39802026-05-11T18:40:22.183Zinfo: running `cargo check --bins` on ch-dev (220/274)
39812026-05-11T18:40:22.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39822026-05-11T18:40:22.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39832026-05-11T18:40:22.915Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39842026-05-11T18:40:23.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
39852026-05-11T18:40:23.875Z
39862026-05-11T18:40:23.875Zinfo: running `cargo check --bins` on dev-tools-common (221/274)
39872026-05-11T18:40:24.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39882026-05-11T18:40:24.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39892026-05-11T18:40:24.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39902026-05-11T18:40:24.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
39912026-05-11T18:40:24.351Z
39922026-05-11T18:40:24.351Zinfo: running `cargo check --bins` on crdb-seed (222/274)
39932026-05-11T18:40:24.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39942026-05-11T18:40:24.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39952026-05-11T18:40:25.077Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
39962026-05-11T18:40:26.055Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39972026-05-11T18:40:26.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s
39982026-05-11T18:40:26.593Z
39992026-05-11T18:40:26.593Zinfo: running `cargo check --bins` on db-dev (223/274)
40002026-05-11T18:40:27.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40012026-05-11T18:40:27.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40022026-05-11T18:40:27.320Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40032026-05-11T18:40:28.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
40042026-05-11T18:40:28.302Z
40052026-05-11T18:40:28.302Zinfo: running `cargo check --bins` on omicron-dev-lib (224/274)
40062026-05-11T18:40:28.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40072026-05-11T18:40:28.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40082026-05-11T18:40:28.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40092026-05-11T18:40:28.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40102026-05-11T18:40:28.974Z
40112026-05-11T18:40:28.974Zinfo: running `cargo check --bins` on xtask-downloader (225/274)
40122026-05-11T18:40:29.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40132026-05-11T18:40:29.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40142026-05-11T18:40:29.559Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40152026-05-11T18:40:30.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
40162026-05-11T18:40:30.405Z
40172026-05-11T18:40:30.405Zinfo: running `cargo check --bins` on omicron-dropshot-apis (226/274)
40182026-05-11T18:40:30.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40192026-05-11T18:40:30.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40202026-05-11T18:40:31.158Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40212026-05-11T18:40:31.158Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40222026-05-11T18:40:31.159Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
40232026-05-11T18:40:31.171Z Checking git-stub v1.0.0
40242026-05-11T18:40:31.172Z Compiling trait-variant v0.1.2
40252026-05-11T18:40:31.172Z Checking is_ci v1.2.0
40262026-05-11T18:40:31.172Z Checking maplit v1.0.2
40272026-05-11T18:40:31.303Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40282026-05-11T18:40:31.402Z Checking supports-color v3.0.2
40292026-05-11T18:40:31.433Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40302026-05-11T18:40:31.443Z Checking git-stub-vcs v0.1.0
40312026-05-11T18:40:31.497Z Checking drift v0.1.4
40322026-05-11T18:40:31.508Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40332026-05-11T18:40:31.582Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40342026-05-11T18:40:31.618Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40352026-05-11T18:40:31.760Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40362026-05-11T18:40:31.787Z Checking dropshot-api-manager v0.7.1
40372026-05-11T18:40:31.801Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
40382026-05-11T18:40:31.822Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40392026-05-11T18:40:32.017Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40402026-05-11T18:40:32.033Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40412026-05-11T18:40:32.205Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
40422026-05-11T18:40:32.514Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40432026-05-11T18:40:37.427Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40442026-05-11T18:40:38.506Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40452026-05-11T18:40:39.066Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40462026-05-11T18:40:39.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.08s
40472026-05-11T18:40:39.693Z
40482026-05-11T18:40:39.693Zinfo: running `cargo check --bins` on installinator-api (227/274)
40492026-05-11T18:40:40.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40502026-05-11T18:40:40.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40512026-05-11T18:40:40.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40522026-05-11T18:40:40.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40532026-05-11T18:40:40.297Z
40542026-05-11T18:40:40.297Zinfo: running `cargo check --bins` on nexus-external-api (228/274)
40552026-05-11T18:40:40.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40562026-05-11T18:40:40.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40572026-05-11T18:40:40.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40582026-05-11T18:40:40.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40592026-05-11T18:40:40.940Z
40602026-05-11T18:40:40.940Zinfo: running `cargo check --bins` on nexus-internal-api (229/274)
40612026-05-11T18:40:41.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40622026-05-11T18:40:41.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40632026-05-11T18:40:41.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40642026-05-11T18:40:41.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40652026-05-11T18:40:41.591Z
40662026-05-11T18:40:41.591Zinfo: running `cargo check --bins` on nexus-lockstep-api (230/274)
40672026-05-11T18:40:42.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40682026-05-11T18:40:42.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40692026-05-11T18:40:42.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40702026-05-11T18:40:42.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40712026-05-11T18:40:42.244Z
40722026-05-11T18:40:42.244Zinfo: running `cargo check --bins` on ntp-admin-api (231/274)
40732026-05-11T18:40:42.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40742026-05-11T18:40:42.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40752026-05-11T18:40:42.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40762026-05-11T18:40:42.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40772026-05-11T18:40:42.846Z
40782026-05-11T18:40:42.846Zinfo: running `cargo check --bins` on ntp-admin-types-versions (232/274)
40792026-05-11T18:40:43.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40802026-05-11T18:40:43.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40812026-05-11T18:40:43.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40822026-05-11T18:40:43.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40832026-05-11T18:40:43.441Z
40842026-05-11T18:40:43.441Zinfo: running `cargo check --bins` on wicketd-api (233/274)
40852026-05-11T18:40:43.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40862026-05-11T18:40:43.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40872026-05-11T18:40:43.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40882026-05-11T18:40:43.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40892026-05-11T18:40:44.063Z
40902026-05-11T18:40:44.063Zinfo: running `cargo check --bins` on omicron-ls-apis (234/274)
40912026-05-11T18:40:44.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40922026-05-11T18:40:44.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40932026-05-11T18:40:44.674Z Checking typeid v1.0.3
40942026-05-11T18:40:44.784Z Checking ordered-float v2.10.1
40952026-05-11T18:40:44.803Z Checking unicode-xid v0.2.6
40962026-05-11T18:40:44.806Z Checking cargo-platform v0.2.0
40972026-05-11T18:40:44.824Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
40982026-05-11T18:40:44.854Z Checking erased-serde v0.4.9
40992026-05-11T18:40:44.984Z Checking serde-value v0.7.0
41002026-05-11T18:40:45.159Z Checking serde-untagged v0.1.9
41012026-05-11T18:40:45.313Z Checking cargo-util-schemas v0.8.2
41022026-05-11T18:40:45.985Z Checking cargo_metadata v0.21.0
41032026-05-11T18:40:46.583Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41042026-05-11T18:40:47.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
41052026-05-11T18:40:47.439Z
41062026-05-11T18:40:47.439Zinfo: running `cargo check --bins` on mgs-dev (235/274)
41072026-05-11T18:40:47.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41082026-05-11T18:40:47.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41092026-05-11T18:40:48.179Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41102026-05-11T18:40:48.805Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41112026-05-11T18:40:49.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
41122026-05-11T18:40:49.509Z
41132026-05-11T18:40:49.509Zinfo: running `cargo check --bins` on omicron-omdb (236/274)
41142026-05-11T18:40:50.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41152026-05-11T18:40:50.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41162026-05-11T18:40:50.355Z Compiling vergen-gitcl v1.0.8
41172026-05-11T18:40:50.355Z Compiling dirs-sys-next v0.1.2
41182026-05-11T18:40:50.355Z Compiling crunchy v0.2.4
41192026-05-11T18:40:50.355Z Compiling glob v0.3.3
41202026-05-11T18:40:50.359Z Compiling diesel_derives v2.3.7
41212026-05-11T18:40:50.359Z Compiling dsl_auto_type v0.2.0
41222026-05-11T18:40:50.359Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41232026-05-11T18:40:50.359Z Checking scheduled-thread-pool v0.2.7
41242026-05-11T18:40:50.633Z Compiling diesel_table_macro_syntax v0.3.0
41252026-05-11T18:40:50.757Z Compiling dirs-next v2.0.0
41262026-05-11T18:40:50.772Z Compiling tiny-keccak v2.0.2
41272026-05-11T18:40:50.837Z Checking r2d2 v0.8.10
41282026-05-11T18:40:50.859Z Compiling clang-sys v1.8.1
41292026-05-11T18:40:50.877Z Compiling term v0.7.0
41302026-05-11T18:40:50.892Z Checking downcast-rs v2.0.2
41312026-05-11T18:40:50.981Z Compiling bit-vec v0.6.3
41322026-05-11T18:40:51.020Z Compiling itertools v0.10.5
41332026-05-11T18:40:51.201Z Compiling bit-set v0.5.3
41342026-05-11T18:40:51.239Z Compiling ascii-canvas v3.0.0
41352026-05-11T18:40:51.358Z Compiling ena v0.14.4
41362026-05-11T18:40:51.374Z Compiling libloading v0.8.9
41372026-05-11T18:40:51.395Z Compiling regex-syntax v0.6.29
41382026-05-11T18:40:51.442Z Compiling bindgen v0.71.1
41392026-05-11T18:40:51.485Z Compiling diff v0.1.13
41402026-05-11T18:40:51.618Z Compiling cexpr v0.6.0
41412026-05-11T18:40:51.755Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41422026-05-11T18:40:51.882Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41432026-05-11T18:40:51.967Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41442026-05-11T18:40:52.037Z Compiling libxml v0.3.3
41452026-05-11T18:40:52.087Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41462026-05-11T18:40:52.292Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41472026-05-11T18:40:52.307Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41482026-05-11T18:40:52.399Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41492026-05-11T18:40:52.495Z Compiling strum_macros v0.24.3
41502026-05-11T18:40:52.591Z Compiling indoc v1.0.9
41512026-05-11T18:40:53.033Z Compiling lalrpop v0.19.12
41522026-05-11T18:40:53.505Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41532026-05-11T18:40:53.564Z Checking derive_builder v0.20.2
41542026-05-11T18:40:53.683Z Compiling oso-derive v0.27.3
41552026-05-11T18:40:53.697Z Checking quick-xml v0.37.5
41562026-05-11T18:40:53.863Z Compiling impl-trait-for-tuples v0.2.3
41572026-05-11T18:40:54.170Z Checking openssl-probe v0.1.6
41582026-05-11T18:40:54.311Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41592026-05-11T18:40:54.575Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41602026-05-11T18:40:54.772Z Checking bb8 v0.8.6
41612026-05-11T18:40:55.060Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41622026-05-11T18:40:55.080Z Checking nonempty v0.12.0
41632026-05-11T18:40:55.189Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41642026-05-11T18:40:55.245Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41652026-05-11T18:40:55.284Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41662026-05-11T18:40:55.360Z Checking console v0.16.2
41672026-05-11T18:40:55.405Z Checking unit-prefix v0.5.2
41682026-05-11T18:40:55.459Z Checking support-bundle-viewer v0.1.2
41692026-05-11T18:40:55.539Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41702026-05-11T18:40:55.666Z Checking indicatif v0.18.4
41712026-05-11T18:40:55.704Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41722026-05-11T18:40:55.952Z Checking multimap v0.10.1
41732026-05-11T18:40:56.345Z Checking diesel v2.3.7
41742026-05-11T18:40:58.185Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41752026-05-11T18:40:58.642Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41762026-05-11T18:40:58.770Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41772026-05-11T18:40:59.004Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41782026-05-11T18:40:59.827Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41792026-05-11T18:40:59.909Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41802026-05-11T18:41:00.364Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41812026-05-11T18:41:01.037Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41822026-05-11T18:41:03.098Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41832026-05-11T18:41:07.868Z Compiling samael v0.0.19
41842026-05-11T18:41:11.889Z Checking diesel-dtrace v0.5.0
41852026-05-11T18:41:12.122Z Checking async-bb8-diesel v0.2.1
41862026-05-11T18:41:13.270Z Compiling polar-core v0.27.3
41872026-05-11T18:41:17.707Z Checking oso v0.27.3
41882026-05-11T18:41:54.078Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41892026-05-11T18:42:27.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
41902026-05-11T18:42:27.625Z
41912026-05-11T18:42:27.625Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (237/274)
41922026-05-11T18:42:28.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41932026-05-11T18:42:28.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41942026-05-11T18:42:28.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41952026-05-11T18:42:28.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
41962026-05-11T18:42:28.299Z
41972026-05-11T18:42:28.300Zinfo: running `cargo check --bins` on nexus-saga-recovery (238/274)
41982026-05-11T18:42:28.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41992026-05-11T18:42:28.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42002026-05-11T18:42:28.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42012026-05-11T18:42:28.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42022026-05-11T18:42:28.968Z
42032026-05-11T18:42:28.969Zinfo: running `cargo check --bins` on nexus-test-utils-macros (239/274)
42042026-05-11T18:42:29.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42052026-05-11T18:42:29.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42062026-05-11T18:42:29.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42072026-05-11T18:42:29.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42082026-05-11T18:42:29.565Z
42092026-05-11T18:42:29.565Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (240/274)
42102026-05-11T18:42:30.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42112026-05-11T18:42:30.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42122026-05-11T18:42:30.443Z Compiling libz-sys v1.1.24
42132026-05-11T18:42:30.575Z Compiling libgit2-sys v0.18.3+1.9.2
42142026-05-11T18:42:30.610Z Compiling vergen-git2 v1.0.7
42152026-05-11T18:42:30.612Z Compiling rustls v0.21.12
42162026-05-11T18:42:30.615Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42172026-05-11T18:42:30.615Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42182026-05-11T18:42:30.615Z Checking sct v0.7.1
42192026-05-11T18:42:30.615Z Checking rustls-webpki v0.101.7
42202026-05-11T18:42:30.786Z Compiling nix v0.29.0
42212026-05-11T18:42:30.831Z Compiling dropshot v0.16.7
42222026-05-11T18:42:30.889Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42232026-05-11T18:42:30.909Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42242026-05-11T18:42:30.954Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42252026-05-11T18:42:31.097Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42262026-05-11T18:42:31.126Z Checking toml v0.9.12+spec-1.1.0
42272026-05-11T18:42:31.142Z Compiling dropshot_endpoint v0.16.7
42282026-05-11T18:42:31.247Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42292026-05-11T18:42:31.420Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42302026-05-11T18:42:31.632Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42312026-05-11T18:42:31.700Z Checking rustls-pemfile v1.0.4
42322026-05-11T18:42:31.839Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42332026-05-11T18:42:32.022Z Checking twox-hash v2.1.2
42342026-05-11T18:42:32.059Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42352026-05-11T18:42:32.256Z Checking tokio-rustls v0.24.1
42362026-05-11T18:42:32.806Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42372026-05-11T18:42:32.899Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42382026-05-11T18:42:32.917Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42392026-05-11T18:42:33.452Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42402026-05-11T18:42:33.478Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42412026-05-11T18:42:33.542Z Checking fatfs v0.3.6
42422026-05-11T18:42:33.620Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42432026-05-11T18:42:33.669Z Compiling seq-macro v0.3.6
42442026-05-11T18:42:37.513Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42452026-05-11T18:42:37.636Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42462026-05-11T18:42:37.873Z Compiling git2 v0.20.4
42472026-05-11T18:42:40.088Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42482026-05-11T18:43:26.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.20s
42492026-05-11T18:43:26.995Z
42502026-05-11T18:43:26.995Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (241/274)
42512026-05-11T18:43:27.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42522026-05-11T18:43:27.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42532026-05-11T18:43:27.892Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42542026-05-11T18:44:06.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.42s
42552026-05-11T18:44:06.659Z
42562026-05-11T18:44:06.659Zinfo: running `cargo check --bins` on nexus-background-task-interface (242/274)
42572026-05-11T18:44:07.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42582026-05-11T18:44:07.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42592026-05-11T18:44:07.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42602026-05-11T18:44:07.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42612026-05-11T18:44:07.252Z
42622026-05-11T18:44:07.252Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (243/274)
42632026-05-11T18:44:07.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42642026-05-11T18:44:07.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42652026-05-11T18:44:07.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42662026-05-11T18:44:07.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42672026-05-11T18:44:07.903Z
42682026-05-11T18:44:07.903Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (244/274)
42692026-05-11T18:44:08.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42702026-05-11T18:44:08.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42712026-05-11T18:44:08.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42722026-05-11T18:44:08.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42732026-05-11T18:44:08.577Z
42742026-05-11T18:44:08.577Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (245/274)
42752026-05-11T18:44:09.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42762026-05-11T18:44:09.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42772026-05-11T18:44:09.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42782026-05-11T18:44:09.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42792026-05-11T18:44:09.239Z
42802026-05-11T18:44:09.239Zinfo: running `cargo check --bins` on nexus-mgs-updates (246/274)
42812026-05-11T18:44:09.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42822026-05-11T18:44:09.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42832026-05-11T18:44:09.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42842026-05-11T18:44:09.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42852026-05-11T18:44:09.894Z
42862026-05-11T18:44:09.894Zinfo: running `cargo check --bins` on nexus-networking (247/274)
42872026-05-11T18:44:10.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42882026-05-11T18:44:10.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42892026-05-11T18:44:10.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42902026-05-11T18:44:10.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42912026-05-11T18:44:10.562Z
42922026-05-11T18:44:10.562Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (248/274)
42932026-05-11T18:44:11.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42942026-05-11T18:44:11.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42952026-05-11T18:44:11.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42962026-05-11T18:44:11.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42972026-05-11T18:44:11.228Z
42982026-05-11T18:44:11.228Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (249/274)
42992026-05-11T18:44:11.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43002026-05-11T18:44:11.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43012026-05-11T18:44:11.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43022026-05-11T18:44:11.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43032026-05-11T18:44:11.892Z
43042026-05-11T18:44:11.892Zinfo: running `cargo check --bins` on omicron-dev (250/274)
43052026-05-11T18:44:12.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43062026-05-11T18:44:12.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43072026-05-11T18:44:12.798Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43082026-05-11T18:44:12.798Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43092026-05-11T18:44:12.983Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43102026-05-11T18:44:13.015Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43112026-05-11T18:44:13.034Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43122026-05-11T18:44:13.053Z Checking diff v0.1.13
43132026-05-11T18:44:13.054Z Checking yansi v1.0.1
43142026-05-11T18:44:13.057Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43152026-05-11T18:44:13.126Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43162026-05-11T18:44:13.317Z Checking pretty_assertions v1.4.1
43172026-05-11T18:44:13.952Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43182026-05-11T18:44:14.299Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43192026-05-11T18:44:37.737Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43202026-05-11T18:44:37.741Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43212026-05-11T18:44:37.741Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43222026-05-11T18:44:37.741Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43232026-05-11T18:44:37.741Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43242026-05-11T18:44:37.741Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43252026-05-11T18:44:38.570Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43262026-05-11T18:44:39.658Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43272026-05-11T18:45:18.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
43282026-05-11T18:45:18.278Z
43292026-05-11T18:45:18.278Zinfo: running `cargo check --bins` on omicron-pins (251/274)
43302026-05-11T18:45:18.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43312026-05-11T18:45:18.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43322026-05-11T18:45:18.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43332026-05-11T18:45:18.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43342026-05-11T18:45:18.875Z
43352026-05-11T18:45:18.875Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (252/274)
43362026-05-11T18:45:19.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43372026-05-11T18:45:19.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43382026-05-11T18:45:19.652Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43392026-05-11T18:45:19.774Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43402026-05-11T18:45:19.777Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43412026-05-11T18:45:45.374Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43422026-05-11T18:45:45.761Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43432026-05-11T18:45:47.469Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43442026-05-11T18:45:47.924Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43452026-05-11T18:45:50.861Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43462026-05-11T18:46:13.436Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43472026-05-11T18:46:14.136Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43482026-05-11T18:46:15.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.88s
43492026-05-11T18:46:15.971Z
43502026-05-11T18:46:15.971Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (253/274)
43512026-05-11T18:46:16.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43522026-05-11T18:46:16.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43532026-05-11T18:46:16.697Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43542026-05-11T18:46:17.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
43552026-05-11T18:46:17.571Z
43562026-05-11T18:46:17.571Zinfo: running `cargo check --bins` on omicron-releng (254/274)
43572026-05-11T18:46:18.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43582026-05-11T18:46:18.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43592026-05-11T18:46:18.234Z Compiling blake3 v1.8.3
43602026-05-11T18:46:18.343Z Checking arrayvec v0.7.6
43612026-05-11T18:46:18.346Z Checking constant_time_eq v0.4.2
43622026-05-11T18:46:18.346Z Checking arrayref v0.3.9
43632026-05-11T18:46:18.364Z Checking topological-sort v0.2.2
43642026-05-11T18:46:18.367Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43652026-05-11T18:46:18.367Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43662026-05-11T18:46:18.367Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43672026-05-11T18:46:18.416Z Checking shell-words v1.1.1
43682026-05-11T18:46:19.131Z Checking omicron-zone-package v0.12.2
43692026-05-11T18:46:19.844Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43702026-05-11T18:46:20.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s
43712026-05-11T18:46:20.865Z
43722026-05-11T18:46:20.865Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (255/274)
43732026-05-11T18:46:21.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43742026-05-11T18:46:21.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43752026-05-11T18:46:21.516Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43762026-05-11T18:46:21.832Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43772026-05-11T18:46:22.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
43782026-05-11T18:46:22.425Z
43792026-05-11T18:46:22.425Zinfo: running `cargo check --bins` on schema (256/274)
43802026-05-11T18:46:22.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43812026-05-11T18:46:22.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43822026-05-11T18:46:23.163Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
43832026-05-11T18:46:23.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
43842026-05-11T18:46:24.055Z
43852026-05-11T18:46:24.056Zinfo: running `cargo check --bins` on xtask (257/274)
43862026-05-11T18:46:24.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43872026-05-11T18:46:24.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43882026-05-11T18:46:24.515Z Checking libc v0.2.185
43892026-05-11T18:46:24.595Z Checking serde v1.0.228
43902026-05-11T18:46:24.601Z Checking zerofrom v0.1.6
43912026-05-11T18:46:24.605Z Checking bitflags v2.11.0
43922026-05-11T18:46:24.611Z Checking smallvec v1.15.1
43932026-05-11T18:46:24.619Z Checking indexmap v2.14.0
43942026-05-11T18:46:24.628Z Checking serde_json v1.0.149
43952026-05-11T18:46:24.634Z Checking num-traits v0.2.19
43962026-05-11T18:46:24.697Z Checking yoke v0.8.1
43972026-05-11T18:46:24.749Z Checking scroll v0.12.0
43982026-05-11T18:46:24.787Z Checking thiserror v1.0.69
43992026-05-11T18:46:24.863Z Checking zerovec v0.11.5
44002026-05-11T18:46:24.880Z Checking zerotrie v0.2.3
44012026-05-11T18:46:24.884Z Checking errno v0.3.14
44022026-05-11T18:46:24.973Z Checking toml_datetime v0.6.11
44032026-05-11T18:46:24.973Z Checking serde_spanned v0.6.9
44042026-05-11T18:46:25.005Z Checking rustix v1.1.3
44052026-05-11T18:46:25.098Z Checking percent-encoding v2.3.2
44062026-05-11T18:46:25.123Z Checking log v0.4.29
44072026-05-11T18:46:25.136Z Checking zerocopy v0.7.35
44082026-05-11T18:46:25.149Z Checking ordered-float v2.10.1
44092026-05-11T18:46:25.157Z Checking toml_edit v0.22.27
44102026-05-11T18:46:25.236Z Checking form_urlencoded v1.2.2
44112026-05-11T18:46:25.249Z Checking getrandom v0.4.1
44122026-05-11T18:46:25.270Z Checking goblin v0.8.2
44132026-05-11T18:46:25.300Z Checking tinystr v0.8.2
44142026-05-11T18:46:25.363Z Checking potential_utf v0.1.4
44152026-05-11T18:46:25.373Z Checking serde-value v0.7.0
44162026-05-11T18:46:25.385Z Checking thiserror v2.0.18
44172026-05-11T18:46:25.479Z Checking icu_locale_core v2.1.1
44182026-05-11T18:46:25.490Z Checking syn v2.0.117
44192026-05-11T18:46:25.500Z Checking icu_collections v2.1.1
44202026-05-11T18:46:25.571Z Checking dtrace-parser v0.2.0
44212026-05-11T18:46:25.619Z Checking thread-id v4.2.2
44222026-05-11T18:46:25.699Z Checking once_cell v1.21.3
44232026-05-11T18:46:25.821Z Checking terminal_size v0.4.3
44242026-05-11T18:46:25.824Z Checking cargo-platform v0.2.0
44252026-05-11T18:46:25.824Z Checking memmap v0.7.0
44262026-05-11T18:46:25.871Z Checking tempfile v3.25.0
44272026-05-11T18:46:25.947Z Checking clap_builder v4.5.60
44282026-05-11T18:46:25.967Z Checking textwrap v0.16.2
44292026-05-11T18:46:26.022Z Checking fs-err v3.3.0
44302026-05-11T18:46:26.025Z Checking icu_provider v2.1.1
44312026-05-11T18:46:26.065Z Checking camino-tempfile v1.4.1
44322026-05-11T18:46:26.175Z Checking tabled v0.15.0
44332026-05-11T18:46:26.206Z Checking anyhow v1.0.102
44342026-05-11T18:46:26.219Z Checking macaddr v1.0.1
44352026-05-11T18:46:26.245Z Checking toml v0.8.23
44362026-05-11T18:46:26.257Z Checking icu_properties v2.1.2
44372026-05-11T18:46:26.389Z Checking icu_normalizer v2.1.1
44382026-05-11T18:46:26.400Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44392026-05-11T18:46:26.564Z Checking cargo_toml v0.21.0
44402026-05-11T18:46:27.050Z Checking idna_adapter v1.2.1
44412026-05-11T18:46:27.132Z Checking clap v4.5.60
44422026-05-11T18:46:27.143Z Checking dof v0.3.0
44432026-05-11T18:46:27.166Z Checking idna v1.1.0
44442026-05-11T18:46:27.385Z Checking url v2.5.8
44452026-05-11T18:46:27.396Z Checking usdt-impl v0.5.0
44462026-05-11T18:46:27.624Z Checking usdt v0.5.0
44472026-05-11T18:46:27.726Z Checking cargo-util-schemas v0.8.2
44482026-05-11T18:46:28.409Z Checking cargo_metadata v0.21.0
44492026-05-11T18:46:29.017Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44502026-05-11T18:46:29.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.37s
44512026-05-11T18:46:29.553Z
44522026-05-11T18:46:29.553Zinfo: running `cargo check --bins` on dnsadm (258/274)
44532026-05-11T18:46:30.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44542026-05-11T18:46:30.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44552026-05-11T18:46:30.200Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44562026-05-11T18:46:30.667Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44572026-05-11T18:46:31.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
44582026-05-11T18:46:31.255Z
44592026-05-11T18:46:31.255Zinfo: running `cargo check --bins` on end-to-end-tests (259/274)
44602026-05-11T18:46:31.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44612026-05-11T18:46:31.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44622026-05-11T18:46:32.061Z Checking polyval v0.6.2
44632026-05-11T18:46:32.188Z Checking ctr v0.9.2
44642026-05-11T18:46:32.212Z Checking ssh-encoding v0.2.0
44652026-05-11T18:46:32.213Z Checking blowfish v0.9.1
44662026-05-11T18:46:32.222Z Checking password-hash v0.4.2
44672026-05-11T18:46:32.232Z Checking p256 v0.13.2
44682026-05-11T18:46:32.232Z Checking p521 v0.13.3
44692026-05-11T18:46:32.264Z Checking russh-cryptovec v0.7.3
44702026-05-11T18:46:32.328Z Checking ghash v0.5.1
44712026-05-11T18:46:32.345Z Checking bcrypt-pbkdf v0.10.0
44722026-05-11T18:46:32.368Z Checking md5 v0.7.0
44732026-05-11T18:46:32.381Z Checking num-bigint v0.4.6
44742026-05-11T18:46:32.385Z Checking des v0.8.1
44752026-05-11T18:46:32.422Z Checking pbkdf2 v0.11.0
44762026-05-11T18:46:32.460Z Checking aes-gcm v0.10.3
44772026-05-11T18:46:32.468Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44782026-05-11T18:46:32.508Z Checking hex-literal v0.4.1
44792026-05-11T18:46:32.515Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44802026-05-11T18:46:32.571Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44812026-05-11T18:46:32.592Z Checking socket2 v0.5.10
44822026-05-11T18:46:32.608Z Checking internet-checksum v0.2.1
44832026-05-11T18:46:32.608Z Checking ssh-cipher v0.2.0
44842026-05-11T18:46:32.773Z Checking ssh-key v0.6.7
44852026-05-11T18:46:32.852Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44862026-05-11T18:46:33.401Z Checking russh-keys v0.45.0
44872026-05-11T18:46:33.947Z Checking russh v0.45.0
44882026-05-11T18:46:48.828Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44892026-05-11T18:46:50.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.77s
44902026-05-11T18:46:50.245Z
44912026-05-11T18:46:50.245Zinfo: running `cargo check --bins` on gateway-cli (260/274)
44922026-05-11T18:46:50.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44932026-05-11T18:46:50.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44942026-05-11T18:46:50.894Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
44952026-05-11T18:46:51.005Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
44962026-05-11T18:46:51.020Z Checking termios v0.3.3
44972026-05-11T18:46:52.195Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
44982026-05-11T18:46:52.342Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44992026-05-11T18:46:54.104Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45002026-05-11T18:46:54.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s
45012026-05-11T18:46:54.850Z
45022026-05-11T18:46:54.850Zinfo: running `cargo check --bins --no-default-features` on installinator (261/274)
45032026-05-11T18:46:55.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45042026-05-11T18:46:55.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45052026-05-11T18:46:55.573Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45062026-05-11T18:46:55.691Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45072026-05-11T18:46:55.697Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45082026-05-11T18:46:55.701Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45092026-05-11T18:46:55.712Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45102026-05-11T18:46:55.722Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45112026-05-11T18:46:56.437Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45122026-05-11T18:46:56.786Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45132026-05-11T18:46:56.800Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45142026-05-11T18:46:57.410Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45152026-05-11T18:46:59.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s
45162026-05-11T18:46:59.248Z
45172026-05-11T18:46:59.248Zinfo: running `cargo check --bins` on internal-dns-cli (262/274)
45182026-05-11T18:46:59.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45192026-05-11T18:46:59.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45202026-05-11T18:46:59.887Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45212026-05-11T18:47:00.330Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45222026-05-11T18:47:00.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
45232026-05-11T18:47:00.827Z
45242026-05-11T18:47:00.827Zinfo: running `cargo check --bins` on omicron-live-tests (263/274)
45252026-05-11T18:47:01.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45262026-05-11T18:47:01.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45272026-05-11T18:47:01.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45282026-05-11T18:47:01.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45292026-05-11T18:47:01.424Z
45302026-05-11T18:47:01.424Zinfo: running `cargo check --bins` on live-tests-macros (264/274)
45312026-05-11T18:47:01.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45322026-05-11T18:47:01.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45332026-05-11T18:47:01.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45342026-05-11T18:47:01.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45352026-05-11T18:47:02.019Z
45362026-05-11T18:47:02.020Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (265/274)
45372026-05-11T18:47:02.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45382026-05-11T18:47:02.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45392026-05-11T18:47:02.782Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45402026-05-11T18:47:03.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
45412026-05-11T18:47:03.594Z
45422026-05-11T18:47:03.594Zinfo: running `cargo check --bins` on omicron-ntp-admin (266/274)
45432026-05-11T18:47:04.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45442026-05-11T18:47:04.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45452026-05-11T18:47:04.250Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45462026-05-11T18:47:04.253Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45472026-05-11T18:47:04.501Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45482026-05-11T18:47:04.501Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45492026-05-11T18:47:05.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
45502026-05-11T18:47:05.472Z
45512026-05-11T18:47:05.472Zinfo: running `cargo check --bins` on ntp-admin-types (267/274)
45522026-05-11T18:47:05.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45532026-05-11T18:47:05.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45542026-05-11T18:47:05.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45552026-05-11T18:47:05.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45562026-05-11T18:47:06.068Z
45572026-05-11T18:47:06.068Zinfo: running `cargo check --bins` on omicron-package (268/274)
45582026-05-11T18:47:06.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45592026-05-11T18:47:06.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45602026-05-11T18:47:06.756Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45612026-05-11T18:47:07.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
45622026-05-11T18:47:08.016Z
45632026-05-11T18:47:08.016Zinfo: running `cargo check --bins` on tqdb (269/274)
45642026-05-11T18:47:08.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45652026-05-11T18:47:08.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45662026-05-11T18:47:08.803Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45672026-05-11T18:47:09.150Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45682026-05-11T18:47:09.655Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45692026-05-11T18:47:09.658Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45702026-05-11T18:47:15.382Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45712026-05-11T18:47:15.385Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45722026-05-11T18:47:15.945Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
45732026-05-11T18:47:15.948Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45742026-05-11T18:47:15.949Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45752026-05-11T18:47:15.949Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45762026-05-11T18:47:16.703Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45772026-05-11T18:47:17.659Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45782026-05-11T18:47:18.412Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45792026-05-11T18:47:19.031Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45802026-05-11T18:47:23.350Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45812026-05-11T18:47:29.504Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45822026-05-11T18:47:29.507Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45832026-05-11T18:47:29.507Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45842026-05-11T18:47:29.507Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45852026-05-11T18:47:30.976Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45862026-05-11T18:47:32.309Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45872026-05-11T18:47:32.979Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45882026-05-11T18:47:34.225Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45892026-05-11T18:47:34.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.75s
45902026-05-11T18:47:34.982Z
45912026-05-11T18:47:34.982Zinfo: running `cargo check --bins` on wicket-dbg (270/274)
45922026-05-11T18:47:35.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45932026-05-11T18:47:35.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45942026-05-11T18:47:35.701Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
45952026-05-11T18:47:35.701Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45962026-05-11T18:47:35.704Z Checking rtoolbox v0.0.3
45972026-05-11T18:47:35.827Z Checking tui-tree-widget v0.23.1
45982026-05-11T18:47:35.923Z Checking rpassword v7.4.0
45992026-05-11T18:47:36.920Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46002026-05-11T18:47:39.871Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46012026-05-11T18:47:41.691Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46022026-05-11T18:47:42.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.59s
46032026-05-11T18:47:42.788Z
46042026-05-11T18:47:42.788Zinfo: running `cargo check --bins` on wicket (271/274)
46052026-05-11T18:47:43.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46062026-05-11T18:47:43.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46072026-05-11T18:47:43.486Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46082026-05-11T18:47:43.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
46092026-05-11T18:47:44.057Z
46102026-05-11T18:47:44.057Zinfo: running `cargo check --bins` on wicketd (272/274)
46112026-05-11T18:47:44.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46122026-05-11T18:47:44.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46132026-05-11T18:47:44.780Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46142026-05-11T18:47:44.783Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46152026-05-11T18:47:44.783Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46162026-05-11T18:47:44.783Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46172026-05-11T18:47:45.759Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46182026-05-11T18:47:46.329Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46192026-05-11T18:47:49.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.18s
46202026-05-11T18:47:49.451Z
46212026-05-11T18:47:49.451Zinfo: running `cargo check --bins` on omicron-workspace-hack (273/274)
46222026-05-11T18:47:49.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46232026-05-11T18:47:49.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46242026-05-11T18:47:49.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46252026-05-11T18:47:49.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46262026-05-11T18:47:50.041Z
46272026-05-11T18:47:50.041Zinfo: running `cargo check --bins` on zone-setup (274/274)
46282026-05-11T18:47:50.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46292026-05-11T18:47:50.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46302026-05-11T18:47:50.714Z Checking uzers v0.12.2
46312026-05-11T18:47:50.983Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46322026-05-11T18:47:51.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
46332026-05-11T18:47:51.947Z
46342026-05-11T18:47:51.947Zreal 14:06.100684736
46352026-05-11T18:47:51.948Zuser 20:32.216373482
46362026-05-11T18:47:51.948Zsys 4:13.208688379
46372026-05-11T18:47:51.948Ztrap 0.331312121
46382026-05-11T18:47:51.948Ztflt 1.009724316
46392026-05-11T18:47:51.948Zdflt 1.419234552
46402026-05-11T18:47:51.948Zkflt 0.029006130
46412026-05-11T18:47:51.948Zlock 1:16:32.328704641
46422026-05-11T18:47:51.948Zslp 1:38:01.151107259
46432026-05-11T18:47:51.948Zlat 58.827556781
46442026-05-11T18:47:51.948Zstop 3:35.723088056
46452026-05-11T18:47:51.951Zprocess exited: duration 981302 ms, exit code 0
 
46462026-05-11T18:47:51.957Zfound 0 output files