01KRYPSS4VKJA6QQ362XJEZQ8S: 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: 01KRYPTC2XQAB9Y9NP2DD01TC8

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-18T23:31:21.846Zjob assigned to worker 01KRYPTGSJ7NESFQ9TFY546DS7 [factory aws, i-0173c878a7519c7b5] (queued for 55 s)
 
22026-05-18T23:31:28.554Zstarting task 0: "setup"
32026-05-18T23:31:28.561Z++ uname -s
42026-05-18T23:31:28.564Z+ kern=SunOS
52026-05-18T23:31:28.564Z+ build_user=build
62026-05-18T23:31:28.564Z+ build_uid=12345
72026-05-18T23:31:28.564Z+ work_dir=/work
82026-05-18T23:31:28.564Z+ input_dir=/input
92026-05-18T23:31:28.564Z+ [[ 0 == 12345 ]]
102026-05-18T23:31:28.564Z+ case "$kern" in
112026-05-18T23:31:28.564Z+ groupadd -g 12345 build
122026-05-18T23:31:28.575Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-18T23:31:30.582Z+ zfs create -o mountpoint=/work rpool/work
142026-05-18T23:31:30.664Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-18T23:31:30.667Z+ home_fs=zfs
162026-05-18T23:31:30.667Z+ [[ zfs == autofs ]]
172026-05-18T23:31:30.667Z+ mkdir -p /home/build
182026-05-18T23:31:30.667Z+ chown build:build /home/build /work
192026-05-18T23:31:32.668Z+ chmod 0700 /home/build /work
202026-05-18T23:31:32.671Zprocess exited: duration 4116 ms, exit code 0
 
212026-05-18T23:31:32.677Zstarting task 1: "rust-toolchain"
222026-05-18T23:31:32.682Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-18T23:31:32.682Z * rust toolchain channel = "1.94.0"
242026-05-18T23:31:32.682Z * rust toolchain profile = "default"
252026-05-18T23:31:32.682Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-18T23:31:32.682Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-18T23:31:32.682Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-18T23:31:32.685Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-18T23:31:32.685Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-18T23:31:32.765Zinfo: downloading installer
312026-05-18T23:31:34.100Zwarn: It looks like you have an existing rustup settings file at:
322026-05-18T23:31:34.100Zwarn: /home/build/.rustup/settings.toml
332026-05-18T23:31:34.100Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-18T23:31:34.100Zwarn: instead of the one inferred from the default host triple.
352026-05-18T23:31:34.112Zinfo: profile set to default
362026-05-18T23:31:34.112Zinfo: default host triple is x86_64-unknown-illumos
372026-05-18T23:31:34.115Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-18T23:31:34.250Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-18T23:31:34.253Zinfo: downloading 6 components
402026-05-18T23:31:48.158Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-18T23:31:48.158Z
422026-05-18T23:31:48.197Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-18T23:31:48.197Z
442026-05-18T23:31:48.197Z
452026-05-18T23:31:48.197ZRust is installed now. Great!
462026-05-18T23:31:48.197Z
472026-05-18T23:31:48.197ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-18T23:31:48.197Zenvironment variable. This has not been done automatically.
492026-05-18T23:31:48.200Z
502026-05-18T23:31:48.200ZTo configure your current shell, you need to source
512026-05-18T23:31:48.201Zthe corresponding env file under $HOME/.cargo.
522026-05-18T23:31:48.201Z
532026-05-18T23:31:48.201ZThis is usually done by running one of the following (note the leading DOT):
542026-05-18T23:31:48.201Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-18T23:31:48.201Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-18T23:31:48.201Zsource "~/.cargo/env.nu" # For nushell
572026-05-18T23:31:48.201Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-18T23:31:48.201Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-18T23:31:48.201Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-18T23:31:48.201Zwarn: no default linker (`cc`) was found in your PATH
612026-05-18T23:31:48.201Zwarn: many Rust crates require a system C toolchain to build
622026-05-18T23:31:48.295Z+ rustup --version
632026-05-18T23:31:48.304Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-18T23:31:48.307Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-18T23:31:48.326Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-18T23:31:48.329Z+ cargo --version
672026-05-18T23:31:48.342Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-18T23:31:48.345Z+ rustc --version
692026-05-18T23:31:48.364Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-18T23:31:48.367Zprocess exited: duration 15689 ms, exit code 0
 
712026-05-18T23:31:48.373Zstarting task 2: "authentication"
722026-05-18T23:31:48.389Zprocess exited: duration 16 ms, exit code 0
 
732026-05-18T23:31:48.395Zstarting task 3: "clone repository"
742026-05-18T23:31:48.398Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-18T23:31:48.401Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-18T23:31:48.440ZCloning into '/work/oxidecomputer/omicron'...
772026-05-18T23:31:58.415Z+ cd /work/oxidecomputer/omicron
782026-05-18T23:31:58.415Z+ git fetch origin 1333c55a8ae4796a5cf86fc48d4b5b37674ccea1
792026-05-18T23:31:58.682ZFrom https://github.com/oxidecomputer/omicron
802026-05-18T23:31:58.682Z * branch 1333c55a8ae4796a5cf86fc48d4b5b37674ccea1 -> FETCH_HEAD
812026-05-18T23:31:58.691Z+ [[ -n '' ]]
822026-05-18T23:31:58.691Z+ git reset --hard 1333c55a8ae4796a5cf86fc48d4b5b37674ccea1
832026-05-18T23:31:58.927ZHEAD is now at 1333c55a8 [spr] initial version
842026-05-18T23:31:58.930Zprocess exited: duration 10534 ms, exit code 0
 
852026-05-18T23:31:58.936Zstarting task 4: "build"
862026-05-18T23:31:58.941Z+ source .github/buildomat/ci-env.sh
872026-05-18T23:31:58.944Z++ export CARGO_TERM_COLOR=always
882026-05-18T23:31:58.944Z++ CARGO_TERM_COLOR=always
892026-05-18T23:31:58.944Z+ cargo --version
902026-05-18T23:31:58.953Zcargo 1.94.0 (85eff7c80 2026-01-15)
912026-05-18T23:31:58.955Z+ rustc --version
922026-05-18T23:31:58.975Zrustc 1.94.0 (4a4ef493e 2026-03-02)
932026-05-18T23:31:58.978Z+ source ./env.sh
942026-05-18T23:31:58.978Z++ OLD_SHELL_OPTS=ehxB
952026-05-18T23:31:58.978Z++ set -o xtrace
962026-05-18T23:31:58.981Z++++ dirname ./env.sh
972026-05-18T23:31:58.981Z+++ readlink -f .
982026-05-18T23:31:58.984Z++ OMICRON_WS=/work/oxidecomputer/omicron
992026-05-18T23:31:58.984Z++ 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-18T23:31:58.985Z++ 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-18T23:31:58.985Z++ 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-18T23:31:58.985Z++ 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-18T23:31:58.985Z++ 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-18T23:31:58.985Z++ 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-18T23:31:58.985Z++ 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-18T23:31:58.985Z++ 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-18T23:31:58.985Z++ case $OLD_SHELL_OPTS in
1082026-05-18T23:31:58.985Z++ unset OLD_SHELL_OPTS OMICRON_WS
1092026-05-18T23:31:58.985Z+ 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-18T23:31:58.985Z+ 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-18T23:31:58.985Z+ banner prerequisites
1122026-05-18T23:31:58.988Z
1132026-05-18T23:31:58.988Z ##### ##### ###### ##### ###### #### # # # #### #
1142026-05-18T23:31:58.988Z # # # # # # # # # # # # # # #
1152026-05-18T23:31:58.988Z # # # # ##### # # ##### # # # # # #### #
1162026-05-18T23:31:58.988Z ##### ##### # ##### # # # # # # # # #
1172026-05-18T23:31:58.988Z # # # # # # # # # # # # # # #
1182026-05-18T23:31:58.988Z # # # ###### # # ###### ### # #### # #### #
1192026-05-18T23:31:58.988Z
1202026-05-18T23:31:58.988Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1212026-05-18T23:32:00.565Z Startup: Refreshing catalog 'helios' ... Done
1222026-05-18T23:32:00.622Z Startup: Caching catalogs ... Done
1232026-05-18T23:32:00.827ZPlanning: Solver setup ... Done (0.173s)
1242026-05-18T23:32:00.843ZPlanning: Running solver ... Done (0.016s)
1252026-05-18T23:32:00.848ZPlanning: Finding local manifests ... Done (0.002s)
1262026-05-18T23:32:00.864ZPlanning: Fetching manifests: 0/2 0% complete
1272026-05-18T23:32:00.914ZPlanning: Fetching manifests: 2/2 100% complete
1282026-05-18T23:32:00.927ZPlanning: Package planning ... Done (0.013s)
1292026-05-18T23:32:00.931ZPlanning: Merging actions ... Done (0.002s)
1302026-05-18T23:32:01.111ZPlanning: Checking for conflicting actions ... Done (0.185s)
1312026-05-18T23:32:01.114ZPlanning: Consolidating action changes ... Done (0.001s)
1322026-05-18T23:32:01.892ZPlanning: Evaluating mediators ... Done (0.778s)
1332026-05-18T23:32:01.895ZPlanning: Planning completed in 1.25 seconds
1342026-05-18T23:32:01.939Z Packages to install: 2
1352026-05-18T23:32:01.942Z Estimated space available: 156.08 GB
1362026-05-18T23:32:01.942ZEstimated space to be consumed: 19.74 MB
1372026-05-18T23:32:01.942Z Create boot environment: No
1382026-05-18T23:32:01.942ZCreate backup boot environment: No
1392026-05-18T23:32:01.942Z Rebuild boot archive: No
1402026-05-18T23:32:01.942Z
1412026-05-18T23:32:01.942ZChanged packages:
1422026-05-18T23:32:01.942Zhelios
1432026-05-18T23:32:01.942Z developer/build-essential
1442026-05-18T23:32:01.942Z None -> 11-3.0
1452026-05-18T23:32:01.942Z library/libxmlsec1
1462026-05-18T23:32:01.942Z None -> 1.2.35-3.0
1472026-05-18T23:32:01.964Z
1482026-05-18T23:32:01.964ZDownload: 0/214 items 0.0/1.3MB 0% complete
1492026-05-18T23:32:03.121ZDownload: Completed 1.28 MB in 1.16 seconds (1.1M/s)
1502026-05-18T23:32:03.164Z Actions: 1/268 actions (Installing new actions)
1512026-05-18T23:32:03.212Z Actions: Completed 268 actions in 0.05 seconds.
1522026-05-18T23:32:03.218ZFinalize: Updating package state database ... Done (0.006s)
1532026-05-18T23:32:03.218ZFinalize: Updating package cache ... Done (0.000s)
1542026-05-18T23:32:03.233ZFinalize: Updating image state ... Done (0.015s)
1552026-05-18T23:32:05.671ZFinalize: Creating fast lookup database ... Done (2.418s)
1562026-05-18T23:32:05.738ZFinalize: Reading search index ... Done (0.013s)
1572026-05-18T23:32:05.741ZFinalize: Updating search index ... Done (0.000s)
1582026-05-18T23:32:05.804ZFinalize: Updating package cache ... Done (0.000s)
1592026-05-18T23:32:06.095ZPlanning: Evaluating mediator changes ... Done
1602026-05-18T23:32:06.200ZPlanning: Checking for conflicting actions ... Done
1612026-05-18T23:32:06.203ZPlanning: Consolidating action changes ... Done
1622026-05-18T23:32:06.360ZPlanning: Evaluating mediators ... Done
1632026-05-18T23:32:06.364ZPlanning: Planning completed in 0.26 seconds
1642026-05-18T23:32:06.382Z Mediators to change: 2
1652026-05-18T23:32:06.382Z Create boot environment: No
1662026-05-18T23:32:06.382ZCreate backup boot environment: No
1672026-05-18T23:32:06.419ZFinalize: Updating package state database ... Done
1682026-05-18T23:32:06.423ZFinalize: Updating package cache ... Done
1692026-05-18T23:32:06.429ZFinalize: Updating image state ... Done
1702026-05-18T23:32:08.379ZFinalize: Creating fast lookup database ... Done
1712026-05-18T23:32:08.440ZFinalize: Reading search index ... Done
1722026-05-18T23:32:08.443ZFinalize: Updating search index ... Done
1732026-05-18T23:32:08.503ZFinalize: Updating package cache ... Done
1742026-05-18T23:32:08.792ZPlanning: Evaluating mediator changes ... Done
1752026-05-18T23:32:08.897ZPlanning: Checking for conflicting actions ... Done
1762026-05-18T23:32:08.901ZPlanning: Consolidating action changes ... Done
1772026-05-18T23:32:09.056ZPlanning: Evaluating mediators ... Done
1782026-05-18T23:32:09.065ZPlanning: Planning completed in 0.27 seconds
1792026-05-18T23:32:09.080Z Mediators to change: 1
1802026-05-18T23:32:09.080Z Create boot environment: No
1812026-05-18T23:32:09.080ZCreate backup boot environment: No
1822026-05-18T23:32:09.120ZFinalize: Updating package state database ... Done
1832026-05-18T23:32:09.120ZFinalize: Updating package cache ... Done
1842026-05-18T23:32:09.128ZFinalize: Updating image state ... Done
1852026-05-18T23:32:11.074ZFinalize: Creating fast lookup database ... Done
1862026-05-18T23:32:11.140ZFinalize: Reading search index ... Done
1872026-05-18T23:32:11.143ZFinalize: Updating search index ... Done
1882026-05-18T23:32:11.210ZFinalize: Updating package cache ... Done
1892026-05-18T23:32:11.518ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1902026-05-18T23:32:11.518Zapache system 2.4 system
1912026-05-18T23:32:11.518Zclang system 15 system
1922026-05-18T23:32:11.518Zcsh system system illumos
1932026-05-18T23:32:11.518Zctags system system illumos
1942026-05-18T23:32:11.518Zfile vendor vendor darwinsys
1952026-05-18T23:32:11.518Zfile system system illumos
1962026-05-18T23:32:11.518Zgcc vendor 14 vendor
1972026-05-18T23:32:11.518Zgcc system 13 system
1982026-05-18T23:32:11.518Zgcc system 10 system
1992026-05-18T23:32:11.518Zgo system 1.25 system
2002026-05-18T23:32:11.518Zllvm system 15 system
2012026-05-18T23:32:11.519Zmariadb system 11.4 system
2022026-05-18T23:32:11.519Zmta vendor vendor dma
2032026-05-18T23:32:11.519Zopenjdk system 17 system
2042026-05-18T23:32:11.519Zopenjdk system 11 system
2052026-05-18T23:32:11.519Zopenssl vendor 3 vendor
2062026-05-18T23:32:11.519Zperl system 5.40 system
2072026-05-18T23:32:11.519Zpostgresql system 18 system
2082026-05-18T23:32:11.519Zpostgresql system 17 system
2092026-05-18T23:32:11.519Zpython vendor 3 vendor
2102026-05-18T23:32:11.519Zpython system 2 system
2112026-05-18T23:32:11.519Zpython3 vendor 3.13 vendor
2122026-05-18T23:32:11.519Zruby system 3.4 system
2132026-05-18T23:32:11.519Zruby system 3.0 system
2142026-05-18T23:32:11.519Zwords vendor vendor american-english
2152026-05-18T23:32:11.519Zwords system system australian-english
2162026-05-18T23:32:11.519Zwords system system british-english
2172026-05-18T23:32:11.519Zwords system system canadian-english
2182026-05-18T23:32:11.519Zwords system system french
2192026-05-18T23:32:11.519Zwords system system italian
2202026-05-18T23:32:11.519Zwords system system ngerman
2212026-05-18T23:32:11.519Zwords system system ogerman
2222026-05-18T23:32:11.519Zwords system system spanish
2232026-05-18T23:32:11.774ZPUBLISHER TYPE STATUS P LOCATION
2242026-05-18T23:32:11.774Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2252026-05-18T23:32:12.047ZFMRI IFO
2262026-05-18T23:32:12.047Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2272026-05-18T23:32:12.047Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2282026-05-18T23:32:12.047Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2292026-05-18T23:32:12.047Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2302026-05-18T23:32:12.047Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2312026-05-18T23:32:12.047Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2322026-05-18T23:32:12.047Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2332026-05-18T23:32:12.047Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2342026-05-18T23:32:12.047Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2352026-05-18T23:32:12.291Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2362026-05-18T23:32:12.561Z Updating crates.io index
2372026-05-18T23:32:12.566Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2382026-05-18T23:32:12.811Z Updating git repository `https://github.com/oxidecomputer/lldp`
2392026-05-18T23:32:13.574Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2402026-05-18T23:32:13.984Z Updating git repository `https://github.com/oxidecomputer/propolis`
2412026-05-18T23:32:15.037Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2422026-05-18T23:32:15.594Z Updating git repository `https://github.com/oxidecomputer/crucible`
2432026-05-18T23:32:16.897Z Updating git repository `https://github.com/oxidecomputer/opte`
2442026-05-18T23:32:17.595Z Updating git repository `https://github.com/oxidecomputer/tofino`
2452026-05-18T23:32:17.930Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2462026-05-18T23:32:18.667Z Updating git repository `https://github.com/oxidecomputer/clickward`
2472026-05-18T23:32:18.982Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2482026-05-18T23:32:19.379Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2492026-05-18T23:32:19.682Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2502026-05-18T23:32:20.629Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2512026-05-18T23:32:21.085Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2522026-05-18T23:32:21.296Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-05-18T23:32:21.582Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2542026-05-18T23:32:21.885Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2552026-05-18T23:32:22.323Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2562026-05-18T23:32:22.528Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2572026-05-18T23:32:22.746Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2582026-05-18T23:32:23.009Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-05-18T23:32:23.395Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2602026-05-18T23:32:23.734Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2612026-05-18T23:32:24.288Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2622026-05-18T23:32:24.794Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2632026-05-18T23:32:25.098Z Updating git repository `https://github.com/oxidecomputer/ispf`
2642026-05-18T23:32:25.375Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2652026-05-18T23:32:26.288Z Updating git repository `https://github.com/oxidecomputer/crucible`
2662026-05-18T23:32:27.155Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2672026-05-18T23:32:27.597Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2682026-05-18T23:32:27.844Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2692026-05-18T23:32:28.203Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2702026-05-18T23:32:28.561Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2712026-05-18T23:32:28.888Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2722026-05-18T23:32:29.417Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2732026-05-18T23:32:29.678Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2742026-05-18T23:32:29.889Z Updating git repository `https://github.com/illumos/smf-rs`
2752026-05-18T23:32:30.209Z Updating git repository `https://github.com/oxidecomputer/omicron`
2762026-05-18T23:32:41.890Z Downloading crates ...
2772026-05-18T23:32:41.951Z Downloaded thiserror v1.0.69
2782026-05-18T23:32:41.954Z Downloaded cargo_metadata v0.21.0
2792026-05-18T23:32:41.957Z Downloaded byteorder v1.5.0
2802026-05-18T23:32:41.963Z Downloaded yoke v0.8.1
2812026-05-18T23:32:41.967Z Downloaded utf8_iter v1.0.4
2822026-05-18T23:32:41.967Z Downloaded fs-err v3.3.0
2832026-05-18T23:32:41.967Z Downloaded dof v0.3.0
2842026-05-18T23:32:41.973Z Downloaded cargo_toml v0.21.0
2852026-05-18T23:32:41.973Z Downloaded zerofrom-derive v0.1.6
2862026-05-18T23:32:41.973Z Downloaded usdt v0.5.0
2872026-05-18T23:32:41.973Z Downloaded anstyle-query v1.1.5
2882026-05-18T23:32:41.977Z Downloaded zerofrom v0.1.6
2892026-05-18T23:32:41.977Z Downloaded thiserror-impl v1.0.69
2902026-05-18T23:32:41.977Z Downloaded cpufeatures v0.2.17
2912026-05-18T23:32:41.982Z Downloaded smallvec v1.15.1
2922026-05-18T23:32:41.982Z Downloaded toml_datetime v0.6.11
2932026-05-18T23:32:41.986Z Downloaded anstyle v1.0.13
2942026-05-18T23:32:41.986Z Downloaded usdt-macro v0.5.0
2952026-05-18T23:32:41.986Z Downloaded unicode-xid v0.2.6
2962026-05-18T23:32:41.986Z Downloaded thread-id v4.2.2
2972026-05-18T23:32:41.990Z Downloaded writeable v0.6.2
2982026-05-18T23:32:41.990Z Downloaded clap_derive v4.5.55
2992026-05-18T23:32:41.990Z Downloaded pest_generator v2.8.6
3002026-05-18T23:32:41.995Z Downloaded typeid v1.0.3
3012026-05-18T23:32:41.995Z Downloaded utf8parse v0.2.2
3022026-05-18T23:32:41.995Z Downloaded toml_write v0.1.2
3032026-05-18T23:32:41.999Z Downloaded icu_properties v2.1.2
3042026-05-18T23:32:41.999Z Downloaded unicode-linebreak v0.1.5
3052026-05-18T23:32:41.999Z Downloaded generic-array v0.14.7
3062026-05-18T23:32:42.003Z Downloaded unicode-ident v1.0.24
3072026-05-18T23:32:42.003Z Downloaded tinystr v0.8.2
3082026-05-18T23:32:42.003Z Downloaded bytecount v0.6.9
3092026-05-18T23:32:42.006Z Downloaded ucd-trie v0.1.7
3102026-05-18T23:32:42.006Z Downloaded yoke-derive v0.8.1
3112026-05-18T23:32:42.009Z Downloaded fnv v1.0.7
3122026-05-18T23:32:42.012Z Downloaded plain v0.2.3
3132026-05-18T23:32:42.012Z Downloaded errno v0.3.14
3142026-05-18T23:32:42.012Z Downloaded usdt-attr-macro v0.5.0
3152026-05-18T23:32:42.012Z Downloaded version_check v0.9.5
3162026-05-18T23:32:42.017Z Downloaded serde_derive v1.0.228
3172026-05-18T23:32:42.017Z Downloaded zerovec-derive v0.11.2
3182026-05-18T23:32:42.017Z Downloaded zerocopy-derive v0.7.35
3192026-05-18T23:32:42.020Z Downloaded textwrap v0.16.2
3202026-05-18T23:32:42.020Z Downloaded heck v0.4.1
3212026-05-18T23:32:42.020Z Downloaded proc-macro2 v1.0.106
3222026-05-18T23:32:42.023Z Downloaded thiserror-impl v2.0.18
3232026-05-18T23:32:42.023Z Downloaded usdt-impl v0.5.0
3242026-05-18T23:32:42.023Z Downloaded zmij v1.0.21
3252026-05-18T23:32:42.026Z Downloaded toml v0.8.23
3262026-05-18T23:32:42.026Z Downloaded thiserror v2.0.18
3272026-05-18T23:32:42.029Z Downloaded dtrace-parser v0.2.0
3282026-05-18T23:32:42.029Z Downloaded digest v0.10.7
3292026-05-18T23:32:42.029Z Downloaded icu_normalizer_data v2.1.1
3302026-05-18T23:32:42.032Z Downloaded itoa v1.0.17
3312026-05-18T23:32:42.032Z Downloaded swrite v0.1.0
3322026-05-18T23:32:42.035Z Downloaded memmap v0.7.0
3332026-05-18T23:32:42.035Z Downloaded pretty-hex v0.4.1
3342026-05-18T23:32:42.035Z Downloaded typenum v1.19.0
3352026-05-18T23:32:42.038Z Downloaded potential_utf v0.1.4
3362026-05-18T23:32:42.038Z Downloaded idna_adapter v1.2.1
3372026-05-18T23:32:42.038Z Downloaded equivalent v1.0.2
3382026-05-18T23:32:42.041Z Downloaded ordered-float v2.10.1
3392026-05-18T23:32:42.041Z Downloaded zerotrie v0.2.3
3402026-05-18T23:32:42.045Z Downloaded toml_edit v0.22.27
3412026-05-18T23:32:42.048Z Downloaded serde_spanned v0.6.9
3422026-05-18T23:32:42.054Z Downloaded url v2.5.8
3432026-05-18T23:32:42.054Z Downloaded tabled_derive v0.7.0
3442026-05-18T23:32:42.057Z Downloaded smawk v0.3.2
3452026-05-18T23:32:42.057Z Downloaded icu_locale_core v2.1.1
3462026-05-18T23:32:42.057Z Downloaded zerovec v0.11.5
3472026-05-18T23:32:42.060Z Downloaded strsim v0.11.1
3482026-05-18T23:32:42.064Z Downloaded stable_deref_trait v1.2.1
3492026-05-18T23:32:42.064Z Downloaded zerocopy v0.7.35
3502026-05-18T23:32:42.072Z Downloaded scroll_derive v0.12.1
3512026-05-18T23:32:42.075Z Downloaded crypto-common v0.1.7
3522026-05-18T23:32:42.075Z Downloaded serde-value v0.7.0
3532026-05-18T23:32:42.075Z Downloaded percent-encoding v2.3.2
3542026-05-18T23:32:42.075Z Downloaded heck v0.5.0
3552026-05-18T23:32:42.075Z Downloaded colorchoice v1.0.4
3562026-05-18T23:32:42.080Z Downloaded unicode-width v0.1.14
3572026-05-18T23:32:42.086Z Downloaded cargo-platform v0.2.0
3582026-05-18T23:32:42.086Z Downloaded winnow v0.7.14
3592026-05-18T23:32:42.089Z Downloaded pest_meta v2.8.6
3602026-05-18T23:32:42.089Z Downloaded camino-tempfile v1.4.1
3612026-05-18T23:32:42.089Z Downloaded anstyle-parse v0.2.7
3622026-05-18T23:32:42.089Z Downloaded unicode-width v0.2.0
3632026-05-18T23:32:42.092Z Downloaded synstructure v0.13.2
3642026-05-18T23:32:42.095Z Downloaded pest_derive v2.8.6
3652026-05-18T23:32:42.098Z Downloaded macaddr v1.0.1
3662026-05-18T23:32:42.102Z Downloaded is_terminal_polyfill v1.70.2
3672026-05-18T23:32:42.108Z Downloaded terminal_size v0.4.3
3682026-05-18T23:32:42.108Z Downloaded block-buffer v0.10.4
3692026-05-18T23:32:42.108Z Downloaded form_urlencoded v1.2.2
3702026-05-18T23:32:42.111Z Downloaded clap_lex v1.0.0
3712026-05-18T23:32:42.111Z Downloaded cfg-if v1.0.4
3722026-05-18T23:32:42.113Z Downloaded proc-macro-error-attr v1.0.4
3732026-05-18T23:32:42.113Z Downloaded scroll v0.12.0
3742026-05-18T23:32:42.118Z Downloaded serde-untagged v0.1.9
3752026-05-18T23:32:42.118Z Downloaded displaydoc v0.2.5
3762026-05-18T23:32:42.123Z Downloaded sha2 v0.10.9
3772026-05-18T23:32:42.129Z Downloaded anstream v0.6.21
3782026-05-18T23:32:42.132Z Downloaded serde_tokenstream v0.2.3
3792026-05-18T23:32:42.132Z Downloaded once_cell v1.21.3
3802026-05-18T23:32:42.135Z Downloaded anyhow v1.0.102
3812026-05-18T23:32:42.135Z Downloaded semver v1.0.28
3822026-05-18T23:32:42.138Z Downloaded cargo-util-schemas v0.8.2
3832026-05-18T23:32:42.141Z Downloaded fastrand v2.3.0
3842026-05-18T23:32:42.144Z Downloaded autocfg v1.5.0
3852026-05-18T23:32:42.147Z Downloaded proc-macro-error v1.0.4
3862026-05-18T23:32:42.151Z Downloaded bitflags v2.11.0
3872026-05-18T23:32:42.156Z Downloaded litemap v0.8.1
3882026-05-18T23:32:42.159Z Downloaded tempfile v3.25.0
3892026-05-18T23:32:42.162Z Downloaded erased-serde v0.4.9
3902026-05-18T23:32:42.164Z Downloaded icu_provider v2.1.1
3912026-05-18T23:32:42.168Z Downloaded quote v1.0.45
3922026-05-18T23:32:42.168Z Downloaded getrandom v0.4.1
3932026-05-18T23:32:42.174Z Downloaded idna v1.1.0
3942026-05-18T23:32:42.177Z Downloaded camino v1.2.2
3952026-05-18T23:32:42.182Z Downloaded icu_normalizer v2.1.1
3962026-05-18T23:32:42.185Z Downloaded log v0.4.29
3972026-05-18T23:32:42.188Z Downloaded papergrid v0.11.0
3982026-05-18T23:32:42.191Z Downloaded num-traits v0.2.19
3992026-05-18T23:32:42.198Z Downloaded serde_core v1.0.228
4002026-05-18T23:32:42.201Z Downloaded memchr v2.8.0
4012026-05-18T23:32:42.204Z Downloaded clap v4.5.60
4022026-05-18T23:32:42.217Z Downloaded indexmap v2.14.0
4032026-05-18T23:32:42.222Z Downloaded serde v1.0.228
4042026-05-18T23:32:42.225Z Downloaded icu_collections v2.1.1
4052026-05-18T23:32:42.238Z Downloaded hashbrown v0.17.0
4062026-05-18T23:32:42.245Z Downloaded pest v2.8.6
4072026-05-18T23:32:42.254Z Downloaded icu_properties_data v2.1.2
4082026-05-18T23:32:42.264Z Downloaded serde_json v1.0.149
4092026-05-18T23:32:42.268Z Downloaded clap_builder v4.5.60
4102026-05-18T23:32:42.282Z Downloaded goblin v0.8.2
4112026-05-18T23:32:42.297Z Downloaded tabled v0.15.0
4122026-05-18T23:32:42.297Z Downloaded syn v1.0.109
4132026-05-18T23:32:42.301Z Downloaded syn v2.0.117
4142026-05-18T23:32:42.315Z Downloaded rustix v1.1.3
4152026-05-18T23:32:42.342Z Downloaded libc v0.2.185
4162026-05-18T23:32:42.410Z Compiling proc-macro2 v1.0.106
4172026-05-18T23:32:42.411Z Compiling unicode-ident v1.0.24
4182026-05-18T23:32:42.411Z Compiling quote v1.0.45
4192026-05-18T23:32:42.411Z Compiling serde_core v1.0.228
4202026-05-18T23:32:42.414Z Compiling libc v0.2.185
4212026-05-18T23:32:42.414Z Compiling version_check v0.9.5
4222026-05-18T23:32:42.414Z Compiling serde v1.0.228
4232026-05-18T23:32:42.414Z Compiling memchr v2.8.0
4242026-05-18T23:32:42.754Z Compiling stable_deref_trait v1.2.1
4252026-05-18T23:32:42.831Z Compiling zmij v1.0.21
4262026-05-18T23:32:43.001Z Compiling thiserror v1.0.69
4272026-05-18T23:32:43.032Z Compiling itoa v1.0.17
4282026-05-18T23:32:43.227Z Compiling ucd-trie v0.1.7
4292026-05-18T23:32:43.284Z Compiling autocfg v1.5.0
4302026-05-18T23:32:43.381Z Compiling pest v2.8.6
4312026-05-18T23:32:43.412Z Compiling litemap v0.8.1
4322026-05-18T23:32:43.431Z Compiling writeable v0.6.2
4332026-05-18T23:32:43.506Z Compiling rustix v1.1.3
4342026-05-18T23:32:43.625Z Compiling byteorder v1.5.0
4352026-05-18T23:32:43.846Z Compiling icu_normalizer_data v2.1.1
4362026-05-18T23:32:43.865Z Compiling icu_properties_data v2.1.2
4372026-05-18T23:32:43.908Z Compiling syn v2.0.117
4382026-05-18T23:32:43.986Z Compiling errno v0.3.14
4392026-05-18T23:32:44.062Z Compiling bitflags v2.11.0
4402026-05-18T23:32:44.079Z Compiling serde_json v1.0.149
4412026-05-18T23:32:44.305Z Compiling num-traits v0.2.19
4422026-05-18T23:32:44.337Z Compiling typeid v1.0.3
4432026-05-18T23:32:44.490Z Compiling pest_meta v2.8.6
4442026-05-18T23:32:44.513Z Compiling hashbrown v0.17.0
4452026-05-18T23:32:44.603Z Compiling smallvec v1.15.1
4462026-05-18T23:32:44.606Z Compiling equivalent v1.0.2
4472026-05-18T23:32:44.819Z Compiling thread-id v4.2.2
4482026-05-18T23:32:44.864Z Compiling proc-macro-error-attr v1.0.4
4492026-05-18T23:32:44.901Z Compiling usdt-impl v0.5.0
4502026-05-18T23:32:44.948Z Compiling toml_write v0.1.2
4512026-05-18T23:32:45.044Z Compiling indexmap v2.14.0
4522026-05-18T23:32:45.058Z Compiling erased-serde v0.4.9
4532026-05-18T23:32:45.107Z Compiling winnow v0.7.14
4542026-05-18T23:32:45.149Z Compiling syn v1.0.109
4552026-05-18T23:32:45.620Z Compiling proc-macro-error v1.0.4
4562026-05-18T23:32:45.647Z Compiling plain v0.2.3
4572026-05-18T23:32:45.768Z Compiling thiserror v2.0.18
4582026-05-18T23:32:45.816Z Compiling camino v1.2.2
4592026-05-18T23:32:46.049Z Compiling log v0.4.29
4602026-05-18T23:32:46.100Z Compiling utf8_iter v1.0.4
4612026-05-18T23:32:46.100Z Compiling percent-encoding v2.3.2
4622026-05-18T23:32:46.135Z Compiling utf8parse v0.2.2
4632026-05-18T23:32:46.332Z Compiling getrandom v0.4.1
4642026-05-18T23:32:46.376Z Compiling anstyle-parse v0.2.7
4652026-05-18T23:32:46.376Z Compiling form_urlencoded v1.2.2
4662026-05-18T23:32:46.424Z Compiling ordered-float v2.10.1
4672026-05-18T23:32:46.557Z Compiling synstructure v0.13.2
4682026-05-18T23:32:46.637Z Compiling pest_generator v2.8.6
4692026-05-18T23:32:46.723Z Compiling terminal_size v0.4.3
4702026-05-18T23:32:46.862Z Compiling colorchoice v1.0.4
4712026-05-18T23:32:46.958Z Compiling anstyle-query v1.1.5
4722026-05-18T23:32:46.990Z Compiling anstyle v1.0.13
4732026-05-18T23:32:47.060Z Compiling cfg-if v1.0.4
4742026-05-18T23:32:47.110Z Compiling pretty-hex v0.4.1
4752026-05-18T23:32:47.110Z Compiling is_terminal_polyfill v1.70.2
4762026-05-18T23:32:47.139Z Compiling serde-untagged v0.1.9
4772026-05-18T23:32:47.170Z Compiling anstream v0.6.21
4782026-05-18T23:32:47.231Z Compiling semver v1.0.28
4792026-05-18T23:32:47.320Z Compiling fs-err v3.3.0
4802026-05-18T23:32:47.349Z Compiling strsim v0.11.1
4812026-05-18T23:32:47.478Z Compiling heck v0.5.0
4822026-05-18T23:32:47.510Z Compiling fastrand v2.3.0
4832026-05-18T23:32:47.578Z Compiling fnv v1.0.7
4842026-05-18T23:32:47.594Z Compiling clap_lex v1.0.0
4852026-05-18T23:32:47.686Z Compiling anyhow v1.0.102
4862026-05-18T23:32:47.712Z Compiling bytecount v0.6.9
4872026-05-18T23:32:47.729Z Compiling unicode-width v0.1.14
4882026-05-18T23:32:47.833Z Compiling once_cell v1.21.3
4892026-05-18T23:32:47.853Z Compiling heck v0.4.1
4902026-05-18T23:32:48.003Z Compiling unicode-xid v0.2.6
4912026-05-18T23:32:48.052Z Compiling tempfile v3.25.0
4922026-05-18T23:32:48.085Z Compiling papergrid v0.11.0
4932026-05-18T23:32:48.102Z Compiling clap_builder v4.5.60
4942026-05-18T23:32:48.233Z Compiling memmap v0.7.0
4952026-05-18T23:32:48.252Z Compiling unicode-width v0.2.0
4962026-05-18T23:32:48.268Z Compiling serde_derive v1.0.228
4972026-05-18T23:32:48.418Z Compiling zerofrom-derive v0.1.6
4982026-05-18T23:32:48.436Z Compiling yoke-derive v0.8.1
4992026-05-18T23:32:48.528Z Compiling zerovec-derive v0.11.2
5002026-05-18T23:32:48.689Z Compiling displaydoc v0.2.5
5012026-05-18T23:32:49.437Z Compiling thiserror-impl v1.0.69
5022026-05-18T23:32:49.478Z Compiling zerocopy-derive v0.7.35
5032026-05-18T23:32:49.604Z Compiling pest_derive v2.8.6
5042026-05-18T23:32:49.626Z Compiling scroll_derive v0.12.1
5052026-05-18T23:32:49.810Z Compiling zerofrom v0.1.6
5062026-05-18T23:32:49.947Z Compiling yoke v0.8.1
5072026-05-18T23:32:50.015Z Compiling thiserror-impl v2.0.18
5082026-05-18T23:32:50.145Z Compiling zerovec v0.11.5
5092026-05-18T23:32:50.283Z Compiling zerotrie v0.2.3
5102026-05-18T23:32:50.335Z Compiling zerocopy v0.7.35
5112026-05-18T23:32:50.587Z Compiling tinystr v0.8.2
5122026-05-18T23:32:50.650Z Compiling potential_utf v0.1.4
5132026-05-18T23:32:50.783Z Compiling icu_locale_core v2.1.1
5142026-05-18T23:32:50.800Z Compiling icu_collections v2.1.1
5152026-05-18T23:32:50.822Z Compiling dtrace-parser v0.2.0
5162026-05-18T23:32:50.880Z Compiling scroll v0.12.0
5172026-05-18T23:32:51.095Z Compiling goblin v0.8.2
5182026-05-18T23:32:51.151Z Compiling tabled_derive v0.7.0
5192026-05-18T23:32:51.354Z Compiling clap_derive v4.5.55
5202026-05-18T23:32:51.497Z Compiling icu_provider v2.1.1
5212026-05-18T23:32:51.639Z Compiling smawk v0.3.2
5222026-05-18T23:32:51.721Z Compiling toml_datetime v0.6.11
5232026-05-18T23:32:51.739Z Compiling icu_normalizer v2.1.1
5242026-05-18T23:32:51.742Z Compiling icu_properties v2.1.2
5252026-05-18T23:32:51.805Z Compiling serde_spanned v0.6.9
5262026-05-18T23:32:51.823Z Compiling dof v0.3.0
5272026-05-18T23:32:51.959Z Compiling toml_edit v0.22.27
5282026-05-18T23:32:52.007Z Compiling serde_tokenstream v0.2.3
5292026-05-18T23:32:52.217Z Compiling serde-value v0.7.0
5302026-05-18T23:32:52.305Z Compiling cargo-platform v0.2.0
5312026-05-18T23:32:52.328Z Compiling unicode-linebreak v0.1.5
5322026-05-18T23:32:52.576Z Compiling textwrap v0.16.2
5332026-05-18T23:32:52.579Z Compiling tabled v0.15.0
5342026-05-18T23:32:52.594Z Compiling macaddr v1.0.1
5352026-05-18T23:32:52.750Z Compiling idna_adapter v1.2.1
5362026-05-18T23:32:52.823Z Compiling usdt-attr-macro v0.5.0
5372026-05-18T23:32:52.870Z Compiling idna v1.1.0
5382026-05-18T23:32:52.892Z Compiling usdt-macro v0.5.0
5392026-05-18T23:32:53.040Z Compiling camino-tempfile v1.4.1
5402026-05-18T23:32:53.126Z Compiling clap v4.5.60
5412026-05-18T23:32:53.215Z Compiling url v2.5.8
5422026-05-18T23:32:53.491Z Compiling toml v0.8.23
5432026-05-18T23:32:53.631Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5442026-05-18T23:32:53.806Z Compiling swrite v0.1.0
5452026-05-18T23:32:53.887Z Compiling cargo-util-schemas v0.8.2
5462026-05-18T23:32:53.971Z Compiling cargo_toml v0.21.0
5472026-05-18T23:32:54.252Z Compiling usdt v0.5.0
5482026-05-18T23:32:54.801Z Compiling cargo_metadata v0.21.0
5492026-05-18T23:32:55.729Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5502026-05-18T23:32:57.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.69s
5512026-05-18T23:32:58.077Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5522026-05-18T23:32:58.643Z Downloading crates ...
5532026-05-18T23:32:58.736Z Downloaded aead v0.5.2
5542026-05-18T23:32:58.739Z Downloaded compression-core v0.4.31
5552026-05-18T23:32:58.742Z Downloaded atomicwrites v0.4.4
5562026-05-18T23:32:58.745Z Downloaded ciborium-ll v0.2.2
5572026-05-18T23:32:58.750Z Downloaded bit-vec v0.8.0
5582026-05-18T23:32:58.756Z Downloaded bit-set v0.5.3
5592026-05-18T23:32:58.756Z Downloaded blake2 v0.10.6
5602026-05-18T23:32:58.756Z Downloaded cc v1.2.56
5612026-05-18T23:32:58.761Z Downloaded const_format_proc_macros v0.2.34
5622026-05-18T23:32:58.761Z Downloaded bitfield v0.19.4
5632026-05-18T23:32:58.761Z Downloaded bcrypt-pbkdf v0.10.0
5642026-05-18T23:32:58.764Z Downloaded argon2 v0.5.3
5652026-05-18T23:32:58.764Z Downloaded atomic-waker v1.1.2
5662026-05-18T23:32:58.764Z Downloaded bytes v1.11.1
5672026-05-18T23:32:58.769Z Downloaded float-ord v0.3.2
5682026-05-18T23:32:58.769Z Downloaded defmt-macros v1.0.1
5692026-05-18T23:32:58.773Z Downloaded cfg_aliases v0.1.1
5702026-05-18T23:32:58.773Z Downloaded ascii-canvas v3.0.0
5712026-05-18T23:32:58.773Z Downloaded colored v3.1.1
5722026-05-18T23:32:58.777Z Downloaded cobs v0.3.0
5732026-05-18T23:32:58.777Z Downloaded darling_macro v0.21.3
5742026-05-18T23:32:58.777Z Downloaded dropshot-api-manager-types v0.7.1
5752026-05-18T23:32:58.785Z Downloaded cookie_store v0.22.1
5762026-05-18T23:32:58.789Z Downloaded crunchy v0.2.4
5772026-05-18T23:32:58.789Z Downloaded cargo-platform v0.1.9
5782026-05-18T23:32:58.789Z Downloaded dsl_auto_type v0.2.0
5792026-05-18T23:32:58.794Z Downloaded diesel_table_macro_syntax v0.3.0
5802026-05-18T23:32:58.794Z Downloaded atty v0.2.14
5812026-05-18T23:32:58.794Z Downloaded ciborium-io v0.2.2
5822026-05-18T23:32:58.794Z Downloaded derive_builder_macro v0.20.2
5832026-05-18T23:32:58.794Z Downloaded dyn-clone v1.0.20
5842026-05-18T23:32:58.800Z Downloaded cbc v0.1.2
5852026-05-18T23:32:58.800Z Downloaded difflib v0.4.0
5862026-05-18T23:32:58.804Z Downloaded cmake v0.1.57
5872026-05-18T23:32:58.804Z Downloaded defmt v0.3.100
5882026-05-18T23:32:58.808Z Downloaded cfg_aliases v0.2.1
5892026-05-18T23:32:58.808Z Downloaded async-stream v0.3.6
5902026-05-18T23:32:58.812Z Downloaded fixedbitset v0.5.7
5912026-05-18T23:32:58.812Z Downloaded dirs-next v2.0.0
5922026-05-18T23:32:58.812Z Downloaded crc8 v0.1.1
5932026-05-18T23:32:58.812Z Downloaded darling_macro v0.20.11
5942026-05-18T23:32:58.816Z Downloaded arrayref v0.3.9
5952026-05-18T23:32:58.816Z Downloaded assert_matches v1.5.0
5962026-05-18T23:32:58.816Z Downloaded diff v0.1.13
5972026-05-18T23:32:58.825Z Downloaded diesel-dtrace v0.5.0
5982026-05-18T23:32:58.825Z Downloaded adler2 v2.0.1
5992026-05-18T23:32:58.825Z Downloaded derive_builder_core v0.20.2
6002026-05-18T23:32:58.829Z Downloaded block-padding v0.3.3
6012026-05-18T23:32:58.829Z Downloaded critical-section v1.2.0
6022026-05-18T23:32:58.829Z Downloaded curve25519-dalek-derive v0.1.1
6032026-05-18T23:32:58.829Z Downloaded env_filter v1.0.0
6042026-05-18T23:32:58.829Z Downloaded downcast-rs v2.0.2
6052026-05-18T23:32:58.829Z Downloaded bit-set v0.8.0
6062026-05-18T23:32:58.829Z Downloaded array-init v0.0.4
6072026-05-18T23:32:58.832Z Downloaded base16ct v0.2.0
6082026-05-18T23:32:58.832Z Downloaded cpufeatures v0.3.0
6092026-05-18T23:32:58.832Z Downloaded async-stream-impl v0.3.6
6102026-05-18T23:32:58.832Z Downloaded env_logger v0.11.9
6112026-05-18T23:32:58.836Z Downloaded castaway v0.2.4
6122026-05-18T23:32:58.840Z Downloaded chacha20 v0.9.1
6132026-05-18T23:32:58.840Z Downloaded crossbeam-utils v0.8.21
6142026-05-18T23:32:58.844Z Downloaded defmt-parser v1.0.0
6152026-05-18T23:32:58.844Z Downloaded backoff v0.4.0
6162026-05-18T23:32:58.845Z Downloaded flagset v0.4.7
6172026-05-18T23:32:58.845Z Downloaded dtrace-parser v0.3.0
6182026-05-18T23:32:58.847Z Downloaded bitfield-struct v0.6.2
6192026-05-18T23:32:58.847Z Downloaded cassowary v0.3.0
6202026-05-18T23:32:58.847Z Downloaded darling v0.21.3
6212026-05-18T23:32:58.850Z Downloaded ctr v0.9.2
6222026-05-18T23:32:58.855Z Downloaded foreign-types v0.3.2
6232026-05-18T23:32:58.861Z Downloaded enum-as-inner v0.6.1
6242026-05-18T23:32:58.861Z Downloaded crucible-workspace-hack v0.1.0
6252026-05-18T23:32:58.861Z Downloaded darling_macro v0.23.0
6262026-05-18T23:32:58.861Z Downloaded futures-sink v0.3.32
6272026-05-18T23:32:58.861Z Downloaded dunce v1.0.5
6282026-05-18T23:32:58.861Z Downloaded embedded-io v0.4.0
6292026-05-18T23:32:58.866Z Downloaded bitfield-macros v0.19.4
6302026-05-18T23:32:58.866Z Downloaded dirs-sys-next v0.1.2
6312026-05-18T23:32:58.866Z Downloaded crc v3.4.0
6322026-05-18T23:32:58.866Z Downloaded crc-catalog v2.4.0
6332026-05-18T23:32:58.866Z Downloaded bb8 v0.8.6
6342026-05-18T23:32:58.866Z Downloaded debug-ignore v1.0.5
6352026-05-18T23:32:58.874Z Downloaded fd-lock v4.0.4
6362026-05-18T23:32:58.874Z Downloaded funty v2.0.0
6372026-05-18T23:32:58.884Z Downloaded foreign-types-shared v0.3.1
6382026-05-18T23:32:58.884Z Downloaded foreign-types-shared v0.1.1
6392026-05-18T23:32:58.884Z Downloaded foreign-types v0.5.0
6402026-05-18T23:32:58.884Z Downloaded foreign-types-macros v0.2.3
6412026-05-18T23:32:58.884Z Downloaded futures-core v0.3.32
6422026-05-18T23:32:58.884Z Downloaded document-features v0.2.12
6432026-05-18T23:32:58.884Z Downloaded cstr-argument v0.1.2
6442026-05-18T23:32:58.884Z Downloaded display-error-chain v0.2.2
6452026-05-18T23:32:58.888Z Downloaded gethostname v0.5.0
6462026-05-18T23:32:58.888Z Downloaded endian-type v0.1.2
6472026-05-18T23:32:58.889Z Downloaded fxhash v0.2.1
6482026-05-18T23:32:58.889Z Downloaded futures-macro v0.3.32
6492026-05-18T23:32:58.889Z Downloaded dof v0.4.0
6502026-05-18T23:32:58.889Z Downloaded derive_builder v0.20.2
6512026-05-18T23:32:58.889Z Downloaded find-msvc-tools v0.1.9
6522026-05-18T23:32:58.889Z Downloaded derive-ex v0.1.8
6532026-05-18T23:32:58.889Z Downloaded convert_case v0.4.0
6542026-05-18T23:32:58.889Z Downloaded camino-tempfile-ext v0.3.3
6552026-05-18T23:32:58.898Z Downloaded bit-vec v0.6.3
6562026-05-18T23:32:58.898Z Downloaded bcs v0.1.6
6572026-05-18T23:32:58.898Z Downloaded float-cmp v0.10.0
6582026-05-18T23:32:58.898Z Downloaded cexpr v0.6.0
6592026-05-18T23:32:58.902Z Downloaded base64ct v1.8.3
6602026-05-18T23:32:58.902Z Downloaded darling v0.23.0
6612026-05-18T23:32:58.902Z Downloaded async-trait v0.1.89
6622026-05-18T23:32:58.902Z Downloaded arc-swap v1.8.2
6632026-05-18T23:32:58.905Z Downloaded futures-task v0.3.32
6642026-05-18T23:32:58.905Z Downloaded git-stub v1.0.0
6652026-05-18T23:32:58.905Z Downloaded globwalk v0.9.1
6662026-05-18T23:32:58.907Z Downloaded convert_case v0.10.0
6672026-05-18T23:32:58.908Z Downloaded ghash v0.5.1
6682026-05-18T23:32:58.908Z Downloaded bitflags v1.3.2
6692026-05-18T23:32:58.912Z Downloaded cookie v0.18.1
6702026-05-18T23:32:58.915Z Downloaded headers-core v0.3.0
6712026-05-18T23:32:58.915Z Downloaded hash32 v0.3.1
6722026-05-18T23:32:58.915Z Downloaded defmt v1.0.1
6732026-05-18T23:32:58.915Z Downloaded hex-literal v0.4.1
6742026-05-18T23:32:58.918Z Downloaded hex v0.4.3
6752026-05-18T23:32:58.918Z Downloaded hash32 v0.2.1
6762026-05-18T23:32:58.918Z Downloaded arrayvec v0.7.6
6772026-05-18T23:32:58.921Z Downloaded constant_time_eq v0.4.2
6782026-05-18T23:32:58.921Z Downloaded http-body v1.0.1
6792026-05-18T23:32:58.921Z Downloaded ena v0.14.4
6802026-05-18T23:32:58.924Z Downloaded daft v0.1.5
6812026-05-18T23:32:58.924Z Downloaded byte-wrapper v0.1.0
6822026-05-18T23:32:58.927Z Downloaded filetime v0.2.27
6832026-05-18T23:32:58.927Z Downloaded ff v0.13.1
6842026-05-18T23:32:58.927Z Downloaded embedded-io v0.6.1
6852026-05-18T23:32:58.927Z Downloaded ecdsa v0.16.9
6862026-05-18T23:32:58.930Z Downloaded data-encoding v2.10.0
6872026-05-18T23:32:58.930Z Downloaded foldhash v0.1.5
6882026-05-18T23:32:58.933Z Downloaded either v1.15.0
6892026-05-18T23:32:58.933Z Downloaded compression-codecs v0.4.37
6902026-05-18T23:32:58.937Z Downloaded blowfish v0.9.1
6912026-05-18T23:32:58.937Z Downloaded crossbeam-deque v0.8.6
6922026-05-18T23:32:58.937Z Downloaded fallible-iterator v0.2.0
6932026-05-18T23:32:58.937Z Downloaded der_derive v0.7.3
6942026-05-18T23:32:58.940Z Downloaded hyper-tls v0.6.0
6952026-05-18T23:32:58.940Z Downloaded futures-io v0.3.32
6962026-05-18T23:32:58.940Z Downloaded fs_extra v1.3.0
6972026-05-18T23:32:58.947Z Downloaded futures-executor v0.3.32
6982026-05-18T23:32:58.947Z Downloaded hubpack v0.1.2
6992026-05-18T23:32:58.947Z Downloaded dropshot_endpoint v0.16.7
7002026-05-18T23:32:58.953Z Downloaded erased-serde v0.3.31
7012026-05-18T23:32:58.953Z Downloaded hostname v0.4.2
7022026-05-18T23:32:58.953Z Downloaded home v0.5.12
7032026-05-18T23:32:58.953Z Downloaded hubpack_derive v0.1.1
7042026-05-18T23:32:58.953Z Downloaded http-range v0.1.5
7052026-05-18T23:32:58.953Z Downloaded ed25519 v2.2.3
7062026-05-18T23:32:58.962Z Downloaded indent_write v2.2.0
7072026-05-18T23:32:58.962Z Downloaded crc-any v2.5.0
7082026-05-18T23:32:58.962Z Downloaded illumos-nvpair v0.3.0
7092026-05-18T23:32:58.962Z Downloaded clang-sys v1.8.1
7102026-05-18T23:32:58.962Z Downloaded corncobs v0.1.4
7112026-05-18T23:32:58.962Z Downloaded bzip2 v0.4.4
7122026-05-18T23:32:58.966Z Downloaded fixedbitset v0.4.2
7132026-05-18T23:32:58.966Z Downloaded daft-derive v0.1.5
7142026-05-18T23:32:58.966Z Downloaded glob v0.3.3
7152026-05-18T23:32:58.966Z Downloaded illumos-nvpair-sys v0.2.0
7162026-05-18T23:32:58.966Z Downloaded ident_case v1.0.1
7172026-05-18T23:32:58.966Z Downloaded ciborium v0.2.2
7182026-05-18T23:32:58.969Z Downloaded cargo_metadata v0.19.2
7192026-05-18T23:32:58.969Z Downloaded allocator-api2 v0.2.21
7202026-05-18T23:32:58.969Z Downloaded buf-list v1.1.2
7212026-05-18T23:32:58.975Z Downloaded group v0.13.0
7222026-05-18T23:32:58.975Z Downloaded indoc v1.0.9
7232026-05-18T23:32:58.979Z Downloaded instant v0.1.13
7242026-05-18T23:32:58.979Z Downloaded globset v0.4.18
7252026-05-18T23:32:58.979Z Downloaded git-stub-vcs v0.1.0
7262026-05-18T23:32:58.979Z Downloaded derive_more v0.99.20
7272026-05-18T23:32:58.982Z Downloaded is_ci v1.2.0
7282026-05-18T23:32:58.982Z Downloaded crossterm v0.28.1
7292026-05-18T23:32:58.986Z Downloaded instability v0.3.11
7302026-05-18T23:32:58.986Z Downloaded async-bb8-diesel v0.2.1
7312026-05-18T23:32:58.986Z Downloaded kstat-rs v0.2.4
7322026-05-18T23:32:58.991Z Downloaded lalrpop-util v0.19.12
7332026-05-18T23:32:58.991Z Downloaded drift v0.1.4
7342026-05-18T23:32:58.994Z Downloaded lazy_static v1.5.0
7352026-05-18T23:32:58.994Z Downloaded des v0.8.1
7362026-05-18T23:32:58.997Z Downloaded deranged v0.5.8
7372026-05-18T23:32:58.997Z Downloaded console v0.16.2
7382026-05-18T23:32:59.001Z Downloaded const-oid v0.9.6
7392026-05-18T23:32:59.001Z Downloaded highway v1.3.0
7402026-05-18T23:32:59.001Z Downloaded fs-err v2.11.0
7412026-05-18T23:32:59.005Z Downloaded backon v1.6.0
7422026-05-18T23:32:59.005Z Downloaded colored v2.2.0
7432026-05-18T23:32:59.008Z Downloaded futures-channel v0.3.32
7442026-05-18T23:32:59.008Z Downloaded lru-slab v0.1.2
7452026-05-18T23:32:59.008Z Downloaded keccak v0.1.6
7462026-05-18T23:32:59.008Z Downloaded hostname v0.3.1
7472026-05-18T23:32:59.011Z Downloaded lru-cache v0.1.2
7482026-05-18T23:32:59.011Z Downloaded lru v0.12.5
7492026-05-18T23:32:59.011Z Downloaded humantime v2.3.0
7502026-05-18T23:32:59.014Z Downloaded cancel-safe-futures v0.1.5
7512026-05-18T23:32:59.014Z Downloaded maplit v1.0.2
7522026-05-18T23:32:59.014Z Downloaded http-body-util v0.1.3
7532026-05-18T23:32:59.017Z Downloaded libscf-sys v1.1.0
7542026-05-18T23:32:59.017Z Downloaded maybe-uninit v2.0.0
7552026-05-18T23:32:59.017Z Downloaded managed v0.8.0
7562026-05-18T23:32:59.020Z Downloaded darling v0.20.11
7572026-05-18T23:32:59.027Z Downloaded hyper-staticfile v0.10.1
7582026-05-18T23:32:59.027Z Downloaded crc32fast v1.5.0
7592026-05-18T23:32:59.030Z Downloaded console v0.15.11
7602026-05-18T23:32:59.030Z Downloaded md5 v0.7.0
7612026-05-18T23:32:59.030Z Downloaded ingot v0.1.1
7622026-05-18T23:32:59.030Z Downloaded multimap v0.10.1
7632026-05-18T23:32:59.030Z Downloaded lzss v0.8.2
7642026-05-18T23:32:59.030Z Downloaded compact_str v0.8.1
7652026-05-18T23:32:59.033Z Downloaded md-5 v0.10.6
7662026-05-18T23:32:59.033Z Downloaded memoffset v0.9.1
7672026-05-18T23:32:59.033Z Downloaded ipnet v2.11.0
7682026-05-18T23:32:59.036Z Downloaded indoc v2.0.7
7692026-05-18T23:32:59.036Z Downloaded ipnetwork v0.21.1
7702026-05-18T23:32:59.039Z Downloaded impl-trait-for-tuples v0.2.3
7712026-05-18T23:32:59.039Z Downloaded match_cfg v0.1.0
7722026-05-18T23:32:59.043Z Downloaded half v1.8.3
7732026-05-18T23:32:59.043Z Downloaded getrandom v0.2.17
7742026-05-18T23:32:59.049Z Downloaded crypto-bigint v0.5.5
7752026-05-18T23:32:59.049Z Downloaded newtype_derive v0.1.6
7762026-05-18T23:32:59.053Z Downloaded newtype-uuid-macros v0.1.0
7772026-05-18T23:32:59.053Z Downloaded newline-converter v0.3.0
7782026-05-18T23:32:59.053Z Downloaded nodrop v0.1.14
7792026-05-18T23:32:59.053Z Downloaded nibble_vec v0.1.0
7802026-05-18T23:32:59.053Z Downloaded new_debug_unreachable v1.0.6
7812026-05-18T23:32:59.053Z Downloaded num-conv v0.2.0
7822026-05-18T23:32:59.054Z Downloaded num-derive v0.3.3
7832026-05-18T23:32:59.061Z Downloaded ingot-types v0.1.2
7842026-05-18T23:32:59.061Z Downloaded bzip2 v0.6.1
7852026-05-18T23:32:59.061Z Downloaded jobserver v0.1.34
7862026-05-18T23:32:59.061Z Downloaded async-compression v0.4.41
7872026-05-18T23:32:59.066Z Downloaded libloading v0.8.9
7882026-05-18T23:32:59.066Z Downloaded derive-where v1.6.0
7892026-05-18T23:32:59.066Z Downloaded chacha20 v0.10.0
7902026-05-18T23:32:59.070Z Downloaded futures v0.3.32
7912026-05-18T23:32:59.070Z Downloaded libefi-sys v0.1.0
7922026-05-18T23:32:59.074Z Downloaded num-iter v0.1.45
7932026-05-18T23:32:59.074Z Downloaded num v0.4.3
7942026-05-18T23:32:59.075Z Downloaded normalize-line-endings v0.3.0
7952026-05-18T23:32:59.075Z Downloaded nonempty v0.12.0
7962026-05-18T23:32:59.075Z Downloaded elliptic-curve v0.13.8
7972026-05-18T23:32:59.079Z Downloaded num-derive v0.4.2
7982026-05-18T23:32:59.079Z Downloaded olpc-cjson v0.1.4
7992026-05-18T23:32:59.079Z Downloaded num_enum_derive v0.5.11
8002026-05-18T23:32:59.079Z Downloaded linked-hash-map v0.5.6
8012026-05-18T23:32:59.082Z Downloaded hmac v0.12.1
8022026-05-18T23:32:59.083Z Downloaded openssl-probe v0.1.6
8032026-05-18T23:32:59.083Z Downloaded libsw-core v0.3.2
8042026-05-18T23:32:59.083Z Downloaded openssl-macros v0.1.1
8052026-05-18T23:32:59.083Z Downloaded const_format v0.2.35
8062026-05-18T23:32:59.096Z Downloaded chacha20poly1305 v0.10.1
8072026-05-18T23:32:59.101Z Downloaded lock_api v0.4.14
8082026-05-18T23:32:59.101Z Downloaded linear-map v1.2.0
8092026-05-18T23:32:59.101Z Downloaded num_threads v0.1.7
8102026-05-18T23:32:59.101Z Downloaded libsw v3.5.0
8112026-05-18T23:32:59.101Z Downloaded openssl-probe v0.2.1
8122026-05-18T23:32:59.101Z Downloaded mime v0.3.17
8132026-05-18T23:32:59.101Z Downloaded base64 v0.22.1
8142026-05-18T23:32:59.101Z Downloaded packed_struct_codegen v0.10.1
8152026-05-18T23:32:59.101Z Downloaded nanorand v0.7.0
8162026-05-18T23:32:59.102Z Downloaded native-tls v0.2.18
8172026-05-18T23:32:59.102Z Downloaded path-slash v0.1.5
8182026-05-18T23:32:59.102Z Downloaded half v2.7.1
8192026-05-18T23:32:59.104Z Downloaded oso-derive v0.27.3
8202026-05-18T23:32:59.104Z Downloaded opaque-debug v0.3.1
8212026-05-18T23:32:59.104Z Downloaded hyper-rustls v0.27.7
8222026-05-18T23:32:59.104Z Downloaded httparse v1.10.1
8232026-05-18T23:32:59.110Z Downloaded getrandom v0.3.4
8242026-05-18T23:32:59.111Z Downloaded darling_core v0.23.0
8252026-05-18T23:32:59.115Z Downloaded ingot-macros v0.1.1
8262026-05-18T23:32:59.115Z Downloaded fatfs v0.3.6
8272026-05-18T23:32:59.115Z Downloaded mime_guess v2.0.5
8282026-05-18T23:32:59.120Z Downloaded newtype-uuid v1.3.2
8292026-05-18T23:32:59.120Z Downloaded multer v3.1.0
8302026-05-18T23:32:59.120Z Downloaded pbkdf2 v0.11.0
8312026-05-18T23:32:59.120Z Downloaded is-terminal v0.4.17
8322026-05-18T23:32:59.123Z Downloaded internet-checksum v0.2.1
8332026-05-18T23:32:59.124Z Downloaded inout v0.1.4
8342026-05-18T23:32:59.124Z Downloaded phf_shared v0.11.3
8352026-05-18T23:32:59.124Z Downloaded phf_shared v0.12.1
8362026-05-18T23:32:59.124Z Downloaded peg-runtime v0.8.5
8372026-05-18T23:32:59.124Z Downloaded parse-display v0.10.0
8382026-05-18T23:32:59.124Z Downloaded ahash v0.8.12
8392026-05-18T23:32:59.128Z Downloaded foldhash v0.2.0
8402026-05-18T23:32:59.128Z Downloaded crossbeam-epoch v0.9.18
8412026-05-18T23:32:59.131Z Downloaded darling_core v0.21.3
8422026-05-18T23:32:59.131Z Downloaded flume v0.11.1
8432026-05-18T23:32:59.137Z Downloaded num-complex v0.4.6
8442026-05-18T23:32:59.137Z Downloaded num-integer v0.1.46
8452026-05-18T23:32:59.142Z Downloaded dropshot_endpoint v0.17.0
8462026-05-18T23:32:59.142Z Downloaded httpdate v1.0.3
8472026-05-18T23:32:59.142Z Downloaded parse-size v1.1.0
8482026-05-18T23:32:59.142Z Downloaded pbkdf2 v0.12.2
8492026-05-18T23:32:59.142Z Downloaded cipher v0.4.4
8502026-05-18T23:32:59.155Z Downloaded powerfmt v0.2.0
8512026-05-18T23:32:59.161Z Downloaded ignore v0.4.25
8522026-05-18T23:32:59.161Z Downloaded aes-gcm v0.10.3
8532026-05-18T23:32:59.164Z Downloaded pin-utils v0.1.0
8542026-05-18T23:32:59.164Z Downloaded num_enum_derive v0.7.5
8552026-05-18T23:32:59.164Z Downloaded num_enum v0.7.5
8562026-05-18T23:32:59.164Z Downloaded phf_shared v0.13.1
8572026-05-18T23:32:59.169Z Downloaded owo-colors v4.3.0
8582026-05-18T23:32:59.169Z Downloaded iana-time-zone v0.1.65
8592026-05-18T23:32:59.173Z Downloaded diesel_derives v2.3.7
8602026-05-18T23:32:59.173Z Downloaded proc-macro-crate v1.3.1
8612026-05-18T23:32:59.177Z Downloaded predicates-tree v1.0.13
8622026-05-18T23:32:59.177Z Downloaded predicates-core v1.0.10
8632026-05-18T23:32:59.177Z Downloaded precomputed-hash v0.1.1
8642026-05-18T23:32:59.177Z Downloaded paste v1.0.15
8652026-05-18T23:32:59.181Z Downloaded heapless v0.8.0
8662026-05-18T23:32:59.181Z Downloaded heapless v0.7.17
8672026-05-18T23:32:59.184Z Downloaded headers v0.4.1
8682026-05-18T23:32:59.188Z Downloaded progenitor-client v0.10.0
8692026-05-18T23:32:59.188Z Downloaded proc-macro-error-attr2 v2.0.0
8702026-05-18T23:32:59.188Z Downloaded proc-macro-crate v3.4.0
8712026-05-18T23:32:59.188Z Downloaded peg-macros v0.8.5
8722026-05-18T23:32:59.192Z Downloaded progenitor-client v0.11.2
8732026-05-18T23:32:59.192Z Downloaded progenitor-client v0.14.0
8742026-05-18T23:32:59.193Z Downloaded psl-types v2.0.11
8752026-05-18T23:32:59.193Z Downloaded libbz2-rs-sys v0.2.2
8762026-05-18T23:32:59.196Z Downloaded packed_struct v0.10.1
8772026-05-18T23:32:59.196Z Downloaded nu-ansi-term v0.50.3
8782026-05-18T23:32:59.196Z Downloaded ar_archive_writer v0.5.1
8792026-05-18T23:32:59.199Z Downloaded derive_more v2.1.1
8802026-05-18T23:32:59.203Z Downloaded radium v0.7.0
8812026-05-18T23:32:59.206Z Downloaded pin-project-lite v0.2.17
8822026-05-18T23:32:59.209Z Downloaded quick-error v1.2.3
8832026-05-18T23:32:59.209Z Downloaded progenitor-macro v0.13.0
8842026-05-18T23:32:59.209Z Downloaded pin-project-internal v1.1.11
8852026-05-18T23:32:59.212Z Downloaded pkcs8 v0.10.2
8862026-05-18T23:32:59.212Z Downloaded progenitor-macro v0.10.0
8872026-05-18T23:32:59.215Z Downloaded litrs v1.0.0
8882026-05-18T23:32:59.215Z Downloaded pem-rfc7468 v0.7.0
8892026-05-18T23:32:59.218Z Downloaded peg v0.8.5
8902026-05-18T23:32:59.218Z Downloaded progenitor-macro v0.11.2
8912026-05-18T23:32:59.221Z Downloaded ppv-lite86 v0.2.21
8922026-05-18T23:32:59.221Z Downloaded polyval v0.6.2
8932026-05-18T23:32:59.222Z Downloaded password-hash v0.5.0
8942026-05-18T23:32:59.226Z Downloaded password-hash v0.4.2
8952026-05-18T23:32:59.226Z Downloaded postgres-protocol v0.6.10
8962026-05-18T23:32:59.226Z Downloaded ed25519-dalek v2.2.0
8972026-05-18T23:32:59.231Z Downloaded rand_chacha v0.3.1
8982026-05-18T23:32:59.231Z Downloaded parking_lot_core v0.8.6
8992026-05-18T23:32:59.231Z Downloaded expectorate v1.2.0
9002026-05-18T23:32:59.234Z Downloaded recursive-proc-macro-impl v0.1.1
9012026-05-18T23:32:59.234Z Downloaded recursive v0.1.1
9022026-05-18T23:32:59.234Z Downloaded dropshot-api-manager v0.7.1
9032026-05-18T23:32:59.238Z Downloaded poly1305 v0.8.0
9042026-05-18T23:32:59.238Z Downloaded predicates v3.1.4
9052026-05-18T23:32:59.244Z Downloaded pkg-config v0.3.32
9062026-05-18T23:32:59.244Z Downloaded parking_lot v0.11.2
9072026-05-18T23:32:59.244Z Downloaded indicatif v0.18.4
9082026-05-18T23:32:59.247Z Downloaded oxnet v0.1.4
9092026-05-18T23:32:59.247Z Downloaded crossbeam-channel v0.5.15
9102026-05-18T23:32:59.247Z Downloaded proc-macro-error2 v2.0.1
9112026-05-18T23:32:59.250Z Downloaded ref-cast v1.0.25
9122026-05-18T23:32:59.253Z Downloaded ref-cast-impl v1.0.25
9132026-05-18T23:32:59.253Z Downloaded psm v0.1.30
9142026-05-18T23:32:59.253Z Downloaded progenitor v0.11.2
9152026-05-18T23:32:59.256Z Downloaded progenitor-client v0.13.0
9162026-05-18T23:32:59.256Z Downloaded progenitor v0.13.0
9172026-05-18T23:32:59.256Z Downloaded hickory-resolver v0.25.2
9182026-05-18T23:32:59.260Z Downloaded progenitor-macro v0.14.0
9192026-05-18T23:32:59.260Z Downloaded progenitor-extras v0.2.0
9202026-05-18T23:32:59.265Z Downloaded pem v3.0.6
9212026-05-18T23:32:59.265Z Downloaded hickory-resolver v0.24.4
9222026-05-18T23:32:59.265Z Downloaded parking_lot_core v0.9.12
9232026-05-18T23:32:59.270Z Downloaded rfc6979 v0.4.0
9242026-05-18T23:32:59.270Z Downloaded phf v0.12.1
9252026-05-18T23:32:59.270Z Downloaded rustc_version v0.1.7
9262026-05-18T23:32:59.270Z Downloaded russh-cryptovec v0.7.3
9272026-05-18T23:32:59.275Z Downloaded rand_xorshift v0.4.0
9282026-05-18T23:32:59.275Z Downloaded progenitor v0.14.0
9292026-05-18T23:32:59.275Z Downloaded primeorder v0.13.6
9302026-05-18T23:32:59.275Z Downloaded bumpalo v3.20.2
9312026-05-18T23:32:59.275Z Downloaded derive_more-impl v2.1.1
9322026-05-18T23:32:59.279Z Downloaded rustc-hash v2.1.1
9332026-05-18T23:32:59.279Z Downloaded rand_core v0.10.0
9342026-05-18T23:32:59.279Z Downloaded postcard v1.1.3
9352026-05-18T23:32:59.284Z Downloaded base64 v0.21.7
9362026-05-18T23:32:59.284Z Downloaded rand_seeder v0.4.0
9372026-05-18T23:32:59.287Z Downloaded rtoolbox v0.0.3
9382026-05-18T23:32:59.287Z Downloaded rustc_version v0.4.1
9392026-05-18T23:32:59.287Z Downloaded oso v0.27.3
9402026-05-18T23:32:59.290Z Downloaded r2d2 v0.8.10
9412026-05-18T23:32:59.290Z Downloaded papergrid v0.17.0
9422026-05-18T23:32:59.294Z Downloaded pkcs1 v0.7.5
9432026-05-18T23:32:59.294Z Downloaded crossterm v0.29.0
9442026-05-18T23:32:59.297Z Downloaded omicron-zone-package v0.12.2
9452026-05-18T23:32:59.300Z Downloaded miniz_oxide v0.8.9
9462026-05-18T23:32:59.305Z Downloaded rand_core v0.9.5
9472026-05-18T23:32:59.305Z Downloaded rand_core v0.6.4
9482026-05-18T23:32:59.305Z Downloaded der v0.7.10
9492026-05-18T23:32:59.309Z Downloaded scheduled-thread-pool v0.2.7
9502026-05-18T23:32:59.309Z Downloaded flate2 v1.1.9
9512026-05-18T23:32:59.312Z Downloaded rand_chacha v0.9.0
9522026-05-18T23:32:59.312Z Downloaded progenitor v0.10.0
9532026-05-18T23:32:59.312Z Downloaded parse-display-derive v0.10.0
9542026-05-18T23:32:59.312Z Downloaded salsa20 v0.10.2
9552026-05-18T23:32:59.315Z Downloaded jiff-static v0.2.21
9562026-05-18T23:32:59.315Z Downloaded same-file v1.0.6
9572026-05-18T23:32:59.318Z Downloaded oxide-tokio-rt v0.1.4
9582026-05-18T23:32:59.318Z Downloaded scrypt v0.11.0
9592026-05-18T23:32:59.318Z Downloaded scroll_derive v0.13.1
9602026-05-18T23:32:59.321Z Downloaded memmap2 v0.9.10
9612026-05-18T23:32:59.321Z Downloaded sapling-renderdag v0.1.0
9622026-05-18T23:32:59.321Z Downloaded indexmap v1.9.3
9632026-05-18T23:32:59.324Z Downloaded num_enum v0.5.11
9642026-05-18T23:32:59.328Z Downloaded secrecy v0.8.0
9652026-05-18T23:32:59.328Z Downloaded secrecy v0.10.3
9662026-05-18T23:32:59.328Z Downloaded parking_lot v0.12.5
9672026-05-18T23:32:59.331Z Downloaded scopeguard v1.2.0
9682026-05-18T23:32:59.331Z Downloaded resolv-conf v0.7.6
9692026-05-18T23:32:59.331Z Downloaded serde-big-array v0.5.1
9702026-05-18T23:32:59.334Z Downloaded seq-macro v0.3.6
9712026-05-18T23:32:59.335Z Downloaded quinn-udp v0.5.14
9722026-05-18T23:32:59.335Z Downloaded pin-project v1.1.11
9732026-05-18T23:32:59.340Z Downloaded serde_bytes v0.11.19
9742026-05-18T23:32:59.343Z Downloaded phf v0.13.1
9752026-05-18T23:32:59.343Z Downloaded semver v0.1.20
9762026-05-18T23:32:59.343Z Downloaded http v1.4.0
9772026-05-18T23:32:59.346Z Downloaded serde_urlencoded v0.7.1
9782026-05-18T23:32:59.349Z Downloaded serde_repr v0.1.20
9792026-05-18T23:32:59.349Z Downloaded serde_plain v1.0.2
9802026-05-18T23:32:59.349Z Downloaded num-rational v0.4.2
9812026-05-18T23:32:59.354Z Downloaded signal-hook-tokio v0.3.1
9822026-05-18T23:32:59.354Z Downloaded darling_core v0.20.11
9832026-05-18T23:32:59.361Z Downloaded sha1 v0.10.6
9842026-05-18T23:32:59.361Z Downloaded pkcs5 v0.7.1
9852026-05-18T23:32:59.361Z Downloaded async-recursion v1.1.1
9862026-05-18T23:32:59.366Z Downloaded serde_spanned v1.0.4
9872026-05-18T23:32:59.366Z Downloaded rustls-pemfile v1.0.4
9882026-05-18T23:32:59.366Z Downloaded rustls-native-certs v0.8.3
9892026-05-18T23:32:59.366Z Downloaded rustls-pemfile v2.2.0
9902026-05-18T23:32:59.366Z Downloaded postgres-types v0.2.12
9912026-05-18T23:32:59.369Z Downloaded p256 v0.13.2
9922026-05-18T23:32:59.369Z Downloaded sigpipe v0.1.3
9932026-05-18T23:32:59.369Z Downloaded signature v2.2.0
9942026-05-18T23:32:59.374Z Downloaded hashbrown v0.13.2
9952026-05-18T23:32:59.374Z Downloaded slog-envlogger v2.2.0
9962026-05-18T23:32:59.377Z Downloaded siphasher v1.0.2
9972026-05-18T23:32:59.377Z Downloaded signal-hook-mio v0.2.5
9982026-05-18T23:32:59.378Z Downloaded rusty-fork v0.3.1
9992026-05-18T23:32:59.378Z Downloaded progenitor-impl v0.11.2
10002026-05-18T23:32:59.381Z Downloaded rustversion v1.0.22
10012026-05-18T23:32:59.381Z Downloaded shell-words v1.1.1
10022026-05-18T23:32:59.381Z Downloaded schemars_derive v0.8.22
10032026-05-18T23:32:59.386Z Downloaded hashbrown v0.12.3
10042026-05-18T23:32:59.389Z Downloaded csv-core v0.1.13
10052026-05-18T23:32:59.389Z Downloaded sec1 v0.7.3
10062026-05-18T23:32:59.392Z Downloaded sct v0.7.1
10072026-05-18T23:32:59.396Z Downloaded scroll v0.13.0
10082026-05-18T23:32:59.396Z Downloaded slog-bunyan v2.5.0
10092026-05-18T23:32:59.396Z Downloaded aes v0.8.4
10102026-05-18T23:32:59.399Z Downloaded hyper-util v0.1.20
10112026-05-18T23:32:59.402Z Downloaded progenitor-impl v0.14.0
10122026-05-18T23:32:59.402Z Downloaded ssh-cipher v0.2.0
10132026-05-18T23:32:59.405Z Downloaded progenitor-impl v0.10.0
10142026-05-18T23:32:59.408Z Downloaded serde_path_to_error v0.1.20
10152026-05-18T23:32:59.414Z Downloaded serde-hex v0.1.0
10162026-05-18T23:32:59.417Z Downloaded sqlparser_derive v0.5.0
10172026-05-18T23:32:59.421Z Downloaded ssh-encoding v0.2.0
10182026-05-18T23:32:59.425Z Downloaded serde_derive_internals v0.29.1
10192026-05-18T23:32:59.432Z Downloaded structmeta v0.3.0
10202026-05-18T23:32:59.436Z Downloaded strum v0.26.3
10212026-05-18T23:32:59.436Z Downloaded shlex v1.3.0
10222026-05-18T23:32:59.436Z Downloaded rustls-pki-types v1.14.0
10232026-05-18T23:32:59.445Z Downloaded strip-ansi-escapes v0.2.1
10242026-05-18T23:32:59.449Z Downloaded slog-json v2.6.1
10252026-05-18T23:32:59.454Z Downloaded simd-adler32 v0.3.8
10262026-05-18T23:32:59.454Z Downloaded slab v0.4.12
10272026-05-18T23:32:59.458Z Downloaded sync-ptr v0.1.4
10282026-05-18T23:32:59.458Z Downloaded supports-color v3.0.2
10292026-05-18T23:32:59.458Z Downloaded strum v0.27.2
10302026-05-18T23:32:59.458Z Downloaded tagptr v0.2.0
10312026-05-18T23:32:59.458Z Downloaded take_mut v0.2.2
10322026-05-18T23:32:59.461Z Downloaded tabwriter v1.4.1
10332026-05-18T23:32:59.461Z Downloaded smf v0.2.3
10342026-05-18T23:32:59.461Z Downloaded slog-stdlog v4.1.1
10352026-05-18T23:32:59.465Z Downloaded minimal-lexical v0.2.1
10362026-05-18T23:32:59.470Z Downloaded structmeta-derive v0.3.0
10372026-05-18T23:32:59.470Z Downloaded prettyplease v0.2.37
10382026-05-18T23:32:59.473Z Downloaded subtle v2.6.1
10392026-05-18T23:32:59.473Z Downloaded tabled_derive v0.11.0
10402026-05-18T23:32:59.473Z Downloaded slog-scope v4.4.1
10412026-05-18T23:32:59.476Z Downloaded slog-dtrace v0.3.0
10422026-05-18T23:32:59.476Z Downloaded slog-async v2.8.0
10432026-05-18T23:32:59.476Z Downloaded sync_wrapper v1.0.2
10442026-05-18T23:32:59.480Z Downloaded ron v0.8.1
10452026-05-18T23:32:59.484Z Downloaded spki v0.7.3
10462026-05-18T23:32:59.487Z Downloaded snafu-derive v0.8.9
10472026-05-18T23:32:59.487Z Downloaded slog-term v2.9.2
10482026-05-18T23:32:59.487Z Downloaded sqlformat v0.3.5
10492026-05-18T23:32:59.490Z Downloaded termtree v0.5.1
10502026-05-18T23:32:59.493Z Downloaded tap v1.0.1
10512026-05-18T23:32:59.493Z Downloaded hickory-server v0.25.2
10522026-05-18T23:32:59.496Z Downloaded thiserror-impl-no-std v2.0.2
10532026-05-18T23:32:59.496Z Downloaded mio v1.2.0
10542026-05-18T23:32:59.499Z Downloaded tinyvec_macros v0.1.1
10552026-05-18T23:32:59.505Z Downloaded pretty_assertions v1.4.1
10562026-05-18T23:32:59.505Z Downloaded openssl-sys v0.9.115
10572026-05-18T23:32:59.507Z Downloaded thread-id v5.1.0
10582026-05-18T23:32:59.508Z Downloaded serde_cbor v0.11.2
10592026-05-18T23:32:59.508Z Downloaded time-core v0.1.8
10602026-05-18T23:32:59.508Z Downloaded russh-keys v0.45.0
10612026-05-18T23:32:59.511Z Downloaded serde_with_macros v3.17.0
10622026-05-18T23:32:59.511Z Downloaded ryu v1.0.23
10632026-05-18T23:32:59.515Z Downloaded prefix-trie v0.7.0
10642026-05-18T23:32:59.517Z Downloaded string_cache v0.8.9
10652026-05-18T23:32:59.517Z Downloaded stacker v0.1.23
10662026-05-18T23:32:59.522Z Downloaded rcgen v0.12.1
10672026-05-18T23:32:59.525Z Downloaded tokio-macros v2.7.0
10682026-05-18T23:32:59.525Z Downloaded rayon-core v1.13.0
10692026-05-18T23:32:59.525Z Downloaded strum_macros v0.26.4
10702026-05-18T23:32:59.528Z Downloaded rustls-platform-verifier v0.6.2
10712026-05-18T23:32:59.528Z Downloaded smallvec v0.6.14
10722026-05-18T23:32:59.540Z Downloaded hashbrown v0.16.1
10732026-05-18T23:32:59.543Z Downloaded progenitor-impl v0.13.0
10742026-05-18T23:32:59.546Z Downloaded itertools v0.10.5
10752026-05-18T23:32:59.549Z Downloaded libxml v0.3.3
10762026-05-18T23:32:59.552Z Downloaded support-bundle-viewer v0.1.2
10772026-05-18T23:32:59.555Z Downloaded strum_macros v0.27.2
10782026-05-18T23:32:59.555Z Downloaded publicsuffix v2.3.0
10792026-05-18T23:32:59.560Z Downloaded testing_table v0.3.0
10802026-05-18T23:32:59.563Z Downloaded rand v0.8.6
10812026-05-18T23:32:59.563Z Downloaded quinn v0.11.9
10822026-05-18T23:32:59.566Z Downloaded thiserror-no-std v2.0.2
10832026-05-18T23:32:59.568Z Downloaded termios v0.3.3
10842026-05-18T23:32:59.568Z Downloaded tiny-keccak v2.0.2
10852026-05-18T23:32:59.575Z Downloaded static_assertions v1.1.0
10862026-05-18T23:32:59.575Z Downloaded thread_local v1.1.9
10872026-05-18T23:32:59.578Z Downloaded spin v0.9.8
10882026-05-18T23:32:59.578Z Downloaded tower-service v0.3.3
10892026-05-18T23:32:59.578Z Downloaded tower-layer v0.3.3
10902026-05-18T23:32:59.578Z Downloaded stringprep v0.1.5
10912026-05-18T23:32:59.578Z Downloaded signal-hook v0.3.18
10922026-05-18T23:32:59.578Z Downloaded topological-sort v0.2.2
10932026-05-18T23:32:59.582Z Downloaded tls_codec_derive v0.4.2
10942026-05-18T23:32:59.582Z Downloaded time-macros v0.2.27
10952026-05-18T23:32:59.584Z Downloaded try-lock v0.2.5
10962026-05-18T23:32:59.587Z Downloaded signal-hook-registry v1.4.8
10972026-05-18T23:32:59.592Z Downloaded tokio-dtrace v0.1.1
10982026-05-18T23:32:59.592Z Downloaded tls_codec v0.4.2
10992026-05-18T23:32:59.595Z Downloaded typify-macro v0.6.2
11002026-05-18T23:32:59.595Z Downloaded slog v2.8.2
11012026-05-18T23:32:59.595Z Downloaded similar v2.7.0
11022026-05-18T23:32:59.598Z Downloaded aho-corasick v1.1.4
11032026-05-18T23:32:59.602Z Downloaded strum_macros v0.24.3
11042026-05-18T23:32:59.608Z Downloaded typify-macro v0.4.3
11052026-05-18T23:32:59.612Z Downloaded tokio-rustls v0.25.0
11062026-05-18T23:32:59.612Z Downloaded usdt-attr-macro v0.6.0
11072026-05-18T23:32:59.612Z Downloaded untrusted v0.7.1
11082026-05-18T23:32:59.616Z Downloaded unicode-truncate v1.1.0
11092026-05-18T23:32:59.616Z Downloaded unarray v0.1.4
11102026-05-18T23:32:59.616Z Downloaded tokio-native-tls v0.3.1
11112026-05-18T23:32:59.616Z Downloaded universal-hash v0.5.1
11122026-05-18T23:32:59.616Z Downloaded unit-prefix v0.5.2
11132026-05-18T23:32:59.619Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11142026-05-18T23:32:59.619Z Downloaded socket2 v0.5.10
11152026-05-18T23:32:59.622Z Downloaded hashbrown v0.15.5
11162026-05-18T23:32:59.626Z Downloaded term v1.2.1
11172026-05-18T23:32:59.629Z Downloaded itertools v0.13.0
11182026-05-18T23:32:59.633Z Downloaded schemars v0.8.22
11192026-05-18T23:32:59.638Z Downloaded usdt v0.6.0
11202026-05-18T23:32:59.640Z Downloaded untrusted v0.9.0
11212026-05-18T23:32:59.640Z Downloaded usdt-macro v0.6.0
11222026-05-18T23:32:59.640Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11232026-05-18T23:32:59.640Z Downloaded itertools v0.12.1
11242026-05-18T23:32:59.644Z Downloaded rand v0.9.2
11252026-05-18T23:32:59.647Z Downloaded rsa v0.9.10
11262026-05-18T23:32:59.650Z Downloaded toml_writer v1.0.6+spec-1.1.0
11272026-05-18T23:32:59.654Z Downloaded hyper v1.8.1
11282026-05-18T23:32:59.658Z Downloaded void v1.0.2
11292026-05-18T23:32:59.658Z Downloaded utf-8 v0.7.6
11302026-05-18T23:32:59.658Z Downloaded tokio-rustls v0.26.4
11312026-05-18T23:32:59.658Z Downloaded tokio-rustls v0.24.1
11322026-05-18T23:32:59.661Z Downloaded num-bigint v0.4.6
11332026-05-18T23:32:59.661Z Downloaded serde_yaml v0.9.34+deprecated
11342026-05-18T23:32:59.664Z Downloaded iri-string v0.7.10
11352026-05-18T23:32:59.668Z Downloaded tui-tree-widget v0.23.1
11362026-05-18T23:32:59.668Z Downloaded trait-variant v0.1.2
11372026-05-18T23:32:59.671Z Downloaded subprocess v0.2.15
11382026-05-18T23:32:59.671Z Downloaded futures-util v0.3.32
11392026-05-18T23:32:59.677Z Downloaded want v0.3.1
11402026-05-18T23:32:59.680Z Downloaded waitgroup v0.1.2
11412026-05-18T23:32:59.680Z Downloaded wait-timeout v0.2.1
11422026-05-18T23:32:59.680Z Downloaded unicase v2.9.0
11432026-05-18T23:32:59.680Z Downloaded socket2 v0.6.3
11442026-05-18T23:32:59.685Z Downloaded xshell-macros v0.2.7
11452026-05-18T23:32:59.685Z Downloaded xattr v1.6.1
11462026-05-18T23:32:59.685Z Downloaded blake3 v1.8.3
11472026-05-18T23:32:59.689Z Downloaded tokio-tungstenite v0.23.1
11482026-05-18T23:32:59.701Z Downloaded samael v0.0.19
11492026-05-18T23:32:59.701Z Downloaded rustls-webpki v0.103.9
11502026-05-18T23:32:59.705Z Downloaded snafu v0.8.9
11512026-05-18T23:32:59.705Z Downloaded schemars v1.2.1
11522026-05-18T23:32:59.708Z Downloaded usdt-impl v0.6.0
11532026-05-18T23:32:59.708Z Downloaded test-strategy v0.4.5
11542026-05-18T23:32:59.711Z Downloaded tinyvec v1.10.0
11552026-05-18T23:32:59.711Z Downloaded itertools v0.14.0
11562026-05-18T23:32:59.714Z Downloaded vergen-gitcl v1.0.8
11572026-05-18T23:32:59.717Z Downloaded vergen-git2 v1.0.7
11582026-05-18T23:32:59.717Z Downloaded twox-hash v2.1.2
11592026-05-18T23:32:59.717Z Downloaded vergen-lib v0.1.6
11602026-05-18T23:32:59.721Z Downloaded libm v0.2.16
11612026-05-18T23:32:59.726Z Downloaded zone_cfg_derive v0.3.1
11622026-05-18T23:32:59.726Z Downloaded zone v0.3.1
11632026-05-18T23:32:59.729Z Downloaded num-bigint-dig v0.8.6
11642026-05-18T23:32:59.729Z Downloaded vsss-rs v3.3.4
11652026-05-18T23:32:59.729Z Downloaded zeroize_derive v1.4.3
11662026-05-18T23:32:59.732Z Downloaded tracing-attributes v0.1.31
11672026-05-18T23:32:59.732Z Downloaded uzers v0.12.2
11682026-05-18T23:32:59.732Z Downloaded toml_parser v1.0.9+spec-1.1.0
11692026-05-18T23:32:59.736Z Downloaded tokio-stream v0.1.18
11702026-05-18T23:32:59.739Z Downloaded h2 v0.4.13
11712026-05-18T23:32:59.742Z Downloaded xshell v0.2.7
11722026-05-18T23:32:59.742Z Downloaded walkdir v2.5.0
11732026-05-18T23:32:59.742Z Downloaded nom v7.1.3
11742026-05-18T23:32:59.745Z Downloaded toml v0.9.12+spec-1.1.0
11752026-05-18T23:32:59.749Z Downloaded hkdf v0.12.4
11762026-05-18T23:32:59.753Z Downloaded tokio-tungstenite v0.21.0
11772026-05-18T23:32:59.753Z Downloaded qorb v0.4.1
11782026-05-18T23:32:59.756Z Downloaded russh v0.45.0
11792026-05-18T23:32:59.756Z Downloaded iddqd v0.3.18
11802026-05-18T23:32:59.759Z Downloaded whoami v1.6.1
11812026-05-18T23:32:59.762Z Downloaded tar v0.4.45
11822026-05-18T23:32:59.764Z Downloaded rand v0.10.0
11832026-05-18T23:32:59.765Z Downloaded term v0.7.0
11842026-05-18T23:32:59.767Z Downloaded steno v0.4.1
11852026-05-18T23:32:59.770Z Downloaded wyz v0.5.1
11862026-05-18T23:32:59.773Z Downloaded whoami v2.1.0
11872026-05-18T23:32:59.776Z Downloaded tracing-core v0.1.36
11882026-05-18T23:32:59.779Z Downloaded zeroize v1.8.2
11892026-05-18T23:32:59.779Z Downloaded rustyline v14.0.0
11902026-05-18T23:32:59.781Z Downloaded tungstenite v0.21.0
11912026-05-18T23:32:59.785Z Downloaded vergen v9.0.6
11922026-05-18T23:32:59.785Z Downloaded typify v0.4.3
11932026-05-18T23:32:59.790Z Downloaded unsafe-libyaml v0.2.11
11942026-05-18T23:32:59.794Z Downloaded tungstenite v0.23.0
11952026-05-18T23:32:59.794Z Downloaded toml v0.7.8
11962026-05-18T23:32:59.798Z Downloaded schemars v0.9.0
11972026-05-18T23:32:59.803Z Downloaded zstd v0.13.3
11982026-05-18T23:32:59.806Z Downloaded typify v0.6.2
11992026-05-18T23:32:59.809Z Downloaded unicode-bidi v0.3.18
12002026-05-18T23:32:59.817Z Downloaded ssh-key v0.6.7
12012026-05-18T23:32:59.825Z Downloaded toml_edit v0.23.10+spec-1.0.0
12022026-05-18T23:32:59.830Z Downloaded yasna v0.5.2
12032026-05-18T23:32:59.833Z Downloaded reedline v0.40.0
12042026-05-18T23:32:59.846Z Downloaded aws-lc-rs v1.16.3
12052026-05-18T23:32:59.852Z Downloaded uuid v1.23.0
12062026-05-18T23:32:59.855Z Downloaded zstd-safe v7.2.4
12072026-05-18T23:32:59.855Z Downloaded toml_edit v0.19.15
12082026-05-18T23:32:59.862Z Downloaded vte v0.14.1
12092026-05-18T23:32:59.865Z Downloaded rpassword v7.4.0
12102026-05-18T23:32:59.865Z Downloaded unicode-properties v0.1.4
12112026-05-18T23:32:59.868Z Downloaded toml v1.0.6+spec-1.1.0
12122026-05-18T23:32:59.872Z Downloaded p521 v0.13.3
12132026-05-18T23:32:59.877Z Downloaded unicode_categories v0.1.1
12142026-05-18T23:32:59.880Z Downloaded zerocopy v0.6.6
12152026-05-18T23:32:59.883Z Downloaded p384 v0.13.1
12162026-05-18T23:32:59.887Z Downloaded git2 v0.20.4
12172026-05-18T23:32:59.891Z Downloaded zip v0.6.6
12182026-05-18T23:32:59.894Z Downloaded zopfli v0.8.3
12192026-05-18T23:32:59.897Z Downloaded reqwest v0.13.2
12202026-05-18T23:32:59.900Z Downloaded tokio-postgres v0.7.16
12212026-05-18T23:32:59.902Z Downloaded reqwest v0.12.28
12222026-05-18T23:32:59.905Z Downloaded bitvec v1.0.1
12232026-05-18T23:32:59.922Z Downloaded yansi v1.0.1
12242026-05-18T23:32:59.931Z Downloaded bindgen v0.71.1
12252026-05-18T23:32:59.939Z Downloaded regex v1.12.3
12262026-05-18T23:32:59.942Z Downloaded tower v0.5.3
12272026-05-18T23:32:59.948Z Downloaded unicode-segmentation v1.12.0
12282026-05-18T23:32:59.951Z Downloaded portable-atomic v1.13.1
12292026-05-18T23:32:59.953Z Downloaded x509-cert v0.2.5
12302026-05-18T23:32:59.956Z Downloaded dropshot v0.16.7
12312026-05-18T23:32:59.968Z Downloaded typed-path v0.9.3
12322026-05-18T23:32:59.971Z Downloaded goblin v0.10.5
12332026-05-18T23:32:59.976Z Downloaded curve25519-dalek v4.1.3
12342026-05-18T23:32:59.980Z Downloaded rayon v1.11.0
12352026-05-18T23:32:59.985Z Downloaded salty v0.3.0
12362026-05-18T23:32:59.990Z Downloaded unicode-normalization v0.1.25
12372026-05-18T23:32:59.994Z Downloaded rustls-webpki v0.101.7
12382026-05-18T23:32:59.998Z Downloaded zerocopy-derive v0.8.40
12392026-05-18T23:33:00.004Z Downloaded chrono v0.4.44
12402026-05-18T23:33:00.008Z Downloaded tough v0.22.0
12412026-05-18T23:33:00.012Z Downloaded rustls-webpki v0.102.8
12422026-05-18T23:33:00.022Z Downloaded zip v4.6.1
12432026-05-18T23:33:00.025Z Downloaded tokio-util v0.7.18
12442026-05-18T23:33:00.028Z Downloaded proptest v1.10.0
12452026-05-18T23:33:00.033Z Downloaded tower-http v0.6.8
12462026-05-18T23:33:00.037Z Downloaded petname v2.0.2
12472026-05-18T23:33:00.040Z Downloaded moka v0.12.13
12482026-05-18T23:33:00.045Z Downloaded serde_with v3.17.0
12492026-05-18T23:33:00.052Z Downloaded object v0.30.4
12502026-05-18T23:33:00.059Z Downloaded lalrpop v0.19.12
12512026-05-18T23:33:00.074Z Downloaded radix_trie v0.2.1
12522026-05-18T23:33:00.077Z Downloaded quick-xml v0.37.5
12532026-05-18T23:33:00.080Z Downloaded quinn-proto v0.11.13
12542026-05-18T23:33:00.085Z Downloaded nix v0.27.1
12552026-05-18T23:33:00.099Z Downloaded polar-core v0.27.3
12562026-05-18T23:33:00.106Z Downloaded nix v0.29.0
12572026-05-18T23:33:00.110Z Downloaded tabled v0.20.0
12582026-05-18T23:33:00.119Z Downloaded winnow v0.6.26
12592026-05-18T23:33:00.124Z Downloaded openssl v0.10.79
12602026-05-18T23:33:00.130Z Downloaded smoltcp v0.9.1
12612026-05-18T23:33:00.136Z Downloaded winnow v0.5.40
12622026-05-18T23:33:00.142Z Downloaded time v0.3.47
12632026-05-18T23:33:00.148Z Downloaded hickory-proto v0.24.4
12642026-05-18T23:33:00.157Z Downloaded rustls v0.21.12
12652026-05-18T23:33:00.162Z Downloaded nix v0.31.2
12662026-05-18T23:33:00.170Z Downloaded dropshot v0.17.0
12672026-05-18T23:33:00.181Z Downloaded diesel v2.3.7
12682026-05-18T23:33:00.192Z Downloaded regress v0.10.5
12692026-05-18T23:33:00.197Z Downloaded smoltcp v0.11.0
12702026-05-18T23:33:00.204Z Downloaded regress v0.11.1
12712026-05-18T23:33:00.209Z Downloaded zlib-rs v0.6.2
12722026-05-18T23:33:00.212Z Downloaded vcpkg v0.2.15
12732026-05-18T23:33:00.233Z Downloaded regex-syntax v0.8.10
12742026-05-18T23:33:00.238Z Downloaded bstr v1.12.1
12752026-05-18T23:33:00.243Z Downloaded regex-syntax v0.6.29
12762026-05-18T23:33:00.250Z Downloaded nix v0.28.0
12772026-05-18T23:33:00.253Z Downloaded webpki-roots v1.0.6
12782026-05-18T23:33:00.257Z Downloaded object v0.37.3
12792026-05-18T23:33:00.261Z Downloaded zerocopy v0.8.40
12802026-05-18T23:33:00.266Z Downloaded openapiv3 v2.2.0
12812026-05-18T23:33:00.273Z Downloaded rustls v0.22.4
12822026-05-18T23:33:00.281Z Downloaded sqlparser v0.61.0
12832026-05-18T23:33:00.288Z Downloaded rustls v0.23.37
12842026-05-18T23:33:00.293Z Downloaded hickory-proto v0.25.2
12852026-05-18T23:33:00.302Z Downloaded sled v0.34.7
12862026-05-18T23:33:00.307Z Downloaded tracing v0.1.44
12872026-05-18T23:33:00.321Z Downloaded ratatui v0.29.0
12882026-05-18T23:33:00.331Z Downloaded rustix v0.38.44
12892026-05-18T23:33:00.364Z Downloaded petgraph v0.6.5
12902026-05-18T23:33:00.375Z Downloaded bzip2-sys v0.1.13+1.0.8
12912026-05-18T23:33:00.399Z Downloaded typify-impl v0.6.2
12922026-05-18T23:33:00.408Z Downloaded petgraph v0.8.3
12932026-05-18T23:33:00.422Z Downloaded typify-impl v0.4.3
12942026-05-18T23:33:00.429Z Downloaded csv v1.4.0
12952026-05-18T23:33:00.441Z Downloaded libz-sys v1.1.24
12962026-05-18T23:33:00.453Z Downloaded zerocopy-derive v0.6.6
12972026-05-18T23:33:00.458Z Downloaded sha3 v0.10.8
12982026-05-18T23:33:00.461Z Downloaded regex-automata v0.4.14
12992026-05-18T23:33:00.481Z Downloaded jiff v0.2.21
13002026-05-18T23:33:00.493Z Downloaded chrono-tz v0.10.4
13012026-05-18T23:33:00.504Z Downloaded encoding_rs v0.8.35
13022026-05-18T23:33:00.549Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13032026-05-18T23:33:00.561Z Downloaded tokio v1.52.1
13042026-05-18T23:33:00.675Z Downloaded ring v0.17.14
13052026-05-18T23:33:00.715Z Downloaded libgit2-sys v0.18.3+1.9.2
13062026-05-18T23:33:01.226Z Downloaded aws-lc-sys v0.40.0
13072026-05-18T23:33:01.469Z Compiling libc v0.2.185
13082026-05-18T23:33:01.469Z Compiling serde v1.0.228
13092026-05-18T23:33:01.472Z Compiling log v0.4.29
13102026-05-18T23:33:01.472Z Compiling shlex v1.3.0
13112026-05-18T23:33:01.633Z Compiling find-msvc-tools v0.1.9
13122026-05-18T23:33:01.643Z Compiling syn v2.0.117
13132026-05-18T23:33:01.646Z Compiling smallvec v1.15.1
13142026-05-18T23:33:01.646Z Compiling typenum v1.19.0
13152026-05-18T23:33:01.812Z Compiling generic-array v0.14.7
13162026-05-18T23:33:01.825Z Compiling subtle v2.6.1
13172026-05-18T23:33:01.881Z Compiling scopeguard v1.2.0
13182026-05-18T23:33:01.911Z Compiling const-oid v0.9.6
13192026-05-18T23:33:01.946Z Compiling serde_json v1.0.149
13202026-05-18T23:33:02.000Z Compiling lock_api v0.4.14
13212026-05-18T23:33:02.014Z Compiling zerocopy v0.8.40
13222026-05-18T23:33:02.066Z Compiling pin-project-lite v0.2.17
13232026-05-18T23:33:02.160Z Compiling parking_lot_core v0.9.12
13242026-05-18T23:33:02.233Z Compiling portable-atomic v1.13.1
13252026-05-18T23:33:02.434Z Compiling pkg-config v0.3.32
13262026-05-18T23:33:02.479Z Compiling getrandom v0.2.17
13272026-05-18T23:33:02.553Z Compiling jobserver v0.1.34
13282026-05-18T23:33:02.630Z Compiling rand_core v0.6.4
13292026-05-18T23:33:02.687Z Compiling errno v0.3.14
13302026-05-18T23:33:02.759Z Compiling cc v1.2.56
13312026-05-18T23:33:02.839Z Compiling signal-hook-registry v1.4.8
13322026-05-18T23:33:02.941Z Compiling bitflags v2.11.0
13332026-05-18T23:33:03.008Z Compiling libm v0.2.16
13342026-05-18T23:33:03.022Z Compiling critical-section v1.2.0
13352026-05-18T23:33:03.118Z Compiling futures-core v0.3.32
13362026-05-18T23:33:03.133Z Compiling parking_lot v0.12.5
13372026-05-18T23:33:03.179Z Compiling mio v1.2.0
13382026-05-18T23:33:03.276Z Compiling num-traits v0.2.19
13392026-05-18T23:33:03.326Z Compiling percent-encoding v2.3.2
13402026-05-18T23:33:03.343Z Compiling once_cell v1.21.3
13412026-05-18T23:33:03.510Z Compiling socket2 v0.6.3
13422026-05-18T23:33:03.524Z Compiling futures-sink v0.3.32
13432026-05-18T23:33:03.559Z Compiling futures-task v0.3.32
13442026-05-18T23:33:03.622Z Compiling futures-channel v0.3.32
13452026-05-18T23:33:03.635Z Compiling getrandom v0.4.1
13462026-05-18T23:33:03.651Z Compiling cpufeatures v0.2.17
13472026-05-18T23:33:03.727Z Compiling futures-io v0.3.32
13482026-05-18T23:33:03.741Z Compiling slab v0.4.12
13492026-05-18T23:33:03.851Z Compiling rand_core v0.10.0
13502026-05-18T23:33:03.889Z Compiling indexmap v2.14.0
13512026-05-18T23:33:03.924Z Compiling rustversion v1.0.22
13522026-05-18T23:33:03.927Z Compiling getrandom v0.3.4
13532026-05-18T23:33:04.024Z Compiling cmake v0.1.57
13542026-05-18T23:33:04.221Z Compiling form_urlencoded v1.2.2
13552026-05-18T23:33:04.406Z Compiling dunce v1.0.5
13562026-05-18T23:33:04.422Z Compiling fs_extra v1.3.0
13572026-05-18T23:33:04.505Z Compiling base64ct v1.8.3
13582026-05-18T23:33:04.566Z Compiling synstructure v0.13.2
13592026-05-18T23:33:04.607Z Compiling ident_case v1.0.1
13602026-05-18T23:33:04.704Z Compiling aws-lc-sys v0.40.0
13612026-05-18T23:33:04.738Z Compiling regex-syntax v0.8.10
13622026-05-18T23:33:04.803Z Compiling pem-rfc7468 v0.7.0
13632026-05-18T23:33:04.909Z Compiling rustix v1.1.3
13642026-05-18T23:33:04.912Z Compiling iana-time-zone v0.1.65
13652026-05-18T23:33:05.016Z Compiling flagset v0.4.7
13662026-05-18T23:33:05.107Z Compiling rand_core v0.9.5
13672026-05-18T23:33:05.124Z Compiling ring v0.17.14
13682026-05-18T23:33:05.149Z Compiling aws-lc-rs v1.16.3
13692026-05-18T23:33:05.168Z Compiling vcpkg v0.2.15
13702026-05-18T23:33:05.380Z Compiling uuid v1.23.0
13712026-05-18T23:33:05.427Z Compiling rustc_version v0.4.1
13722026-05-18T23:33:05.746Z Compiling tracing-core v0.1.36
13732026-05-18T23:33:05.889Z Compiling openssl-sys v0.9.115
13742026-05-18T23:33:06.065Z Compiling base64 v0.22.1
13752026-05-18T23:33:06.257Z Compiling serde_derive v1.0.228
13762026-05-18T23:33:06.334Z Compiling zeroize_derive v1.4.3
13772026-05-18T23:33:06.430Z Compiling zerofrom-derive v0.1.6
13782026-05-18T23:33:06.445Z Compiling yoke-derive v0.8.1
13792026-05-18T23:33:06.677Z Compiling zerocopy-derive v0.8.40
13802026-05-18T23:33:06.980Z Compiling zeroize v1.8.2
13812026-05-18T23:33:07.086Z Compiling zerovec-derive v0.11.2
13822026-05-18T23:33:07.604Z Compiling displaydoc v0.2.5
13832026-05-18T23:33:07.746Z Compiling crypto-common v0.1.7
13842026-05-18T23:33:07.827Z Compiling zerofrom v0.1.6
13852026-05-18T23:33:07.914Z Compiling block-buffer v0.10.4
13862026-05-18T23:33:07.996Z Compiling yoke v0.8.1
13872026-05-18T23:33:08.119Z Compiling digest v0.10.7
13882026-05-18T23:33:08.238Z Compiling tokio-macros v2.7.0
13892026-05-18T23:33:08.340Z Compiling zerovec v0.11.5
13902026-05-18T23:33:08.443Z Compiling futures-macro v0.3.32
13912026-05-18T23:33:08.444Z Compiling zerotrie v0.2.3
13922026-05-18T23:33:08.696Z Compiling hmac v0.12.1
13932026-05-18T23:33:08.755Z Compiling tinystr v0.8.2
13942026-05-18T23:33:08.814Z Compiling potential_utf v0.1.4
13952026-05-18T23:33:08.850Z Compiling block-padding v0.3.3
13962026-05-18T23:33:08.897Z Compiling icu_locale_core v2.1.1
13972026-05-18T23:33:08.960Z Compiling icu_collections v2.1.1
13982026-05-18T23:33:09.005Z Compiling inout v0.1.4
13992026-05-18T23:33:09.091Z Compiling futures-util v0.3.32
14002026-05-18T23:33:09.172Z Compiling cipher v0.4.4
14012026-05-18T23:33:09.406Z Compiling sha2 v0.10.9
14022026-05-18T23:33:09.421Z Compiling der_derive v0.7.3
14032026-05-18T23:33:09.686Z Compiling bytes v1.11.1
14042026-05-18T23:33:09.754Z Compiling icu_provider v2.1.1
14052026-05-18T23:33:09.796Z Compiling chrono v0.4.44
14062026-05-18T23:33:10.057Z Compiling icu_normalizer v2.1.1
14072026-05-18T23:33:10.292Z Compiling tokio v1.52.1
14082026-05-18T23:33:10.365Z Compiling icu_properties v2.1.2
14092026-05-18T23:33:10.582Z Compiling der v0.7.10
14102026-05-18T23:33:10.782Z Compiling http v1.4.0
14112026-05-18T23:33:11.118Z Compiling ppv-lite86 v0.2.21
14122026-05-18T23:33:11.195Z Compiling salsa20 v0.10.2
14132026-05-18T23:33:11.351Z Compiling idna_adapter v1.2.1
14142026-05-18T23:33:11.392Z Compiling pbkdf2 v0.12.2
14152026-05-18T23:33:11.464Z Compiling idna v1.1.0
14162026-05-18T23:33:11.479Z Compiling spki v0.7.3
14172026-05-18T23:33:11.497Z Compiling rustls-pki-types v1.14.0
14182026-05-18T23:33:11.512Z Compiling tracing-attributes v0.1.31
14192026-05-18T23:33:11.682Z Compiling thiserror-impl v2.0.18
14202026-05-18T23:33:11.729Z Compiling scrypt v0.11.0
14212026-05-18T23:33:11.795Z Compiling url v2.5.8
14222026-05-18T23:33:11.945Z Compiling http-body v1.0.1
14232026-05-18T23:33:11.977Z Compiling rand_chacha v0.9.0
14242026-05-18T23:33:12.096Z Compiling aes v0.8.4
14252026-05-18T23:33:12.109Z Compiling cbc v0.1.2
14262026-05-18T23:33:12.347Z Compiling untrusted v0.7.1
14272026-05-18T23:33:12.477Z Compiling openssl-probe v0.2.1
14282026-05-18T23:33:12.586Z Compiling untrusted v0.9.0
14292026-05-18T23:33:12.655Z Compiling httparse v1.10.1
14302026-05-18T23:33:12.675Z Compiling tinyvec_macros v0.1.1
14312026-05-18T23:33:12.745Z Compiling tinyvec v1.10.0
14322026-05-18T23:33:12.801Z Compiling tracing v0.1.44
14332026-05-18T23:33:13.007Z Compiling thiserror v2.0.18
14342026-05-18T23:33:13.030Z Compiling pkcs5 v0.7.1
14352026-05-18T23:33:13.061Z Compiling pest_generator v2.8.6
14362026-05-18T23:33:13.081Z Compiling rand v0.9.2
14372026-05-18T23:33:13.110Z Compiling serde_derive_internals v0.29.1
14382026-05-18T23:33:13.144Z Compiling aho-corasick v1.1.4
14392026-05-18T23:33:13.502Z Compiling dyn-clone v1.0.20
14402026-05-18T23:33:13.640Z Compiling schemars v0.8.22
14412026-05-18T23:33:13.740Z Compiling tower-layer v0.3.3
14422026-05-18T23:33:13.837Z Compiling try-lock v0.2.5
14432026-05-18T23:33:13.852Z Compiling atomic-waker v1.1.2
14442026-05-18T23:33:13.898Z Compiling rustls v0.23.37
14452026-05-18T23:33:13.944Z Compiling tower-service v0.3.3
14462026-05-18T23:33:13.973Z Compiling want v0.3.1
14472026-05-18T23:33:13.987Z Compiling tokio-util v0.7.18
14482026-05-18T23:33:14.036Z Compiling schemars_derive v0.8.22
14492026-05-18T23:33:14.064Z Compiling regex-automata v0.4.14
14502026-05-18T23:33:14.154Z Compiling pest_derive v2.8.6
14512026-05-18T23:33:14.435Z Compiling pkcs8 v0.10.2
14522026-05-18T23:33:14.739Z Compiling h2 v0.4.13
14532026-05-18T23:33:14.785Z Compiling ipnet v2.11.0
14542026-05-18T23:33:14.866Z Compiling scroll_derive v0.13.1
14552026-05-18T23:33:15.000Z Compiling darling_core v0.20.11
14562026-05-18T23:33:15.259Z Compiling httpdate v1.0.3
14572026-05-18T23:33:15.276Z Compiling openssl v0.10.79
14582026-05-18T23:33:15.476Z Compiling foreign-types-shared v0.1.1
14592026-05-18T23:33:15.504Z Compiling pin-utils v0.1.0
14602026-05-18T23:33:15.565Z Compiling foreign-types v0.3.2
14612026-05-18T23:33:15.580Z Compiling tempfile v3.25.0
14622026-05-18T23:33:15.653Z Compiling scroll v0.13.0
14632026-05-18T23:33:15.905Z Compiling unicode-normalization v0.1.25
14642026-05-18T23:33:15.944Z Compiling openssl-macros v0.1.1
14652026-05-18T23:33:16.349Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14662026-05-18T23:33:16.353Z Compiling spin v0.9.8
14672026-05-18T23:33:16.381Z Compiling num-conv v0.2.0
14682026-05-18T23:33:16.513Z Compiling powerfmt v0.2.0
14692026-05-18T23:33:16.569Z Compiling native-tls v0.2.18
14702026-05-18T23:33:16.717Z Compiling crc32fast v1.5.0
14712026-05-18T23:33:16.733Z Compiling time-core v0.1.8
14722026-05-18T23:33:16.880Z Compiling time-macros v0.2.27
14732026-05-18T23:33:16.997Z Compiling deranged v0.5.8
14742026-05-18T23:33:17.303Z Compiling darling_macro v0.20.11
14752026-05-18T23:33:17.765Z Compiling hyper v1.8.1
14762026-05-18T23:33:17.935Z Compiling darling v0.20.11
14772026-05-18T23:33:17.951Z Compiling goblin v0.10.5
14782026-05-18T23:33:18.019Z Compiling rustls-native-certs v0.8.3
14792026-05-18T23:33:18.162Z Compiling sync_wrapper v1.0.2
14802026-05-18T23:33:18.273Z Compiling wait-timeout v0.2.1
14812026-05-18T23:33:18.305Z Compiling num_threads v0.1.7
14822026-05-18T23:33:18.405Z Compiling bit-vec v0.8.0
14832026-05-18T23:33:18.537Z Compiling syn v1.0.109
14842026-05-18T23:33:18.633Z Compiling usdt-impl v0.6.0
14852026-05-18T23:33:18.678Z Compiling quick-error v1.2.3
14862026-05-18T23:33:18.786Z Compiling hyper-util v0.1.20
14872026-05-18T23:33:18.835Z Compiling unicode-segmentation v1.12.0
14882026-05-18T23:33:18.835Z Compiling crossbeam-utils v0.8.21
14892026-05-18T23:33:19.196Z Compiling simd-adler32 v0.3.8
14902026-05-18T23:33:19.285Z Compiling siphasher v1.0.2
14912026-05-18T23:33:19.479Z Compiling rusty-fork v0.3.1
14922026-05-18T23:33:19.554Z Compiling bit-set v0.8.0
14932026-05-18T23:33:19.679Z Compiling time v0.3.47
14942026-05-18T23:33:19.784Z Compiling tower v0.5.3
14952026-05-18T23:33:19.838Z Compiling derive_builder_core v0.20.2
14962026-05-18T23:33:20.108Z Compiling dtrace-parser v0.3.0
14972026-05-18T23:33:20.191Z Compiling http-body-util v0.1.3
14982026-05-18T23:33:20.429Z Compiling webpki-roots v1.0.6
14992026-05-18T23:33:20.514Z Compiling signature v2.2.0
15002026-05-18T23:33:20.551Z Compiling scroll_derive v0.12.1
15012026-05-18T23:33:20.603Z Compiling dof v0.4.0
15022026-05-18T23:33:20.690Z Compiling thiserror-impl v1.0.69
15032026-05-18T23:33:20.854Z Compiling heapless v0.7.17
15042026-05-18T23:33:21.089Z Compiling rand_xorshift v0.4.0
15052026-05-18T23:33:21.173Z Compiling slog v2.8.2
15062026-05-18T23:33:21.207Z Compiling darling_core v0.21.3
15072026-05-18T23:33:21.297Z Compiling bzip2-sys v0.1.13+1.0.8
15082026-05-18T23:33:21.393Z Compiling thread-id v5.1.0
15092026-05-18T23:33:21.479Z Compiling cookie v0.18.1
15102026-05-18T23:33:21.568Z Compiling iri-string v0.7.10
15112026-05-18T23:33:21.662Z Compiling unicode-bidi v0.3.18
15122026-05-18T23:33:21.794Z Compiling unarray v0.1.4
15132026-05-18T23:33:21.919Z Compiling ryu v1.0.23
15142026-05-18T23:33:21.977Z Compiling zstd-safe v7.2.4
15152026-05-18T23:33:22.088Z Compiling allocator-api2 v0.2.21
15162026-05-18T23:33:22.154Z Compiling anyhow v1.0.102
15172026-05-18T23:33:22.192Z Compiling paste v1.0.15
15182026-05-18T23:33:22.209Z Compiling signal-hook v0.3.18
15192026-05-18T23:33:22.395Z Compiling unicode-properties v0.1.4
15202026-05-18T23:33:22.435Z Compiling adler2 v2.0.1
15212026-05-18T23:33:22.513Z Compiling miniz_oxide v0.8.9
15222026-05-18T23:33:22.564Z Compiling stringprep v0.1.5
15232026-05-18T23:33:22.591Z Compiling serde_urlencoded v0.7.1
15242026-05-18T23:33:22.689Z Compiling thiserror v1.0.69
15252026-05-18T23:33:22.793Z Compiling tower-http v0.6.8
15262026-05-18T23:33:22.830Z Compiling proptest v1.10.0
15272026-05-18T23:33:23.130Z Compiling scroll v0.12.0
15282026-05-18T23:33:23.236Z Compiling derive_builder_macro v0.20.2
15292026-05-18T23:33:23.401Z Compiling tokio-native-tls v0.3.1
15302026-05-18T23:33:23.646Z Compiling heck v0.4.1
15312026-05-18T23:33:23.672Z Compiling ipnetwork v0.21.1
15322026-05-18T23:33:23.734Z Compiling darling_macro v0.21.3
15332026-05-18T23:33:23.793Z Compiling bstr v1.12.1
15342026-05-18T23:33:23.864Z Compiling rand_chacha v0.3.1
15352026-05-18T23:33:24.047Z Compiling serde_tokenstream v0.2.3
15362026-05-18T23:33:24.047Z Compiling serde_spanned v0.6.9
15372026-05-18T23:33:24.201Z Compiling toml_datetime v0.6.11
15382026-05-18T23:33:24.217Z Compiling erased-serde v0.3.31
15392026-05-18T23:33:24.362Z Compiling md-5 v0.10.6
15402026-05-18T23:33:24.434Z Compiling pin-project-internal v1.1.11
15412026-05-18T23:33:24.461Z Compiling zerocopy-derive v0.7.35
15422026-05-18T23:33:24.531Z Compiling async-trait v0.1.89
15432026-05-18T23:33:24.654Z Compiling curve25519-dalek v4.1.3
15442026-05-18T23:33:24.699Z Compiling vergen-lib v0.1.6
15452026-05-18T23:33:24.878Z Compiling num-integer v0.1.46
15462026-05-18T23:33:24.984Z Compiling hash32 v0.2.1
15472026-05-18T23:33:25.178Z Compiling ff v0.13.1
15482026-05-18T23:33:25.201Z Compiling memoffset v0.9.1
15492026-05-18T23:33:25.311Z Compiling ref-cast v1.0.25
15502026-05-18T23:33:25.311Z Compiling litrs v1.0.0
15512026-05-18T23:33:25.388Z Compiling psl-types v2.0.11
15522026-05-18T23:33:25.535Z Compiling cfg_aliases v0.2.1
15532026-05-18T23:33:25.540Z Compiling smoltcp v0.9.1
15542026-05-18T23:33:25.549Z Compiling base16ct v0.2.0
15552026-05-18T23:33:25.591Z Compiling zlib-rs v0.6.2
15562026-05-18T23:33:25.625Z Compiling num-bigint-dig v0.8.6
15572026-05-18T23:33:25.725Z Compiling fallible-iterator v0.2.0
15582026-05-18T23:33:25.818Z Compiling rustix v0.38.44
15592026-05-18T23:33:25.833Z Compiling document-features v0.2.12
15602026-05-18T23:33:25.899Z Compiling sec1 v0.7.3
15612026-05-18T23:33:26.033Z Compiling postgres-protocol v0.6.10
15622026-05-18T23:33:26.261Z Compiling nix v0.31.2
15632026-05-18T23:33:26.274Z Compiling pin-project v1.1.11
15642026-05-18T23:33:26.376Z Compiling publicsuffix v2.3.0
15652026-05-18T23:33:26.553Z Compiling zerocopy v0.7.35
15662026-05-18T23:33:26.567Z Compiling group v0.13.0
15672026-05-18T23:33:26.658Z Compiling num-iter v0.1.45
15682026-05-18T23:33:26.742Z Compiling newtype-uuid v1.3.2
15692026-05-18T23:33:27.071Z Compiling darling v0.21.3
15702026-05-18T23:33:27.090Z Compiling rand v0.8.6
15712026-05-18T23:33:27.103Z Compiling oxnet v0.1.4
15722026-05-18T23:33:27.156Z Compiling snafu-derive v0.8.9
15732026-05-18T23:33:27.243Z Compiling hubpack_derive v0.1.1
15742026-05-18T23:33:27.369Z Compiling derive_builder v0.20.2
15752026-05-18T23:33:27.488Z Compiling hyper-tls v0.6.0
15762026-05-18T23:33:27.684Z Compiling goblin v0.8.2
15772026-05-18T23:33:28.224Z Compiling phf_shared v0.13.1
15782026-05-18T23:33:28.238Z Compiling lazy_static v1.5.0
15792026-05-18T23:33:28.333Z Compiling regex v1.12.3
15802026-05-18T23:33:28.464Z Compiling flate2 v1.1.9
15812026-05-18T23:33:28.573Z Compiling strum_macros v0.27.2
15822026-05-18T23:33:28.771Z Compiling futures-executor v0.3.32
15832026-05-18T23:33:28.829Z Compiling cargo-platform v0.1.9
15842026-05-18T23:33:28.867Z Compiling hex v0.4.3
15852026-05-18T23:33:29.027Z Compiling hkdf v0.12.4
15862026-05-18T23:33:29.043Z Compiling crypto-bigint v0.5.5
15872026-05-18T23:33:29.086Z Compiling terminal_size v0.4.3
15882026-05-18T23:33:29.138Z Compiling daft-derive v0.1.5
15892026-05-18T23:33:29.190Z Compiling curve25519-dalek-derive v0.1.1
15902026-05-18T23:33:29.223Z Compiling ref-cast-impl v1.0.25
15912026-05-18T23:33:29.756Z Compiling vergen v9.0.6
15922026-05-18T23:33:29.819Z Compiling fs-err v3.3.0
15932026-05-18T23:33:29.848Z Compiling ahash v0.8.12
15942026-05-18T23:33:29.932Z Compiling encoding_rs v0.8.35
15952026-05-18T23:33:30.000Z Compiling same-file v1.0.6
15962026-05-18T23:33:30.050Z Compiling foldhash v0.2.0
15972026-05-18T23:33:30.166Z Compiling bumpalo v3.20.2
15982026-05-18T23:33:30.274Z Compiling mime v0.3.17
15992026-05-18T23:33:30.419Z Compiling libbz2-rs-sys v0.2.2
16002026-05-18T23:33:30.533Z Compiling winnow v0.5.40
16012026-05-18T23:33:30.550Z Compiling foldhash v0.1.5
16022026-05-18T23:33:30.717Z Compiling bitflags v1.3.2
16032026-05-18T23:33:30.797Z Compiling managed v0.8.0
16042026-05-18T23:33:31.015Z Compiling object v0.37.3
16052026-05-18T23:33:31.145Z Compiling bzip2 v0.6.1
16062026-05-18T23:33:31.148Z Compiling hashbrown v0.15.5
16072026-05-18T23:33:31.379Z Compiling strum v0.27.2
16082026-05-18T23:33:31.394Z Compiling zopfli v0.8.3
16092026-05-18T23:33:31.461Z Compiling hashbrown v0.16.1
16102026-05-18T23:33:31.508Z Compiling walkdir v2.5.0
16112026-05-18T23:33:31.728Z Compiling clap_builder v4.5.60
16122026-05-18T23:33:31.878Z Compiling toml_edit v0.19.15
16132026-05-18T23:33:32.025Z Compiling elliptic-curve v0.13.8
16142026-05-18T23:33:32.057Z Compiling dof v0.3.0
16152026-05-18T23:33:32.060Z Compiling daft v0.1.5
16162026-05-18T23:33:32.425Z Compiling snafu v0.8.9
16172026-05-18T23:33:32.460Z Compiling cargo_metadata v0.19.2
16182026-05-18T23:33:32.765Z Compiling futures v0.3.32
16192026-05-18T23:33:32.781Z Compiling phf v0.13.1
16202026-05-18T23:33:32.938Z Compiling signal-hook-mio v0.2.5
16212026-05-18T23:33:33.058Z Compiling cookie_store v0.22.1
16222026-05-18T23:33:33.791Z Compiling hubpack v0.1.2
16232026-05-18T23:33:33.830Z Compiling zstd v0.13.3
16242026-05-18T23:33:34.004Z Compiling bzip2 v0.4.4
16252026-05-18T23:33:34.077Z Compiling serde_with_macros v3.17.0
16262026-05-18T23:33:34.199Z Compiling postgres-types v0.2.12
16272026-05-18T23:33:34.496Z Compiling usdt-macro v0.6.0
16282026-05-18T23:33:34.703Z Compiling usdt-attr-macro v0.6.0
16292026-05-18T23:33:34.754Z Compiling globset v0.4.18
16302026-05-18T23:33:35.070Z Compiling dtrace-parser v0.2.0
16312026-05-18T23:33:35.212Z Compiling ed25519 v2.2.3
16322026-05-18T23:33:35.243Z Compiling phf_shared v0.11.3
16332026-05-18T23:33:35.299Z Compiling olpc-cjson v0.1.4
16342026-05-18T23:33:35.428Z Compiling pkcs1 v0.7.5
16352026-05-18T23:33:35.428Z Compiling clap_derive v4.5.55
16362026-05-18T23:33:35.462Z Compiling enum-as-inner v0.6.1
16372026-05-18T23:33:35.482Z Compiling strum_macros v0.26.4
16382026-05-18T23:33:35.818Z Compiling serde_plain v1.0.2
16392026-05-18T23:33:35.833Z Compiling serde-big-array v0.5.1
16402026-05-18T23:33:35.953Z Compiling rfc6979 v0.4.0
16412026-05-18T23:33:35.974Z Compiling pem v3.0.6
16422026-05-18T23:33:36.011Z Compiling serde_repr v0.1.20
16432026-05-18T23:33:36.076Z Compiling async-recursion v1.1.1
16442026-05-18T23:33:36.122Z Compiling float-cmp v0.10.0
16452026-05-18T23:33:36.297Z Compiling memmap2 v0.9.10
16462026-05-18T23:33:36.356Z Compiling thread-id v4.2.2
16472026-05-18T23:33:36.442Z Compiling env_filter v1.0.0
16482026-05-18T23:33:36.501Z Compiling normalize-line-endings v0.3.0
16492026-05-18T23:33:36.548Z Compiling keccak v0.1.6
16502026-05-18T23:33:36.601Z Compiling precomputed-hash v0.1.1
16512026-05-18T23:33:36.695Z Compiling fixedbitset v0.5.7
16522026-05-18T23:33:36.756Z Compiling difflib v0.4.0
16532026-05-18T23:33:36.764Z Compiling new_debug_unreachable v1.0.6
16542026-05-18T23:33:36.854Z Compiling fixedbitset v0.4.2
16552026-05-18T23:33:37.004Z Compiling data-encoding v2.10.0
16562026-05-18T23:33:37.049Z Compiling rustc-hash v2.1.1
16572026-05-18T23:33:37.183Z Compiling either v1.15.0
16582026-05-18T23:33:37.243Z Compiling jiff v0.2.21
16592026-05-18T23:33:37.274Z Compiling static_assertions v1.1.0
16602026-05-18T23:33:37.308Z Compiling whoami v2.1.0
16612026-05-18T23:33:37.343Z Compiling typed-path v0.9.3
16622026-05-18T23:33:37.371Z Compiling predicates-core v1.0.10
16632026-05-18T23:33:37.385Z Compiling itertools v0.13.0
16642026-05-18T23:33:37.548Z Compiling tokio-postgres v0.7.16
16652026-05-18T23:33:37.693Z Compiling predicates v3.1.4
16662026-05-18T23:33:37.706Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16672026-05-18T23:33:38.331Z Compiling hickory-proto v0.25.2
16682026-05-18T23:33:38.421Z Compiling strum v0.26.3
16692026-05-18T23:33:38.553Z Compiling clap v4.5.60
16702026-05-18T23:33:38.564Z Compiling iddqd v0.3.18
16712026-05-18T23:33:38.622Z Compiling petgraph v0.6.5
16722026-05-18T23:33:38.637Z Compiling petgraph v0.8.3
16732026-05-18T23:33:39.678Z Compiling string_cache v0.8.9
16742026-05-18T23:33:39.713Z Compiling sha3 v0.10.8
16752026-05-18T23:33:39.903Z Compiling zip v4.6.1
16762026-05-18T23:33:40.076Z Compiling toml_edit v0.22.27
16772026-05-18T23:33:40.165Z Compiling env_logger v0.11.9
16782026-05-18T23:33:40.452Z Compiling usdt v0.6.0
16792026-05-18T23:33:40.531Z Compiling usdt-impl v0.5.0
16802026-05-18T23:33:40.540Z Compiling ecdsa v0.16.9
16812026-05-18T23:33:40.710Z Compiling rsa v0.9.10
16822026-05-18T23:33:40.849Z Compiling ed25519-dalek v2.2.0
16832026-05-18T23:33:40.945Z Compiling serde_with v3.17.0
16842026-05-18T23:33:41.107Z Compiling crossterm v0.28.1
16852026-05-18T23:33:41.570Z Compiling zip v0.6.6
16862026-05-18T23:33:42.436Z Compiling toml v0.7.8
16872026-05-18T23:33:42.829Z Compiling toml_parser v1.0.9+spec-1.1.0
16882026-05-18T23:33:42.889Z Compiling similar v2.7.0
16892026-05-18T23:33:42.965Z Compiling crossbeam-epoch v0.9.18
16902026-05-18T23:33:43.037Z Compiling tokio-stream v0.1.18
16912026-05-18T23:33:43.041Z Compiling buf-list v1.1.2
16922026-05-18T23:33:43.290Z Compiling x509-cert v0.2.5
16932026-05-18T23:33:43.322Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16942026-05-18T23:33:43.463Z Compiling openapiv3 v2.2.0
16952026-05-18T23:33:43.490Z Compiling sha1 v0.10.6
16962026-05-18T23:33:43.627Z Compiling toml_datetime v0.7.5+spec-1.1.0
16972026-05-18T23:33:43.718Z Compiling lalrpop-util v0.19.12
16982026-05-18T23:33:43.745Z Compiling peg-runtime v0.8.5
16992026-05-18T23:33:43.910Z Compiling thread_local v1.1.9
17002026-05-18T23:33:43.923Z Compiling slog-async v2.8.0
17012026-05-18T23:33:44.028Z Compiling crossbeam-channel v0.5.15
17022026-05-18T23:33:44.057Z Compiling is-terminal v0.4.17
17032026-05-18T23:33:44.161Z Compiling filetime v0.2.27
17042026-05-18T23:33:44.161Z Compiling term v1.2.1
17052026-05-18T23:33:44.236Z Compiling take_mut v0.2.2
17062026-05-18T23:33:44.335Z Compiling xattr v1.6.1
17072026-05-18T23:33:44.480Z Compiling tar v0.4.45
17082026-05-18T23:33:44.498Z Compiling slog-term v2.9.2
17092026-05-18T23:33:54.565Z Compiling rustls-webpki v0.103.9
17102026-05-18T23:33:57.386Z Compiling tokio-rustls v0.26.4
17112026-05-18T23:33:57.386Z Compiling rustls-platform-verifier v0.6.2
17122026-05-18T23:33:57.585Z Compiling hyper-rustls v0.27.7
17132026-05-18T23:33:57.786Z Compiling reqwest v0.12.28
17142026-05-18T23:33:57.786Z Compiling reqwest v0.13.2
17152026-05-18T23:33:59.082Z Compiling tough v0.22.0
17162026-05-18T23:34:01.620Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17172026-05-18T23:34:01.823Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17182026-05-18T23:34:04.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17192026-05-18T23:34:04.783Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17202026-05-18T23:34:04.843ZMay 18 23:34:03.745 INFO Starting download, target: Console
17212026-05-18T23:34:04.843ZMay 18 23:34:03.745 INFO Starting download, target: Clickhouse
17222026-05-18T23:34:04.843ZMay 18 23:34:03.745 INFO Starting download, target: Cockroach
17232026-05-18T23:34:04.843ZMay 18 23:34:03.745 INFO Starting download, target: DendriteStub
17242026-05-18T23:34:04.851ZMay 18 23:34:03.746 INFO Starting download, target: MaghemiteMgd
17252026-05-18T23:34:04.851ZMay 18 23:34:03.746 INFO Starting download, target: TransceiverControl
17262026-05-18T23:34:04.851ZMay 18 23:34:03.746 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17272026-05-18T23:34:04.851ZMay 18 23:34:03.746 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17282026-05-18T23:34:04.851ZMay 18 23:34:03.746 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17292026-05-18T23:34:04.852ZMay 18 23:34:03.746 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17302026-05-18T23:34:04.852ZMay 18 23:34:03.746 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17312026-05-18T23:34:04.852ZMay 18 23:34:03.746 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17322026-05-18T23:34:05.526ZMay 18 23:34:04.400 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17332026-05-18T23:34:05.749ZMay 18 23:34:04.619 INFO Download complete, target: TransceiverControl
17342026-05-18T23:34:05.876ZMay 18 23:34:04.728 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17352026-05-18T23:34:06.054ZMay 18 23:34:04.958 INFO Download complete, target: Console
17362026-05-18T23:34:06.812ZMay 18 23:34:05.708 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17372026-05-18T23:34:07.100ZMay 18 23:34:05.986 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17382026-05-18T23:34:07.126ZMay 18 23:34:06.030 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17392026-05-18T23:34:07.628ZMay 18 23:34:06.527 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17402026-05-18T23:34:07.628ZMay 18 23:34:06.528 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17412026-05-18T23:34:09.496ZMay 18 23:34:08.401 INFO Download complete, target: DendriteStub
17422026-05-18T23:34:09.549ZMay 18 23:34:08.453 INFO Download complete, target: MaghemiteMgd
17432026-05-18T23:34:12.384ZMay 18 23:34:11.278 INFO Checking that binary works, target: Cockroach
17442026-05-18T23:34:12.555ZMay 18 23:34:11.449 INFO Download complete, target: Cockroach
17452026-05-18T23:34:13.577ZMay 18 23:34:12.473 INFO Checking that binary works, target: Clickhouse
17462026-05-18T23:34:13.722ZMay 18 23:34:12.628 INFO Download complete, target: Clickhouse
17472026-05-18T23:34:13.740ZAll builder prerequisites installed successfully, and PATH looks valid
17482026-05-18T23:34:13.752Z
17492026-05-18T23:34:13.752Zreal 2:14.751512331
17502026-05-18T23:34:13.752Zuser 6:55.275994343
17512026-05-18T23:34:13.752Zsys 1:22.965881823
17522026-05-18T23:34:13.752Ztrap 0.214894251
17532026-05-18T23:34:13.752Ztflt 0.751812496
17542026-05-18T23:34:13.752Zdflt 0.611448718
17552026-05-18T23:34:13.753Zkflt 0.037797864
17562026-05-18T23:34:13.753Zlock 21:19.669515120
17572026-05-18T23:34:13.753Zslp 21:14.806157481
17582026-05-18T23:34:13.753Zlat 43.451440890
17592026-05-18T23:34:13.753Zstop 2:01.559736128
17602026-05-18T23:34:13.753Z+ banner hack-check
17612026-05-18T23:34:13.753Z
17622026-05-18T23:34:13.753Z # # ## #### # # #### # # ###### #### # #
17632026-05-18T23:34:13.753Z # # # # # # # # # # # # # # # # #
17642026-05-18T23:34:13.753Z ###### # # # #### ##### # ###### ##### # ####
17652026-05-18T23:34:13.753Z # # ###### # # # # # # # # # #
17662026-05-18T23:34:13.753Z # # # # # # # # # # # # # # # # #
17672026-05-18T23:34:13.753Z # # # # #### # # #### # # ###### #### # #
17682026-05-18T23:34:13.753Z
17692026-05-18T23:34:13.753Z+ export CARGO_INCREMENTAL=0
17702026-05-18T23:34:13.754Z+ CARGO_INCREMENTAL=0
17712026-05-18T23:34:13.754Z+ ptime -m timeout 2h cargo xtask check-features --ci
17722026-05-18T23:34:14.280Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17732026-05-18T23:34:14.498Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17742026-05-18T23:34:16.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s
17752026-05-18T23:34:16.442Z Running `target/debug/xtask check-features --ci`
17762026-05-18T23:34:16.485Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17772026-05-18T23:34:16.504Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17782026-05-18T23:34:16.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17792026-05-18T23:34:16.977Z Running `target/debug/xtask download cargo-hack`
17802026-05-18T23:34:17.774Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17812026-05-18T23:34:18.078Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17822026-05-18T23:34:20.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s
17832026-05-18T23:34:20.741Z Running `target/debug/xtask-downloader cargo-hack`
17842026-05-18T23:34:20.779ZMay 18 23:34:19.672 INFO Starting download, target: CargoHack
17852026-05-18T23:34:20.794ZMay 18 23:34:19.673 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17862026-05-18T23:34:21.227ZMay 18 23:34:20.125 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17872026-05-18T23:34:21.275ZMay 18 23:34:20.174 INFO Download complete, target: CargoHack
17882026-05-18T23:34:21.283Zrunning: "/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"
17892026-05-18T23:34:21.289Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17902026-05-18T23:34:21.473Zinfo: running `cargo check --bins` on api_identity (1/276)
17912026-05-18T23:34:21.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17922026-05-18T23:34:21.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17932026-05-18T23:34:21.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17942026-05-18T23:34:21.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17952026-05-18T23:34:22.027Z
17962026-05-18T23:34:22.027Zinfo: running `cargo check --bins` on bootstore (2/276)
17972026-05-18T23:34:22.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17982026-05-18T23:34:22.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17992026-05-18T23:34:22.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18002026-05-18T23:34:22.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18012026-05-18T23:34:22.617Z
18022026-05-18T23:34:22.617Zinfo: running `cargo check --bins` on omicron-ledger (3/276)
18032026-05-18T23:34:23.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18042026-05-18T23:34:23.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18052026-05-18T23:34:23.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18062026-05-18T23:34:23.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18072026-05-18T23:34:23.204Z
18082026-05-18T23:34:23.204Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/276)
18092026-05-18T23:34:23.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18102026-05-18T23:34:23.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18112026-05-18T23:34:23.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18122026-05-18T23:34:23.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18132026-05-18T23:34:23.793Z
18142026-05-18T23:34:23.793Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/276)
18152026-05-18T23:34:24.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18162026-05-18T23:34:24.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18172026-05-18T23:34:24.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18182026-05-18T23:34:24.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18192026-05-18T23:34:24.379Z
18202026-05-18T23:34:24.379Zinfo: running `cargo check --bins` on omicron-certificates (6/276)
18212026-05-18T23:34:24.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18222026-05-18T23:34:24.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18232026-05-18T23:34:24.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18242026-05-18T23:34:24.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18252026-05-18T23:34:24.978Z
18262026-05-18T23:34:24.978Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/276)
18272026-05-18T23:34:25.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18282026-05-18T23:34:25.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18292026-05-18T23:34:25.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18302026-05-18T23:34:25.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18312026-05-18T23:34:25.580Z
18322026-05-18T23:34:25.580Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/276)
18332026-05-18T23:34:26.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18342026-05-18T23:34:26.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18352026-05-18T23:34:26.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18362026-05-18T23:34:26.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18372026-05-18T23:34:26.171Z
18382026-05-18T23:34:26.171Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/276)
18392026-05-18T23:34:26.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18402026-05-18T23:34:26.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18412026-05-18T23:34:26.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18422026-05-18T23:34:26.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18432026-05-18T23:34:26.639Z
18442026-05-18T23:34:26.639Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/276)
18452026-05-18T23:34:27.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18462026-05-18T23:34:27.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18472026-05-18T23:34:27.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18482026-05-18T23:34:27.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18492026-05-18T23:34:27.116Z
18502026-05-18T23:34:27.116Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/276)
18512026-05-18T23:34:27.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18522026-05-18T23:34:27.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18532026-05-18T23:34:27.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18542026-05-18T23:34:27.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18552026-05-18T23:34:27.601Z
18562026-05-18T23:34:27.601Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/276)
18572026-05-18T23:34:28.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18582026-05-18T23:34:28.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18592026-05-18T23:34:28.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18602026-05-18T23:34:28.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18612026-05-18T23:34:28.065Z
18622026-05-18T23:34:28.065Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/276)
18632026-05-18T23:34:28.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18642026-05-18T23:34:28.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18652026-05-18T23:34:28.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18662026-05-18T23:34:28.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18672026-05-18T23:34:28.543Z
18682026-05-18T23:34:28.543Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/276)
18692026-05-18T23:34:28.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18702026-05-18T23:34:28.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18712026-05-18T23:34:28.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18722026-05-18T23:34:28.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18732026-05-18T23:34:29.022Z
18742026-05-18T23:34:29.022Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/276)
18752026-05-18T23:34:29.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18762026-05-18T23:34:29.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18772026-05-18T23:34:29.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18782026-05-18T23:34:29.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18792026-05-18T23:34:29.502Z
18802026-05-18T23:34:29.502Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/276)
18812026-05-18T23:34:29.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18822026-05-18T23:34:29.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18832026-05-18T23:34:29.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18842026-05-18T23:34:29.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18852026-05-18T23:34:29.973Z
18862026-05-18T23:34:29.973Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/276)
18872026-05-18T23:34:30.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18882026-05-18T23:34:30.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18892026-05-18T23:34:30.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18902026-05-18T23:34:30.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18912026-05-18T23:34:30.452Z
18922026-05-18T23:34:30.452Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/276)
18932026-05-18T23:34:30.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18942026-05-18T23:34:30.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18952026-05-18T23:34:30.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18962026-05-18T23:34:30.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18972026-05-18T23:34:30.936Z
18982026-05-18T23:34:30.937Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/276)
18992026-05-18T23:34:31.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19002026-05-18T23:34:31.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19012026-05-18T23:34:31.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19022026-05-18T23:34:31.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19032026-05-18T23:34:31.401Z
19042026-05-18T23:34:31.401Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/276)
19052026-05-18T23:34:32.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19062026-05-18T23:34:32.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19072026-05-18T23:34:32.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19082026-05-18T23:34:32.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19092026-05-18T23:34:32.324Z
19102026-05-18T23:34:32.324Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/276)
19112026-05-18T23:34:32.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19122026-05-18T23:34:32.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19132026-05-18T23:34:32.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19142026-05-18T23:34:32.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19152026-05-18T23:34:32.406Z
19162026-05-18T23:34:32.406Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/276)
19172026-05-18T23:34:32.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19182026-05-18T23:34:32.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19192026-05-18T23:34:32.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19202026-05-18T23:34:32.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19212026-05-18T23:34:32.827Z
19222026-05-18T23:34:32.827Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/276)
19232026-05-18T23:34:33.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19242026-05-18T23:34:33.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19252026-05-18T23:34:33.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19262026-05-18T23:34:33.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19272026-05-18T23:34:33.318Z
19282026-05-18T23:34:33.318Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/276)
19292026-05-18T23:34:33.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19302026-05-18T23:34:33.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19312026-05-18T23:34:33.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19322026-05-18T23:34:33.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19332026-05-18T23:34:33.790Z
19342026-05-18T23:34:33.790Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/276)
19352026-05-18T23:34:34.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19362026-05-18T23:34:34.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19372026-05-18T23:34:34.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19382026-05-18T23:34:34.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19392026-05-18T23:34:34.256Z
19402026-05-18T23:34:34.257Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/276)
19412026-05-18T23:34:34.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19422026-05-18T23:34:34.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19432026-05-18T23:34:34.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19442026-05-18T23:34:34.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19452026-05-18T23:34:34.722Z
19462026-05-18T23:34:34.722Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/276)
19472026-05-18T23:34:35.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19482026-05-18T23:34:35.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19492026-05-18T23:34:35.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19502026-05-18T23:34:35.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19512026-05-18T23:34:35.196Z
19522026-05-18T23:34:35.196Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/276)
19532026-05-18T23:34:35.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19542026-05-18T23:34:35.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19552026-05-18T23:34:35.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19562026-05-18T23:34:35.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19572026-05-18T23:34:35.722Z
19582026-05-18T23:34:35.722Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/276)
19592026-05-18T23:34:36.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19602026-05-18T23:34:36.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19612026-05-18T23:34:36.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19622026-05-18T23:34:36.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19632026-05-18T23:34:36.163Z
19642026-05-18T23:34:36.163Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/276)
19652026-05-18T23:34:36.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19662026-05-18T23:34:36.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19672026-05-18T23:34:36.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19682026-05-18T23:34:36.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19692026-05-18T23:34:36.641Z
19702026-05-18T23:34:36.641Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/276)
19712026-05-18T23:34:37.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19722026-05-18T23:34:37.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19732026-05-18T23:34:37.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19742026-05-18T23:34:37.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19752026-05-18T23:34:37.090Z
19762026-05-18T23:34:37.090Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/276)
19772026-05-18T23:34:37.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19782026-05-18T23:34:37.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19792026-05-18T23:34:37.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19802026-05-18T23:34:37.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19812026-05-18T23:34:37.560Z
19822026-05-18T23:34:37.560Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/276)
19832026-05-18T23:34:37.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19842026-05-18T23:34:37.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19852026-05-18T23:34:37.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19862026-05-18T23:34:37.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19872026-05-18T23:34:38.034Z
19882026-05-18T23:34:38.034Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/276)
19892026-05-18T23:34:38.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19902026-05-18T23:34:38.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19912026-05-18T23:34:38.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19922026-05-18T23:34:38.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19932026-05-18T23:34:38.509Z
19942026-05-18T23:34:38.509Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/276)
19952026-05-18T23:34:38.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19962026-05-18T23:34:38.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19972026-05-18T23:34:38.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19982026-05-18T23:34:38.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19992026-05-18T23:34:38.985Z
20002026-05-18T23:34:38.985Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/276)
20012026-05-18T23:34:39.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20022026-05-18T23:34:39.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20032026-05-18T23:34:39.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20042026-05-18T23:34:39.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20052026-05-18T23:34:39.462Z
20062026-05-18T23:34:39.462Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/276)
20072026-05-18T23:34:39.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20082026-05-18T23:34:39.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20092026-05-18T23:34:39.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20102026-05-18T23:34:39.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20112026-05-18T23:34:39.938Z
20122026-05-18T23:34:39.938Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/276)
20132026-05-18T23:34:40.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20142026-05-18T23:34:40.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20152026-05-18T23:34:40.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20162026-05-18T23:34:40.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20172026-05-18T23:34:40.414Z
20182026-05-18T23:34:40.414Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/276)
20192026-05-18T23:34:40.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20202026-05-18T23:34:40.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20212026-05-18T23:34:40.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20222026-05-18T23:34:40.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20232026-05-18T23:34:40.890Z
20242026-05-18T23:34:40.890Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/276)
20252026-05-18T23:34:41.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20262026-05-18T23:34:41.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20272026-05-18T23:34:41.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20282026-05-18T23:34:41.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20292026-05-18T23:34:41.366Z
20302026-05-18T23:34:41.366Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/276)
20312026-05-18T23:34:41.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20322026-05-18T23:34:41.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20332026-05-18T23:34:41.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20342026-05-18T23:34:41.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20352026-05-18T23:34:41.842Z
20362026-05-18T23:34:41.842Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/276)
20372026-05-18T23:34:42.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20382026-05-18T23:34:42.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20392026-05-18T23:34:42.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20402026-05-18T23:34:42.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20412026-05-18T23:34:42.322Z
20422026-05-18T23:34:42.322Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/276)
20432026-05-18T23:34:42.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20442026-05-18T23:34:42.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20452026-05-18T23:34:42.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20462026-05-18T23:34:42.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20472026-05-18T23:34:42.806Z
20482026-05-18T23:34:42.806Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/276)
20492026-05-18T23:34:43.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20502026-05-18T23:34:43.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20512026-05-18T23:34:43.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20522026-05-18T23:34:43.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20532026-05-18T23:34:43.285Z
20542026-05-18T23:34:43.285Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/276)
20552026-05-18T23:34:43.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20562026-05-18T23:34:43.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20572026-05-18T23:34:43.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20582026-05-18T23:34:43.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20592026-05-18T23:34:43.777Z
20602026-05-18T23:34:43.777Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/276)
20612026-05-18T23:34:44.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20622026-05-18T23:34:44.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20632026-05-18T23:34:44.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20642026-05-18T23:34:44.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20652026-05-18T23:34:44.243Z
20662026-05-18T23:34:44.243Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/276)
20672026-05-18T23:34:44.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20682026-05-18T23:34:44.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20692026-05-18T23:34:44.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20702026-05-18T23:34:44.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20712026-05-18T23:34:44.718Z
20722026-05-18T23:34:44.718Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/276)
20732026-05-18T23:34:45.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20742026-05-18T23:34:45.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20752026-05-18T23:34:45.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20762026-05-18T23:34:45.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20772026-05-18T23:34:45.196Z
20782026-05-18T23:34:45.196Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/276)
20792026-05-18T23:34:45.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20802026-05-18T23:34:45.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20812026-05-18T23:34:45.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20822026-05-18T23:34:45.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20832026-05-18T23:34:45.839Z
20842026-05-18T23:34:45.839Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/276)
20852026-05-18T23:34:46.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20862026-05-18T23:34:46.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20872026-05-18T23:34:46.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20882026-05-18T23:34:46.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20892026-05-18T23:34:46.485Z
20902026-05-18T23:34:46.485Zinfo: running `cargo check --bins` on nexus-config (51/276)
20912026-05-18T23:34:47.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20922026-05-18T23:34:47.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20932026-05-18T23:34:47.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20942026-05-18T23:34:47.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20952026-05-18T23:34:47.125Z
20962026-05-18T23:34:47.125Zinfo: running `cargo check --bins` on nexus-types (52/276)
20972026-05-18T23:34:47.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20982026-05-18T23:34:47.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20992026-05-18T23:34:47.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21002026-05-18T23:34:47.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21012026-05-18T23:34:47.766Z
21022026-05-18T23:34:47.766Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/276)
21032026-05-18T23:34:48.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21042026-05-18T23:34:48.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21052026-05-18T23:34:48.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21062026-05-18T23:34:48.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21072026-05-18T23:34:48.375Z
21082026-05-18T23:34:48.375Zinfo: running `cargo check --bins` on omicron-passwords (54/276)
21092026-05-18T23:34:48.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21102026-05-18T23:34:48.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21112026-05-18T23:34:48.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21122026-05-18T23:34:48.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21132026-05-18T23:34:48.966Z
21142026-05-18T23:34:48.966Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/276)
21152026-05-18T23:34:49.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21162026-05-18T23:34:49.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21172026-05-18T23:34:49.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21182026-05-18T23:34:49.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21192026-05-18T23:34:49.576Z
21202026-05-18T23:34:49.576Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/276)
21212026-05-18T23:34:50.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21222026-05-18T23:34:50.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21232026-05-18T23:34:50.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21242026-05-18T23:34:50.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21252026-05-18T23:34:50.182Z
21262026-05-18T23:34:50.182Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/276)
21272026-05-18T23:34:50.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21282026-05-18T23:34:50.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21292026-05-18T23:34:50.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21302026-05-18T23:34:50.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21312026-05-18T23:34:50.803Z
21322026-05-18T23:34:50.804Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/276)
21332026-05-18T23:34:51.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21342026-05-18T23:34:51.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21352026-05-18T23:34:51.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21362026-05-18T23:34:51.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21372026-05-18T23:34:51.418Z
21382026-05-18T23:34:51.418Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/276)
21392026-05-18T23:34:51.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21402026-05-18T23:34:51.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21412026-05-18T23:34:51.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21422026-05-18T23:34:51.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21432026-05-18T23:34:51.997Z
21442026-05-18T23:34:51.998Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/276)
21452026-05-18T23:34:52.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21462026-05-18T23:34:52.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21472026-05-18T23:34:52.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21482026-05-18T23:34:52.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21492026-05-18T23:34:52.589Z
21502026-05-18T23:34:52.589Zinfo: running `cargo check --bins --no-default-features` on gfss (61/276)
21512026-05-18T23:34:53.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21522026-05-18T23:34:53.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21532026-05-18T23:34:53.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21542026-05-18T23:34:53.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21552026-05-18T23:34:53.179Z
21562026-05-18T23:34:53.179Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/276)
21572026-05-18T23:34:53.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21582026-05-18T23:34:53.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21592026-05-18T23:34:53.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21602026-05-18T23:34:53.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21612026-05-18T23:34:53.769Z
21622026-05-18T23:34:53.769Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/276)
21632026-05-18T23:34:54.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21642026-05-18T23:34:54.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21652026-05-18T23:34:54.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21662026-05-18T23:34:54.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21672026-05-18T23:34:54.373Z
21682026-05-18T23:34:54.373Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/276)
21692026-05-18T23:34:54.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21702026-05-18T23:34:54.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21712026-05-18T23:34:54.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21722026-05-18T23:34:54.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21732026-05-18T23:34:54.978Z
21742026-05-18T23:34:54.978Zinfo: running `cargo check --bins` on cockroach-admin-types (65/276)
21752026-05-18T23:34:55.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21762026-05-18T23:34:55.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21772026-05-18T23:34:55.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21782026-05-18T23:34:55.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21792026-05-18T23:34:55.566Z
21802026-05-18T23:34:55.566Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/276)
21812026-05-18T23:34:56.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21822026-05-18T23:34:56.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21832026-05-18T23:34:56.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21842026-05-18T23:34:56.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21852026-05-18T23:34:56.155Z
21862026-05-18T23:34:56.155Zinfo: running `cargo check --bins` on ereport-types (67/276)
21872026-05-18T23:34:56.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21882026-05-18T23:34:56.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21892026-05-18T23:34:56.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21902026-05-18T23:34:56.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21912026-05-18T23:34:56.750Z
21922026-05-18T23:34:56.750Zinfo: running `cargo check --bins` on gateway-client (68/276)
21932026-05-18T23:34:57.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21942026-05-18T23:34:57.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21952026-05-18T23:34:57.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21962026-05-18T23:34:57.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21972026-05-18T23:34:57.347Z
21982026-05-18T23:34:57.347Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/276)
21992026-05-18T23:34:57.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22002026-05-18T23:34:57.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22012026-05-18T23:34:57.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22022026-05-18T23:34:57.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22032026-05-18T23:34:57.948Z
22042026-05-18T23:34:57.948Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/276)
22052026-05-18T23:34:58.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22062026-05-18T23:34:58.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22072026-05-18T23:34:58.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22082026-05-18T23:34:58.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22092026-05-18T23:34:58.547Z
22102026-05-18T23:34:58.547Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/276)
22112026-05-18T23:34:59.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22122026-05-18T23:34:59.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22132026-05-18T23:34:59.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22142026-05-18T23:34:59.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22152026-05-18T23:34:59.141Z
22162026-05-18T23:34:59.141Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/276)
22172026-05-18T23:34:59.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22182026-05-18T23:34:59.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22192026-05-18T23:34:59.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22202026-05-18T23:34:59.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22212026-05-18T23:34:59.746Z
22222026-05-18T23:34:59.746Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/276)
22232026-05-18T23:35:00.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22242026-05-18T23:35:00.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22252026-05-18T23:35:00.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22262026-05-18T23:35:00.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22272026-05-18T23:35:00.368Z
22282026-05-18T23:35:00.368Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/276)
22292026-05-18T23:35:00.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22302026-05-18T23:35:00.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22312026-05-18T23:35:00.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22322026-05-18T23:35:00.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22332026-05-18T23:35:00.994Z
22342026-05-18T23:35:00.994Zinfo: running `cargo check --bins` on key-manager-types (75/276)
22352026-05-18T23:35:01.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22362026-05-18T23:35:01.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22372026-05-18T23:35:01.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22382026-05-18T23:35:01.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22392026-05-18T23:35:01.589Z
22402026-05-18T23:35:01.589Zinfo: running `cargo check --bins` on oxlog (76/276)
22412026-05-18T23:35:02.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22422026-05-18T23:35:02.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22432026-05-18T23:35:02.210Z Checking cfg-if v1.0.4
22442026-05-18T23:35:02.212Z Checking libc v0.2.185
22452026-05-18T23:35:02.213Z Checking serde_core v1.0.228
22462026-05-18T23:35:02.330Z Checking zeroize v1.8.2
22472026-05-18T23:35:02.338Z Checking memchr v2.8.0
22482026-05-18T23:35:02.346Z Checking log v0.4.29
22492026-05-18T23:35:02.356Z Checking smallvec v1.15.1
22502026-05-18T23:35:02.367Z Checking typenum v1.19.0
22512026-05-18T23:35:02.367Z Checking subtle v2.6.1
22522026-05-18T23:35:02.465Z Checking itoa v1.0.17
22532026-05-18T23:35:02.501Z Checking scopeguard v1.2.0
22542026-05-18T23:35:02.522Z Checking stable_deref_trait v1.2.1
22552026-05-18T23:35:02.536Z Checking const-oid v0.9.6
22562026-05-18T23:35:02.608Z Checking lock_api v0.4.14
22572026-05-18T23:35:02.615Z Checking zerofrom v0.1.6
22582026-05-18T23:35:02.622Z Checking pin-project-lite v0.2.17
22592026-05-18T23:35:02.709Z Checking portable-atomic v1.13.1
22602026-05-18T23:35:02.712Z Checking critical-section v1.2.0
22612026-05-18T23:35:02.731Z Checking yoke v0.8.1
22622026-05-18T23:35:02.742Z Checking getrandom v0.2.17
22632026-05-18T23:35:02.787Z Checking errno v0.3.14
22642026-05-18T23:35:02.811Z Checking parking_lot_core v0.9.12
22652026-05-18T23:35:02.874Z Checking generic-array v0.14.7
22662026-05-18T23:35:02.886Z Checking rand_core v0.6.4
22672026-05-18T23:35:02.898Z Checking signal-hook-registry v1.4.8
22682026-05-18T23:35:02.902Z Checking zerovec v0.11.5
22692026-05-18T23:35:02.992Z Checking futures-core v0.3.32
22702026-05-18T23:35:03.053Z Checking parking_lot v0.12.5
22712026-05-18T23:35:03.053Z Checking mio v1.2.0
22722026-05-18T23:35:03.100Z Checking once_cell v1.21.3
22732026-05-18T23:35:03.114Z Checking zerocopy v0.8.40
22742026-05-18T23:35:03.201Z Checking zmij v1.0.21
22752026-05-18T23:35:03.243Z Checking socket2 v0.6.3
22762026-05-18T23:35:03.276Z Checking libm v0.2.16
22772026-05-18T23:35:03.312Z Checking crypto-common v0.1.7
22782026-05-18T23:35:03.347Z Checking block-buffer v0.10.4
22792026-05-18T23:35:03.350Z Checking tinystr v0.8.2
22802026-05-18T23:35:03.413Z Checking writeable v0.6.2
22812026-05-18T23:35:03.431Z Checking percent-encoding v2.3.2
22822026-05-18T23:35:03.482Z Checking digest v0.10.7
22832026-05-18T23:35:03.485Z Checking litemap v0.8.1
22842026-05-18T23:35:03.532Z Checking equivalent v1.0.2
22852026-05-18T23:35:03.567Z Checking potential_utf v0.1.4
22862026-05-18T23:35:03.570Z Checking zerotrie v0.2.3
22872026-05-18T23:35:03.613Z Checking futures-sink v0.3.32
22882026-05-18T23:35:03.658Z Checking icu_locale_core v2.1.1
22892026-05-18T23:35:03.674Z Checking futures-io v0.3.32
22902026-05-18T23:35:03.694Z Checking icu_collections v2.1.1
22912026-05-18T23:35:03.709Z Checking futures-channel v0.3.32
22922026-05-18T23:35:03.786Z Checking slab v0.4.12
22932026-05-18T23:35:03.798Z Checking serde v1.0.228
22942026-05-18T23:35:03.812Z Checking bitflags v2.11.0
22952026-05-18T23:35:03.895Z Checking serde_json v1.0.149
22962026-05-18T23:35:03.938Z Checking futures-task v0.3.32
22972026-05-18T23:35:03.968Z Checking num-traits v0.2.19
22982026-05-18T23:35:03.982Z Checking cpufeatures v0.2.17
22992026-05-18T23:35:04.003Z Checking hmac v0.12.1
23002026-05-18T23:35:04.070Z Checking futures-util v0.3.32
23012026-05-18T23:35:04.081Z Checking icu_normalizer_data v2.1.1
23022026-05-18T23:35:04.153Z Checking icu_properties_data v2.1.2
23032026-05-18T23:35:04.165Z Checking hashbrown v0.17.0
23042026-05-18T23:35:04.185Z Checking bytes v1.11.1
23052026-05-18T23:35:04.207Z Checking icu_provider v2.1.1
23062026-05-18T23:35:04.278Z Checking rand_core v0.10.0
23072026-05-18T23:35:04.417Z Checking getrandom v0.4.1
23082026-05-18T23:35:04.436Z Checking icu_properties v2.1.2
23092026-05-18T23:35:04.487Z Checking icu_normalizer v2.1.1
23102026-05-18T23:35:04.559Z Checking block-padding v0.3.3
23112026-05-18T23:35:04.576Z Checking utf8_iter v1.0.4
23122026-05-18T23:35:04.616Z Checking indexmap v2.14.0
23132026-05-18T23:35:04.619Z Checking tokio v1.52.1
23142026-05-18T23:35:04.688Z Checking inout v0.1.4
23152026-05-18T23:35:04.702Z Checking sha2 v0.10.9
23162026-05-18T23:35:04.792Z Checking form_urlencoded v1.2.2
23172026-05-18T23:35:04.825Z Checking cipher v0.4.4
23182026-05-18T23:35:04.916Z Checking getrandom v0.3.4
23192026-05-18T23:35:04.966Z Checking fnv v1.0.7
23202026-05-18T23:35:05.030Z Checking byteorder v1.5.0
23212026-05-18T23:35:05.058Z Checking base64ct v1.8.3
23222026-05-18T23:35:05.073Z Checking flagset v0.4.7
23232026-05-18T23:35:05.169Z Checking rand_core v0.9.5
23242026-05-18T23:35:05.192Z Checking http v1.4.0
23252026-05-18T23:35:05.232Z Checking regex-syntax v0.8.10
23262026-05-18T23:35:05.260Z Checking idna_adapter v1.2.1
23272026-05-18T23:35:05.289Z Checking pem-rfc7468 v0.7.0
23282026-05-18T23:35:05.342Z Checking salsa20 v0.10.2
23292026-05-18T23:35:05.376Z Checking idna v1.1.0
23302026-05-18T23:35:05.444Z Checking der v0.7.10
23312026-05-18T23:35:05.473Z Checking uuid v1.23.0
23322026-05-18T23:35:05.616Z Checking url v2.5.8
23332026-05-18T23:35:05.754Z Checking pbkdf2 v0.12.2
23342026-05-18T23:35:05.782Z Checking rustix v1.1.3
23352026-05-18T23:35:05.863Z Checking tracing-core v0.1.36
23362026-05-18T23:35:05.876Z Checking ppv-lite86 v0.2.21
23372026-05-18T23:35:05.982Z Checking rustls-pki-types v1.14.0
23382026-05-18T23:35:06.059Z Checking base64 v0.22.1
23392026-05-18T23:35:06.165Z Checking iana-time-zone v0.1.65
23402026-05-18T23:35:06.177Z Checking rand_chacha v0.9.0
23412026-05-18T23:35:06.189Z Checking spki v0.7.3
23422026-05-18T23:35:06.265Z Checking tracing v0.1.44
23432026-05-18T23:35:06.279Z Checking chrono v0.4.44
23442026-05-18T23:35:06.316Z Checking scrypt v0.11.0
23452026-05-18T23:35:06.349Z Checking http-body v1.0.1
23462026-05-18T23:35:06.392Z Checking aes v0.8.4
23472026-05-18T23:35:06.454Z Checking cbc v0.1.2
23482026-05-18T23:35:06.471Z Checking aws-lc-sys v0.40.0
23492026-05-18T23:35:06.481Z Checking untrusted v0.7.1
23502026-05-18T23:35:06.527Z Checking tinyvec_macros v0.1.1
23512026-05-18T23:35:06.551Z Checking openssl-probe v0.2.1
23522026-05-18T23:35:06.585Z Checking untrusted v0.9.0
23532026-05-18T23:35:06.597Z Checking tinyvec v1.10.0
23542026-05-18T23:35:06.620Z Checking rand v0.9.2
23552026-05-18T23:35:06.654Z Checking atomic-waker v1.1.2
23562026-05-18T23:35:06.692Z Checking ring v0.17.14
23572026-05-18T23:35:06.748Z Checking tower-layer v0.3.3
23582026-05-18T23:35:06.760Z Checking pkcs5 v0.7.1
23592026-05-18T23:35:06.896Z Checking tower-service v0.3.3
23602026-05-18T23:35:06.906Z Checking try-lock v0.2.5
23612026-05-18T23:35:06.971Z Checking aws-lc-rs v1.16.3
23622026-05-18T23:35:06.986Z Checking ipnet v2.11.0
23632026-05-18T23:35:07.001Z Checking want v0.3.1
23642026-05-18T23:35:07.013Z Checking pkcs8 v0.10.2
23652026-05-18T23:35:07.081Z Checking httparse v1.10.1
23662026-05-18T23:35:07.117Z Checking aho-corasick v1.1.4
23672026-05-18T23:35:07.131Z Checking dyn-clone v1.0.20
23682026-05-18T23:35:07.182Z Checking httpdate v1.0.3
23692026-05-18T23:35:07.231Z Checking foreign-types-shared v0.1.1
23702026-05-18T23:35:07.248Z Checking fastrand v2.3.0
23712026-05-18T23:35:07.286Z Checking plain v0.2.3
23722026-05-18T23:35:07.312Z Checking pin-utils v0.1.0
23732026-05-18T23:35:07.325Z Checking foreign-types v0.3.2
23742026-05-18T23:35:07.382Z Checking unicode-normalization v0.1.25
23752026-05-18T23:35:07.397Z Checking semver v1.0.28
23762026-05-18T23:35:07.401Z Checking openssl-sys v0.9.115
23772026-05-18T23:35:07.419Z Checking tempfile v3.25.0
23782026-05-18T23:35:07.599Z Checking spin v0.9.8
23792026-05-18T23:35:07.614Z Checking ucd-trie v0.1.7
23802026-05-18T23:35:07.686Z Checking unicode-ident v1.0.24
23812026-05-18T23:35:07.746Z Checking pest v2.8.6
23822026-05-18T23:35:07.779Z Checking regex-automata v0.4.14
23832026-05-18T23:35:07.779Z Checking openssl v0.10.79
23842026-05-18T23:35:07.802Z Checking proc-macro2 v1.0.106
23852026-05-18T23:35:07.811Z Checking schemars v0.8.22
23862026-05-18T23:35:07.830Z Checking rustls-webpki v0.103.9
23872026-05-18T23:35:07.833Z Checking rustls-native-certs v0.8.3
23882026-05-18T23:35:07.866Z Checking tokio-util v0.7.18
23892026-05-18T23:35:07.951Z Checking thiserror v2.0.18
23902026-05-18T23:35:08.055Z Checking sync_wrapper v1.0.2
23912026-05-18T23:35:08.102Z Checking wait-timeout v0.2.1
23922026-05-18T23:35:08.153Z Checking bit-vec v0.8.0
23932026-05-18T23:35:08.222Z Checking pretty-hex v0.4.1
23942026-05-18T23:35:08.254Z Checking rustls v0.23.37
23952026-05-18T23:35:08.338Z Checking utf8parse v0.2.2
23962026-05-18T23:35:08.350Z Checking quick-error v1.2.3
23972026-05-18T23:35:08.439Z Checking siphasher v1.0.2
23982026-05-18T23:35:08.452Z Checking anstyle v1.0.13
23992026-05-18T23:35:08.471Z Checking simd-adler32 v0.3.8
24002026-05-18T23:35:08.484Z Checking h2 v0.4.13
24012026-05-18T23:35:08.596Z Checking powerfmt v0.2.0
24022026-05-18T23:35:08.634Z Checking rusty-fork v0.3.1
24032026-05-18T23:35:08.647Z Checking anstyle-parse v0.2.7
24042026-05-18T23:35:08.747Z Checking deranged v0.5.8
24052026-05-18T23:35:08.791Z Checking bit-set v0.8.0
24062026-05-18T23:35:08.805Z Checking tower v0.5.3
24072026-05-18T23:35:08.818Z Checking quote v1.0.45
24082026-05-18T23:35:08.936Z Compiling newtype-uuid v1.3.2
24092026-05-18T23:35:08.982Z Checking http-body-util v0.1.3
24102026-05-18T23:35:09.117Z Checking webpki-roots v1.0.6
24112026-05-18T23:35:09.187Z Checking crossbeam-utils v0.8.21
24122026-05-18T23:35:09.199Z Checking rand_xorshift v0.4.0
24132026-05-18T23:35:09.231Z Checking crc32fast v1.5.0
24142026-05-18T23:35:09.314Z Checking scroll v0.13.0
24152026-05-18T23:35:09.368Z Checking signature v2.2.0
24162026-05-18T23:35:09.498Z Checking unarray v0.1.4
24172026-05-18T23:35:09.519Z Checking num_threads v0.1.7
24182026-05-18T23:35:09.533Z Checking unicode-bidi v0.3.18
24192026-05-18T23:35:09.598Z Checking allocator-api2 v0.2.21
24202026-05-18T23:35:09.611Z Checking is_terminal_polyfill v1.70.2
24212026-05-18T23:35:09.628Z Checking time-core v0.1.8
24222026-05-18T23:35:09.666Z Checking ryu v1.0.23
24232026-05-18T23:35:09.694Z Checking unicode-properties v0.1.4
24242026-05-18T23:35:09.764Z Checking adler2 v2.0.1
24252026-05-18T23:35:09.804Z Checking anstyle-query v1.1.5
24262026-05-18T23:35:09.820Z Checking native-tls v0.2.18
24272026-05-18T23:35:09.825Z Checking colorchoice v1.0.4
24282026-05-18T23:35:09.866Z Checking num-conv v0.2.0
24292026-05-18T23:35:09.880Z Checking iri-string v0.7.10
24302026-05-18T23:35:09.891Z Checking stringprep v0.1.5
24312026-05-18T23:35:09.906Z Checking miniz_oxide v0.8.9
24322026-05-18T23:35:09.924Z Checking anstream v0.6.21
24332026-05-18T23:35:09.976Z Checking time v0.3.47
24342026-05-18T23:35:09.997Z Checking tokio-native-tls v0.3.1
24352026-05-18T23:35:10.040Z Checking serde_urlencoded v0.7.1
24362026-05-18T23:35:10.118Z Checking bstr v1.12.1
24372026-05-18T23:35:10.153Z Checking proptest v1.10.0
24382026-05-18T23:35:10.241Z Checking goblin v0.10.5
24392026-05-18T23:35:10.253Z Checking crossbeam-epoch v0.9.18
24402026-05-18T23:35:10.473Z Compiling daft v0.1.5
24412026-05-18T23:35:10.506Z Checking syn v2.0.117
24422026-05-18T23:35:10.623Z Checking tokio-rustls v0.26.4
24432026-05-18T23:35:10.737Z Checking ipnetwork v0.21.1
24442026-05-18T23:35:10.851Z Checking rand_chacha v0.3.1
24452026-05-18T23:35:10.894Z Checking tower-http v0.6.8
24462026-05-18T23:35:10.957Z Checking scroll v0.12.0
24472026-05-18T23:35:11.058Z Checking thiserror v1.0.69
24482026-05-18T23:35:11.110Z Checking hash32 v0.2.1
24492026-05-18T23:35:11.154Z Checking zstd-sys v2.0.16+zstd.1.5.7
24502026-05-18T23:35:11.167Z Checking num-integer v0.1.46
24512026-05-18T23:35:11.181Z Checking toml_datetime v0.6.11
24522026-05-18T23:35:11.184Z Checking hyper v1.8.1
24532026-05-18T23:35:11.258Z Checking serde_spanned v0.6.9
24542026-05-18T23:35:11.261Z Checking md-5 v0.10.6
24552026-05-18T23:35:11.358Z Checking ff v0.13.1
24562026-05-18T23:35:11.385Z Checking base16ct v0.2.0
24572026-05-18T23:35:11.399Z Checking zlib-rs v0.6.2
24582026-05-18T23:35:11.412Z Checking psl-types v2.0.11
24592026-05-18T23:35:11.484Z Checking fallible-iterator v0.2.0
24602026-05-18T23:35:11.506Z Checking sec1 v0.7.3
24612026-05-18T23:35:11.523Z Checking publicsuffix v2.3.0
24622026-05-18T23:35:11.680Z Checking group v0.13.0
24632026-05-18T23:35:11.704Z Compiling iddqd v0.3.18
24642026-05-18T23:35:11.751Z Checking postgres-protocol v0.6.10
24652026-05-18T23:35:11.826Z Checking num-iter v0.1.45
24662026-05-18T23:35:11.937Z Checking zstd-safe v7.2.4
24672026-05-18T23:35:12.058Z Checking heapless v0.7.17
24682026-05-18T23:35:12.071Z Checking goblin v0.8.2
24692026-05-18T23:35:12.088Z Checking hyper-util v0.1.20
24702026-05-18T23:35:12.101Z Checking cookie v0.18.1
24712026-05-18T23:35:12.264Z Checking flate2 v1.1.9
24722026-05-18T23:35:12.324Z Checking rand v0.8.6
24732026-05-18T23:35:12.459Z Checking oxnet v0.1.4
24742026-05-18T23:35:12.557Z Checking dtrace-parser v0.3.0
24752026-05-18T23:35:12.574Z Checking dof v0.4.0
24762026-05-18T23:35:12.698Z Checking phf_shared v0.13.1
24772026-05-18T23:35:12.774Z Checking lazy_static v1.5.0
24782026-05-18T23:35:12.790Z Checking pin-project v1.1.11
24792026-05-18T23:35:12.836Z Checking zerocopy v0.7.35
24802026-05-18T23:35:12.838Z Checking bzip2-sys v0.1.13+1.0.8
24812026-05-18T23:35:12.860Z Checking signal-hook v0.3.18
24822026-05-18T23:35:12.880Z Checking terminal_size v0.4.3
24832026-05-18T23:35:12.893Z Checking futures-executor v0.3.32
24842026-05-18T23:35:12.926Z Checking hex v0.4.3
24852026-05-18T23:35:12.988Z Checking hkdf v0.12.4
24862026-05-18T23:35:13.034Z Checking crypto-bigint v0.5.5
24872026-05-18T23:35:13.047Z Checking thread-id v5.1.0
24882026-05-18T23:35:13.120Z Checking encoding_rs v0.8.35
24892026-05-18T23:35:13.145Z Checking winnow v0.5.40
24902026-05-18T23:35:13.161Z Checking foldhash v0.1.5
24912026-05-18T23:35:13.220Z Checking bitflags v1.3.2
24922026-05-18T23:35:13.293Z Checking mime v0.3.17
24932026-05-18T23:35:13.305Z Checking foldhash v0.2.0
24942026-05-18T23:35:13.322Z Checking strsim v0.11.1
24952026-05-18T23:35:13.338Z Checking hyper-rustls v0.27.7
24962026-05-18T23:35:13.454Z Checking hyper-tls v0.6.0
24972026-05-18T23:35:13.467Z Compiling rayon-core v1.13.0
24982026-05-18T23:35:13.482Z Checking same-file v1.0.6
24992026-05-18T23:35:13.548Z Checking winnow v0.7.14
25002026-05-18T23:35:13.598Z Checking managed v0.8.0
25012026-05-18T23:35:13.626Z Checking libbz2-rs-sys v0.2.2
25022026-05-18T23:35:13.639Z Checking clap_lex v1.0.0
25032026-05-18T23:35:13.783Z Checking bumpalo v3.20.2
25042026-05-18T23:35:13.786Z Checking either v1.15.0
25052026-05-18T23:35:13.965Z Checking elliptic-curve v0.13.8
25062026-05-18T23:35:13.978Z Checking zopfli v0.8.3
25072026-05-18T23:35:13.978Z Checking clap_builder v4.5.60
25082026-05-18T23:35:14.002Z Checking dof v0.3.0
25092026-05-18T23:35:14.015Z Checking bzip2 v0.6.1
25102026-05-18T23:35:14.086Z Checking reqwest v0.12.28
25112026-05-18T23:35:14.173Z Checking smoltcp v0.9.1
25122026-05-18T23:35:14.282Z Checking walkdir v2.5.0
25132026-05-18T23:35:14.296Z Checking hashbrown v0.16.1
25142026-05-18T23:35:14.308Z Checking hashbrown v0.15.5
25152026-05-18T23:35:14.311Z Checking toml_edit v0.19.15
25162026-05-18T23:35:14.436Z Checking usdt-impl v0.6.0
25172026-05-18T23:35:14.721Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25182026-05-18T23:35:14.736Z Checking signal-hook-mio v0.2.5
25192026-05-18T23:35:14.762Z Checking futures v0.3.32
25202026-05-18T23:35:14.764Z Checking bzip2 v0.4.4
25212026-05-18T23:35:14.786Z Checking phf v0.13.1
25222026-05-18T23:35:14.833Z Checking snafu v0.8.9
25232026-05-18T23:35:14.846Z Checking num-bigint-dig v0.8.6
25242026-05-18T23:35:14.928Z Checking cookie_store v0.22.1
25252026-05-18T23:35:14.931Z Checking zstd v0.13.3
25262026-05-18T23:35:14.952Z Checking postgres-types v0.2.12
25272026-05-18T23:35:15.066Z Checking dtrace-parser v0.2.0
25282026-05-18T23:35:15.112Z Checking rustls-platform-verifier v0.6.2
25292026-05-18T23:35:15.133Z Checking globset v0.4.18
25302026-05-18T23:35:15.224Z Checking crossbeam-deque v0.8.6
25312026-05-18T23:35:15.245Z Checking regex v1.12.3
25322026-05-18T23:35:15.257Z Checking ed25519 v2.2.3
25332026-05-18T23:35:15.272Z Checking phf_shared v0.11.3
25342026-05-18T23:35:15.299Z Checking olpc-cjson v0.1.4
25352026-05-18T23:35:15.333Z Checking ref-cast v1.0.25
25362026-05-18T23:35:15.386Z Checking curve25519-dalek v4.1.3
25372026-05-18T23:35:15.398Z Checking strum v0.27.2
25382026-05-18T23:35:15.409Z Checking hubpack v0.1.2
25392026-05-18T23:35:15.427Z Checking memoffset v0.9.1
25402026-05-18T23:35:15.430Z Checking rustix v0.38.44
25412026-05-18T23:35:15.452Z Checking pkcs1 v0.7.5
25422026-05-18T23:35:15.500Z Checking pem v3.0.6
25432026-05-18T23:35:15.514Z Checking float-cmp v0.10.0
25442026-05-18T23:35:15.527Z Checking serde-big-array v0.5.1
25452026-05-18T23:35:15.569Z Checking erased-serde v0.3.31
25462026-05-18T23:35:15.638Z Checking serde_plain v1.0.2
25472026-05-18T23:35:15.653Z Checking rfc6979 v0.4.0
25482026-05-18T23:35:15.655Z Checking memmap2 v0.9.10
25492026-05-18T23:35:15.655Z Checking thread-id v4.2.2
25502026-05-18T23:35:15.687Z Checking env_filter v1.0.0
25512026-05-18T23:35:15.751Z Checking precomputed-hash v0.1.1
25522026-05-18T23:35:15.762Z Checking difflib v0.4.0
25532026-05-18T23:35:15.776Z Checking data-encoding v2.10.0
25542026-05-18T23:35:15.817Z Checking new_debug_unreachable v1.0.6
25552026-05-18T23:35:15.831Z Checking static_assertions v1.1.0
25562026-05-18T23:35:15.834Z Checking normalize-line-endings v0.3.0
25572026-05-18T23:35:15.883Z Checking fixedbitset v0.4.2
25582026-05-18T23:35:15.911Z Checking unicode-segmentation v1.12.0
25592026-05-18T23:35:15.923Z Checking fixedbitset v0.5.7
25602026-05-18T23:35:15.934Z Checking whoami v2.1.0
25612026-05-18T23:35:15.949Z Checking typed-path v0.9.3
25622026-05-18T23:35:16.030Z Checking toml_write v0.1.2
25632026-05-18T23:35:16.042Z Checking rustc-hash v2.1.1
25642026-05-18T23:35:16.114Z Checking keccak v0.1.6
25652026-05-18T23:35:16.127Z Checking predicates-core v1.0.10
25662026-05-18T23:35:16.151Z Checking jiff v0.2.21
25672026-05-18T23:35:16.155Z Checking ed25519-dalek v2.2.0
25682026-05-18T23:35:16.194Z Checking toml_edit v0.22.27
25692026-05-18T23:35:16.217Z Checking similar v2.7.0
25702026-05-18T23:35:16.235Z Checking crossterm v0.28.1
25712026-05-18T23:35:16.248Z Checking predicates v3.1.4
25722026-05-18T23:35:16.273Z Checking sha3 v0.10.8
25732026-05-18T23:35:16.476Z Checking tokio-postgres v0.7.16
25742026-05-18T23:35:16.544Z Checking petgraph v0.8.3
25752026-05-18T23:35:16.600Z Checking hickory-proto v0.25.2
25762026-05-18T23:35:16.710Z Checking tough v0.22.0
25772026-05-18T23:35:16.934Z Checking petgraph v0.6.5
25782026-05-18T23:35:17.230Z Checking slog v2.8.2
25792026-05-18T23:35:17.275Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25802026-05-18T23:35:17.490Z Checking string_cache v0.8.9
25812026-05-18T23:35:17.656Z Checking env_logger v0.11.9
25822026-05-18T23:35:17.713Z Checking usdt v0.6.0
25832026-05-18T23:35:17.846Z Checking ecdsa v0.16.9
25842026-05-18T23:35:17.877Z Checking usdt-impl v0.5.0
25852026-05-18T23:35:18.101Z Checking rsa v0.9.10
25862026-05-18T23:35:18.178Z Checking nix v0.31.2
25872026-05-18T23:35:18.216Z Checking toml v0.7.8
25882026-05-18T23:35:18.382Z Checking zip v4.6.1
25892026-05-18T23:35:18.514Z Checking reqwest v0.13.2
25902026-05-18T23:35:18.527Z Checking clap v4.5.60
25912026-05-18T23:35:18.583Z Checking zip v0.6.6
25922026-05-18T23:35:18.620Z Checking toml_parser v1.0.9+spec-1.1.0
25932026-05-18T23:35:18.728Z Checking itertools v0.13.0
25942026-05-18T23:35:18.904Z Checking serde_with v3.17.0
25952026-05-18T23:35:18.941Z Checking strum v0.26.3
25962026-05-18T23:35:18.977Z Checking fs-err v3.3.0
25972026-05-18T23:35:19.051Z Checking ahash v0.8.12
25982026-05-18T23:35:19.180Z Checking object v0.37.3
25992026-05-18T23:35:19.246Z Checking tokio-stream v0.1.18
26002026-05-18T23:35:19.280Z Checking buf-list v1.1.2
26012026-05-18T23:35:19.346Z Checking camino v1.2.2
26022026-05-18T23:35:19.394Z Checking anyhow v1.0.102
26032026-05-18T23:35:19.454Z Checking x509-cert v0.2.5
26042026-05-18T23:35:19.580Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26052026-05-18T23:35:19.592Z Checking openapiv3 v2.2.0
26062026-05-18T23:35:19.595Z Checking sha1 v0.10.6
26072026-05-18T23:35:19.620Z Checking toml_datetime v0.7.5+spec-1.1.0
26082026-05-18T23:35:19.753Z Checking peg-runtime v0.8.5
26092026-05-18T23:35:19.766Z Checking lalrpop-util v0.19.12
26102026-05-18T23:35:19.815Z Checking rayon v1.11.0
26112026-05-18T23:35:19.834Z Checking sigpipe v0.1.3
26122026-05-18T23:35:19.895Z Checking glob v0.3.3
26132026-05-18T23:35:21.390Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26142026-05-18T23:35:21.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.07s
26152026-05-18T23:35:21.836Z
26162026-05-18T23:35:21.836Zinfo: running `cargo check --bins` on internal-dns-types (77/276)
26172026-05-18T23:35:22.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26182026-05-18T23:35:22.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26192026-05-18T23:35:22.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26202026-05-18T23:35:22.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26212026-05-18T23:35:22.441Z
26222026-05-18T23:35:22.441Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/276)
26232026-05-18T23:35:22.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26242026-05-18T23:35:22.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26252026-05-18T23:35:22.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26262026-05-18T23:35:22.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26272026-05-18T23:35:23.047Z
26282026-05-18T23:35:23.047Zinfo: running `cargo check --bins` on nexus-types-versions (79/276)
26292026-05-18T23:35:23.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26302026-05-18T23:35:23.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26312026-05-18T23:35:23.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26322026-05-18T23:35:23.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26332026-05-18T23:35:23.671Z
26342026-05-18T23:35:23.671Zinfo: running `cargo check --bins` on oxql-types (80/276)
26352026-05-18T23:35:24.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26362026-05-18T23:35:24.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26372026-05-18T23:35:24.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26382026-05-18T23:35:24.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26392026-05-18T23:35:24.269Z
26402026-05-18T23:35:24.269Zinfo: running `cargo check --bins` on oximeter-types (81/276)
26412026-05-18T23:35:24.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26422026-05-18T23:35:24.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26432026-05-18T23:35:24.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26442026-05-18T23:35:24.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26452026-05-18T23:35:24.873Z
26462026-05-18T23:35:24.874Zinfo: running `cargo check --bins` on oximeter-types-versions (82/276)
26472026-05-18T23:35:25.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26482026-05-18T23:35:25.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26492026-05-18T23:35:25.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26502026-05-18T23:35:25.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26512026-05-18T23:35:25.484Z
26522026-05-18T23:35:25.484Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/276)
26532026-05-18T23:35:25.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26542026-05-18T23:35:25.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26552026-05-18T23:35:25.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26562026-05-18T23:35:25.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26572026-05-18T23:35:26.076Z
26582026-05-18T23:35:26.076Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/276)
26592026-05-18T23:35:26.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26602026-05-18T23:35:26.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26612026-05-18T23:35:26.776Z Compiling structmeta-derive v0.3.0
26622026-05-18T23:35:26.895Z Compiling rustls v0.22.4
26632026-05-18T23:35:26.905Z Compiling multer v3.1.0
26642026-05-18T23:35:26.914Z Compiling async-stream-impl v0.3.6
26652026-05-18T23:35:26.914Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26662026-05-18T23:35:26.935Z Compiling dropshot v0.17.0
26672026-05-18T23:35:26.951Z Compiling dropshot_endpoint v0.17.0
26682026-05-18T23:35:26.951Z Compiling newtype-uuid-macros v0.1.0
26692026-05-18T23:35:27.071Z Checking newtype-uuid v1.3.2
26702026-05-18T23:35:27.170Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26712026-05-18T23:35:27.193Z Checking rustls-webpki v0.102.8
26722026-05-18T23:35:27.271Z Checking daft v0.1.5
26732026-05-18T23:35:27.298Z Checking thread_local v1.1.9
26742026-05-18T23:35:27.461Z Checking compression-core v0.4.31
26752026-05-18T23:35:27.482Z Checking match_cfg v0.1.0
26762026-05-18T23:35:27.509Z Checking iddqd v0.3.18
26772026-05-18T23:35:27.549Z Checking hostname v0.3.1
26782026-05-18T23:35:27.581Z Checking crossbeam-channel v0.5.15
26792026-05-18T23:35:27.595Z Checking compression-codecs v0.4.37
26802026-05-18T23:35:27.642Z Checking slog-json v2.6.1
26812026-05-18T23:35:27.699Z Checking is-terminal v0.4.17
26822026-05-18T23:35:27.756Z Checking toml_datetime v1.0.0+spec-1.1.0
26832026-05-18T23:35:27.790Z Checking serde_spanned v1.0.4
26842026-05-18T23:35:27.801Z Checking toml_writer v1.0.6+spec-1.1.0
26852026-05-18T23:35:27.910Z Checking term v1.2.1
26862026-05-18T23:35:27.922Z Checking debug-ignore v1.0.5
26872026-05-18T23:35:27.947Z Compiling structmeta v0.3.0
26882026-05-18T23:35:27.960Z Checking take_mut v0.2.2
26892026-05-18T23:35:27.979Z Checking toml v1.0.6+spec-1.1.0
26902026-05-18T23:35:28.015Z Checking slog-bunyan v2.5.0
26912026-05-18T23:35:28.063Z Checking slog-async v2.8.0
26922026-05-18T23:35:28.127Z Checking slog-term v2.9.2
26932026-05-18T23:35:28.158Z Checking async-compression v0.4.41
26942026-05-18T23:35:28.173Z Compiling derive-ex v0.1.8
26952026-05-18T23:35:28.252Z Compiling parse-display-derive v0.10.0
26962026-05-18T23:35:28.389Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26972026-05-18T23:35:28.403Z Checking async-stream v0.3.6
26982026-05-18T23:35:28.405Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26992026-05-18T23:35:28.463Z Checking progenitor-client v0.14.0
27002026-05-18T23:35:28.517Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27012026-05-18T23:35:28.581Z Checking waitgroup v0.1.2
27022026-05-18T23:35:28.657Z Checking backon v1.6.0
27032026-05-18T23:35:28.683Z Checking rustls-pemfile v2.2.0
27042026-05-18T23:35:28.717Z Checking serde_path_to_error v0.1.20
27052026-05-18T23:35:28.751Z Checking hostname v0.4.2
27062026-05-18T23:35:28.821Z Checking instant v0.1.13
27072026-05-18T23:35:28.906Z Checking backoff v0.4.0
27082026-05-18T23:35:29.001Z Checking progenitor-extras v0.2.0
27092026-05-18T23:35:29.038Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27102026-05-18T23:35:29.041Z Checking tokio-rustls v0.25.0
27112026-05-18T23:35:29.221Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27122026-05-18T23:35:29.234Z Checking itertools v0.14.0
27132026-05-18T23:35:29.263Z Checking progenitor-client v0.10.0
27142026-05-18T23:35:29.462Z Checking regress v0.10.5
27152026-05-18T23:35:29.488Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27162026-05-18T23:35:29.781Z Checking macaddr v1.0.1
27172026-05-18T23:35:29.869Z Compiling test-strategy v0.4.5
27182026-05-18T23:35:29.949Z Checking parse-display v0.10.0
27192026-05-18T23:35:31.096Z Compiling prettyplease v0.2.37
27202026-05-18T23:35:31.352Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27212026-05-18T23:35:31.495Z Checking num-rational v0.4.2
27222026-05-18T23:35:31.733Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27232026-05-18T23:35:32.054Z Checking num-complex v0.4.6
27242026-05-18T23:35:32.519Z Checking num v0.4.3
27252026-05-18T23:35:32.597Z Compiling usdt-attr-macro v0.5.0
27262026-05-18T23:35:32.642Z Compiling usdt-macro v0.5.0
27272026-05-18T23:35:32.787Z Checking memmap v0.7.0
27282026-05-18T23:35:32.843Z Checking float-ord v0.3.2
27292026-05-18T23:35:32.917Z Checking unicode-width v0.2.0
27302026-05-18T23:35:32.950Z Compiling convert_case v0.4.0
27312026-05-18T23:35:33.204Z Checking console v0.15.11
27322026-05-18T23:35:33.367Z Checking newline-converter v0.3.0
27332026-05-18T23:35:33.379Z Compiling derive_more v0.99.20
27342026-05-18T23:35:33.391Z Checking usdt v0.5.0
27352026-05-18T23:35:33.476Z Checking atomicwrites v0.4.4
27362026-05-18T23:35:33.489Z Compiling toml v0.8.23
27372026-05-18T23:35:33.560Z Compiling minimal-lexical v0.2.1
27382026-05-18T23:35:33.607Z Checking linked-hash-map v0.5.6
27392026-05-18T23:35:33.782Z Checking lru-cache v0.1.2
27402026-05-18T23:35:33.817Z Compiling nom v7.1.3
27412026-05-18T23:35:33.907Z Checking expectorate v1.2.0
27422026-05-18T23:35:34.462Z Checking camino-tempfile v1.4.1
27432026-05-18T23:35:34.621Z Checking hickory-proto v0.24.4
27442026-05-18T23:35:34.624Z Checking phf_shared v0.12.1
27452026-05-18T23:35:34.774Z Compiling slog-dtrace v0.3.0
27462026-05-18T23:35:34.789Z Checking heck v0.5.0
27472026-05-18T23:35:34.915Z Compiling chrono-tz v0.10.4
27482026-05-18T23:35:34.967Z Checking resolv-conf v0.7.6
27492026-05-18T23:35:35.116Z Compiling const_format_proc_macros v0.2.34
27502026-05-18T23:35:35.170Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27512026-05-18T23:35:35.207Z Checking phf v0.12.1
27522026-05-18T23:35:35.339Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27532026-05-18T23:35:35.355Z Checking tokio-dtrace v0.1.1
27542026-05-18T23:35:35.536Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27552026-05-18T23:35:35.641Z Compiling derive-where v1.6.0
27562026-05-18T23:35:35.923Z Checking highway v1.3.0
27572026-05-18T23:35:35.945Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27582026-05-18T23:35:36.156Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27592026-05-18T23:35:36.405Z Checking hickory-resolver v0.24.4
27602026-05-18T23:35:36.633Z Checking const_format v0.2.35
27612026-05-18T23:35:36.670Z Checking oxide-tokio-rt v0.1.4
27622026-05-18T23:35:36.875Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27632026-05-18T23:35:36.943Z Checking gethostname v0.5.0
27642026-05-18T23:35:37.034Z Checking bcs v0.1.6
27652026-05-18T23:35:37.071Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27662026-05-18T23:35:37.084Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27672026-05-18T23:35:37.136Z Checking qorb v0.4.1
27682026-05-18T23:35:37.152Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27692026-05-18T23:35:37.263Z Checking termtree v0.5.1
27702026-05-18T23:35:40.523Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27712026-05-18T23:35:43.230Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27722026-05-18T23:35:45.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.28s
27732026-05-18T23:35:45.546Z
27742026-05-18T23:35:45.546Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/276)
27752026-05-18T23:35:46.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27762026-05-18T23:35:46.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27772026-05-18T23:35:46.231Z Compiling ar_archive_writer v0.5.1
27782026-05-18T23:35:46.344Z Compiling stacker v0.1.23
27792026-05-18T23:35:46.351Z Compiling cfg_aliases v0.1.1
27802026-05-18T23:35:46.359Z Compiling convert_case v0.10.0
27812026-05-18T23:35:46.362Z Checking unicode-width v0.1.14
27822026-05-18T23:35:46.374Z Compiling proc-macro-error v1.0.4
27832026-05-18T23:35:46.385Z Checking fd-lock v4.0.4
27842026-05-18T23:35:46.385Z Checking nibble_vec v0.1.0
27852026-05-18T23:35:46.407Z Compiling nix v0.28.0
27862026-05-18T23:35:46.494Z Checking vte v0.14.1
27872026-05-18T23:35:46.510Z Compiling recursive-proc-macro-impl v0.1.1
27882026-05-18T23:35:46.594Z Checking bytecount v0.6.9
27892026-05-18T23:35:46.606Z Checking endian-type v0.1.2
27902026-05-18T23:35:46.642Z Checking strip-ansi-escapes v0.2.1
27912026-05-18T23:35:46.646Z Compiling derive_more-impl v2.1.1
27922026-05-18T23:35:46.689Z Compiling tabled_derive v0.7.0
27932026-05-18T23:35:46.703Z Checking papergrid v0.11.0
27942026-05-18T23:35:46.731Z Checking radix_trie v0.2.1
27952026-05-18T23:35:46.774Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27962026-05-18T23:35:46.902Z Compiling peg-macros v0.8.5
27972026-05-18T23:35:46.952Z Checking winnow v0.6.26
27982026-05-18T23:35:47.160Z Compiling psm v0.1.30
27992026-05-18T23:35:47.236Z Compiling sqlparser_derive v0.5.0
28002026-05-18T23:35:47.320Z Checking nu-ansi-term v0.50.3
28012026-05-18T23:35:47.479Z Checking derive_more v2.1.1
28022026-05-18T23:35:47.529Z Checking home v0.5.12
28032026-05-18T23:35:47.559Z Checking unicode_categories v0.1.1
28042026-05-18T23:35:47.632Z Checking crossterm v0.29.0
28052026-05-18T23:35:47.663Z Checking tabled v0.15.0
28062026-05-18T23:35:47.694Z Checking rustyline v14.0.0
28072026-05-18T23:35:47.713Z Checking reedline v0.40.0
28082026-05-18T23:35:47.922Z Checking recursive v0.1.1
28092026-05-18T23:35:48.013Z Checking sqlparser v0.61.0
28102026-05-18T23:35:48.028Z Checking display-error-chain v0.2.2
28112026-05-18T23:35:48.084Z Checking sqlformat v0.3.5
28122026-05-18T23:35:48.297Z Checking peg v0.8.5
28132026-05-18T23:35:59.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.66s
28142026-05-18T23:35:59.394Z
28152026-05-18T23:35:59.394Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/276)
28162026-05-18T23:35:59.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28172026-05-18T23:35:59.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28182026-05-18T23:36:00.076Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28192026-05-18T23:36:03.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.14s
28202026-05-18T23:36:03.733Z
28212026-05-18T23:36:03.733Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/276)
28222026-05-18T23:36:04.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28232026-05-18T23:36:04.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28242026-05-18T23:36:04.414Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28252026-05-18T23:36:06.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s
28262026-05-18T23:36:07.076Z
28272026-05-18T23:36:07.076Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/276)
28282026-05-18T23:36:07.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292026-05-18T23:36:07.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302026-05-18T23:36:07.751Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28312026-05-18T23:36:10.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.88s
28322026-05-18T23:36:11.150Z
28332026-05-18T23:36:11.150Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/276)
28342026-05-18T23:36:12.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352026-05-18T23:36:12.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362026-05-18T23:36:12.678Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28372026-05-18T23:36:15.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.93s
28382026-05-18T23:36:15.282Z
28392026-05-18T23:36:15.282Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/276)
28402026-05-18T23:36:15.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412026-05-18T23:36:15.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422026-05-18T23:36:15.963Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28432026-05-18T23:36:18.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s
28442026-05-18T23:36:18.770Z
28452026-05-18T23:36:18.770Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/276)
28462026-05-18T23:36:19.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472026-05-18T23:36:19.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482026-05-18T23:36:19.449Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28492026-05-18T23:36:22.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.32s
28502026-05-18T23:36:22.287Z
28512026-05-18T23:36:22.287Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/276)
28522026-05-18T23:36:22.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532026-05-18T23:36:22.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542026-05-18T23:36:22.973Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28552026-05-18T23:36:26.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
28562026-05-18T23:36:26.579Z
28572026-05-18T23:36:26.579Zinfo: running `cargo check --bins` on oximeter (93/276)
28582026-05-18T23:36:27.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592026-05-18T23:36:27.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602026-05-18T23:36:27.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28612026-05-18T23:36:27.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28622026-05-18T23:36:27.178Z
28632026-05-18T23:36:27.178Zinfo: running `cargo check --bins` on oximeter-schema (94/276)
28642026-05-18T23:36:27.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652026-05-18T23:36:27.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662026-05-18T23:36:27.820Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28672026-05-18T23:36:27.987Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28682026-05-18T23:36:27.989Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28692026-05-18T23:36:28.325Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28702026-05-18T23:36:31.190Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28712026-05-18T23:36:32.390Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28722026-05-18T23:36:32.553Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28732026-05-18T23:36:33.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.03s
28742026-05-18T23:36:33.406Z
28752026-05-18T23:36:33.406Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/276)
28762026-05-18T23:36:33.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28772026-05-18T23:36:33.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28782026-05-18T23:36:33.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28792026-05-18T23:36:33.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28802026-05-18T23:36:34.021Z
28812026-05-18T23:36:34.021Zinfo: running `cargo check --bins` on oximeter-test-utils (96/276)
28822026-05-18T23:36:34.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28832026-05-18T23:36:34.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28842026-05-18T23:36:34.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28852026-05-18T23:36:34.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28862026-05-18T23:36:34.679Z
28872026-05-18T23:36:34.679Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/276)
28882026-05-18T23:36:35.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28892026-05-18T23:36:35.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28902026-05-18T23:36:35.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28912026-05-18T23:36:35.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28922026-05-18T23:36:35.296Z
28932026-05-18T23:36:35.296Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/276)
28942026-05-18T23:36:35.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952026-05-18T23:36:35.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962026-05-18T23:36:35.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28972026-05-18T23:36:35.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28982026-05-18T23:36:35.917Z
28992026-05-18T23:36:35.917Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/276)
29002026-05-18T23:36:36.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29012026-05-18T23:36:36.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29022026-05-18T23:36:36.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29032026-05-18T23:36:36.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29042026-05-18T23:36:36.537Z
29052026-05-18T23:36:36.537Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/276)
29062026-05-18T23:36:37.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072026-05-18T23:36:37.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082026-05-18T23:36:37.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29092026-05-18T23:36:37.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29102026-05-18T23:36:37.160Z
29112026-05-18T23:36:37.160Zinfo: running `cargo check --bins` on trust-quorum-types (101/276)
29122026-05-18T23:36:37.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132026-05-18T23:36:37.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142026-05-18T23:36:37.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29152026-05-18T23:36:37.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29162026-05-18T23:36:37.757Z
29172026-05-18T23:36:37.757Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/276)
29182026-05-18T23:36:38.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192026-05-18T23:36:38.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202026-05-18T23:36:38.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29212026-05-18T23:36:38.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29222026-05-18T23:36:38.380Z
29232026-05-18T23:36:38.380Zinfo: running `cargo check --bins` on update-engine (103/276)
29242026-05-18T23:36:38.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252026-05-18T23:36:38.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262026-05-18T23:36:38.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29272026-05-18T23:36:38.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29282026-05-18T23:36:38.982Z
29292026-05-18T23:36:38.982Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/276)
29302026-05-18T23:36:39.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312026-05-18T23:36:39.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322026-05-18T23:36:39.717Z Compiling crucible-workspace-hack v0.1.0
29332026-05-18T23:36:39.835Z Checking secrecy v0.10.3
29342026-05-18T23:36:39.843Z Compiling heapless v0.8.0
29352026-05-18T23:36:39.850Z Compiling ingot-macros v0.1.1
29362026-05-18T23:36:39.859Z Compiling toml_edit v0.23.10+spec-1.0.0
29372026-05-18T23:36:39.862Z Checking hash32 v0.3.1
29382026-05-18T23:36:39.879Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29392026-05-18T23:36:39.879Z Compiling smoltcp v0.11.0
29402026-05-18T23:36:39.937Z Checking cobs v0.3.0
29412026-05-18T23:36:39.974Z Compiling thiserror-impl-no-std v2.0.2
29422026-05-18T23:36:40.073Z Checking universal-hash v0.5.1
29432026-05-18T23:36:40.086Z Checking half v2.7.1
29442026-05-18T23:36:40.123Z Checking ciborium-io v0.2.2
29452026-05-18T23:36:40.192Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29462026-05-18T23:36:40.211Z Checking opaque-debug v0.3.1
29472026-05-18T23:36:40.245Z Checking postcard v1.1.3
29482026-05-18T23:36:40.286Z Checking poly1305 v0.8.0
29492026-05-18T23:36:40.352Z Checking ciborium-ll v0.2.2
29502026-05-18T23:36:40.389Z Compiling proc-macro-crate v3.4.0
29512026-05-18T23:36:40.527Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29522026-05-18T23:36:40.530Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29532026-05-18T23:36:40.554Z Checking password-hash v0.5.0
29542026-05-18T23:36:40.776Z Checking chacha20 v0.9.1
29552026-05-18T23:36:40.828Z Compiling proc-macro-crate v1.3.1
29562026-05-18T23:36:40.828Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29572026-05-18T23:36:40.924Z Checking blake2 v0.10.6
29582026-05-18T23:36:40.942Z Compiling num_enum_derive v0.7.5
29592026-05-18T23:36:41.005Z Checking aead v0.5.2
29602026-05-18T23:36:41.076Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29612026-05-18T23:36:41.137Z Checking thiserror-no-std v2.0.2
29622026-05-18T23:36:41.150Z Compiling foreign-types-macros v0.2.3
29632026-05-18T23:36:41.164Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29642026-05-18T23:36:41.226Z Checking foreign-types-shared v0.3.1
29652026-05-18T23:36:41.245Z Checking cpufeatures v0.3.0
29662026-05-18T23:36:41.285Z Compiling num_enum_derive v0.5.11
29672026-05-18T23:36:41.316Z Checking vsss-rs v3.3.4
29682026-05-18T23:36:41.342Z Checking chacha20 v0.10.0
29692026-05-18T23:36:41.399Z Checking argon2 v0.5.3
29702026-05-18T23:36:41.541Z Checking chacha20poly1305 v0.10.1
29712026-05-18T23:36:41.670Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29722026-05-18T23:36:41.731Z Checking foreign-types v0.5.0
29732026-05-18T23:36:41.745Z Checking ciborium v0.2.2
29742026-05-18T23:36:41.914Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29752026-05-18T23:36:41.935Z Checking tabwriter v1.4.1
29762026-05-18T23:36:41.977Z Checking num_enum v0.7.5
29772026-05-18T23:36:42.078Z Checking byte-wrapper v0.1.0
29782026-05-18T23:36:42.091Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29792026-05-18T23:36:42.161Z Checking cstr-argument v0.1.2
29802026-05-18T23:36:42.189Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29812026-05-18T23:36:42.282Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29822026-05-18T23:36:42.296Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29832026-05-18T23:36:42.308Z Checking num_enum v0.5.11
29842026-05-18T23:36:42.419Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29852026-05-18T23:36:42.422Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29862026-05-18T23:36:42.484Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29872026-05-18T23:36:42.512Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29882026-05-18T23:36:42.589Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29892026-05-18T23:36:42.620Z Checking rand v0.10.0
29902026-05-18T23:36:42.633Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29912026-05-18T23:36:42.646Z Checking indent_write v2.2.0
29922026-05-18T23:36:42.658Z Checking ingot-types v0.1.2
29932026-05-18T23:36:42.771Z Checking colored v3.1.1
29942026-05-18T23:36:42.787Z Compiling zone_cfg_derive v0.3.1
29952026-05-18T23:36:42.914Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29962026-05-18T23:36:42.938Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29972026-05-18T23:36:42.967Z Checking itertools v0.12.1
29982026-05-18T23:36:43.016Z Checking ingot v0.1.1
29992026-05-18T23:36:43.083Z Compiling num-derive v0.4.2
30002026-05-18T23:36:43.110Z Checking swrite v0.1.0
30012026-05-18T23:36:43.140Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30022026-05-18T23:36:43.217Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30032026-05-18T23:36:43.260Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30042026-05-18T23:36:43.424Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30052026-05-18T23:36:43.452Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30062026-05-18T23:36:43.582Z Checking dropshot-api-manager-types v0.7.1
30072026-05-18T23:36:43.587Z Checking smf v0.2.3
30082026-05-18T23:36:43.594Z Checking nanorand v0.7.0
30092026-05-18T23:36:43.608Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30102026-05-18T23:36:43.736Z Checking whoami v1.6.1
30112026-05-18T23:36:43.792Z Checking flume v0.11.1
30122026-05-18T23:36:43.814Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30132026-05-18T23:36:44.041Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30142026-05-18T23:36:44.055Z Checking zone v0.3.1
30152026-05-18T23:36:44.631Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30162026-05-18T23:36:45.592Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30172026-05-18T23:36:46.467Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30182026-05-18T23:36:49.650Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30192026-05-18T23:36:51.695Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30202026-05-18T23:36:52.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.82s
30212026-05-18T23:36:53.002Z
30222026-05-18T23:36:53.002Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/276)
30232026-05-18T23:36:53.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30242026-05-18T23:36:53.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30252026-05-18T23:36:53.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30262026-05-18T23:36:53.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30272026-05-18T23:36:53.616Z
30282026-05-18T23:36:53.616Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/276)
30292026-05-18T23:36:54.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30302026-05-18T23:36:54.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30312026-05-18T23:36:54.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30322026-05-18T23:36:54.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30332026-05-18T23:36:54.233Z
30342026-05-18T23:36:54.233Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/276)
30352026-05-18T23:36:54.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30362026-05-18T23:36:54.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30372026-05-18T23:36:54.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30382026-05-18T23:36:54.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30392026-05-18T23:36:54.858Z
30402026-05-18T23:36:54.858Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/276)
30412026-05-18T23:36:55.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30422026-05-18T23:36:55.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30432026-05-18T23:36:55.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30442026-05-18T23:36:55.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30452026-05-18T23:36:55.480Z
30462026-05-18T23:36:55.480Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/276)
30472026-05-18T23:36:55.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482026-05-18T23:36:56.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492026-05-18T23:36:56.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30502026-05-18T23:36:56.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30512026-05-18T23:36:56.098Z
30522026-05-18T23:36:56.098Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/276)
30532026-05-18T23:36:56.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30542026-05-18T23:36:56.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30552026-05-18T23:36:56.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30562026-05-18T23:36:56.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30572026-05-18T23:36:56.718Z
30582026-05-18T23:36:56.718Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/276)
30592026-05-18T23:36:57.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602026-05-18T23:36:57.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612026-05-18T23:36:57.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30622026-05-18T23:36:57.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30632026-05-18T23:36:57.336Z
30642026-05-18T23:36:57.336Zinfo: running `cargo check --bins` on cockroach-admin-client (112/276)
30652026-05-18T23:36:57.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662026-05-18T23:36:57.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672026-05-18T23:36:57.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30682026-05-18T23:36:57.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30692026-05-18T23:36:57.941Z
30702026-05-18T23:36:57.941Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/276)
30712026-05-18T23:36:58.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722026-05-18T23:36:58.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732026-05-18T23:36:58.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30742026-05-18T23:36:58.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30752026-05-18T23:36:58.560Z
30762026-05-18T23:36:58.560Zinfo: running `cargo check --bins` on dns-service-client (114/276)
30772026-05-18T23:36:59.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30782026-05-18T23:36:59.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30792026-05-18T23:36:59.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30802026-05-18T23:36:59.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30812026-05-18T23:36:59.173Z
30822026-05-18T23:36:59.173Zinfo: running `cargo check --bins` on installinator-client (115/276)
30832026-05-18T23:36:59.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30842026-05-18T23:36:59.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30852026-05-18T23:36:59.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30862026-05-18T23:36:59.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30872026-05-18T23:36:59.786Z
30882026-05-18T23:36:59.786Zinfo: running `cargo check --bins` on nexus-client (116/276)
30892026-05-18T23:37:00.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30902026-05-18T23:37:00.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30912026-05-18T23:37:00.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30922026-05-18T23:37:00.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30932026-05-18T23:37:00.434Z
30942026-05-18T23:37:00.434Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/276)
30952026-05-18T23:37:00.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30962026-05-18T23:37:00.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30972026-05-18T23:37:00.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30982026-05-18T23:37:00.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30992026-05-18T23:37:01.081Z
31002026-05-18T23:37:01.081Zinfo: running `cargo check --bins` on ntp-admin-client (118/276)
31012026-05-18T23:37:01.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022026-05-18T23:37:01.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032026-05-18T23:37:01.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31042026-05-18T23:37:01.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31052026-05-18T23:37:01.686Z
31062026-05-18T23:37:01.686Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/276)
31072026-05-18T23:37:02.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082026-05-18T23:37:02.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092026-05-18T23:37:02.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31102026-05-18T23:37:02.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31112026-05-18T23:37:02.283Z
31122026-05-18T23:37:02.283Zinfo: running `cargo check --bins` on oxide-client (120/276)
31132026-05-18T23:37:02.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31142026-05-18T23:37:02.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31152026-05-18T23:37:02.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31162026-05-18T23:37:02.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31172026-05-18T23:37:02.892Z
31182026-05-18T23:37:02.892Zinfo: running `cargo check --bins` on oximeter-client (121/276)
31192026-05-18T23:37:03.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31202026-05-18T23:37:03.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31212026-05-18T23:37:03.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31222026-05-18T23:37:03.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31232026-05-18T23:37:03.510Z
31242026-05-18T23:37:03.511Zinfo: running `cargo check --bins` on repo-depot-client (122/276)
31252026-05-18T23:37:04.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31262026-05-18T23:37:04.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31272026-05-18T23:37:04.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31282026-05-18T23:37:04.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31292026-05-18T23:37:04.112Z
31302026-05-18T23:37:04.113Zinfo: running `cargo check --bins` on sled-agent-client (123/276)
31312026-05-18T23:37:04.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31322026-05-18T23:37:04.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31332026-05-18T23:37:04.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31342026-05-18T23:37:04.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31352026-05-18T23:37:04.733Z
31362026-05-18T23:37:04.733Zinfo: running `cargo check --bins` on wicketd-client (124/276)
31372026-05-18T23:37:05.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31382026-05-18T23:37:05.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31392026-05-18T23:37:05.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31402026-05-18T23:37:05.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31412026-05-18T23:37:05.377Z
31422026-05-18T23:37:05.377Zinfo: running `cargo check --bins` on installinator-common (125/276)
31432026-05-18T23:37:05.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31442026-05-18T23:37:05.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31452026-05-18T23:37:05.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31462026-05-18T23:37:05.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31472026-05-18T23:37:06.015Z
31482026-05-18T23:37:06.015Zinfo: running `cargo check --bins` on installinator-common-versions (126/276)
31492026-05-18T23:37:06.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31502026-05-18T23:37:06.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31512026-05-18T23:37:06.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31522026-05-18T23:37:06.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31532026-05-18T23:37:06.614Z
31542026-05-18T23:37:06.614Zinfo: running `cargo check --bins` on wicket-common (127/276)
31552026-05-18T23:37:07.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562026-05-18T23:37:07.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572026-05-18T23:37:07.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31582026-05-18T23:37:07.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31592026-05-18T23:37:07.246Z
31602026-05-18T23:37:07.246Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/276)
31612026-05-18T23:37:07.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31622026-05-18T23:37:07.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31632026-05-18T23:37:07.960Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31642026-05-18T23:37:08.076Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31652026-05-18T23:37:08.083Z Checking csv-core v0.1.13
31662026-05-18T23:37:08.090Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31672026-05-18T23:37:08.098Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31682026-05-18T23:37:08.101Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31692026-05-18T23:37:08.121Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31702026-05-18T23:37:08.133Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31712026-05-18T23:37:08.243Z Checking csv v1.4.0
31722026-05-18T23:37:08.274Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31732026-05-18T23:37:08.290Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31742026-05-18T23:37:08.318Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31752026-05-18T23:37:08.346Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31762026-05-18T23:37:08.584Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31772026-05-18T23:37:08.944Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31782026-05-18T23:37:08.947Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31792026-05-18T23:37:09.280Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31802026-05-18T23:37:15.115Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31812026-05-18T23:37:15.640Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31822026-05-18T23:37:17.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.72s
31832026-05-18T23:37:18.174Z
31842026-05-18T23:37:18.174Zinfo: running `cargo check --bins` on cockroach-admin-api (129/276)
31852026-05-18T23:37:18.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31862026-05-18T23:37:18.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31872026-05-18T23:37:18.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31882026-05-18T23:37:18.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31892026-05-18T23:37:18.777Z
31902026-05-18T23:37:18.777Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/276)
31912026-05-18T23:37:19.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31922026-05-18T23:37:19.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31932026-05-18T23:37:19.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31942026-05-18T23:37:19.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31952026-05-18T23:37:19.464Z
31962026-05-18T23:37:19.464Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/276)
31972026-05-18T23:37:20.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31982026-05-18T23:37:20.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31992026-05-18T23:37:20.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32002026-05-18T23:37:20.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32012026-05-18T23:37:20.155Z
32022026-05-18T23:37:20.155Zinfo: running `cargo check --bins` on gateway-test-utils (132/276)
32032026-05-18T23:37:20.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32042026-05-18T23:37:20.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32052026-05-18T23:37:20.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32062026-05-18T23:37:20.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32072026-05-18T23:37:20.818Z
32082026-05-18T23:37:20.818Zinfo: running `cargo check --bins` on omicron-gateway (133/276)
32092026-05-18T23:37:21.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32102026-05-18T23:37:21.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32112026-05-18T23:37:21.595Z Compiling regress v0.11.1
32122026-05-18T23:37:21.736Z Compiling unsafe-libyaml v0.2.11
32132026-05-18T23:37:21.751Z Compiling semver v0.1.20
32142026-05-18T23:37:21.751Z Compiling radium v0.7.0
32152026-05-18T23:37:21.778Z Checking tap v1.0.1
32162026-05-18T23:37:21.790Z Compiling maybe-uninit v2.0.0
32172026-05-18T23:37:21.804Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32182026-05-18T23:37:21.877Z Checking wyz v0.5.1
32192026-05-18T23:37:22.028Z Compiling rustc_version v0.1.7
32202026-05-18T23:37:22.054Z Checking progenitor-client v0.13.0
32212026-05-18T23:37:22.159Z Compiling zerocopy-derive v0.6.6
32222026-05-18T23:37:22.209Z Compiling cancel-safe-futures v0.1.5
32232026-05-18T23:37:22.248Z Compiling serde_yaml v0.9.34+deprecated
32242026-05-18T23:37:22.321Z Compiling newtype_derive v0.1.6
32252026-05-18T23:37:22.411Z Checking crc-catalog v2.4.0
32262026-05-18T23:37:22.476Z Compiling owo-colors v4.3.0
32272026-05-18T23:37:22.503Z Checking funty v2.0.0
32282026-05-18T23:37:22.516Z Compiling packed_struct v0.10.1
32292026-05-18T23:37:22.827Z Checking bitvec v1.0.1
32302026-05-18T23:37:22.845Z Checking crc v3.4.0
32312026-05-18T23:37:22.953Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32322026-05-18T23:37:22.993Z Checking zerocopy v0.6.6
32332026-05-18T23:37:23.018Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32342026-05-18T23:37:23.161Z Checking typify-impl v0.6.2
32352026-05-18T23:37:23.311Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32362026-05-18T23:37:23.380Z Compiling packed_struct_codegen v0.10.1
32372026-05-18T23:37:23.504Z Checking libsw-core v0.3.2
32382026-05-18T23:37:23.573Z Compiling bitfield-macros v0.19.4
32392026-05-18T23:37:23.649Z Compiling indexmap v1.9.3
32402026-05-18T23:37:23.759Z Checking nodrop v0.1.14
32412026-05-18T23:37:23.859Z Checking array-init v0.0.4
32422026-05-18T23:37:23.877Z Checking libsw v3.5.0
32432026-05-18T23:37:24.032Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32442026-05-18T23:37:24.145Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32452026-05-18T23:37:24.160Z Checking smallvec v0.6.14
32462026-05-18T23:37:24.279Z Checking bitfield v0.19.4
32472026-05-18T23:37:24.305Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32482026-05-18T23:37:24.518Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32492026-05-18T23:37:24.551Z Checking linear-map v1.2.0
32502026-05-18T23:37:24.566Z Checking unicode-linebreak v0.1.5
32512026-05-18T23:37:24.643Z Checking tagptr v0.2.0
32522026-05-18T23:37:24.719Z Checking smawk v0.3.2
32532026-05-18T23:37:24.734Z Checking hashbrown v0.12.3
32542026-05-18T23:37:24.780Z Checking base64 v0.21.7
32552026-05-18T23:37:24.794Z Checking moka v0.12.13
32562026-05-18T23:37:24.849Z Checking textwrap v0.16.2
32572026-05-18T23:37:24.922Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32582026-05-18T23:37:24.942Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32592026-05-18T23:37:25.020Z Checking ron v0.8.1
32602026-05-18T23:37:25.060Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32612026-05-18T23:37:25.110Z Checking steno v0.4.1
32622026-05-18T23:37:25.431Z Checking serde-hex v0.1.0
32632026-05-18T23:37:25.457Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32642026-05-18T23:37:25.502Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32652026-05-18T23:37:25.533Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32662026-05-18T23:37:25.615Z Checking hashbrown v0.13.2
32672026-05-18T23:37:25.868Z Checking crc-any v2.5.0
32682026-05-18T23:37:26.042Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32692026-05-18T23:37:26.056Z Checking humantime v2.3.0
32702026-05-18T23:37:26.089Z Checking object v0.30.4
32712026-05-18T23:37:26.104Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32722026-05-18T23:37:26.183Z Checking hickory-resolver v0.25.2
32732026-05-18T23:37:26.247Z Checking half v1.8.3
32742026-05-18T23:37:26.264Z Checking void v1.0.2
32752026-05-18T23:37:26.279Z Checking utf-8 v0.7.6
32762026-05-18T23:37:26.369Z Checking path-slash v0.1.5
32772026-05-18T23:37:26.414Z Checking tungstenite v0.23.0
32782026-05-18T23:37:26.437Z Checking serde_cbor v0.11.2
32792026-05-18T23:37:26.472Z Checking lzss v0.8.2
32802026-05-18T23:37:26.797Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32812026-05-18T23:37:26.811Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32822026-05-18T23:37:26.825Z Checking nix v0.27.1
32832026-05-18T23:37:26.886Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32842026-05-18T23:37:26.889Z Checking kstat-rs v0.2.4
32852026-05-18T23:37:26.952Z Checking fxhash v0.2.1
32862026-05-18T23:37:27.041Z Checking serde_bytes v0.11.19
32872026-05-18T23:37:27.071Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32882026-05-18T23:37:27.074Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32892026-05-18T23:37:27.216Z Checking tokio-tungstenite v0.23.1
32902026-05-18T23:37:27.312Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32912026-05-18T23:37:27.333Z Checking signal-hook-tokio v0.3.1
32922026-05-18T23:37:27.658Z Compiling typify-macro v0.6.2
32932026-05-18T23:37:28.429Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32942026-05-18T23:37:28.813Z Compiling typify v0.6.2
32952026-05-18T23:37:28.891Z Compiling progenitor-impl v0.13.0
32962026-05-18T23:37:28.891Z Compiling progenitor-impl v0.14.0
32972026-05-18T23:37:29.321Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
32982026-05-18T23:37:29.653Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
32992026-05-18T23:37:30.469Z Compiling progenitor-macro v0.13.0
33002026-05-18T23:37:30.505Z Compiling progenitor-macro v0.14.0
33012026-05-18T23:37:32.872Z Checking progenitor v0.13.0
33022026-05-18T23:37:33.001Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33032026-05-18T23:37:33.186Z Checking progenitor v0.14.0
33042026-05-18T23:37:33.302Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33052026-05-18T23:37:36.020Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33062026-05-18T23:37:43.624Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33072026-05-18T23:37:49.951Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33082026-05-18T23:37:51.330Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33092026-05-18T23:37:51.840Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33102026-05-18T23:37:53.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.12s
33112026-05-18T23:37:54.147Z
33122026-05-18T23:37:54.147Zinfo: running `cargo check --bins` on gateway-api (134/276)
33132026-05-18T23:37:54.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33142026-05-18T23:37:54.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33152026-05-18T23:37:54.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33162026-05-18T23:37:54.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33172026-05-18T23:37:54.753Z
33182026-05-18T23:37:54.753Zinfo: running `cargo check --bins` on ipcc (135/276)
33192026-05-18T23:37:55.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33202026-05-18T23:37:55.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33212026-05-18T23:37:55.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33222026-05-18T23:37:55.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33232026-05-18T23:37:55.362Z
33242026-05-18T23:37:55.362Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/276)
33252026-05-18T23:37:55.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33262026-05-18T23:37:55.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33272026-05-18T23:37:55.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33282026-05-18T23:37:55.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33292026-05-18T23:37:55.959Z
33302026-05-18T23:37:55.959Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/276)
33312026-05-18T23:37:56.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33322026-05-18T23:37:56.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33332026-05-18T23:37:56.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33342026-05-18T23:37:56.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33352026-05-18T23:37:56.574Z
33362026-05-18T23:37:56.574Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/276)
33372026-05-18T23:37:57.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33382026-05-18T23:37:57.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33392026-05-18T23:37:57.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33402026-05-18T23:37:57.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33412026-05-18T23:37:57.187Z
33422026-05-18T23:37:57.187Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/276)
33432026-05-18T23:37:57.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33442026-05-18T23:37:57.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33452026-05-18T23:37:57.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33462026-05-18T23:37:57.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33472026-05-18T23:37:57.797Z
33482026-05-18T23:37:57.797Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/276)
33492026-05-18T23:37:58.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33502026-05-18T23:37:58.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33512026-05-18T23:37:58.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33522026-05-18T23:37:58.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33532026-05-18T23:37:58.414Z
33542026-05-18T23:37:58.414Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/276)
33552026-05-18T23:37:58.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33562026-05-18T23:37:58.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33572026-05-18T23:37:58.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33582026-05-18T23:37:58.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33592026-05-18T23:37:59.025Z
33602026-05-18T23:37:59.025Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/276)
33612026-05-18T23:37:59.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33622026-05-18T23:37:59.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33632026-05-18T23:37:59.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33642026-05-18T23:37:59.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33652026-05-18T23:37:59.640Z
33662026-05-18T23:37:59.640Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/276)
33672026-05-18T23:38:00.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33682026-05-18T23:38:00.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33692026-05-18T23:38:00.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33702026-05-18T23:38:00.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33712026-05-18T23:38:00.259Z
33722026-05-18T23:38:00.259Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/276)
33732026-05-18T23:38:00.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33742026-05-18T23:38:00.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33752026-05-18T23:38:00.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33762026-05-18T23:38:00.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33772026-05-18T23:38:00.874Z
33782026-05-18T23:38:00.875Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/276)
33792026-05-18T23:38:01.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33802026-05-18T23:38:01.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33812026-05-18T23:38:01.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33822026-05-18T23:38:01.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33832026-05-18T23:38:01.491Z
33842026-05-18T23:38:01.491Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/276)
33852026-05-18T23:38:02.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33862026-05-18T23:38:02.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33872026-05-18T23:38:02.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33882026-05-18T23:38:02.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33892026-05-18T23:38:02.104Z
33902026-05-18T23:38:02.104Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/276)
33912026-05-18T23:38:02.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33922026-05-18T23:38:02.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33932026-05-18T23:38:02.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33942026-05-18T23:38:02.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33952026-05-18T23:38:02.714Z
33962026-05-18T23:38:02.714Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/276)
33972026-05-18T23:38:03.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33982026-05-18T23:38:03.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33992026-05-18T23:38:03.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34002026-05-18T23:38:03.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34012026-05-18T23:38:03.334Z
34022026-05-18T23:38:03.334Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/276)
34032026-05-18T23:38:03.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34042026-05-18T23:38:03.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34052026-05-18T23:38:03.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34062026-05-18T23:38:03.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34072026-05-18T23:38:03.947Z
34082026-05-18T23:38:03.947Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/276)
34092026-05-18T23:38:04.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34102026-05-18T23:38:04.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34112026-05-18T23:38:04.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34122026-05-18T23:38:04.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34132026-05-18T23:38:04.561Z
34142026-05-18T23:38:04.561Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/276)
34152026-05-18T23:38:05.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34162026-05-18T23:38:05.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34172026-05-18T23:38:05.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34182026-05-18T23:38:05.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34192026-05-18T23:38:05.176Z
34202026-05-18T23:38:05.176Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/276)
34212026-05-18T23:38:05.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34222026-05-18T23:38:05.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34232026-05-18T23:38:05.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34242026-05-18T23:38:05.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34252026-05-18T23:38:05.786Z
34262026-05-18T23:38:05.786Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/276)
34272026-05-18T23:38:06.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34282026-05-18T23:38:06.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34292026-05-18T23:38:06.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34302026-05-18T23:38:06.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34312026-05-18T23:38:06.402Z
34322026-05-18T23:38:06.402Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/276)
34332026-05-18T23:38:06.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34342026-05-18T23:38:06.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34352026-05-18T23:38:06.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34362026-05-18T23:38:06.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34372026-05-18T23:38:07.017Z
34382026-05-18T23:38:07.017Zinfo: running `cargo check --bins` on oximeter-producer (155/276)
34392026-05-18T23:38:07.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34402026-05-18T23:38:07.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34412026-05-18T23:38:07.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34422026-05-18T23:38:07.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34432026-05-18T23:38:07.666Z
34442026-05-18T23:38:07.666Zinfo: running `cargo check --bins` on internal-dns-resolver (156/276)
34452026-05-18T23:38:08.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34462026-05-18T23:38:08.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34472026-05-18T23:38:08.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34482026-05-18T23:38:08.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34492026-05-18T23:38:08.286Z
34502026-05-18T23:38:08.286Zinfo: running `cargo check --bins` on dns-server (157/276)
34512026-05-18T23:38:08.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34522026-05-18T23:38:08.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34532026-05-18T23:38:08.954Z Compiling parking_lot_core v0.8.6
34542026-05-18T23:38:08.954Z Compiling atomicwrites v0.4.4
34552026-05-18T23:38:08.954Z Compiling git-stub v1.0.0
34562026-05-18T23:38:08.957Z Checking prefix-trie v0.7.0
34572026-05-18T23:38:08.957Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34582026-05-18T23:38:09.193Z Compiling git-stub-vcs v0.1.0
34592026-05-18T23:38:09.359Z Checking hickory-server v0.25.2
34602026-05-18T23:38:09.457Z Checking parking_lot v0.11.2
34612026-05-18T23:38:09.471Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34622026-05-18T23:38:09.550Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34632026-05-18T23:38:09.553Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34642026-05-18T23:38:09.626Z Checking sled v0.34.7
34652026-05-18T23:38:11.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
34662026-05-18T23:38:11.689Z
34672026-05-18T23:38:11.689Zinfo: running `cargo check --bins` on dns-server-api (158/276)
34682026-05-18T23:38:12.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34692026-05-18T23:38:12.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34702026-05-18T23:38:12.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34712026-05-18T23:38:12.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34722026-05-18T23:38:12.294Z
34732026-05-18T23:38:12.294Zinfo: running `cargo check --bins` on oximeter-producer-api (159/276)
34742026-05-18T23:38:12.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752026-05-18T23:38:12.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762026-05-18T23:38:12.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772026-05-18T23:38:12.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34782026-05-18T23:38:12.900Z
34792026-05-18T23:38:12.901Zinfo: running `cargo check --bins` on sp-sim (160/276)
34802026-05-18T23:38:13.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-05-18T23:38:13.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-05-18T23:38:13.635Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34832026-05-18T23:38:15.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.50s
34842026-05-18T23:38:15.616Z
34852026-05-18T23:38:15.616Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (161/276)
34862026-05-18T23:38:16.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872026-05-18T23:38:16.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882026-05-18T23:38:16.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34892026-05-18T23:38:16.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34902026-05-18T23:38:16.278Z
34912026-05-18T23:38:16.279Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (162/276)
34922026-05-18T23:38:16.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932026-05-18T23:38:16.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942026-05-18T23:38:16.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34952026-05-18T23:38:16.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34962026-05-18T23:38:16.938Z
34972026-05-18T23:38:16.938Zinfo: running `cargo check --bins` on db-macros (163/276)
34982026-05-18T23:38:17.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992026-05-18T23:38:17.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002026-05-18T23:38:17.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35012026-05-18T23:38:17.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35022026-05-18T23:38:17.536Z
35032026-05-18T23:38:17.536Zinfo: running `cargo check --bins` on nexus-macros-common (164/276)
35042026-05-18T23:38:18.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052026-05-18T23:38:18.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062026-05-18T23:38:18.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072026-05-18T23:38:18.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35082026-05-18T23:38:18.133Z
35092026-05-18T23:38:18.134Zinfo: running `cargo check --bins` on nexus-auth (165/276)
35102026-05-18T23:38:18.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112026-05-18T23:38:18.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122026-05-18T23:38:18.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132026-05-18T23:38:18.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35142026-05-18T23:38:18.794Z
35152026-05-18T23:38:18.794Zinfo: running `cargo check --bins` on authz-macros (166/276)
35162026-05-18T23:38:19.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172026-05-18T23:38:19.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182026-05-18T23:38:19.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192026-05-18T23:38:19.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35202026-05-18T23:38:19.386Z
35212026-05-18T23:38:19.386Zinfo: running `cargo check --bins` on nexus-db-fixed-data (167/276)
35222026-05-18T23:38:19.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232026-05-18T23:38:19.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242026-05-18T23:38:19.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252026-05-18T23:38:19.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35262026-05-18T23:38:20.041Z
35272026-05-18T23:38:20.041Zinfo: running `cargo check --bins` on nexus-db-model (168/276)
35282026-05-18T23:38:20.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292026-05-18T23:38:20.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302026-05-18T23:38:20.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312026-05-18T23:38:20.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35322026-05-18T23:38:20.700Z
35332026-05-18T23:38:20.700Zinfo: running `cargo check --bins` on nexus-db-schema (169/276)
35342026-05-18T23:38:21.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352026-05-18T23:38:21.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362026-05-18T23:38:21.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35372026-05-18T23:38:21.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35382026-05-18T23:38:21.307Z
35392026-05-18T23:38:21.307Zinfo: running `cargo check --bins` on omicron-rpaths (170/276)
35402026-05-18T23:38:21.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412026-05-18T23:38:21.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422026-05-18T23:38:21.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35432026-05-18T23:38:21.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35442026-05-18T23:38:21.911Z
35452026-05-18T23:38:21.911Zinfo: running `cargo check --bins` on nexus-defaults (171/276)
35462026-05-18T23:38:22.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472026-05-18T23:38:22.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482026-05-18T23:38:22.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492026-05-18T23:38:22.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35502026-05-18T23:38:22.524Z
35512026-05-18T23:38:22.524Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (172/276)
35522026-05-18T23:38:23.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532026-05-18T23:38:23.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542026-05-18T23:38:23.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552026-05-18T23:38:23.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35562026-05-18T23:38:23.122Z
35572026-05-18T23:38:23.122Zinfo: running `cargo check --bins` on parallel-task-set (173/276)
35582026-05-18T23:38:23.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592026-05-18T23:38:23.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602026-05-18T23:38:23.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35612026-05-18T23:38:23.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35622026-05-18T23:38:23.723Z
35632026-05-18T23:38:23.724Zinfo: running `cargo check --bins` on nexus-db-errors (174/276)
35642026-05-18T23:38:24.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652026-05-18T23:38:24.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662026-05-18T23:38:24.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35672026-05-18T23:38:24.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35682026-05-18T23:38:24.385Z
35692026-05-18T23:38:24.385Zinfo: running `cargo check --bins` on nexus-db-lookup (175/276)
35702026-05-18T23:38:24.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712026-05-18T23:38:24.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722026-05-18T23:38:24.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35732026-05-18T23:38:24.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35742026-05-18T23:38:25.049Z
35752026-05-18T23:38:25.049Zinfo: running `cargo check --bins` on nexus-inventory (176/276)
35762026-05-18T23:38:25.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35772026-05-18T23:38:25.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35782026-05-18T23:38:25.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35792026-05-18T23:38:25.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35802026-05-18T23:38:25.710Z
35812026-05-18T23:38:25.710Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (177/276)
35822026-05-18T23:38:26.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35832026-05-18T23:38:26.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35842026-05-18T23:38:26.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35852026-05-18T23:38:26.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35862026-05-18T23:38:26.347Z
35872026-05-18T23:38:26.347Zinfo: running `cargo check --bins --no-default-features` on sled-storage (178/276)
35882026-05-18T23:38:26.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35892026-05-18T23:38:26.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35902026-05-18T23:38:26.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35912026-05-18T23:38:26.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35922026-05-18T23:38:26.980Z
35932026-05-18T23:38:26.980Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (179/276)
35942026-05-18T23:38:27.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35952026-05-18T23:38:27.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35962026-05-18T23:38:27.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35972026-05-18T23:38:27.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35982026-05-18T23:38:27.605Z
35992026-05-18T23:38:27.605Zinfo: running `cargo check --bins` on key-manager (180/276)
36002026-05-18T23:38:28.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36012026-05-18T23:38:28.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36022026-05-18T23:38:28.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36032026-05-18T23:38:28.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36042026-05-18T23:38:28.214Z
36052026-05-18T23:38:28.214Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (181/276)
36062026-05-18T23:38:28.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36072026-05-18T23:38:28.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36082026-05-18T23:38:28.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36092026-05-18T23:38:28.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36102026-05-18T23:38:28.834Z
36112026-05-18T23:38:28.834Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (182/276)
36122026-05-18T23:38:29.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36132026-05-18T23:38:29.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36142026-05-18T23:38:29.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36152026-05-18T23:38:29.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36162026-05-18T23:38:29.462Z
36172026-05-18T23:38:29.462Zinfo: running `cargo check --bins` on typed-rng (183/276)
36182026-05-18T23:38:29.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36192026-05-18T23:38:29.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36202026-05-18T23:38:29.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36212026-05-18T23:38:29.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36222026-05-18T23:38:30.060Z
36232026-05-18T23:38:30.060Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (184/276)
36242026-05-18T23:38:30.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36252026-05-18T23:38:30.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36262026-05-18T23:38:30.932Z Compiling typify-impl v0.4.3
36272026-05-18T23:38:30.932Z Compiling libefi-sys v0.1.0
36282026-05-18T23:38:30.935Z Compiling bitfield-struct v0.6.2
36292026-05-18T23:38:31.089Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36302026-05-18T23:38:31.099Z Compiling xshell-macros v0.2.7
36312026-05-18T23:38:31.118Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36322026-05-18T23:38:31.127Z Compiling salty v0.3.0
36332026-05-18T23:38:31.201Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36342026-05-18T23:38:31.332Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
36352026-05-18T23:38:31.436Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36362026-05-18T23:38:31.508Z Checking xshell v0.2.7
36372026-05-18T23:38:31.524Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36382026-05-18T23:38:31.579Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36392026-05-18T23:38:31.690Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36402026-05-18T23:38:31.706Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36412026-05-18T23:38:31.790Z Checking primeorder v0.13.6
36422026-05-18T23:38:31.870Z Compiling proc-macro-error-attr2 v2.0.0
36432026-05-18T23:38:31.930Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36442026-05-18T23:38:32.026Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36452026-05-18T23:38:32.046Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36462026-05-18T23:38:32.065Z Checking tungstenite v0.21.0
36472026-05-18T23:38:32.163Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36482026-05-18T23:38:32.254Z Checking p384 v0.13.1
36492026-05-18T23:38:32.268Z Compiling proc-macro-error2 v2.0.1
36502026-05-18T23:38:32.299Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36512026-05-18T23:38:32.580Z Compiling num-derive v0.3.3
36522026-05-18T23:38:32.668Z Compiling tabled_derive v0.11.0
36532026-05-18T23:38:32.821Z Checking tokio-tungstenite v0.21.0
36542026-05-18T23:38:33.010Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36552026-05-18T23:38:33.087Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36562026-05-18T23:38:33.103Z Checking papergrid v0.17.0
36572026-05-18T23:38:33.469Z Checking libscf-sys v1.1.0
36582026-05-18T23:38:33.484Z Checking testing_table v0.3.0
36592026-05-18T23:38:33.566Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36602026-05-18T23:38:33.604Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36612026-05-18T23:38:33.723Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36622026-05-18T23:38:33.843Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36632026-05-18T23:38:33.911Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36642026-05-18T23:38:34.072Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36652026-05-18T23:38:34.122Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36662026-05-18T23:38:34.139Z Compiling unicase v2.9.0
36672026-05-18T23:38:34.187Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36682026-05-18T23:38:34.269Z Checking corncobs v0.1.4
36692026-05-18T23:38:34.318Z Compiling illumos-nvpair-sys v0.2.0
36702026-05-18T23:38:34.341Z Compiling mime_guess v2.0.5
36712026-05-18T23:38:34.398Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36722026-05-18T23:38:34.603Z Checking tabled v0.20.0
36732026-05-18T23:38:34.620Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36742026-05-18T23:38:34.637Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36752026-05-18T23:38:34.656Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36762026-05-18T23:38:34.839Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
36772026-05-18T23:38:34.873Z Checking progenitor-client v0.11.2
36782026-05-18T23:38:34.890Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36792026-05-18T23:38:34.985Z Checking secrecy v0.8.0
36802026-05-18T23:38:35.003Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36812026-05-18T23:38:35.106Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36822026-05-18T23:38:35.463Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36832026-05-18T23:38:35.477Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36842026-05-18T23:38:35.481Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36852026-05-18T23:38:35.494Z Compiling typify-macro v0.4.3
36862026-05-18T23:38:35.602Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36872026-05-18T23:38:35.682Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36882026-05-18T23:38:35.724Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
36892026-05-18T23:38:35.763Z Checking filetime v0.2.27
36902026-05-18T23:38:35.887Z Checking http-range v0.1.5
36912026-05-18T23:38:35.903Z Checking xattr v1.6.1
36922026-05-18T23:38:36.017Z Checking crc8 v0.1.1
36932026-05-18T23:38:36.117Z Checking tar v0.4.45
36942026-05-18T23:38:36.134Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36952026-05-18T23:38:36.323Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36962026-05-18T23:38:36.509Z Checking illumos-nvpair v0.3.0
36972026-05-18T23:38:36.623Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36982026-05-18T23:38:36.667Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36992026-05-18T23:38:36.685Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
37002026-05-18T23:38:37.002Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37012026-05-18T23:38:37.016Z Checking atty v0.2.14
37022026-05-18T23:38:37.033Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37032026-05-18T23:38:37.061Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37042026-05-18T23:38:37.117Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37052026-05-18T23:38:37.207Z Compiling typify v0.4.3
37062026-05-18T23:38:37.379Z Compiling progenitor-impl v0.11.2
37072026-05-18T23:38:37.587Z Compiling progenitor-impl v0.10.0
37082026-05-18T23:38:37.746Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37092026-05-18T23:38:37.989Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37102026-05-18T23:38:38.301Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37112026-05-18T23:38:38.341Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37122026-05-18T23:38:38.789Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37132026-05-18T23:38:39.030Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37142026-05-18T23:38:39.202Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
37152026-05-18T23:38:39.275Z Checking hyper-staticfile v0.10.1
37162026-05-18T23:38:39.375Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
37172026-05-18T23:38:39.415Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37182026-05-18T23:38:39.571Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37192026-05-18T23:38:39.605Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37202026-05-18T23:38:39.679Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37212026-05-18T23:38:39.928Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37222026-05-18T23:38:39.947Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37232026-05-18T23:38:39.965Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37242026-05-18T23:38:40.060Z Compiling progenitor-macro v0.11.2
37252026-05-18T23:38:40.205Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37262026-05-18T23:38:40.259Z Compiling progenitor-macro v0.10.0
37272026-05-18T23:38:42.786Z Checking progenitor v0.11.2
37282026-05-18T23:38:42.818Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37292026-05-18T23:38:42.917Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37302026-05-18T23:38:43.072Z Checking progenitor v0.10.0
37312026-05-18T23:38:43.233Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37322026-05-18T23:38:47.583Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
37332026-05-18T23:38:58.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.48s
37342026-05-18T23:38:58.764Z
37352026-05-18T23:38:58.764Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (185/276)
37362026-05-18T23:38:59.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37372026-05-18T23:38:59.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37382026-05-18T23:38:59.561Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37392026-05-18T23:39:10.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s
37402026-05-18T23:39:10.426Z
37412026-05-18T23:39:10.426Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (186/276)
37422026-05-18T23:39:10.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37432026-05-18T23:39:10.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37442026-05-18T23:39:11.227Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37452026-05-18T23:39:21.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.46s
37462026-05-18T23:39:22.123Z
37472026-05-18T23:39:22.123Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (187/276)
37482026-05-18T23:39:22.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37492026-05-18T23:39:22.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37502026-05-18T23:39:22.927Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37512026-05-18T23:39:33.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.52s
37522026-05-18T23:39:33.872Z
37532026-05-18T23:39:33.872Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (188/276)
37542026-05-18T23:39:34.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37552026-05-18T23:39:34.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37562026-05-18T23:39:34.658Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37572026-05-18T23:39:45.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.48s
37582026-05-18T23:39:45.584Z
37592026-05-18T23:39:45.584Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (189/276)
37602026-05-18T23:39:46.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37612026-05-18T23:39:46.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37622026-05-18T23:39:46.368Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37632026-05-18T23:39:57.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.63s
37642026-05-18T23:39:57.437Z
37652026-05-18T23:39:57.437Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (190/276)
37662026-05-18T23:39:57.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37672026-05-18T23:39:58.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37682026-05-18T23:39:58.230Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37692026-05-18T23:40:08.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.48s
37702026-05-18T23:40:09.145Z
37712026-05-18T23:40:09.145Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (191/276)
37722026-05-18T23:40:09.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37732026-05-18T23:40:09.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37742026-05-18T23:40:09.929Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37752026-05-18T23:40:20.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.57s
37762026-05-18T23:40:20.946Z
37772026-05-18T23:40:20.946Zinfo: running `cargo check --bins` on bootstrap-agent-api (192/276)
37782026-05-18T23:40:21.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37792026-05-18T23:40:21.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37802026-05-18T23:40:21.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37812026-05-18T23:40:21.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37822026-05-18T23:40:21.555Z
37832026-05-18T23:40:21.555Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (193/276)
37842026-05-18T23:40:22.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37852026-05-18T23:40:22.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37862026-05-18T23:40:22.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37872026-05-18T23:40:22.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37882026-05-18T23:40:22.165Z
37892026-05-18T23:40:22.165Zinfo: running `cargo check --bins` on range-requests (194/276)
37902026-05-18T23:40:22.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37912026-05-18T23:40:22.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37922026-05-18T23:40:22.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37932026-05-18T23:40:22.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37942026-05-18T23:40:22.763Z
37952026-05-18T23:40:22.763Zinfo: running `cargo check --bins` on repo-depot-api (195/276)
37962026-05-18T23:40:23.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37972026-05-18T23:40:23.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37982026-05-18T23:40:23.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37992026-05-18T23:40:23.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38002026-05-18T23:40:23.369Z
38012026-05-18T23:40:23.369Zinfo: running `cargo check --bins` on sled-agent-api (196/276)
38022026-05-18T23:40:23.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38032026-05-18T23:40:23.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38042026-05-18T23:40:23.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38052026-05-18T23:40:23.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38062026-05-18T23:40:23.991Z
38072026-05-18T23:40:23.991Zinfo: running `cargo check --bins` on sled-diagnostics (197/276)
38082026-05-18T23:40:24.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38092026-05-18T23:40:24.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38102026-05-18T23:40:24.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38112026-05-18T23:40:24.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38122026-05-18T23:40:24.613Z
38132026-05-18T23:40:24.613Zinfo: running `cargo check --bins` on zfs-test-harness (198/276)
38142026-05-18T23:40:25.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38152026-05-18T23:40:25.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38162026-05-18T23:40:25.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38172026-05-18T23:40:25.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38182026-05-18T23:40:25.239Z
38192026-05-18T23:40:25.239Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (199/276)
38202026-05-18T23:40:25.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38212026-05-18T23:40:25.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38222026-05-18T23:40:25.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38232026-05-18T23:40:25.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38242026-05-18T23:40:25.869Z
38252026-05-18T23:40:25.869Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (200/276)
38262026-05-18T23:40:26.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38272026-05-18T23:40:26.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38282026-05-18T23:40:26.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38292026-05-18T23:40:26.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38302026-05-18T23:40:26.502Z
38312026-05-18T23:40:26.502Zinfo: running `cargo check --bins` on sled-agent-early-networking (201/276)
38322026-05-18T23:40:27.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38332026-05-18T23:40:27.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38342026-05-18T23:40:27.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38352026-05-18T23:40:27.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38362026-05-18T23:40:27.129Z
38372026-05-18T23:40:27.130Zinfo: running `cargo check --bins` on sled-agent-health-monitor (202/276)
38382026-05-18T23:40:27.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38392026-05-18T23:40:27.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38402026-05-18T23:40:27.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38412026-05-18T23:40:27.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38422026-05-18T23:40:27.757Z
38432026-05-18T23:40:27.757Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (203/276)
38442026-05-18T23:40:28.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38452026-05-18T23:40:28.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38462026-05-18T23:40:28.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38472026-05-18T23:40:28.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38482026-05-18T23:40:28.386Z
38492026-05-18T23:40:28.386Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (204/276)
38502026-05-18T23:40:28.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38512026-05-18T23:40:28.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38522026-05-18T23:40:28.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38532026-05-18T23:40:28.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38542026-05-18T23:40:29.018Z
38552026-05-18T23:40:29.018Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (205/276)
38562026-05-18T23:40:29.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38572026-05-18T23:40:29.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38582026-05-18T23:40:29.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38592026-05-18T23:40:29.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38602026-05-18T23:40:29.651Z
38612026-05-18T23:40:29.651Zinfo: running `cargo check --bins` on sled-agent-rack-setup (206/276)
38622026-05-18T23:40:30.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38632026-05-18T23:40:30.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38642026-05-18T23:40:30.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38652026-05-18T23:40:30.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38662026-05-18T23:40:30.306Z
38672026-05-18T23:40:30.306Zinfo: running `cargo check --bins` on trust-quorum (207/276)
38682026-05-18T23:40:30.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38692026-05-18T23:40:30.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38702026-05-18T23:40:30.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38712026-05-18T23:40:30.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38722026-05-18T23:40:30.936Z
38732026-05-18T23:40:30.936Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (208/276)
38742026-05-18T23:40:31.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38752026-05-18T23:40:31.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38762026-05-18T23:40:31.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38772026-05-18T23:40:31.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38782026-05-18T23:40:31.577Z
38792026-05-18T23:40:31.577Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (209/276)
38802026-05-18T23:40:32.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38812026-05-18T23:40:32.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38822026-05-18T23:40:32.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38832026-05-18T23:40:32.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38842026-05-18T23:40:32.235Z
38852026-05-18T23:40:32.235Zinfo: running `cargo check --bins` on update-common (210/276)
38862026-05-18T23:40:32.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38872026-05-18T23:40:32.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38882026-05-18T23:40:32.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38892026-05-18T23:40:32.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38902026-05-18T23:40:32.849Z
38912026-05-18T23:40:32.849Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (211/276)
38922026-05-18T23:40:33.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38932026-05-18T23:40:33.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38942026-05-18T23:40:33.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38952026-05-18T23:40:33.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38962026-05-18T23:40:33.508Z
38972026-05-18T23:40:33.508Zinfo: running `cargo check --bins` on omicron-deployment-graph (212/276)
38982026-05-18T23:40:34.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38992026-05-18T23:40:34.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39002026-05-18T23:40:34.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39012026-05-18T23:40:34.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39022026-05-18T23:40:34.097Z
39032026-05-18T23:40:34.097Zinfo: running `cargo check --bins` on reconfigurator-cli (213/276)
39042026-05-18T23:40:34.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39052026-05-18T23:40:34.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39062026-05-18T23:40:34.877Z Compiling fs-err v2.11.0
39072026-05-18T23:40:34.880Z Checking ignore v0.4.25
39082026-05-18T23:40:34.880Z Checking arc-swap v1.8.2
39092026-05-18T23:40:35.014Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39102026-05-18T23:40:35.017Z Checking predicates-tree v1.0.13
39112026-05-18T23:40:35.017Z Checking parse-size v1.1.0
39122026-05-18T23:40:35.044Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39132026-05-18T23:40:35.047Z Checking rand_seeder v0.4.0
39142026-05-18T23:40:35.108Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39152026-05-18T23:40:35.143Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39162026-05-18T23:40:35.195Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39172026-05-18T23:40:35.203Z Checking slog-scope v4.4.1
39182026-05-18T23:40:35.288Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39192026-05-18T23:40:35.340Z Compiling petname v2.0.2
39202026-05-18T23:40:35.377Z Checking globwalk v0.9.1
39212026-05-18T23:40:35.391Z Checking slog-stdlog v4.1.1
39222026-05-18T23:40:35.406Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39232026-05-18T23:40:35.440Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39242026-05-18T23:40:35.506Z Checking slog-envlogger v2.2.0
39252026-05-18T23:40:35.553Z Checking camino-tempfile-ext v0.3.3
39262026-05-18T23:40:35.630Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39272026-05-18T23:40:35.652Z Checking sapling-renderdag v0.1.0
39282026-05-18T23:40:35.744Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39292026-05-18T23:40:35.816Z Checking subprocess v0.2.15
39302026-05-18T23:40:35.882Z Checking sync-ptr v0.1.4
39312026-05-18T23:40:35.998Z Checking colored v2.2.0
39322026-05-18T23:40:36.031Z Checking assert_matches v1.5.0
39332026-05-18T23:40:36.105Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39342026-05-18T23:40:36.245Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39352026-05-18T23:40:36.248Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39362026-05-18T23:40:36.945Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39372026-05-18T23:40:38.270Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39382026-05-18T23:40:40.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.39s
39392026-05-18T23:40:40.694Z
39402026-05-18T23:40:40.694Zinfo: running `cargo check --bins` on omicron-repl-utils (214/276)
39412026-05-18T23:40:41.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-05-18T23:40:41.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-05-18T23:40:41.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442026-05-18T23:40:41.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39452026-05-18T23:40:41.288Z
39462026-05-18T23:40:41.288Zinfo: running `cargo check --bins` on transient-dns-server (215/276)
39472026-05-18T23:40:41.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-05-18T23:40:41.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-05-18T23:40:41.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-05-18T23:40:41.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39512026-05-18T23:40:41.902Z
39522026-05-18T23:40:41.902Zinfo: running `cargo check --bins` on nexus-test-interface (216/276)
39532026-05-18T23:40:42.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-05-18T23:40:42.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-05-18T23:40:42.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-05-18T23:40:42.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39572026-05-18T23:40:42.560Z
39582026-05-18T23:40:42.560Zinfo: running `cargo check --bins` on oximeter-collector (217/276)
39592026-05-18T23:40:43.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-05-18T23:40:43.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-05-18T23:40:43.293Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39622026-05-18T23:40:43.293Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39632026-05-18T23:40:43.936Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39642026-05-18T23:40:45.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.96s
39652026-05-18T23:40:45.732Z
39662026-05-18T23:40:45.732Zinfo: running `cargo check --bins` on oximeter-api (218/276)
39672026-05-18T23:40:46.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39682026-05-18T23:40:46.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39692026-05-18T23:40:46.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39702026-05-18T23:40:46.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39712026-05-18T23:40:46.338Z
39722026-05-18T23:40:46.338Zinfo: running `cargo check --bins` on cert-dev (219/276)
39732026-05-18T23:40:46.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39742026-05-18T23:40:46.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39752026-05-18T23:40:46.948Z Checking yasna v0.5.2
39762026-05-18T23:40:47.350Z Checking rcgen v0.12.1
39772026-05-18T23:40:47.597Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39782026-05-18T23:40:47.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
39792026-05-18T23:40:47.964Z
39802026-05-18T23:40:47.964Zinfo: running `cargo check --bins` on clickana (220/276)
39812026-05-18T23:40:48.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39822026-05-18T23:40:48.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39832026-05-18T23:40:48.617Z Compiling darling_core v0.23.0
39842026-05-18T23:40:48.620Z Compiling instability v0.3.11
39852026-05-18T23:40:48.734Z Checking castaway v0.2.4
39862026-05-18T23:40:48.740Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39872026-05-18T23:40:48.743Z Compiling indoc v2.0.7
39882026-05-18T23:40:48.755Z Checking unicode-truncate v1.1.0
39892026-05-18T23:40:48.758Z Checking lru v0.12.5
39902026-05-18T23:40:48.758Z Checking cassowary v0.3.0
39912026-05-18T23:40:48.822Z Checking compact_str v0.8.1
39922026-05-18T23:40:49.788Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39932026-05-18T23:40:49.979Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39942026-05-18T23:40:50.147Z Compiling darling_macro v0.23.0
39952026-05-18T23:40:50.552Z Compiling darling v0.23.0
39962026-05-18T23:40:51.164Z Checking ratatui v0.29.0
39972026-05-18T23:40:52.213Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39982026-05-18T23:40:52.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.91s
39992026-05-18T23:40:53.056Z
40002026-05-18T23:40:53.056Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (221/276)
40012026-05-18T23:40:53.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-05-18T23:40:53.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-05-18T23:40:53.793Z Checking headers-core v0.3.0
40042026-05-18T23:40:53.796Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40052026-05-18T23:40:53.989Z Checking headers v0.4.1
40062026-05-18T23:40:54.364Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40072026-05-18T23:40:55.223Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40082026-05-18T23:40:55.720Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40092026-05-18T23:40:56.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s
40102026-05-18T23:40:56.348Z
40112026-05-18T23:40:56.348Zinfo: running `cargo check --bins` on ch-dev (222/276)
40122026-05-18T23:40:56.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40132026-05-18T23:40:56.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40142026-05-18T23:40:57.074Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40152026-05-18T23:40:57.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
40162026-05-18T23:40:58.045Z
40172026-05-18T23:40:58.045Zinfo: running `cargo check --bins` on dev-tools-common (223/276)
40182026-05-18T23:40:58.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40192026-05-18T23:40:58.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40202026-05-18T23:40:58.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40212026-05-18T23:40:58.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
40222026-05-18T23:40:58.524Z
40232026-05-18T23:40:58.524Zinfo: running `cargo check --bins` on crdb-seed (224/276)
40242026-05-18T23:40:59.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40252026-05-18T23:40:59.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40262026-05-18T23:40:59.250Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40272026-05-18T23:41:00.244Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40282026-05-18T23:41:00.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s
40292026-05-18T23:41:00.804Z
40302026-05-18T23:41:00.804Zinfo: running `cargo check --bins` on db-dev (225/276)
40312026-05-18T23:41:01.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40322026-05-18T23:41:01.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40332026-05-18T23:41:01.536Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40342026-05-18T23:41:02.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
40352026-05-18T23:41:02.499Z
40362026-05-18T23:41:02.499Zinfo: running `cargo check --bins` on omicron-dev-lib (226/276)
40372026-05-18T23:41:03.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40382026-05-18T23:41:03.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40392026-05-18T23:41:03.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40402026-05-18T23:41:03.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40412026-05-18T23:41:03.143Z
40422026-05-18T23:41:03.143Zinfo: running `cargo check --bins` on xtask-downloader (227/276)
40432026-05-18T23:41:03.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40442026-05-18T23:41:03.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40452026-05-18T23:41:03.758Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40462026-05-18T23:41:04.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
40472026-05-18T23:41:04.607Z
40482026-05-18T23:41:04.607Zinfo: running `cargo check --bins` on omicron-dropshot-apis (228/276)
40492026-05-18T23:41:05.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40502026-05-18T23:41:05.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40512026-05-18T23:41:05.369Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40522026-05-18T23:41:05.369Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40532026-05-18T23:41:05.372Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
40542026-05-18T23:41:05.372Z Checking git-stub v1.0.0
40552026-05-18T23:41:05.372Z Compiling trait-variant v0.1.2
40562026-05-18T23:41:05.489Z Checking is_ci v1.2.0
40572026-05-18T23:41:05.492Z Checking maplit v1.0.2
40582026-05-18T23:41:05.521Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40592026-05-18T23:41:05.588Z Checking supports-color v3.0.2
40602026-05-18T23:41:05.610Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40612026-05-18T23:41:05.627Z Checking git-stub-vcs v0.1.0
40622026-05-18T23:41:05.704Z Checking drift v0.1.4
40632026-05-18T23:41:05.716Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40642026-05-18T23:41:05.814Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40652026-05-18T23:41:05.829Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40662026-05-18T23:41:05.992Z Checking dropshot-api-manager v0.7.1
40672026-05-18T23:41:06.008Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40682026-05-18T23:41:06.025Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40692026-05-18T23:41:06.038Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
40702026-05-18T23:41:06.235Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40712026-05-18T23:41:06.263Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40722026-05-18T23:41:06.431Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
40732026-05-18T23:41:06.782Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40742026-05-18T23:41:11.685Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40752026-05-18T23:41:12.794Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40762026-05-18T23:41:13.358Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40772026-05-18T23:41:13.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.17s
40782026-05-18T23:41:13.998Z
40792026-05-18T23:41:13.998Zinfo: running `cargo check --bins` on installinator-api (229/276)
40802026-05-18T23:41:14.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40812026-05-18T23:41:14.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40822026-05-18T23:41:14.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40832026-05-18T23:41:14.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40842026-05-18T23:41:14.602Z
40852026-05-18T23:41:14.602Zinfo: running `cargo check --bins` on nexus-external-api (230/276)
40862026-05-18T23:41:15.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40872026-05-18T23:41:15.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40882026-05-18T23:41:15.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40892026-05-18T23:41:15.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40902026-05-18T23:41:15.246Z
40912026-05-18T23:41:15.246Zinfo: running `cargo check --bins` on nexus-internal-api (231/276)
40922026-05-18T23:41:15.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40932026-05-18T23:41:15.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40942026-05-18T23:41:15.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40952026-05-18T23:41:15.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40962026-05-18T23:41:15.888Z
40972026-05-18T23:41:15.888Zinfo: running `cargo check --bins` on nexus-lockstep-api (232/276)
40982026-05-18T23:41:16.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40992026-05-18T23:41:16.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41002026-05-18T23:41:16.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41012026-05-18T23:41:16.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41022026-05-18T23:41:16.534Z
41032026-05-18T23:41:16.534Zinfo: running `cargo check --bins` on ntp-admin-api (233/276)
41042026-05-18T23:41:17.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41052026-05-18T23:41:17.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41062026-05-18T23:41:17.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41072026-05-18T23:41:17.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41082026-05-18T23:41:17.135Z
41092026-05-18T23:41:17.135Zinfo: running `cargo check --bins` on ntp-admin-types-versions (234/276)
41102026-05-18T23:41:17.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41112026-05-18T23:41:17.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41122026-05-18T23:41:17.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41132026-05-18T23:41:17.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41142026-05-18T23:41:17.728Z
41152026-05-18T23:41:17.728Zinfo: running `cargo check --bins` on wicketd-api (235/276)
41162026-05-18T23:41:18.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41172026-05-18T23:41:18.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41182026-05-18T23:41:18.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41192026-05-18T23:41:18.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41202026-05-18T23:41:18.348Z
41212026-05-18T23:41:18.348Zinfo: running `cargo check --bins` on omicron-ls-apis (236/276)
41222026-05-18T23:41:18.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41232026-05-18T23:41:18.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41242026-05-18T23:41:18.963Z Checking typeid v1.0.3
41252026-05-18T23:41:19.077Z Checking ordered-float v2.10.1
41262026-05-18T23:41:19.097Z Checking unicode-xid v0.2.6
41272026-05-18T23:41:19.109Z Checking cargo-platform v0.2.0
41282026-05-18T23:41:19.121Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41292026-05-18T23:41:19.143Z Checking erased-serde v0.4.9
41302026-05-18T23:41:19.281Z Checking serde-value v0.7.0
41312026-05-18T23:41:19.454Z Checking serde-untagged v0.1.9
41322026-05-18T23:41:19.607Z Checking cargo-util-schemas v0.8.2
41332026-05-18T23:41:20.296Z Checking cargo_metadata v0.21.0
41342026-05-18T23:41:20.895Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41352026-05-18T23:41:21.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
41362026-05-18T23:41:21.762Z
41372026-05-18T23:41:21.762Zinfo: running `cargo check --bins` on mgs-dev (237/276)
41382026-05-18T23:41:22.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41392026-05-18T23:41:22.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41402026-05-18T23:41:22.500Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41412026-05-18T23:41:23.133Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41422026-05-18T23:41:23.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s
41432026-05-18T23:41:23.871Z
41442026-05-18T23:41:23.871Zinfo: running `cargo check --bins` on omicron-omdb (238/276)
41452026-05-18T23:41:24.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41462026-05-18T23:41:24.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41472026-05-18T23:41:24.742Z Compiling vergen-gitcl v1.0.8
41482026-05-18T23:41:24.742Z Compiling dirs-sys-next v0.1.2
41492026-05-18T23:41:24.742Z Compiling diesel_derives v2.3.7
41502026-05-18T23:41:24.742Z Compiling crunchy v0.2.4
41512026-05-18T23:41:24.742Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41522026-05-18T23:41:24.742Z Compiling glob v0.3.3
41532026-05-18T23:41:24.742Z Compiling dsl_auto_type v0.2.0
41542026-05-18T23:41:24.742Z Checking scheduled-thread-pool v0.2.7
41552026-05-18T23:41:25.111Z Compiling dirs-next v2.0.0
41562026-05-18T23:41:25.164Z Compiling diesel_table_macro_syntax v0.3.0
41572026-05-18T23:41:25.180Z Compiling tiny-keccak v2.0.2
41582026-05-18T23:41:25.206Z Compiling term v0.7.0
41592026-05-18T23:41:25.247Z Compiling clang-sys v1.8.1
41602026-05-18T23:41:25.376Z Checking r2d2 v0.8.10
41612026-05-18T23:41:25.390Z Checking downcast-rs v2.0.2
41622026-05-18T23:41:25.406Z Compiling bit-vec v0.6.3
41632026-05-18T23:41:25.486Z Compiling ascii-canvas v3.0.0
41642026-05-18T23:41:25.619Z Compiling bit-set v0.5.3
41652026-05-18T23:41:25.638Z Compiling itertools v0.10.5
41662026-05-18T23:41:25.719Z Compiling ena v0.14.4
41672026-05-18T23:41:25.747Z Compiling libloading v0.8.9
41682026-05-18T23:41:25.772Z Compiling regex-syntax v0.6.29
41692026-05-18T23:41:25.790Z Compiling bindgen v0.71.1
41702026-05-18T23:41:25.922Z Compiling diff v0.1.13
41712026-05-18T23:41:25.965Z Compiling cexpr v0.6.0
41722026-05-18T23:41:26.183Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41732026-05-18T23:41:26.224Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41742026-05-18T23:41:26.387Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41752026-05-18T23:41:26.408Z Compiling libxml v0.3.3
41762026-05-18T23:41:26.630Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41772026-05-18T23:41:26.677Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41782026-05-18T23:41:26.693Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41792026-05-18T23:41:26.882Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41802026-05-18T23:41:26.944Z Compiling strum_macros v0.24.3
41812026-05-18T23:41:27.102Z Compiling lalrpop v0.19.12
41822026-05-18T23:41:27.151Z Compiling indoc v1.0.9
41832026-05-18T23:41:27.945Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41842026-05-18T23:41:28.137Z Checking derive_builder v0.20.2
41852026-05-18T23:41:28.262Z Compiling oso-derive v0.27.3
41862026-05-18T23:41:28.287Z Checking quick-xml v0.37.5
41872026-05-18T23:41:28.476Z Compiling impl-trait-for-tuples v0.2.3
41882026-05-18T23:41:28.761Z Checking openssl-probe v0.1.6
41892026-05-18T23:41:28.904Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41902026-05-18T23:41:29.209Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41912026-05-18T23:41:29.401Z Checking bb8 v0.8.6
41922026-05-18T23:41:29.649Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41932026-05-18T23:41:29.670Z Checking nonempty v0.12.0
41942026-05-18T23:41:29.689Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41952026-05-18T23:41:29.834Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41962026-05-18T23:41:29.873Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41972026-05-18T23:41:29.910Z Checking console v0.16.2
41982026-05-18T23:41:30.026Z Checking unit-prefix v0.5.2
41992026-05-18T23:41:30.063Z Checking support-bundle-viewer v0.1.2
42002026-05-18T23:41:30.165Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42012026-05-18T23:41:30.217Z Checking indicatif v0.18.4
42022026-05-18T23:41:30.306Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42032026-05-18T23:41:30.572Z Checking multimap v0.10.1
42042026-05-18T23:41:30.734Z Checking diesel v2.3.7
42052026-05-18T23:41:32.630Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42062026-05-18T23:41:33.105Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42072026-05-18T23:41:33.371Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42082026-05-18T23:41:34.367Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42092026-05-18T23:41:34.867Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42102026-05-18T23:41:34.989Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42112026-05-18T23:41:35.465Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42122026-05-18T23:41:35.517Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42132026-05-18T23:41:37.559Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42142026-05-18T23:41:42.573Z Compiling samael v0.0.19
42152026-05-18T23:41:46.472Z Checking diesel-dtrace v0.5.0
42162026-05-18T23:41:46.714Z Checking async-bb8-diesel v0.2.1
42172026-05-18T23:41:47.445Z Compiling polar-core v0.27.3
42182026-05-18T23:41:51.885Z Checking oso v0.27.3
42192026-05-18T23:42:28.838Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42202026-05-18T23:43:02.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s
42212026-05-18T23:43:02.494Z
42222026-05-18T23:43:02.494Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (239/276)
42232026-05-18T23:43:03.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42242026-05-18T23:43:03.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42252026-05-18T23:43:03.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42262026-05-18T23:43:03.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42272026-05-18T23:43:03.165Z
42282026-05-18T23:43:03.165Zinfo: running `cargo check --bins` on nexus-saga-recovery (240/276)
42292026-05-18T23:43:03.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42302026-05-18T23:43:03.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42312026-05-18T23:43:03.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42322026-05-18T23:43:03.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42332026-05-18T23:43:03.836Z
42342026-05-18T23:43:03.836Zinfo: running `cargo check --bins` on nexus-test-utils-macros (241/276)
42352026-05-18T23:43:04.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42362026-05-18T23:43:04.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42372026-05-18T23:43:04.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42382026-05-18T23:43:04.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42392026-05-18T23:43:04.443Z
42402026-05-18T23:43:04.443Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (242/276)
42412026-05-18T23:43:05.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42422026-05-18T23:43:05.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42432026-05-18T23:43:05.332Z Compiling libz-sys v1.1.24
42442026-05-18T23:43:05.466Z Compiling libgit2-sys v0.18.3+1.9.2
42452026-05-18T23:43:05.493Z Compiling vergen-git2 v1.0.7
42462026-05-18T23:43:05.496Z Compiling rustls v0.21.12
42472026-05-18T23:43:05.499Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42482026-05-18T23:43:05.499Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42492026-05-18T23:43:05.499Z Checking rustls-webpki v0.101.7
42502026-05-18T23:43:05.499Z Checking sct v0.7.1
42512026-05-18T23:43:05.701Z Compiling nix v0.29.0
42522026-05-18T23:43:05.719Z Compiling dropshot v0.16.7
42532026-05-18T23:43:05.790Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42542026-05-18T23:43:05.819Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42552026-05-18T23:43:05.971Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42562026-05-18T23:43:05.986Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42572026-05-18T23:43:05.989Z Checking toml v0.9.12+spec-1.1.0
42582026-05-18T23:43:06.014Z Compiling dropshot_endpoint v0.16.7
42592026-05-18T23:43:06.221Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42602026-05-18T23:43:06.301Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42612026-05-18T23:43:06.441Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42622026-05-18T23:43:06.583Z Checking rustls-pemfile v1.0.4
42632026-05-18T23:43:06.722Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42642026-05-18T23:43:06.894Z Checking twox-hash v2.1.2
42652026-05-18T23:43:06.939Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42662026-05-18T23:43:07.150Z Checking tokio-rustls v0.24.1
42672026-05-18T23:43:07.659Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42682026-05-18T23:43:07.755Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42692026-05-18T23:43:07.954Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42702026-05-18T23:43:08.342Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42712026-05-18T23:43:08.550Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42722026-05-18T23:43:08.569Z Checking fatfs v0.3.6
42732026-05-18T23:43:08.600Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42742026-05-18T23:43:08.696Z Compiling seq-macro v0.3.6
42752026-05-18T23:43:12.329Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42762026-05-18T23:43:12.453Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42772026-05-18T23:43:12.965Z Compiling git2 v0.20.4
42782026-05-18T23:43:15.168Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42792026-05-18T23:44:01.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.15s
42802026-05-18T23:44:01.834Z
42812026-05-18T23:44:01.834Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (243/276)
42822026-05-18T23:44:02.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42832026-05-18T23:44:02.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42842026-05-18T23:44:02.743Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42852026-05-18T23:44:41.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.84s
42862026-05-18T23:44:41.914Z
42872026-05-18T23:44:41.914Zinfo: running `cargo check --bins` on nexus-background-task-interface (244/276)
42882026-05-18T23:44:42.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42892026-05-18T23:44:42.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42902026-05-18T23:44:42.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42912026-05-18T23:44:42.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42922026-05-18T23:44:42.529Z
42932026-05-18T23:44:42.529Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (245/276)
42942026-05-18T23:44:43.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42952026-05-18T23:44:43.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42962026-05-18T23:44:43.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42972026-05-18T23:44:43.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42982026-05-18T23:44:43.175Z
42992026-05-18T23:44:43.175Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (246/276)
43002026-05-18T23:44:43.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43012026-05-18T23:44:43.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43022026-05-18T23:44:43.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43032026-05-18T23:44:43.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43042026-05-18T23:44:43.846Z
43052026-05-18T23:44:43.846Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (247/276)
43062026-05-18T23:44:44.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43072026-05-18T23:44:44.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43082026-05-18T23:44:44.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43092026-05-18T23:44:44.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43102026-05-18T23:44:44.508Z
43112026-05-18T23:44:44.508Zinfo: running `cargo check --bins` on nexus-mgs-updates (248/276)
43122026-05-18T23:44:45.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43132026-05-18T23:44:45.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43142026-05-18T23:44:45.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43152026-05-18T23:44:45.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43162026-05-18T23:44:45.163Z
43172026-05-18T23:44:45.163Zinfo: running `cargo check --bins` on nexus-networking (249/276)
43182026-05-18T23:44:45.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43192026-05-18T23:44:45.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43202026-05-18T23:44:45.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43212026-05-18T23:44:45.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43222026-05-18T23:44:45.833Z
43232026-05-18T23:44:45.833Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (250/276)
43242026-05-18T23:44:46.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43252026-05-18T23:44:46.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43262026-05-18T23:44:46.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43272026-05-18T23:44:46.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43282026-05-18T23:44:46.490Z
43292026-05-18T23:44:46.490Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (251/276)
43302026-05-18T23:44:47.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43312026-05-18T23:44:47.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43322026-05-18T23:44:47.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43332026-05-18T23:44:47.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43342026-05-18T23:44:47.160Z
43352026-05-18T23:44:47.160Zinfo: running `cargo check --bins` on omicron-dev (252/276)
43362026-05-18T23:44:47.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43372026-05-18T23:44:47.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43382026-05-18T23:44:48.074Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43392026-05-18T23:44:48.074Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43402026-05-18T23:44:48.263Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43412026-05-18T23:44:48.294Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43422026-05-18T23:44:48.314Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43432026-05-18T23:44:48.331Z Checking diff v0.1.13
43442026-05-18T23:44:48.334Z Checking yansi v1.0.1
43452026-05-18T23:44:48.334Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43462026-05-18T23:44:48.408Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43472026-05-18T23:44:48.605Z Checking pretty_assertions v1.4.1
43482026-05-18T23:44:49.241Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43492026-05-18T23:44:49.377Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43502026-05-18T23:45:13.381Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43512026-05-18T23:45:13.384Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43522026-05-18T23:45:13.384Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43532026-05-18T23:45:13.384Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43542026-05-18T23:45:13.384Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43552026-05-18T23:45:13.384Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43562026-05-18T23:45:14.226Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43572026-05-18T23:45:15.342Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43582026-05-18T23:45:53.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
43592026-05-18T23:45:54.226Z
43602026-05-18T23:45:54.226Zinfo: running `cargo check --bins` on omicron-pins (253/276)
43612026-05-18T23:45:54.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43622026-05-18T23:45:54.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43632026-05-18T23:45:54.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43642026-05-18T23:45:54.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43652026-05-18T23:45:54.834Z
43662026-05-18T23:45:54.834Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (254/276)
43672026-05-18T23:45:55.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43682026-05-18T23:45:55.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43692026-05-18T23:45:55.629Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43702026-05-18T23:45:55.754Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43712026-05-18T23:45:55.760Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43722026-05-18T23:46:21.606Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43732026-05-18T23:46:21.999Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43742026-05-18T23:46:23.706Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43752026-05-18T23:46:24.168Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43762026-05-18T23:46:27.114Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43772026-05-18T23:46:50.204Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43782026-05-18T23:46:50.923Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43792026-05-18T23:46:52.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.75s
43802026-05-18T23:46:52.801Z
43812026-05-18T23:46:52.802Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (255/276)
43822026-05-18T23:46:53.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43832026-05-18T23:46:53.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43842026-05-18T23:46:53.537Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43852026-05-18T23:46:54.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
43862026-05-18T23:46:54.434Z
43872026-05-18T23:46:54.434Zinfo: running `cargo check --bins` on omicron-releng (256/276)
43882026-05-18T23:46:54.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43892026-05-18T23:46:54.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43902026-05-18T23:46:55.103Z Compiling blake3 v1.8.3
43912026-05-18T23:46:55.214Z Checking arrayref v0.3.9
43922026-05-18T23:46:55.217Z Checking constant_time_eq v0.4.2
43932026-05-18T23:46:55.217Z Checking arrayvec v0.7.6
43942026-05-18T23:46:55.232Z Checking topological-sort v0.2.2
43952026-05-18T23:46:55.235Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43962026-05-18T23:46:55.235Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43972026-05-18T23:46:55.235Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43982026-05-18T23:46:55.274Z Checking shell-words v1.1.1
43992026-05-18T23:46:56.100Z Checking omicron-zone-package v0.12.2
44002026-05-18T23:46:56.815Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
44012026-05-18T23:46:57.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
44022026-05-18T23:46:57.840Z
44032026-05-18T23:46:57.840Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (257/276)
44042026-05-18T23:46:58.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44052026-05-18T23:46:58.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44062026-05-18T23:46:58.497Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
44072026-05-18T23:46:58.821Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
44082026-05-18T23:46:59.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
44092026-05-18T23:46:59.409Z
44102026-05-18T23:46:59.409Zinfo: running `cargo check --bins` on schema (258/276)
44112026-05-18T23:46:59.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44122026-05-18T23:46:59.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44132026-05-18T23:47:00.148Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
44142026-05-18T23:47:00.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
44152026-05-18T23:47:01.080Z
44162026-05-18T23:47:01.080Zinfo: running `cargo check --bins` on xtask (259/276)
44172026-05-18T23:47:01.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44182026-05-18T23:47:01.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44192026-05-18T23:47:01.545Z Checking libc v0.2.185
44202026-05-18T23:47:01.548Z Checking serde v1.0.228
44212026-05-18T23:47:01.632Z Checking zerofrom v0.1.6
44222026-05-18T23:47:01.635Z Checking bitflags v2.11.0
44232026-05-18T23:47:01.644Z Checking smallvec v1.15.1
44242026-05-18T23:47:01.650Z Checking indexmap v2.14.0
44252026-05-18T23:47:01.660Z Checking serde_json v1.0.149
44262026-05-18T23:47:01.663Z Checking num-traits v0.2.19
44272026-05-18T23:47:01.732Z Checking yoke v0.8.1
44282026-05-18T23:47:01.779Z Checking scroll v0.12.0
44292026-05-18T23:47:01.816Z Checking thiserror v1.0.69
44302026-05-18T23:47:01.900Z Checking zerovec v0.11.5
44312026-05-18T23:47:01.914Z Checking zerotrie v0.2.3
44322026-05-18T23:47:01.924Z Checking errno v0.3.14
44332026-05-18T23:47:02.000Z Checking percent-encoding v2.3.2
44342026-05-18T23:47:02.010Z Checking serde_spanned v0.6.9
44352026-05-18T23:47:02.039Z Checking rustix v1.1.3
44362026-05-18T23:47:02.130Z Checking toml_datetime v0.6.11
44372026-05-18T23:47:02.141Z Checking log v0.4.29
44382026-05-18T23:47:02.151Z Checking zerocopy v0.7.35
44392026-05-18T23:47:02.174Z Checking form_urlencoded v1.2.2
44402026-05-18T23:47:02.184Z Checking ordered-float v2.10.1
44412026-05-18T23:47:02.261Z Checking getrandom v0.4.1
44422026-05-18T23:47:02.283Z Checking goblin v0.8.2
44432026-05-18T23:47:02.301Z Checking thiserror v2.0.18
44442026-05-18T23:47:02.311Z Checking toml_edit v0.22.27
44452026-05-18T23:47:02.334Z Checking tinystr v0.8.2
44462026-05-18T23:47:02.389Z Checking potential_utf v0.1.4
44472026-05-18T23:47:02.400Z Checking syn v2.0.117
44482026-05-18T23:47:02.409Z Checking serde-value v0.7.0
44492026-05-18T23:47:02.514Z Checking icu_collections v2.1.1
44502026-05-18T23:47:02.514Z Checking icu_locale_core v2.1.1
44512026-05-18T23:47:02.606Z Checking dtrace-parser v0.2.0
44522026-05-18T23:47:02.636Z Checking thread-id v4.2.2
44532026-05-18T23:47:02.719Z Checking once_cell v1.21.3
44542026-05-18T23:47:02.825Z Checking cargo-platform v0.2.0
44552026-05-18T23:47:02.846Z Checking memmap v0.7.0
44562026-05-18T23:47:02.857Z Checking terminal_size v0.4.3
44572026-05-18T23:47:02.891Z Checking tempfile v3.25.0
44582026-05-18T23:47:02.989Z Checking clap_builder v4.5.60
44592026-05-18T23:47:03.000Z Checking fs-err v3.3.0
44602026-05-18T23:47:03.003Z Checking textwrap v0.16.2
44612026-05-18T23:47:03.076Z Checking icu_provider v2.1.1
44622026-05-18T23:47:03.088Z Checking camino-tempfile v1.4.1
44632026-05-18T23:47:03.178Z Checking anyhow v1.0.102
44642026-05-18T23:47:03.216Z Checking tabled v0.15.0
44652026-05-18T23:47:03.240Z Checking macaddr v1.0.1
44662026-05-18T23:47:03.311Z Checking icu_normalizer v2.1.1
44672026-05-18T23:47:03.375Z Checking icu_properties v2.1.2
44682026-05-18T23:47:03.389Z Checking toml v0.8.23
44692026-05-18T23:47:03.420Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44702026-05-18T23:47:03.699Z Checking cargo_toml v0.21.0
44712026-05-18T23:47:04.140Z Checking dof v0.3.0
44722026-05-18T23:47:04.176Z Checking idna_adapter v1.2.1
44732026-05-18T23:47:04.179Z Checking clap v4.5.60
44742026-05-18T23:47:04.292Z Checking idna v1.1.0
44752026-05-18T23:47:04.405Z Checking usdt-impl v0.5.0
44762026-05-18T23:47:04.514Z Checking url v2.5.8
44772026-05-18T23:47:04.656Z Checking usdt v0.5.0
44782026-05-18T23:47:04.851Z Checking cargo-util-schemas v0.8.2
44792026-05-18T23:47:05.538Z Checking cargo_metadata v0.21.0
44802026-05-18T23:47:06.161Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44812026-05-18T23:47:06.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.50s
44822026-05-18T23:47:06.705Z
44832026-05-18T23:47:06.705Zinfo: running `cargo check --bins` on dnsadm (260/276)
44842026-05-18T23:47:07.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44852026-05-18T23:47:07.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44862026-05-18T23:47:07.354Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44872026-05-18T23:47:07.834Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44882026-05-18T23:47:08.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s
44892026-05-18T23:47:08.421Z
44902026-05-18T23:47:08.421Zinfo: running `cargo check --bins` on end-to-end-tests (261/276)
44912026-05-18T23:47:08.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44922026-05-18T23:47:09.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44932026-05-18T23:47:09.236Z Checking polyval v0.6.2
44942026-05-18T23:47:09.364Z Checking ctr v0.9.2
44952026-05-18T23:47:09.375Z Checking ssh-encoding v0.2.0
44962026-05-18T23:47:09.375Z Checking blowfish v0.9.1
44972026-05-18T23:47:09.392Z Checking password-hash v0.4.2
44982026-05-18T23:47:09.406Z Checking p521 v0.13.3
44992026-05-18T23:47:09.410Z Checking p256 v0.13.2
45002026-05-18T23:47:09.433Z Checking russh-cryptovec v0.7.3
45012026-05-18T23:47:09.509Z Checking ghash v0.5.1
45022026-05-18T23:47:09.520Z Checking bcrypt-pbkdf v0.10.0
45032026-05-18T23:47:09.524Z Checking md5 v0.7.0
45042026-05-18T23:47:09.548Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45052026-05-18T23:47:09.563Z Checking num-bigint v0.4.6
45062026-05-18T23:47:09.622Z Checking aes-gcm v0.10.3
45072026-05-18T23:47:09.622Z Checking pbkdf2 v0.11.0
45082026-05-18T23:47:09.667Z Checking des v0.8.1
45092026-05-18T23:47:09.682Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45102026-05-18T23:47:09.697Z Checking hex-literal v0.4.1
45112026-05-18T23:47:09.751Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45122026-05-18T23:47:09.787Z Checking ssh-cipher v0.2.0
45132026-05-18T23:47:09.801Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45142026-05-18T23:47:09.802Z Checking socket2 v0.5.10
45152026-05-18T23:47:09.828Z Checking internet-checksum v0.2.1
45162026-05-18T23:47:09.954Z Checking ssh-key v0.6.7
45172026-05-18T23:47:10.077Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45182026-05-18T23:47:10.585Z Checking russh-keys v0.45.0
45192026-05-18T23:47:11.150Z Checking russh v0.45.0
45202026-05-18T23:47:27.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.97s
45212026-05-18T23:47:27.625Z
45222026-05-18T23:47:27.625Zinfo: running `cargo check --bins` on gateway-cli (262/276)
45232026-05-18T23:47:28.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45242026-05-18T23:47:28.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45252026-05-18T23:47:28.268Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45262026-05-18T23:47:28.379Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45272026-05-18T23:47:28.387Z Checking termios v0.3.3
45282026-05-18T23:47:29.590Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45292026-05-18T23:47:29.742Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45302026-05-18T23:47:31.536Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45312026-05-18T23:47:32.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.48s
45322026-05-18T23:47:32.293Z
45332026-05-18T23:47:32.293Zinfo: running `cargo check --bins --no-default-features` on installinator (263/276)
45342026-05-18T23:47:36.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45352026-05-18T23:47:36.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45362026-05-18T23:47:36.593Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45372026-05-18T23:47:36.593Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45382026-05-18T23:47:36.593Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45392026-05-18T23:47:36.593Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45402026-05-18T23:47:36.593Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45412026-05-18T23:47:36.593Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45422026-05-18T23:47:36.615Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45432026-05-18T23:47:36.615Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45442026-05-18T23:47:36.615Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45452026-05-18T23:47:36.615Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45462026-05-18T23:47:36.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s
45472026-05-18T23:47:36.700Z
45482026-05-18T23:47:36.700Zinfo: running `cargo check --bins` on internal-dns-cli (264/276)
45492026-05-18T23:47:37.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45502026-05-18T23:47:37.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45512026-05-18T23:47:37.341Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45522026-05-18T23:47:37.811Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45532026-05-18T23:47:38.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
45542026-05-18T23:47:38.305Z
45552026-05-18T23:47:38.305Zinfo: running `cargo check --bins` on omicron-live-tests (265/276)
45562026-05-18T23:47:38.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45572026-05-18T23:47:38.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45582026-05-18T23:47:38.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45592026-05-18T23:47:38.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45602026-05-18T23:47:38.910Z
45612026-05-18T23:47:38.910Zinfo: running `cargo check --bins` on live-tests-macros (266/276)
45622026-05-18T23:47:39.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45632026-05-18T23:47:39.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45642026-05-18T23:47:39.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45652026-05-18T23:47:39.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45662026-05-18T23:47:39.517Z
45672026-05-18T23:47:39.517Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (267/276)
45682026-05-18T23:47:40.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45692026-05-18T23:47:40.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45702026-05-18T23:47:40.288Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45712026-05-18T23:47:40.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
45722026-05-18T23:47:41.123Z
45732026-05-18T23:47:41.123Zinfo: running `cargo check --bins` on omicron-ntp-admin (268/276)
45742026-05-18T23:47:41.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45752026-05-18T23:47:41.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45762026-05-18T23:47:41.825Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45772026-05-18T23:47:41.829Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45782026-05-18T23:47:42.073Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45792026-05-18T23:47:42.073Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45802026-05-18T23:47:42.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
45812026-05-18T23:47:43.079Z
45822026-05-18T23:47:43.079Zinfo: running `cargo check --bins` on ntp-admin-types (269/276)
45832026-05-18T23:47:43.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45842026-05-18T23:47:43.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45852026-05-18T23:47:43.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45862026-05-18T23:47:43.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45872026-05-18T23:47:43.690Z
45882026-05-18T23:47:43.690Zinfo: running `cargo check --bins` on omicron-package (270/276)
45892026-05-18T23:47:44.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45902026-05-18T23:47:44.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45912026-05-18T23:47:44.384Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45922026-05-18T23:47:45.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
45932026-05-18T23:47:45.661Z
45942026-05-18T23:47:45.661Zinfo: running `cargo check --bins` on tqdb (271/276)
45952026-05-18T23:47:46.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45962026-05-18T23:47:46.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45972026-05-18T23:47:46.466Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45982026-05-18T23:47:46.823Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45992026-05-18T23:47:47.348Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
46002026-05-18T23:47:47.353Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
46012026-05-18T23:47:53.330Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46022026-05-18T23:47:53.331Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46032026-05-18T23:47:53.902Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
46042026-05-18T23:47:53.926Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46052026-05-18T23:47:53.926Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46062026-05-18T23:47:53.926Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46072026-05-18T23:47:54.657Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46082026-05-18T23:47:55.648Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46092026-05-18T23:47:56.477Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46102026-05-18T23:47:57.051Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46112026-05-18T23:48:01.328Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46122026-05-18T23:48:07.718Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46132026-05-18T23:48:07.738Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46142026-05-18T23:48:07.738Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46152026-05-18T23:48:07.738Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46162026-05-18T23:48:09.204Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46172026-05-18T23:48:10.559Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46182026-05-18T23:48:11.247Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46192026-05-18T23:48:12.513Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46202026-05-18T23:48:13.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.40s
46212026-05-18T23:48:13.281Z
46222026-05-18T23:48:13.281Zinfo: running `cargo check --bins` on wicket-dbg (272/276)
46232026-05-18T23:48:13.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46242026-05-18T23:48:13.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46252026-05-18T23:48:14.011Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46262026-05-18T23:48:14.012Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46272026-05-18T23:48:14.018Z Checking rtoolbox v0.0.3
46282026-05-18T23:48:14.147Z Checking tui-tree-widget v0.23.1
46292026-05-18T23:48:14.318Z Checking rpassword v7.4.0
46302026-05-18T23:48:15.254Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46312026-05-18T23:48:18.216Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46322026-05-18T23:48:20.088Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46332026-05-18T23:48:21.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.72s
46342026-05-18T23:48:21.215Z
46352026-05-18T23:48:21.215Zinfo: running `cargo check --bins` on wicket (273/276)
46362026-05-18T23:48:21.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46372026-05-18T23:48:21.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46382026-05-18T23:48:21.928Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46392026-05-18T23:48:22.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
46402026-05-18T23:48:22.490Z
46412026-05-18T23:48:22.490Zinfo: running `cargo check --bins` on wicketd (274/276)
46422026-05-18T23:48:23.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46432026-05-18T23:48:23.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46442026-05-18T23:48:23.226Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46452026-05-18T23:48:23.236Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46462026-05-18T23:48:23.236Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46472026-05-18T23:48:23.236Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46482026-05-18T23:48:24.237Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46492026-05-18T23:48:25.266Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46502026-05-18T23:48:27.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.29s
46512026-05-18T23:48:27.994Z
46522026-05-18T23:48:27.994Zinfo: running `cargo check --bins` on omicron-workspace-hack (275/276)
46532026-05-18T23:48:28.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46542026-05-18T23:48:28.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46552026-05-18T23:48:28.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46562026-05-18T23:48:28.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46572026-05-18T23:48:28.601Z
46582026-05-18T23:48:28.602Zinfo: running `cargo check --bins` on zone-setup (276/276)
46592026-05-18T23:48:29.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46602026-05-18T23:48:29.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46612026-05-18T23:48:29.290Z Checking uzers v0.12.2
46622026-05-18T23:48:29.565Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46632026-05-18T23:48:30.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
46642026-05-18T23:48:30.531Z
46652026-05-18T23:48:30.532Zreal 14:16.785109558
46662026-05-18T23:48:30.532Zuser 20:42.073092719
46672026-05-18T23:48:30.536Zsys 4:17.856759252
46682026-05-18T23:48:30.536Ztrap 0.324101199
46692026-05-18T23:48:30.536Ztflt 0.735410612
46702026-05-18T23:48:30.536Zdflt 1.284403666
46712026-05-18T23:48:30.536Zkflt 0.005221906
46722026-05-18T23:48:30.537Zlock 1:17:18.137027372
46732026-05-18T23:48:30.537Zslp 1:39:05.849167405
46742026-05-18T23:48:30.537Zlat 55.595993610
46752026-05-18T23:48:30.537Zstop 3:39.614032388
46762026-05-18T23:48:30.537Zprocess exited: duration 991594 ms, exit code 0
 
46772026-05-18T23:48:30.546Zfound 0 output files