01KS5ND1GFBWDQCT140AQ1E9ZA: 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: 01KS5NDFA2C3RPA1KSTSJCDBXC

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-21T16:21:28.958Zjob assigned to worker 01KS5NDNQ4SKFPNPPG6HKWVJ4Z [factory aws, i-0319e992cecb87069] (queued for 52 s)
 
22026-05-21T16:21:36.456Zstarting task 0: "setup"
32026-05-21T16:21:36.461Z++ uname -s
42026-05-21T16:21:36.465Z+ kern=SunOS
52026-05-21T16:21:36.465Z+ build_user=build
62026-05-21T16:21:36.465Z+ build_uid=12345
72026-05-21T16:21:36.465Z+ work_dir=/work
82026-05-21T16:21:36.465Z+ input_dir=/input
92026-05-21T16:21:36.465Z+ [[ 0 == 12345 ]]
102026-05-21T16:21:36.465Z+ case "$kern" in
112026-05-21T16:21:36.465Z+ groupadd -g 12345 build
122026-05-21T16:21:36.479Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-21T16:21:38.484Z+ zfs create -o mountpoint=/work rpool/work
142026-05-21T16:21:38.526Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-21T16:21:38.529Z+ home_fs=zfs
162026-05-21T16:21:38.529Z+ [[ zfs == autofs ]]
172026-05-21T16:21:38.529Z+ mkdir -p /home/build
182026-05-21T16:21:38.529Z+ chown build:build /home/build /work
192026-05-21T16:21:40.530Z+ chmod 0700 /home/build /work
202026-05-21T16:21:40.533Zprocess exited: duration 4075 ms, exit code 0
 
212026-05-21T16:21:40.540Zstarting task 1: "rust-toolchain"
222026-05-21T16:21:40.543Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-21T16:21:40.543Z * rust toolchain channel = "1.94.0"
242026-05-21T16:21:40.543Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-21T16:21:40.543Z * rust toolchain profile = "default"
262026-05-21T16:21:40.543Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-21T16:21:40.543Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-21T16:21:40.547Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-21T16:21:40.547Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-21T16:21:40.646Zinfo: downloading installer
312026-05-21T16:21:42.055Zwarn: It looks like you have an existing rustup settings file at:
322026-05-21T16:21:42.055Zwarn: /home/build/.rustup/settings.toml
332026-05-21T16:21:42.055Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-21T16:21:42.055Zwarn: instead of the one inferred from the default host triple.
352026-05-21T16:21:42.068Zinfo: profile set to default
362026-05-21T16:21:42.068Zinfo: default host triple is x86_64-unknown-illumos
372026-05-21T16:21:42.071Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-21T16:21:42.201Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-21T16:21:42.204Zinfo: downloading 6 components
402026-05-21T16:21:56.665Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-21T16:21:56.665Z
422026-05-21T16:21:56.690Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-21T16:21:56.690Z
442026-05-21T16:21:56.691Z
452026-05-21T16:21:56.691ZRust is installed now. Great!
462026-05-21T16:21:56.691Z
472026-05-21T16:21:56.691ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-21T16:21:56.691Zenvironment variable. This has not been done automatically.
492026-05-21T16:21:56.691Z
502026-05-21T16:21:56.691ZTo configure your current shell, you need to source
512026-05-21T16:21:56.691Zthe corresponding env file under $HOME/.cargo.
522026-05-21T16:21:56.691Z
532026-05-21T16:21:56.694ZThis is usually done by running one of the following (note the leading DOT):
542026-05-21T16:21:56.694Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-21T16:21:56.694Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-21T16:21:56.694Zsource "~/.cargo/env.nu" # For nushell
572026-05-21T16:21:56.694Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-21T16:21:56.694Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-21T16:21:56.694Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-21T16:21:56.694Zwarn: no default linker (`cc`) was found in your PATH
612026-05-21T16:21:56.694Zwarn: many Rust crates require a system C toolchain to build
622026-05-21T16:21:56.774Z+ rustup --version
632026-05-21T16:21:56.784Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-21T16:21:56.787Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-21T16:21:56.804Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-21T16:21:56.807Z+ cargo --version
672026-05-21T16:21:56.820Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-21T16:21:56.823Z+ rustc --version
692026-05-21T16:21:56.841Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-21T16:21:56.845Zprocess exited: duration 16304 ms, exit code 0
 
712026-05-21T16:21:56.851Zstarting task 2: "authentication"
722026-05-21T16:21:56.867Zprocess exited: duration 16 ms, exit code 0
 
732026-05-21T16:21:56.876Zstarting task 3: "clone repository"
742026-05-21T16:21:56.879Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-21T16:21:56.882Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-21T16:21:56.918ZCloning into '/work/oxidecomputer/omicron'...
772026-05-21T16:22:07.534Z+ cd /work/oxidecomputer/omicron
782026-05-21T16:22:07.534Z+ git fetch origin 71adc13c85cd55488de93843af58e9861d44878b
792026-05-21T16:22:07.872ZFrom https://github.com/oxidecomputer/omicron
802026-05-21T16:22:07.872Z * branch 71adc13c85cd55488de93843af58e9861d44878b -> FETCH_HEAD
812026-05-21T16:22:07.881Z+ [[ -n ben/update-dendrite-for-consistent-duids ]]
822026-05-21T16:22:07.885Z++ git branch --show-current
832026-05-21T16:22:07.885Z+ current=main
842026-05-21T16:22:07.885Z+ [[ main != ben/update-dendrite-for-consistent-duids ]]
852026-05-21T16:22:07.885Z+ git branch -f ben/update-dendrite-for-consistent-duids 71adc13c85cd55488de93843af58e9861d44878b
862026-05-21T16:22:07.888Z+ git checkout -f ben/update-dendrite-for-consistent-duids
872026-05-21T16:22:08.118ZSwitched to branch 'ben/update-dendrite-for-consistent-duids'
882026-05-21T16:22:08.121Z+ git reset --hard 71adc13c85cd55488de93843af58e9861d44878b
892026-05-21T16:22:08.136ZHEAD is now at 71adc13c8 Pull in consistent DHCPv6 DUID fixes
902026-05-21T16:22:08.139Zprocess exited: duration 11262 ms, exit code 0
 
912026-05-21T16:22:08.145Zstarting task 4: "build"
922026-05-21T16:22:08.149Z+ source .github/buildomat/ci-env.sh
932026-05-21T16:22:08.152Z++ export CARGO_TERM_COLOR=always
942026-05-21T16:22:08.152Z++ CARGO_TERM_COLOR=always
952026-05-21T16:22:08.152Z+ cargo --version
962026-05-21T16:22:08.161Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-21T16:22:08.164Z+ rustc --version
982026-05-21T16:22:08.180Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-21T16:22:08.183Z+ source ./env.sh
1002026-05-21T16:22:08.183Z++ OLD_SHELL_OPTS=ehxB
1012026-05-21T16:22:08.183Z++ set -o xtrace
1022026-05-21T16:22:08.186Z++++ dirname ./env.sh
1032026-05-21T16:22:08.195Z+++ readlink -f .
1042026-05-21T16:22:08.200Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-05-21T16:22:08.204Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-05-21T16:22:08.204Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-05-21T16:22:08.204Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-05-21T16:22:08.204Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-05-21T16:22:08.204Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-05-21T16:22:08.204Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-05-21T16:22:08.204Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-05-21T16:22:08.204Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-05-21T16:22:08.204Z++ case $OLD_SHELL_OPTS in
1142026-05-21T16:22:08.204Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-05-21T16:22:08.204Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1162026-05-21T16:22:08.204Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1172026-05-21T16:22:08.204Z+ banner prerequisites
1182026-05-21T16:22:08.204Z
1192026-05-21T16:22:08.204Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-05-21T16:22:08.204Z # # # # # # # # # # # # # # #
1212026-05-21T16:22:08.204Z # # # # ##### # # ##### # # # # # #### #
1222026-05-21T16:22:08.204Z ##### ##### # ##### # # # # # # # # #
1232026-05-21T16:22:08.204Z # # # # # # # # # # # # # # #
1242026-05-21T16:22:08.204Z # # # ###### # # ###### ### # #### # #### #
1252026-05-21T16:22:08.204Z
1262026-05-21T16:22:08.204Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-05-21T16:22:09.723Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-21T16:22:09.780Z Startup: Caching catalogs ... Done
1292026-05-21T16:22:09.998ZPlanning: Solver setup ... Done (0.183s)
1302026-05-21T16:22:10.012ZPlanning: Running solver ... Done (0.017s)
1312026-05-21T16:22:10.018ZPlanning: Finding local manifests ... Done (0.003s)
1322026-05-21T16:22:10.031ZPlanning: Fetching manifests: 0/2 0% complete
1332026-05-21T16:22:10.055ZPlanning: Fetching manifests: 2/2 100% complete
1342026-05-21T16:22:10.068ZPlanning: Package planning ... Done (0.013s)
1352026-05-21T16:22:10.070ZPlanning: Merging actions ... Done (0.001s)
1362026-05-21T16:22:10.255ZPlanning: Checking for conflicting actions ... Done (0.184s)
1372026-05-21T16:22:10.258ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-05-21T16:22:11.031ZPlanning: Evaluating mediators ... Done (0.774s)
1392026-05-21T16:22:11.034ZPlanning: Planning completed in 1.23 seconds
1402026-05-21T16:22:11.038Z Packages to install: 2
1412026-05-21T16:22:11.038Z Estimated space available: 156.07 GB
1422026-05-21T16:22:11.041ZEstimated space to be consumed: 19.75 MB
1432026-05-21T16:22:11.041Z Create boot environment: No
1442026-05-21T16:22:11.041ZCreate backup boot environment: No
1452026-05-21T16:22:11.041Z Rebuild boot archive: No
1462026-05-21T16:22:11.041Z
1472026-05-21T16:22:11.041ZChanged packages:
1482026-05-21T16:22:11.041Zhelios
1492026-05-21T16:22:11.041Z developer/build-essential
1502026-05-21T16:22:11.041Z None -> 11-3.0
1512026-05-21T16:22:11.041Z library/libxmlsec1
1522026-05-21T16:22:11.041Z None -> 1.2.35-3.0
1532026-05-21T16:22:11.062Z
1542026-05-21T16:22:11.062ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-05-21T16:22:11.631ZDownload: Completed 1.28 MB in 0.57 seconds (2.2M/s)
1562026-05-21T16:22:11.690Z Actions: 1/268 actions (Installing new actions)
1572026-05-21T16:22:11.738Z Actions: Completed 268 actions in 0.05 seconds.
1582026-05-21T16:22:11.744ZFinalize: Updating package state database ... Done (0.006s)
1592026-05-21T16:22:11.744ZFinalize: Updating package cache ... Done (0.000s)
1602026-05-21T16:22:11.759ZFinalize: Updating image state ... Done (0.015s)
1612026-05-21T16:22:14.108ZFinalize: Creating fast lookup database ... Done (2.327s)
1622026-05-21T16:22:14.178ZFinalize: Reading search index ... Done (0.014s)
1632026-05-21T16:22:14.181ZFinalize: Updating search index ... Done (0.000s)
1642026-05-21T16:22:14.280ZFinalize: Updating package cache ... Done (0.000s)
1652026-05-21T16:22:14.569ZPlanning: Evaluating mediator changes ... Done
1662026-05-21T16:22:14.672ZPlanning: Checking for conflicting actions ... Done
1672026-05-21T16:22:14.675ZPlanning: Consolidating action changes ... Done
1682026-05-21T16:22:14.830ZPlanning: Evaluating mediators ... Done
1692026-05-21T16:22:14.833ZPlanning: Planning completed in 0.26 seconds
1702026-05-21T16:22:14.853Z Mediators to change: 2
1712026-05-21T16:22:14.853Z Create boot environment: No
1722026-05-21T16:22:14.858ZCreate backup boot environment: No
1732026-05-21T16:22:14.903ZFinalize: Updating package state database ... Done
1742026-05-21T16:22:14.903ZFinalize: Updating package cache ... Done
1752026-05-21T16:22:14.912ZFinalize: Updating image state ... Done
1762026-05-21T16:22:16.832ZFinalize: Creating fast lookup database ... Done
1772026-05-21T16:22:16.898ZFinalize: Reading search index ... Done
1782026-05-21T16:22:16.901ZFinalize: Updating search index ... Done
1792026-05-21T16:22:16.974ZFinalize: Updating package cache ... Done
1802026-05-21T16:22:17.253ZPlanning: Evaluating mediator changes ... Done
1812026-05-21T16:22:17.357ZPlanning: Checking for conflicting actions ... Done
1822026-05-21T16:22:17.362ZPlanning: Consolidating action changes ... Done
1832026-05-21T16:22:17.514ZPlanning: Evaluating mediators ... Done
1842026-05-21T16:22:17.518ZPlanning: Planning completed in 0.26 seconds
1852026-05-21T16:22:17.537Z Mediators to change: 1
1862026-05-21T16:22:17.537Z Create boot environment: No
1872026-05-21T16:22:17.541ZCreate backup boot environment: No
1882026-05-21T16:22:17.601ZFinalize: Updating package state database ... Done
1892026-05-21T16:22:17.601ZFinalize: Updating package cache ... Done
1902026-05-21T16:22:17.610ZFinalize: Updating image state ... Done
1912026-05-21T16:22:19.540ZFinalize: Creating fast lookup database ... Done
1922026-05-21T16:22:19.608ZFinalize: Reading search index ... Done
1932026-05-21T16:22:19.611ZFinalize: Updating search index ... Done
1942026-05-21T16:22:19.671ZFinalize: Updating package cache ... Done
1952026-05-21T16:22:19.977ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-05-21T16:22:19.977Zapache system 2.4 system
1972026-05-21T16:22:19.977Zclang system 15 system
1982026-05-21T16:22:19.977Zcsh system system illumos
1992026-05-21T16:22:19.977Zctags system system illumos
2002026-05-21T16:22:19.977Zfile vendor vendor darwinsys
2012026-05-21T16:22:19.977Zfile system system illumos
2022026-05-21T16:22:19.977Zgcc vendor 14 vendor
2032026-05-21T16:22:19.977Zgcc system 13 system
2042026-05-21T16:22:19.977Zgcc system 10 system
2052026-05-21T16:22:19.977Zgo system 1.25 system
2062026-05-21T16:22:19.977Zllvm system 15 system
2072026-05-21T16:22:19.977Zmariadb system 11.4 system
2082026-05-21T16:22:19.977Zmta vendor vendor dma
2092026-05-21T16:22:19.977Zopenjdk system 17 system
2102026-05-21T16:22:19.977Zopenjdk system 11 system
2112026-05-21T16:22:19.978Zopenssl vendor 3 vendor
2122026-05-21T16:22:19.978Zperl system 5.40 system
2132026-05-21T16:22:19.978Zpostgresql system 18 system
2142026-05-21T16:22:19.978Zpostgresql system 17 system
2152026-05-21T16:22:19.978Zpython vendor 3 vendor
2162026-05-21T16:22:19.978Zpython system 2 system
2172026-05-21T16:22:19.978Zpython3 vendor 3.13 vendor
2182026-05-21T16:22:19.978Zruby system 3.4 system
2192026-05-21T16:22:19.978Zruby system 3.0 system
2202026-05-21T16:22:19.978Zwords vendor vendor american-english
2212026-05-21T16:22:19.978Zwords system system australian-english
2222026-05-21T16:22:19.978Zwords system system british-english
2232026-05-21T16:22:19.978Zwords system system canadian-english
2242026-05-21T16:22:19.978Zwords system system french
2252026-05-21T16:22:19.978Zwords system system italian
2262026-05-21T16:22:19.978Zwords system system ngerman
2272026-05-21T16:22:19.978Zwords system system ogerman
2282026-05-21T16:22:19.978Zwords system system spanish
2292026-05-21T16:22:20.223ZPUBLISHER TYPE STATUS P LOCATION
2302026-05-21T16:22:20.223Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-05-21T16:22:20.486ZFMRI IFO
2322026-05-21T16:22:20.486Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-05-21T16:22:20.486Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-05-21T16:22:20.486Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-05-21T16:22:20.486Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-05-21T16:22:20.486Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-05-21T16:22:20.486Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-05-21T16:22:20.486Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-05-21T16:22:20.486Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-05-21T16:22:20.486Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-05-21T16:22:20.723Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-05-21T16:22:21.001Z Updating crates.io index
2432026-05-21T16:22:21.033Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-05-21T16:22:21.289Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-05-21T16:22:22.209Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-05-21T16:22:22.750Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-05-21T16:22:23.540Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-05-21T16:22:24.040Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-05-21T16:22:25.332Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-05-21T16:22:26.181Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-05-21T16:22:26.547Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-05-21T16:22:27.942Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-05-21T16:22:28.665Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-05-21T16:22:29.114Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-05-21T16:22:29.520Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-05-21T16:22:30.615Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-05-21T16:22:31.332Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-05-21T16:22:31.775Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-05-21T16:22:32.261Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-05-21T16:22:32.824Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-05-21T16:22:33.301Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-05-21T16:22:33.666Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-05-21T16:22:34.032Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-05-21T16:22:34.360Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-05-21T16:22:34.801Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-05-21T16:22:35.403Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2672026-05-21T16:22:35.994Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2682026-05-21T16:22:36.663Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2692026-05-21T16:22:37.108Z Updating git repository `https://github.com/oxidecomputer/ispf`
2702026-05-21T16:22:37.504Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2712026-05-21T16:22:40.683Z Updating git repository `https://github.com/oxidecomputer/crucible`
2722026-05-21T16:22:41.538Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-05-21T16:22:42.051Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2742026-05-21T16:22:42.418Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2752026-05-21T16:22:42.900Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-05-21T16:22:43.450Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2772026-05-21T16:22:44.006Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2782026-05-21T16:22:44.374Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2792026-05-21T16:22:44.671Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2802026-05-21T16:22:45.021Z Updating git repository `https://github.com/illumos/smf-rs`
2812026-05-21T16:22:45.429Z Updating git repository `https://github.com/oxidecomputer/omicron`
2822026-05-21T16:23:01.279Z Downloading crates ...
2832026-05-21T16:23:01.328Z Downloaded block-buffer v0.10.4
2842026-05-21T16:23:01.332Z Downloaded anstyle v1.0.13
2852026-05-21T16:23:01.336Z Downloaded cargo-platform v0.2.0
2862026-05-21T16:23:01.336Z Downloaded anstream v0.6.21
2872026-05-21T16:23:01.339Z Downloaded byteorder v1.5.0
2882026-05-21T16:23:01.339Z Downloaded bytecount v0.6.9
2892026-05-21T16:23:01.343Z Downloaded cargo-util-schemas v0.8.2
2902026-05-21T16:23:01.346Z Downloaded camino v1.2.2
2912026-05-21T16:23:01.346Z Downloaded crypto-common v0.1.7
2922026-05-21T16:23:01.346Z Downloaded colorchoice v1.0.4
2932026-05-21T16:23:01.353Z Downloaded litemap v0.8.1
2942026-05-21T16:23:01.353Z Downloaded thiserror v1.0.69
2952026-05-21T16:23:01.353Z Downloaded proc-macro-error v1.0.4
2962026-05-21T16:23:01.353Z Downloaded clap_derive v4.5.55
2972026-05-21T16:23:01.359Z Downloaded equivalent v1.0.2
2982026-05-21T16:23:01.359Z Downloaded usdt-impl v0.5.0
2992026-05-21T16:23:01.359Z Downloaded clap_lex v1.0.0
3002026-05-21T16:23:01.362Z Downloaded utf8_iter v1.0.4
3012026-05-21T16:23:01.362Z Downloaded zerofrom-derive v0.1.6
3022026-05-21T16:23:01.362Z Downloaded unicode-xid v0.2.6
3032026-05-21T16:23:01.366Z Downloaded thread-id v4.2.2
3042026-05-21T16:23:01.366Z Downloaded icu_collections v2.1.1
3052026-05-21T16:23:01.369Z Downloaded zerofrom v0.1.6
3062026-05-21T16:23:01.369Z Downloaded usdt-macro v0.5.0
3072026-05-21T16:23:01.369Z Downloaded macaddr v1.0.1
3082026-05-21T16:23:01.369Z Downloaded usdt v0.5.0
3092026-05-21T16:23:01.372Z Downloaded log v0.4.29
3102026-05-21T16:23:01.373Z Downloaded yoke-derive v0.8.1
3112026-05-21T16:23:01.373Z Downloaded typeid v1.0.3
3122026-05-21T16:23:01.373Z Downloaded version_check v0.9.5
3132026-05-21T16:23:01.373Z Downloaded toml_datetime v0.6.11
3142026-05-21T16:23:01.376Z Downloaded toml_write v0.1.2
3152026-05-21T16:23:01.376Z Downloaded terminal_size v0.4.3
3162026-05-21T16:23:01.376Z Downloaded pest_derive v2.8.6
3172026-05-21T16:23:01.379Z Downloaded fnv v1.0.7
3182026-05-21T16:23:01.379Z Downloaded clap v4.5.60
3192026-05-21T16:23:01.382Z Downloaded utf8parse v0.2.2
3202026-05-21T16:23:01.382Z Downloaded num-traits v0.2.19
3212026-05-21T16:23:01.387Z Downloaded idna_adapter v1.2.1
3222026-05-21T16:23:01.387Z Downloaded is_terminal_polyfill v1.70.2
3232026-05-21T16:23:01.387Z Downloaded errno v0.3.14
3242026-05-21T16:23:01.390Z Downloaded usdt-attr-macro v0.5.0
3252026-05-21T16:23:01.390Z Downloaded fastrand v2.3.0
3262026-05-21T16:23:01.393Z Downloaded unicode-linebreak v0.1.5
3272026-05-21T16:23:01.396Z Downloaded tinystr v0.8.2
3282026-05-21T16:23:01.396Z Downloaded serde-value v0.7.0
3292026-05-21T16:23:01.396Z Downloaded proc-macro-error-attr v1.0.4
3302026-05-21T16:23:01.400Z Downloaded form_urlencoded v1.2.2
3312026-05-21T16:23:01.400Z Downloaded thiserror-impl v2.0.18
3322026-05-21T16:23:01.403Z Downloaded writeable v0.6.2
3332026-05-21T16:23:01.403Z Downloaded thiserror-impl v1.0.69
3342026-05-21T16:23:01.403Z Downloaded thiserror v2.0.18
3352026-05-21T16:23:01.407Z Downloaded zmij v1.0.21
3362026-05-21T16:23:01.407Z Downloaded zerovec-derive v0.11.2
3372026-05-21T16:23:01.410Z Downloaded dof v0.3.0
3382026-05-21T16:23:01.410Z Downloaded tabled_derive v0.7.0
3392026-05-21T16:23:01.414Z Downloaded toml v0.8.23
3402026-05-21T16:23:01.414Z Downloaded cpufeatures v0.2.17
3412026-05-21T16:23:01.417Z Downloaded strsim v0.11.1
3422026-05-21T16:23:01.417Z Downloaded serde_spanned v0.6.9
3432026-05-21T16:23:01.420Z Downloaded percent-encoding v2.3.2
3442026-05-21T16:23:01.420Z Downloaded yoke v0.8.1
3452026-05-21T16:23:01.423Z Downloaded dtrace-parser v0.2.0
3462026-05-21T16:23:01.423Z Downloaded generic-array v0.14.7
3472026-05-21T16:23:01.426Z Downloaded zerocopy-derive v0.7.35
3482026-05-21T16:23:01.430Z Downloaded plain v0.2.3
3492026-05-21T16:23:01.430Z Downloaded memmap v0.7.0
3502026-05-21T16:23:01.430Z Downloaded ucd-trie v0.1.7
3512026-05-21T16:23:01.434Z Downloaded smawk v0.3.2
3522026-05-21T16:23:01.434Z Downloaded cfg-if v1.0.4
3532026-05-21T16:23:01.434Z Downloaded swrite v0.1.0
3542026-05-21T16:23:01.434Z Downloaded heck v0.5.0
3552026-05-21T16:23:01.434Z Downloaded unicode-ident v1.0.24
3562026-05-21T16:23:01.437Z Downloaded zerotrie v0.2.3
3572026-05-21T16:23:01.437Z Downloaded ordered-float v2.10.1
3582026-05-21T16:23:01.441Z Downloaded serde-untagged v0.1.9
3592026-05-21T16:23:01.441Z Downloaded displaydoc v0.2.5
3602026-05-21T16:23:01.441Z Downloaded camino-tempfile v1.4.1
3612026-05-21T16:23:01.444Z Downloaded textwrap v0.16.2
3622026-05-21T16:23:01.444Z Downloaded url v2.5.8
3632026-05-21T16:23:01.444Z Downloaded potential_utf v0.1.4
3642026-05-21T16:23:01.444Z Downloaded itoa v1.0.17
3652026-05-21T16:23:01.444Z Downloaded typenum v1.19.0
3662026-05-21T16:23:01.447Z Downloaded stable_deref_trait v1.2.1
3672026-05-21T16:23:01.451Z Downloaded toml_edit v0.22.27
3682026-05-21T16:23:01.451Z Downloaded pretty-hex v0.4.1
3692026-05-21T16:23:01.454Z Downloaded scroll_derive v0.12.1
3702026-05-21T16:23:01.458Z Downloaded once_cell v1.21.3
3712026-05-21T16:23:01.466Z Downloaded autocfg v1.5.0
3722026-05-21T16:23:01.467Z Downloaded zerovec v0.11.5
3732026-05-21T16:23:01.467Z Downloaded winnow v0.7.14
3742026-05-21T16:23:01.470Z Downloaded erased-serde v0.4.9
3752026-05-21T16:23:01.470Z Downloaded zerocopy v0.7.35
3762026-05-21T16:23:01.477Z Downloaded serde_tokenstream v0.2.3
3772026-05-21T16:23:01.480Z Downloaded anstyle-query v1.1.5
3782026-05-21T16:23:01.480Z Downloaded heck v0.4.1
3792026-05-21T16:23:01.480Z Downloaded quote v1.0.45
3802026-05-21T16:23:01.480Z Downloaded cargo_metadata v0.21.0
3812026-05-21T16:23:01.484Z Downloaded unicode-width v0.2.0
3822026-05-21T16:23:01.487Z Downloaded unicode-width v0.1.14
3832026-05-21T16:23:01.490Z Downloaded memchr v2.8.0
3842026-05-21T16:23:01.490Z Downloaded digest v0.10.7
3852026-05-21T16:23:01.494Z Downloaded fs-err v3.3.0
3862026-05-21T16:23:01.494Z Downloaded synstructure v0.13.2
3872026-05-21T16:23:01.494Z Downloaded sha2 v0.10.9
3882026-05-21T16:23:01.494Z Downloaded anstyle-parse v0.2.7
3892026-05-21T16:23:01.497Z Downloaded cargo_toml v0.21.0
3902026-05-21T16:23:01.497Z Downloaded pest_generator v2.8.6
3912026-05-21T16:23:01.500Z Downloaded proc-macro2 v1.0.106
3922026-05-21T16:23:01.503Z Downloaded semver v1.0.28
3932026-05-21T16:23:01.509Z Downloaded scroll v0.12.0
3942026-05-21T16:23:01.513Z Downloaded bitflags v2.11.0
3952026-05-21T16:23:01.514Z Downloaded anyhow v1.0.102
3962026-05-21T16:23:01.514Z Downloaded tempfile v3.25.0
3972026-05-21T16:23:01.517Z Downloaded smallvec v1.15.1
3982026-05-21T16:23:01.525Z Downloaded serde_derive v1.0.228
3992026-05-21T16:23:01.537Z Downloaded icu_properties v2.1.2
4002026-05-21T16:23:01.541Z Downloaded getrandom v0.4.1
4012026-05-21T16:23:01.544Z Downloaded serde_core v1.0.228
4022026-05-21T16:23:01.548Z Downloaded icu_normalizer v2.1.1
4032026-05-21T16:23:01.553Z Downloaded icu_locale_core v2.1.1
4042026-05-21T16:23:01.559Z Downloaded icu_normalizer_data v2.1.1
4052026-05-21T16:23:01.563Z Downloaded icu_provider v2.1.1
4062026-05-21T16:23:01.566Z Downloaded papergrid v0.11.0
4072026-05-21T16:23:01.574Z Downloaded serde v1.0.228
4082026-05-21T16:23:01.580Z Downloaded pest_meta v2.8.6
4092026-05-21T16:23:01.583Z Downloaded idna v1.1.0
4102026-05-21T16:23:01.606Z Downloaded indexmap v2.14.0
4112026-05-21T16:23:01.623Z Downloaded pest v2.8.6
4122026-05-21T16:23:01.630Z Downloaded hashbrown v0.17.0
4132026-05-21T16:23:01.633Z Downloaded icu_properties_data v2.1.2
4142026-05-21T16:23:01.637Z Downloaded serde_json v1.0.149
4152026-05-21T16:23:01.642Z Downloaded clap_builder v4.5.60
4162026-05-21T16:23:01.645Z Downloaded tabled v0.15.0
4172026-05-21T16:23:01.651Z Downloaded goblin v0.8.2
4182026-05-21T16:23:01.657Z Downloaded syn v1.0.109
4192026-05-21T16:23:01.664Z Downloaded syn v2.0.117
4202026-05-21T16:23:01.685Z Downloaded rustix v1.1.3
4212026-05-21T16:23:01.708Z Downloaded libc v0.2.185
4222026-05-21T16:23:01.775Z Compiling proc-macro2 v1.0.106
4232026-05-21T16:23:01.775Z Compiling quote v1.0.45
4242026-05-21T16:23:01.775Z Compiling unicode-ident v1.0.24
4252026-05-21T16:23:01.778Z Compiling serde_core v1.0.228
4262026-05-21T16:23:01.778Z Compiling libc v0.2.185
4272026-05-21T16:23:01.778Z Compiling version_check v0.9.5
4282026-05-21T16:23:01.778Z Compiling serde v1.0.228
4292026-05-21T16:23:01.778Z Compiling stable_deref_trait v1.2.1
4302026-05-21T16:23:02.079Z Compiling memchr v2.8.0
4312026-05-21T16:23:02.106Z Compiling zmij v1.0.21
4322026-05-21T16:23:02.569Z Compiling thiserror v1.0.69
4332026-05-21T16:23:02.572Z Compiling ucd-trie v0.1.7
4342026-05-21T16:23:02.608Z Compiling itoa v1.0.17
4352026-05-21T16:23:02.673Z Compiling autocfg v1.5.0
4362026-05-21T16:23:02.798Z Compiling pest v2.8.6
4372026-05-21T16:23:02.861Z Compiling litemap v0.8.1
4382026-05-21T16:23:02.888Z Compiling writeable v0.6.2
4392026-05-21T16:23:03.049Z Compiling icu_properties_data v2.1.2
4402026-05-21T16:23:03.063Z Compiling icu_normalizer_data v2.1.1
4412026-05-21T16:23:03.077Z Compiling rustix v1.1.3
4422026-05-21T16:23:03.091Z Compiling byteorder v1.5.0
4432026-05-21T16:23:03.355Z Compiling errno v0.3.14
4442026-05-21T16:23:03.407Z Compiling syn v2.0.117
4452026-05-21T16:23:03.488Z Compiling serde_json v1.0.149
4462026-05-21T16:23:03.503Z Compiling bitflags v2.11.0
4472026-05-21T16:23:03.721Z Compiling num-traits v0.2.19
4482026-05-21T16:23:03.736Z Compiling smallvec v1.15.1
4492026-05-21T16:23:03.739Z Compiling typeid v1.0.3
4502026-05-21T16:23:03.899Z Compiling pest_meta v2.8.6
4512026-05-21T16:23:03.941Z Compiling equivalent v1.0.2
4522026-05-21T16:23:04.032Z Compiling hashbrown v0.17.0
4532026-05-21T16:23:04.220Z Compiling thread-id v4.2.2
4542026-05-21T16:23:04.257Z Compiling usdt-impl v0.5.0
4552026-05-21T16:23:04.303Z Compiling proc-macro-error-attr v1.0.4
4562026-05-21T16:23:04.423Z Compiling toml_write v0.1.2
4572026-05-21T16:23:04.460Z Compiling winnow v0.7.14
4582026-05-21T16:23:04.483Z Compiling syn v1.0.109
4592026-05-21T16:23:04.614Z Compiling indexmap v2.14.0
4602026-05-21T16:23:04.680Z Compiling erased-serde v0.4.9
4612026-05-21T16:23:05.132Z Compiling proc-macro-error v1.0.4
4622026-05-21T16:23:05.266Z Compiling plain v0.2.3
4632026-05-21T16:23:05.311Z Compiling log v0.4.29
4642026-05-21T16:23:05.392Z Compiling utf8parse v0.2.2
4652026-05-21T16:23:05.498Z Compiling thiserror v2.0.18
4662026-05-21T16:23:05.529Z Compiling camino v1.2.2
4672026-05-21T16:23:05.570Z Compiling percent-encoding v2.3.2
4682026-05-21T16:23:05.587Z Compiling utf8_iter v1.0.4
4692026-05-21T16:23:05.645Z Compiling getrandom v0.4.1
4702026-05-21T16:23:05.736Z Compiling form_urlencoded v1.2.2
4712026-05-21T16:23:05.765Z Compiling ordered-float v2.10.1
4722026-05-21T16:23:05.880Z Compiling anstyle-parse v0.2.7
4732026-05-21T16:23:06.036Z Compiling synstructure v0.13.2
4742026-05-21T16:23:06.048Z Compiling pest_generator v2.8.6
4752026-05-21T16:23:06.061Z Compiling terminal_size v0.4.3
4762026-05-21T16:23:06.207Z Compiling anstyle v1.0.13
4772026-05-21T16:23:06.284Z Compiling anstyle-query v1.1.5
4782026-05-21T16:23:06.393Z Compiling cfg-if v1.0.4
4792026-05-21T16:23:06.408Z Compiling pretty-hex v0.4.1
4802026-05-21T16:23:06.417Z Compiling is_terminal_polyfill v1.70.2
4812026-05-21T16:23:06.431Z Compiling colorchoice v1.0.4
4822026-05-21T16:23:06.509Z Compiling serde-untagged v0.1.9
4832026-05-21T16:23:06.544Z Compiling anstream v0.6.21
4842026-05-21T16:23:06.624Z Compiling semver v1.0.28
4852026-05-21T16:23:06.729Z Compiling fs-err v3.3.0
4862026-05-21T16:23:06.743Z Compiling fnv v1.0.7
4872026-05-21T16:23:06.837Z Compiling unicode-width v0.1.14
4882026-05-21T16:23:06.859Z Compiling once_cell v1.21.3
4892026-05-21T16:23:06.912Z Compiling heck v0.4.1
4902026-05-21T16:23:06.943Z Compiling unicode-xid v0.2.6
4912026-05-21T16:23:06.978Z Compiling heck v0.5.0
4922026-05-21T16:23:07.068Z Compiling bytecount v0.6.9
4932026-05-21T16:23:07.081Z Compiling anyhow v1.0.102
4942026-05-21T16:23:07.129Z Compiling clap_lex v1.0.0
4952026-05-21T16:23:07.197Z Compiling fastrand v2.3.0
4962026-05-21T16:23:07.219Z Compiling strsim v0.11.1
4972026-05-21T16:23:07.358Z Compiling papergrid v0.11.0
4982026-05-21T16:23:07.400Z Compiling clap_builder v4.5.60
4992026-05-21T16:23:07.454Z Compiling tempfile v3.25.0
5002026-05-21T16:23:07.590Z Compiling memmap v0.7.0
5012026-05-21T16:23:07.651Z Compiling smawk v0.3.2
5022026-05-21T16:23:07.693Z Compiling serde_derive v1.0.228
5032026-05-21T16:23:07.762Z Compiling zerofrom-derive v0.1.6
5042026-05-21T16:23:07.786Z Compiling yoke-derive v0.8.1
5052026-05-21T16:23:07.815Z Compiling zerovec-derive v0.11.2
5062026-05-21T16:23:08.029Z Compiling displaydoc v0.2.5
5072026-05-21T16:23:08.730Z Compiling thiserror-impl v1.0.69
5082026-05-21T16:23:08.745Z Compiling zerocopy-derive v0.7.35
5092026-05-21T16:23:08.888Z Compiling pest_derive v2.8.6
5102026-05-21T16:23:08.922Z Compiling scroll_derive v0.12.1
5112026-05-21T16:23:09.113Z Compiling zerofrom v0.1.6
5122026-05-21T16:23:09.243Z Compiling yoke v0.8.1
5132026-05-21T16:23:09.295Z Compiling thiserror-impl v2.0.18
5142026-05-21T16:23:09.430Z Compiling zerovec v0.11.5
5152026-05-21T16:23:09.571Z Compiling zerotrie v0.2.3
5162026-05-21T16:23:09.589Z Compiling zerocopy v0.7.35
5172026-05-21T16:23:09.921Z Compiling tinystr v0.8.2
5182026-05-21T16:23:09.973Z Compiling potential_utf v0.1.4
5192026-05-21T16:23:10.097Z Compiling icu_locale_core v2.1.1
5202026-05-21T16:23:10.126Z Compiling icu_collections v2.1.1
5212026-05-21T16:23:10.140Z Compiling dtrace-parser v0.2.0
5222026-05-21T16:23:10.190Z Compiling scroll v0.12.0
5232026-05-21T16:23:10.390Z Compiling tabled_derive v0.7.0
5242026-05-21T16:23:10.456Z Compiling goblin v0.8.2
5252026-05-21T16:23:10.511Z Compiling clap_derive v4.5.55
5262026-05-21T16:23:10.599Z Compiling unicode-width v0.2.0
5272026-05-21T16:23:10.877Z Compiling icu_provider v2.1.1
5282026-05-21T16:23:10.981Z Compiling unicode-linebreak v0.1.5
5292026-05-21T16:23:11.166Z Compiling icu_normalizer v2.1.1
5302026-05-21T16:23:11.199Z Compiling icu_properties v2.1.2
5312026-05-21T16:23:11.224Z Compiling serde_spanned v0.6.9
5322026-05-21T16:23:11.238Z Compiling toml_datetime v0.6.11
5332026-05-21T16:23:11.301Z Compiling dof v0.3.0
5342026-05-21T16:23:11.312Z Compiling serde_tokenstream v0.2.3
5352026-05-21T16:23:11.386Z Compiling serde-value v0.7.0
5362026-05-21T16:23:11.551Z Compiling toml_edit v0.22.27
5372026-05-21T16:23:11.693Z Compiling cargo-platform v0.2.0
5382026-05-21T16:23:11.756Z Compiling tabled v0.15.0
5392026-05-21T16:23:11.816Z Compiling textwrap v0.16.2
5402026-05-21T16:23:11.949Z Compiling macaddr v1.0.1
5412026-05-21T16:23:12.163Z Compiling idna_adapter v1.2.1
5422026-05-21T16:23:12.186Z Compiling camino-tempfile v1.4.1
5432026-05-21T16:23:12.251Z Compiling usdt-macro v0.5.0
5442026-05-21T16:23:12.265Z Compiling idna v1.1.0
5452026-05-21T16:23:12.307Z Compiling usdt-attr-macro v0.5.0
5462026-05-21T16:23:12.412Z Compiling clap v4.5.60
5472026-05-21T16:23:12.497Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5482026-05-21T16:23:12.573Z Compiling url v2.5.8
5492026-05-21T16:23:12.870Z Compiling swrite v0.1.0
5502026-05-21T16:23:12.921Z Compiling toml v0.8.23
5512026-05-21T16:23:13.316Z Compiling cargo-util-schemas v0.8.2
5522026-05-21T16:23:13.431Z Compiling cargo_toml v0.21.0
5532026-05-21T16:23:13.474Z Compiling usdt v0.5.0
5542026-05-21T16:23:14.152Z Compiling cargo_metadata v0.21.0
5552026-05-21T16:23:15.083Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5562026-05-21T16:23:17.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.57s
5572026-05-21T16:23:17.391Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5582026-05-21T16:23:17.942Z Downloading crates ...
5592026-05-21T16:23:18.058Z Downloaded adler2 v2.0.1
5602026-05-21T16:23:18.080Z Downloaded castaway v0.2.4
5612026-05-21T16:23:18.080Z Downloaded ciborium-ll v0.2.2
5622026-05-21T16:23:18.081Z Downloaded bb8 v0.8.6
5632026-05-21T16:23:18.081Z Downloaded chacha20 v0.9.1
5642026-05-21T16:23:18.081Z Downloaded backoff v0.4.0
5652026-05-21T16:23:18.081Z Downloaded async-recursion v1.1.1
5662026-05-21T16:23:18.081Z Downloaded blowfish v0.9.1
5672026-05-21T16:23:18.081Z Downloaded convert_case v0.10.0
5682026-05-21T16:23:18.081Z Downloaded curve25519-dalek-derive v0.1.1
5692026-05-21T16:23:18.081Z Downloaded dropshot_endpoint v0.17.0
5702026-05-21T16:23:18.081Z Downloaded base16ct v0.2.0
5712026-05-21T16:23:18.081Z Downloaded cstr-argument v0.1.2
5722026-05-21T16:23:18.081Z Downloaded endian-type v0.1.2
5732026-05-21T16:23:18.082Z Downloaded async-stream-impl v0.3.6
5742026-05-21T16:23:18.082Z Downloaded darling_macro v0.20.11
5752026-05-21T16:23:18.082Z Downloaded bumpalo v3.20.2
5762026-05-21T16:23:18.082Z Downloaded drift v0.2.0
5772026-05-21T16:23:18.093Z Downloaded darling_macro v0.23.0
5782026-05-21T16:23:18.093Z Downloaded bytes v1.11.1
5792026-05-21T16:23:18.093Z Downloaded filetime v0.2.27
5802026-05-21T16:23:18.093Z Downloaded embedded-io v0.4.0
5812026-05-21T16:23:18.093Z Downloaded downcast-rs v2.0.2
5822026-05-21T16:23:18.093Z Downloaded data-encoding v2.10.0
5832026-05-21T16:23:18.093Z Downloaded crucible-workspace-hack v0.1.0
5842026-05-21T16:23:18.093Z Downloaded cfg_aliases v0.2.1
5852026-05-21T16:23:18.093Z Downloaded crc8 v0.1.1
5862026-05-21T16:23:18.094Z Downloaded enum-as-inner v0.6.1
5872026-05-21T16:23:18.094Z Downloaded bcrypt-pbkdf v0.10.0
5882026-05-21T16:23:18.094Z Downloaded daft v0.1.7
5892026-05-21T16:23:18.104Z Downloaded atomic-waker v1.1.2
5902026-05-21T16:23:18.104Z Downloaded convert_case v0.4.0
5912026-05-21T16:23:18.104Z Downloaded console v0.15.11
5922026-05-21T16:23:18.104Z Downloaded flagset v0.4.7
5932026-05-21T16:23:18.104Z Downloaded foldhash v0.2.0
5942026-05-21T16:23:18.104Z Downloaded darling_macro v0.21.3
5952026-05-21T16:23:18.104Z Downloaded base64ct v1.8.3
5962026-05-21T16:23:18.104Z Downloaded async-stream v0.3.6
5972026-05-21T16:23:18.104Z Downloaded cargo-platform v0.1.9
5982026-05-21T16:23:18.104Z Downloaded aead v0.5.2
5992026-05-21T16:23:18.105Z Downloaded daft-derive v0.1.7
6002026-05-21T16:23:18.105Z Downloaded defmt v0.3.100
6012026-05-21T16:23:18.118Z Downloaded compression-core v0.4.31
6022026-05-21T16:23:18.118Z Downloaded cassowary v0.3.0
6032026-05-21T16:23:18.119Z Downloaded block-padding v0.3.3
6042026-05-21T16:23:18.119Z Downloaded async-trait v0.1.89
6052026-05-21T16:23:18.119Z Downloaded cargo_metadata v0.19.2
6062026-05-21T16:23:18.119Z Downloaded csv-core v0.1.13
6072026-05-21T16:23:18.119Z Downloaded argon2 v0.5.3
6082026-05-21T16:23:18.119Z Downloaded embedded-io v0.6.1
6092026-05-21T16:23:18.139Z Downloaded ahash v0.8.12
6102026-05-21T16:23:18.139Z Downloaded display-error-chain v0.2.2
6112026-05-21T16:23:18.139Z Downloaded ciborium-io v0.2.2
6122026-05-21T16:23:18.139Z Downloaded backon v1.6.0
6132026-05-21T16:23:18.139Z Downloaded crunchy v0.2.4
6142026-05-21T16:23:18.139Z Downloaded debug-ignore v1.0.5
6152026-05-21T16:23:18.139Z Downloaded crc32fast v1.5.0
6162026-05-21T16:23:18.139Z Downloaded ctr v0.9.2
6172026-05-21T16:23:18.139Z Downloaded cobs v0.3.0
6182026-05-21T16:23:18.139Z Downloaded bitflags v1.3.2
6192026-05-21T16:23:18.139Z Downloaded critical-section v1.2.0
6202026-05-21T16:23:18.139Z Downloaded cbc v0.1.2
6212026-05-21T16:23:18.140Z Downloaded bitfield v0.19.4
6222026-05-21T16:23:18.140Z Downloaded bit-vec v0.6.3
6232026-05-21T16:23:18.140Z Downloaded cmake v0.1.57
6242026-05-21T16:23:18.140Z Downloaded bitfield-struct v0.6.2
6252026-05-21T16:23:18.140Z Downloaded bzip2 v0.4.4
6262026-05-21T16:23:18.140Z Downloaded derive_builder_macro v0.20.2
6272026-05-21T16:23:18.140Z Downloaded bit-vec v0.8.0
6282026-05-21T16:23:18.140Z Downloaded cfg_aliases v0.1.1
6292026-05-21T16:23:18.140Z Downloaded assert_matches v1.5.0
6302026-05-21T16:23:18.140Z Downloaded fd-lock v4.0.4
6312026-05-21T16:23:18.140Z Downloaded crc v3.4.0
6322026-05-21T16:23:18.152Z Downloaded atomicwrites v0.4.4
6332026-05-21T16:23:18.153Z Downloaded dsl_auto_type v0.2.0
6342026-05-21T16:23:18.153Z Downloaded darling_core v0.23.0
6352026-05-21T16:23:18.153Z Downloaded float-cmp v0.10.0
6362026-05-21T16:23:18.153Z Downloaded dyn-clone v1.0.20
6372026-05-21T16:23:18.153Z Downloaded dropshot-api-manager-types v0.7.2
6382026-05-21T16:23:18.153Z Downloaded bit-set v0.5.3
6392026-05-21T16:23:18.153Z Downloaded cookie_store v0.22.1
6402026-05-21T16:23:18.153Z Downloaded atty v0.2.14
6412026-05-21T16:23:18.165Z Downloaded dirs-next v2.0.0
6422026-05-21T16:23:18.165Z Downloaded arrayref v0.3.9
6432026-05-21T16:23:18.165Z Downloaded foreign-types v0.3.2
6442026-05-21T16:23:18.165Z Downloaded bit-set v0.8.0
6452026-05-21T16:23:18.165Z Downloaded env_filter v1.0.0
6462026-05-21T16:23:18.165Z Downloaded dunce v1.0.5
6472026-05-21T16:23:18.165Z Downloaded difflib v0.4.0
6482026-05-21T16:23:18.165Z Downloaded cpufeatures v0.3.0
6492026-05-21T16:23:18.165Z Downloaded crc-catalog v2.4.0
6502026-05-21T16:23:18.165Z Downloaded bitfield-macros v0.19.4
6512026-05-21T16:23:18.165Z Downloaded fixedbitset v0.4.2
6522026-05-21T16:23:18.172Z Downloaded dirs-sys-next v0.1.2
6532026-05-21T16:23:18.172Z Downloaded defmt v1.0.1
6542026-05-21T16:23:18.172Z Downloaded crossbeam-deque v0.8.6
6552026-05-21T16:23:18.173Z Downloaded dof v0.4.0
6562026-05-21T16:23:18.182Z Downloaded constant_time_eq v0.4.2
6572026-05-21T16:23:18.182Z Downloaded futures-core v0.3.32
6582026-05-21T16:23:18.182Z Downloaded document-features v0.2.12
6592026-05-21T16:23:18.182Z Downloaded crossbeam-epoch v0.9.18
6602026-05-21T16:23:18.198Z Downloaded foreign-types-shared v0.1.1
6612026-05-21T16:23:18.198Z Downloaded fs-err v2.11.0
6622026-05-21T16:23:18.198Z Downloaded const_format_proc_macros v0.2.34
6632026-05-21T16:23:18.199Z Downloaded buf-list v1.1.2
6642026-05-21T16:23:18.199Z Downloaded darling v0.23.0
6652026-05-21T16:23:18.199Z Downloaded futures-io v0.3.32
6662026-05-21T16:23:18.199Z Downloaded funty v2.0.0
6672026-05-21T16:23:18.199Z Downloaded gethostname v0.5.0
6682026-05-21T16:23:18.199Z Downloaded futures-sink v0.3.32
6692026-05-21T16:23:18.199Z Downloaded fxhash v0.2.1
6702026-05-21T16:23:18.199Z Downloaded foreign-types-shared v0.3.1
6712026-05-21T16:23:18.199Z Downloaded futures-task v0.3.32
6722026-05-21T16:23:18.199Z Downloaded foreign-types-macros v0.2.3
6732026-05-21T16:23:18.199Z Downloaded foreign-types v0.5.0
6742026-05-21T16:23:18.199Z Downloaded ghash v0.5.1
6752026-05-21T16:23:18.199Z Downloaded hex v0.4.3
6762026-05-21T16:23:18.199Z Downloaded headers-core v0.3.0
6772026-05-21T16:23:18.200Z Downloaded globwalk v0.9.1
6782026-05-21T16:23:18.200Z Downloaded hash32 v0.2.1
6792026-05-21T16:23:18.206Z Downloaded hash32 v0.3.1
6802026-05-21T16:23:18.206Z Downloaded git-stub v1.0.0
6812026-05-21T16:23:18.207Z Downloaded float-ord v0.3.2
6822026-05-21T16:23:18.207Z Downloaded async-bb8-diesel v0.2.1
6832026-05-21T16:23:18.207Z Downloaded darling v0.21.3
6842026-05-21T16:23:18.207Z Downloaded ascii-canvas v3.0.0
6852026-05-21T16:23:18.207Z Downloaded hostname v0.4.2
6862026-05-21T16:23:18.207Z Downloaded const_format v0.2.35
6872026-05-21T16:23:18.222Z Downloaded diesel_table_macro_syntax v0.3.0
6882026-05-21T16:23:18.222Z Downloaded find-msvc-tools v0.1.9
6892026-05-21T16:23:18.222Z Downloaded bcs v0.1.6
6902026-05-21T16:23:18.222Z Downloaded arrayvec v0.7.6
6912026-05-21T16:23:18.241Z Downloaded env_logger v0.11.9
6922026-05-21T16:23:18.241Z Downloaded either v1.15.0
6932026-05-21T16:23:18.241Z Downloaded cipher v0.4.4
6942026-05-21T16:23:18.241Z Downloaded ed25519 v2.2.3
6952026-05-21T16:23:18.241Z Downloaded diesel-dtrace v0.5.0
6962026-05-21T16:23:18.241Z Downloaded hostname v0.3.1
6972026-05-21T16:23:18.241Z Downloaded cexpr v0.6.0
6982026-05-21T16:23:18.241Z Downloaded hex-literal v0.4.1
6992026-05-21T16:23:18.241Z Downloaded camino-tempfile-ext v0.3.3
7002026-05-21T16:23:18.241Z Downloaded http-range v0.1.5
7012026-05-21T16:23:18.242Z Downloaded home v0.5.12
7022026-05-21T16:23:18.242Z Downloaded ecdsa v0.16.9
7032026-05-21T16:23:18.242Z Downloaded byte-wrapper v0.1.0
7042026-05-21T16:23:18.242Z Downloaded foldhash v0.1.5
7052026-05-21T16:23:18.242Z Downloaded fixedbitset v0.5.7
7062026-05-21T16:23:18.264Z Downloaded defmt-macros v1.0.1
7072026-05-21T16:23:18.264Z Downloaded crossbeam-utils v0.8.21
7082026-05-21T16:23:18.264Z Downloaded const-oid v0.9.6
7092026-05-21T16:23:18.264Z Downloaded futures-macro v0.3.32
7102026-05-21T16:23:18.264Z Downloaded der_derive v0.7.3
7112026-05-21T16:23:18.264Z Downloaded array-init v0.0.4
7122026-05-21T16:23:18.265Z Downloaded compression-codecs v0.4.37
7132026-05-21T16:23:18.265Z Downloaded corncobs v0.1.4
7142026-05-21T16:23:18.265Z Downloaded http-body v1.0.1
7152026-05-21T16:23:18.265Z Downloaded crypto-bigint v0.5.5
7162026-05-21T16:23:18.265Z Downloaded indoc v1.0.9
7172026-05-21T16:23:18.265Z Downloaded futures-executor v0.3.32
7182026-05-21T16:23:18.265Z Downloaded instant v0.1.13
7192026-05-21T16:23:18.265Z Downloaded git-stub-vcs v0.1.0
7202026-05-21T16:23:18.265Z Downloaded fs_extra v1.3.0
7212026-05-21T16:23:18.265Z Downloaded globset v0.4.18
7222026-05-21T16:23:18.265Z Downloaded derive-ex v0.1.8
7232026-05-21T16:23:18.265Z Downloaded deranged v0.5.8
7242026-05-21T16:23:18.271Z Downloaded hubpack_derive v0.1.1
7252026-05-21T16:23:18.271Z Downloaded indent_write v2.2.0
7262026-05-21T16:23:18.271Z Downloaded ident_case v1.0.1
7272026-05-21T16:23:18.271Z Downloaded hyper-tls v0.6.0
7282026-05-21T16:23:18.271Z Downloaded glob v0.3.3
7292026-05-21T16:23:18.271Z Downloaded ff v0.13.1
7302026-05-21T16:23:18.271Z Downloaded illumos-nvpair-sys v0.2.0
7312026-05-21T16:23:18.272Z Downloaded illumos-nvpair v0.3.0
7322026-05-21T16:23:18.272Z Downloaded httpdate v1.0.3
7332026-05-21T16:23:18.272Z Downloaded inout v0.1.4
7342026-05-21T16:23:18.272Z Downloaded cancel-safe-futures v0.1.5
7352026-05-21T16:23:18.272Z Downloaded internet-checksum v0.2.1
7362026-05-21T16:23:18.272Z Downloaded instability v0.3.11
7372026-05-21T16:23:18.272Z Downloaded colored v3.1.1
7382026-05-21T16:23:18.272Z Downloaded is_ci v1.2.0
7392026-05-21T16:23:18.272Z Downloaded colored v2.2.0
7402026-05-21T16:23:18.277Z Downloaded ena v0.14.4
7412026-05-21T16:23:18.277Z Downloaded darling v0.20.11
7422026-05-21T16:23:18.277Z Downloaded derive_builder v0.20.2
7432026-05-21T16:23:18.297Z Downloaded highway v1.3.0
7442026-05-21T16:23:18.297Z Downloaded bzip2 v0.6.1
7452026-05-21T16:23:18.297Z Downloaded fallible-iterator v0.2.0
7462026-05-21T16:23:18.297Z Downloaded http-body-util v0.1.3
7472026-05-21T16:23:18.297Z Downloaded erased-serde v0.3.31
7482026-05-21T16:23:18.316Z Downloaded console v0.16.2
7492026-05-21T16:23:18.316Z Downloaded blake2 v0.10.6
7502026-05-21T16:23:18.316Z Downloaded lazy_static v1.5.0
7512026-05-21T16:23:18.316Z Downloaded dtrace-parser v0.3.0
7522026-05-21T16:23:18.316Z Downloaded derive_builder_core v0.20.2
7532026-05-21T16:23:18.316Z Downloaded des v0.8.1
7542026-05-21T16:23:18.316Z Downloaded cookie v0.18.1
7552026-05-21T16:23:18.316Z Downloaded hubpack v0.1.2
7562026-05-21T16:23:18.316Z Downloaded humantime v2.3.0
7572026-05-21T16:23:18.317Z Downloaded lru-slab v0.1.2
7582026-05-21T16:23:18.317Z Downloaded managed v0.8.0
7592026-05-21T16:23:18.317Z Downloaded keccak v0.1.6
7602026-05-21T16:23:18.317Z Downloaded lalrpop-util v0.19.12
7612026-05-21T16:23:18.317Z Downloaded kstat-rs v0.2.4
7622026-05-21T16:23:18.317Z Downloaded fatfs v0.3.6
7632026-05-21T16:23:18.317Z Downloaded futures-channel v0.3.32
7642026-05-21T16:23:18.334Z Downloaded lzss v0.8.2
7652026-05-21T16:23:18.334Z Downloaded md5 v0.7.0
7662026-05-21T16:23:18.334Z Downloaded md-5 v0.10.6
7672026-05-21T16:23:18.334Z Downloaded indoc v2.0.7
7682026-05-21T16:23:18.334Z Downloaded mime v0.3.17
7692026-05-21T16:23:18.334Z Downloaded memoffset v0.9.1
7702026-05-21T16:23:18.334Z Downloaded impl-trait-for-tuples v0.2.3
7712026-05-21T16:23:18.334Z Downloaded multimap v0.10.1
7722026-05-21T16:23:18.335Z Downloaded half v1.8.3
7732026-05-21T16:23:18.335Z Downloaded defmt-parser v1.0.0
7742026-05-21T16:23:18.335Z Downloaded group v0.13.0
7752026-05-21T16:23:18.335Z Downloaded ingot v0.1.1
7762026-05-21T16:23:18.335Z Downloaded darling_core v0.21.3
7772026-05-21T16:23:18.335Z Downloaded lru-cache v0.1.2
7782026-05-21T16:23:18.335Z Downloaded lru v0.12.5
7792026-05-21T16:23:18.353Z Downloaded linked-hash-map v0.5.6
7802026-05-21T16:23:18.353Z Downloaded getrandom v0.2.17
7812026-05-21T16:23:18.353Z Downloaded maybe-uninit v2.0.0
7822026-05-21T16:23:18.353Z Downloaded maplit v1.0.2
7832026-05-21T16:23:18.353Z Downloaded is-terminal v0.4.17
7842026-05-21T16:23:18.353Z Downloaded hyper-staticfile v0.10.1
7852026-05-21T16:23:18.354Z Downloaded newtype-uuid-macros v0.1.0
7862026-05-21T16:23:18.354Z Downloaded normalize-line-endings v0.3.0
7872026-05-21T16:23:18.354Z Downloaded chacha20 v0.10.0
7882026-05-21T16:23:18.354Z Downloaded elliptic-curve v0.13.8
7892026-05-21T16:23:18.354Z Downloaded dropshot_endpoint v0.16.7
7902026-05-21T16:23:18.363Z Downloaded clang-sys v1.8.1
7912026-05-21T16:23:18.363Z Downloaded derive_more v0.99.20
7922026-05-21T16:23:18.363Z Downloaded ciborium v0.2.2
7932026-05-21T16:23:18.363Z Downloaded httparse v1.10.1
7942026-05-21T16:23:18.363Z Downloaded ipnetwork v0.21.1
7952026-05-21T16:23:18.363Z Downloaded ingot-types v0.1.2
7962026-05-21T16:23:18.363Z Downloaded allocator-api2 v0.2.21
7972026-05-21T16:23:18.363Z Downloaded num-conv v0.2.0
7982026-05-21T16:23:18.363Z Downloaded olpc-cjson v0.1.4
7992026-05-21T16:23:18.363Z Downloaded hmac v0.12.1
8002026-05-21T16:23:18.373Z Downloaded diff v0.1.13
8012026-05-21T16:23:18.373Z Downloaded linear-map v1.2.0
8022026-05-21T16:23:18.373Z Downloaded nonempty v0.12.0
8032026-05-21T16:23:18.373Z Downloaded num-derive v0.4.2
8042026-05-21T16:23:18.373Z Downloaded num v0.4.3
8052026-05-21T16:23:18.373Z Downloaded newtype_derive v0.1.6
8062026-05-21T16:23:18.373Z Downloaded new_debug_unreachable v1.0.6
8072026-05-21T16:23:18.385Z Downloaded crc-any v2.5.0
8082026-05-21T16:23:18.385Z Downloaded num-derive v0.3.3
8092026-05-21T16:23:18.385Z Downloaded oso-derive v0.27.3
8102026-05-21T16:23:18.386Z Downloaded libscf-sys v1.1.0
8112026-05-21T16:23:18.386Z Downloaded libloading v0.8.9
8122026-05-21T16:23:18.386Z Downloaded hyper-rustls v0.27.7
8132026-05-21T16:23:18.386Z Downloaded darling_core v0.20.11
8142026-05-21T16:23:18.386Z Downloaded opaque-debug v0.3.1
8152026-05-21T16:23:18.386Z Downloaded openssl-probe v0.2.1
8162026-05-21T16:23:18.399Z Downloaded openssl-probe v0.1.6
8172026-05-21T16:23:18.399Z Downloaded num_threads v0.1.7
8182026-05-21T16:23:18.399Z Downloaded num_enum_derive v0.5.11
8192026-05-21T16:23:18.399Z Downloaded num-iter v0.1.45
8202026-05-21T16:23:18.399Z Downloaded newline-converter v0.3.0
8212026-05-21T16:23:18.399Z Downloaded nanorand v0.7.0
8222026-05-21T16:23:18.399Z Downloaded half v2.7.1
8232026-05-21T16:23:18.399Z Downloaded crossbeam-channel v0.5.15
8242026-05-21T16:23:18.399Z Downloaded derive-where v1.6.0
8252026-05-21T16:23:18.408Z Downloaded libsw-core v0.3.2
8262026-05-21T16:23:18.408Z Downloaded openssl-macros v0.1.1
8272026-05-21T16:23:18.408Z Downloaded lock_api v0.4.14
8282026-05-21T16:23:18.408Z Downloaded libsw v3.5.0
8292026-05-21T16:23:18.408Z Downloaded libefi-sys v0.1.0
8302026-05-21T16:23:18.408Z Downloaded getrandom v0.3.4
8312026-05-21T16:23:18.408Z Downloaded packed_struct_codegen v0.10.1
8322026-05-21T16:23:18.408Z Downloaded parse-size v1.1.0
8332026-05-21T16:23:18.408Z Downloaded nodrop v0.1.14
8342026-05-21T16:23:18.409Z Downloaded multer v3.1.0
8352026-05-21T16:23:18.409Z Downloaded mime_guess v2.0.5
8362026-05-21T16:23:18.409Z Downloaded match_cfg v0.1.0
8372026-05-21T16:23:18.414Z Downloaded parse-display v0.10.0
8382026-05-21T16:23:18.414Z Downloaded chacha20poly1305 v0.10.1
8392026-05-21T16:23:18.414Z Downloaded compact_str v0.8.1
8402026-05-21T16:23:18.414Z Downloaded ingot-macros v0.1.1
8412026-05-21T16:23:18.414Z Downloaded jobserver v0.1.34
8422026-05-21T16:23:18.422Z Downloaded ipnet v2.11.0
8432026-05-21T16:23:18.422Z Downloaded nu-ansi-term v0.50.3
8442026-05-21T16:23:18.430Z Downloaded base64 v0.22.1
8452026-05-21T16:23:18.430Z Downloaded peg-runtime v0.8.5
8462026-05-21T16:23:18.430Z Downloaded pbkdf2 v0.12.2
8472026-05-21T16:23:18.430Z Downloaded newtype-uuid v1.3.2
8482026-05-21T16:23:18.430Z Downloaded pbkdf2 v0.11.0
8492026-05-21T16:23:18.430Z Downloaded path-slash v0.1.5
8502026-05-21T16:23:18.430Z Downloaded num_enum v0.7.5
8512026-05-21T16:23:18.437Z Downloaded phf_shared v0.11.3
8522026-05-21T16:23:18.437Z Downloaded async-compression v0.4.41
8532026-05-21T16:23:18.449Z Downloaded pin-utils v0.1.0
8542026-05-21T16:23:18.452Z Downloaded derive_more v2.1.1
8552026-05-21T16:23:18.456Z Downloaded oxide-tokio-rt v0.1.4
8562026-05-21T16:23:18.461Z Downloaded predicates-tree v1.0.13
8572026-05-21T16:23:18.461Z Downloaded powerfmt v0.2.0
8582026-05-21T16:23:18.461Z Downloaded indexmap v1.9.3
8592026-05-21T16:23:18.465Z Downloaded dropshot-api-manager v0.7.2
8602026-05-21T16:23:18.468Z Downloaded oxnet v0.1.4
8612026-05-21T16:23:18.468Z Downloaded precomputed-hash v0.1.1
8622026-05-21T16:23:18.468Z Downloaded heapless v0.7.17
8632026-05-21T16:23:18.472Z Downloaded headers v0.4.1
8642026-05-21T16:23:18.472Z Downloaded heapless v0.8.0
8652026-05-21T16:23:18.475Z Downloaded password-hash v0.4.2
8662026-05-21T16:23:18.479Z Downloaded parking_lot_core v0.8.6
8672026-05-21T16:23:18.479Z Downloaded ar_archive_writer v0.5.1
8682026-05-21T16:23:18.484Z Downloaded futures v0.3.32
8692026-05-21T16:23:18.484Z Downloaded progenitor-client v0.10.0
8702026-05-21T16:23:18.484Z Downloaded progenitor-macro v0.11.2
8712026-05-21T16:23:18.490Z Downloaded proc-macro-error-attr2 v2.0.0
8722026-05-21T16:23:18.490Z Downloaded predicates-core v1.0.10
8732026-05-21T16:23:18.490Z Downloaded packed_struct v0.10.1
8742026-05-21T16:23:18.490Z Downloaded flate2 v1.1.9
8752026-05-21T16:23:18.493Z Downloaded progenitor-client v0.11.2
8762026-05-21T16:23:18.493Z Downloaded phf_shared v0.13.1
8772026-05-21T16:23:18.493Z Downloaded phf_shared v0.12.1
8782026-05-21T16:23:18.493Z Downloaded num_enum_derive v0.7.5
8792026-05-21T16:23:18.493Z Downloaded peg-macros v0.8.5
8802026-05-21T16:23:18.496Z Downloaded memmap2 v0.9.10
8812026-05-21T16:23:18.496Z Downloaded arc-swap v1.8.2
8822026-05-21T16:23:18.503Z Downloaded phf v0.12.1
8832026-05-21T16:23:18.503Z Downloaded peg v0.8.5
8842026-05-21T16:23:18.510Z Downloaded progenitor-macro v0.13.0
8852026-05-21T16:23:18.510Z Downloaded quick-error v1.2.3
8862026-05-21T16:23:18.510Z Downloaded progenitor-macro v0.10.0
8872026-05-21T16:23:18.510Z Downloaded proc-macro-crate v1.3.1
8882026-05-21T16:23:18.510Z Downloaded parse-display-derive v0.10.0
8892026-05-21T16:23:18.510Z Downloaded paste v1.0.15
8902026-05-21T16:23:18.510Z Downloaded password-hash v0.5.0
8912026-05-21T16:23:18.514Z Downloaded ed25519-dalek v2.2.0
8922026-05-21T16:23:18.514Z Downloaded libbz2-rs-sys v0.2.2
8932026-05-21T16:23:18.514Z Downloaded pin-project-lite v0.2.17
8942026-05-21T16:23:18.514Z Downloaded pin-project-internal v1.1.11
8952026-05-21T16:23:18.517Z Downloaded pem-rfc7468 v0.7.0
8962026-05-21T16:23:18.517Z Downloaded psl-types v2.0.11
8972026-05-21T16:23:18.517Z Downloaded progenitor-macro v0.14.0
8982026-05-21T16:23:18.518Z Downloaded radium v0.7.0
8992026-05-21T16:23:18.521Z Downloaded progenitor-client v0.14.0
9002026-05-21T16:23:18.521Z Downloaded cc v1.2.56
9012026-05-21T16:23:18.524Z Downloaded owo-colors v4.3.0
9022026-05-21T16:23:18.524Z Downloaded iana-time-zone v0.1.65
9032026-05-21T16:23:18.524Z Downloaded indicatif v0.18.4
9042026-05-21T16:23:18.527Z Downloaded pkg-config v0.3.32
9052026-05-21T16:23:18.527Z Downloaded poly1305 v0.8.0
9062026-05-21T16:23:18.531Z Downloaded pkcs8 v0.10.2
9072026-05-21T16:23:18.531Z Downloaded polyval v0.6.2
9082026-05-21T16:23:18.535Z Downloaded litrs v1.0.0
9092026-05-21T16:23:18.535Z Downloaded postgres-protocol v0.6.10
9102026-05-21T16:23:18.539Z Downloaded ignore v0.4.25
9112026-05-21T16:23:18.539Z Downloaded flume v0.11.1
9122026-05-21T16:23:18.539Z Downloaded nibble_vec v0.1.0
9132026-05-21T16:23:18.542Z Downloaded native-tls v0.2.18
9142026-05-21T16:23:18.542Z Downloaded rand_xorshift v0.4.0
9152026-05-21T16:23:18.542Z Downloaded recursive v0.1.1
9162026-05-21T16:23:18.542Z Downloaded num_enum v0.5.11
9172026-05-21T16:23:18.545Z Downloaded recursive-proc-macro-impl v0.1.1
9182026-05-21T16:23:18.545Z Downloaded ppv-lite86 v0.2.21
9192026-05-21T16:23:18.549Z Downloaded num-integer v0.1.46
9202026-05-21T16:23:18.549Z Downloaded num-complex v0.4.6
9212026-05-21T16:23:18.561Z Downloaded base64 v0.21.7
9222026-05-21T16:23:18.561Z Downloaded hickory-resolver v0.24.4
9232026-05-21T16:23:18.566Z Downloaded ref-cast v1.0.25
9242026-05-21T16:23:18.567Z Downloaded progenitor v0.14.0
9252026-05-21T16:23:18.567Z Downloaded proc-macro-crate v3.4.0
9262026-05-21T16:23:18.567Z Downloaded predicates v3.1.4
9272026-05-21T16:23:18.567Z Downloaded parking_lot_core v0.9.12
9282026-05-21T16:23:18.567Z Downloaded proc-macro-error2 v2.0.1
9292026-05-21T16:23:18.567Z Downloaded progenitor v0.13.0
9302026-05-21T16:23:18.567Z Downloaded der v0.7.10
9312026-05-21T16:23:18.573Z Downloaded primeorder v0.13.6
9322026-05-21T16:23:18.573Z Downloaded diesel_derives v2.3.7
9332026-05-21T16:23:18.578Z Downloaded phf v0.13.1
9342026-05-21T16:23:18.578Z Downloaded num-rational v0.4.2
9352026-05-21T16:23:18.578Z Downloaded parking_lot v0.11.2
9362026-05-21T16:23:18.578Z Downloaded rtoolbox v0.0.3
9372026-05-21T16:23:18.584Z Downloaded expectorate v1.2.0
9382026-05-21T16:23:18.584Z Downloaded pkcs5 v0.7.1
9392026-05-21T16:23:18.584Z Downloaded progenitor-client v0.13.0
9402026-05-21T16:23:18.588Z Downloaded progenitor-extras v0.2.0
9412026-05-21T16:23:18.588Z Downloaded progenitor v0.10.0
9422026-05-21T16:23:18.588Z Downloaded crossterm v0.28.1
9432026-05-21T16:23:18.594Z Downloaded psm v0.1.30
9442026-05-21T16:23:18.594Z Downloaded rustc-hash v2.1.1
9452026-05-21T16:23:18.594Z Downloaded rustc_version v0.1.7
9462026-05-21T16:23:18.594Z Downloaded pkcs1 v0.7.5
9472026-05-21T16:23:18.597Z Downloaded russh-cryptovec v0.7.3
9482026-05-21T16:23:18.597Z Downloaded pem v3.0.6
9492026-05-21T16:23:18.597Z Downloaded omicron-zone-package v0.12.2
9502026-05-21T16:23:18.597Z Downloaded r2d2 v0.8.10
9512026-05-21T16:23:18.600Z Downloaded ref-cast-impl v1.0.25
9522026-05-21T16:23:18.600Z Downloaded rand_core v0.10.0
9532026-05-21T16:23:18.600Z Downloaded rand_core v0.9.5
9542026-05-21T16:23:18.600Z Downloaded postcard v1.1.3
9552026-05-21T16:23:18.603Z Downloaded rand_chacha v0.3.1
9562026-05-21T16:23:18.603Z Downloaded p256 v0.13.2
9572026-05-21T16:23:18.606Z Downloaded salsa20 v0.10.2
9582026-05-21T16:23:18.606Z Downloaded rand_seeder v0.4.0
9592026-05-21T16:23:18.610Z Downloaded rustc_version v0.4.1
9602026-05-21T16:23:18.610Z Downloaded oso v0.27.3
9612026-05-21T16:23:18.614Z Downloaded rand_chacha v0.9.0
9622026-05-21T16:23:18.614Z Downloaded miniz_oxide v0.8.9
9632026-05-21T16:23:18.619Z Downloaded papergrid v0.17.0
9642026-05-21T16:23:18.619Z Downloaded derive_more-impl v2.1.1
9652026-05-21T16:23:18.626Z Downloaded scrypt v0.11.0
9662026-05-21T16:23:18.630Z Downloaded resolv-conf v0.7.6
9672026-05-21T16:23:18.630Z Downloaded parking_lot v0.12.5
9682026-05-21T16:23:18.636Z Downloaded jiff-static v0.2.21
9692026-05-21T16:23:18.639Z Downloaded progenitor v0.11.2
9702026-05-21T16:23:18.639Z Downloaded seq-macro v0.3.6
9712026-05-21T16:23:18.642Z Downloaded serde-big-array v0.5.1
9722026-05-21T16:23:18.642Z Downloaded semver v0.1.20
9732026-05-21T16:23:18.642Z Downloaded scheduled-thread-pool v0.2.7
9742026-05-21T16:23:18.647Z Downloaded same-file v1.0.6
9752026-05-21T16:23:18.647Z Downloaded secrecy v0.8.0
9762026-05-21T16:23:18.651Z Downloaded pin-project v1.1.11
9772026-05-21T16:23:18.654Z Downloaded sha1 v0.10.6
9782026-05-21T16:23:18.657Z Downloaded signal-hook-mio v0.2.5
9792026-05-21T16:23:18.658Z Downloaded rfc6979 v0.4.0
9802026-05-21T16:23:18.661Z Downloaded scopeguard v1.2.0
9812026-05-21T16:23:18.661Z Downloaded secrecy v0.10.3
9822026-05-21T16:23:18.661Z Downloaded scroll_derive v0.13.1
9832026-05-21T16:23:18.664Z Downloaded serde_bytes v0.11.19
9842026-05-21T16:23:18.664Z Downloaded postgres-types v0.2.12
9852026-05-21T16:23:18.669Z Downloaded openssl-sys v0.9.115
9862026-05-21T16:23:18.672Z Downloaded rusty-fork v0.3.1
9872026-05-21T16:23:18.675Z Downloaded rustls-pemfile v2.2.0
9882026-05-21T16:23:18.675Z Downloaded sigpipe v0.1.3
9892026-05-21T16:23:18.675Z Downloaded rustls-pemfile v1.0.4
9902026-05-21T16:23:18.678Z Downloaded quinn-udp v0.5.14
9912026-05-21T16:23:18.678Z Downloaded serde_repr v0.1.20
9922026-05-21T16:23:18.681Z Downloaded serde_plain v1.0.2
9932026-05-21T16:23:18.681Z Downloaded hashbrown v0.13.2
9942026-05-21T16:23:18.684Z Downloaded signature v2.2.0
9952026-05-21T16:23:18.684Z Downloaded signal-hook-tokio v0.3.1
9962026-05-21T16:23:18.684Z Downloaded serde_spanned v1.0.4
9972026-05-21T16:23:18.688Z Downloaded minimal-lexical v0.2.1
9982026-05-21T16:23:18.693Z Downloaded rand_core v0.6.4
9992026-05-21T16:23:18.693Z Downloaded prefix-trie v0.7.0
10002026-05-21T16:23:18.697Z Downloaded rustls-native-certs v0.8.3
10012026-05-21T16:23:18.697Z Downloaded hickory-resolver v0.25.2
10022026-05-21T16:23:18.697Z Downloaded hashbrown v0.12.3
10032026-05-21T16:23:18.700Z Downloaded serde_urlencoded v0.7.1
10042026-05-21T16:23:18.700Z Downloaded shell-words v1.1.1
10052026-05-21T16:23:18.704Z Downloaded slog-bunyan v2.5.0
10062026-05-21T16:23:18.704Z Downloaded progenitor-impl v0.14.0
10072026-05-21T16:23:18.708Z Downloaded hickory-server v0.25.2
10082026-05-21T16:23:18.708Z Downloaded rustversion v1.0.22
10092026-05-21T16:23:18.712Z Downloaded siphasher v1.0.2
10102026-05-21T16:23:18.712Z Downloaded serde-hex v0.1.0
10112026-05-21T16:23:18.712Z Downloaded sct v0.7.1
10122026-05-21T16:23:18.717Z Downloaded crossterm v0.29.0
10132026-05-21T16:23:18.724Z Downloaded scroll v0.13.0
10142026-05-21T16:23:18.724Z Downloaded schemars_derive v0.8.22
10152026-05-21T16:23:18.724Z Downloaded sapling-renderdag v0.1.0
10162026-05-21T16:23:18.727Z Downloaded ssh-cipher v0.2.0
10172026-05-21T16:23:18.731Z Downloaded progenitor-impl v0.10.0
10182026-05-21T16:23:18.731Z Downloaded ssh-encoding v0.2.0
10192026-05-21T16:23:18.731Z Downloaded http v1.4.0
10202026-05-21T16:23:18.734Z Downloaded slog-envlogger v2.2.0
10212026-05-21T16:23:18.734Z Downloaded sec1 v0.7.3
10222026-05-21T16:23:18.738Z Downloaded rcgen v0.12.1
10232026-05-21T16:23:18.741Z Downloaded russh-keys v0.45.0
10242026-05-21T16:23:18.753Z Downloaded serde_path_to_error v0.1.20
10252026-05-21T16:23:18.761Z Downloaded strip-ansi-escapes v0.2.1
10262026-05-21T16:23:18.761Z Downloaded slab v0.4.12
10272026-05-21T16:23:18.761Z Downloaded simd-adler32 v0.3.8
10282026-05-21T16:23:18.761Z Downloaded prettyplease v0.2.37
10292026-05-21T16:23:18.764Z Downloaded strum v0.27.2
10302026-05-21T16:23:18.764Z Downloaded strum v0.26.3
10312026-05-21T16:23:18.764Z Downloaded slog-stdlog v4.1.1
10322026-05-21T16:23:18.764Z Downloaded slog-dtrace v0.3.0
10332026-05-21T16:23:18.764Z Downloaded slog-async v2.8.0
10342026-05-21T16:23:18.767Z Downloaded itertools v0.10.5
10352026-05-21T16:23:18.771Z Downloaded smf v0.2.3
10362026-05-21T16:23:18.771Z Downloaded smallvec v0.6.14
10372026-05-21T16:23:18.771Z Downloaded slog-scope v4.4.1
10382026-05-21T16:23:18.776Z Downloaded aes v0.8.4
10392026-05-21T16:23:18.776Z Downloaded signal-hook-registry v1.4.8
10402026-05-21T16:23:18.776Z Downloaded structmeta v0.3.0
10412026-05-21T16:23:18.781Z Downloaded mio v1.2.0
10422026-05-21T16:23:18.781Z Downloaded snafu-derive v0.8.9
10432026-05-21T16:23:18.781Z Downloaded aes-gcm v0.10.3
10442026-05-21T16:23:18.785Z Downloaded sync-ptr v0.1.4
10452026-05-21T16:23:18.785Z Downloaded serde_derive_internals v0.29.1
10462026-05-21T16:23:18.788Z Downloaded tabwriter v1.4.1
10472026-05-21T16:23:18.788Z Downloaded tabled_derive v0.11.0
10482026-05-21T16:23:18.793Z Downloaded subtle v2.6.1
10492026-05-21T16:23:18.796Z Downloaded tagptr v0.2.0
10502026-05-21T16:23:18.799Z Downloaded sqlparser_derive v0.5.0
10512026-05-21T16:23:18.799Z Downloaded shlex v1.3.0
10522026-05-21T16:23:18.799Z Downloaded serde_with_macros v3.17.0
10532026-05-21T16:23:18.804Z Downloaded progenitor-impl v0.11.2
10542026-05-21T16:23:18.804Z Downloaded thiserror-impl-no-std v2.0.2
10552026-05-21T16:23:18.810Z Downloaded tap v1.0.1
10562026-05-21T16:23:18.817Z Downloaded termtree v0.5.1
10572026-05-21T16:23:18.817Z Downloaded static_assertions v1.1.0
10582026-05-21T16:23:18.817Z Downloaded sync_wrapper v1.0.2
10592026-05-21T16:23:18.817Z Downloaded supports-color v3.0.2
10602026-05-21T16:23:18.817Z Downloaded slog-term v2.9.2
10612026-05-21T16:23:18.825Z Downloaded rustls-pki-types v1.14.0
10622026-05-21T16:23:18.825Z Downloaded tinyvec_macros v0.1.1
10632026-05-21T16:23:18.825Z Downloaded string_cache v0.8.9
10642026-05-21T16:23:18.825Z Downloaded spki v0.7.3
10652026-05-21T16:23:18.825Z Downloaded hyper-util v0.1.20
10662026-05-21T16:23:18.826Z Downloaded stringprep v0.1.5
10672026-05-21T16:23:18.834Z Downloaded hashbrown v0.15.5
10682026-05-21T16:23:18.834Z Downloaded sqlformat v0.3.5
10692026-05-21T16:23:18.834Z Downloaded schemars v0.8.22
10702026-05-21T16:23:18.838Z Downloaded thread-id v5.1.0
10712026-05-21T16:23:18.838Z Downloaded testing_table v0.3.0
10722026-05-21T16:23:18.838Z Downloaded strum_macros v0.27.2
10732026-05-21T16:23:18.838Z Downloaded strum_macros v0.26.4
10742026-05-21T16:23:18.838Z Downloaded ron v0.8.1
10752026-05-21T16:23:18.842Z Downloaded structmeta-derive v0.3.0
10762026-05-21T16:23:18.845Z Downloaded stacker v0.1.23
10772026-05-21T16:23:18.845Z Downloaded slog-json v2.6.1
10782026-05-21T16:23:18.845Z Downloaded spin v0.9.8
10792026-05-21T16:23:18.849Z Downloaded rustls-platform-verifier v0.6.2
10802026-05-21T16:23:18.852Z Downloaded strum_macros v0.24.3
10812026-05-21T16:23:18.856Z Downloaded serde_cbor v0.11.2
10822026-05-21T16:23:18.856Z Downloaded publicsuffix v2.3.0
10832026-05-21T16:23:18.859Z Downloaded tokio-macros v2.7.0
10842026-05-21T16:23:18.859Z Downloaded serde_yaml v0.9.34+deprecated
10852026-05-21T16:23:18.864Z Downloaded termios v0.3.3
10862026-05-21T16:23:18.870Z Downloaded topological-sort v0.2.2
10872026-05-21T16:23:18.873Z Downloaded rand v0.8.6
10882026-05-21T16:23:18.877Z Downloaded support-bundle-viewer v0.1.2
10892026-05-21T16:23:18.877Z Downloaded rayon-core v1.13.0
10902026-05-21T16:23:18.880Z Downloaded ryu v1.0.23
10912026-05-21T16:23:18.885Z Downloaded num-bigint v0.4.6
10922026-05-21T16:23:18.885Z Downloaded tower-service v0.3.3
10932026-05-21T16:23:18.889Z Downloaded tower-layer v0.3.3
10942026-05-21T16:23:18.889Z Downloaded tls_codec_derive v0.4.2
10952026-05-21T16:23:18.889Z Downloaded pretty_assertions v1.4.1
10962026-05-21T16:23:18.889Z Downloaded take_mut v0.2.2
10972026-05-21T16:23:18.895Z Downloaded try-lock v0.2.5
10982026-05-21T16:23:18.898Z Downloaded tokio-dtrace v0.1.1
10992026-05-21T16:23:18.903Z Downloaded progenitor-impl v0.13.0
11002026-05-21T16:23:18.911Z Downloaded quinn v0.11.9
11012026-05-21T16:23:18.912Z Downloaded qorb v0.4.1
11022026-05-21T16:23:18.912Z Downloaded itertools v0.12.1
11032026-05-21T16:23:18.916Z Downloaded tiny-keccak v2.0.2
11042026-05-21T16:23:18.916Z Downloaded time-macros v0.2.27
11052026-05-21T16:23:18.919Z Downloaded time-core v0.1.8
11062026-05-21T16:23:18.919Z Downloaded thread_local v1.1.9
11072026-05-21T16:23:18.919Z Downloaded trait-variant v0.1.2
11082026-05-21T16:23:18.919Z Downloaded socket2 v0.6.3
11092026-05-21T16:23:18.922Z Downloaded thiserror-no-std v2.0.2
11102026-05-21T16:23:18.922Z Downloaded typify-macro v0.4.3
11112026-05-21T16:23:18.926Z Downloaded unicode-truncate v1.1.0
11122026-05-21T16:23:18.926Z Downloaded rsa v0.9.10
11132026-05-21T16:23:18.930Z Downloaded usdt v0.6.0
11142026-05-21T16:23:18.930Z Downloaded tls_codec v0.4.2
11152026-05-21T16:23:18.930Z Downloaded similar v2.7.0
11162026-05-21T16:23:18.934Z Downloaded untrusted v0.9.0
11172026-05-21T16:23:18.934Z Downloaded untrusted v0.7.1
11182026-05-21T16:23:18.934Z Downloaded typify-macro v0.6.2
11192026-05-21T16:23:18.938Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11202026-05-21T16:23:18.938Z Downloaded tokio-native-tls v0.3.1
11212026-05-21T16:23:18.938Z Downloaded term v1.2.1
11222026-05-21T16:23:18.941Z Downloaded term v0.7.0
11232026-05-21T16:23:18.941Z Downloaded iri-string v0.7.10
11242026-05-21T16:23:18.947Z Downloaded hyper v1.8.1
11252026-05-21T16:23:18.950Z Downloaded iddqd v0.4.1
11262026-05-21T16:23:18.954Z Downloaded samael v0.0.19
11272026-05-21T16:23:18.957Z Downloaded toml_writer v1.0.6+spec-1.1.0
11282026-05-21T16:23:18.957Z Downloaded universal-hash v0.5.1
11292026-05-21T16:23:18.957Z Downloaded tokio-tungstenite v0.23.1
11302026-05-21T16:23:18.961Z Downloaded tokio-rustls v0.25.0
11312026-05-21T16:23:18.962Z Downloaded aho-corasick v1.1.4
11322026-05-21T16:23:18.965Z Downloaded num-bigint-dig v0.8.6
11332026-05-21T16:23:18.970Z Downloaded socket2 v0.5.10
11342026-05-21T16:23:18.970Z Downloaded tokio-stream v0.1.18
11352026-05-21T16:23:18.974Z Downloaded itertools v0.13.0
11362026-05-21T16:23:18.974Z Downloaded want v0.3.1
11372026-05-21T16:23:18.977Z Downloaded wait-timeout v0.2.1
11382026-05-21T16:23:18.977Z Downloaded utf-8 v0.7.6
11392026-05-21T16:23:18.977Z Downloaded usdt-macro v0.6.0
11402026-05-21T16:23:18.977Z Downloaded usdt-attr-macro v0.6.0
11412026-05-21T16:23:18.977Z Downloaded unit-prefix v0.5.2
11422026-05-21T16:23:18.980Z Downloaded h2 v0.4.13
11432026-05-21T16:23:18.985Z Downloaded tokio-rustls v0.24.1
11442026-05-21T16:23:18.985Z Downloaded rand v0.9.2
11452026-05-21T16:23:18.988Z Downloaded waitgroup v0.1.2
11462026-05-21T16:23:18.988Z Downloaded void v1.0.2
11472026-05-21T16:23:18.988Z Downloaded snafu v0.8.9
11482026-05-21T16:23:18.994Z Downloaded unarray v0.1.4
11492026-05-21T16:23:18.994Z Downloaded futures-util v0.3.32
11502026-05-21T16:23:18.997Z Downloaded xshell-macros v0.2.7
11512026-05-21T16:23:18.997Z Downloaded xattr v1.6.1
11522026-05-21T16:23:19.000Z Downloaded tui-tree-widget v0.23.1
11532026-05-21T16:23:19.001Z Downloaded rustls-webpki v0.103.9
11542026-05-21T16:23:19.005Z Downloaded signal-hook v0.3.18
11552026-05-21T16:23:19.005Z Downloaded hkdf v0.12.4
11562026-05-21T16:23:19.005Z Downloaded libxml v0.3.3
11572026-05-21T16:23:19.008Z Downloaded unicase v2.9.0
11582026-05-21T16:23:19.008Z Downloaded nom v7.1.3
11592026-05-21T16:23:19.012Z Downloaded usdt-impl v0.6.0
11602026-05-21T16:23:19.015Z Downloaded vergen-git2 v1.0.7
11612026-05-21T16:23:19.015Z Downloaded slog v2.8.2
11622026-05-21T16:23:19.018Z Downloaded schemars v0.9.0
11632026-05-21T16:23:19.022Z Downloaded toml_parser v1.0.9+spec-1.1.0
11642026-05-21T16:23:19.027Z Downloaded tokio-rustls v0.26.4
11652026-05-21T16:23:19.027Z Downloaded tinyvec v1.10.0
11662026-05-21T16:23:19.031Z Downloaded vergen-gitcl v1.0.8
11672026-05-21T16:23:19.031Z Downloaded uzers v0.12.2
11682026-05-21T16:23:19.031Z Downloaded tokio-tungstenite v0.21.0
11692026-05-21T16:23:19.031Z Downloaded subprocess v0.2.15
11702026-05-21T16:23:19.034Z Downloaded hashbrown v0.16.1
11712026-05-21T16:23:19.037Z Downloaded zeroize_derive v1.4.3
11722026-05-21T16:23:19.037Z Downloaded vergen-lib v0.1.6
11732026-05-21T16:23:19.037Z Downloaded schemars v1.2.1
11742026-05-21T16:23:19.044Z Downloaded zone v0.3.1
11752026-05-21T16:23:19.047Z Downloaded test-strategy v0.4.5
11762026-05-21T16:23:19.047Z Downloaded whoami v1.6.1
11772026-05-21T16:23:19.050Z Downloaded twox-hash v2.1.2
11782026-05-21T16:23:19.050Z Downloaded vsss-rs v3.3.4
11792026-05-21T16:23:19.055Z Downloaded p521 v0.13.3
11802026-05-21T16:23:19.055Z Downloaded blake3 v1.8.3
11812026-05-21T16:23:19.058Z Downloaded zone_cfg_derive v0.3.1
11822026-05-21T16:23:19.061Z Downloaded russh v0.45.0
11832026-05-21T16:23:19.064Z Downloaded rand v0.10.0
11842026-05-21T16:23:19.064Z Downloaded xshell v0.2.7
11852026-05-21T16:23:19.067Z Downloaded tracing-attributes v0.1.31
11862026-05-21T16:23:19.067Z Downloaded itertools v0.14.0
11872026-05-21T16:23:19.070Z Downloaded wyz v0.5.1
11882026-05-21T16:23:19.075Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11892026-05-21T16:23:19.075Z Downloaded whoami v2.1.0
11902026-05-21T16:23:19.075Z Downloaded vergen v9.0.6
11912026-05-21T16:23:19.080Z Downloaded unicode-properties v0.1.4
11922026-05-21T16:23:19.086Z Downloaded rustyline v14.0.0
11932026-05-21T16:23:19.092Z Downloaded zstd v0.13.3
11942026-05-21T16:23:19.095Z Downloaded toml v0.7.8
11952026-05-21T16:23:19.095Z Downloaded tar v0.4.45
11962026-05-21T16:23:19.098Z Downloaded tungstenite v0.21.0
11972026-05-21T16:23:19.102Z Downloaded toml v0.9.12+spec-1.1.0
11982026-05-21T16:23:19.105Z Downloaded libm v0.2.16
11992026-05-21T16:23:19.108Z Downloaded walkdir v2.5.0
12002026-05-21T16:23:19.111Z Downloaded steno v0.4.1
12012026-05-21T16:23:19.117Z Downloaded tracing-core v0.1.36
12022026-05-21T16:23:19.120Z Downloaded typify v0.4.3
12032026-05-21T16:23:19.125Z Downloaded unicode-bidi v0.3.18
12042026-05-21T16:23:19.128Z Downloaded unsafe-libyaml v0.2.11
12052026-05-21T16:23:19.139Z Downloaded zeroize v1.8.2
12062026-05-21T16:23:19.143Z Downloaded toml_edit v0.23.10+spec-1.0.0
12072026-05-21T16:23:19.146Z Downloaded toml v1.0.6+spec-1.1.0
12082026-05-21T16:23:19.151Z Downloaded tungstenite v0.23.0
12092026-05-21T16:23:19.155Z Downloaded typify v0.6.2
12102026-05-21T16:23:19.160Z Downloaded rpassword v7.4.0
12112026-05-21T16:23:19.160Z Downloaded vte v0.14.1
12122026-05-21T16:23:19.163Z Downloaded chrono v0.4.44
12132026-05-21T16:23:19.168Z Downloaded aws-lc-rs v1.16.3
12142026-05-21T16:23:19.173Z Downloaded yasna v0.5.2
12152026-05-21T16:23:19.180Z Downloaded tokio-postgres v0.7.16
12162026-05-21T16:23:19.184Z Downloaded zerocopy v0.6.6
12172026-05-21T16:23:19.188Z Downloaded uuid v1.23.0
12182026-05-21T16:23:19.191Z Downloaded toml_edit v0.19.15
12192026-05-21T16:23:19.204Z Downloaded zstd-safe v7.2.4
12202026-05-21T16:23:19.210Z Downloaded zopfli v0.8.3
12212026-05-21T16:23:19.213Z Downloaded reqwest v0.13.2
12222026-05-21T16:23:19.216Z Downloaded yansi v1.0.1
12232026-05-21T16:23:19.216Z Downloaded regex v1.12.3
12242026-05-21T16:23:19.219Z Downloaded reedline v0.40.0
12252026-05-21T16:23:19.224Z Downloaded bitvec v1.0.1
12262026-05-21T16:23:19.230Z Downloaded unicode_categories v0.1.1
12272026-05-21T16:23:19.234Z Downloaded p384 v0.13.1
12282026-05-21T16:23:19.242Z Downloaded ssh-key v0.6.7
12292026-05-21T16:23:19.246Z Downloaded zip v0.6.6
12302026-05-21T16:23:19.246Z Downloaded git2 v0.20.4
12312026-05-21T16:23:19.246Z Downloaded reqwest v0.12.28
12322026-05-21T16:23:19.249Z Downloaded bindgen v0.71.1
12332026-05-21T16:23:19.260Z Downloaded lalrpop v0.19.12
12342026-05-21T16:23:19.266Z Downloaded tower v0.5.3
12352026-05-21T16:23:19.270Z Downloaded quick-xml v0.37.5
12362026-05-21T16:23:19.273Z Downloaded rayon v1.11.0
12372026-05-21T16:23:19.278Z Downloaded portable-atomic v1.13.1
12382026-05-21T16:23:19.283Z Downloaded typed-path v0.9.3
12392026-05-21T16:23:19.287Z Downloaded rustls-webpki v0.101.7
12402026-05-21T16:23:19.294Z Downloaded x509-cert v0.2.5
12412026-05-21T16:23:19.297Z Downloaded unicode-segmentation v1.12.0
12422026-05-21T16:23:19.300Z Downloaded zerocopy-derive v0.8.40
12432026-05-21T16:23:19.304Z Downloaded goblin v0.10.5
12442026-05-21T16:23:19.313Z Downloaded salty v0.3.0
12452026-05-21T16:23:19.321Z Downloaded moka v0.12.13
12462026-05-21T16:23:19.325Z Downloaded proptest v1.10.0
12472026-05-21T16:23:19.331Z Downloaded petname v2.0.2
12482026-05-21T16:23:19.334Z Downloaded tower-http v0.6.8
12492026-05-21T16:23:19.338Z Downloaded zip v4.6.1
12502026-05-21T16:23:19.343Z Downloaded tough v0.22.0
12512026-05-21T16:23:19.348Z Downloaded unicode-normalization v0.1.25
12522026-05-21T16:23:19.352Z Downloaded tokio-util v0.7.18
12532026-05-21T16:23:19.364Z Downloaded serde_with v3.17.0
12542026-05-21T16:23:19.370Z Downloaded rustls-webpki v0.102.8
12552026-05-21T16:23:19.380Z Downloaded quinn-proto v0.11.13
12562026-05-21T16:23:19.384Z Downloaded curve25519-dalek v4.1.3
12572026-05-21T16:23:19.389Z Downloaded nix v0.27.1
12582026-05-21T16:23:19.395Z Downloaded object v0.30.4
12592026-05-21T16:23:19.415Z Downloaded bstr v1.12.1
12602026-05-21T16:23:19.427Z Downloaded polar-core v0.27.3
12612026-05-21T16:23:19.432Z Downloaded winnow v0.6.26
12622026-05-21T16:23:19.432Z Downloaded winnow v0.5.40
12632026-05-21T16:23:19.448Z Downloaded nix v0.28.0
12642026-05-21T16:23:19.458Z Downloaded regex-syntax v0.6.29
12652026-05-21T16:23:19.466Z Downloaded radix_trie v0.2.1
12662026-05-21T16:23:19.472Z Downloaded time v0.3.47
12672026-05-21T16:23:19.472Z Downloaded dropshot v0.16.7
12682026-05-21T16:23:19.483Z Downloaded openssl v0.10.79
12692026-05-21T16:23:19.488Z Downloaded nix v0.29.0
12702026-05-21T16:23:19.495Z Downloaded tabled v0.20.0
12712026-05-21T16:23:19.507Z Downloaded zlib-rs v0.6.2
12722026-05-21T16:23:19.510Z Downloaded rustls v0.21.12
12732026-05-21T16:23:19.516Z Downloaded regress v0.10.5
12742026-05-21T16:23:19.522Z Downloaded rustls v0.22.4
12752026-05-21T16:23:19.531Z Downloaded rustls v0.23.37
12762026-05-21T16:23:19.537Z Downloaded regress v0.11.1
12772026-05-21T16:23:19.541Z Downloaded vcpkg v0.2.15
12782026-05-21T16:23:19.564Z Downloaded webpki-roots v1.0.6
12792026-05-21T16:23:19.567Z Downloaded object v0.37.3
12802026-05-21T16:23:19.574Z Downloaded smoltcp v0.11.0
12812026-05-21T16:23:19.580Z Downloaded hickory-proto v0.25.2
12822026-05-21T16:23:19.595Z Downloaded openapiv3 v2.2.0
12832026-05-21T16:23:19.601Z Downloaded nix v0.31.2
12842026-05-21T16:23:19.607Z Downloaded zerocopy v0.8.40
12852026-05-21T16:23:19.612Z Downloaded rustix v0.38.44
12862026-05-21T16:23:19.625Z Downloaded diesel v2.3.7
12872026-05-21T16:23:19.662Z Downloaded sqlparser v0.61.0
12882026-05-21T16:23:19.665Z Downloaded hickory-proto v0.24.4
12892026-05-21T16:23:19.673Z Downloaded sled v0.34.7
12902026-05-21T16:23:19.680Z Downloaded regex-syntax v0.8.10
12912026-05-21T16:23:19.686Z Downloaded dropshot v0.17.0
12922026-05-21T16:23:19.697Z Downloaded smoltcp v0.9.1
12932026-05-21T16:23:19.703Z Downloaded bzip2-sys v0.1.13+1.0.8
12942026-05-21T16:23:19.717Z Downloaded regex-automata v0.4.14
12952026-05-21T16:23:19.740Z Downloaded chrono-tz v0.10.4
12962026-05-21T16:23:19.759Z Downloaded typify-impl v0.6.2
12972026-05-21T16:23:19.771Z Downloaded tracing v0.1.44
12982026-05-21T16:23:19.782Z Downloaded ratatui v0.29.0
12992026-05-21T16:23:19.793Z Downloaded typify-impl v0.4.3
13002026-05-21T16:23:19.801Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13012026-05-21T16:23:19.810Z Downloaded zerocopy-derive v0.6.6
13022026-05-21T16:23:19.848Z Downloaded petgraph v0.6.5
13032026-05-21T16:23:19.858Z Downloaded jiff v0.2.21
13042026-05-21T16:23:19.893Z Downloaded petgraph v0.8.3
13052026-05-21T16:23:19.905Z Downloaded csv v1.4.0
13062026-05-21T16:23:19.916Z Downloaded libz-sys v1.1.24
13072026-05-21T16:23:19.927Z Downloaded sha3 v0.10.8
13082026-05-21T16:23:19.930Z Downloaded tokio v1.52.1
13092026-05-21T16:23:19.951Z Downloaded ring v0.17.14
13102026-05-21T16:23:19.982Z Downloaded encoding_rs v0.8.35
13112026-05-21T16:23:20.014Z Downloaded libgit2-sys v0.18.3+1.9.2
13122026-05-21T16:23:20.550Z Downloaded aws-lc-sys v0.40.0
13132026-05-21T16:23:20.787Z Compiling libc v0.2.185
13142026-05-21T16:23:20.788Z Compiling serde v1.0.228
13152026-05-21T16:23:20.793Z Compiling log v0.4.29
13162026-05-21T16:23:20.793Z Compiling find-msvc-tools v0.1.9
13172026-05-21T16:23:20.942Z Compiling shlex v1.3.0
13182026-05-21T16:23:20.960Z Compiling syn v2.0.117
13192026-05-21T16:23:20.963Z Compiling smallvec v1.15.1
13202026-05-21T16:23:20.963Z Compiling typenum v1.19.0
13212026-05-21T16:23:21.118Z Compiling generic-array v0.14.7
13222026-05-21T16:23:21.137Z Compiling subtle v2.6.1
13232026-05-21T16:23:21.187Z Compiling scopeguard v1.2.0
13242026-05-21T16:23:21.212Z Compiling const-oid v0.9.6
13252026-05-21T16:23:21.247Z Compiling serde_json v1.0.149
13262026-05-21T16:23:21.292Z Compiling lock_api v0.4.14
13272026-05-21T16:23:21.321Z Compiling zerocopy v0.8.40
13282026-05-21T16:23:21.365Z Compiling portable-atomic v1.13.1
13292026-05-21T16:23:21.526Z Compiling parking_lot_core v0.9.12
13302026-05-21T16:23:21.758Z Compiling pin-project-lite v0.2.17
13312026-05-21T16:23:21.788Z Compiling getrandom v0.2.17
13322026-05-21T16:23:21.845Z Compiling jobserver v0.1.34
13332026-05-21T16:23:21.859Z Compiling errno v0.3.14
13342026-05-21T16:23:21.912Z Compiling pkg-config v0.3.32
13352026-05-21T16:23:21.937Z Compiling rand_core v0.6.4
13362026-05-21T16:23:22.020Z Compiling signal-hook-registry v1.4.8
13372026-05-21T16:23:22.216Z Compiling cc v1.2.56
13382026-05-21T16:23:22.226Z Compiling bitflags v2.11.0
13392026-05-21T16:23:22.298Z Compiling libm v0.2.16
13402026-05-21T16:23:22.327Z Compiling futures-core v0.3.32
13412026-05-21T16:23:22.461Z Compiling critical-section v1.2.0
13422026-05-21T16:23:22.478Z Compiling parking_lot v0.12.5
13432026-05-21T16:23:22.485Z Compiling mio v1.2.0
13442026-05-21T16:23:22.497Z Compiling num-traits v0.2.19
13452026-05-21T16:23:22.567Z Compiling once_cell v1.21.3
13462026-05-21T16:23:22.616Z Compiling percent-encoding v2.3.2
13472026-05-21T16:23:22.767Z Compiling socket2 v0.6.3
13482026-05-21T16:23:22.797Z Compiling futures-sink v0.3.32
13492026-05-21T16:23:22.829Z Compiling cpufeatures v0.2.17
13502026-05-21T16:23:22.842Z Compiling slab v0.4.12
13512026-05-21T16:23:22.896Z Compiling futures-channel v0.3.32
13522026-05-21T16:23:22.909Z Compiling getrandom v0.4.1
13532026-05-21T16:23:22.938Z Compiling futures-task v0.3.32
13542026-05-21T16:23:23.014Z Compiling futures-io v0.3.32
13552026-05-21T16:23:23.102Z Compiling rand_core v0.10.0
13562026-05-21T16:23:23.116Z Compiling indexmap v2.14.0
13572026-05-21T16:23:23.151Z Compiling rustversion v1.0.22
13582026-05-21T16:23:23.167Z Compiling getrandom v0.3.4
13592026-05-21T16:23:23.259Z Compiling cmake v0.1.57
13602026-05-21T16:23:23.534Z Compiling form_urlencoded v1.2.2
13612026-05-21T16:23:23.650Z Compiling dunce v1.0.5
13622026-05-21T16:23:23.699Z Compiling fs_extra v1.3.0
13632026-05-21T16:23:23.739Z Compiling synstructure v0.13.2
13642026-05-21T16:23:23.748Z Compiling base64ct v1.8.3
13652026-05-21T16:23:23.751Z Compiling ident_case v1.0.1
13662026-05-21T16:23:23.879Z Compiling iana-time-zone v0.1.65
13672026-05-21T16:23:23.950Z Compiling aws-lc-sys v0.40.0
13682026-05-21T16:23:24.016Z Compiling pem-rfc7468 v0.7.0
13692026-05-21T16:23:24.072Z Compiling flagset v0.4.7
13702026-05-21T16:23:24.077Z Compiling rustix v1.1.3
13712026-05-21T16:23:24.111Z Compiling regex-syntax v0.8.10
13722026-05-21T16:23:24.203Z Compiling rand_core v0.9.5
13732026-05-21T16:23:24.269Z Compiling ring v0.17.14
13742026-05-21T16:23:24.318Z Compiling aws-lc-rs v1.16.3
13752026-05-21T16:23:24.335Z Compiling vcpkg v0.2.15
13762026-05-21T16:23:24.458Z Compiling uuid v1.23.0
13772026-05-21T16:23:24.584Z Compiling rustc_version v0.4.1
13782026-05-21T16:23:24.966Z Compiling tracing-core v0.1.36
13792026-05-21T16:23:25.097Z Compiling openssl-sys v0.9.115
13802026-05-21T16:23:25.216Z Compiling base64 v0.22.1
13812026-05-21T16:23:25.511Z Compiling serde_derive v1.0.228
13822026-05-21T16:23:25.527Z Compiling zeroize_derive v1.4.3
13832026-05-21T16:23:25.535Z Compiling zerofrom-derive v0.1.6
13842026-05-21T16:23:25.618Z Compiling yoke-derive v0.8.1
13852026-05-21T16:23:25.799Z Compiling zerovec-derive v0.11.2
13862026-05-21T16:23:26.161Z Compiling zeroize v1.8.2
13872026-05-21T16:23:26.491Z Compiling zerocopy-derive v0.8.40
13882026-05-21T16:23:26.777Z Compiling displaydoc v0.2.5
13892026-05-21T16:23:26.893Z Compiling crypto-common v0.1.7
13902026-05-21T16:23:26.908Z Compiling block-buffer v0.10.4
13912026-05-21T16:23:26.920Z Compiling zerofrom v0.1.6
13922026-05-21T16:23:27.033Z Compiling yoke v0.8.1
13932026-05-21T16:23:27.045Z Compiling digest v0.10.7
13942026-05-21T16:23:27.069Z Compiling tokio-macros v2.7.0
13952026-05-21T16:23:27.210Z Compiling zerovec v0.11.5
13962026-05-21T16:23:27.274Z Compiling futures-macro v0.3.32
13972026-05-21T16:23:27.491Z Compiling zerotrie v0.2.3
13982026-05-21T16:23:27.694Z Compiling tinystr v0.8.2
13992026-05-21T16:23:27.752Z Compiling potential_utf v0.1.4
14002026-05-21T16:23:27.778Z Compiling hmac v0.12.1
14012026-05-21T16:23:27.896Z Compiling icu_locale_core v2.1.1
14022026-05-21T16:23:27.912Z Compiling icu_collections v2.1.1
14032026-05-21T16:23:27.933Z Compiling block-padding v0.3.3
14042026-05-21T16:23:28.047Z Compiling futures-util v0.3.32
14052026-05-21T16:23:28.082Z Compiling inout v0.1.4
14062026-05-21T16:23:28.241Z Compiling cipher v0.4.4
14072026-05-21T16:23:28.389Z Compiling sha2 v0.10.9
14082026-05-21T16:23:28.494Z Compiling icu_provider v2.1.1
14092026-05-21T16:23:28.742Z Compiling icu_normalizer v2.1.1
14102026-05-21T16:23:28.783Z Compiling icu_properties v2.1.2
14112026-05-21T16:23:28.865Z Compiling bytes v1.11.1
14122026-05-21T16:23:29.253Z Compiling der_derive v0.7.3
14132026-05-21T16:23:29.496Z Compiling tokio v1.52.1
14142026-05-21T16:23:29.763Z Compiling idna_adapter v1.2.1
14152026-05-21T16:23:29.892Z Compiling idna v1.1.0
14162026-05-21T16:23:29.906Z Compiling http v1.4.0
14172026-05-21T16:23:30.064Z Compiling chrono v0.4.44
14182026-05-21T16:23:30.235Z Compiling url v2.5.8
14192026-05-21T16:23:30.306Z Compiling der v0.7.10
14202026-05-21T16:23:30.548Z Compiling salsa20 v0.10.2
14212026-05-21T16:23:30.675Z Compiling ppv-lite86 v0.2.21
14222026-05-21T16:23:30.798Z Compiling pbkdf2 v0.12.2
14232026-05-21T16:23:30.822Z Compiling rustls-pki-types v1.14.0
14242026-05-21T16:23:30.915Z Compiling thiserror-impl v2.0.18
14252026-05-21T16:23:30.998Z Compiling tracing-attributes v0.1.31
14262026-05-21T16:23:31.023Z Compiling rand_chacha v0.9.0
14272026-05-21T16:23:31.250Z Compiling spki v0.7.3
14282026-05-21T16:23:31.412Z Compiling scrypt v0.11.0
14292026-05-21T16:23:31.450Z Compiling http-body v1.0.1
14302026-05-21T16:23:31.473Z Compiling aes v0.8.4
14312026-05-21T16:23:31.597Z Compiling cbc v0.1.2
14322026-05-21T16:23:31.705Z Compiling tinyvec_macros v0.1.1
14332026-05-21T16:23:31.739Z Compiling untrusted v0.9.0
14342026-05-21T16:23:31.763Z Compiling untrusted v0.7.1
14352026-05-21T16:23:31.769Z Compiling openssl-probe v0.2.1
14362026-05-21T16:23:31.861Z Compiling httparse v1.10.1
14372026-05-21T16:23:31.871Z Compiling pkcs5 v0.7.1
14382026-05-21T16:23:32.198Z Compiling thiserror v2.0.18
14392026-05-21T16:23:32.229Z Compiling tinyvec v1.10.0
14402026-05-21T16:23:32.250Z Compiling tracing v0.1.44
14412026-05-21T16:23:32.297Z Compiling pest_generator v2.8.6
14422026-05-21T16:23:32.330Z Compiling rand v0.9.2
14432026-05-21T16:23:32.495Z Compiling serde_derive_internals v0.29.1
14442026-05-21T16:23:32.504Z Compiling aho-corasick v1.1.4
14452026-05-21T16:23:32.562Z Compiling tower-service v0.3.3
14462026-05-21T16:23:32.653Z Compiling tower-layer v0.3.3
14472026-05-21T16:23:32.811Z Compiling try-lock v0.2.5
14482026-05-21T16:23:32.916Z Compiling schemars v0.8.22
14492026-05-21T16:23:32.970Z Compiling dyn-clone v1.0.20
14502026-05-21T16:23:33.093Z Compiling rustls v0.23.37
14512026-05-21T16:23:33.107Z Compiling atomic-waker v1.1.2
14522026-05-21T16:23:33.135Z Compiling tokio-util v0.7.18
14532026-05-21T16:23:33.223Z Compiling pest_derive v2.8.6
14542026-05-21T16:23:33.256Z Compiling want v0.3.1
14552026-05-21T16:23:33.370Z Compiling schemars_derive v0.8.22
14562026-05-21T16:23:33.413Z Compiling regex-automata v0.4.14
14572026-05-21T16:23:33.647Z Compiling pkcs8 v0.10.2
14582026-05-21T16:23:33.916Z Compiling h2 v0.4.13
14592026-05-21T16:23:33.942Z Compiling ipnet v2.11.0
14602026-05-21T16:23:34.135Z Compiling scroll_derive v0.13.1
14612026-05-21T16:23:34.150Z Compiling darling_core v0.20.11
14622026-05-21T16:23:34.424Z Compiling openssl v0.10.79
14632026-05-21T16:23:34.574Z Compiling foreign-types-shared v0.1.1
14642026-05-21T16:23:34.651Z Compiling pin-utils v0.1.0
14652026-05-21T16:23:34.666Z Compiling httpdate v1.0.3
14662026-05-21T16:23:34.754Z Compiling tempfile v3.25.0
14672026-05-21T16:23:34.926Z Compiling foreign-types v0.3.2
14682026-05-21T16:23:34.941Z Compiling scroll v0.13.0
14692026-05-21T16:23:35.119Z Compiling unicode-normalization v0.1.25
14702026-05-21T16:23:35.195Z Compiling openssl-macros v0.1.1
14712026-05-21T16:23:35.542Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14722026-05-21T16:23:35.566Z Compiling spin v0.9.8
14732026-05-21T16:23:35.579Z Compiling crc32fast v1.5.0
14742026-05-21T16:23:35.765Z Compiling powerfmt v0.2.0
14752026-05-21T16:23:35.841Z Compiling num-conv v0.2.0
14762026-05-21T16:23:35.922Z Compiling time-core v0.1.8
14772026-05-21T16:23:35.969Z Compiling native-tls v0.2.18
14782026-05-21T16:23:36.064Z Compiling time-macros v0.2.27
14792026-05-21T16:23:36.181Z Compiling deranged v0.5.8
14802026-05-21T16:23:36.430Z Compiling darling_macro v0.20.11
14812026-05-21T16:23:36.874Z Compiling hyper v1.8.1
14822026-05-21T16:23:37.081Z Compiling darling v0.20.11
14832026-05-21T16:23:37.127Z Compiling goblin v0.10.5
14842026-05-21T16:23:37.160Z Compiling rustls-native-certs v0.8.3
14852026-05-21T16:23:37.434Z Compiling sync_wrapper v1.0.2
14862026-05-21T16:23:37.449Z Compiling wait-timeout v0.2.1
14872026-05-21T16:23:37.540Z Compiling simd-adler32 v0.3.8
14882026-05-21T16:23:37.702Z Compiling crossbeam-utils v0.8.21
14892026-05-21T16:23:37.773Z Compiling quick-error v1.2.3
14902026-05-21T16:23:37.823Z Compiling syn v1.0.109
14912026-05-21T16:23:37.875Z Compiling siphasher v1.0.2
14922026-05-21T16:23:37.974Z Compiling hyper-util v0.1.20
14932026-05-21T16:23:38.050Z Compiling usdt-impl v0.6.0
14942026-05-21T16:23:38.108Z Compiling bit-vec v0.8.0
14952026-05-21T16:23:38.249Z Compiling num_threads v0.1.7
14962026-05-21T16:23:38.329Z Compiling time v0.3.47
14972026-05-21T16:23:38.343Z Compiling bit-set v0.8.0
14982026-05-21T16:23:38.494Z Compiling rusty-fork v0.3.1
14992026-05-21T16:23:38.796Z Compiling tower v0.5.3
15002026-05-21T16:23:38.809Z Compiling derive_builder_core v0.20.2
15012026-05-21T16:23:39.261Z Compiling dtrace-parser v0.3.0
15022026-05-21T16:23:39.424Z Compiling http-body-util v0.1.3
15032026-05-21T16:23:39.658Z Compiling webpki-roots v1.0.6
15042026-05-21T16:23:39.700Z Compiling signature v2.2.0
15052026-05-21T16:23:39.703Z Compiling scroll_derive v0.12.1
15062026-05-21T16:23:39.782Z Compiling thiserror-impl v1.0.69
15072026-05-21T16:23:39.872Z Compiling dof v0.4.0
15082026-05-21T16:23:39.886Z Compiling heapless v0.7.17
15092026-05-21T16:23:40.014Z Compiling rand_xorshift v0.4.0
15102026-05-21T16:23:40.118Z Compiling slog v2.8.2
15112026-05-21T16:23:40.172Z Compiling darling_core v0.21.3
15122026-05-21T16:23:40.296Z Compiling bzip2-sys v0.1.13+1.0.8
15132026-05-21T16:23:40.352Z Compiling thread-id v5.1.0
15142026-05-21T16:23:40.435Z Compiling cookie v0.18.1
15152026-05-21T16:23:40.564Z Compiling zstd-safe v7.2.4
15162026-05-21T16:23:40.613Z Compiling unicode-bidi v0.3.18
15172026-05-21T16:23:40.752Z Compiling adler2 v2.0.1
15182026-05-21T16:23:40.882Z Compiling unarray v0.1.4
15192026-05-21T16:23:40.994Z Compiling paste v1.0.15
15202026-05-21T16:23:41.010Z Compiling unicode-properties v0.1.4
15212026-05-21T16:23:41.032Z Compiling iri-string v0.7.10
15222026-05-21T16:23:41.143Z Compiling signal-hook v0.3.18
15232026-05-21T16:23:41.209Z Compiling allocator-api2 v0.2.21
15242026-05-21T16:23:41.250Z Compiling ryu v1.0.23
15252026-05-21T16:23:41.307Z Compiling anyhow v1.0.102
15262026-05-21T16:23:41.371Z Compiling serde_urlencoded v0.7.1
15272026-05-21T16:23:41.469Z Compiling stringprep v0.1.5
15282026-05-21T16:23:41.525Z Compiling thiserror v1.0.69
15292026-05-21T16:23:41.613Z Compiling proptest v1.10.0
15302026-05-21T16:23:41.624Z Compiling miniz_oxide v0.8.9
15312026-05-21T16:23:42.208Z Compiling tower-http v0.6.8
15322026-05-21T16:23:42.417Z Compiling scroll v0.12.0
15332026-05-21T16:23:42.519Z Compiling derive_builder_macro v0.20.2
15342026-05-21T16:23:42.538Z Compiling tokio-native-tls v0.3.1
15352026-05-21T16:23:42.625Z Compiling darling_macro v0.21.3
15362026-05-21T16:23:42.668Z Compiling ipnetwork v0.21.1
15372026-05-21T16:23:42.697Z Compiling bstr v1.12.1
15382026-05-21T16:23:42.954Z Compiling rand_chacha v0.3.1
15392026-05-21T16:23:43.054Z Compiling erased-serde v0.3.31
15402026-05-21T16:23:43.058Z Compiling toml_datetime v0.6.11
15412026-05-21T16:23:43.084Z Compiling serde_spanned v0.6.9
15422026-05-21T16:23:43.223Z Compiling serde_tokenstream v0.2.3
15432026-05-21T16:23:43.298Z Compiling md-5 v0.10.6
15442026-05-21T16:23:43.332Z Compiling zerocopy-derive v0.7.35
15452026-05-21T16:23:43.455Z Compiling pin-project-internal v1.1.11
15462026-05-21T16:23:43.530Z Compiling async-trait v0.1.89
15472026-05-21T16:23:43.549Z Compiling curve25519-dalek v4.1.3
15482026-05-21T16:23:43.739Z Compiling vergen-lib v0.1.6
15492026-05-21T16:23:43.871Z Compiling num-integer v0.1.46
15502026-05-21T16:23:43.915Z Compiling hash32 v0.2.1
15512026-05-21T16:23:44.103Z Compiling ff v0.13.1
15522026-05-21T16:23:44.175Z Compiling memoffset v0.9.1
15532026-05-21T16:23:44.187Z Compiling litrs v1.0.0
15542026-05-21T16:23:44.244Z Compiling psl-types v2.0.11
15552026-05-21T16:23:44.360Z Compiling cfg_aliases v0.2.1
15562026-05-21T16:23:44.360Z Compiling zlib-rs v0.6.2
15572026-05-21T16:23:44.492Z Compiling ref-cast v1.0.25
15582026-05-21T16:23:44.564Z Compiling num-bigint-dig v0.8.6
15592026-05-21T16:23:44.621Z Compiling rustix v0.38.44
15602026-05-21T16:23:44.728Z Compiling base16ct v0.2.0
15612026-05-21T16:23:44.770Z Compiling fallible-iterator v0.2.0
15622026-05-21T16:23:44.803Z Compiling smoltcp v0.9.1
15632026-05-21T16:23:44.894Z Compiling sec1 v0.7.3
15642026-05-21T16:23:45.084Z Compiling postgres-protocol v0.6.10
15652026-05-21T16:23:45.151Z Compiling document-features v0.2.12
15662026-05-21T16:23:45.215Z Compiling pin-project v1.1.11
15672026-05-21T16:23:45.215Z Compiling nix v0.31.2
15682026-05-21T16:23:45.353Z Compiling publicsuffix v2.3.0
15692026-05-21T16:23:45.524Z Compiling group v0.13.0
15702026-05-21T16:23:45.536Z Compiling zerocopy v0.7.35
15712026-05-21T16:23:45.601Z Compiling num-iter v0.1.45
15722026-05-21T16:23:45.714Z Compiling newtype-uuid v1.3.2
15732026-05-21T16:23:46.033Z Compiling rand v0.8.6
15742026-05-21T16:23:46.062Z Compiling darling v0.21.3
15752026-05-21T16:23:46.119Z Compiling derive_builder v0.20.2
15762026-05-21T16:23:46.145Z Compiling oxnet v0.1.4
15772026-05-21T16:23:46.175Z Compiling hyper-tls v0.6.0
15782026-05-21T16:23:46.338Z Compiling goblin v0.8.2
15792026-05-21T16:23:46.505Z Compiling hubpack_derive v0.1.1
15802026-05-21T16:23:46.953Z Compiling phf_shared v0.13.1
15812026-05-21T16:23:47.045Z Compiling lazy_static v1.5.0
15822026-05-21T16:23:47.142Z Compiling regex v1.12.3
15832026-05-21T16:23:47.181Z Compiling futures-executor v0.3.32
15842026-05-21T16:23:47.227Z Compiling flate2 v1.1.9
15852026-05-21T16:23:47.335Z Compiling hex v0.4.3
15862026-05-21T16:23:47.433Z Compiling cargo-platform v0.1.9
15872026-05-21T16:23:47.571Z Compiling hkdf v0.12.4
15882026-05-21T16:23:47.605Z Compiling crypto-bigint v0.5.5
15892026-05-21T16:23:47.658Z Compiling terminal_size v0.4.3
15902026-05-21T16:23:47.692Z Compiling curve25519-dalek-derive v0.1.1
15912026-05-21T16:23:47.714Z Compiling ref-cast-impl v1.0.25
15922026-05-21T16:23:47.746Z Compiling snafu-derive v0.8.9
15932026-05-21T16:23:47.776Z Compiling daft-derive v0.1.7
15942026-05-21T16:23:48.216Z Compiling strum_macros v0.27.2
15952026-05-21T16:23:48.268Z Compiling vergen v9.0.6
15962026-05-21T16:23:48.443Z Compiling fs-err v3.3.0
15972026-05-21T16:23:48.456Z Compiling ahash v0.8.12
15982026-05-21T16:23:48.626Z Compiling encoding_rs v0.8.35
15992026-05-21T16:23:48.653Z Compiling foldhash v0.1.5
16002026-05-21T16:23:48.824Z Compiling libbz2-rs-sys v0.2.2
16012026-05-21T16:23:49.491Z Compiling bumpalo v3.20.2
16022026-05-21T16:23:49.573Z Compiling mime v0.3.17
16032026-05-21T16:23:49.644Z Compiling bitflags v1.3.2
16042026-05-21T16:23:49.757Z Compiling foldhash v0.2.0
16052026-05-21T16:23:49.781Z Compiling object v0.37.3
16062026-05-21T16:23:49.794Z Compiling unicode-segmentation v1.12.0
16072026-05-21T16:23:49.867Z Compiling same-file v1.0.6
16082026-05-21T16:23:49.977Z Compiling winnow v0.5.40
16092026-05-21T16:23:50.030Z Compiling managed v0.8.0
16102026-05-21T16:23:50.093Z Compiling walkdir v2.5.0
16112026-05-21T16:23:50.117Z Compiling hashbrown v0.16.1
16122026-05-21T16:23:50.168Z Compiling strum v0.27.2
16132026-05-21T16:23:50.182Z Compiling zopfli v0.8.3
16142026-05-21T16:23:50.294Z Compiling snafu v0.8.9
16152026-05-21T16:23:50.396Z Compiling clap_builder v4.5.60
16162026-05-21T16:23:50.649Z Compiling bzip2 v0.6.1
16172026-05-21T16:23:50.705Z Compiling hashbrown v0.15.5
16182026-05-21T16:23:50.886Z Compiling elliptic-curve v0.13.8
16192026-05-21T16:23:50.958Z Compiling dof v0.3.0
16202026-05-21T16:23:51.038Z Compiling daft v0.1.7
16212026-05-21T16:23:51.242Z Compiling toml_edit v0.19.15
16222026-05-21T16:23:51.380Z Compiling cargo_metadata v0.19.2
16232026-05-21T16:23:51.407Z Compiling futures v0.3.32
16242026-05-21T16:23:51.491Z Compiling phf v0.13.1
16252026-05-21T16:23:51.651Z Compiling signal-hook-mio v0.2.5
16262026-05-21T16:23:51.764Z Compiling hubpack v0.1.2
16272026-05-21T16:23:52.335Z Compiling cookie_store v0.22.1
16282026-05-21T16:23:52.484Z Compiling zstd v0.13.3
16292026-05-21T16:23:52.700Z Compiling bzip2 v0.4.4
16302026-05-21T16:23:52.742Z Compiling serde_with_macros v3.17.0
16312026-05-21T16:23:52.934Z Compiling postgres-types v0.2.12
16322026-05-21T16:23:53.323Z Compiling usdt-macro v0.6.0
16332026-05-21T16:23:53.482Z Compiling usdt-attr-macro v0.6.0
16342026-05-21T16:23:53.799Z Compiling globset v0.4.18
16352026-05-21T16:23:53.841Z Compiling dtrace-parser v0.2.0
16362026-05-21T16:23:54.050Z Compiling ed25519 v2.2.3
16372026-05-21T16:23:54.127Z Compiling phf_shared v0.11.3
16382026-05-21T16:23:54.218Z Compiling olpc-cjson v0.1.4
16392026-05-21T16:23:54.255Z Compiling pkcs1 v0.7.5
16402026-05-21T16:23:54.319Z Compiling serde-big-array v0.5.1
16412026-05-21T16:23:54.377Z Compiling serde_plain v1.0.2
16422026-05-21T16:23:54.463Z Compiling rfc6979 v0.4.0
16432026-05-21T16:23:54.473Z Compiling enum-as-inner v0.6.1
16442026-05-21T16:23:54.564Z Compiling serde_repr v0.1.20
16452026-05-21T16:23:54.585Z Compiling async-recursion v1.1.1
16462026-05-21T16:23:54.597Z Compiling strum_macros v0.26.4
16472026-05-21T16:23:54.645Z Compiling clap_derive v4.5.55
16482026-05-21T16:23:54.973Z Compiling pem v3.0.6
16492026-05-21T16:23:54.994Z Compiling float-cmp v0.10.0
16502026-05-21T16:23:55.123Z Compiling thread-id v4.2.2
16512026-05-21T16:23:55.148Z Compiling memmap2 v0.9.10
16522026-05-21T16:23:55.213Z Compiling env_filter v1.0.0
16532026-05-21T16:23:55.256Z Compiling whoami v2.1.0
16542026-05-21T16:23:55.302Z Compiling fixedbitset v0.5.7
16552026-05-21T16:23:55.349Z Compiling either v1.15.0
16562026-05-21T16:23:55.509Z Compiling fixedbitset v0.4.2
16572026-05-21T16:23:55.559Z Compiling static_assertions v1.1.0
16582026-05-21T16:23:55.599Z Compiling normalize-line-endings v0.3.0
16592026-05-21T16:23:55.625Z Compiling precomputed-hash v0.1.1
16602026-05-21T16:23:55.640Z Compiling difflib v0.4.0
16612026-05-21T16:23:55.694Z Compiling data-encoding v2.10.0
16622026-05-21T16:23:55.716Z Compiling new_debug_unreachable v1.0.6
16632026-05-21T16:23:55.731Z Compiling jiff v0.2.21
16642026-05-21T16:23:55.793Z Compiling keccak v0.1.6
16652026-05-21T16:23:56.196Z Compiling predicates-core v1.0.10
16662026-05-21T16:23:56.352Z Compiling typed-path v0.9.3
16672026-05-21T16:23:56.371Z Compiling strum v0.26.3
16682026-05-21T16:23:56.383Z Compiling predicates v3.1.4
16692026-05-21T16:23:56.424Z Compiling clap v4.5.60
16702026-05-21T16:23:56.500Z Compiling hickory-proto v0.25.2
16712026-05-21T16:23:56.512Z Compiling sha3 v0.10.8
16722026-05-21T16:23:56.598Z Compiling string_cache v0.8.9
16732026-05-21T16:23:56.816Z Compiling toml_edit v0.22.27
16742026-05-21T16:23:56.962Z Compiling petgraph v0.6.5
16752026-05-21T16:23:57.014Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16762026-05-21T16:23:57.204Z Compiling itertools v0.13.0
16772026-05-21T16:23:57.537Z Compiling petgraph v0.8.3
16782026-05-21T16:23:58.401Z Compiling zip v4.6.1
16792026-05-21T16:23:58.407Z Compiling tokio-postgres v0.7.16
16802026-05-21T16:23:59.371Z Compiling env_logger v0.11.9
16812026-05-21T16:23:59.459Z Compiling usdt v0.6.0
16822026-05-21T16:23:59.480Z Compiling usdt-impl v0.5.0
16832026-05-21T16:23:59.727Z Compiling ecdsa v0.16.9
16842026-05-21T16:23:59.735Z Compiling rsa v0.9.10
16852026-05-21T16:23:59.790Z Compiling ed25519-dalek v2.2.0
16862026-05-21T16:23:59.879Z Compiling crossterm v0.28.1
16872026-05-21T16:24:00.095Z Compiling serde_with v3.17.0
16882026-05-21T16:24:00.456Z Compiling zip v0.6.6
16892026-05-21T16:24:00.660Z Compiling toml v0.7.8
16902026-05-21T16:24:01.128Z Compiling iddqd v0.4.1
16912026-05-21T16:24:01.423Z Compiling heck v0.4.1
16922026-05-21T16:24:01.486Z Compiling similar v2.7.0
16932026-05-21T16:24:01.558Z Compiling toml_parser v1.0.9+spec-1.1.0
16942026-05-21T16:24:01.644Z Compiling crossbeam-epoch v0.9.18
16952026-05-21T16:24:01.787Z Compiling tokio-stream v0.1.18
16962026-05-21T16:24:01.973Z Compiling buf-list v1.1.2
16972026-05-21T16:24:02.184Z Compiling x509-cert v0.2.5
16982026-05-21T16:24:02.245Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16992026-05-21T16:24:02.259Z Compiling openapiv3 v2.2.0
17002026-05-21T16:24:02.346Z Compiling sha1 v0.10.6
17012026-05-21T16:24:02.355Z Compiling toml_datetime v0.7.5+spec-1.1.0
17022026-05-21T16:24:02.537Z Compiling peg-runtime v0.8.5
17032026-05-21T16:24:02.562Z Compiling lalrpop-util v0.19.12
17042026-05-21T16:24:02.646Z Compiling thread_local v1.1.9
17052026-05-21T16:24:02.758Z Compiling slog-async v2.8.0
17062026-05-21T16:24:02.816Z Compiling crossbeam-channel v0.5.15
17072026-05-21T16:24:02.892Z Compiling filetime v0.2.27
17082026-05-21T16:24:03.034Z Compiling is-terminal v0.4.17
17092026-05-21T16:24:03.066Z Compiling xattr v1.6.1
17102026-05-21T16:24:03.076Z Compiling term v1.2.1
17112026-05-21T16:24:03.123Z Compiling take_mut v0.2.2
17122026-05-21T16:24:03.239Z Compiling tar v0.4.45
17132026-05-21T16:24:03.638Z Compiling slog-term v2.9.2
17142026-05-21T16:24:13.387Z Compiling rustls-webpki v0.103.9
17152026-05-21T16:24:16.154Z Compiling tokio-rustls v0.26.4
17162026-05-21T16:24:16.154Z Compiling rustls-platform-verifier v0.6.2
17172026-05-21T16:24:16.352Z Compiling hyper-rustls v0.27.7
17182026-05-21T16:24:16.560Z Compiling reqwest v0.12.28
17192026-05-21T16:24:16.560Z Compiling reqwest v0.13.2
17202026-05-21T16:24:17.794Z Compiling tough v0.22.0
17212026-05-21T16:24:20.326Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17222026-05-21T16:24:20.538Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17232026-05-21T16:24:23.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17242026-05-21T16:24:23.501Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17252026-05-21T16:24:23.541ZMay 21 16:24:21.782 INFO Starting download, target: Clickhouse
17262026-05-21T16:24:23.541ZMay 21 16:24:21.782 INFO Starting download, target: Console
17272026-05-21T16:24:23.541ZMay 21 16:24:21.782 INFO Starting download, target: Cockroach
17282026-05-21T16:24:23.541ZMay 21 16:24:21.782 INFO Starting download, target: DendriteStub
17292026-05-21T16:24:23.552ZMay 21 16:24:21.782 INFO Starting download, target: MaghemiteMgd
17302026-05-21T16:24:23.552ZMay 21 16:24:21.782 INFO Starting download, target: TransceiverControl
17312026-05-21T16:24:23.552ZMay 21 16:24:21.782 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17322026-05-21T16:24:23.552ZMay 21 16:24:21.782 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17332026-05-21T16:24:23.552ZMay 21 16:24:21.782 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17342026-05-21T16:24:23.552ZMay 21 16:24:21.782 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17352026-05-21T16:24:23.552ZMay 21 16:24:21.782 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17362026-05-21T16:24:23.552ZMay 21 16:24:21.782 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17372026-05-21T16:24:23.966ZMay 21 16:24:22.173 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17382026-05-21T16:24:24.141ZMay 21 16:24:22.376 INFO Download complete, target: TransceiverControl
17392026-05-21T16:24:24.512ZMay 21 16:24:22.751 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17402026-05-21T16:24:24.757ZMay 21 16:24:22.983 INFO Download complete, target: Console
17412026-05-21T16:24:25.968ZMay 21 16:24:24.198 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17422026-05-21T16:24:26.295ZMay 21 16:24:24.522 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17432026-05-21T16:24:26.529ZMay 21 16:24:24.766 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17442026-05-21T16:24:27.028ZMay 21 16:24:25.270 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17452026-05-21T16:24:27.028ZMay 21 16:24:25.270 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17462026-05-21T16:24:28.618ZMay 21 16:24:26.862 INFO Download complete, target: DendriteStub
17472026-05-21T16:24:28.904ZMay 21 16:24:27.148 INFO Download complete, target: MaghemiteMgd
17482026-05-21T16:24:31.560ZMay 21 16:24:29.801 INFO Checking that binary works, target: Cockroach
17492026-05-21T16:24:31.726ZMay 21 16:24:29.970 INFO Download complete, target: Cockroach
17502026-05-21T16:24:32.627ZMay 21 16:24:30.871 INFO Checking that binary works, target: Clickhouse
17512026-05-21T16:24:32.789ZMay 21 16:24:31.023 INFO Download complete, target: Clickhouse
17522026-05-21T16:24:32.809ZAll builder prerequisites installed successfully, and PATH looks valid
17532026-05-21T16:24:32.809Z
17542026-05-21T16:24:32.809Zreal 2:24.588924280
17552026-05-21T16:24:32.809Zuser 6:50.159150341
17562026-05-21T16:24:32.809Zsys 1:20.438270561
17572026-05-21T16:24:32.810Ztrap 0.202356834
17582026-05-21T16:24:32.810Ztflt 1.170755911
17592026-05-21T16:24:32.810Zdflt 1.163692821
17602026-05-21T16:24:32.810Zkflt 0.044951598
17612026-05-21T16:24:32.810Zlock 21:30.313750895
17622026-05-21T16:24:32.810Zslp 21:30.199114528
17632026-05-21T16:24:32.810Zlat 40.007087864
17642026-05-21T16:24:32.810Zstop 1:50.051061382
17652026-05-21T16:24:32.824Z+ banner hack-check
17662026-05-21T16:24:32.824Z
17672026-05-21T16:24:32.824Z # # ## #### # # #### # # ###### #### # #
17682026-05-21T16:24:32.824Z # # # # # # # # # # # # # # # # #
17692026-05-21T16:24:32.824Z ###### # # # #### ##### # ###### ##### # ####
17702026-05-21T16:24:32.824Z # # ###### # # # # # # # # # #
17712026-05-21T16:24:32.824Z # # # # # # # # # # # # # # # # #
17722026-05-21T16:24:32.824Z # # # # #### # # #### # # ###### #### # #
17732026-05-21T16:24:32.824Z
17742026-05-21T16:24:32.824Z+ export CARGO_INCREMENTAL=0
17752026-05-21T16:24:32.824Z+ CARGO_INCREMENTAL=0
17762026-05-21T16:24:32.824Z+ ptime -m timeout 2h cargo xtask check-features --ci
17772026-05-21T16:24:33.370Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17782026-05-21T16:24:33.539Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17792026-05-21T16:24:35.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s
17802026-05-21T16:24:35.510Z Running `target/debug/xtask check-features --ci`
17812026-05-21T16:24:35.530Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17822026-05-21T16:24:35.537Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17832026-05-21T16:24:36.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17842026-05-21T16:24:36.041Z Running `target/debug/xtask download cargo-hack`
17852026-05-21T16:24:36.836Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17862026-05-21T16:24:37.158Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17872026-05-21T16:24:39.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.49s
17882026-05-21T16:24:39.743Z Running `target/debug/xtask-downloader cargo-hack`
17892026-05-21T16:24:39.787ZMay 21 16:24:38.031 INFO Starting download, target: CargoHack
17902026-05-21T16:24:39.792ZMay 21 16:24:38.031 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17912026-05-21T16:24:39.991ZMay 21 16:24:38.230 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17922026-05-21T16:24:40.035ZMay 21 16:24:38.278 INFO Download complete, target: CargoHack
17932026-05-21T16:24:40.041Zrunning: "/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"
17942026-05-21T16:24:40.050Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17952026-05-21T16:24:40.200Zinfo: running `cargo check --bins` on api_identity (1/277)
17962026-05-21T16:24:40.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17972026-05-21T16:24:40.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17982026-05-21T16:24:40.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17992026-05-21T16:24:40.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18002026-05-21T16:24:40.778Z
18012026-05-21T16:24:40.778Zinfo: running `cargo check --bins` on bootstore (2/277)
18022026-05-21T16:24:41.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18032026-05-21T16:24:41.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18042026-05-21T16:24:41.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18052026-05-21T16:24:41.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18062026-05-21T16:24:41.349Z
18072026-05-21T16:24:41.349Zinfo: running `cargo check --bins` on omicron-ledger (3/277)
18082026-05-21T16:24:41.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18092026-05-21T16:24:41.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18102026-05-21T16:24:41.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18112026-05-21T16:24:41.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18122026-05-21T16:24:41.918Z
18132026-05-21T16:24:41.918Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/277)
18142026-05-21T16:24:42.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18152026-05-21T16:24:42.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18162026-05-21T16:24:42.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18172026-05-21T16:24:42.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18182026-05-21T16:24:42.485Z
18192026-05-21T16:24:42.485Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/277)
18202026-05-21T16:24:42.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18212026-05-21T16:24:42.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18222026-05-21T16:24:42.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18232026-05-21T16:24:42.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18242026-05-21T16:24:43.057Z
18252026-05-21T16:24:43.057Zinfo: running `cargo check --bins` on omicron-certificates (6/277)
18262026-05-21T16:24:43.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272026-05-21T16:24:43.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282026-05-21T16:24:43.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292026-05-21T16:24:43.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18302026-05-21T16:24:43.644Z
18312026-05-21T16:24:43.644Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/277)
18322026-05-21T16:24:44.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332026-05-21T16:24:44.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342026-05-21T16:24:44.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352026-05-21T16:24:44.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18362026-05-21T16:24:44.290Z
18372026-05-21T16:24:44.290Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/277)
18382026-05-21T16:24:44.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392026-05-21T16:24:44.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402026-05-21T16:24:44.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412026-05-21T16:24:44.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18422026-05-21T16:24:44.855Z
18432026-05-21T16:24:44.855Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/277)
18442026-05-21T16:24:45.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452026-05-21T16:24:45.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462026-05-21T16:24:45.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472026-05-21T16:24:45.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18482026-05-21T16:24:45.281Z
18492026-05-21T16:24:45.281Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/277)
18502026-05-21T16:24:45.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512026-05-21T16:24:45.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522026-05-21T16:24:45.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532026-05-21T16:24:45.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18542026-05-21T16:24:45.748Z
18552026-05-21T16:24:45.748Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/277)
18562026-05-21T16:24:46.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572026-05-21T16:24:46.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582026-05-21T16:24:46.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592026-05-21T16:24:46.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18602026-05-21T16:24:46.195Z
18612026-05-21T16:24:46.195Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/277)
18622026-05-21T16:24:46.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-05-21T16:24:46.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-05-21T16:24:46.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-05-21T16:24:46.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18662026-05-21T16:24:46.654Z
18672026-05-21T16:24:46.654Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/277)
18682026-05-21T16:24:47.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-05-21T16:24:47.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-05-21T16:24:47.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-05-21T16:24:47.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18722026-05-21T16:24:47.113Z
18732026-05-21T16:24:47.113Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/277)
18742026-05-21T16:24:47.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-05-21T16:24:47.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-05-21T16:24:47.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-05-21T16:24:47.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18782026-05-21T16:24:47.576Z
18792026-05-21T16:24:47.576Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/277)
18802026-05-21T16:24:47.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-05-21T16:24:47.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-05-21T16:24:47.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-05-21T16:24:47.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18842026-05-21T16:24:48.044Z
18852026-05-21T16:24:48.044Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/277)
18862026-05-21T16:24:48.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-05-21T16:24:48.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-05-21T16:24:48.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-05-21T16:24:48.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18902026-05-21T16:24:48.497Z
18912026-05-21T16:24:48.497Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/277)
18922026-05-21T16:24:48.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-05-21T16:24:48.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-05-21T16:24:48.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-05-21T16:24:48.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18962026-05-21T16:24:48.960Z
18972026-05-21T16:24:48.960Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/277)
18982026-05-21T16:24:49.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-05-21T16:24:49.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-05-21T16:24:49.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-05-21T16:24:49.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19022026-05-21T16:24:49.419Z
19032026-05-21T16:24:49.419Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/277)
19042026-05-21T16:24:49.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-05-21T16:24:49.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-05-21T16:24:49.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-05-21T16:24:49.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19082026-05-21T16:24:49.879Z
19092026-05-21T16:24:49.879Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/277)
19102026-05-21T16:24:50.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-05-21T16:24:50.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-05-21T16:24:50.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-05-21T16:24:50.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19142026-05-21T16:24:50.340Z
19152026-05-21T16:24:50.340Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/277)
19162026-05-21T16:24:50.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-05-21T16:24:50.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-05-21T16:24:50.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-05-21T16:24:50.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19202026-05-21T16:24:50.803Z
19212026-05-21T16:24:50.803Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/277)
19222026-05-21T16:24:51.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-05-21T16:24:51.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-05-21T16:24:51.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-05-21T16:24:51.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19262026-05-21T16:24:51.263Z
19272026-05-21T16:24:51.263Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/277)
19282026-05-21T16:24:51.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-05-21T16:24:51.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-05-21T16:24:51.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-05-21T16:24:51.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19322026-05-21T16:24:51.723Z
19332026-05-21T16:24:51.723Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/277)
19342026-05-21T16:24:52.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-05-21T16:24:52.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-05-21T16:24:52.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-05-21T16:24:52.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19382026-05-21T16:24:52.186Z
19392026-05-21T16:24:52.186Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/277)
19402026-05-21T16:24:52.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-05-21T16:24:52.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-05-21T16:24:52.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-05-21T16:24:52.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19442026-05-21T16:24:52.653Z
19452026-05-21T16:24:52.653Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/277)
19462026-05-21T16:24:53.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-05-21T16:24:53.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-05-21T16:24:53.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-05-21T16:24:53.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19502026-05-21T16:24:53.112Z
19512026-05-21T16:24:53.112Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/277)
19522026-05-21T16:24:53.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-05-21T16:24:53.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-05-21T16:24:53.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-05-21T16:24:53.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19562026-05-21T16:24:53.575Z
19572026-05-21T16:24:53.575Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/277)
19582026-05-21T16:24:53.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-05-21T16:24:53.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-05-21T16:24:53.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-05-21T16:24:53.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19622026-05-21T16:24:54.039Z
19632026-05-21T16:24:54.039Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/277)
19642026-05-21T16:24:54.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-05-21T16:24:54.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-05-21T16:24:54.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-05-21T16:24:54.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19682026-05-21T16:24:54.507Z
19692026-05-21T16:24:54.507Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/277)
19702026-05-21T16:24:54.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-05-21T16:24:54.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-05-21T16:24:54.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-05-21T16:24:54.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19742026-05-21T16:24:54.989Z
19752026-05-21T16:24:54.989Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/277)
19762026-05-21T16:24:55.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-05-21T16:24:55.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-05-21T16:24:55.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-05-21T16:24:55.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19802026-05-21T16:24:55.434Z
19812026-05-21T16:24:55.434Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/277)
19822026-05-21T16:24:55.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-05-21T16:24:55.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-05-21T16:24:55.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-05-21T16:24:55.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19862026-05-21T16:24:55.922Z
19872026-05-21T16:24:55.923Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/277)
19882026-05-21T16:24:56.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-05-21T16:24:56.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-05-21T16:24:56.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-05-21T16:24:56.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19922026-05-21T16:24:56.361Z
19932026-05-21T16:24:56.361Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/277)
19942026-05-21T16:24:56.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-05-21T16:24:56.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-05-21T16:24:56.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-05-21T16:24:56.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19982026-05-21T16:24:56.811Z
19992026-05-21T16:24:56.811Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/277)
20002026-05-21T16:24:57.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-05-21T16:24:57.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-05-21T16:24:57.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-05-21T16:24:57.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20042026-05-21T16:24:57.269Z
20052026-05-21T16:24:57.270Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/277)
20062026-05-21T16:24:57.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-05-21T16:24:57.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-05-21T16:24:57.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-05-21T16:24:57.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20102026-05-21T16:24:57.729Z
20112026-05-21T16:24:57.729Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/277)
20122026-05-21T16:24:58.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-05-21T16:24:58.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-05-21T16:24:58.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-05-21T16:24:58.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20162026-05-21T16:24:58.199Z
20172026-05-21T16:24:58.199Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/277)
20182026-05-21T16:24:58.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-05-21T16:24:58.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-05-21T16:24:58.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-05-21T16:24:58.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20222026-05-21T16:24:58.647Z
20232026-05-21T16:24:58.647Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/277)
20242026-05-21T16:24:59.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-05-21T16:24:59.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-05-21T16:24:59.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-05-21T16:24:59.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20282026-05-21T16:24:59.108Z
20292026-05-21T16:24:59.108Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/277)
20302026-05-21T16:24:59.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-05-21T16:24:59.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-05-21T16:24:59.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-05-21T16:24:59.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20342026-05-21T16:24:59.569Z
20352026-05-21T16:24:59.569Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/277)
20362026-05-21T16:24:59.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-05-21T16:25:00.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-05-21T16:25:00.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-05-21T16:25:00.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20402026-05-21T16:25:00.035Z
20412026-05-21T16:25:00.035Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/277)
20422026-05-21T16:25:00.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-05-21T16:25:00.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-05-21T16:25:00.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-05-21T16:25:00.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20462026-05-21T16:25:00.628Z
20472026-05-21T16:25:00.628Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/277)
20482026-05-21T16:25:00.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-05-21T16:25:01.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-05-21T16:25:01.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-05-21T16:25:01.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20522026-05-21T16:25:01.055Z
20532026-05-21T16:25:01.055Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/277)
20542026-05-21T16:25:01.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-05-21T16:25:01.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-05-21T16:25:01.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-05-21T16:25:01.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20582026-05-21T16:25:01.478Z
20592026-05-21T16:25:01.478Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/277)
20602026-05-21T16:25:01.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-05-21T16:25:01.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-05-21T16:25:01.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-05-21T16:25:01.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20642026-05-21T16:25:01.973Z
20652026-05-21T16:25:01.973Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/277)
20662026-05-21T16:25:02.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-05-21T16:25:02.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-05-21T16:25:02.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-05-21T16:25:02.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20702026-05-21T16:25:02.389Z
20712026-05-21T16:25:02.389Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/277)
20722026-05-21T16:25:02.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-05-21T16:25:02.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-05-21T16:25:02.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-05-21T16:25:02.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20762026-05-21T16:25:02.836Z
20772026-05-21T16:25:02.836Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/277)
20782026-05-21T16:25:03.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-05-21T16:25:03.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-05-21T16:25:03.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-05-21T16:25:03.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20822026-05-21T16:25:03.326Z
20832026-05-21T16:25:03.326Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/277)
20842026-05-21T16:25:03.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-05-21T16:25:03.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-05-21T16:25:03.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-05-21T16:25:03.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20882026-05-21T16:25:03.896Z
20892026-05-21T16:25:03.896Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/277)
20902026-05-21T16:25:04.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-05-21T16:25:04.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-05-21T16:25:04.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-05-21T16:25:04.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20942026-05-21T16:25:04.521Z
20952026-05-21T16:25:04.521Zinfo: running `cargo check --bins` on nexus-config (51/277)
20962026-05-21T16:25:05.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-05-21T16:25:05.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-05-21T16:25:05.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-05-21T16:25:05.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21002026-05-21T16:25:05.143Z
21012026-05-21T16:25:05.143Zinfo: running `cargo check --bins` on nexus-types (52/277)
21022026-05-21T16:25:05.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-05-21T16:25:05.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-05-21T16:25:05.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-05-21T16:25:05.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21062026-05-21T16:25:05.765Z
21072026-05-21T16:25:05.765Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/277)
21082026-05-21T16:25:06.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-05-21T16:25:06.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-05-21T16:25:06.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-05-21T16:25:06.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21122026-05-21T16:25:06.354Z
21132026-05-21T16:25:06.354Zinfo: running `cargo check --bins` on omicron-passwords (54/277)
21142026-05-21T16:25:06.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-05-21T16:25:06.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-05-21T16:25:06.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-05-21T16:25:06.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21182026-05-21T16:25:06.929Z
21192026-05-21T16:25:06.929Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/277)
21202026-05-21T16:25:07.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-05-21T16:25:07.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-05-21T16:25:07.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-05-21T16:25:07.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21242026-05-21T16:25:07.525Z
21252026-05-21T16:25:07.525Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/277)
21262026-05-21T16:25:08.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-05-21T16:25:08.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-05-21T16:25:08.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-05-21T16:25:08.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21302026-05-21T16:25:08.117Z
21312026-05-21T16:25:08.117Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/277)
21322026-05-21T16:25:08.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-05-21T16:25:08.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-05-21T16:25:08.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-05-21T16:25:08.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21362026-05-21T16:25:08.712Z
21372026-05-21T16:25:08.713Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/277)
21382026-05-21T16:25:09.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-05-21T16:25:09.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-05-21T16:25:09.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-05-21T16:25:09.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21422026-05-21T16:25:09.309Z
21432026-05-21T16:25:09.309Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/277)
21442026-05-21T16:25:09.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-05-21T16:25:09.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-05-21T16:25:09.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-05-21T16:25:09.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21482026-05-21T16:25:09.881Z
21492026-05-21T16:25:09.881Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/277)
21502026-05-21T16:25:10.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-05-21T16:25:10.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-05-21T16:25:10.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-05-21T16:25:10.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21542026-05-21T16:25:10.462Z
21552026-05-21T16:25:10.462Zinfo: running `cargo check --bins --no-default-features` on gfss (61/277)
21562026-05-21T16:25:10.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-05-21T16:25:10.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-05-21T16:25:10.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-05-21T16:25:10.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21602026-05-21T16:25:11.033Z
21612026-05-21T16:25:11.033Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/277)
21622026-05-21T16:25:11.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-05-21T16:25:11.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-05-21T16:25:11.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-05-21T16:25:11.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21662026-05-21T16:25:11.609Z
21672026-05-21T16:25:11.609Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/277)
21682026-05-21T16:25:12.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-05-21T16:25:12.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-05-21T16:25:12.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-05-21T16:25:12.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21722026-05-21T16:25:12.196Z
21732026-05-21T16:25:12.196Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/277)
21742026-05-21T16:25:12.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-05-21T16:25:12.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-05-21T16:25:12.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-05-21T16:25:12.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21782026-05-21T16:25:12.792Z
21792026-05-21T16:25:12.792Zinfo: running `cargo check --bins` on cockroach-admin-types (65/277)
21802026-05-21T16:25:13.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-05-21T16:25:13.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-05-21T16:25:13.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-05-21T16:25:13.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21842026-05-21T16:25:13.362Z
21852026-05-21T16:25:13.362Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/277)
21862026-05-21T16:25:13.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-05-21T16:25:13.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-05-21T16:25:13.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-05-21T16:25:13.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21902026-05-21T16:25:13.934Z
21912026-05-21T16:25:13.934Zinfo: running `cargo check --bins` on ereport-types (67/277)
21922026-05-21T16:25:14.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-05-21T16:25:14.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-05-21T16:25:14.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-05-21T16:25:14.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21962026-05-21T16:25:14.513Z
21972026-05-21T16:25:14.513Zinfo: running `cargo check --bins` on gateway-client (68/277)
21982026-05-21T16:25:15.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-05-21T16:25:15.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-05-21T16:25:15.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-05-21T16:25:15.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22022026-05-21T16:25:15.096Z
22032026-05-21T16:25:15.096Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/277)
22042026-05-21T16:25:15.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-05-21T16:25:15.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-05-21T16:25:15.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-05-21T16:25:15.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22082026-05-21T16:25:15.680Z
22092026-05-21T16:25:15.680Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/277)
22102026-05-21T16:25:16.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-05-21T16:25:16.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-05-21T16:25:16.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-05-21T16:25:16.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22142026-05-21T16:25:16.262Z
22152026-05-21T16:25:16.262Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/277)
22162026-05-21T16:25:16.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-05-21T16:25:16.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-05-21T16:25:16.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-05-21T16:25:16.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22202026-05-21T16:25:16.845Z
22212026-05-21T16:25:16.845Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/277)
22222026-05-21T16:25:17.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-05-21T16:25:17.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-05-21T16:25:17.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-05-21T16:25:17.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22262026-05-21T16:25:17.422Z
22272026-05-21T16:25:17.422Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/277)
22282026-05-21T16:25:17.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-05-21T16:25:17.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-05-21T16:25:17.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-05-21T16:25:17.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22322026-05-21T16:25:18.035Z
22332026-05-21T16:25:18.036Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/277)
22342026-05-21T16:25:18.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-05-21T16:25:18.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-05-21T16:25:18.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-05-21T16:25:18.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22382026-05-21T16:25:18.634Z
22392026-05-21T16:25:18.634Zinfo: running `cargo check --bins` on key-manager-types (75/277)
22402026-05-21T16:25:19.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-05-21T16:25:19.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-05-21T16:25:19.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-05-21T16:25:19.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22442026-05-21T16:25:19.209Z
22452026-05-21T16:25:19.209Zinfo: running `cargo check --bins` on oxlog (76/277)
22462026-05-21T16:25:19.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-05-21T16:25:19.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-05-21T16:25:19.811Z Checking cfg-if v1.0.4
22492026-05-21T16:25:19.815Z Checking libc v0.2.185
22502026-05-21T16:25:19.815Z Checking serde_core v1.0.228
22512026-05-21T16:25:19.930Z Checking zeroize v1.8.2
22522026-05-21T16:25:19.937Z Checking memchr v2.8.0
22532026-05-21T16:25:19.946Z Checking log v0.4.29
22542026-05-21T16:25:19.955Z Checking smallvec v1.15.1
22552026-05-21T16:25:19.966Z Checking typenum v1.19.0
22562026-05-21T16:25:19.970Z Checking subtle v2.6.1
22572026-05-21T16:25:20.066Z Checking itoa v1.0.17
22582026-05-21T16:25:20.101Z Checking scopeguard v1.2.0
22592026-05-21T16:25:20.122Z Checking stable_deref_trait v1.2.1
22602026-05-21T16:25:20.125Z Checking const-oid v0.9.6
22612026-05-21T16:25:20.195Z Checking zerofrom v0.1.6
22622026-05-21T16:25:20.206Z Checking lock_api v0.4.14
22632026-05-21T16:25:20.218Z Checking pin-project-lite v0.2.17
22642026-05-21T16:25:20.302Z Checking yoke v0.8.1
22652026-05-21T16:25:20.314Z Checking portable-atomic v1.13.1
22662026-05-21T16:25:20.325Z Checking getrandom v0.2.17
22672026-05-21T16:25:20.329Z Checking errno v0.3.14
22682026-05-21T16:25:20.394Z Checking parking_lot_core v0.9.12
22692026-05-21T16:25:20.441Z Checking signal-hook-registry v1.4.8
22702026-05-21T16:25:20.460Z Checking zerovec v0.11.5
22712026-05-21T16:25:20.463Z Checking rand_core v0.6.4
22722026-05-21T16:25:20.482Z Checking generic-array v0.14.7
22732026-05-21T16:25:20.573Z Checking futures-core v0.3.32
22742026-05-21T16:25:20.595Z Checking critical-section v1.2.0
22752026-05-21T16:25:20.641Z Checking parking_lot v0.12.5
22762026-05-21T16:25:20.688Z Checking mio v1.2.0
22772026-05-21T16:25:20.701Z Checking zerocopy v0.8.40
22782026-05-21T16:25:20.712Z Checking once_cell v1.21.3
22792026-05-21T16:25:20.787Z Checking zmij v1.0.21
22802026-05-21T16:25:20.822Z Checking socket2 v0.6.3
22812026-05-21T16:25:20.878Z Checking tinystr v0.8.2
22822026-05-21T16:25:20.881Z Checking libm v0.2.16
22832026-05-21T16:25:20.906Z Checking crypto-common v0.1.7
22842026-05-21T16:25:20.962Z Checking block-buffer v0.10.4
22852026-05-21T16:25:20.988Z Checking litemap v0.8.1
22862026-05-21T16:25:21.023Z Checking writeable v0.6.2
22872026-05-21T16:25:21.052Z Checking equivalent v1.0.2
22882026-05-21T16:25:21.064Z Checking percent-encoding v2.3.2
22892026-05-21T16:25:21.095Z Checking digest v0.10.7
22902026-05-21T16:25:21.132Z Checking potential_utf v0.1.4
22912026-05-21T16:25:21.153Z Checking zerotrie v0.2.3
22922026-05-21T16:25:21.177Z Checking icu_locale_core v2.1.1
22932026-05-21T16:25:21.197Z Checking futures-sink v0.3.32
22942026-05-21T16:25:21.259Z Checking icu_collections v2.1.1
22952026-05-21T16:25:21.286Z Checking futures-io v0.3.32
22962026-05-21T16:25:21.298Z Checking futures-channel v0.3.32
22972026-05-21T16:25:21.362Z Checking serde v1.0.228
22982026-05-21T16:25:21.386Z Checking bitflags v2.11.0
22992026-05-21T16:25:21.397Z Checking serde_json v1.0.149
23002026-05-21T16:25:21.478Z Checking cpufeatures v0.2.17
23012026-05-21T16:25:21.545Z Checking slab v0.4.12
23022026-05-21T16:25:21.557Z Checking futures-task v0.3.32
23032026-05-21T16:25:21.570Z Checking hmac v0.12.1
23042026-05-21T16:25:21.574Z Checking num-traits v0.2.19
23052026-05-21T16:25:21.686Z Checking icu_normalizer_data v2.1.1
23062026-05-21T16:25:21.698Z Checking futures-util v0.3.32
23072026-05-21T16:25:21.725Z Checking icu_provider v2.1.1
23082026-05-21T16:25:21.737Z Checking icu_properties_data v2.1.2
23092026-05-21T16:25:21.752Z Checking bytes v1.11.1
23102026-05-21T16:25:21.764Z Checking rand_core v0.10.0
23112026-05-21T16:25:21.859Z Checking hashbrown v0.17.0
23122026-05-21T16:25:21.896Z Checking getrandom v0.4.1
23132026-05-21T16:25:21.950Z Checking icu_properties v2.1.2
23142026-05-21T16:25:22.037Z Checking icu_normalizer v2.1.1
23152026-05-21T16:25:22.050Z Checking block-padding v0.3.3
23162026-05-21T16:25:22.134Z Checking utf8_iter v1.0.4
23172026-05-21T16:25:22.177Z Checking inout v0.1.4
23182026-05-21T16:25:22.190Z Checking tokio v1.52.1
23192026-05-21T16:25:22.254Z Checking sha2 v0.10.9
23202026-05-21T16:25:22.310Z Checking cipher v0.4.4
23212026-05-21T16:25:22.310Z Checking indexmap v2.14.0
23222026-05-21T16:25:22.337Z Checking form_urlencoded v1.2.2
23232026-05-21T16:25:22.462Z Checking getrandom v0.3.4
23242026-05-21T16:25:22.516Z Checking base64ct v1.8.3
23252026-05-21T16:25:22.528Z Checking byteorder v1.5.0
23262026-05-21T16:25:22.601Z Checking fnv v1.0.7
23272026-05-21T16:25:22.697Z Checking flagset v0.4.7
23282026-05-21T16:25:22.721Z Checking rand_core v0.9.5
23292026-05-21T16:25:22.739Z Checking pem-rfc7468 v0.7.0
23302026-05-21T16:25:22.751Z Checking idna_adapter v1.2.1
23312026-05-21T16:25:22.815Z Checking http v1.4.0
23322026-05-21T16:25:22.856Z Checking regex-syntax v0.8.10
23332026-05-21T16:25:22.867Z Checking idna v1.1.0
23342026-05-21T16:25:22.890Z Checking der v0.7.10
23352026-05-21T16:25:22.903Z Checking salsa20 v0.10.2
23362026-05-21T16:25:23.029Z Checking uuid v1.23.0
23372026-05-21T16:25:23.099Z Checking url v2.5.8
23382026-05-21T16:25:23.331Z Checking pbkdf2 v0.12.2
23392026-05-21T16:25:23.358Z Checking rustix v1.1.3
23402026-05-21T16:25:23.410Z Checking ppv-lite86 v0.2.21
23412026-05-21T16:25:23.443Z Checking tracing-core v0.1.36
23422026-05-21T16:25:23.524Z Checking rustls-pki-types v1.14.0
23432026-05-21T16:25:23.563Z Checking iana-time-zone v0.1.65
23442026-05-21T16:25:23.615Z Checking spki v0.7.3
23452026-05-21T16:25:23.666Z Checking base64 v0.22.1
23462026-05-21T16:25:23.702Z Checking rand_chacha v0.9.0
23472026-05-21T16:25:23.741Z Checking tracing v0.1.44
23482026-05-21T16:25:23.779Z Checking chrono v0.4.44
23492026-05-21T16:25:23.804Z Checking scrypt v0.11.0
23502026-05-21T16:25:23.895Z Checking http-body v1.0.1
23512026-05-21T16:25:23.908Z Checking aes v0.8.4
23522026-05-21T16:25:23.936Z Checking cbc v0.1.2
23532026-05-21T16:25:23.948Z Checking aws-lc-sys v0.40.0
23542026-05-21T16:25:24.026Z Checking untrusted v0.7.1
23552026-05-21T16:25:24.062Z Checking tinyvec_macros v0.1.1
23562026-05-21T16:25:24.128Z Checking untrusted v0.9.0
23572026-05-21T16:25:24.140Z Checking openssl-probe v0.2.1
23582026-05-21T16:25:24.152Z Checking tinyvec v1.10.0
23592026-05-21T16:25:24.177Z Checking rand v0.9.2
23602026-05-21T16:25:24.232Z Checking ring v0.17.14
23612026-05-21T16:25:24.245Z Checking try-lock v0.2.5
23622026-05-21T16:25:24.292Z Checking pkcs5 v0.7.1
23632026-05-21T16:25:24.352Z Checking tower-service v0.3.3
23642026-05-21T16:25:24.441Z Checking tower-layer v0.3.3
23652026-05-21T16:25:24.455Z Checking atomic-waker v1.1.2
23662026-05-21T16:25:24.458Z Checking aws-lc-rs v1.16.3
23672026-05-21T16:25:24.552Z Checking want v0.3.1
23682026-05-21T16:25:24.565Z Checking pkcs8 v0.10.2
23692026-05-21T16:25:24.590Z Checking ipnet v2.11.0
23702026-05-21T16:25:24.637Z Checking httparse v1.10.1
23712026-05-21T16:25:24.657Z Checking aho-corasick v1.1.4
23722026-05-21T16:25:24.671Z Checking plain v0.2.3
23732026-05-21T16:25:24.737Z Checking fastrand v2.3.0
23742026-05-21T16:25:24.772Z Checking httpdate v1.0.3
23752026-05-21T16:25:24.845Z Checking pin-utils v0.1.0
23762026-05-21T16:25:24.856Z Checking foreign-types-shared v0.1.1
23772026-05-21T16:25:24.912Z Checking dyn-clone v1.0.20
23782026-05-21T16:25:24.915Z Checking tempfile v3.25.0
23792026-05-21T16:25:24.936Z Checking foreign-types v0.3.2
23802026-05-21T16:25:24.948Z Checking unicode-normalization v0.1.25
23812026-05-21T16:25:25.000Z Checking semver v1.0.28
23822026-05-21T16:25:25.012Z Checking openssl-sys v0.9.115
23832026-05-21T16:25:25.117Z Checking spin v0.9.8
23842026-05-21T16:25:25.206Z Checking unicode-ident v1.0.24
23852026-05-21T16:25:25.230Z Checking ucd-trie v0.1.7
23862026-05-21T16:25:25.299Z Checking rustls-webpki v0.103.9
23872026-05-21T16:25:25.312Z Checking proc-macro2 v1.0.106
23882026-05-21T16:25:25.325Z Checking schemars v0.8.22
23892026-05-21T16:25:25.326Z Checking regex-automata v0.4.14
23902026-05-21T16:25:25.347Z Checking rustls-native-certs v0.8.3
23912026-05-21T16:25:25.359Z Checking pest v2.8.6
23922026-05-21T16:25:25.381Z Checking openssl v0.10.79
23932026-05-21T16:25:25.398Z Checking tokio-util v0.7.18
23942026-05-21T16:25:25.465Z Checking thiserror v2.0.18
23952026-05-21T16:25:25.564Z Checking sync_wrapper v1.0.2
23962026-05-21T16:25:25.616Z Checking wait-timeout v0.2.1
23972026-05-21T16:25:25.665Z Checking quick-error v1.2.3
23982026-05-21T16:25:25.714Z Checking rustls v0.23.37
23992026-05-21T16:25:25.735Z Checking bit-vec v0.8.0
24002026-05-21T16:25:25.763Z Checking powerfmt v0.2.0
24012026-05-21T16:25:25.910Z Checking utf8parse v0.2.2
24022026-05-21T16:25:25.923Z Checking pretty-hex v0.4.1
24032026-05-21T16:25:25.948Z Checking anstyle v1.0.13
24042026-05-21T16:25:25.989Z Checking h2 v0.4.13
24052026-05-21T16:25:26.006Z Checking siphasher v1.0.2
24062026-05-21T16:25:26.035Z Checking simd-adler32 v0.3.8
24072026-05-21T16:25:26.123Z Checking anstyle-parse v0.2.7
24082026-05-21T16:25:26.156Z Checking bit-set v0.8.0
24092026-05-21T16:25:26.199Z Checking deranged v0.5.8
24102026-05-21T16:25:26.270Z Checking rusty-fork v0.3.1
24112026-05-21T16:25:26.298Z Checking tower v0.5.3
24122026-05-21T16:25:26.396Z Checking quote v1.0.45
24132026-05-21T16:25:26.437Z Compiling newtype-uuid v1.3.2
24142026-05-21T16:25:26.566Z Checking http-body-util v0.1.3
24152026-05-21T16:25:26.616Z Checking webpki-roots v1.0.6
24162026-05-21T16:25:26.679Z Checking crossbeam-utils v0.8.21
24172026-05-21T16:25:26.730Z Checking rand_xorshift v0.4.0
24182026-05-21T16:25:26.774Z Checking crc32fast v1.5.0
24192026-05-21T16:25:26.845Z Checking scroll v0.13.0
24202026-05-21T16:25:26.911Z Checking signature v2.2.0
24212026-05-21T16:25:27.006Z Checking time-core v0.1.8
24222026-05-21T16:25:27.037Z Checking ryu v1.0.23
24232026-05-21T16:25:27.070Z Checking colorchoice v1.0.4
24242026-05-21T16:25:27.105Z Checking unicode-bidi v0.3.18
24252026-05-21T16:25:27.119Z Checking anstyle-query v1.1.5
24262026-05-21T16:25:27.143Z Checking unicode-properties v0.1.4
24272026-05-21T16:25:27.165Z Checking adler2 v2.0.1
24282026-05-21T16:25:27.168Z Checking unarray v0.1.4
24292026-05-21T16:25:27.206Z Checking num-conv v0.2.0
24302026-05-21T16:25:27.270Z Checking num_threads v0.1.7
24312026-05-21T16:25:27.281Z Checking allocator-api2 v0.2.21
24322026-05-21T16:25:27.319Z Checking is_terminal_polyfill v1.70.2
24332026-05-21T16:25:27.331Z Checking iri-string v0.7.10
24342026-05-21T16:25:27.343Z Checking native-tls v0.2.18
24352026-05-21T16:25:27.354Z Checking time v0.3.47
24362026-05-21T16:25:27.397Z Checking stringprep v0.1.5
24372026-05-21T16:25:27.411Z Checking anstream v0.6.21
24382026-05-21T16:25:27.515Z Checking tokio-native-tls v0.3.1
24392026-05-21T16:25:27.547Z Checking proptest v1.10.0
24402026-05-21T16:25:27.559Z Checking miniz_oxide v0.8.9
24412026-05-21T16:25:27.600Z Checking serde_urlencoded v0.7.1
24422026-05-21T16:25:27.666Z Checking bstr v1.12.1
24432026-05-21T16:25:27.803Z Checking goblin v0.10.5
24442026-05-21T16:25:27.897Z Checking crossbeam-epoch v0.9.18
24452026-05-21T16:25:28.045Z Checking tokio-rustls v0.26.4
24462026-05-21T16:25:28.063Z Compiling daft v0.1.7
24472026-05-21T16:25:28.115Z Checking syn v2.0.117
24482026-05-21T16:25:28.273Z Checking ipnetwork v0.21.1
24492026-05-21T16:25:28.330Z Checking tower-http v0.6.8
24502026-05-21T16:25:28.346Z Checking rand_chacha v0.3.1
24512026-05-21T16:25:28.446Z Checking thiserror v1.0.69
24522026-05-21T16:25:28.480Z Checking scroll v0.12.0
24532026-05-21T16:25:28.542Z Checking zstd-sys v2.0.16+zstd.1.5.7
24542026-05-21T16:25:28.556Z Checking hash32 v0.2.1
24552026-05-21T16:25:28.607Z Checking num-integer v0.1.46
24562026-05-21T16:25:28.617Z Checking hyper v1.8.1
24572026-05-21T16:25:28.649Z Checking serde_spanned v0.6.9
24582026-05-21T16:25:28.697Z Checking toml_datetime v0.6.11
24592026-05-21T16:25:28.709Z Checking md-5 v0.10.6
24602026-05-21T16:25:28.772Z Checking ff v0.13.1
24612026-05-21T16:25:28.825Z Checking base16ct v0.2.0
24622026-05-21T16:25:28.839Z Checking fallible-iterator v0.2.0
24632026-05-21T16:25:28.870Z Checking psl-types v2.0.11
24642026-05-21T16:25:28.900Z Checking zlib-rs v0.6.2
24652026-05-21T16:25:28.946Z Checking sec1 v0.7.3
24662026-05-21T16:25:28.983Z Checking publicsuffix v2.3.0
24672026-05-21T16:25:29.101Z Checking postgres-protocol v0.6.10
24682026-05-21T16:25:29.141Z Checking group v0.13.0
24692026-05-21T16:25:29.155Z Checking num-iter v0.1.45
24702026-05-21T16:25:29.262Z Checking heapless v0.7.17
24712026-05-21T16:25:29.283Z Checking goblin v0.8.2
24722026-05-21T16:25:29.408Z Checking zstd-safe v7.2.4
24732026-05-21T16:25:29.446Z Checking rand v0.8.6
24742026-05-21T16:25:29.520Z Checking hyper-util v0.1.20
24752026-05-21T16:25:29.569Z Checking oxnet v0.1.4
24762026-05-21T16:25:29.671Z Checking cookie v0.18.1
24772026-05-21T16:25:29.789Z Checking flate2 v1.1.9
24782026-05-21T16:25:29.805Z Compiling iddqd v0.4.1
24792026-05-21T16:25:29.909Z Checking dtrace-parser v0.3.0
24802026-05-21T16:25:29.963Z Checking phf_shared v0.13.1
24812026-05-21T16:25:30.079Z Checking lazy_static v1.5.0
24822026-05-21T16:25:30.120Z Checking dof v0.4.0
24832026-05-21T16:25:30.142Z Checking pin-project v1.1.11
24842026-05-21T16:25:30.156Z Checking zerocopy v0.7.35
24852026-05-21T16:25:30.168Z Checking bzip2-sys v0.1.13+1.0.8
24862026-05-21T16:25:30.234Z Checking terminal_size v0.4.3
24872026-05-21T16:25:30.250Z Checking signal-hook v0.3.18
24882026-05-21T16:25:30.344Z Checking futures-executor v0.3.32
24892026-05-21T16:25:30.393Z Checking hex v0.4.3
24902026-05-21T16:25:30.436Z Checking hkdf v0.12.4
24912026-05-21T16:25:30.489Z Checking crypto-bigint v0.5.5
24922026-05-21T16:25:30.565Z Checking thread-id v5.1.0
24932026-05-21T16:25:30.609Z Checking encoding_rs v0.8.35
24942026-05-21T16:25:30.630Z Checking libbz2-rs-sys v0.2.2
24952026-05-21T16:25:30.643Z Checking winnow v0.7.14
24962026-05-21T16:25:30.734Z Compiling rayon-core v1.13.0
24972026-05-21T16:25:30.750Z Checking hyper-rustls v0.27.7
24982026-05-21T16:25:30.910Z Checking hyper-tls v0.6.0
24992026-05-21T16:25:30.956Z Checking bumpalo v3.20.2
25002026-05-21T16:25:30.997Z Checking managed v0.8.0
25012026-05-21T16:25:31.014Z Checking foldhash v0.2.0
25022026-05-21T16:25:31.082Z Checking strsim v0.11.1
25032026-05-21T16:25:31.150Z Checking winnow v0.5.40
25042026-05-21T16:25:31.165Z Checking either v1.15.0
25052026-05-21T16:25:31.177Z Checking clap_lex v1.0.0
25062026-05-21T16:25:31.181Z Checking bitflags v1.3.2
25072026-05-21T16:25:31.241Z Checking mime v0.3.17
25082026-05-21T16:25:31.255Z Checking foldhash v0.1.5
25092026-05-21T16:25:31.322Z Checking same-file v1.0.6
25102026-05-21T16:25:31.343Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25112026-05-21T16:25:31.372Z Checking elliptic-curve v0.13.8
25122026-05-21T16:25:31.384Z Checking hashbrown v0.15.5
25132026-05-21T16:25:31.413Z Checking clap_builder v4.5.60
25142026-05-21T16:25:31.434Z Checking walkdir v2.5.0
25152026-05-21T16:25:31.522Z Checking smoltcp v0.9.1
25162026-05-21T16:25:31.544Z Checking reqwest v0.12.28
25172026-05-21T16:25:31.589Z Checking dof v0.3.0
25182026-05-21T16:25:31.673Z Checking hashbrown v0.16.1
25192026-05-21T16:25:31.809Z Checking zopfli v0.8.3
25202026-05-21T16:25:31.849Z Checking bzip2 v0.6.1
25212026-05-21T16:25:31.891Z Checking usdt-impl v0.6.0
25222026-05-21T16:25:32.008Z Checking futures v0.3.32
25232026-05-21T16:25:32.085Z Checking signal-hook-mio v0.2.5
25242026-05-21T16:25:32.107Z Checking bzip2 v0.4.4
25252026-05-21T16:25:32.128Z Checking snafu v0.8.9
25262026-05-21T16:25:32.163Z Checking num-bigint-dig v0.8.6
25272026-05-21T16:25:32.163Z Checking phf v0.13.1
25282026-05-21T16:25:32.185Z Checking cookie_store v0.22.1
25292026-05-21T16:25:32.263Z Checking toml_edit v0.19.15
25302026-05-21T16:25:32.314Z Checking zstd v0.13.3
25312026-05-21T16:25:32.361Z Checking postgres-types v0.2.12
25322026-05-21T16:25:32.377Z Checking dtrace-parser v0.2.0
25332026-05-21T16:25:32.492Z Checking crossbeam-deque v0.8.6
25342026-05-21T16:25:32.504Z Checking globset v0.4.18
25352026-05-21T16:25:32.509Z Checking rustls-platform-verifier v0.6.2
25362026-05-21T16:25:32.608Z Checking regex v1.12.3
25372026-05-21T16:25:32.622Z Checking ed25519 v2.2.3
25382026-05-21T16:25:32.636Z Checking phf_shared v0.11.3
25392026-05-21T16:25:32.660Z Checking olpc-cjson v0.1.4
25402026-05-21T16:25:32.663Z Checking ref-cast v1.0.25
25412026-05-21T16:25:32.754Z Checking curve25519-dalek v4.1.3
25422026-05-21T16:25:32.766Z Checking strum v0.27.2
25432026-05-21T16:25:32.777Z Checking hubpack v0.1.2
25442026-05-21T16:25:32.789Z Checking memoffset v0.9.1
25452026-05-21T16:25:32.801Z Checking rustix v0.38.44
25462026-05-21T16:25:32.865Z Checking pkcs1 v0.7.5
25472026-05-21T16:25:32.877Z Checking pem v3.0.6
25482026-05-21T16:25:32.887Z Checking float-cmp v0.10.0
25492026-05-21T16:25:32.935Z Checking erased-serde v0.3.31
25502026-05-21T16:25:32.966Z Checking serde_plain v1.0.2
25512026-05-21T16:25:33.008Z Checking serde-big-array v0.5.1
25522026-05-21T16:25:33.021Z Checking rfc6979 v0.4.0
25532026-05-21T16:25:33.066Z Checking memmap2 v0.9.10
25542026-05-21T16:25:33.104Z Checking thread-id v4.2.2
25552026-05-21T16:25:33.133Z Checking env_filter v1.0.0
25562026-05-21T16:25:33.145Z Checking keccak v0.1.6
25572026-05-21T16:25:33.179Z Checking toml_write v0.1.2
25582026-05-21T16:25:33.221Z Checking jiff v0.2.21
25592026-05-21T16:25:33.273Z Checking fixedbitset v0.5.7
25602026-05-21T16:25:33.284Z Checking predicates-core v1.0.10
25612026-05-21T16:25:33.299Z Checking data-encoding v2.10.0
25622026-05-21T16:25:33.312Z Checking fixedbitset v0.4.2
25632026-05-21T16:25:33.341Z Checking typed-path v0.9.3
25642026-05-21T16:25:33.399Z Checking static_assertions v1.1.0
25652026-05-21T16:25:33.453Z Checking difflib v0.4.0
25662026-05-21T16:25:33.458Z Checking whoami v2.1.0
25672026-05-21T16:25:33.476Z Checking unicode-segmentation v1.12.0
25682026-05-21T16:25:33.505Z Checking new_debug_unreachable v1.0.6
25692026-05-21T16:25:33.568Z Checking normalize-line-endings v0.3.0
25702026-05-21T16:25:33.579Z Checking precomputed-hash v0.1.1
25712026-05-21T16:25:33.593Z Checking crossterm v0.28.1
25722026-05-21T16:25:33.626Z Checking hickory-proto v0.25.2
25732026-05-21T16:25:33.651Z Checking tokio-postgres v0.7.16
25742026-05-21T16:25:33.656Z Checking predicates v3.1.4
25752026-05-21T16:25:33.673Z Checking string_cache v0.8.9
25762026-05-21T16:25:33.779Z Checking similar v2.7.0
25772026-05-21T16:25:33.838Z Checking ed25519-dalek v2.2.0
25782026-05-21T16:25:33.953Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
25792026-05-21T16:25:34.066Z Checking petgraph v0.8.3
25802026-05-21T16:25:34.089Z Checking tough v0.22.0
25812026-05-21T16:25:34.156Z Checking petgraph v0.6.5
25822026-05-21T16:25:34.286Z Checking toml_edit v0.22.27
25832026-05-21T16:25:34.897Z Checking slog v2.8.2
25842026-05-21T16:25:35.164Z Checking sha3 v0.10.8
25852026-05-21T16:25:35.333Z Checking toml v0.7.8
25862026-05-21T16:25:35.369Z Checking env_logger v0.11.9
25872026-05-21T16:25:35.381Z Checking usdt v0.6.0
25882026-05-21T16:25:35.418Z Checking zip v4.6.1
25892026-05-21T16:25:35.542Z Checking usdt-impl v0.5.0
25902026-05-21T16:25:35.553Z Checking ecdsa v0.16.9
25912026-05-21T16:25:35.635Z Checking rsa v0.9.10
25922026-05-21T16:25:35.648Z Checking nix v0.31.2
25932026-05-21T16:25:35.990Z Checking reqwest v0.13.2
25942026-05-21T16:25:36.072Z Checking clap v4.5.60
25952026-05-21T16:25:36.098Z Checking zip v0.6.6
25962026-05-21T16:25:36.151Z Checking toml_parser v1.0.9+spec-1.1.0
25972026-05-21T16:25:36.199Z Checking itertools v0.13.0
25982026-05-21T16:25:36.225Z Checking serde_with v3.17.0
25992026-05-21T16:25:36.410Z Checking strum v0.26.3
26002026-05-21T16:25:36.420Z Checking fs-err v3.3.0
26012026-05-21T16:25:36.468Z Checking ahash v0.8.12
26022026-05-21T16:25:36.516Z Checking object v0.37.3
26032026-05-21T16:25:36.630Z Checking tokio-stream v0.1.18
26042026-05-21T16:25:36.657Z Checking buf-list v1.1.2
26052026-05-21T16:25:36.709Z Checking camino v1.2.2
26062026-05-21T16:25:36.712Z Checking anyhow v1.0.102
26072026-05-21T16:25:36.826Z Checking x509-cert v0.2.5
26082026-05-21T16:25:36.837Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
26092026-05-21T16:25:36.906Z Checking openapiv3 v2.2.0
26102026-05-21T16:25:36.968Z Checking sha1 v0.10.6
26112026-05-21T16:25:37.008Z Checking toml_datetime v0.7.5+spec-1.1.0
26122026-05-21T16:25:37.092Z Checking lalrpop-util v0.19.12
26132026-05-21T16:25:37.126Z Checking peg-runtime v0.8.5
26142026-05-21T16:25:37.207Z Checking rayon v1.11.0
26152026-05-21T16:25:37.220Z Checking sigpipe v0.1.3
26162026-05-21T16:25:37.252Z Checking glob v0.3.3
26172026-05-21T16:25:38.692Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26182026-05-21T16:25:38.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.75s
26192026-05-21T16:25:39.130Z
26202026-05-21T16:25:39.130Zinfo: running `cargo check --bins` on internal-dns-types (77/277)
26212026-05-21T16:25:39.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26222026-05-21T16:25:39.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26232026-05-21T16:25:39.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26242026-05-21T16:25:39.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26252026-05-21T16:25:39.733Z
26262026-05-21T16:25:39.733Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/277)
26272026-05-21T16:25:40.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26282026-05-21T16:25:40.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26292026-05-21T16:25:40.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26302026-05-21T16:25:40.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26312026-05-21T16:25:40.319Z
26322026-05-21T16:25:40.319Zinfo: running `cargo check --bins` on nexus-types-versions (79/277)
26332026-05-21T16:25:40.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26342026-05-21T16:25:40.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26352026-05-21T16:25:40.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26362026-05-21T16:25:40.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26372026-05-21T16:25:40.921Z
26382026-05-21T16:25:40.921Zinfo: running `cargo check --bins` on oxql-types (80/277)
26392026-05-21T16:25:41.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26402026-05-21T16:25:41.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26412026-05-21T16:25:41.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26422026-05-21T16:25:41.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26432026-05-21T16:25:41.502Z
26442026-05-21T16:25:41.502Zinfo: running `cargo check --bins` on oximeter-types (81/277)
26452026-05-21T16:25:41.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26462026-05-21T16:25:42.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26472026-05-21T16:25:42.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26482026-05-21T16:25:42.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26492026-05-21T16:25:42.090Z
26502026-05-21T16:25:42.090Zinfo: running `cargo check --bins` on oximeter-types-versions (82/277)
26512026-05-21T16:25:42.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26522026-05-21T16:25:42.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26532026-05-21T16:25:42.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26542026-05-21T16:25:42.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26552026-05-21T16:25:42.676Z
26562026-05-21T16:25:42.676Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/277)
26572026-05-21T16:25:43.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26582026-05-21T16:25:43.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26592026-05-21T16:25:43.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26602026-05-21T16:25:43.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26612026-05-21T16:25:43.254Z
26622026-05-21T16:25:43.254Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/277)
26632026-05-21T16:25:43.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26642026-05-21T16:25:43.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26652026-05-21T16:25:43.935Z Compiling structmeta-derive v0.3.0
26662026-05-21T16:25:44.051Z Compiling rustls v0.22.4
26672026-05-21T16:25:44.059Z Compiling multer v3.1.0
26682026-05-21T16:25:44.070Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26692026-05-21T16:25:44.078Z Compiling async-stream-impl v0.3.6
26702026-05-21T16:25:44.089Z Compiling dropshot v0.17.0
26712026-05-21T16:25:44.103Z Compiling newtype-uuid-macros v0.1.0
26722026-05-21T16:25:44.103Z Compiling dropshot_endpoint v0.17.0
26732026-05-21T16:25:44.223Z Checking newtype-uuid v1.3.2
26742026-05-21T16:25:44.284Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26752026-05-21T16:25:44.347Z Checking rustls-webpki v0.102.8
26762026-05-21T16:25:44.419Z Checking daft v0.1.7
26772026-05-21T16:25:44.437Z Checking thread_local v1.1.9
26782026-05-21T16:25:44.605Z Checking match_cfg v0.1.0
26792026-05-21T16:25:44.649Z Checking compression-core v0.4.31
26802026-05-21T16:25:44.664Z Checking iddqd v0.4.1
26812026-05-21T16:25:44.676Z Checking hostname v0.3.1
26822026-05-21T16:25:44.725Z Checking crossbeam-channel v0.5.15
26832026-05-21T16:25:44.766Z Checking slog-json v2.6.1
26842026-05-21T16:25:44.779Z Checking compression-codecs v0.4.37
26852026-05-21T16:25:44.852Z Checking toml_datetime v1.0.0+spec-1.1.0
26862026-05-21T16:25:44.918Z Checking is-terminal v0.4.17
26872026-05-21T16:25:44.938Z Checking serde_spanned v1.0.4
26882026-05-21T16:25:45.007Z Checking take_mut v0.2.2
26892026-05-21T16:25:45.049Z Checking term v1.2.1
26902026-05-21T16:25:45.049Z Checking debug-ignore v1.0.5
26912026-05-21T16:25:45.073Z Checking toml_writer v1.0.6+spec-1.1.0
26922026-05-21T16:25:45.096Z Compiling structmeta v0.3.0
26932026-05-21T16:25:45.108Z Checking slog-async v2.8.0
26942026-05-21T16:25:45.156Z Checking async-compression v0.4.41
26952026-05-21T16:25:45.244Z Checking toml v1.0.6+spec-1.1.0
26962026-05-21T16:25:45.265Z Checking slog-term v2.9.2
26972026-05-21T16:25:45.277Z Checking slog-bunyan v2.5.0
26982026-05-21T16:25:45.301Z Compiling derive-ex v0.1.8
26992026-05-21T16:25:45.385Z Compiling parse-display-derive v0.10.0
27002026-05-21T16:25:45.398Z Checking async-stream v0.3.6
27012026-05-21T16:25:45.515Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27022026-05-21T16:25:45.526Z Checking progenitor-client v0.14.0
27032026-05-21T16:25:45.560Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27042026-05-21T16:25:45.617Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27052026-05-21T16:25:45.745Z Checking waitgroup v0.1.2
27062026-05-21T16:25:45.759Z Checking backon v1.6.0
27072026-05-21T16:25:45.812Z Checking rustls-pemfile v2.2.0
27082026-05-21T16:25:45.856Z Checking serde_path_to_error v0.1.20
27092026-05-21T16:25:45.859Z Checking hostname v0.4.2
27102026-05-21T16:25:45.918Z Checking instant v0.1.13
27112026-05-21T16:25:46.001Z Checking backoff v0.4.0
27122026-05-21T16:25:46.116Z Checking progenitor-extras v0.2.0
27132026-05-21T16:25:46.133Z Checking tokio-rustls v0.25.0
27142026-05-21T16:25:46.163Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27152026-05-21T16:25:46.177Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27162026-05-21T16:25:46.349Z Checking itertools v0.14.0
27172026-05-21T16:25:46.367Z Checking progenitor-client v0.10.0
27182026-05-21T16:25:46.534Z Checking regress v0.10.5
27192026-05-21T16:25:46.588Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27202026-05-21T16:25:46.800Z Checking macaddr v1.0.1
27212026-05-21T16:25:46.956Z Compiling test-strategy v0.4.5
27222026-05-21T16:25:47.045Z Checking parse-display v0.10.0
27232026-05-21T16:25:47.124Z Checking humantime v2.3.0
27242026-05-21T16:25:48.130Z Compiling prettyplease v0.2.37
27252026-05-21T16:25:48.404Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27262026-05-21T16:25:48.593Z Checking num-rational v0.4.2
27272026-05-21T16:25:48.771Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27282026-05-21T16:25:49.022Z Checking num-complex v0.4.6
27292026-05-21T16:25:49.782Z Compiling num v0.4.3
27302026-05-21T16:25:49.853Z Compiling usdt-macro v0.5.0
27312026-05-21T16:25:49.867Z Compiling usdt-attr-macro v0.5.0
27322026-05-21T16:25:49.880Z Checking memmap v0.7.0
27332026-05-21T16:25:49.902Z Compiling float-ord v0.3.2
27342026-05-21T16:25:50.007Z Compiling convert_case v0.4.0
27352026-05-21T16:25:50.019Z Checking unicode-width v0.2.0
27362026-05-21T16:25:50.268Z Checking console v0.15.11
27372026-05-21T16:25:50.392Z Compiling derive_more v0.99.20
27382026-05-21T16:25:50.552Z Checking newline-converter v0.3.0
27392026-05-21T16:25:50.573Z Checking atomicwrites v0.4.4
27402026-05-21T16:25:50.640Z Checking usdt v0.5.0
27412026-05-21T16:25:50.659Z Compiling toml v0.8.23
27422026-05-21T16:25:50.700Z Compiling minimal-lexical v0.2.1
27432026-05-21T16:25:50.805Z Checking linked-hash-map v0.5.6
27442026-05-21T16:25:50.951Z Compiling nom v7.1.3
27452026-05-21T16:25:50.975Z Checking lru-cache v0.1.2
27462026-05-21T16:25:51.098Z Checking expectorate v1.2.0
27472026-05-21T16:25:51.592Z Checking camino-tempfile v1.4.1
27482026-05-21T16:25:51.732Z Checking hickory-proto v0.24.4
27492026-05-21T16:25:51.756Z Checking phf_shared v0.12.1
27502026-05-21T16:25:51.901Z Compiling slog-dtrace v0.3.0
27512026-05-21T16:25:51.999Z Checking heck v0.5.0
27522026-05-21T16:25:52.090Z Checking resolv-conf v0.7.6
27532026-05-21T16:25:52.126Z Compiling chrono-tz v0.10.4
27542026-05-21T16:25:52.259Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27552026-05-21T16:25:52.322Z Compiling const_format_proc_macros v0.2.34
27562026-05-21T16:25:52.326Z Checking phf v0.12.1
27572026-05-21T16:25:52.356Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27582026-05-21T16:25:52.474Z Checking tokio-dtrace v0.1.1
27592026-05-21T16:25:52.660Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27602026-05-21T16:25:52.728Z Compiling derive-where v1.6.0
27612026-05-21T16:25:52.921Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27622026-05-21T16:25:53.185Z Checking highway v1.3.0
27632026-05-21T16:25:53.418Z Checking const_format v0.2.35
27642026-05-21T16:25:53.512Z Checking hickory-resolver v0.24.4
27652026-05-21T16:25:53.650Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27662026-05-21T16:25:53.738Z Checking oxide-tokio-rt v0.1.4
27672026-05-21T16:25:53.843Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27682026-05-21T16:25:54.049Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27692026-05-21T16:25:54.120Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27702026-05-21T16:25:54.140Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27712026-05-21T16:25:54.233Z Checking qorb v0.4.1
27722026-05-21T16:25:54.247Z Checking gethostname v0.5.0
27732026-05-21T16:25:54.332Z Checking bcs v0.1.6
27742026-05-21T16:25:54.385Z Checking termtree v0.5.1
27752026-05-21T16:25:57.628Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27762026-05-21T16:26:00.293Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27772026-05-21T16:26:02.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.13s
27782026-05-21T16:26:02.570Z
27792026-05-21T16:26:02.570Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/277)
27802026-05-21T16:26:03.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27812026-05-21T16:26:03.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27822026-05-21T16:26:03.239Z Compiling ar_archive_writer v0.5.1
27832026-05-21T16:26:03.350Z Compiling stacker v0.1.23
27842026-05-21T16:26:03.356Z Compiling cfg_aliases v0.1.1
27852026-05-21T16:26:03.363Z Compiling convert_case v0.10.0
27862026-05-21T16:26:03.363Z Checking unicode-width v0.1.14
27872026-05-21T16:26:03.378Z Compiling proc-macro-error v1.0.4
27882026-05-21T16:26:03.389Z Checking fd-lock v4.0.4
27892026-05-21T16:26:03.389Z Checking nibble_vec v0.1.0
27902026-05-21T16:26:03.411Z Compiling nix v0.28.0
27912026-05-21T16:26:03.499Z Checking vte v0.14.1
27922026-05-21T16:26:03.513Z Compiling recursive-proc-macro-impl v0.1.1
27932026-05-21T16:26:03.601Z Checking endian-type v0.1.2
27942026-05-21T16:26:03.612Z Checking bytecount v0.6.9
27952026-05-21T16:26:03.643Z Compiling derive_more-impl v2.1.1
27962026-05-21T16:26:03.648Z Checking strip-ansi-escapes v0.2.1
27972026-05-21T16:26:03.667Z Compiling tabled_derive v0.7.0
27982026-05-21T16:26:03.722Z Checking radix_trie v0.2.1
27992026-05-21T16:26:03.742Z Checking papergrid v0.11.0
28002026-05-21T16:26:03.764Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28012026-05-21T16:26:03.905Z Compiling peg-macros v0.8.5
28022026-05-21T16:26:03.929Z Checking winnow v0.6.26
28032026-05-21T16:26:04.166Z Compiling psm v0.1.30
28042026-05-21T16:26:04.224Z Compiling sqlparser_derive v0.5.0
28052026-05-21T16:26:04.332Z Checking nu-ansi-term v0.50.3
28062026-05-21T16:26:04.469Z Checking derive_more v2.1.1
28072026-05-21T16:26:04.547Z Checking home v0.5.12
28082026-05-21T16:26:04.579Z Checking unicode_categories v0.1.1
28092026-05-21T16:26:04.652Z Checking reedline v0.40.0
28102026-05-21T16:26:04.682Z Checking tabled v0.15.0
28112026-05-21T16:26:04.693Z Checking rustyline v14.0.0
28122026-05-21T16:26:04.731Z Checking crossterm v0.29.0
28132026-05-21T16:26:04.943Z Checking recursive v0.1.1
28142026-05-21T16:26:05.037Z Checking sqlparser v0.61.0
28152026-05-21T16:26:05.054Z Checking display-error-chain v0.2.2
28162026-05-21T16:26:05.104Z Checking sqlformat v0.3.5
28172026-05-21T16:26:05.312Z Checking peg v0.8.5
28182026-05-21T16:26:16.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.52s
28192026-05-21T16:26:16.274Z
28202026-05-21T16:26:16.274Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/277)
28212026-05-21T16:26:16.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28222026-05-21T16:26:16.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28232026-05-21T16:26:16.957Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28242026-05-21T16:26:20.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s
28252026-05-21T16:26:20.565Z
28262026-05-21T16:26:20.565Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/277)
28272026-05-21T16:26:21.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282026-05-21T16:26:21.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292026-05-21T16:26:21.242Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28302026-05-21T16:26:23.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s
28312026-05-21T16:26:23.848Z
28322026-05-21T16:26:23.848Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/277)
28332026-05-21T16:26:24.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342026-05-21T16:26:24.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352026-05-21T16:26:24.509Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28362026-05-21T16:26:27.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.85s
28372026-05-21T16:26:27.887Z
28382026-05-21T16:26:27.887Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/277)
28392026-05-21T16:26:28.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402026-05-21T16:26:28.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412026-05-21T16:26:28.554Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28422026-05-21T16:26:31.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.88s
28432026-05-21T16:26:31.978Z
28442026-05-21T16:26:31.978Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/277)
28452026-05-21T16:26:32.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462026-05-21T16:26:32.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472026-05-21T16:26:32.642Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28482026-05-21T16:26:35.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
28492026-05-21T16:26:35.403Z
28502026-05-21T16:26:35.403Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/277)
28512026-05-21T16:26:35.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522026-05-21T16:26:35.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532026-05-21T16:26:36.073Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28542026-05-21T16:26:38.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
28552026-05-21T16:26:38.874Z
28562026-05-21T16:26:38.874Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/277)
28572026-05-21T16:26:39.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582026-05-21T16:26:39.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592026-05-21T16:26:39.548Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28602026-05-21T16:26:42.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.02s
28612026-05-21T16:26:43.098Z
28622026-05-21T16:26:43.098Zinfo: running `cargo check --bins` on oximeter (93/277)
28632026-05-21T16:26:43.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642026-05-21T16:26:43.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652026-05-21T16:26:43.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28662026-05-21T16:26:43.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
28672026-05-21T16:26:43.688Z
28682026-05-21T16:26:43.688Zinfo: running `cargo check --bins` on oximeter-schema (94/277)
28692026-05-21T16:26:44.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702026-05-21T16:26:44.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712026-05-21T16:26:44.317Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28722026-05-21T16:26:44.482Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28732026-05-21T16:26:44.485Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28742026-05-21T16:26:44.815Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28752026-05-21T16:26:47.653Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28762026-05-21T16:26:48.844Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28772026-05-21T16:26:49.005Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28782026-05-21T16:26:49.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.98s
28792026-05-21T16:26:49.851Z
28802026-05-21T16:26:49.851Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/277)
28812026-05-21T16:26:50.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822026-05-21T16:26:50.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832026-05-21T16:26:50.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28842026-05-21T16:26:50.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28852026-05-21T16:26:50.442Z
28862026-05-21T16:26:50.443Zinfo: running `cargo check --bins` on oximeter-test-utils (96/277)
28872026-05-21T16:26:50.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882026-05-21T16:26:50.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892026-05-21T16:26:50.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28902026-05-21T16:26:50.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28912026-05-21T16:26:51.072Z
28922026-05-21T16:26:51.072Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/277)
28932026-05-21T16:26:51.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942026-05-21T16:26:51.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952026-05-21T16:26:51.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962026-05-21T16:26:51.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28972026-05-21T16:26:51.669Z
28982026-05-21T16:26:51.669Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/277)
28992026-05-21T16:26:52.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002026-05-21T16:26:52.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012026-05-21T16:26:52.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29022026-05-21T16:26:52.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29032026-05-21T16:26:52.267Z
29042026-05-21T16:26:52.268Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/277)
29052026-05-21T16:26:52.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062026-05-21T16:26:52.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072026-05-21T16:26:52.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29082026-05-21T16:26:52.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29092026-05-21T16:26:52.862Z
29102026-05-21T16:26:52.862Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/277)
29112026-05-21T16:26:53.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122026-05-21T16:26:53.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132026-05-21T16:26:53.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29142026-05-21T16:26:53.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29152026-05-21T16:26:53.457Z
29162026-05-21T16:26:53.458Zinfo: running `cargo check --bins` on trust-quorum-types (101/277)
29172026-05-21T16:26:53.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182026-05-21T16:26:53.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192026-05-21T16:26:53.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29202026-05-21T16:26:53.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29212026-05-21T16:26:54.034Z
29222026-05-21T16:26:54.034Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/277)
29232026-05-21T16:26:54.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242026-05-21T16:26:54.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252026-05-21T16:26:54.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29262026-05-21T16:26:54.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29272026-05-21T16:26:54.630Z
29282026-05-21T16:26:54.630Zinfo: running `cargo check --bins` on update-engine (103/277)
29292026-05-21T16:26:55.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302026-05-21T16:26:55.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312026-05-21T16:26:55.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29322026-05-21T16:26:55.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29332026-05-21T16:26:55.209Z
29342026-05-21T16:26:55.209Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/277)
29352026-05-21T16:26:55.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362026-05-21T16:26:55.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372026-05-21T16:26:55.920Z Compiling crucible-workspace-hack v0.1.0
29382026-05-21T16:26:56.038Z Checking secrecy v0.10.3
29392026-05-21T16:26:56.044Z Compiling heapless v0.8.0
29402026-05-21T16:26:56.051Z Compiling ingot-macros v0.1.1
29412026-05-21T16:26:56.058Z Compiling toml_edit v0.23.10+spec-1.0.0
29422026-05-21T16:26:56.061Z Checking hash32 v0.3.1
29432026-05-21T16:26:56.078Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29442026-05-21T16:26:56.078Z Compiling smoltcp v0.11.0
29452026-05-21T16:26:56.138Z Checking cobs v0.3.0
29462026-05-21T16:26:56.184Z Compiling thiserror-impl-no-std v2.0.2
29472026-05-21T16:26:56.284Z Checking universal-hash v0.5.1
29482026-05-21T16:26:56.284Z Checking half v2.7.1
29492026-05-21T16:26:56.312Z Checking ciborium-io v0.2.2
29502026-05-21T16:26:56.407Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29512026-05-21T16:26:56.435Z Checking opaque-debug v0.3.1
29522026-05-21T16:26:56.450Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29532026-05-21T16:26:56.501Z Checking poly1305 v0.8.0
29542026-05-21T16:26:56.546Z Checking ciborium-ll v0.2.2
29552026-05-21T16:26:56.586Z Compiling proc-macro-crate v3.4.0
29562026-05-21T16:26:56.732Z Checking postcard v1.1.3
29572026-05-21T16:26:56.748Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29582026-05-21T16:26:56.761Z Checking password-hash v0.5.0
29592026-05-21T16:26:56.984Z Checking chacha20 v0.9.1
29602026-05-21T16:26:57.010Z Compiling proc-macro-crate v1.3.1
29612026-05-21T16:26:57.024Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29622026-05-21T16:26:57.081Z Checking blake2 v0.10.6
29632026-05-21T16:26:57.135Z Compiling num_enum_derive v0.7.5
29642026-05-21T16:26:57.173Z Checking aead v0.5.2
29652026-05-21T16:26:57.254Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29662026-05-21T16:26:57.314Z Compiling foreign-types-macros v0.2.3
29672026-05-21T16:26:57.314Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29682026-05-21T16:26:57.339Z Checking thiserror-no-std v2.0.2
29692026-05-21T16:26:57.422Z Checking foreign-types-shared v0.3.1
29702026-05-21T16:26:57.434Z Checking cpufeatures v0.3.0
29712026-05-21T16:26:57.460Z Compiling num_enum_derive v0.5.11
29722026-05-21T16:26:57.506Z Checking chacha20 v0.10.0
29732026-05-21T16:26:57.520Z Checking vsss-rs v3.3.4
29742026-05-21T16:26:57.580Z Checking argon2 v0.5.3
29752026-05-21T16:26:57.718Z Checking chacha20poly1305 v0.10.1
29762026-05-21T16:26:57.845Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29772026-05-21T16:26:57.892Z Checking foreign-types v0.5.0
29782026-05-21T16:26:57.970Z Checking ciborium v0.2.2
29792026-05-21T16:26:58.054Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29802026-05-21T16:26:58.132Z Checking tabwriter v1.4.1
29812026-05-21T16:26:58.166Z Checking num_enum v0.7.5
29822026-05-21T16:26:58.275Z Checking byte-wrapper v0.1.0
29832026-05-21T16:26:58.289Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29842026-05-21T16:26:58.335Z Checking cstr-argument v0.1.2
29852026-05-21T16:26:58.376Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29862026-05-21T16:26:58.453Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29872026-05-21T16:26:58.474Z Checking num_enum v0.5.11
29882026-05-21T16:26:58.487Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29892026-05-21T16:26:58.586Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29902026-05-21T16:26:58.614Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29912026-05-21T16:26:58.654Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29922026-05-21T16:26:58.705Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29932026-05-21T16:26:58.754Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29942026-05-21T16:26:58.807Z Checking rand v0.10.0
29952026-05-21T16:26:58.810Z Checking ingot-types v0.1.2
29962026-05-21T16:26:58.833Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29972026-05-21T16:26:58.836Z Checking indent_write v2.2.0
29982026-05-21T16:26:58.949Z Checking colored v3.1.1
29992026-05-21T16:26:58.974Z Compiling zone_cfg_derive v0.3.1
30002026-05-21T16:26:59.102Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30012026-05-21T16:26:59.141Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30022026-05-21T16:26:59.156Z Checking itertools v0.12.1
30032026-05-21T16:26:59.175Z Checking ingot v0.1.1
30042026-05-21T16:26:59.258Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30052026-05-21T16:26:59.271Z Compiling num-derive v0.4.2
30062026-05-21T16:26:59.312Z Checking swrite v0.1.0
30072026-05-21T16:26:59.371Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30082026-05-21T16:26:59.400Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30092026-05-21T16:26:59.571Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30102026-05-21T16:26:59.659Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30112026-05-21T16:26:59.725Z Checking dropshot-api-manager-types v0.7.2
30122026-05-21T16:26:59.739Z Checking smf v0.2.3
30132026-05-21T16:26:59.762Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30142026-05-21T16:26:59.777Z Checking nanorand v0.7.0
30152026-05-21T16:26:59.891Z Checking whoami v1.6.1
30162026-05-21T16:26:59.968Z Checking flume v0.11.1
30172026-05-21T16:26:59.968Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30182026-05-21T16:27:00.191Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30192026-05-21T16:27:00.207Z Checking zone v0.3.1
30202026-05-21T16:27:00.773Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30212026-05-21T16:27:01.718Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30222026-05-21T16:27:02.586Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30232026-05-21T16:27:05.803Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30242026-05-21T16:27:07.816Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30252026-05-21T16:27:08.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.70s
30262026-05-21T16:27:09.100Z
30272026-05-21T16:27:09.100Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/277)
30282026-05-21T16:27:09.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292026-05-21T16:27:09.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302026-05-21T16:27:09.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30312026-05-21T16:27:09.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30322026-05-21T16:27:09.698Z
30332026-05-21T16:27:09.698Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/277)
30342026-05-21T16:27:10.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-05-21T16:27:10.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-05-21T16:27:10.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372026-05-21T16:27:10.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30382026-05-21T16:27:10.297Z
30392026-05-21T16:27:10.297Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/277)
30402026-05-21T16:27:10.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-05-21T16:27:10.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-05-21T16:27:10.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-05-21T16:27:10.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30442026-05-21T16:27:10.901Z
30452026-05-21T16:27:10.901Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/277)
30462026-05-21T16:27:11.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-05-21T16:27:11.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-05-21T16:27:11.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-05-21T16:27:11.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30502026-05-21T16:27:11.503Z
30512026-05-21T16:27:11.504Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/277)
30522026-05-21T16:27:12.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-05-21T16:27:12.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-05-21T16:27:12.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-05-21T16:27:12.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30562026-05-21T16:27:12.108Z
30572026-05-21T16:27:12.108Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/277)
30582026-05-21T16:27:12.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-05-21T16:27:12.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-05-21T16:27:12.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-05-21T16:27:12.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30622026-05-21T16:27:12.710Z
30632026-05-21T16:27:12.710Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/277)
30642026-05-21T16:27:13.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-05-21T16:27:13.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-05-21T16:27:13.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-05-21T16:27:13.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30682026-05-21T16:27:13.317Z
30692026-05-21T16:27:13.317Zinfo: running `cargo check --bins` on cockroach-admin-client (112/277)
30702026-05-21T16:27:13.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-05-21T16:27:13.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-05-21T16:27:13.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-05-21T16:27:13.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30742026-05-21T16:27:13.912Z
30752026-05-21T16:27:13.912Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/277)
30762026-05-21T16:27:14.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-05-21T16:27:14.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-05-21T16:27:14.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-05-21T16:27:14.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30802026-05-21T16:27:14.514Z
30812026-05-21T16:27:14.514Zinfo: running `cargo check --bins` on dns-service-client (114/277)
30822026-05-21T16:27:15.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-05-21T16:27:15.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-05-21T16:27:15.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-05-21T16:27:15.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30862026-05-21T16:27:15.121Z
30872026-05-21T16:27:15.121Zinfo: running `cargo check --bins` on installinator-client (115/277)
30882026-05-21T16:27:15.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-05-21T16:27:15.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-05-21T16:27:15.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-05-21T16:27:15.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30922026-05-21T16:27:15.726Z
30932026-05-21T16:27:15.727Zinfo: running `cargo check --bins` on nexus-client (116/277)
30942026-05-21T16:27:16.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-05-21T16:27:16.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-05-21T16:27:16.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-05-21T16:27:16.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30982026-05-21T16:27:16.363Z
30992026-05-21T16:27:16.363Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/277)
31002026-05-21T16:27:16.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-05-21T16:27:16.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-05-21T16:27:16.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-05-21T16:27:16.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31042026-05-21T16:27:16.997Z
31052026-05-21T16:27:16.998Zinfo: running `cargo check --bins` on ntp-admin-client (118/277)
31062026-05-21T16:27:17.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-05-21T16:27:17.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-05-21T16:27:17.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-05-21T16:27:17.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31102026-05-21T16:27:17.585Z
31112026-05-21T16:27:17.585Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/277)
31122026-05-21T16:27:18.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-05-21T16:27:18.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-05-21T16:27:18.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-05-21T16:27:18.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31162026-05-21T16:27:18.173Z
31172026-05-21T16:27:18.174Zinfo: running `cargo check --bins` on oxide-client (120/277)
31182026-05-21T16:27:18.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-05-21T16:27:18.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-05-21T16:27:18.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-05-21T16:27:18.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31222026-05-21T16:27:18.759Z
31232026-05-21T16:27:18.759Zinfo: running `cargo check --bins` on oximeter-client (121/277)
31242026-05-21T16:27:19.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-05-21T16:27:19.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-05-21T16:27:19.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-05-21T16:27:19.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31282026-05-21T16:27:19.357Z
31292026-05-21T16:27:19.357Zinfo: running `cargo check --bins` on repo-depot-client (122/277)
31302026-05-21T16:27:19.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-05-21T16:27:19.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-05-21T16:27:19.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-05-21T16:27:19.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31342026-05-21T16:27:19.948Z
31352026-05-21T16:27:19.948Zinfo: running `cargo check --bins` on sled-agent-client (123/277)
31362026-05-21T16:27:20.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-05-21T16:27:20.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-05-21T16:27:20.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-05-21T16:27:20.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31402026-05-21T16:27:20.557Z
31412026-05-21T16:27:20.558Zinfo: running `cargo check --bins` on wicketd-client (124/277)
31422026-05-21T16:27:21.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-05-21T16:27:21.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-05-21T16:27:21.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-05-21T16:27:21.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31462026-05-21T16:27:21.191Z
31472026-05-21T16:27:21.191Zinfo: running `cargo check --bins` on installinator-common (125/277)
31482026-05-21T16:27:21.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-05-21T16:27:21.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-05-21T16:27:21.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-05-21T16:27:21.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31522026-05-21T16:27:21.813Z
31532026-05-21T16:27:21.813Zinfo: running `cargo check --bins` on installinator-common-versions (126/277)
31542026-05-21T16:27:22.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-05-21T16:27:22.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-05-21T16:27:22.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-05-21T16:27:22.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31582026-05-21T16:27:22.401Z
31592026-05-21T16:27:22.401Zinfo: running `cargo check --bins` on wicket-common (127/277)
31602026-05-21T16:27:22.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-05-21T16:27:22.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-05-21T16:27:22.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-05-21T16:27:22.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31642026-05-21T16:27:23.019Z
31652026-05-21T16:27:23.019Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/277)
31662026-05-21T16:27:23.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-05-21T16:27:23.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-05-21T16:27:23.709Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31692026-05-21T16:27:23.824Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31702026-05-21T16:27:23.832Z Checking csv-core v0.1.13
31712026-05-21T16:27:23.839Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31722026-05-21T16:27:23.845Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31732026-05-21T16:27:23.856Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31742026-05-21T16:27:23.864Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31752026-05-21T16:27:23.876Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31762026-05-21T16:27:23.992Z Checking csv v1.4.0
31772026-05-21T16:27:24.015Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31782026-05-21T16:27:24.029Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31792026-05-21T16:27:24.054Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31802026-05-21T16:27:24.082Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31812026-05-21T16:27:24.331Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31822026-05-21T16:27:24.692Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31832026-05-21T16:27:24.692Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31842026-05-21T16:27:25.007Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31852026-05-21T16:27:30.799Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31862026-05-21T16:27:31.328Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31872026-05-21T16:27:33.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.62s
31882026-05-21T16:27:33.842Z
31892026-05-21T16:27:33.842Zinfo: running `cargo check --bins` on cockroach-admin-api (129/277)
31902026-05-21T16:27:34.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31912026-05-21T16:27:34.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31922026-05-21T16:27:34.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31932026-05-21T16:27:34.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31942026-05-21T16:27:34.439Z
31952026-05-21T16:27:34.439Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/277)
31962026-05-21T16:27:35.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31972026-05-21T16:27:35.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31982026-05-21T16:27:35.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31992026-05-21T16:27:35.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32002026-05-21T16:27:35.117Z
32012026-05-21T16:27:35.117Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/277)
32022026-05-21T16:27:35.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032026-05-21T16:27:35.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042026-05-21T16:27:35.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052026-05-21T16:27:35.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32062026-05-21T16:27:35.795Z
32072026-05-21T16:27:35.795Zinfo: running `cargo check --bins` on gateway-test-utils (132/277)
32082026-05-21T16:27:36.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-05-21T16:27:36.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-05-21T16:27:36.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112026-05-21T16:27:36.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32122026-05-21T16:27:36.438Z
32132026-05-21T16:27:36.438Zinfo: running `cargo check --bins` on omicron-gateway (133/277)
32142026-05-21T16:27:36.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152026-05-21T16:27:36.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162026-05-21T16:27:37.199Z Compiling regress v0.11.1
32172026-05-21T16:27:37.338Z Compiling unsafe-libyaml v0.2.11
32182026-05-21T16:27:37.350Z Compiling semver v0.1.20
32192026-05-21T16:27:37.362Z Compiling radium v0.7.0
32202026-05-21T16:27:37.376Z Checking tap v1.0.1
32212026-05-21T16:27:37.379Z Compiling maybe-uninit v2.0.0
32222026-05-21T16:27:37.402Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32232026-05-21T16:27:37.477Z Checking wyz v0.5.1
32242026-05-21T16:27:37.625Z Compiling rustc_version v0.1.7
32252026-05-21T16:27:37.651Z Checking progenitor-client v0.13.0
32262026-05-21T16:27:37.697Z Compiling zerocopy-derive v0.6.6
32272026-05-21T16:27:37.808Z Compiling packed_struct v0.10.1
32282026-05-21T16:27:37.843Z Compiling serde_yaml v0.9.34+deprecated
32292026-05-21T16:27:37.889Z Compiling newtype_derive v0.1.6
32302026-05-21T16:27:38.056Z Compiling cancel-safe-futures v0.1.5
32312026-05-21T16:27:38.071Z Checking crc-catalog v2.4.0
32322026-05-21T16:27:38.078Z Compiling owo-colors v4.3.0
32332026-05-21T16:27:38.216Z Checking funty v2.0.0
32342026-05-21T16:27:38.326Z Checking crc v3.4.0
32352026-05-21T16:27:38.537Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32362026-05-21T16:27:38.551Z Checking zerocopy v0.6.6
32372026-05-21T16:27:38.554Z Checking bitvec v1.0.1
32382026-05-21T16:27:38.589Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32392026-05-21T16:27:38.754Z Checking typify-impl v0.6.2
32402026-05-21T16:27:38.863Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32412026-05-21T16:27:38.925Z Compiling packed_struct_codegen v0.10.1
32422026-05-21T16:27:39.071Z Checking libsw-core v0.3.2
32432026-05-21T16:27:39.117Z Compiling bitfield-macros v0.19.4
32442026-05-21T16:27:39.216Z Compiling indexmap v1.9.3
32452026-05-21T16:27:39.283Z Checking nodrop v0.1.14
32462026-05-21T16:27:39.379Z Checking array-init v0.0.4
32472026-05-21T16:27:39.450Z Checking libsw v3.5.0
32482026-05-21T16:27:39.607Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32492026-05-21T16:27:39.688Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32502026-05-21T16:27:39.833Z Checking bitfield v0.19.4
32512026-05-21T16:27:39.867Z Checking smallvec v0.6.14
32522026-05-21T16:27:39.904Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32532026-05-21T16:27:40.055Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32542026-05-21T16:27:40.108Z Checking base64 v0.21.7
32552026-05-21T16:27:40.178Z Checking tagptr v0.2.0
32562026-05-21T16:27:40.255Z Checking smawk v0.3.2
32572026-05-21T16:27:40.316Z Checking unicode-linebreak v0.1.5
32582026-05-21T16:27:40.319Z Checking hashbrown v0.12.3
32592026-05-21T16:27:40.344Z Checking linear-map v1.2.0
32602026-05-21T16:27:40.383Z Checking ron v0.8.1
32612026-05-21T16:27:40.507Z Checking moka v0.12.13
32622026-05-21T16:27:40.521Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32632026-05-21T16:27:40.521Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32642026-05-21T16:27:40.546Z Checking textwrap v0.16.2
32652026-05-21T16:27:40.686Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32662026-05-21T16:27:40.755Z Checking serde-hex v0.1.0
32672026-05-21T16:27:40.891Z Checking steno v0.4.1
32682026-05-21T16:27:41.046Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32692026-05-21T16:27:41.076Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32702026-05-21T16:27:41.126Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32712026-05-21T16:27:41.204Z Checking hashbrown v0.13.2
32722026-05-21T16:27:41.475Z Checking crc-any v2.5.0
32732026-05-21T16:27:41.627Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32742026-05-21T16:27:41.654Z Checking object v0.30.4
32752026-05-21T16:27:41.688Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32762026-05-21T16:27:41.762Z Checking hickory-resolver v0.25.2
32772026-05-21T16:27:41.832Z Checking void v1.0.2
32782026-05-21T16:27:41.853Z Checking utf-8 v0.7.6
32792026-05-21T16:27:41.870Z Checking half v1.8.3
32802026-05-21T16:27:41.937Z Checking path-slash v0.1.5
32812026-05-21T16:27:41.990Z Checking tungstenite v0.23.0
32822026-05-21T16:27:42.041Z Checking lzss v0.8.2
32832026-05-21T16:27:42.066Z Checking serde_cbor v0.11.2
32842026-05-21T16:27:42.241Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32852026-05-21T16:27:42.363Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32862026-05-21T16:27:42.394Z Checking nix v0.27.1
32872026-05-21T16:27:42.408Z Checking kstat-rs v0.2.4
32882026-05-21T16:27:42.438Z Checking fxhash v0.2.1
32892026-05-21T16:27:42.451Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32902026-05-21T16:27:42.556Z Checking serde_bytes v0.11.19
32912026-05-21T16:27:42.589Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32922026-05-21T16:27:42.604Z Checking tokio-tungstenite v0.23.1
32932026-05-21T16:27:42.725Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32942026-05-21T16:27:42.856Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32952026-05-21T16:27:42.871Z Checking signal-hook-tokio v0.3.1
32962026-05-21T16:27:43.176Z Compiling typify-macro v0.6.2
32972026-05-21T16:27:43.949Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32982026-05-21T16:27:44.299Z Compiling typify v0.6.2
32992026-05-21T16:27:44.396Z Compiling progenitor-impl v0.13.0
33002026-05-21T16:27:44.396Z Compiling progenitor-impl v0.14.0
33012026-05-21T16:27:44.857Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33022026-05-21T16:27:45.185Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
33032026-05-21T16:27:45.991Z Compiling progenitor-macro v0.14.0
33042026-05-21T16:27:46.005Z Compiling progenitor-macro v0.13.0
33052026-05-21T16:27:48.564Z Checking progenitor v0.13.0
33062026-05-21T16:27:48.567Z Checking progenitor v0.14.0
33072026-05-21T16:27:48.701Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33082026-05-21T16:27:48.704Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33092026-05-21T16:27:51.692Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33102026-05-21T16:27:59.375Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33112026-05-21T16:28:05.646Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33122026-05-21T16:28:07.002Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33132026-05-21T16:28:07.507Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33142026-05-21T16:28:09.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.16s
33152026-05-21T16:28:09.809Z
33162026-05-21T16:28:09.810Zinfo: running `cargo check --bins` on gateway-api (134/277)
33172026-05-21T16:28:10.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182026-05-21T16:28:10.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192026-05-21T16:28:10.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33202026-05-21T16:28:10.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33212026-05-21T16:28:10.414Z
33222026-05-21T16:28:10.414Zinfo: running `cargo check --bins` on ipcc (135/277)
33232026-05-21T16:28:10.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242026-05-21T16:28:10.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252026-05-21T16:28:10.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262026-05-21T16:28:10.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33272026-05-21T16:28:11.021Z
33282026-05-21T16:28:11.021Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/277)
33292026-05-21T16:28:11.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-05-21T16:28:11.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-05-21T16:28:11.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-05-21T16:28:11.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33332026-05-21T16:28:11.616Z
33342026-05-21T16:28:11.616Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/277)
33352026-05-21T16:28:12.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-05-21T16:28:12.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-05-21T16:28:12.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-05-21T16:28:12.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33392026-05-21T16:28:12.225Z
33402026-05-21T16:28:12.225Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/277)
33412026-05-21T16:28:12.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-05-21T16:28:12.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-05-21T16:28:12.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-05-21T16:28:12.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33452026-05-21T16:28:12.832Z
33462026-05-21T16:28:12.832Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/277)
33472026-05-21T16:28:13.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-05-21T16:28:13.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-05-21T16:28:13.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-05-21T16:28:13.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33512026-05-21T16:28:13.441Z
33522026-05-21T16:28:13.441Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/277)
33532026-05-21T16:28:13.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-05-21T16:28:13.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-05-21T16:28:13.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-05-21T16:28:13.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33572026-05-21T16:28:14.048Z
33582026-05-21T16:28:14.048Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/277)
33592026-05-21T16:28:14.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-05-21T16:28:14.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-05-21T16:28:14.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-05-21T16:28:14.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33632026-05-21T16:28:14.652Z
33642026-05-21T16:28:14.652Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/277)
33652026-05-21T16:28:15.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-05-21T16:28:15.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-05-21T16:28:15.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-05-21T16:28:15.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33692026-05-21T16:28:15.260Z
33702026-05-21T16:28:15.260Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/277)
33712026-05-21T16:28:15.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-05-21T16:28:15.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-05-21T16:28:15.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-05-21T16:28:15.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33752026-05-21T16:28:15.863Z
33762026-05-21T16:28:15.863Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/277)
33772026-05-21T16:28:16.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-05-21T16:28:16.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-05-21T16:28:16.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-05-21T16:28:16.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33812026-05-21T16:28:16.462Z
33822026-05-21T16:28:16.462Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/277)
33832026-05-21T16:28:16.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-05-21T16:28:16.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-05-21T16:28:16.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-05-21T16:28:16.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33872026-05-21T16:28:17.073Z
33882026-05-21T16:28:17.073Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/277)
33892026-05-21T16:28:17.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-05-21T16:28:17.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-05-21T16:28:17.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-05-21T16:28:17.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33932026-05-21T16:28:17.671Z
33942026-05-21T16:28:17.671Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/277)
33952026-05-21T16:28:18.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-05-21T16:28:18.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-05-21T16:28:18.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-05-21T16:28:18.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33992026-05-21T16:28:18.276Z
34002026-05-21T16:28:18.277Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/277)
34012026-05-21T16:28:18.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-05-21T16:28:18.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-05-21T16:28:18.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-05-21T16:28:18.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34052026-05-21T16:28:18.880Z
34062026-05-21T16:28:18.880Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/277)
34072026-05-21T16:28:19.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-05-21T16:28:19.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-05-21T16:28:19.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-05-21T16:28:19.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34112026-05-21T16:28:19.487Z
34122026-05-21T16:28:19.487Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/277)
34132026-05-21T16:28:19.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-05-21T16:28:19.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-05-21T16:28:19.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-05-21T16:28:20.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34172026-05-21T16:28:20.086Z
34182026-05-21T16:28:20.086Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/277)
34192026-05-21T16:28:20.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-05-21T16:28:20.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-05-21T16:28:20.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-05-21T16:28:20.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34232026-05-21T16:28:20.687Z
34242026-05-21T16:28:20.687Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/277)
34252026-05-21T16:28:21.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-05-21T16:28:21.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-05-21T16:28:21.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-05-21T16:28:21.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34292026-05-21T16:28:21.291Z
34302026-05-21T16:28:21.291Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/277)
34312026-05-21T16:28:21.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-05-21T16:28:21.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-05-21T16:28:21.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-05-21T16:28:21.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34352026-05-21T16:28:21.894Z
34362026-05-21T16:28:21.894Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/277)
34372026-05-21T16:28:22.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-05-21T16:28:22.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-05-21T16:28:22.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-05-21T16:28:22.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34412026-05-21T16:28:22.496Z
34422026-05-21T16:28:22.496Zinfo: running `cargo check --bins` on oximeter-producer (155/277)
34432026-05-21T16:28:23.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-05-21T16:28:23.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-05-21T16:28:23.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-05-21T16:28:23.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34472026-05-21T16:28:23.142Z
34482026-05-21T16:28:23.142Zinfo: running `cargo check --bins` on internal-dns-resolver (156/277)
34492026-05-21T16:28:23.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-05-21T16:28:23.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-05-21T16:28:23.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-05-21T16:28:23.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34532026-05-21T16:28:23.757Z
34542026-05-21T16:28:23.757Zinfo: running `cargo check --bins` on dns-server (157/277)
34552026-05-21T16:28:24.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-05-21T16:28:24.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-05-21T16:28:24.421Z Compiling parking_lot_core v0.8.6
34582026-05-21T16:28:24.421Z Compiling atomicwrites v0.4.4
34592026-05-21T16:28:24.424Z Compiling git-stub v1.0.0
34602026-05-21T16:28:24.528Z Checking prefix-trie v0.7.0
34612026-05-21T16:28:24.535Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34622026-05-21T16:28:24.655Z Compiling git-stub-vcs v0.1.0
34632026-05-21T16:28:24.827Z Checking hickory-server v0.25.2
34642026-05-21T16:28:24.929Z Checking parking_lot v0.11.2
34652026-05-21T16:28:24.932Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34662026-05-21T16:28:25.023Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34672026-05-21T16:28:25.023Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34682026-05-21T16:28:25.100Z Checking sled v0.34.7
34692026-05-21T16:28:26.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
34702026-05-21T16:28:27.169Z
34712026-05-21T16:28:27.169Zinfo: running `cargo check --bins` on dns-server-api (158/277)
34722026-05-21T16:28:27.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-05-21T16:28:27.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-05-21T16:28:27.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-05-21T16:28:27.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34762026-05-21T16:28:27.777Z
34772026-05-21T16:28:27.778Zinfo: running `cargo check --bins` on oximeter-producer-api (159/277)
34782026-05-21T16:28:28.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-05-21T16:28:28.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-05-21T16:28:28.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-05-21T16:28:28.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34822026-05-21T16:28:28.394Z
34832026-05-21T16:28:28.394Zinfo: running `cargo check --bins` on sp-sim (160/277)
34842026-05-21T16:28:28.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-05-21T16:28:28.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-05-21T16:28:29.131Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34872026-05-21T16:28:30.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.54s
34882026-05-21T16:28:31.161Z
34892026-05-21T16:28:31.161Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (161/277)
34902026-05-21T16:28:31.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-05-21T16:28:31.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-05-21T16:28:31.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-05-21T16:28:31.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
34942026-05-21T16:28:31.846Z
34952026-05-21T16:28:31.846Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (162/277)
34962026-05-21T16:28:32.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-05-21T16:28:32.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-05-21T16:28:32.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-05-21T16:28:32.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
35002026-05-21T16:28:32.534Z
35012026-05-21T16:28:32.534Zinfo: running `cargo check --bins` on db-macros (163/277)
35022026-05-21T16:28:33.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-05-21T16:28:33.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-05-21T16:28:33.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-05-21T16:28:33.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35062026-05-21T16:28:33.151Z
35072026-05-21T16:28:33.151Zinfo: running `cargo check --bins` on nexus-macros-common (164/277)
35082026-05-21T16:28:33.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-05-21T16:28:33.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-05-21T16:28:33.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-05-21T16:28:33.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35122026-05-21T16:28:33.769Z
35132026-05-21T16:28:33.769Zinfo: running `cargo check --bins` on nexus-auth (165/277)
35142026-05-21T16:28:34.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-05-21T16:28:34.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-05-21T16:28:34.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-05-21T16:28:34.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
35182026-05-21T16:28:34.487Z
35192026-05-21T16:28:34.487Zinfo: running `cargo check --bins` on authz-macros (166/277)
35202026-05-21T16:28:35.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-05-21T16:28:35.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-05-21T16:28:35.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-05-21T16:28:35.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35242026-05-21T16:28:35.136Z
35252026-05-21T16:28:35.136Zinfo: running `cargo check --bins` on nexus-db-fixed-data (167/277)
35262026-05-21T16:28:35.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-05-21T16:28:35.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-05-21T16:28:35.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-05-21T16:28:35.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
35302026-05-21T16:28:35.838Z
35312026-05-21T16:28:35.838Zinfo: running `cargo check --bins` on nexus-db-model (168/277)
35322026-05-21T16:28:36.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-05-21T16:28:36.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-05-21T16:28:36.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-05-21T16:28:36.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
35362026-05-21T16:28:36.540Z
35372026-05-21T16:28:36.540Zinfo: running `cargo check --bins` on nexus-db-schema (169/277)
35382026-05-21T16:28:37.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-05-21T16:28:37.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-05-21T16:28:37.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-05-21T16:28:37.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35422026-05-21T16:28:37.182Z
35432026-05-21T16:28:37.182Zinfo: running `cargo check --bins` on omicron-rpaths (170/277)
35442026-05-21T16:28:37.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-05-21T16:28:37.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-05-21T16:28:37.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-05-21T16:28:37.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35482026-05-21T16:28:37.831Z
35492026-05-21T16:28:37.831Zinfo: running `cargo check --bins` on nexus-defaults (171/277)
35502026-05-21T16:28:38.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-05-21T16:28:38.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-05-21T16:28:38.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-05-21T16:28:38.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35542026-05-21T16:28:38.489Z
35552026-05-21T16:28:38.489Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (172/277)
35562026-05-21T16:28:39.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-05-21T16:28:39.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-05-21T16:28:39.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-05-21T16:28:39.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35602026-05-21T16:28:39.134Z
35612026-05-21T16:28:39.134Zinfo: running `cargo check --bins` on parallel-task-set (173/277)
35622026-05-21T16:28:39.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-05-21T16:28:39.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-05-21T16:28:39.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-05-21T16:28:39.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35662026-05-21T16:28:39.765Z
35672026-05-21T16:28:39.765Zinfo: running `cargo check --bins` on nexus-db-errors (174/277)
35682026-05-21T16:28:40.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-05-21T16:28:40.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-05-21T16:28:40.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-05-21T16:28:40.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
35722026-05-21T16:28:40.461Z
35732026-05-21T16:28:40.461Zinfo: running `cargo check --bins` on nexus-db-lookup (175/277)
35742026-05-21T16:28:41.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-05-21T16:28:41.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-05-21T16:28:41.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-05-21T16:28:41.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
35782026-05-21T16:28:41.162Z
35792026-05-21T16:28:41.162Zinfo: running `cargo check --bins` on nexus-inventory (176/277)
35802026-05-21T16:28:41.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-05-21T16:28:41.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-05-21T16:28:41.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-05-21T16:28:41.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35842026-05-21T16:28:41.832Z
35852026-05-21T16:28:41.832Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (177/277)
35862026-05-21T16:28:42.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-05-21T16:28:42.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-05-21T16:28:42.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-05-21T16:28:42.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35902026-05-21T16:28:42.463Z
35912026-05-21T16:28:42.463Zinfo: running `cargo check --bins --no-default-features` on sled-storage (178/277)
35922026-05-21T16:28:42.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-05-21T16:28:43.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-05-21T16:28:43.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-05-21T16:28:43.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35962026-05-21T16:28:43.092Z
35972026-05-21T16:28:43.092Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (179/277)
35982026-05-21T16:28:43.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-05-21T16:28:43.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-05-21T16:28:43.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-05-21T16:28:43.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36022026-05-21T16:28:43.745Z
36032026-05-21T16:28:43.745Zinfo: running `cargo check --bins` on key-manager (180/277)
36042026-05-21T16:28:44.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-05-21T16:28:44.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-05-21T16:28:44.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-05-21T16:28:44.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36082026-05-21T16:28:44.374Z
36092026-05-21T16:28:44.374Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (181/277)
36102026-05-21T16:28:44.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-05-21T16:28:44.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-05-21T16:28:44.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36132026-05-21T16:28:44.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36142026-05-21T16:28:45.035Z
36152026-05-21T16:28:45.036Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (182/277)
36162026-05-21T16:28:45.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-05-21T16:28:45.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-05-21T16:28:45.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-05-21T16:28:45.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36202026-05-21T16:28:45.691Z
36212026-05-21T16:28:45.691Zinfo: running `cargo check --bins` on typed-rng (183/277)
36222026-05-21T16:28:46.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-05-21T16:28:46.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-05-21T16:28:46.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252026-05-21T16:28:46.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36262026-05-21T16:28:46.296Z
36272026-05-21T16:28:46.296Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (184/277)
36282026-05-21T16:28:46.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292026-05-21T16:28:46.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302026-05-21T16:28:47.162Z Compiling typify-impl v0.4.3
36312026-05-21T16:28:47.167Z Compiling libefi-sys v0.1.0
36322026-05-21T16:28:47.308Z Compiling bitfield-struct v0.6.2
36332026-05-21T16:28:47.317Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36342026-05-21T16:28:47.326Z Compiling xshell-macros v0.2.7
36352026-05-21T16:28:47.346Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36362026-05-21T16:28:47.354Z Compiling salty v0.3.0
36372026-05-21T16:28:47.425Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36382026-05-21T16:28:47.556Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
36392026-05-21T16:28:47.662Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36402026-05-21T16:28:47.739Z Checking xshell v0.2.7
36412026-05-21T16:28:47.755Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36422026-05-21T16:28:47.808Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36432026-05-21T16:28:47.920Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36442026-05-21T16:28:47.933Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36452026-05-21T16:28:48.011Z Checking primeorder v0.13.6
36462026-05-21T16:28:48.100Z Compiling proc-macro-error-attr2 v2.0.0
36472026-05-21T16:28:48.155Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36482026-05-21T16:28:48.250Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36492026-05-21T16:28:48.281Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36502026-05-21T16:28:48.389Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36512026-05-21T16:28:48.425Z Checking tungstenite v0.21.0
36522026-05-21T16:28:48.484Z Compiling proc-macro-error2 v2.0.1
36532026-05-21T16:28:48.502Z Checking p384 v0.13.1
36542026-05-21T16:28:48.516Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36552026-05-21T16:28:48.844Z Compiling num-derive v0.3.3
36562026-05-21T16:28:48.916Z Checking tokio-tungstenite v0.21.0
36572026-05-21T16:28:49.124Z Compiling tabled_derive v0.11.0
36582026-05-21T16:28:49.193Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36592026-05-21T16:28:49.234Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36602026-05-21T16:28:49.306Z Checking papergrid v0.17.0
36612026-05-21T16:28:49.581Z Checking testing_table v0.3.0
36622026-05-21T16:28:49.647Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36632026-05-21T16:28:49.680Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36642026-05-21T16:28:49.746Z Checking libscf-sys v1.1.0
36652026-05-21T16:28:49.952Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36662026-05-21T16:28:50.097Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36672026-05-21T16:28:50.152Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36682026-05-21T16:28:50.208Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36692026-05-21T16:28:50.307Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36702026-05-21T16:28:50.361Z Checking corncobs v0.1.4
36712026-05-21T16:28:50.403Z Compiling illumos-nvpair-sys v0.2.0
36722026-05-21T16:28:50.418Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36732026-05-21T16:28:50.489Z Compiling unicase v2.9.0
36742026-05-21T16:28:50.555Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36752026-05-21T16:28:50.635Z Checking tabled v0.20.0
36762026-05-21T16:28:50.694Z Compiling mime_guess v2.0.5
36772026-05-21T16:28:50.814Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36782026-05-21T16:28:50.842Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36792026-05-21T16:28:50.866Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36802026-05-21T16:28:51.019Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
36812026-05-21T16:28:51.116Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36822026-05-21T16:28:51.180Z Checking progenitor-client v0.11.2
36832026-05-21T16:28:51.226Z Checking secrecy v0.8.0
36842026-05-21T16:28:51.280Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36852026-05-21T16:28:51.349Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36862026-05-21T16:28:51.627Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36872026-05-21T16:28:51.711Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36882026-05-21T16:28:51.715Z Compiling typify-macro v0.4.3
36892026-05-21T16:28:51.741Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36902026-05-21T16:28:51.831Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36912026-05-21T16:28:51.893Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36922026-05-21T16:28:51.976Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
36932026-05-21T16:28:52.007Z Checking filetime v0.2.27
36942026-05-21T16:28:52.144Z Checking xattr v1.6.1
36952026-05-21T16:28:52.282Z Checking crc8 v0.1.1
36962026-05-21T16:28:52.321Z Checking http-range v0.1.5
36972026-05-21T16:28:52.381Z Checking tar v0.4.45
36982026-05-21T16:28:52.450Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36992026-05-21T16:28:52.648Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37002026-05-21T16:28:52.648Z Checking illumos-nvpair v0.3.0
37012026-05-21T16:28:52.769Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37022026-05-21T16:28:52.807Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37032026-05-21T16:28:52.822Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
37042026-05-21T16:28:53.150Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37052026-05-21T16:28:53.168Z Checking atty v0.2.14
37062026-05-21T16:28:53.272Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37072026-05-21T16:28:53.297Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37082026-05-21T16:28:53.344Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37092026-05-21T16:28:53.409Z Compiling typify v0.4.3
37102026-05-21T16:28:53.646Z Compiling progenitor-impl v0.11.2
37112026-05-21T16:28:53.748Z Compiling progenitor-impl v0.10.0
37122026-05-21T16:28:53.965Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37132026-05-21T16:28:54.268Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37142026-05-21T16:28:54.536Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37152026-05-21T16:28:54.575Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37162026-05-21T16:28:54.987Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37172026-05-21T16:28:55.157Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37182026-05-21T16:28:55.469Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
37192026-05-21T16:28:55.510Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
37202026-05-21T16:28:55.526Z Checking hyper-staticfile v0.10.1
37212026-05-21T16:28:55.670Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37222026-05-21T16:28:55.738Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37232026-05-21T16:28:55.816Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37242026-05-21T16:28:55.932Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37252026-05-21T16:28:56.108Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37262026-05-21T16:28:56.125Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37272026-05-21T16:28:56.208Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37282026-05-21T16:28:56.300Z Compiling progenitor-macro v0.11.2
37292026-05-21T16:28:56.382Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37302026-05-21T16:28:56.416Z Compiling progenitor-macro v0.10.0
37312026-05-21T16:28:58.895Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37322026-05-21T16:28:59.079Z Checking progenitor v0.11.2
37332026-05-21T16:28:59.205Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37342026-05-21T16:28:59.278Z Checking progenitor v0.10.0
37352026-05-21T16:28:59.409Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37362026-05-21T16:29:03.813Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
37372026-05-21T16:29:14.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.48s
37382026-05-21T16:29:15.003Z
37392026-05-21T16:29:15.003Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (185/277)
37402026-05-21T16:29:15.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37412026-05-21T16:29:15.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37422026-05-21T16:29:15.794Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37432026-05-21T16:29:26.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.56s
37442026-05-21T16:29:26.791Z
37452026-05-21T16:29:26.791Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (186/277)
37462026-05-21T16:29:27.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37472026-05-21T16:29:27.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37482026-05-21T16:29:27.582Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37492026-05-21T16:29:38.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.58s
37502026-05-21T16:29:38.605Z
37512026-05-21T16:29:38.605Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (187/277)
37522026-05-21T16:29:39.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37532026-05-21T16:29:39.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37542026-05-21T16:29:39.402Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37552026-05-21T16:29:50.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.57s
37562026-05-21T16:29:50.404Z
37572026-05-21T16:29:50.405Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (188/277)
37582026-05-21T16:29:50.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37592026-05-21T16:29:50.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37602026-05-21T16:29:51.178Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37612026-05-21T16:30:01.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s
37622026-05-21T16:30:02.067Z
37632026-05-21T16:30:02.067Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (189/277)
37642026-05-21T16:30:02.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37652026-05-21T16:30:02.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37662026-05-21T16:30:02.845Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37672026-05-21T16:30:13.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s
37682026-05-21T16:30:13.697Z
37692026-05-21T16:30:13.697Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (190/277)
37702026-05-21T16:30:14.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37712026-05-21T16:30:14.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37722026-05-21T16:30:14.485Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37732026-05-21T16:30:25.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.46s
37742026-05-21T16:30:25.386Z
37752026-05-21T16:30:25.386Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (191/277)
37762026-05-21T16:30:25.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37772026-05-21T16:30:25.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37782026-05-21T16:30:26.173Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37792026-05-21T16:30:36.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s
37802026-05-21T16:30:37.029Z
37812026-05-21T16:30:37.029Zinfo: running `cargo check --bins` on bootstrap-agent-api (192/277)
37822026-05-21T16:30:37.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37832026-05-21T16:30:37.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37842026-05-21T16:30:37.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37852026-05-21T16:30:37.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37862026-05-21T16:30:37.637Z
37872026-05-21T16:30:37.637Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (193/277)
37882026-05-21T16:30:38.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37892026-05-21T16:30:38.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37902026-05-21T16:30:38.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37912026-05-21T16:30:38.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37922026-05-21T16:30:38.247Z
37932026-05-21T16:30:38.247Zinfo: running `cargo check --bins` on range-requests (194/277)
37942026-05-21T16:30:38.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37952026-05-21T16:30:38.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37962026-05-21T16:30:38.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37972026-05-21T16:30:38.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37982026-05-21T16:30:38.847Z
37992026-05-21T16:30:38.847Zinfo: running `cargo check --bins` on repo-depot-api (195/277)
38002026-05-21T16:30:39.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38012026-05-21T16:30:39.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38022026-05-21T16:30:39.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38032026-05-21T16:30:39.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38042026-05-21T16:30:39.439Z
38052026-05-21T16:30:39.439Zinfo: running `cargo check --bins` on sled-agent-api (196/277)
38062026-05-21T16:30:39.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38072026-05-21T16:30:39.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38082026-05-21T16:30:39.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38092026-05-21T16:30:39.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38102026-05-21T16:30:40.065Z
38112026-05-21T16:30:40.065Zinfo: running `cargo check --bins` on sled-diagnostics (197/277)
38122026-05-21T16:30:40.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38132026-05-21T16:30:40.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38142026-05-21T16:30:40.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38152026-05-21T16:30:40.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38162026-05-21T16:30:40.682Z
38172026-05-21T16:30:40.682Zinfo: running `cargo check --bins` on zfs-test-harness (198/277)
38182026-05-21T16:30:41.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38192026-05-21T16:30:41.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38202026-05-21T16:30:41.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38212026-05-21T16:30:41.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38222026-05-21T16:30:41.301Z
38232026-05-21T16:30:41.301Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (199/277)
38242026-05-21T16:30:41.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38252026-05-21T16:30:41.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38262026-05-21T16:30:41.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38272026-05-21T16:30:41.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38282026-05-21T16:30:41.925Z
38292026-05-21T16:30:41.925Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (200/277)
38302026-05-21T16:30:42.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38312026-05-21T16:30:42.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38322026-05-21T16:30:42.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38332026-05-21T16:30:42.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38342026-05-21T16:30:42.548Z
38352026-05-21T16:30:42.548Zinfo: running `cargo check --bins` on sled-agent-early-networking (201/277)
38362026-05-21T16:30:43.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38372026-05-21T16:30:43.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38382026-05-21T16:30:43.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38392026-05-21T16:30:43.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38402026-05-21T16:30:43.163Z
38412026-05-21T16:30:43.164Zinfo: running `cargo check --bins` on sled-agent-health-monitor (202/277)
38422026-05-21T16:30:43.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38432026-05-21T16:30:43.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38442026-05-21T16:30:43.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38452026-05-21T16:30:43.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38462026-05-21T16:30:43.782Z
38472026-05-21T16:30:43.782Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (203/277)
38482026-05-21T16:30:44.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38492026-05-21T16:30:44.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38502026-05-21T16:30:44.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38512026-05-21T16:30:44.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38522026-05-21T16:30:44.412Z
38532026-05-21T16:30:44.412Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (204/277)
38542026-05-21T16:30:44.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38552026-05-21T16:30:44.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38562026-05-21T16:30:44.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38572026-05-21T16:30:44.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38582026-05-21T16:30:45.039Z
38592026-05-21T16:30:45.039Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (205/277)
38602026-05-21T16:30:45.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38612026-05-21T16:30:45.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38622026-05-21T16:30:45.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38632026-05-21T16:30:45.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38642026-05-21T16:30:45.664Z
38652026-05-21T16:30:45.664Zinfo: running `cargo check --bins` on sled-agent-rack-setup (206/277)
38662026-05-21T16:30:46.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-05-21T16:30:46.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-05-21T16:30:46.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38692026-05-21T16:30:46.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38702026-05-21T16:30:46.312Z
38712026-05-21T16:30:46.312Zinfo: running `cargo check --bins` on trust-quorum (207/277)
38722026-05-21T16:30:46.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38732026-05-21T16:30:46.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38742026-05-21T16:30:46.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38752026-05-21T16:30:46.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38762026-05-21T16:30:46.935Z
38772026-05-21T16:30:46.935Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (208/277)
38782026-05-21T16:30:47.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-05-21T16:30:47.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-05-21T16:30:47.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38812026-05-21T16:30:47.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38822026-05-21T16:30:47.569Z
38832026-05-21T16:30:47.569Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (209/277)
38842026-05-21T16:30:48.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38852026-05-21T16:30:48.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38862026-05-21T16:30:48.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38872026-05-21T16:30:48.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38882026-05-21T16:30:48.225Z
38892026-05-21T16:30:48.225Zinfo: running `cargo check --bins` on update-common (210/277)
38902026-05-21T16:30:48.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38912026-05-21T16:30:48.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38922026-05-21T16:30:48.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38932026-05-21T16:30:48.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38942026-05-21T16:30:48.832Z
38952026-05-21T16:30:48.832Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (211/277)
38962026-05-21T16:30:49.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38972026-05-21T16:30:49.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38982026-05-21T16:30:49.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38992026-05-21T16:30:49.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39002026-05-21T16:30:49.490Z
39012026-05-21T16:30:49.490Zinfo: running `cargo check --bins` on omicron-deployment-graph (212/277)
39022026-05-21T16:30:49.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39032026-05-21T16:30:49.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39042026-05-21T16:30:49.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39052026-05-21T16:30:49.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39062026-05-21T16:30:50.080Z
39072026-05-21T16:30:50.080Zinfo: running `cargo check --bins` on reconfigurator-cli (213/277)
39082026-05-21T16:30:50.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39092026-05-21T16:30:50.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39102026-05-21T16:30:50.861Z Compiling fs-err v2.11.0
39112026-05-21T16:30:50.865Z Checking ignore v0.4.25
39122026-05-21T16:30:50.865Z Checking arc-swap v1.8.2
39132026-05-21T16:30:50.996Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39142026-05-21T16:30:50.999Z Checking predicates-tree v1.0.13
39152026-05-21T16:30:51.000Z Checking parse-size v1.1.0
39162026-05-21T16:30:51.026Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39172026-05-21T16:30:51.030Z Checking rand_seeder v0.4.0
39182026-05-21T16:30:51.103Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39192026-05-21T16:30:51.151Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39202026-05-21T16:30:51.185Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39212026-05-21T16:30:51.204Z Checking slog-scope v4.4.1
39222026-05-21T16:30:51.236Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39232026-05-21T16:30:51.306Z Compiling petname v2.0.2
39242026-05-21T16:30:51.329Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39252026-05-21T16:30:51.349Z Checking slog-stdlog v4.1.1
39262026-05-21T16:30:51.362Z Checking globwalk v0.9.1
39272026-05-21T16:30:51.413Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39282026-05-21T16:30:51.466Z Checking slog-envlogger v2.2.0
39292026-05-21T16:30:51.534Z Checking camino-tempfile-ext v0.3.3
39302026-05-21T16:30:51.616Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39312026-05-21T16:30:51.628Z Checking sapling-renderdag v0.1.0
39322026-05-21T16:30:51.723Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39332026-05-21T16:30:51.802Z Checking subprocess v0.2.15
39342026-05-21T16:30:51.860Z Checking sync-ptr v0.1.4
39352026-05-21T16:30:51.942Z Checking colored v2.2.0
39362026-05-21T16:30:51.975Z Checking assert_matches v1.5.0
39372026-05-21T16:30:52.077Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39382026-05-21T16:30:52.198Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39392026-05-21T16:30:52.201Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39402026-05-21T16:30:52.939Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39412026-05-21T16:30:54.240Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39422026-05-21T16:30:56.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.33s
39432026-05-21T16:30:56.619Z
39442026-05-21T16:30:56.619Zinfo: running `cargo check --bins` on omicron-repl-utils (214/277)
39452026-05-21T16:30:57.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39462026-05-21T16:30:57.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39472026-05-21T16:30:57.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39482026-05-21T16:30:57.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39492026-05-21T16:30:57.206Z
39502026-05-21T16:30:57.206Zinfo: running `cargo check --bins` on transient-dns-server (215/277)
39512026-05-21T16:30:57.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39522026-05-21T16:30:57.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39532026-05-21T16:30:57.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39542026-05-21T16:30:57.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39552026-05-21T16:30:57.820Z
39562026-05-21T16:30:57.820Zinfo: running `cargo check --bins` on nexus-test-interface (216/277)
39572026-05-21T16:30:58.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39582026-05-21T16:30:58.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39592026-05-21T16:30:58.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39602026-05-21T16:30:58.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39612026-05-21T16:30:58.472Z
39622026-05-21T16:30:58.472Zinfo: running `cargo check --bins` on oximeter-collector (217/277)
39632026-05-21T16:30:59.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39642026-05-21T16:30:59.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39652026-05-21T16:30:59.195Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39662026-05-21T16:30:59.198Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39672026-05-21T16:30:59.836Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39682026-05-21T16:31:01.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.94s
39692026-05-21T16:31:01.624Z
39702026-05-21T16:31:01.625Zinfo: running `cargo check --bins` on oximeter-api (218/277)
39712026-05-21T16:31:02.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-05-21T16:31:02.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-05-21T16:31:02.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-05-21T16:31:02.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39752026-05-21T16:31:02.228Z
39762026-05-21T16:31:02.228Zinfo: running `cargo check --bins` on cert-dev (219/277)
39772026-05-21T16:31:02.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-05-21T16:31:02.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-05-21T16:31:02.836Z Checking yasna v0.5.2
39802026-05-21T16:31:03.232Z Checking rcgen v0.12.1
39812026-05-21T16:31:03.475Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39822026-05-21T16:31:03.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
39832026-05-21T16:31:03.821Z
39842026-05-21T16:31:03.821Zinfo: running `cargo check --bins` on clickana (220/277)
39852026-05-21T16:31:04.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39862026-05-21T16:31:04.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39872026-05-21T16:31:04.470Z Compiling darling_core v0.23.0
39882026-05-21T16:31:04.578Z Compiling instability v0.3.11
39892026-05-21T16:31:04.584Z Checking castaway v0.2.4
39902026-05-21T16:31:04.588Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39912026-05-21T16:31:04.591Z Compiling indoc v2.0.7
39922026-05-21T16:31:04.604Z Checking unicode-truncate v1.1.0
39932026-05-21T16:31:04.607Z Checking lru v0.12.5
39942026-05-21T16:31:04.607Z Checking cassowary v0.3.0
39952026-05-21T16:31:04.671Z Checking compact_str v0.8.1
39962026-05-21T16:31:05.636Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39972026-05-21T16:31:05.820Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39982026-05-21T16:31:05.972Z Compiling darling_macro v0.23.0
39992026-05-21T16:31:06.375Z Compiling darling v0.23.0
40002026-05-21T16:31:06.977Z Checking ratatui v0.29.0
40012026-05-21T16:31:08.010Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40022026-05-21T16:31:08.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.84s
40032026-05-21T16:31:08.857Z
40042026-05-21T16:31:08.857Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (221/277)
40052026-05-21T16:31:09.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40062026-05-21T16:31:09.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40072026-05-21T16:31:09.584Z Checking headers-core v0.3.0
40082026-05-21T16:31:09.587Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40092026-05-21T16:31:09.780Z Checking headers v0.4.1
40102026-05-21T16:31:10.141Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40112026-05-21T16:31:10.979Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40122026-05-21T16:31:11.469Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40132026-05-21T16:31:11.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s
40142026-05-21T16:31:12.087Z
40152026-05-21T16:31:12.087Zinfo: running `cargo check --bins` on ch-dev (222/277)
40162026-05-21T16:31:12.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40172026-05-21T16:31:12.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40182026-05-21T16:31:12.799Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40192026-05-21T16:31:13.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
40202026-05-21T16:31:13.737Z
40212026-05-21T16:31:13.737Zinfo: running `cargo check --bins` on dev-tools-common (223/277)
40222026-05-21T16:31:14.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40232026-05-21T16:31:14.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40242026-05-21T16:31:14.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40252026-05-21T16:31:14.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
40262026-05-21T16:31:14.202Z
40272026-05-21T16:31:14.202Zinfo: running `cargo check --bins` on crdb-seed (224/277)
40282026-05-21T16:31:14.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40292026-05-21T16:31:14.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40302026-05-21T16:31:14.914Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40312026-05-21T16:31:15.904Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40322026-05-21T16:31:16.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s
40332026-05-21T16:31:16.442Z
40342026-05-21T16:31:16.442Zinfo: running `cargo check --bins` on db-dev (225/277)
40352026-05-21T16:31:16.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40362026-05-21T16:31:16.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40372026-05-21T16:31:17.153Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40382026-05-21T16:31:17.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
40392026-05-21T16:31:18.116Z
40402026-05-21T16:31:18.116Zinfo: running `cargo check --bins` on omicron-dev-lib (226/277)
40412026-05-21T16:31:18.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40422026-05-21T16:31:18.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40432026-05-21T16:31:18.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40442026-05-21T16:31:18.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40452026-05-21T16:31:18.751Z
40462026-05-21T16:31:18.751Zinfo: running `cargo check --bins` on xtask-downloader (227/277)
40472026-05-21T16:31:19.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40482026-05-21T16:31:19.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40492026-05-21T16:31:19.358Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40502026-05-21T16:31:20.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
40512026-05-21T16:31:20.214Z
40522026-05-21T16:31:20.214Zinfo: running `cargo check --bins` on omicron-dropshot-apis (228/277)
40532026-05-21T16:31:20.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40542026-05-21T16:31:20.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40552026-05-21T16:31:20.945Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40562026-05-21T16:31:20.945Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40572026-05-21T16:31:20.948Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=50ed531201ea5f85115141a2203d551fbbdaa3da#50ed5312)
40582026-05-21T16:31:20.948Z Checking git-stub v1.0.0
40592026-05-21T16:31:20.948Z Compiling trait-variant v0.1.2
40602026-05-21T16:31:21.064Z Checking maplit v1.0.2
40612026-05-21T16:31:21.073Z Checking is_ci v1.2.0
40622026-05-21T16:31:21.098Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40632026-05-21T16:31:21.148Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40642026-05-21T16:31:21.187Z Checking supports-color v3.0.2
40652026-05-21T16:31:21.199Z Checking git-stub-vcs v0.1.0
40662026-05-21T16:31:21.306Z Checking drift v0.2.0
40672026-05-21T16:31:21.337Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40682026-05-21T16:31:21.353Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40692026-05-21T16:31:21.392Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40702026-05-21T16:31:21.563Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40712026-05-21T16:31:21.582Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
40722026-05-21T16:31:21.617Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40732026-05-21T16:31:21.646Z Checking dropshot-api-manager v0.7.2
40742026-05-21T16:31:21.800Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40752026-05-21T16:31:21.829Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40762026-05-21T16:31:22.015Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=50ed531201ea5f85115141a2203d551fbbdaa3da#50ed5312)
40772026-05-21T16:31:22.317Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40782026-05-21T16:31:27.244Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40792026-05-21T16:31:28.333Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40802026-05-21T16:31:28.893Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40812026-05-21T16:31:29.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.11s
40822026-05-21T16:31:29.529Z
40832026-05-21T16:31:29.529Zinfo: running `cargo check --bins` on installinator-api (229/277)
40842026-05-21T16:31:30.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40852026-05-21T16:31:30.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40862026-05-21T16:31:30.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40872026-05-21T16:31:30.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40882026-05-21T16:31:30.129Z
40892026-05-21T16:31:30.129Zinfo: running `cargo check --bins` on nexus-external-api (230/277)
40902026-05-21T16:31:30.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40912026-05-21T16:31:30.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40922026-05-21T16:31:30.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40932026-05-21T16:31:30.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40942026-05-21T16:31:30.765Z
40952026-05-21T16:31:30.765Zinfo: running `cargo check --bins` on nexus-internal-api (231/277)
40962026-05-21T16:31:31.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40972026-05-21T16:31:31.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40982026-05-21T16:31:31.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40992026-05-21T16:31:31.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41002026-05-21T16:31:31.396Z
41012026-05-21T16:31:31.396Zinfo: running `cargo check --bins` on nexus-lockstep-api (232/277)
41022026-05-21T16:31:31.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41032026-05-21T16:31:31.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41042026-05-21T16:31:31.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41052026-05-21T16:31:31.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41062026-05-21T16:31:32.032Z
41072026-05-21T16:31:32.032Zinfo: running `cargo check --bins` on ntp-admin-api (233/277)
41082026-05-21T16:31:32.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41092026-05-21T16:31:32.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41102026-05-21T16:31:32.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41112026-05-21T16:31:32.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41122026-05-21T16:31:32.627Z
41132026-05-21T16:31:32.627Zinfo: running `cargo check --bins` on ntp-admin-types-versions (234/277)
41142026-05-21T16:31:33.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41152026-05-21T16:31:33.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41162026-05-21T16:31:33.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41172026-05-21T16:31:33.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41182026-05-21T16:31:33.212Z
41192026-05-21T16:31:33.212Zinfo: running `cargo check --bins` on wicketd-api (235/277)
41202026-05-21T16:31:33.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41212026-05-21T16:31:33.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41222026-05-21T16:31:33.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41232026-05-21T16:31:33.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41242026-05-21T16:31:33.824Z
41252026-05-21T16:31:33.824Zinfo: running `cargo check --bins` on omicron-ls-apis (236/277)
41262026-05-21T16:31:34.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41272026-05-21T16:31:34.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41282026-05-21T16:31:34.433Z Checking typeid v1.0.3
41292026-05-21T16:31:34.546Z Checking ordered-float v2.10.1
41302026-05-21T16:31:34.566Z Checking unicode-xid v0.2.6
41312026-05-21T16:31:34.579Z Checking cargo-platform v0.2.0
41322026-05-21T16:31:34.588Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41332026-05-21T16:31:34.611Z Checking erased-serde v0.4.9
41342026-05-21T16:31:34.746Z Checking serde-value v0.7.0
41352026-05-21T16:31:34.919Z Checking serde-untagged v0.1.9
41362026-05-21T16:31:35.070Z Checking cargo-util-schemas v0.8.2
41372026-05-21T16:31:35.742Z Checking cargo_metadata v0.21.0
41382026-05-21T16:31:36.334Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41392026-05-21T16:31:37.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
41402026-05-21T16:31:37.198Z
41412026-05-21T16:31:37.198Zinfo: running `cargo check --bins` on mgs-dev (237/277)
41422026-05-21T16:31:37.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41432026-05-21T16:31:37.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41442026-05-21T16:31:37.927Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41452026-05-21T16:31:38.549Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41462026-05-21T16:31:39.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
41472026-05-21T16:31:39.278Z
41482026-05-21T16:31:39.278Zinfo: running `cargo check --bins` on omicron-omdb (238/277)
41492026-05-21T16:31:39.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41502026-05-21T16:31:39.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41512026-05-21T16:31:40.139Z Compiling vergen-gitcl v1.0.8
41522026-05-21T16:31:40.139Z Compiling dirs-sys-next v0.1.2
41532026-05-21T16:31:40.139Z Compiling diesel_derives v2.3.7
41542026-05-21T16:31:40.142Z Compiling glob v0.3.3
41552026-05-21T16:31:40.142Z Compiling crunchy v0.2.4
41562026-05-21T16:31:40.142Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41572026-05-21T16:31:40.142Z Compiling dsl_auto_type v0.2.0
41582026-05-21T16:31:40.142Z Checking scheduled-thread-pool v0.2.7
41592026-05-21T16:31:40.403Z Compiling diesel_table_macro_syntax v0.3.0
41602026-05-21T16:31:40.460Z Compiling dirs-next v2.0.0
41612026-05-21T16:31:40.514Z Compiling tiny-keccak v2.0.2
41622026-05-21T16:31:40.577Z Compiling term v0.7.0
41632026-05-21T16:31:40.618Z Checking r2d2 v0.8.10
41642026-05-21T16:31:40.645Z Compiling clang-sys v1.8.1
41652026-05-21T16:31:40.714Z Checking downcast-rs v2.0.2
41662026-05-21T16:31:40.770Z Compiling bit-vec v0.6.3
41672026-05-21T16:31:40.852Z Compiling ascii-canvas v3.0.0
41682026-05-21T16:31:40.985Z Compiling bit-set v0.5.3
41692026-05-21T16:31:41.021Z Compiling itertools v0.10.5
41702026-05-21T16:31:41.090Z Compiling ena v0.14.4
41712026-05-21T16:31:41.119Z Compiling libloading v0.8.9
41722026-05-21T16:31:41.137Z Compiling diff v0.1.13
41732026-05-21T16:31:41.163Z Compiling bindgen v0.71.1
41742026-05-21T16:31:41.198Z Compiling regex-syntax v0.6.29
41752026-05-21T16:31:41.320Z Compiling cexpr v0.6.0
41762026-05-21T16:31:41.391Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41772026-05-21T16:31:41.591Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41782026-05-21T16:31:41.611Z Compiling rustc-hash v2.1.1
41792026-05-21T16:31:41.744Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41802026-05-21T16:31:41.779Z Compiling libxml v0.3.3
41812026-05-21T16:31:41.982Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41822026-05-21T16:31:42.027Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41832026-05-21T16:31:42.070Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41842026-05-21T16:31:42.256Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41852026-05-21T16:31:42.291Z Compiling strum_macros v0.24.3
41862026-05-21T16:31:42.336Z Compiling indoc v1.0.9
41872026-05-21T16:31:42.519Z Compiling lalrpop v0.19.12
41882026-05-21T16:31:43.305Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41892026-05-21T16:31:43.496Z Checking derive_builder v0.20.2
41902026-05-21T16:31:43.611Z Compiling oso-derive v0.27.3
41912026-05-21T16:31:43.614Z Checking quick-xml v0.37.5
41922026-05-21T16:31:43.857Z Compiling impl-trait-for-tuples v0.2.3
41932026-05-21T16:31:44.111Z Checking openssl-probe v0.1.6
41942026-05-21T16:31:44.250Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41952026-05-21T16:31:44.535Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41962026-05-21T16:31:44.728Z Checking bb8 v0.8.6
41972026-05-21T16:31:44.973Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41982026-05-21T16:31:45.016Z Checking nonempty v0.12.0
41992026-05-21T16:31:45.034Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42002026-05-21T16:31:45.182Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42012026-05-21T16:31:45.199Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42022026-05-21T16:31:45.244Z Checking console v0.16.2
42032026-05-21T16:31:45.397Z Checking unit-prefix v0.5.2
42042026-05-21T16:31:45.454Z Checking support-bundle-viewer v0.1.2
42052026-05-21T16:31:45.534Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42062026-05-21T16:31:45.560Z Checking indicatif v0.18.4
42072026-05-21T16:31:45.692Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42082026-05-21T16:31:45.767Z Checking multimap v0.10.1
42092026-05-21T16:31:46.140Z Checking diesel v2.3.7
42102026-05-21T16:31:47.985Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42112026-05-21T16:31:48.191Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42122026-05-21T16:31:48.744Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42132026-05-21T16:31:49.693Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42142026-05-21T16:31:50.010Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42152026-05-21T16:31:50.329Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42162026-05-21T16:31:50.665Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42172026-05-21T16:31:50.782Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42182026-05-21T16:31:52.721Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42192026-05-21T16:31:57.722Z Compiling samael v0.0.19
42202026-05-21T16:32:01.540Z Checking async-bb8-diesel v0.2.1
42212026-05-21T16:32:01.889Z Checking diesel-dtrace v0.5.0
42222026-05-21T16:32:02.608Z Compiling polar-core v0.27.3
42232026-05-21T16:32:07.027Z Checking oso v0.27.3
42242026-05-21T16:32:43.784Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42252026-05-21T16:33:17.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
42262026-05-21T16:33:17.482Z
42272026-05-21T16:33:17.482Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (239/277)
42282026-05-21T16:33:18.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42292026-05-21T16:33:18.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42302026-05-21T16:33:18.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42312026-05-21T16:33:18.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42322026-05-21T16:33:18.151Z
42332026-05-21T16:33:18.151Zinfo: running `cargo check --bins` on nexus-saga-recovery (240/277)
42342026-05-21T16:33:18.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42352026-05-21T16:33:18.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42362026-05-21T16:33:18.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42372026-05-21T16:33:18.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42382026-05-21T16:33:18.810Z
42392026-05-21T16:33:18.810Zinfo: running `cargo check --bins` on nexus-test-utils-macros (241/277)
42402026-05-21T16:33:19.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42412026-05-21T16:33:19.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42422026-05-21T16:33:19.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42432026-05-21T16:33:19.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42442026-05-21T16:33:19.404Z
42452026-05-21T16:33:19.404Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (242/277)
42462026-05-21T16:33:19.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42472026-05-21T16:33:19.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42482026-05-21T16:33:20.297Z Compiling libz-sys v1.1.24
42492026-05-21T16:33:20.431Z Compiling libgit2-sys v0.18.3+1.9.2
42502026-05-21T16:33:20.441Z Compiling vergen-git2 v1.0.7
42512026-05-21T16:33:20.451Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42522026-05-21T16:33:20.454Z Compiling rustls v0.21.12
42532026-05-21T16:33:20.474Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42542026-05-21T16:33:20.488Z Checking sct v0.7.1
42552026-05-21T16:33:20.488Z Checking rustls-webpki v0.101.7
42562026-05-21T16:33:20.631Z Compiling nix v0.29.0
42572026-05-21T16:33:20.672Z Compiling dropshot v0.16.7
42582026-05-21T16:33:20.688Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42592026-05-21T16:33:20.815Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42602026-05-21T16:33:20.929Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42612026-05-21T16:33:20.974Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
42622026-05-21T16:33:20.994Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42632026-05-21T16:33:21.029Z Checking toml v0.9.12+spec-1.1.0
42642026-05-21T16:33:21.113Z Compiling dropshot_endpoint v0.16.7
42652026-05-21T16:33:21.272Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42662026-05-21T16:33:21.390Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42672026-05-21T16:33:21.433Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42682026-05-21T16:33:21.533Z Checking rustls-pemfile v1.0.4
42692026-05-21T16:33:21.610Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42702026-05-21T16:33:21.666Z Checking twox-hash v2.1.2
42712026-05-21T16:33:22.037Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42722026-05-21T16:33:22.086Z Checking tokio-rustls v0.24.1
42732026-05-21T16:33:22.752Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42742026-05-21T16:33:23.118Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42752026-05-21T16:33:23.330Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42762026-05-21T16:33:23.434Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42772026-05-21T16:33:23.591Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42782026-05-21T16:33:23.664Z Checking fatfs v0.3.6
42792026-05-21T16:33:23.733Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42802026-05-21T16:33:23.864Z Compiling seq-macro v0.3.6
42812026-05-21T16:33:27.301Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42822026-05-21T16:33:27.427Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42832026-05-21T16:33:27.910Z Compiling git2 v0.20.4
42842026-05-21T16:33:30.098Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42852026-05-21T16:34:16.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.97s
42862026-05-21T16:34:16.619Z
42872026-05-21T16:34:16.619Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (243/277)
42882026-05-21T16:34:17.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42892026-05-21T16:34:17.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42902026-05-21T16:34:17.519Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42912026-05-21T16:34:55.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.31s
42922026-05-21T16:34:56.165Z
42932026-05-21T16:34:56.166Zinfo: running `cargo check --bins` on nexus-background-task-interface (244/277)
42942026-05-21T16:34:56.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42952026-05-21T16:34:56.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42962026-05-21T16:34:56.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42972026-05-21T16:34:56.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42982026-05-21T16:34:56.757Z
42992026-05-21T16:34:56.757Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (245/277)
43002026-05-21T16:34:57.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43012026-05-21T16:34:57.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43022026-05-21T16:34:57.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43032026-05-21T16:34:57.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43042026-05-21T16:34:57.394Z
43052026-05-21T16:34:57.394Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (246/277)
43062026-05-21T16:34:57.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43072026-05-21T16:34:57.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43082026-05-21T16:34:57.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43092026-05-21T16:34:57.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43102026-05-21T16:34:58.054Z
43112026-05-21T16:34:58.054Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (247/277)
43122026-05-21T16:34:58.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43132026-05-21T16:34:58.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43142026-05-21T16:34:58.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43152026-05-21T16:34:58.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43162026-05-21T16:34:58.704Z
43172026-05-21T16:34:58.704Zinfo: running `cargo check --bins` on nexus-mgs-updates (248/277)
43182026-05-21T16:34:59.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43192026-05-21T16:34:59.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43202026-05-21T16:34:59.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43212026-05-21T16:34:59.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43222026-05-21T16:34:59.342Z
43232026-05-21T16:34:59.342Zinfo: running `cargo check --bins` on nexus-networking (249/277)
43242026-05-21T16:34:59.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43252026-05-21T16:34:59.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43262026-05-21T16:34:59.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43272026-05-21T16:34:59.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43282026-05-21T16:34:59.987Z
43292026-05-21T16:34:59.987Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (250/277)
43302026-05-21T16:35:00.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43312026-05-21T16:35:00.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43322026-05-21T16:35:00.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43332026-05-21T16:35:00.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43342026-05-21T16:35:00.642Z
43352026-05-21T16:35:00.642Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (251/277)
43362026-05-21T16:35:01.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43372026-05-21T16:35:01.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43382026-05-21T16:35:01.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43392026-05-21T16:35:01.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43402026-05-21T16:35:01.290Z
43412026-05-21T16:35:01.290Zinfo: running `cargo check --bins` on support-bundle-collection (252/277)
43422026-05-21T16:35:01.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43432026-05-21T16:35:01.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43442026-05-21T16:35:01.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43452026-05-21T16:35:01.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43462026-05-21T16:35:01.943Z
43472026-05-21T16:35:01.943Zinfo: running `cargo check --bins` on omicron-dev (253/277)
43482026-05-21T16:35:02.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43492026-05-21T16:35:02.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43502026-05-21T16:35:02.840Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43512026-05-21T16:35:02.843Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43522026-05-21T16:35:03.030Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43532026-05-21T16:35:03.061Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43542026-05-21T16:35:03.081Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43552026-05-21T16:35:03.084Z Checking diff v0.1.13
43562026-05-21T16:35:03.084Z Checking yansi v1.0.1
43572026-05-21T16:35:03.128Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43582026-05-21T16:35:03.168Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43592026-05-21T16:35:03.359Z Checking pretty_assertions v1.4.1
43602026-05-21T16:35:03.984Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43612026-05-21T16:35:04.138Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43622026-05-21T16:35:27.654Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43632026-05-21T16:35:27.659Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43642026-05-21T16:35:27.659Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43652026-05-21T16:35:27.659Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43662026-05-21T16:35:27.659Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43672026-05-21T16:35:27.659Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43682026-05-21T16:35:28.452Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43692026-05-21T16:35:28.453Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43702026-05-21T16:35:29.658Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43712026-05-21T16:36:07.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
43722026-05-21T16:36:07.743Z
43732026-05-21T16:36:07.744Zinfo: running `cargo check --bins` on omicron-pins (254/277)
43742026-05-21T16:36:08.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43752026-05-21T16:36:08.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43762026-05-21T16:36:08.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43772026-05-21T16:36:08.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43782026-05-21T16:36:08.323Z
43792026-05-21T16:36:08.323Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (255/277)
43802026-05-21T16:36:08.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43812026-05-21T16:36:08.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43822026-05-21T16:36:09.095Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43832026-05-21T16:36:09.219Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43842026-05-21T16:36:09.222Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43852026-05-21T16:36:34.793Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43862026-05-21T16:36:35.178Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43872026-05-21T16:36:36.868Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43882026-05-21T16:36:37.329Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43892026-05-21T16:36:40.278Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43902026-05-21T16:37:03.053Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43912026-05-21T16:37:03.768Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43922026-05-21T16:37:05.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.08s
43932026-05-21T16:37:05.669Z
43942026-05-21T16:37:05.669Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (256/277)
43952026-05-21T16:37:06.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43962026-05-21T16:37:06.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43972026-05-21T16:37:06.347Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43982026-05-21T16:37:07.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
43992026-05-21T16:37:07.236Z
44002026-05-21T16:37:07.236Zinfo: running `cargo check --bins` on omicron-releng (257/277)
44012026-05-21T16:37:07.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44022026-05-21T16:37:07.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44032026-05-21T16:37:07.897Z Compiling blake3 v1.8.3
44042026-05-21T16:37:08.007Z Checking arrayvec v0.7.6
44052026-05-21T16:37:08.016Z Checking arrayref v0.3.9
44062026-05-21T16:37:08.017Z Checking constant_time_eq v0.4.2
44072026-05-21T16:37:08.026Z Checking topological-sort v0.2.2
44082026-05-21T16:37:08.035Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
44092026-05-21T16:37:08.035Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
44102026-05-21T16:37:08.035Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
44112026-05-21T16:37:08.071Z Checking shell-words v1.1.1
44122026-05-21T16:37:08.799Z Checking omicron-zone-package v0.12.2
44132026-05-21T16:37:13.190Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
44142026-05-21T16:37:13.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s
44152026-05-21T16:37:13.208Z
44162026-05-21T16:37:13.209Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (258/277)
44172026-05-21T16:37:13.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44182026-05-21T16:37:13.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44192026-05-21T16:37:13.209Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
44202026-05-21T16:37:13.209Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
44212026-05-21T16:37:13.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
44222026-05-21T16:37:13.209Z
44232026-05-21T16:37:13.209Zinfo: running `cargo check --bins` on schema (259/277)
44242026-05-21T16:37:13.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44252026-05-21T16:37:13.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44262026-05-21T16:37:13.209Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
44272026-05-21T16:37:13.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
44282026-05-21T16:37:13.770Z
44292026-05-21T16:37:13.770Zinfo: running `cargo check --bins` on xtask (260/277)
44302026-05-21T16:37:14.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44312026-05-21T16:37:14.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44322026-05-21T16:37:14.232Z Checking libc v0.2.185
44332026-05-21T16:37:14.313Z Checking serde v1.0.228
44342026-05-21T16:37:14.318Z Checking zerofrom v0.1.6
44352026-05-21T16:37:14.322Z Checking bitflags v2.11.0
44362026-05-21T16:37:14.327Z Checking smallvec v1.15.1
44372026-05-21T16:37:14.334Z Checking indexmap v2.14.0
44382026-05-21T16:37:14.343Z Checking serde_json v1.0.149
44392026-05-21T16:37:14.346Z Checking scroll v0.12.0
44402026-05-21T16:37:14.415Z Checking yoke v0.8.1
44412026-05-21T16:37:14.467Z Checking num-traits v0.2.19
44422026-05-21T16:37:14.497Z Checking thiserror v1.0.69
44432026-05-21T16:37:14.570Z Checking log v0.4.29
44442026-05-21T16:37:14.581Z Checking zerovec v0.11.5
44452026-05-21T16:37:14.591Z Checking zerotrie v0.2.3
44462026-05-21T16:37:14.600Z Checking errno v0.3.14
44472026-05-21T16:37:14.694Z Checking toml_datetime v0.6.11
44482026-05-21T16:37:14.715Z Checking serde_spanned v0.6.9
44492026-05-21T16:37:14.718Z Checking rustix v1.1.3
44502026-05-21T16:37:14.830Z Checking percent-encoding v2.3.2
44512026-05-21T16:37:14.840Z Checking zerocopy v0.7.35
44522026-05-21T16:37:14.861Z Checking goblin v0.8.2
44532026-05-21T16:37:14.872Z Checking toml_edit v0.22.27
44542026-05-21T16:37:14.940Z Checking getrandom v0.4.1
44552026-05-21T16:37:14.967Z Checking form_urlencoded v1.2.2
44562026-05-21T16:37:14.988Z Checking ordered-float v2.10.1
44572026-05-21T16:37:15.007Z Checking tinystr v0.8.2
44582026-05-21T16:37:15.068Z Checking potential_utf v0.1.4
44592026-05-21T16:37:15.092Z Checking thiserror v2.0.18
44602026-05-21T16:37:15.184Z Checking icu_locale_core v2.1.1
44612026-05-21T16:37:15.195Z Checking icu_collections v2.1.1
44622026-05-21T16:37:15.197Z Checking syn v2.0.117
44632026-05-21T16:37:15.214Z Checking serde-value v0.7.0
44642026-05-21T16:37:15.323Z Checking dtrace-parser v0.2.0
44652026-05-21T16:37:15.412Z Checking thread-id v4.2.2
44662026-05-21T16:37:15.493Z Checking once_cell v1.21.3
44672026-05-21T16:37:15.506Z Checking cargo-platform v0.2.0
44682026-05-21T16:37:15.526Z Checking terminal_size v0.4.3
44692026-05-21T16:37:15.559Z Checking memmap v0.7.0
44702026-05-21T16:37:15.660Z Checking clap_builder v4.5.60
44712026-05-21T16:37:15.663Z Checking tempfile v3.25.0
44722026-05-21T16:37:15.681Z Checking textwrap v0.16.2
44732026-05-21T16:37:15.681Z Checking fs-err v3.3.0
44742026-05-21T16:37:15.731Z Checking icu_provider v2.1.1
44752026-05-21T16:37:15.856Z Checking camino-tempfile v1.4.1
44762026-05-21T16:37:15.867Z Checking tabled v0.15.0
44772026-05-21T16:37:15.884Z Checking anyhow v1.0.102
44782026-05-21T16:37:15.966Z Checking icu_normalizer v2.1.1
44792026-05-21T16:37:15.966Z Checking icu_properties v2.1.2
44802026-05-21T16:37:16.006Z Checking toml v0.8.23
44812026-05-21T16:37:16.079Z Checking macaddr v1.0.1
44822026-05-21T16:37:16.258Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44832026-05-21T16:37:16.318Z Checking cargo_toml v0.21.0
44842026-05-21T16:37:16.733Z Checking dof v0.3.0
44852026-05-21T16:37:16.764Z Checking idna_adapter v1.2.1
44862026-05-21T16:37:16.849Z Checking clap v4.5.60
44872026-05-21T16:37:16.881Z Checking idna v1.1.0
44882026-05-21T16:37:17.001Z Checking usdt-impl v0.5.0
44892026-05-21T16:37:17.106Z Checking url v2.5.8
44902026-05-21T16:37:17.247Z Checking usdt v0.5.0
44912026-05-21T16:37:17.447Z Checking cargo-util-schemas v0.8.2
44922026-05-21T16:37:18.146Z Checking cargo_metadata v0.21.0
44932026-05-21T16:37:18.744Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44942026-05-21T16:37:19.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.39s
44952026-05-21T16:37:19.285Z
44962026-05-21T16:37:19.285Zinfo: running `cargo check --bins` on dnsadm (261/277)
44972026-05-21T16:37:19.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44982026-05-21T16:37:19.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44992026-05-21T16:37:19.926Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45002026-05-21T16:37:20.400Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
45012026-05-21T16:37:20.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
45022026-05-21T16:37:20.988Z
45032026-05-21T16:37:20.988Zinfo: running `cargo check --bins` on end-to-end-tests (262/277)
45042026-05-21T16:37:21.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45052026-05-21T16:37:21.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45062026-05-21T16:37:21.793Z Checking polyval v0.6.2
45072026-05-21T16:37:21.919Z Checking ctr v0.9.2
45082026-05-21T16:37:21.930Z Checking ssh-encoding v0.2.0
45092026-05-21T16:37:21.930Z Checking blowfish v0.9.1
45102026-05-21T16:37:21.951Z Checking password-hash v0.4.2
45112026-05-21T16:37:21.966Z Checking p521 v0.13.3
45122026-05-21T16:37:21.966Z Checking p256 v0.13.2
45132026-05-21T16:37:21.993Z Checking russh-cryptovec v0.7.3
45142026-05-21T16:37:22.059Z Checking ghash v0.5.1
45152026-05-21T16:37:22.072Z Checking bcrypt-pbkdf v0.10.0
45162026-05-21T16:37:22.075Z Checking md5 v0.7.0
45172026-05-21T16:37:22.126Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45182026-05-21T16:37:22.129Z Checking num-bigint v0.4.6
45192026-05-21T16:37:22.168Z Checking pbkdf2 v0.11.0
45202026-05-21T16:37:22.190Z Checking aes-gcm v0.10.3
45212026-05-21T16:37:22.220Z Checking des v0.8.1
45222026-05-21T16:37:22.234Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45232026-05-21T16:37:22.247Z Checking hex-literal v0.4.1
45242026-05-21T16:37:22.339Z Checking ssh-cipher v0.2.0
45252026-05-21T16:37:22.342Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45262026-05-21T16:37:22.366Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45272026-05-21T16:37:22.366Z Checking socket2 v0.5.10
45282026-05-21T16:37:22.392Z Checking internet-checksum v0.2.1
45292026-05-21T16:37:22.512Z Checking ssh-key v0.6.7
45302026-05-21T16:37:22.621Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45312026-05-21T16:37:23.144Z Checking russh-keys v0.45.0
45322026-05-21T16:37:23.684Z Checking russh v0.45.0
45332026-05-21T16:37:39.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.93s
45342026-05-21T16:37:40.134Z
45352026-05-21T16:37:40.134Zinfo: running `cargo check --bins` on gateway-cli (263/277)
45362026-05-21T16:37:40.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45372026-05-21T16:37:40.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45382026-05-21T16:37:40.781Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45392026-05-21T16:37:40.890Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45402026-05-21T16:37:40.897Z Checking termios v0.3.3
45412026-05-21T16:37:42.106Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45422026-05-21T16:37:42.245Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45432026-05-21T16:37:44.044Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45442026-05-21T16:37:44.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.46s
45452026-05-21T16:37:44.795Z
45462026-05-21T16:37:44.795Zinfo: running `cargo check --bins --no-default-features` on installinator (264/277)
45472026-05-21T16:37:45.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45482026-05-21T16:37:45.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45492026-05-21T16:37:45.508Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45502026-05-21T16:37:45.518Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45512026-05-21T16:37:45.631Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45522026-05-21T16:37:45.642Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45532026-05-21T16:37:45.650Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45542026-05-21T16:37:45.658Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45552026-05-21T16:37:46.367Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45562026-05-21T16:37:46.701Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45572026-05-21T16:37:46.701Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45582026-05-21T16:37:47.332Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45592026-05-21T16:37:48.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s
45602026-05-21T16:37:49.178Z
45612026-05-21T16:37:49.178Zinfo: running `cargo check --bins` on internal-dns-cli (265/277)
45622026-05-21T16:37:49.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45632026-05-21T16:37:49.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45642026-05-21T16:37:49.827Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45652026-05-21T16:37:50.282Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45662026-05-21T16:37:50.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
45672026-05-21T16:37:50.784Z
45682026-05-21T16:37:50.784Zinfo: running `cargo check --bins` on omicron-live-tests (266/277)
45692026-05-21T16:37:51.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45702026-05-21T16:37:51.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45712026-05-21T16:37:51.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45722026-05-21T16:37:51.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45732026-05-21T16:37:51.377Z
45742026-05-21T16:37:51.377Zinfo: running `cargo check --bins` on live-tests-macros (267/277)
45752026-05-21T16:37:51.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45762026-05-21T16:37:51.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45772026-05-21T16:37:51.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45782026-05-21T16:37:51.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45792026-05-21T16:37:51.977Z
45802026-05-21T16:37:51.977Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (268/277)
45812026-05-21T16:37:52.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45822026-05-21T16:37:52.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45832026-05-21T16:37:52.736Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45842026-05-21T16:37:53.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
45852026-05-21T16:37:53.561Z
45862026-05-21T16:37:53.561Zinfo: running `cargo check --bins` on omicron-ntp-admin (269/277)
45872026-05-21T16:37:54.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45882026-05-21T16:37:54.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45892026-05-21T16:37:54.304Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45902026-05-21T16:37:54.310Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45912026-05-21T16:37:54.499Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45922026-05-21T16:37:54.499Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45932026-05-21T16:37:55.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s
45942026-05-21T16:37:55.490Z
45952026-05-21T16:37:55.490Zinfo: running `cargo check --bins` on ntp-admin-types (270/277)
45962026-05-21T16:37:55.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45972026-05-21T16:37:55.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45982026-05-21T16:37:55.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45992026-05-21T16:37:56.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46002026-05-21T16:37:56.083Z
46012026-05-21T16:37:56.083Zinfo: running `cargo check --bins` on omicron-package (271/277)
46022026-05-21T16:37:56.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46032026-05-21T16:37:56.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46042026-05-21T16:37:56.772Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
46052026-05-21T16:37:57.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
46062026-05-21T16:37:58.100Z
46072026-05-21T16:37:58.100Zinfo: running `cargo check --bins` on tqdb (272/277)
46082026-05-21T16:37:58.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46092026-05-21T16:37:58.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46102026-05-21T16:37:58.851Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
46112026-05-21T16:37:59.198Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
46122026-05-21T16:37:59.718Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
46132026-05-21T16:37:59.719Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
46142026-05-21T16:38:05.615Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46152026-05-21T16:38:05.624Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46162026-05-21T16:38:06.186Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
46172026-05-21T16:38:06.186Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46182026-05-21T16:38:06.228Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46192026-05-21T16:38:06.228Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46202026-05-21T16:38:06.929Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46212026-05-21T16:38:07.972Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46222026-05-21T16:38:11.934Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46232026-05-21T16:38:11.945Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46242026-05-21T16:38:13.505Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46252026-05-21T16:38:19.846Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46262026-05-21T16:38:19.849Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46272026-05-21T16:38:19.849Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46282026-05-21T16:38:19.849Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46292026-05-21T16:38:21.312Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46302026-05-21T16:38:22.642Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46312026-05-21T16:38:23.309Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46322026-05-21T16:38:24.528Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46332026-05-21T16:38:25.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.01s
46342026-05-21T16:38:25.284Z
46352026-05-21T16:38:25.285Zinfo: running `cargo check --bins` on wicket-dbg (273/277)
46362026-05-21T16:38:25.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46372026-05-21T16:38:25.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46382026-05-21T16:38:25.994Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46392026-05-21T16:38:25.998Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46402026-05-21T16:38:25.998Z Checking rtoolbox v0.0.3
46412026-05-21T16:38:26.125Z Checking tui-tree-widget v0.23.1
46422026-05-21T16:38:26.219Z Checking rpassword v7.4.0
46432026-05-21T16:38:27.229Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46442026-05-21T16:38:30.156Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46452026-05-21T16:38:31.974Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46462026-05-21T16:38:32.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.58s
46472026-05-21T16:38:33.070Z
46482026-05-21T16:38:33.070Zinfo: running `cargo check --bins` on wicket (274/277)
46492026-05-21T16:38:33.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46502026-05-21T16:38:33.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46512026-05-21T16:38:33.761Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46522026-05-21T16:38:34.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
46532026-05-21T16:38:34.329Z
46542026-05-21T16:38:34.329Zinfo: running `cargo check --bins` on wicketd (275/277)
46552026-05-21T16:38:34.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46562026-05-21T16:38:34.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46572026-05-21T16:38:35.040Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46582026-05-21T16:38:35.045Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46592026-05-21T16:38:35.045Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46602026-05-21T16:38:35.045Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46612026-05-21T16:38:36.020Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46622026-05-21T16:38:36.584Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46632026-05-21T16:38:39.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.17s
46642026-05-21T16:38:39.710Z
46652026-05-21T16:38:39.710Zinfo: running `cargo check --bins` on omicron-workspace-hack (276/277)
46662026-05-21T16:38:40.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46672026-05-21T16:38:40.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46682026-05-21T16:38:40.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46692026-05-21T16:38:40.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46702026-05-21T16:38:40.291Z
46712026-05-21T16:38:40.291Zinfo: running `cargo check --bins` on zone-setup (277/277)
46722026-05-21T16:38:40.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46732026-05-21T16:38:40.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46742026-05-21T16:38:40.955Z Checking uzers v0.12.2
46752026-05-21T16:38:41.221Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46762026-05-21T16:38:41.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
46772026-05-21T16:38:42.165Z
46782026-05-21T16:38:42.165Zreal 14:09.356218142
46792026-05-21T16:38:42.165Zuser 20:32.967633763
46802026-05-21T16:38:42.165Zsys 4:15.936679839
46812026-05-21T16:38:42.165Ztrap 0.320016293
46822026-05-21T16:38:42.165Ztflt 1.417533229
46832026-05-21T16:38:42.165Zdflt 1.339033460
46842026-05-21T16:38:42.165Zkflt 0.022549382
46852026-05-21T16:38:42.165Zlock 1:15:38.734324431
46862026-05-21T16:38:42.165Zslp 1:38:27.331532826
46872026-05-21T16:38:42.165Zlat 57.838221871
46882026-05-21T16:38:42.165Zstop 3:29.340048698
46892026-05-21T16:38:42.170Zprocess exited: duration 994018 ms, exit code 0
 
46902026-05-21T16:38:42.178Zfound 0 output files