01KPX6X5NQ8DM0JK9DCZ4FFQ88: 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: 01KPX6XFTG0TN77JRD1GCMVTKQ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-23T13:02:51.463Zjob assigned to worker 01KPX6XPFXSWZ3AHRF95WYFC5A [factory aws, i-00e891dc613116dc2] (queued for 58 s)
 
22026-04-23T13:03:00.002Zstarting task 0: "setup"
32026-04-23T13:03:00.006Z++ uname -s
42026-04-23T13:03:00.009Z+ kern=SunOS
52026-04-23T13:03:00.009Z+ build_user=build
62026-04-23T13:03:00.009Z+ build_uid=12345
72026-04-23T13:03:00.009Z+ work_dir=/work
82026-04-23T13:03:00.009Z+ input_dir=/input
92026-04-23T13:03:00.009Z+ [[ 0 == 12345 ]]
102026-04-23T13:03:00.010Z+ case "$kern" in
112026-04-23T13:03:00.010Z+ groupadd -g 12345 build
122026-04-23T13:03:00.012Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-23T13:03:02.016Z+ zfs create -o mountpoint=/work rpool/work
142026-04-23T13:03:02.114Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-23T13:03:02.117Z+ home_fs=zfs
162026-04-23T13:03:02.117Z+ [[ zfs == autofs ]]
172026-04-23T13:03:02.117Z+ mkdir -p /home/build
182026-04-23T13:03:02.120Z+ chown build:build /home/build /work
192026-04-23T13:03:04.121Z+ chmod 0700 /home/build /work
202026-04-23T13:03:04.124Zprocess exited: duration 4122 ms, exit code 0
 
212026-04-23T13:03:04.129Zstarting task 1: "rust-toolchain"
222026-04-23T13:03:04.134Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-23T13:03:04.134Z * rust toolchain channel = "1.94.0"
242026-04-23T13:03:04.134Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-04-23T13:03:04.134Z * rust toolchain profile = "default"
262026-04-23T13:03:04.134Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-23T13:03:04.134Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-23T13:03:04.137Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-23T13:03:04.137Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-23T13:03:04.248Zinfo: downloading installer
312026-04-23T13:03:05.674Zwarn: It looks like you have an existing rustup settings file at:
322026-04-23T13:03:05.674Zwarn: /home/build/.rustup/settings.toml
332026-04-23T13:03:05.674Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-04-23T13:03:05.674Zwarn: instead of the one inferred from the default host triple.
352026-04-23T13:03:05.686Zinfo: profile set to default
362026-04-23T13:03:05.686Zinfo: default host triple is x86_64-unknown-illumos
372026-04-23T13:03:05.689Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-04-23T13:03:05.826Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-04-23T13:03:05.828Zinfo: downloading 6 components
402026-04-23T13:03:20.674Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-04-23T13:03:20.674Z
422026-04-23T13:03:20.713Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-04-23T13:03:20.713Z
442026-04-23T13:03:20.713Z
452026-04-23T13:03:20.713ZRust is installed now. Great!
462026-04-23T13:03:20.714Z
472026-04-23T13:03:20.717ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-04-23T13:03:20.717Zenvironment variable. This has not been done automatically.
492026-04-23T13:03:20.717Z
502026-04-23T13:03:20.717ZTo configure your current shell, you need to source
512026-04-23T13:03:20.717Zthe corresponding env file under $HOME/.cargo.
522026-04-23T13:03:20.717Z
532026-04-23T13:03:20.717ZThis is usually done by running one of the following (note the leading DOT):
542026-04-23T13:03:20.717Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-04-23T13:03:20.717Zsource "$HOME/.cargo/env.fish" # For fish
562026-04-23T13:03:20.717Zsource "~/.cargo/env.nu" # For nushell
572026-04-23T13:03:20.717Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-04-23T13:03:20.717Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-04-23T13:03:20.717Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-04-23T13:03:20.717Zwarn: no default linker (`cc`) was found in your PATH
612026-04-23T13:03:20.717Zwarn: many Rust crates require a system C toolchain to build
622026-04-23T13:03:20.827Z+ rustup --version
632026-04-23T13:03:20.842Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-04-23T13:03:20.845Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-04-23T13:03:20.870Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-04-23T13:03:20.873Z+ cargo --version
672026-04-23T13:03:20.891Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-04-23T13:03:20.894Z+ rustc --version
692026-04-23T13:03:20.921Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-04-23T13:03:20.924Zprocess exited: duration 16792 ms, exit code 0
 
712026-04-23T13:03:20.930Zstarting task 2: "authentication"
722026-04-23T13:03:20.949Zprocess exited: duration 19 ms, exit code 0
 
732026-04-23T13:03:20.955Zstarting task 3: "clone repository"
742026-04-23T13:03:20.959Z+ mkdir -p /work/oxidecomputer/omicron
752026-04-23T13:03:20.961Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-04-23T13:03:21.165ZCloning into '/work/oxidecomputer/omicron'...
772026-04-23T13:03:30.609Z+ cd /work/oxidecomputer/omicron
782026-04-23T13:03:30.609Z+ git fetch origin 08342e897a9e0fbd2e164c1bdc634b8a45184507
792026-04-23T13:03:30.878ZFrom https://github.com/oxidecomputer/omicron
802026-04-23T13:03:30.878Z * branch 08342e897a9e0fbd2e164c1bdc634b8a45184507 -> FETCH_HEAD
812026-04-23T13:03:30.892Z+ [[ -n helios3 ]]
822026-04-23T13:03:30.894Z++ git branch --show-current
832026-04-23T13:03:30.897Z+ current=main
842026-04-23T13:03:30.897Z+ [[ main != helios3 ]]
852026-04-23T13:03:30.897Z+ git branch -f helios3 08342e897a9e0fbd2e164c1bdc634b8a45184507
862026-04-23T13:03:30.900Z+ git checkout -f helios3
872026-04-23T13:03:31.220ZSwitched to branch 'helios3'
882026-04-23T13:03:31.223Z+ git reset --hard 08342e897a9e0fbd2e164c1bdc634b8a45184507
892026-04-23T13:03:31.239ZHEAD is now at 08342e897 WIP - move to Helios v3
902026-04-23T13:03:31.242Zprocess exited: duration 10284 ms, exit code 0
 
912026-04-23T13:03:31.248Zstarting task 4: "build"
922026-04-23T13:03:31.252Z+ source .github/buildomat/ci-env.sh
932026-04-23T13:03:31.255Z++ export CARGO_TERM_COLOR=always
942026-04-23T13:03:31.255Z++ CARGO_TERM_COLOR=always
952026-04-23T13:03:31.255Z+ cargo --version
962026-04-23T13:03:31.264Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-04-23T13:03:31.267Z+ rustc --version
982026-04-23T13:03:31.293Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-04-23T13:03:31.296Z+ source ./env.sh
1002026-04-23T13:03:31.299Z++ OLD_SHELL_OPTS=ehxB
1012026-04-23T13:03:31.299Z++ set -o xtrace
1022026-04-23T13:03:31.299Z++++ dirname ./env.sh
1032026-04-23T13:03:31.302Z+++ readlink -f .
1042026-04-23T13:03:31.302Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-04-23T13:03:31.302Z++ 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-04-23T13:03:31.302Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-04-23T13:03:31.302Z++ 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-04-23T13:03:31.302Z++ 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-04-23T13:03:31.302Z++ 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-04-23T13:03:31.302Z++ 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-04-23T13:03:31.302Z++ 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-04-23T13:03:31.302Z++ 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-04-23T13:03:31.302Z++ case $OLD_SHELL_OPTS in
1142026-04-23T13:03:31.305Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-04-23T13:03:31.305Z+ 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-04-23T13:03:31.305Z+ 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-04-23T13:03:31.305Z+ banner prerequisites
1182026-04-23T13:03:31.305Z
1192026-04-23T13:03:31.305Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-04-23T13:03:31.305Z # # # # # # # # # # # # # # #
1212026-04-23T13:03:31.305Z # # # # ##### # # ##### # # # # # #### #
1222026-04-23T13:03:31.305Z ##### ##### # ##### # # # # # # # # #
1232026-04-23T13:03:31.305Z # # # # # # # # # # # # # # #
1242026-04-23T13:03:31.305Z # # # ###### # # ###### ### # #### # #### #
1252026-04-23T13:03:31.305Z
1262026-04-23T13:03:31.305Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-04-23T13:03:33.559Z Startup: Refreshing catalog 'helios' ... Done
1282026-04-23T13:03:33.668Z Startup: Caching catalogs ... Done
1292026-04-23T13:03:34.087ZPlanning: Solver setup ... Done (0.367s)
1302026-04-23T13:03:34.113ZPlanning: Running solver ... Done (0.026s)
1312026-04-23T13:03:34.122ZPlanning: Finding local manifests ... Done (0.001s)
1322026-04-23T13:03:34.133ZPlanning: Fetching manifests: 0/2 0% complete
1332026-04-23T13:03:34.158ZPlanning: Fetching manifests: 2/2 100% complete
1342026-04-23T13:03:34.176ZPlanning: Package planning ... Done (0.018s)
1352026-04-23T13:03:34.179ZPlanning: Merging actions ... Done (0.002s)
1362026-04-23T13:03:34.430ZPlanning: Checking for conflicting actions ... Done (0.251s)
1372026-04-23T13:03:34.433ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-04-23T13:03:35.063ZPlanning: Evaluating mediators ... Done (0.632s)
1392026-04-23T13:03:35.066ZPlanning: Planning completed in 1.37 seconds
1402026-04-23T13:03:35.074Z Packages to install: 2
1412026-04-23T13:03:35.076Z Estimated space available: 156.08 GB
1422026-04-23T13:03:35.076ZEstimated space to be consumed: 22.78 MB
1432026-04-23T13:03:35.076Z Create boot environment: No
1442026-04-23T13:03:35.077ZCreate backup boot environment: No
1452026-04-23T13:03:35.077Z Rebuild boot archive: No
1462026-04-23T13:03:35.077Z
1472026-04-23T13:03:35.077ZChanged packages:
1482026-04-23T13:03:35.077Zhelios
1492026-04-23T13:03:35.077Z developer/build-essential
1502026-04-23T13:03:35.077Z None -> 11-3.0
1512026-04-23T13:03:35.077Z library/libxmlsec1
1522026-04-23T13:03:35.077Z None -> 1.2.35-3.0
1532026-04-23T13:03:35.131Z
1542026-04-23T13:03:35.131ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-04-23T13:03:35.828ZDownload: Completed 1.28 MB in 0.70 seconds (1.8M/s)
1562026-04-23T13:03:35.912Z Actions: 1/268 actions (Installing new actions)
1572026-04-23T13:03:35.966Z Actions: Completed 268 actions in 0.05 seconds.
1582026-04-23T13:03:35.977ZFinalize: Updating package state database ... Done (0.010s)
1592026-04-23T13:03:35.980ZFinalize: Updating package cache ... Done (0.000s)
1602026-04-23T13:03:36.004ZFinalize: Updating image state ... Done (0.027s)
1612026-04-23T13:03:39.002ZFinalize: Creating fast lookup database ... Done (2.970s)
1622026-04-23T13:03:39.080ZFinalize: Reading search index ... Done (0.013s)
1632026-04-23T13:03:39.083ZFinalize: Updating search index ... Done (0.000s)
1642026-04-23T13:03:39.197ZFinalize: Updating package cache ... Done (0.000s)
1652026-04-23T13:03:39.589ZPlanning: Evaluating mediator changes ... Done
1662026-04-23T13:03:39.730ZPlanning: Checking for conflicting actions ... Done
1672026-04-23T13:03:39.733ZPlanning: Consolidating action changes ... Done
1682026-04-23T13:03:39.968ZPlanning: Evaluating mediators ... Done
1692026-04-23T13:03:39.972ZPlanning: Planning completed in 0.38 seconds
1702026-04-23T13:03:40.000Z Mediators to change: 2
1712026-04-23T13:03:40.000Z Create boot environment: No
1722026-04-23T13:03:40.003ZCreate backup boot environment: No
1732026-04-23T13:03:40.062ZFinalize: Updating package state database ... Done
1742026-04-23T13:03:40.063ZFinalize: Updating package cache ... Done
1752026-04-23T13:03:40.079ZFinalize: Updating image state ... Done
1762026-04-23T13:03:42.874ZFinalize: Creating fast lookup database ... Done
1772026-04-23T13:03:42.952ZFinalize: Reading search index ... Done
1782026-04-23T13:03:42.955ZFinalize: Updating search index ... Done
1792026-04-23T13:03:43.047ZFinalize: Updating package cache ... Done
1802026-04-23T13:03:43.423ZPlanning: Evaluating mediator changes ... Done
1812026-04-23T13:03:43.564ZPlanning: Checking for conflicting actions ... Done
1822026-04-23T13:03:43.567ZPlanning: Consolidating action changes ... Done
1832026-04-23T13:03:43.799ZPlanning: Evaluating mediators ... Done
1842026-04-23T13:03:43.802ZPlanning: Planning completed in 0.38 seconds
1852026-04-23T13:03:43.830Z Mediators to change: 1
1862026-04-23T13:03:43.830Z Create boot environment: No
1872026-04-23T13:03:43.833ZCreate backup boot environment: No
1882026-04-23T13:03:43.901ZFinalize: Updating package state database ... Done
1892026-04-23T13:03:43.901ZFinalize: Updating package cache ... Done
1902026-04-23T13:03:43.917ZFinalize: Updating image state ... Done
1912026-04-23T13:03:46.706ZFinalize: Creating fast lookup database ... Done
1922026-04-23T13:03:46.785ZFinalize: Reading search index ... Done
1932026-04-23T13:03:46.788ZFinalize: Updating search index ... Done
1942026-04-23T13:03:46.866ZFinalize: Updating package cache ... Done
1952026-04-23T13:03:47.283ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-04-23T13:03:47.283Zapache system 2.4 system
1972026-04-23T13:03:47.283Zclang system 15 system
1982026-04-23T13:03:47.283Zcsh system system illumos
1992026-04-23T13:03:47.283Zctags system system illumos
2002026-04-23T13:03:47.283Zfile vendor vendor darwinsys
2012026-04-23T13:03:47.283Zfile system system illumos
2022026-04-23T13:03:47.283Zgcc vendor 14 vendor
2032026-04-23T13:03:47.283Zgcc system 13 system
2042026-04-23T13:03:47.283Zgcc system 10 system
2052026-04-23T13:03:47.283Zgo system 1.25 system
2062026-04-23T13:03:47.283Zllvm system 15 system
2072026-04-23T13:03:47.283Zmariadb system 11.4 system
2082026-04-23T13:03:47.283Zmta vendor vendor dma
2092026-04-23T13:03:47.283Zopenjdk system 17 system
2102026-04-23T13:03:47.283Zopenjdk system 11 system
2112026-04-23T13:03:47.283Zopenssl vendor 3 vendor
2122026-04-23T13:03:47.283Zperl system 5.40 system
2132026-04-23T13:03:47.283Zpostgresql system 18 system
2142026-04-23T13:03:47.284Zpostgresql system 17 system
2152026-04-23T13:03:47.284Zpython vendor 3 vendor
2162026-04-23T13:03:47.284Zpython system 2 system
2172026-04-23T13:03:47.284Zpython3 vendor 3.13 vendor
2182026-04-23T13:03:47.284Zruby system 3.4 system
2192026-04-23T13:03:47.284Zruby system 3.0 system
2202026-04-23T13:03:47.284Zwords vendor vendor american-english
2212026-04-23T13:03:47.284Zwords system system australian-english
2222026-04-23T13:03:47.284Zwords system system british-english
2232026-04-23T13:03:47.284Zwords system system canadian-english
2242026-04-23T13:03:47.284Zwords system system french
2252026-04-23T13:03:47.284Zwords system system italian
2262026-04-23T13:03:47.284Zwords system system ngerman
2272026-04-23T13:03:47.284Zwords system system ogerman
2282026-04-23T13:03:47.284Zwords system system spanish
2292026-04-23T13:03:47.618ZPUBLISHER TYPE STATUS P LOCATION
2302026-04-23T13:03:47.618Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-04-23T13:03:48.000ZFMRI IFO
2322026-04-23T13:03:48.000Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-04-23T13:03:48.000Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-04-23T13:03:48.000Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-04-23T13:03:48.000Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-04-23T13:03:48.001Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-04-23T13:03:48.001Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-04-23T13:03:48.001Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-04-23T13:03:48.001Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-04-23T13:03:48.001Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-04-23T13:03:48.308Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-04-23T13:03:48.594Z Updating crates.io index
2432026-04-23T13:03:48.629Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-04-23T13:03:49.354Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-04-23T13:03:49.789Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-04-23T13:03:50.422Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-04-23T13:03:51.300Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-04-23T13:03:51.812Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-04-23T13:03:53.414Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-04-23T13:03:54.335Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-04-23T13:03:54.644Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-04-23T13:03:55.596Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-04-23T13:03:56.031Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-04-23T13:03:56.674Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-04-23T13:03:56.949Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-04-23T13:03:58.012Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-04-23T13:03:58.542Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2582026-04-23T13:03:58.894Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2592026-04-23T13:03:59.252Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2602026-04-23T13:03:59.615Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2612026-04-23T13:03:59.954Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2622026-04-23T13:04:00.208Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2632026-04-23T13:04:00.489Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2642026-04-23T13:04:00.919Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2652026-04-23T13:04:01.428Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2662026-04-23T13:04:01.964Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2672026-04-23T13:04:02.431Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2682026-04-23T13:04:02.765Z Updating git repository `https://github.com/oxidecomputer/ispf`
2692026-04-23T13:04:03.875Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2702026-04-23T13:04:04.501Z Updating git repository `https://github.com/oxidecomputer/crucible`
2712026-04-23T13:04:05.101Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2722026-04-23T13:04:05.634Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2732026-04-23T13:04:06.159Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2742026-04-23T13:04:06.587Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752026-04-23T13:04:06.858Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2762026-04-23T13:04:07.501Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2772026-04-23T13:04:07.769Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2782026-04-23T13:04:08.063Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2792026-04-23T13:04:08.314Z Updating git repository `https://github.com/illumos/smf-rs`
2802026-04-23T13:04:08.737Z Updating git repository `https://github.com/oxidecomputer/omicron`
2812026-04-23T13:04:23.006Z Downloading crates ...
2822026-04-23T13:04:23.069Z Downloaded anyhow v1.0.102
2832026-04-23T13:04:23.073Z Downloaded bitflags v2.11.0
2842026-04-23T13:04:23.076Z Downloaded anstyle-parse v0.2.7
2852026-04-23T13:04:23.080Z Downloaded camino v1.2.2
2862026-04-23T13:04:23.083Z Downloaded byteorder v1.5.0
2872026-04-23T13:04:23.083Z Downloaded anstream v0.6.21
2882026-04-23T13:04:23.088Z Downloaded cfg-if v1.0.4
2892026-04-23T13:04:23.091Z Downloaded textwrap v0.16.2
2902026-04-23T13:04:23.094Z Downloaded thiserror-impl v2.0.18
2912026-04-23T13:04:23.094Z Downloaded cargo_metadata v0.21.0
2922026-04-23T13:04:23.098Z Downloaded bytecount v0.6.9
2932026-04-23T13:04:23.098Z Downloaded smawk v0.3.2
2942026-04-23T13:04:23.098Z Downloaded anstyle-query v1.1.5
2952026-04-23T13:04:23.102Z Downloaded version_check v0.9.5
2962026-04-23T13:04:23.102Z Downloaded potential_utf v0.1.4
2972026-04-23T13:04:23.104Z Downloaded heck v0.5.0
2982026-04-23T13:04:23.104Z Downloaded fastrand v2.3.0
2992026-04-23T13:04:23.104Z Downloaded digest v0.10.7
3002026-04-23T13:04:23.107Z Downloaded dof v0.3.0
3012026-04-23T13:04:23.107Z Downloaded usdt v0.5.0
3022026-04-23T13:04:23.107Z Downloaded typeid v1.0.3
3032026-04-23T13:04:23.110Z Downloaded colorchoice v1.0.4
3042026-04-23T13:04:23.113Z Downloaded form_urlencoded v1.2.2
3052026-04-23T13:04:23.113Z Downloaded errno v0.3.14
3062026-04-23T13:04:23.113Z Downloaded dtrace-parser v0.2.0
3072026-04-23T13:04:23.116Z Downloaded crypto-common v0.1.7
3082026-04-23T13:04:23.116Z Downloaded block-buffer v0.10.4
3092026-04-23T13:04:23.116Z Downloaded unicode-linebreak v0.1.5
3102026-04-23T13:04:23.118Z Downloaded yoke-derive v0.8.1
3112026-04-23T13:04:23.118Z Downloaded thread-id v4.2.2
3122026-04-23T13:04:23.121Z Downloaded swrite v0.1.0
3132026-04-23T13:04:23.121Z Downloaded zerofrom-derive v0.1.6
3142026-04-23T13:04:23.121Z Downloaded toml_datetime v0.6.11
3152026-04-23T13:04:23.124Z Downloaded scroll_derive v0.12.1
3162026-04-23T13:04:23.124Z Downloaded generic-array v0.14.7
3172026-04-23T13:04:23.124Z Downloaded utf8_iter v1.0.4
3182026-04-23T13:04:23.126Z Downloaded thiserror-impl v1.0.69
3192026-04-23T13:04:23.127Z Downloaded cargo-platform v0.2.0
3202026-04-23T13:04:23.127Z Downloaded usdt-macro v0.5.0
3212026-04-23T13:04:23.129Z Downloaded toml_write v0.1.2
3222026-04-23T13:04:23.129Z Downloaded once_cell v1.21.3
3232026-04-23T13:04:23.132Z Downloaded clap_lex v1.0.0
3242026-04-23T13:04:23.132Z Downloaded proc-macro-error-attr v1.0.4
3252026-04-23T13:04:23.132Z Downloaded zerofrom v0.1.6
3262026-04-23T13:04:23.132Z Downloaded memmap v0.7.0
3272026-04-23T13:04:23.135Z Downloaded zerovec-derive v0.11.2
3282026-04-23T13:04:23.135Z Downloaded utf8parse v0.2.2
3292026-04-23T13:04:23.135Z Downloaded usdt-attr-macro v0.5.0
3302026-04-23T13:04:23.137Z Downloaded tinystr v0.8.2
3312026-04-23T13:04:23.137Z Downloaded stable_deref_trait v1.2.1
3322026-04-23T13:04:23.140Z Downloaded serde-value v0.7.0
3332026-04-23T13:04:23.140Z Downloaded pretty-hex v0.4.1
3342026-04-23T13:04:23.140Z Downloaded writeable v0.6.2
3352026-04-23T13:04:23.143Z Downloaded yoke v0.8.1
3362026-04-23T13:04:23.143Z Downloaded zmij v1.0.21
3372026-04-23T13:04:23.145Z Downloaded heck v0.4.1
3382026-04-23T13:04:23.145Z Downloaded fnv v1.0.7
3392026-04-23T13:04:23.145Z Downloaded usdt-impl v0.5.0
3402026-04-23T13:04:23.148Z Downloaded unicode-xid v0.2.6
3412026-04-23T13:04:23.148Z Downloaded thiserror v2.0.18
3422026-04-23T13:04:23.151Z Downloaded zerocopy-derive v0.7.35
3432026-04-23T13:04:23.154Z Downloaded plain v0.2.3
3442026-04-23T13:04:23.157Z Downloaded equivalent v1.0.2
3452026-04-23T13:04:23.157Z Downloaded macaddr v1.0.1
3462026-04-23T13:04:23.157Z Downloaded terminal_size v0.4.3
3472026-04-23T13:04:23.159Z Downloaded toml v0.8.23
3482026-04-23T13:04:23.164Z Downloaded erased-serde v0.4.9
3492026-04-23T13:04:23.168Z Downloaded ucd-trie v0.1.7
3502026-04-23T13:04:23.171Z Downloaded cargo_toml v0.21.0
3512026-04-23T13:04:23.173Z Downloaded thiserror v1.0.69
3522026-04-23T13:04:23.176Z Downloaded fs-err v3.3.0
3532026-04-23T13:04:23.178Z Downloaded unicode-ident v1.0.24
3542026-04-23T13:04:23.184Z Downloaded is_terminal_polyfill v1.70.2
3552026-04-23T13:04:23.187Z Downloaded serde_spanned v0.6.9
3562026-04-23T13:04:23.190Z Downloaded zerotrie v0.2.3
3572026-04-23T13:04:23.190Z Downloaded url v2.5.8
3582026-04-23T13:04:23.193Z Downloaded strsim v0.11.1
3592026-04-23T13:04:23.195Z Downloaded ordered-float v2.10.1
3602026-04-23T13:04:23.195Z Downloaded toml_edit v0.22.27
3612026-04-23T13:04:23.198Z Downloaded tabled_derive v0.7.0
3622026-04-23T13:04:23.198Z Downloaded zerovec v0.11.5
3632026-04-23T13:04:23.201Z Downloaded serde_tokenstream v0.2.3
3642026-04-23T13:04:23.204Z Downloaded clap_derive v4.5.55
3652026-04-23T13:04:23.207Z Downloaded idna_adapter v1.2.1
3662026-04-23T13:04:23.207Z Downloaded typenum v1.19.0
3672026-04-23T13:04:23.207Z Downloaded cpufeatures v0.2.17
3682026-04-23T13:04:23.209Z Downloaded winnow v0.7.14
3692026-04-23T13:04:23.215Z Downloaded serde-untagged v0.1.9
3702026-04-23T13:04:23.217Z Downloaded semver v1.0.27
3712026-04-23T13:04:23.218Z Downloaded zerocopy v0.7.35
3722026-04-23T13:04:23.228Z Downloaded proc-macro-error v1.0.4
3732026-04-23T13:04:23.231Z Downloaded percent-encoding v2.3.2
3742026-04-23T13:04:23.234Z Downloaded autocfg v1.5.0
3752026-04-23T13:04:23.234Z Downloaded sha2 v0.10.9
3762026-04-23T13:04:23.236Z Downloaded scroll v0.12.0
3772026-04-23T13:04:23.236Z Downloaded anstyle v1.0.13
3782026-04-23T13:04:23.239Z Downloaded unicode-width v0.2.0
3792026-04-23T13:04:23.242Z Downloaded unicode-width v0.1.14
3802026-04-23T13:04:23.245Z Downloaded displaydoc v0.2.5
3812026-04-23T13:04:23.249Z Downloaded camino-tempfile v1.4.1
3822026-04-23T13:04:23.251Z Downloaded icu_locale_core v2.1.1
3832026-04-23T13:04:23.254Z Downloaded pest_generator v2.8.6
3842026-04-23T13:04:23.257Z Downloaded pest_derive v2.8.6
3852026-04-23T13:04:23.262Z Downloaded itoa v1.0.17
3862026-04-23T13:04:23.264Z Downloaded smallvec v1.15.1
3872026-04-23T13:04:23.272Z Downloaded tempfile v3.25.0
3882026-04-23T13:04:23.275Z Downloaded papergrid v0.11.0
3892026-04-23T13:04:23.278Z Downloaded cargo-util-schemas v0.8.2
3902026-04-23T13:04:23.281Z Downloaded serde_derive v1.0.228
3912026-04-23T13:04:23.293Z Downloaded quote v1.0.44
3922026-04-23T13:04:23.299Z Downloaded log v0.4.29
3932026-04-23T13:04:23.302Z Downloaded icu_properties v2.1.2
3942026-04-23T13:04:23.304Z Downloaded num-traits v0.2.19
3952026-04-23T13:04:23.308Z Downloaded synstructure v0.13.2
3962026-04-23T13:04:23.311Z Downloaded icu_provider v2.1.1
3972026-04-23T13:04:23.317Z Downloaded clap v4.5.60
3982026-04-23T13:04:23.323Z Downloaded serde_core v1.0.228
3992026-04-23T13:04:23.326Z Downloaded litemap v0.8.1
4002026-04-23T13:04:23.329Z Downloaded icu_normalizer v2.1.1
4012026-04-23T13:04:23.332Z Downloaded getrandom v0.4.1
4022026-04-23T13:04:23.334Z Downloaded icu_collections v2.1.1
4032026-04-23T13:04:23.339Z Downloaded icu_normalizer_data v2.1.1
4042026-04-23T13:04:23.344Z Downloaded proc-macro2 v1.0.106
4052026-04-23T13:04:23.352Z Downloaded memchr v2.8.0
4062026-04-23T13:04:23.355Z Downloaded indexmap v2.13.0
4072026-04-23T13:04:23.358Z Downloaded serde v1.0.228
4082026-04-23T13:04:23.365Z Downloaded pest_meta v2.8.6
4092026-04-23T13:04:23.381Z Downloaded pest v2.8.6
4102026-04-23T13:04:23.389Z Downloaded hashbrown v0.16.1
4112026-04-23T13:04:23.397Z Downloaded serde_json v1.0.149
4122026-04-23T13:04:23.402Z Downloaded idna v1.1.0
4132026-04-23T13:04:23.424Z Downloaded icu_properties_data v2.1.2
4142026-04-23T13:04:23.431Z Downloaded tabled v0.15.0
4152026-04-23T13:04:23.441Z Downloaded clap_builder v4.5.60
4162026-04-23T13:04:23.445Z Downloaded goblin v0.8.2
4172026-04-23T13:04:23.449Z Downloaded syn v1.0.109
4182026-04-23T13:04:23.479Z Downloaded syn v2.0.117
4192026-04-23T13:04:23.487Z Downloaded rustix v1.1.3
4202026-04-23T13:04:23.516Z Downloaded libc v0.2.185
4212026-04-23T13:04:23.605Z Compiling proc-macro2 v1.0.106
4222026-04-23T13:04:23.605Z Compiling quote v1.0.44
4232026-04-23T13:04:23.611Z Compiling unicode-ident v1.0.24
4242026-04-23T13:04:23.611Z Compiling serde_core v1.0.228
4252026-04-23T13:04:23.611Z Compiling libc v0.2.185
4262026-04-23T13:04:23.611Z Compiling version_check v0.9.5
4272026-04-23T13:04:23.611Z Compiling serde v1.0.228
4282026-04-23T13:04:23.611Z Compiling memchr v2.8.0
4292026-04-23T13:04:24.014Z Compiling stable_deref_trait v1.2.1
4302026-04-23T13:04:24.105Z Compiling zmij v1.0.21
4312026-04-23T13:04:24.411Z Compiling itoa v1.0.17
4322026-04-23T13:04:24.479Z Compiling autocfg v1.5.0
4332026-04-23T13:04:24.662Z Compiling ucd-trie v0.1.7
4342026-04-23T13:04:24.722Z Compiling thiserror v1.0.69
4352026-04-23T13:04:24.833Z Compiling litemap v0.8.1
4362026-04-23T13:04:24.912Z Compiling pest v2.8.6
4372026-04-23T13:04:24.994Z Compiling writeable v0.6.2
4382026-04-23T13:04:25.098Z Compiling rustix v1.1.3
4392026-04-23T13:04:25.356Z Compiling icu_normalizer_data v2.1.1
4402026-04-23T13:04:25.452Z Compiling byteorder v1.5.0
4412026-04-23T13:04:25.545Z Compiling syn v2.0.117
4422026-04-23T13:04:25.580Z Compiling icu_properties_data v2.1.2
4432026-04-23T13:04:25.708Z Compiling errno v0.3.14
4442026-04-23T13:04:25.753Z Compiling bitflags v2.11.0
4452026-04-23T13:04:25.831Z Compiling serde_json v1.0.149
4462026-04-23T13:04:26.045Z Compiling num-traits v0.2.19
4472026-04-23T13:04:26.116Z Compiling typeid v1.0.3
4482026-04-23T13:04:26.268Z Compiling smallvec v1.15.1
4492026-04-23T13:04:26.328Z Compiling hashbrown v0.16.1
4502026-04-23T13:04:26.444Z Compiling pest_meta v2.8.6
4512026-04-23T13:04:26.536Z Compiling equivalent v1.0.2
4522026-04-23T13:04:26.695Z Compiling thread-id v4.2.2
4532026-04-23T13:04:26.797Z Compiling usdt-impl v0.5.0
4542026-04-23T13:04:26.899Z Compiling proc-macro-error-attr v1.0.4
4552026-04-23T13:04:27.059Z Compiling indexmap v2.13.0
4562026-04-23T13:04:27.059Z Compiling erased-serde v0.4.9
4572026-04-23T13:04:27.104Z Compiling syn v1.0.109
4582026-04-23T13:04:27.126Z Compiling toml_write v0.1.2
4592026-04-23T13:04:27.389Z Compiling winnow v0.7.14
4602026-04-23T13:04:27.919Z Compiling proc-macro-error v1.0.4
4612026-04-23T13:04:27.942Z Compiling camino v1.2.2
4622026-04-23T13:04:28.161Z Compiling utf8parse v0.2.2
4632026-04-23T13:04:28.308Z Compiling thiserror v2.0.18
4642026-04-23T13:04:28.354Z Compiling utf8_iter v1.0.4
4652026-04-23T13:04:28.546Z Compiling percent-encoding v2.3.2
4662026-04-23T13:04:28.636Z Compiling log v0.4.29
4672026-04-23T13:04:28.735Z Compiling plain v0.2.3
4682026-04-23T13:04:28.788Z Compiling getrandom v0.4.1
4692026-04-23T13:04:28.874Z Compiling form_urlencoded v1.2.2
4702026-04-23T13:04:28.874Z Compiling ordered-float v2.10.1
4712026-04-23T13:04:29.020Z Compiling anstyle-parse v0.2.7
4722026-04-23T13:04:29.260Z Compiling terminal_size v0.4.3
4732026-04-23T13:04:29.306Z Compiling synstructure v0.13.2
4742026-04-23T13:04:29.459Z Compiling pest_generator v2.8.6
4752026-04-23T13:04:29.483Z Compiling anstyle-query v1.1.5
4762026-04-23T13:04:29.518Z Compiling pretty-hex v0.4.1
4772026-04-23T13:04:29.623Z Compiling colorchoice v1.0.4
4782026-04-23T13:04:29.659Z Compiling anstyle v1.0.13
4792026-04-23T13:04:29.692Z Compiling is_terminal_polyfill v1.70.2
4802026-04-23T13:04:29.769Z Compiling cfg-if v1.0.4
4812026-04-23T13:04:29.769Z Compiling serde-untagged v0.1.9
4822026-04-23T13:04:29.885Z Compiling anstream v0.6.21
4832026-04-23T13:04:30.084Z Compiling semver v1.0.27
4842026-04-23T13:04:30.164Z Compiling fs-err v3.3.0
4852026-04-23T13:04:30.290Z Compiling strsim v0.11.1
4862026-04-23T13:04:30.401Z Compiling unicode-width v0.1.14
4872026-04-23T13:04:30.424Z Compiling fnv v1.0.7
4882026-04-23T13:04:30.492Z Compiling once_cell v1.21.3
4892026-04-23T13:04:30.517Z Compiling unicode-xid v0.2.6
4902026-04-23T13:04:30.548Z Compiling anyhow v1.0.102
4912026-04-23T13:04:30.674Z Compiling bytecount v0.6.9
4922026-04-23T13:04:30.754Z Compiling heck v0.4.1
4932026-04-23T13:04:30.754Z Compiling clap_lex v1.0.0
4942026-04-23T13:04:30.857Z Compiling fastrand v2.3.0
4952026-04-23T13:04:30.951Z Compiling heck v0.5.0
4962026-04-23T13:04:31.061Z Compiling clap_builder v4.5.60
4972026-04-23T13:04:31.202Z Compiling tempfile v3.25.0
4982026-04-23T13:04:31.226Z Compiling papergrid v0.11.0
4992026-04-23T13:04:31.371Z Compiling memmap v0.7.0
5002026-04-23T13:04:31.393Z Compiling unicode-width v0.2.0
5012026-04-23T13:04:31.604Z Compiling smawk v0.3.2
5022026-04-23T13:04:31.696Z Compiling unicode-linebreak v0.1.5
5032026-04-23T13:04:31.741Z Compiling camino-tempfile v1.4.1
5042026-04-23T13:04:31.849Z Compiling serde_derive v1.0.228
5052026-04-23T13:04:32.068Z Compiling zerofrom-derive v0.1.6
5062026-04-23T13:04:32.091Z Compiling yoke-derive v0.8.1
5072026-04-23T13:04:32.195Z Compiling zerovec-derive v0.11.2
5082026-04-23T13:04:32.219Z Compiling displaydoc v0.2.5
5092026-04-23T13:04:33.204Z Compiling thiserror-impl v1.0.69
5102026-04-23T13:04:33.248Z Compiling zerocopy-derive v0.7.35
5112026-04-23T13:04:33.689Z Compiling pest_derive v2.8.6
5122026-04-23T13:04:33.713Z Compiling scroll_derive v0.12.1
5132026-04-23T13:04:34.010Z Compiling zerofrom v0.1.6
5142026-04-23T13:04:34.177Z Compiling yoke v0.8.1
5152026-04-23T13:04:34.224Z Compiling thiserror-impl v2.0.18
5162026-04-23T13:04:34.394Z Compiling zerovec v0.11.5
5172026-04-23T13:04:34.421Z Compiling zerotrie v0.2.3
5182026-04-23T13:04:34.577Z Compiling zerocopy v0.7.35
5192026-04-23T13:04:34.818Z Compiling scroll v0.12.0
5202026-04-23T13:04:35.012Z Compiling tinystr v0.8.2
5212026-04-23T13:04:35.079Z Compiling potential_utf v0.1.4
5222026-04-23T13:04:35.167Z Compiling dtrace-parser v0.2.0
5232026-04-23T13:04:35.280Z Compiling icu_locale_core v2.1.1
5242026-04-23T13:04:35.307Z Compiling icu_collections v2.1.1
5252026-04-23T13:04:35.369Z Compiling goblin v0.8.2
5262026-04-23T13:04:35.372Z Compiling tabled_derive v0.7.0
5272026-04-23T13:04:35.957Z Compiling clap_derive v4.5.55
5282026-04-23T13:04:36.176Z Compiling icu_provider v2.1.1
5292026-04-23T13:04:36.228Z Compiling textwrap v0.16.2
5302026-04-23T13:04:36.525Z Compiling icu_properties v2.1.2
5312026-04-23T13:04:36.571Z Compiling icu_normalizer v2.1.1
5322026-04-23T13:04:36.596Z Compiling toml_datetime v0.6.11
5332026-04-23T13:04:36.599Z Compiling serde_spanned v0.6.9
5342026-04-23T13:04:36.599Z Compiling dof v0.3.0
5352026-04-23T13:04:36.845Z Compiling serde_tokenstream v0.2.3
5362026-04-23T13:04:36.919Z Compiling toml_edit v0.22.27
5372026-04-23T13:04:37.214Z Compiling serde-value v0.7.0
5382026-04-23T13:04:37.315Z Compiling cargo-platform v0.2.0
5392026-04-23T13:04:37.345Z Compiling tabled v0.15.0
5402026-04-23T13:04:37.680Z Compiling macaddr v1.0.1
5412026-04-23T13:04:37.856Z Compiling idna_adapter v1.2.1
5422026-04-23T13:04:37.982Z Compiling usdt-attr-macro v0.5.0
5432026-04-23T13:04:38.042Z Compiling idna v1.1.0
5442026-04-23T13:04:38.115Z Compiling usdt-macro v0.5.0
5452026-04-23T13:04:38.191Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5462026-04-23T13:04:38.412Z Compiling url v2.5.8
5472026-04-23T13:04:38.871Z Compiling clap v4.5.60
5482026-04-23T13:04:38.918Z Compiling toml v0.8.23
5492026-04-23T13:04:38.943Z Compiling swrite v0.1.0
5502026-04-23T13:04:39.389Z Compiling usdt v0.5.0
5512026-04-23T13:04:39.456Z Compiling cargo-util-schemas v0.8.2
5522026-04-23T13:04:39.600Z Compiling cargo_toml v0.21.0
5532026-04-23T13:04:40.688Z Compiling cargo_metadata v0.21.0
5542026-04-23T13:04:42.000Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5552026-04-23T13:04:44.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.73s
5562026-04-23T13:04:45.145Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5572026-04-23T13:04:45.904Z Downloading crates ...
5582026-04-23T13:04:46.020Z Downloaded aead v0.5.2
5592026-04-23T13:04:46.024Z Downloaded adler2 v2.0.1
5602026-04-23T13:04:46.034Z Downloaded atomicwrites v0.4.4
5612026-04-23T13:04:46.043Z Downloaded crc32fast v1.5.0
5622026-04-23T13:04:46.043Z Downloaded base64ct v1.8.3
5632026-04-23T13:04:46.043Z Downloaded allocator-api2 v0.2.21
5642026-04-23T13:04:46.056Z Downloaded aes-gcm v0.10.3
5652026-04-23T13:04:46.056Z Downloaded debug-ignore v1.0.5
5662026-04-23T13:04:46.056Z Downloaded aes v0.8.4
5672026-04-23T13:04:46.056Z Downloaded castaway v0.2.4
5682026-04-23T13:04:46.056Z Downloaded dirs-sys-next v0.1.2
5692026-04-23T13:04:46.061Z Downloaded downcast-rs v2.0.2
5702026-04-23T13:04:46.061Z Downloaded ciborium-io v0.2.2
5712026-04-23T13:04:46.061Z Downloaded defmt v0.3.100
5722026-04-23T13:04:46.061Z Downloaded atty v0.2.14
5732026-04-23T13:04:46.061Z Downloaded dropshot-api-manager-types v0.6.0
5742026-04-23T13:04:46.061Z Downloaded dsl_auto_type v0.2.0
5752026-04-23T13:04:46.061Z Downloaded defmt-parser v1.0.0
5762026-04-23T13:04:46.061Z Downloaded bit-set v0.8.0
5772026-04-23T13:04:46.065Z Downloaded cfg_aliases v0.2.1
5782026-04-23T13:04:46.065Z Downloaded base16ct v0.2.0
5792026-04-23T13:04:46.065Z Downloaded async-stream v0.3.6
5802026-04-23T13:04:46.065Z Downloaded compression-core v0.4.31
5812026-04-23T13:04:46.069Z Downloaded crucible-workspace-hack v0.1.0
5822026-04-23T13:04:46.069Z Downloaded cobs v0.3.0
5832026-04-23T13:04:46.069Z Downloaded block-padding v0.3.3
5842026-04-23T13:04:46.069Z Downloaded async-recursion v1.1.1
5852026-04-23T13:04:46.072Z Downloaded env_logger v0.11.9
5862026-04-23T13:04:46.075Z Downloaded derive_builder_core v0.20.2
5872026-04-23T13:04:46.078Z Downloaded filetime v0.2.27
5882026-04-23T13:04:46.078Z Downloaded ff v0.13.1
5892026-04-23T13:04:46.081Z Downloaded cbc v0.1.2
5902026-04-23T13:04:46.081Z Downloaded async-trait v0.1.89
5912026-04-23T13:04:46.086Z Downloaded dyn-clone v1.0.20
5922026-04-23T13:04:46.089Z Downloaded dtrace-parser v0.3.0
5932026-04-23T13:04:46.089Z Downloaded bitfield-struct v0.6.2
5942026-04-23T13:04:46.089Z Downloaded display-error-chain v0.2.2
5952026-04-23T13:04:46.091Z Downloaded console v0.16.2
5962026-04-23T13:04:46.092Z Downloaded float-ord v0.3.2
5972026-04-23T13:04:46.094Z Downloaded data-encoding v2.10.0
5982026-04-23T13:04:46.094Z Downloaded dropshot_endpoint v0.17.0
5992026-04-23T13:04:46.103Z Downloaded convert_case v0.4.0
6002026-04-23T13:04:46.103Z Downloaded cfg_aliases v0.1.1
6012026-04-23T13:04:46.103Z Downloaded dunce v1.0.5
6022026-04-23T13:04:46.103Z Downloaded dirs-next v2.0.0
6032026-04-23T13:04:46.104Z Downloaded diesel_table_macro_syntax v0.3.0
6042026-04-23T13:04:46.104Z Downloaded crc v3.4.0
6052026-04-23T13:04:46.104Z Downloaded cargo-platform v0.1.9
6062026-04-23T13:04:46.107Z Downloaded darling_macro v0.23.0
6072026-04-23T13:04:46.107Z Downloaded cstr-argument v0.1.2
6082026-04-23T13:04:46.107Z Downloaded ascii-canvas v3.0.0
6092026-04-23T13:04:46.107Z Downloaded flagset v0.4.7
6102026-04-23T13:04:46.110Z Downloaded array-init v0.0.4
6112026-04-23T13:04:46.110Z Downloaded der v0.7.10
6122026-04-23T13:04:46.113Z Downloaded difflib v0.4.0
6132026-04-23T13:04:46.116Z Downloaded atomic-waker v1.1.2
6142026-04-23T13:04:46.116Z Downloaded bcrypt-pbkdf v0.10.0
6152026-04-23T13:04:46.122Z Downloaded fixedbitset v0.4.2
6162026-04-23T13:04:46.122Z Downloaded crc-catalog v2.4.0
6172026-04-23T13:04:46.125Z Downloaded dof v0.4.0
6182026-04-23T13:04:46.125Z Downloaded foreign-types-shared v0.1.1
6192026-04-23T13:04:46.125Z Downloaded cpufeatures v0.3.0
6202026-04-23T13:04:46.125Z Downloaded backoff v0.4.0
6212026-04-23T13:04:46.129Z Downloaded bit-set v0.5.3
6222026-04-23T13:04:46.129Z Downloaded bitfield-macros v0.19.4
6232026-04-23T13:04:46.129Z Downloaded assert_matches v1.5.0
6242026-04-23T13:04:46.129Z Downloaded enum-as-inner v0.6.1
6252026-04-23T13:04:46.132Z Downloaded diff v0.1.13
6262026-04-23T13:04:46.134Z Downloaded darling_core v0.21.3
6272026-04-23T13:04:46.137Z Downloaded csv-core v0.1.13
6282026-04-23T13:04:46.141Z Downloaded crunchy v0.2.4
6292026-04-23T13:04:46.141Z Downloaded darling_macro v0.21.3
6302026-04-23T13:04:46.141Z Downloaded foreign-types v0.5.0
6312026-04-23T13:04:46.144Z Downloaded foreign-types v0.3.2
6322026-04-23T13:04:46.144Z Downloaded arrayref v0.3.9
6332026-04-23T13:04:46.144Z Downloaded endian-type v0.1.2
6342026-04-23T13:04:46.148Z Downloaded embedded-io v0.6.1
6352026-04-23T13:04:46.148Z Downloaded derive_builder_macro v0.20.2
6362026-04-23T13:04:46.148Z Downloaded crc8 v0.1.1
6372026-04-23T13:04:46.148Z Downloaded bb8 v0.8.6
6382026-04-23T13:04:46.151Z Downloaded cancel-safe-futures v0.1.5
6392026-04-23T13:04:46.154Z Downloaded futures-core v0.3.32
6402026-04-23T13:04:46.154Z Downloaded futures-sink v0.3.32
6412026-04-23T13:04:46.157Z Downloaded funty v2.0.0
6422026-04-23T13:04:46.157Z Downloaded foreign-types-shared v0.3.1
6432026-04-23T13:04:46.157Z Downloaded foreign-types-macros v0.2.3
6442026-04-23T13:04:46.160Z Downloaded fxhash v0.2.1
6452026-04-23T13:04:46.160Z Downloaded futures-task v0.3.32
6462026-04-23T13:04:46.160Z Downloaded futures-macro v0.3.32
6472026-04-23T13:04:46.163Z Downloaded float-cmp v0.10.0
6482026-04-23T13:04:46.163Z Downloaded darling_macro v0.20.11
6492026-04-23T13:04:46.165Z Downloaded globwalk v0.9.1
6502026-04-23T13:04:46.165Z Downloaded foldhash v0.2.0
6512026-04-23T13:04:46.168Z Downloaded erased-serde v0.3.31
6522026-04-23T13:04:46.168Z Downloaded futures-io v0.3.32
6532026-04-23T13:04:46.171Z Downloaded git-stub v1.0.0
6542026-04-23T13:04:46.171Z Downloaded const_format_proc_macros v0.2.34
6552026-04-23T13:04:46.174Z Downloaded gethostname v0.5.0
6562026-04-23T13:04:46.174Z Downloaded camino-tempfile-ext v0.3.3
6572026-04-23T13:04:46.177Z Downloaded bit-vec v0.8.0
6582026-04-23T13:04:46.180Z Downloaded cipher v0.4.4
6592026-04-23T13:04:46.180Z Downloaded cmake v0.1.57
6602026-04-23T13:04:46.182Z Downloaded critical-section v1.2.0
6612026-04-23T13:04:46.185Z Downloaded diesel-dtrace v0.5.0
6622026-04-23T13:04:46.185Z Downloaded defmt v1.0.1
6632026-04-23T13:04:46.188Z Downloaded headers-core v0.3.0
6642026-04-23T13:04:46.192Z Downloaded hash32 v0.3.1
6652026-04-23T13:04:46.192Z Downloaded blowfish v0.9.1
6662026-04-23T13:04:46.195Z Downloaded hex-literal v0.4.1
6672026-04-23T13:04:46.195Z Downloaded arrayvec v0.7.6
6682026-04-23T13:04:46.195Z Downloaded hex v0.4.3
6692026-04-23T13:04:46.198Z Downloaded hostname v0.3.1
6702026-04-23T13:04:46.198Z Downloaded hash32 v0.2.1
6712026-04-23T13:04:46.201Z Downloaded find-msvc-tools v0.1.9
6722026-04-23T13:04:46.201Z Downloaded darling v0.23.0
6732026-04-23T13:04:46.205Z Downloaded hubpack_derive v0.1.1
6742026-04-23T13:04:46.210Z Downloaded http-body v1.0.1
6752026-04-23T13:04:46.210Z Downloaded defmt-macros v1.0.1
6762026-04-23T13:04:46.213Z Downloaded hubpack v0.1.2
6772026-04-23T13:04:46.213Z Downloaded httpdate v1.0.3
6782026-04-23T13:04:46.213Z Downloaded compression-codecs v0.4.37
6792026-04-23T13:04:46.216Z Downloaded http-range v0.1.5
6802026-04-23T13:04:46.235Z Downloaded indoc v1.0.9
6812026-04-23T13:04:46.238Z Downloaded globset v0.4.18
6822026-04-23T13:04:46.241Z Downloaded glob v0.3.3
6832026-04-23T13:04:46.241Z Downloaded git-stub-vcs v0.1.0
6842026-04-23T13:04:46.245Z Downloaded instability v0.3.11
6852026-04-23T13:04:46.249Z Downloaded const-oid v0.9.6
6862026-04-23T13:04:46.249Z Downloaded inout v0.1.4
6872026-04-23T13:04:46.249Z Downloaded indent_write v2.2.0
6882026-04-23T13:04:46.253Z Downloaded ed25519-dalek v2.2.0
6892026-04-23T13:04:46.260Z Downloaded crossbeam-utils v0.8.21
6902026-04-23T13:04:46.261Z Downloaded console v0.15.11
6912026-04-23T13:04:46.261Z Downloaded chacha20 v0.10.0
6922026-04-23T13:04:46.265Z Downloaded bit-vec v0.6.3
6932026-04-23T13:04:46.265Z Downloaded keccak v0.1.6
6942026-04-23T13:04:46.265Z Downloaded deranged v0.5.8
6952026-04-23T13:04:46.269Z Downloaded is-terminal v0.4.17
6962026-04-23T13:04:46.269Z Downloaded internet-checksum v0.2.1
6972026-04-23T13:04:46.270Z Downloaded colored v2.2.0
6982026-04-23T13:04:46.273Z Downloaded des v0.8.1
6992026-04-23T13:04:46.273Z Downloaded kstat-rs v0.2.4
7002026-04-23T13:04:46.275Z Downloaded is_ci v1.2.0
7012026-04-23T13:04:46.275Z Downloaded humantime v2.3.0
7022026-04-23T13:04:46.278Z Downloaded either v1.15.0
7032026-04-23T13:04:46.278Z Downloaded lazy_static v1.5.0
7042026-04-23T13:04:46.281Z Downloaded maplit v1.0.2
7052026-04-23T13:04:46.281Z Downloaded lzss v0.8.2
7062026-04-23T13:04:46.285Z Downloaded libscf-sys v1.1.0
7072026-04-23T13:04:46.288Z Downloaded maybe-uninit v2.0.0
7082026-04-23T13:04:46.288Z Downloaded lru-cache v0.1.2
7092026-04-23T13:04:46.288Z Downloaded mime v0.3.17
7102026-04-23T13:04:46.288Z Downloaded lru v0.12.5
7112026-04-23T13:04:46.291Z Downloaded lalrpop-util v0.19.12
7122026-04-23T13:04:46.291Z Downloaded http-body-util v0.1.3
7132026-04-23T13:04:46.297Z Downloaded lru-slab v0.1.2
7142026-04-23T13:04:46.297Z Downloaded match_cfg v0.1.0
7152026-04-23T13:04:46.300Z Downloaded futures-channel v0.3.32
7162026-04-23T13:04:46.300Z Downloaded corncobs v0.1.4
7172026-04-23T13:04:46.300Z Downloaded derive_more v0.99.20
7182026-04-23T13:04:46.307Z Downloaded ingot v0.1.1
7192026-04-23T13:04:46.311Z Downloaded memoffset v0.9.1
7202026-04-23T13:04:46.311Z Downloaded md5 v0.7.0
7212026-04-23T13:04:46.311Z Downloaded instant v0.1.13
7222026-04-23T13:04:46.311Z Downloaded half v1.8.3
7232026-04-23T13:04:46.314Z Downloaded newline-converter v0.3.0
7242026-04-23T13:04:46.314Z Downloaded new_debug_unreachable v1.0.6
7252026-04-23T13:04:46.315Z Downloaded fatfs v0.3.6
7262026-04-23T13:04:46.318Z Downloaded ipnet v2.11.0
7272026-04-23T13:04:46.324Z Downloaded crc-any v2.5.0
7282026-04-23T13:04:46.324Z Downloaded multimap v0.10.1
7292026-04-23T13:04:46.324Z Downloaded cookie v0.18.1
7302026-04-23T13:04:46.324Z Downloaded num v0.4.3
7312026-04-23T13:04:46.327Z Downloaded num-derive v0.4.2
7322026-04-23T13:04:46.327Z Downloaded nibble_vec v0.1.0
7332026-04-23T13:04:46.336Z Downloaded ipnetwork v0.21.1
7342026-04-23T13:04:46.336Z Downloaded num-iter v0.1.45
7352026-04-23T13:04:46.336Z Downloaded nodrop v0.1.14
7362026-04-23T13:04:46.339Z Downloaded cc v1.2.56
7372026-04-23T13:04:46.340Z Downloaded hmac v0.12.1
7382026-04-23T13:04:46.340Z Downloaded highway v1.3.0
7392026-04-23T13:04:46.349Z Downloaded newtype_derive v0.1.6
7402026-04-23T13:04:46.349Z Downloaded md-5 v0.10.6
7412026-04-23T13:04:46.349Z Downloaded linked-hash-map v0.5.6
7422026-04-23T13:04:46.349Z Downloaded lock_api v0.4.14
7432026-04-23T13:04:46.349Z Downloaded libefi-sys v0.1.0
7442026-04-23T13:04:46.363Z Downloaded num-derive v0.3.3
7452026-04-23T13:04:46.363Z Downloaded normalize-line-endings v0.3.0
7462026-04-23T13:04:46.363Z Downloaded openssl-probe v0.2.1
7472026-04-23T13:04:46.363Z Downloaded linear-map v1.2.0
7482026-04-23T13:04:46.363Z Downloaded oso-derive v0.27.3
7492026-04-23T13:04:46.363Z Downloaded openssl-macros v0.1.1
7502026-04-23T13:04:46.363Z Downloaded iana-time-zone v0.1.65
7512026-04-23T13:04:46.368Z Downloaded hyper-rustls v0.27.7
7522026-04-23T13:04:46.368Z Downloaded blake2 v0.10.6
7532026-04-23T13:04:46.368Z Downloaded opaque-debug v0.3.1
7542026-04-23T13:04:46.368Z Downloaded olpc-cjson v0.1.4
7552026-04-23T13:04:46.369Z Downloaded elliptic-curve v0.13.8
7562026-04-23T13:04:46.372Z Downloaded getrandom v0.3.4
7572026-04-23T13:04:46.372Z Downloaded openssl-probe v0.1.6
7582026-04-23T13:04:46.375Z Downloaded mime_guess v2.0.5
7592026-04-23T13:04:46.375Z Downloaded ingot-types v0.1.2
7602026-04-23T13:04:46.375Z Downloaded ingot-macros v0.1.1
7612026-04-23T13:04:46.378Z Downloaded parse-display v0.10.0
7622026-04-23T13:04:46.378Z Downloaded bytes v1.11.1
7632026-04-23T13:04:46.382Z Downloaded half v2.7.1
7642026-04-23T13:04:46.385Z Downloaded dropshot_endpoint v0.16.7
7652026-04-23T13:04:46.388Z Downloaded darling_core v0.20.11
7662026-04-23T13:04:46.393Z Downloaded peg-runtime v0.8.5
7672026-04-23T13:04:46.398Z Downloaded path-slash v0.1.5
7682026-04-23T13:04:46.398Z Downloaded packed_struct_codegen v0.10.1
7692026-04-23T13:04:46.398Z Downloaded parse-size v1.1.0
7702026-04-23T13:04:46.399Z Downloaded pbkdf2 v0.12.2
7712026-04-23T13:04:46.403Z Downloaded pbkdf2 v0.11.0
7722026-04-23T13:04:46.403Z Downloaded nu-ansi-term v0.50.3
7732026-04-23T13:04:46.409Z Downloaded phf_shared v0.11.3
7742026-04-23T13:04:46.409Z Downloaded newtype-uuid v1.3.2
7752026-04-23T13:04:46.409Z Downloaded native-tls v0.2.18
7762026-04-23T13:04:46.409Z Downloaded nanorand v0.7.0
7772026-04-23T13:04:46.412Z Downloaded num-integer v0.1.46
7782026-04-23T13:04:46.412Z Downloaded num_enum v0.7.5
7792026-04-23T13:04:46.416Z Downloaded nonempty v0.12.0
7802026-04-23T13:04:46.419Z Downloaded phf_shared v0.12.1
7812026-04-23T13:04:46.419Z Downloaded multer v3.1.0
7822026-04-23T13:04:46.421Z Downloaded futures v0.3.32
7832026-04-23T13:04:46.425Z Downloaded num_enum_derive v0.7.5
7842026-04-23T13:04:46.428Z Downloaded pin-utils v0.1.0
7852026-04-23T13:04:46.430Z Downloaded phf_shared v0.13.1
7862026-04-23T13:04:46.430Z Downloaded litrs v1.0.0
7872026-04-23T13:04:46.433Z Downloaded owo-colors v4.3.0
7882026-04-23T13:04:46.436Z Downloaded predicates-core v1.0.10
7892026-04-23T13:04:46.436Z Downloaded memmap2 v0.9.10
7902026-04-23T13:04:46.439Z Downloaded flume v0.11.1
7912026-04-23T13:04:46.441Z Downloaded chacha20poly1305 v0.10.1
7922026-04-23T13:04:46.444Z Downloaded proc-macro-crate v1.3.1
7932026-04-23T13:04:46.444Z Downloaded compact_str v0.8.1
7942026-04-23T13:04:46.447Z Downloaded indexmap v1.9.3
7952026-04-23T13:04:46.453Z Downloaded precomputed-hash v0.1.1
7962026-04-23T13:04:46.453Z Downloaded oxnet v0.1.4
7972026-04-23T13:04:46.456Z Downloaded oxide-tokio-rt v0.1.4
7982026-04-23T13:04:46.456Z Downloaded powerfmt v0.2.0
7992026-04-23T13:04:46.456Z Downloaded ar_archive_writer v0.5.1
8002026-04-23T13:04:46.459Z Downloaded password-hash v0.4.2
8012026-04-23T13:04:46.463Z Downloaded progenitor-client v0.10.0
8022026-04-23T13:04:46.463Z Downloaded parking_lot_core v0.8.6
8032026-04-23T13:04:46.468Z Downloaded num_enum v0.5.11
8042026-04-23T13:04:46.468Z Downloaded psl-types v2.0.11
8052026-04-23T13:04:46.471Z Downloaded quick-error v1.2.3
8062026-04-23T13:04:46.471Z Downloaded progenitor-macro v0.13.0
8072026-04-23T13:04:46.475Z Downloaded paste v1.0.15
8082026-04-23T13:04:46.475Z Downloaded peg v0.8.5
8092026-04-23T13:04:46.478Z Downloaded phf v0.13.1
8102026-04-23T13:04:46.482Z Downloaded progenitor-macro v0.11.2
8112026-04-23T13:04:46.482Z Downloaded progenitor-macro v0.10.0
8122026-04-23T13:04:46.485Z Downloaded phf v0.12.1
8132026-04-23T13:04:46.485Z Downloaded crypto-bigint v0.5.5
8142026-04-23T13:04:46.490Z Downloaded pin-project-internal v1.1.11
8152026-04-23T13:04:46.493Z Downloaded pem-rfc7468 v0.7.0
8162026-04-23T13:04:46.493Z Downloaded num-rational v0.4.2
8172026-04-23T13:04:46.495Z Downloaded heapless v0.8.0
8182026-04-23T13:04:46.498Z Downloaded polyval v0.6.2
8192026-04-23T13:04:46.501Z Downloaded omicron-zone-package v0.12.2
8202026-04-23T13:04:46.506Z Downloaded poly1305 v0.8.0
8212026-04-23T13:04:46.506Z Downloaded rand_xorshift v0.4.0
8222026-04-23T13:04:46.510Z Downloaded expectorate v1.2.0
8232026-04-23T13:04:46.510Z Downloaded recursive v0.1.1
8242026-04-23T13:04:46.519Z Downloaded parking_lot_core v0.9.12
8252026-04-23T13:04:46.519Z Downloaded arc-swap v1.8.2
8262026-04-23T13:04:46.522Z Downloaded progenitor v0.10.0
8272026-04-23T13:04:46.522Z Downloaded ref-cast-impl v1.0.25
8282026-04-23T13:04:46.522Z Downloaded indicatif v0.18.4
8292026-04-23T13:04:46.522Z Downloaded progenitor v0.13.0
8302026-04-23T13:04:46.525Z Downloaded ref-cast v1.0.25
8312026-04-23T13:04:46.528Z Downloaded recursive-proc-macro-impl v0.1.1
8322026-04-23T13:04:46.528Z Downloaded predicates v3.1.4
8332026-04-23T13:04:46.531Z Downloaded ppv-lite86 v0.2.21
8342026-04-23T13:04:46.534Z Downloaded pem v3.0.6
8352026-04-23T13:04:46.534Z Downloaded radium v0.7.0
8362026-04-23T13:04:46.534Z Downloaded proc-macro-error2 v2.0.1
8372026-04-23T13:04:46.537Z Downloaded proc-macro-error-attr2 v2.0.0
8382026-04-23T13:04:46.540Z Downloaded rfc6979 v0.4.0
8392026-04-23T13:04:46.540Z Downloaded parking_lot v0.12.5
8402026-04-23T13:04:46.542Z Downloaded rtoolbox v0.0.3
8412026-04-23T13:04:46.545Z Downloaded progenitor-client v0.13.0
8422026-04-23T13:04:46.545Z Downloaded progenitor-extras v0.1.1
8432026-04-23T13:04:46.548Z Downloaded libbz2-rs-sys v0.2.2
8442026-04-23T13:04:46.548Z Downloaded rustc-hash v2.1.1
8452026-04-23T13:04:46.551Z Downloaded diesel_derives v2.3.7
8462026-04-23T13:04:46.556Z Downloaded rustc_version v0.4.1
8472026-04-23T13:04:46.559Z Downloaded peg-macros v0.8.5
8482026-04-23T13:04:46.559Z Downloaded russh-cryptovec v0.7.3
8492026-04-23T13:04:46.562Z Downloaded r2d2 v0.8.10
8502026-04-23T13:04:46.562Z Downloaded hickory-resolver v0.25.2
8512026-04-23T13:04:46.565Z Downloaded dropshot-api-manager v0.6.0
8522026-04-23T13:04:46.569Z Downloaded salsa20 v0.10.2
8532026-04-23T13:04:46.571Z Downloaded rand_chacha v0.9.0
8542026-04-23T13:04:46.571Z Downloaded rand_chacha v0.3.1
8552026-04-23T13:04:46.574Z Downloaded postcard v1.1.3
8562026-04-23T13:04:46.577Z Downloaded miniz_oxide v0.8.9
8572026-04-23T13:04:46.580Z Downloaded p256 v0.13.2
8582026-04-23T13:04:46.583Z Downloaded rand_core v0.10.0
8592026-04-23T13:04:46.583Z Downloaded rand_core v0.6.4
8602026-04-23T13:04:46.585Z Downloaded postgres-types v0.2.12
8612026-04-23T13:04:46.588Z Downloaded scrypt v0.11.0
8622026-04-23T13:04:46.588Z Downloaded scroll_derive v0.13.1
8632026-04-23T13:04:46.591Z Downloaded sapling-renderdag v0.1.0
8642026-04-23T13:04:46.591Z Downloaded rand_seeder v0.4.0
8652026-04-23T13:04:46.594Z Downloaded secrecy v0.10.3
8662026-04-23T13:04:46.594Z Downloaded secrecy v0.8.0
8672026-04-23T13:04:46.597Z Downloaded oso v0.27.3
8682026-04-23T13:04:46.600Z Downloaded same-file v1.0.6
8692026-04-23T13:04:46.600Z Downloaded scheduled-thread-pool v0.2.7
8702026-04-23T13:04:46.603Z Downloaded scopeguard v1.2.0
8712026-04-23T13:04:46.603Z Downloaded progenitor v0.11.2
8722026-04-23T13:04:46.605Z Downloaded hickory-resolver v0.24.4
8732026-04-23T13:04:46.610Z Downloaded rand_core v0.9.5
8742026-04-23T13:04:46.610Z Downloaded resolv-conf v0.7.6
8752026-04-23T13:04:46.613Z Downloaded postgres-protocol v0.6.10
8762026-04-23T13:04:46.613Z Downloaded pkcs5 v0.7.1
8772026-04-23T13:04:46.623Z Downloaded serde_plain v1.0.2
8782026-04-23T13:04:46.626Z Downloaded serde_spanned v1.0.4
8792026-04-23T13:04:46.626Z Downloaded shell-words v1.1.1
8802026-04-23T13:04:46.626Z Downloaded serde_urlencoded v0.7.1
8812026-04-23T13:04:46.626Z Downloaded serde_repr v0.1.20
8822026-04-23T13:04:46.626Z Downloaded quinn-udp v0.5.14
8832026-04-23T13:04:46.629Z Downloaded serde_bytes v0.11.19
8842026-04-23T13:04:46.629Z Downloaded serde-big-array v0.5.1
8852026-04-23T13:04:46.631Z Downloaded seq-macro v0.3.6
8862026-04-23T13:04:46.631Z Downloaded semver v0.1.20
8872026-04-23T13:04:46.635Z Downloaded rustls-pemfile v2.2.0
8882026-04-23T13:04:46.638Z Downloaded rustls-pemfile v1.0.4
8892026-04-23T13:04:46.638Z Downloaded pin-project v1.1.11
8902026-04-23T13:04:46.646Z Downloaded siphasher v1.0.2
8912026-04-23T13:04:46.650Z Downloaded signal-hook-tokio v0.3.1
8922026-04-23T13:04:46.650Z Downloaded sigpipe v0.1.3
8932026-04-23T13:04:46.653Z Downloaded signal-hook-mio v0.2.5
8942026-04-23T13:04:46.653Z Downloaded rustversion v1.0.22
8952026-04-23T13:04:46.656Z Downloaded sha1 v0.10.6
8962026-04-23T13:04:46.656Z Downloaded rustc_version v0.1.7
8972026-04-23T13:04:46.656Z Downloaded pkcs1 v0.7.5
8982026-04-23T13:04:46.660Z Downloaded pin-project-lite v0.2.17
8992026-04-23T13:04:46.663Z Downloaded rusty-fork v0.3.1
9002026-04-23T13:04:46.666Z Downloaded signature v2.2.0
9012026-04-23T13:04:46.666Z Downloaded slog-bunyan v2.5.0
9022026-04-23T13:04:46.666Z Downloaded minimal-lexical v0.2.1
9032026-04-23T13:04:46.670Z Downloaded slog-envlogger v2.2.0
9042026-04-23T13:04:46.672Z Downloaded schemars_derive v0.8.22
9052026-04-23T13:04:46.675Z Downloaded prefix-trie v0.7.0
9062026-04-23T13:04:46.678Z Downloaded sct v0.7.1
9072026-04-23T13:04:46.680Z Downloaded sec1 v0.7.3
9082026-04-23T13:04:46.680Z Downloaded jiff-static v0.2.21
9092026-04-23T13:04:46.683Z Downloaded scroll v0.13.0
9102026-04-23T13:04:46.687Z Downloaded heapless v0.7.17
9112026-04-23T13:04:46.690Z Downloaded progenitor-impl v0.13.0
9122026-04-23T13:04:46.690Z Downloaded serde-hex v0.1.0
9132026-04-23T13:04:46.693Z Downloaded progenitor-impl v0.10.0
9142026-04-23T13:04:46.693Z Downloaded parking_lot v0.11.2
9152026-04-23T13:04:46.695Z Downloaded ssh-encoding v0.2.0
9162026-04-23T13:04:46.700Z Downloaded ssh-cipher v0.2.0
9172026-04-23T13:04:46.700Z Downloaded packed_struct v0.10.1
9182026-04-23T13:04:46.700Z Downloaded sqlparser_derive v0.5.0
9192026-04-23T13:04:46.704Z Downloaded rustls-native-certs v0.8.3
9202026-04-23T13:04:46.704Z Downloaded serde_path_to_error v0.1.20
9212026-04-23T13:04:46.704Z Downloaded hashbrown v0.13.2
9222026-04-23T13:04:46.709Z Downloaded russh-keys v0.45.0
9232026-04-23T13:04:46.717Z Downloaded rustls-pki-types v1.14.0
9242026-04-23T13:04:46.717Z Downloaded strum v0.27.2
9252026-04-23T13:04:46.717Z Downloaded strum v0.26.3
9262026-04-23T13:04:46.728Z Downloaded structmeta v0.3.0
9272026-04-23T13:04:46.729Z Downloaded strip-ansi-escapes v0.2.1
9282026-04-23T13:04:46.729Z Downloaded shlex v1.3.0
9292026-04-23T13:04:46.729Z Downloaded subtle v2.6.1
9302026-04-23T13:04:46.729Z Downloaded openssl-sys v0.9.111
9312026-04-23T13:04:46.729Z Downloaded structmeta-derive v0.3.0
9322026-04-23T13:04:46.738Z Downloaded slog-async v2.8.0
9332026-04-23T13:04:46.738Z Downloaded signal-hook-registry v1.4.8
9342026-04-23T13:04:46.738Z Downloaded slab v0.4.12
9352026-04-23T13:04:46.739Z Downloaded rcgen v0.12.1
9362026-04-23T13:04:46.739Z Downloaded prettyplease v0.2.37
9372026-04-23T13:04:46.739Z Downloaded sync_wrapper v1.0.2
9382026-04-23T13:04:46.739Z Downloaded take_mut v0.2.2
9392026-04-23T13:04:46.743Z Downloaded tabwriter v1.4.1
9402026-04-23T13:04:46.743Z Downloaded slog-scope v4.4.1
9412026-04-23T13:04:46.743Z Downloaded slog-dtrace v0.3.0
9422026-04-23T13:04:46.743Z Downloaded pretty_assertions v1.4.1
9432026-04-23T13:04:46.743Z Downloaded tap v1.0.1
9442026-04-23T13:04:46.748Z Downloaded tagptr v0.2.0
9452026-04-23T13:04:46.748Z Downloaded tabled_derive v0.11.0
9462026-04-23T13:04:46.748Z Downloaded snafu-derive v0.8.9
9472026-04-23T13:04:46.751Z Downloaded termtree v0.5.1
9482026-04-23T13:04:46.751Z Downloaded smallvec v0.6.14
9492026-04-23T13:04:46.751Z Downloaded testing_table v0.3.0
9502026-04-23T13:04:46.751Z Downloaded crossterm v0.28.1
9512026-04-23T13:04:46.755Z Downloaded papergrid v0.17.0
9522026-04-23T13:04:46.761Z Downloaded serde_derive_internals v0.29.1
9532026-04-23T13:04:46.766Z Downloaded ron v0.8.1
9542026-04-23T13:04:46.771Z Downloaded time-core v0.1.8
9552026-04-23T13:04:46.771Z Downloaded thiserror-impl-no-std v2.0.2
9562026-04-23T13:04:46.771Z Downloaded static_assertions v1.1.0
9572026-04-23T13:04:46.771Z Downloaded sqlformat v0.3.5
9582026-04-23T13:04:46.775Z Downloaded spki v0.7.3
9592026-04-23T13:04:46.775Z Downloaded itertools v0.10.5
9602026-04-23T13:04:46.791Z Downloaded tinyvec_macros v0.1.1
9612026-04-23T13:04:46.791Z Downloaded stringprep v0.1.5
9622026-04-23T13:04:46.791Z Downloaded string_cache v0.8.9
9632026-04-23T13:04:46.792Z Downloaded http v1.4.0
9642026-04-23T13:04:46.796Z Downloaded serde_with_macros v3.17.0
9652026-04-23T13:04:46.796Z Downloaded smf v0.2.3
9662026-04-23T13:04:46.796Z Downloaded strum_macros v0.24.3
9672026-04-23T13:04:46.796Z Downloaded tokio-macros v2.7.0
9682026-04-23T13:04:46.796Z Downloaded ryu v1.0.23
9692026-04-23T13:04:46.796Z Downloaded progenitor-impl v0.11.2
9702026-04-23T13:04:46.801Z Downloaded slog-term v2.9.2
9712026-04-23T13:04:46.801Z Downloaded rustls-platform-verifier v0.6.2
9722026-04-23T13:04:46.804Z Downloaded supports-color v3.0.2
9732026-04-23T13:04:46.805Z Downloaded slog-stdlog v4.1.1
9742026-04-23T13:04:46.805Z Downloaded hashbrown v0.12.3
9752026-04-23T13:04:46.808Z Downloaded schemars v0.8.22
9762026-04-23T13:04:46.820Z Downloaded support-bundle-viewer v0.1.2
9772026-04-23T13:04:46.825Z Downloaded slog-json v2.6.1
9782026-04-23T13:04:46.825Z Downloaded quinn v0.11.9
9792026-04-23T13:04:46.836Z Downloaded publicsuffix v2.3.0
9802026-04-23T13:04:46.836Z Downloaded termios v0.3.3
9812026-04-23T13:04:46.836Z Downloaded aws-lc-rs v1.16.0
9822026-04-23T13:04:46.843Z Downloaded try-lock v0.2.5
9832026-04-23T13:04:46.847Z Downloaded crossterm v0.29.0
9842026-04-23T13:04:46.850Z Downloaded unarray v0.1.4
9852026-04-23T13:04:46.853Z Downloaded tls_codec_derive v0.4.2
9862026-04-23T13:04:46.856Z Downloaded signal-hook v0.3.18
9872026-04-23T13:04:46.859Z Downloaded similar v2.7.0
9882026-04-23T13:04:46.864Z Downloaded trait-variant v0.1.2
9892026-04-23T13:04:46.864Z Downloaded tls_codec v0.4.2
9902026-04-23T13:04:46.867Z Downloaded typify-macro v0.4.3
9912026-04-23T13:04:46.867Z Downloaded typify-macro v0.6.1
9922026-04-23T13:04:46.867Z Downloaded tokio-native-tls v0.3.1
9932026-04-23T13:04:46.870Z Downloaded tokio-dtrace v0.1.1
9942026-04-23T13:04:46.870Z Downloaded strum_macros v0.26.4
9952026-04-23T13:04:46.873Z Downloaded rayon-core v1.13.0
9962026-04-23T13:04:46.875Z Downloaded iddqd v0.3.17
9972026-04-23T13:04:46.881Z Downloaded universal-hash v0.5.1
9982026-04-23T13:04:46.887Z Downloaded unit-prefix v0.5.2
9992026-04-23T13:04:46.887Z Downloaded unicode-truncate v1.1.0
10002026-04-23T13:04:46.887Z Downloaded slog v2.8.2
10012026-04-23T13:04:46.893Z Downloaded utf-8 v0.7.6
10022026-04-23T13:04:46.893Z Downloaded tokio-tungstenite v0.21.0
10032026-04-23T13:04:46.893Z Downloaded tokio-rustls v0.25.0
10042026-04-23T13:04:46.896Z Downloaded tokio-tungstenite v0.23.1
10052026-04-23T13:04:46.896Z Downloaded iri-string v0.7.10
10062026-04-23T13:04:46.901Z Downloaded usdt-attr-macro v0.6.0
10072026-04-23T13:04:46.903Z Downloaded toml_writer v1.0.6+spec-1.1.0
10082026-04-23T13:04:46.903Z Downloaded toml_datetime v1.0.0+spec-1.1.0
10092026-04-23T13:04:46.906Z Downloaded usdt-macro v0.6.0
10102026-04-23T13:04:46.906Z Downloaded qorb v0.4.1
10112026-04-23T13:04:46.909Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10122026-04-23T13:04:46.911Z Downloaded usdt v0.6.0
10132026-04-23T13:04:46.911Z Downloaded untrusted v0.9.0
10142026-04-23T13:04:46.914Z Downloaded time-macros v0.2.27
10152026-04-23T13:04:46.917Z Downloaded hyper v1.8.1
10162026-04-23T13:04:46.922Z Downloaded wait-timeout v0.2.1
10172026-04-23T13:04:46.925Z Downloaded void v1.0.2
10182026-04-23T13:04:46.925Z Downloaded untrusted v0.7.1
10192026-04-23T13:04:46.925Z Downloaded term v1.2.1
10202026-04-23T13:04:46.935Z Downloaded itertools v0.12.1
10212026-04-23T13:04:46.938Z Downloaded serde_yaml v0.9.34+deprecated
10222026-04-23T13:04:46.938Z Downloaded subprocess v0.2.15
10232026-04-23T13:04:46.938Z Downloaded socket2 v0.5.10
10242026-04-23T13:04:46.941Z Downloaded waitgroup v0.1.2
10252026-04-23T13:04:46.941Z Downloaded schemars v0.9.0
10262026-04-23T13:04:46.950Z Downloaded want v0.3.1
10272026-04-23T13:04:46.955Z Downloaded unicase v2.9.0
10282026-04-23T13:04:46.955Z Downloaded tokio-stream v0.1.18
10292026-04-23T13:04:46.958Z Downloaded tokio-rustls v0.26.4
10302026-04-23T13:04:46.958Z Downloaded xattr v1.6.1
10312026-04-23T13:04:46.962Z Downloaded term v0.7.0
10322026-04-23T13:04:46.962Z Downloaded samael v0.0.19
10332026-04-23T13:04:46.966Z Downloaded tokio-rustls v0.24.1
10342026-04-23T13:04:46.970Z Downloaded schemars v1.2.1
10352026-04-23T13:04:46.984Z Downloaded zone_cfg_derive v0.3.1
10362026-04-23T13:04:46.988Z Downloaded zeroize_derive v1.4.3
10372026-04-23T13:04:46.988Z Downloaded usdt-impl v0.6.0
10382026-04-23T13:04:46.988Z Downloaded toml_parser v1.0.9+spec-1.1.0
10392026-04-23T13:04:46.988Z Downloaded uzers v0.12.2
10402026-04-23T13:04:46.988Z Downloaded test-strategy v0.4.5
10412026-04-23T13:04:46.992Z Downloaded hkdf v0.12.4
10422026-04-23T13:04:46.996Z Downloaded socket2 v0.6.3
10432026-04-23T13:04:46.996Z Downloaded rsa v0.9.10
10442026-04-23T13:04:46.999Z Downloaded vergen-lib v0.1.6
10452026-04-23T13:04:46.999Z Downloaded tracing-attributes v0.1.31
10462026-04-23T13:04:47.002Z Downloaded tinyvec v1.10.0
10472026-04-23T13:04:47.005Z Downloaded twox-hash v2.1.2
10482026-04-23T13:04:47.008Z Downloaded rand v0.10.0
10492026-04-23T13:04:47.011Z Downloaded rand v0.9.2
10502026-04-23T13:04:47.011Z Downloaded walkdir v2.5.0
10512026-04-23T13:04:47.014Z Downloaded aho-corasick v1.1.4
10522026-04-23T13:04:47.018Z Downloaded rustls-webpki v0.103.9
10532026-04-23T13:04:47.021Z Downloaded xshell-macros v0.2.7
10542026-04-23T13:04:47.021Z Downloaded toml v0.7.8
10552026-04-23T13:04:47.026Z Downloaded wyz v0.5.1
10562026-04-23T13:04:47.026Z Downloaded xshell v0.2.7
10572026-04-23T13:04:47.030Z Downloaded whoami v1.6.1
10582026-04-23T13:04:47.030Z Downloaded tar v0.4.45
10592026-04-23T13:04:47.030Z Downloaded whoami v2.1.0
10602026-04-23T13:04:47.033Z Downloaded toml v0.9.12+spec-1.1.0
10612026-04-23T13:04:47.036Z Downloaded snafu v0.8.9
10622026-04-23T13:04:47.039Z Downloaded vergen-git2 v1.0.7
10632026-04-23T13:04:47.041Z Downloaded zeroize v1.8.2
10642026-04-23T13:04:47.041Z Downloaded zstd-safe v7.2.4
10652026-04-23T13:04:47.044Z Downloaded p521 v0.13.3
10662026-04-23T13:04:47.047Z Downloaded unicode-properties v0.1.4
10672026-04-23T13:04:47.047Z Downloaded russh v0.45.0
10682026-04-23T13:04:47.051Z Downloaded zone v0.3.1
10692026-04-23T13:04:47.054Z Downloaded vergen-gitcl v1.0.8
10702026-04-23T13:04:47.054Z Downloaded vergen v9.0.6
10712026-04-23T13:04:47.057Z Downloaded tui-tree-widget v0.23.1
10722026-04-23T13:04:47.057Z Downloaded num-bigint-dig v0.8.6
10732026-04-23T13:04:47.063Z Downloaded libm v0.2.16
10742026-04-23T13:04:47.069Z Downloaded typify v0.6.1
10752026-04-23T13:04:47.073Z Downloaded vsss-rs v3.3.4
10762026-04-23T13:04:47.074Z Downloaded rustyline v14.0.0
10772026-04-23T13:04:47.087Z Downloaded zerocopy v0.6.6
10782026-04-23T13:04:47.087Z Downloaded yasna v0.5.2
10792026-04-23T13:04:47.094Z Downloaded unsafe-libyaml v0.2.11
10802026-04-23T13:04:47.094Z Downloaded uuid v1.23.0
10812026-04-23T13:04:47.094Z Downloaded zstd v0.13.3
10822026-04-23T13:04:47.094Z Downloaded typify v0.4.3
10832026-04-23T13:04:47.094Z Downloaded toml_edit v0.23.10+spec-1.0.0
10842026-04-23T13:04:47.099Z Downloaded toml v1.0.6+spec-1.1.0
10852026-04-23T13:04:47.099Z Downloaded tungstenite v0.23.0
10862026-04-23T13:04:47.105Z Downloaded bitvec v1.0.1
10872026-04-23T13:04:47.113Z Downloaded tungstenite v0.21.0
10882026-04-23T13:04:47.117Z Downloaded rpassword v7.4.0
10892026-04-23T13:04:47.117Z Downloaded tracing-core v0.1.36
10902026-04-23T13:04:47.121Z Downloaded steno v0.4.1
10912026-04-23T13:04:47.121Z Downloaded vte v0.14.1
10922026-04-23T13:04:47.124Z Downloaded itertools v0.14.0
10932026-04-23T13:04:47.127Z Downloaded unicode-bidi v0.3.18
10942026-04-23T13:04:47.132Z Downloaded reedline v0.40.0
10952026-04-23T13:04:47.135Z Downloaded tokio-postgres v0.7.16
10962026-04-23T13:04:47.138Z Downloaded toml_edit v0.19.15
10972026-04-23T13:04:47.155Z Downloaded ssh-key v0.6.7
10982026-04-23T13:04:47.158Z Downloaded zopfli v0.8.3
10992026-04-23T13:04:47.162Z Downloaded blake3 v1.8.3
11002026-04-23T13:04:47.166Z Downloaded regex v1.12.3
11012026-04-23T13:04:47.169Z Downloaded itertools v0.13.0
11022026-04-23T13:04:47.175Z Downloaded yansi v1.0.1
11032026-04-23T13:04:47.178Z Downloaded reqwest v0.12.28
11042026-04-23T13:04:47.182Z Downloaded zip v0.6.6
11052026-04-23T13:04:47.193Z Downloaded h2 v0.4.13
11062026-04-23T13:04:47.199Z Downloaded reqwest v0.13.2
11072026-04-23T13:04:47.199Z Downloaded futures-util v0.3.32
11082026-04-23T13:04:47.206Z Downloaded rayon v1.11.0
11092026-04-23T13:04:47.216Z Downloaded unicode_categories v0.1.1
11102026-04-23T13:04:47.220Z Downloaded bindgen v0.71.1
11112026-04-23T13:04:47.220Z Downloaded p384 v0.13.1
11122026-04-23T13:04:47.228Z Downloaded git2 v0.20.4
11132026-04-23T13:04:47.231Z Downloaded mio v1.2.0
11142026-04-23T13:04:47.236Z Downloaded tiny-keccak v2.0.2
11152026-04-23T13:04:47.236Z Downloaded tower v0.5.3
11162026-04-23T13:04:47.240Z Downloaded portable-atomic v1.13.1
11172026-04-23T13:04:47.246Z Downloaded typed-path v0.9.3
11182026-04-23T13:04:47.253Z Downloaded x509-cert v0.2.5
11192026-04-23T13:04:47.263Z Downloaded quick-xml v0.37.5
11202026-04-23T13:04:47.263Z Downloaded unicode-segmentation v1.12.0
11212026-04-23T13:04:47.269Z Downloaded salty v0.3.0
11222026-04-23T13:04:47.272Z Downloaded goblin v0.10.5
11232026-04-23T13:04:47.279Z Downloaded rustls-webpki v0.101.7
11242026-04-23T13:04:47.284Z Downloaded zip v4.6.1
11252026-04-23T13:04:47.288Z Downloaded zerocopy-derive v0.8.40
11262026-04-23T13:04:47.301Z Downloaded tower-http v0.6.8
11272026-04-23T13:04:47.307Z Downloaded serde_with v3.17.0
11282026-04-23T13:04:47.313Z Downloaded petname v2.0.2
11292026-04-23T13:04:47.317Z Downloaded curve25519-dalek v4.1.3
11302026-04-23T13:04:47.323Z Downloaded tough v0.20.0
11312026-04-23T13:04:47.330Z Downloaded rustls-webpki v0.102.8
11322026-04-23T13:04:47.344Z Downloaded object v0.30.4
11332026-04-23T13:04:47.351Z Downloaded proptest v1.10.0
11342026-04-23T13:04:47.356Z Downloaded quinn-proto v0.11.13
11352026-04-23T13:04:47.361Z Downloaded winnow v0.5.40
11362026-04-23T13:04:47.368Z Downloaded winnow v0.6.26
11372026-04-23T13:04:47.374Z Downloaded nix v0.27.1
11382026-04-23T13:04:47.383Z Downloaded unicode-normalization v0.1.25
11392026-04-23T13:04:47.386Z Downloaded radix_trie v0.2.1
11402026-04-23T13:04:47.392Z Downloaded chrono v0.4.44
11412026-04-23T13:04:47.396Z Downloaded tokio-util v0.7.18
11422026-04-23T13:04:47.400Z Downloaded moka v0.12.13
11432026-04-23T13:04:47.407Z Downloaded time v0.3.47
11442026-04-23T13:04:47.417Z Downloaded polar-core v0.27.3
11452026-04-23T13:04:47.423Z Downloaded openssl v0.10.75
11462026-04-23T13:04:47.429Z Downloaded bstr v1.12.1
11472026-04-23T13:04:47.435Z Downloaded tabled v0.20.0
11482026-04-23T13:04:47.449Z Downloaded zlib-rs v0.6.2
11492026-04-23T13:04:47.453Z Downloaded vcpkg v0.2.15
11502026-04-23T13:04:47.484Z Downloaded webpki-roots v1.0.6
11512026-04-23T13:04:47.487Z Downloaded zerocopy v0.8.40
11522026-04-23T13:04:47.495Z Downloaded smoltcp v0.9.1
11532026-04-23T13:04:47.502Z Downloaded regex-syntax v0.8.10
11542026-04-23T13:04:47.508Z Downloaded openapiv3 v2.2.0
11552026-04-23T13:04:47.523Z Downloaded rustix v0.38.44
11562026-04-23T13:04:47.540Z Downloaded hickory-proto v0.25.2
11572026-04-23T13:04:47.548Z Downloaded dropshot v0.16.7
11582026-04-23T13:04:47.569Z Downloaded hickory-proto v0.24.4
11592026-04-23T13:04:47.578Z Downloaded smoltcp v0.11.0
11602026-04-23T13:04:47.586Z Downloaded rustls v0.22.4
11612026-04-23T13:04:47.597Z Downloaded regress v0.10.5
11622026-04-23T13:04:47.604Z Downloaded diesel v2.3.7
11632026-04-23T13:04:47.623Z Downloaded rustls v0.23.37
11642026-04-23T13:04:47.634Z Downloaded nix v0.29.0
11652026-04-23T13:04:47.643Z Downloaded rustls v0.21.12
11662026-04-23T13:04:47.651Z Downloaded object v0.37.3
11672026-04-23T13:04:47.657Z Downloaded bzip2-sys v0.1.13+1.0.8
11682026-04-23T13:04:47.667Z Downloaded nix v0.31.2
11692026-04-23T13:04:47.677Z Downloaded regex-syntax v0.6.29
11702026-04-23T13:04:47.682Z Downloaded sqlparser v0.61.0
11712026-04-23T13:04:47.689Z Downloaded nix v0.28.0
11722026-04-23T13:04:47.698Z Downloaded dropshot v0.17.0
11732026-04-23T13:04:47.715Z Downloaded typify-impl v0.6.1
11742026-04-23T13:04:47.725Z Downloaded lalrpop v0.19.12
11752026-04-23T13:04:47.733Z Downloaded strum_macros v0.27.2
11762026-04-23T13:04:47.736Z Downloaded num-bigint v0.4.6
11772026-04-23T13:04:47.739Z Downloaded libxml v0.3.3
11782026-04-23T13:04:47.742Z Downloaded sled v0.34.7
11792026-04-23T13:04:47.750Z Downloaded rand v0.8.5
11802026-04-23T13:04:47.756Z Downloaded tracing v0.1.44
11812026-04-23T13:04:47.775Z Downloaded typify-impl v0.4.3
11822026-04-23T13:04:47.782Z Downloaded chrono-tz v0.10.4
11832026-04-23T13:04:47.795Z Downloaded ratatui v0.29.0
11842026-04-23T13:04:47.809Z Downloaded zerocopy-derive v0.6.6
11852026-04-23T13:04:47.817Z Downloaded sha3 v0.10.8
11862026-04-23T13:04:47.820Z Downloaded petgraph v0.8.3
11872026-04-23T13:04:47.838Z Downloaded regex-automata v0.4.14
11882026-04-23T13:04:47.849Z Downloaded tower-service v0.3.3
11892026-04-23T13:04:47.854Z Downloaded tower-layer v0.3.3
11902026-04-23T13:04:47.854Z Downloaded topological-sort v0.2.2
11912026-04-23T13:04:47.854Z Downloaded thread_local v1.1.9
11922026-04-23T13:04:47.862Z Downloaded thread-id v5.1.0
11932026-04-23T13:04:47.862Z Downloaded thiserror-no-std v2.0.2
11942026-04-23T13:04:47.862Z Downloaded stacker v0.1.23
11952026-04-23T13:04:47.863Z Downloaded spin v0.9.8
11962026-04-23T13:04:47.867Z Downloaded petgraph v0.6.5
11972026-04-23T13:04:47.875Z Downloaded libz-sys v1.1.24
11982026-04-23T13:04:47.891Z Downloaded serde_cbor v0.11.2
11992026-04-23T13:04:47.897Z Downloaded jiff v0.2.21
12002026-04-23T13:04:47.908Z Downloaded nom v7.1.3
12012026-04-23T13:04:47.912Z Downloaded hashbrown v0.15.5
12022026-04-23T13:04:47.916Z Downloaded sync-ptr v0.1.4
12032026-04-23T13:04:47.923Z Downloaded simd-adler32 v0.3.8
12042026-04-23T13:04:47.923Z Downloaded hyper-util v0.1.20
12052026-04-23T13:04:47.931Z Downloaded hickory-server v0.25.2
12062026-04-23T13:04:47.931Z Downloaded psm v0.1.30
12072026-04-23T13:04:47.931Z Downloaded base64 v0.22.1
12082026-04-23T13:04:47.937Z Downloaded bumpalo v3.20.2
12092026-04-23T13:04:47.937Z Downloaded base64 v0.21.7
12102026-04-23T13:04:47.941Z Downloaded primeorder v0.13.6
12112026-04-23T13:04:47.941Z Downloaded csv v1.4.0
12122026-04-23T13:04:47.960Z Downloaded pkg-config v0.3.32
12132026-04-23T13:04:47.968Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12142026-04-23T13:04:47.991Z Downloaded pkcs8 v0.10.2
12152026-04-23T13:04:47.997Z Downloaded ignore v0.4.25
12162026-04-23T13:04:47.997Z Downloaded derive_more-impl v2.1.1
12172026-04-23T13:04:47.997Z Downloaded headers v0.4.1
12182026-04-23T13:04:47.997Z Downloaded password-hash v0.5.0
12192026-04-23T13:04:47.997Z Downloaded tokio v1.52.1
12202026-04-23T13:04:48.017Z Downloaded progenitor-client v0.11.2
12212026-04-23T13:04:48.021Z Downloaded proc-macro-crate v3.4.0
12222026-04-23T13:04:48.021Z Downloaded async-compression v0.4.41
12232026-04-23T13:04:48.021Z Downloaded parse-display-derive v0.10.0
12242026-04-23T13:04:48.024Z Downloaded flate2 v1.1.9
12252026-04-23T13:04:48.027Z Downloaded derive_more v2.1.1
12262026-04-23T13:04:48.033Z Downloaded crossbeam-channel v0.5.15
12272026-04-23T13:04:48.036Z Downloaded predicates-tree v1.0.13
12282026-04-23T13:04:48.039Z Downloaded const_format v0.2.35
12292026-04-23T13:04:48.042Z Downloaded num_enum_derive v0.5.11
12302026-04-23T13:04:48.042Z Downloaded num-complex v0.4.6
12312026-04-23T13:04:48.042Z Downloaded darling_core v0.23.0
12322026-04-23T13:04:48.045Z Downloaded num_threads v0.1.7
12332026-04-23T13:04:48.049Z Downloaded libloading v0.8.9
12342026-04-23T13:04:48.051Z Downloaded num-conv v0.2.0
12352026-04-23T13:04:48.051Z Downloaded jobserver v0.1.34
12362026-04-23T13:04:48.051Z Downloaded libsw-core v0.3.2
12372026-04-23T13:04:48.056Z Downloaded libsw v3.5.0
12382026-04-23T13:04:48.056Z Downloaded httparse v1.10.1
12392026-04-23T13:04:48.066Z Downloaded newtype-uuid-macros v0.1.0
12402026-04-23T13:04:48.066Z Downloaded ahash v0.8.12
12412026-04-23T13:04:48.066Z Downloaded impl-trait-for-tuples v0.2.3
12422026-04-23T13:04:48.066Z Downloaded getrandom v0.2.17
12432026-04-23T13:04:48.066Z Downloaded daft v0.1.5
12442026-04-23T13:04:48.083Z Downloaded managed v0.8.0
12452026-04-23T13:04:48.083Z Downloaded cookie_store v0.22.1
12462026-04-23T13:04:48.083Z Downloaded encoding_rs v0.8.35
12472026-04-23T13:04:48.498Z Downloaded indoc v2.0.7
12482026-04-23T13:04:48.498Z Downloaded hyper-staticfile v0.10.1
12492026-04-23T13:04:48.499Z Downloaded foldhash v0.1.5
12502026-04-23T13:04:48.499Z Downloaded ecdsa v0.16.9
12512026-04-23T13:04:48.506Z Downloaded darling v0.21.3
12522026-04-23T13:04:48.507Z Downloaded libgit2-sys v0.18.3+1.9.2
12532026-04-23T13:04:48.507Z Downloaded clang-sys v1.8.1
12542026-04-23T13:04:48.507Z Downloaded ciborium v0.2.2
12552026-04-23T13:04:48.507Z Downloaded cexpr v0.6.0
12562026-04-23T13:04:48.507Z Downloaded bzip2 v0.6.1
12572026-04-23T13:04:48.507Z Downloaded bzip2 v0.4.4
12582026-04-23T13:04:48.507Z Downloaded ring v0.17.14
12592026-04-23T13:04:48.507Z Downloaded bitfield v0.19.4
12602026-04-23T13:04:48.507Z Downloaded backon v1.6.0
12612026-04-23T13:04:48.507Z Downloaded derive_builder v0.20.2
12622026-04-23T13:04:48.507Z Downloaded group v0.13.0
12632026-04-23T13:04:48.507Z Downloaded ghash v0.5.1
12642026-04-23T13:04:48.507Z Downloaded futures-executor v0.3.32
12652026-04-23T13:04:48.507Z Downloaded fs_extra v1.3.0
12662026-04-23T13:04:48.507Z Downloaded fs-err v2.11.0
12672026-04-23T13:04:48.507Z Downloaded darling v0.20.11
12682026-04-23T13:04:48.507Z Downloaded crossbeam-epoch v0.9.18
12692026-04-23T13:04:48.507Z Downloaded crossbeam-deque v0.8.6
12702026-04-23T13:04:48.507Z Downloaded constant_time_eq v0.4.2
12712026-04-23T13:04:48.507Z Downloaded cassowary v0.3.0
12722026-04-23T13:04:48.508Z Downloaded ident_case v1.0.1
12732026-04-23T13:04:48.508Z Downloaded hyper-tls v0.6.0
12742026-04-23T13:04:48.508Z Downloaded fixedbitset v0.5.7
12752026-04-23T13:04:48.508Z Downloaded fallible-iterator v0.2.0
12762026-04-23T13:04:48.508Z Downloaded der_derive v0.7.3
12772026-04-23T13:04:48.508Z Downloaded byte-wrapper v0.1.0
12782026-04-23T13:04:48.508Z Downloaded buf-list v1.1.2
12792026-04-23T13:04:48.508Z Downloaded argon2 v0.5.3
12802026-04-23T13:04:48.508Z Downloaded hostname v0.4.2
12812026-04-23T13:04:48.508Z Downloaded home v0.5.12
12822026-04-23T13:04:48.508Z Downloaded ena v0.14.4
12832026-04-23T13:04:48.508Z Downloaded colored v3.1.1
12842026-04-23T13:04:48.508Z Downloaded convert_case v0.10.0
12852026-04-23T13:04:48.508Z Downloaded cargo_metadata v0.19.2
12862026-04-23T13:04:48.508Z Downloaded ciborium-ll v0.2.2
12872026-04-23T13:04:48.508Z Downloaded bcs v0.1.6
12882026-04-23T13:04:48.508Z Downloaded ed25519 v2.2.3
12892026-04-23T13:04:48.508Z Downloaded fd-lock v4.0.4
12902026-04-23T13:04:48.508Z Downloaded env_filter v1.0.0
12912026-04-23T13:04:48.509Z Downloaded embedded-io v0.4.0
12922026-04-23T13:04:48.509Z Downloaded document-features v0.2.12
12932026-04-23T13:04:48.509Z Downloaded daft-derive v0.1.5
12942026-04-23T13:04:48.509Z Downloaded curve25519-dalek-derive v0.1.1
12952026-04-23T13:04:48.509Z Downloaded async-bb8-diesel v0.2.1
12962026-04-23T13:04:48.509Z Downloaded bitflags v1.3.2
12972026-04-23T13:04:48.509Z Downloaded drift v0.1.3
12982026-04-23T13:04:48.509Z Downloaded derive-where v1.6.0
12992026-04-23T13:04:48.509Z Downloaded derive-ex v0.1.8
13002026-04-23T13:04:48.509Z Downloaded ctr v0.9.2
13012026-04-23T13:04:48.509Z Downloaded chacha20 v0.9.1
13022026-04-23T13:04:48.509Z Downloaded async-stream-impl v0.3.6
13032026-04-23T13:04:48.700Z Downloaded aws-lc-sys v0.37.1
13042026-04-23T13:04:49.033Z Compiling libc v0.2.185
13052026-04-23T13:04:49.033Z Compiling serde v1.0.228
13062026-04-23T13:04:49.041Z Compiling shlex v1.3.0
13072026-04-23T13:04:49.041Z Compiling find-msvc-tools v0.1.9
13082026-04-23T13:04:49.212Z Compiling log v0.4.29
13092026-04-23T13:04:49.218Z Compiling smallvec v1.15.1
13102026-04-23T13:04:49.226Z Compiling syn v2.0.117
13112026-04-23T13:04:49.246Z Compiling typenum v1.19.0
13122026-04-23T13:04:49.520Z Compiling generic-array v0.14.7
13132026-04-23T13:04:49.520Z Compiling subtle v2.6.1
13142026-04-23T13:04:49.560Z Compiling scopeguard v1.2.0
13152026-04-23T13:04:49.603Z Compiling const-oid v0.9.6
13162026-04-23T13:04:49.706Z Compiling lock_api v0.4.14
13172026-04-23T13:04:49.727Z Compiling portable-atomic v1.13.1
13182026-04-23T13:04:49.806Z Compiling zerocopy v0.8.40
13192026-04-23T13:04:49.855Z Compiling critical-section v1.2.0
13202026-04-23T13:04:49.994Z Compiling serde_json v1.0.149
13212026-04-23T13:04:50.013Z Compiling parking_lot_core v0.9.12
13222026-04-23T13:04:50.266Z Compiling pin-project-lite v0.2.17
13232026-04-23T13:04:50.382Z Compiling pkg-config v0.3.32
13242026-04-23T13:04:50.397Z Compiling bitflags v2.11.0
13252026-04-23T13:04:50.508Z Compiling getrandom v0.2.17
13262026-04-23T13:04:50.588Z Compiling jobserver v0.1.34
13272026-04-23T13:04:50.682Z Compiling rand_core v0.6.4
13282026-04-23T13:04:50.703Z Compiling errno v0.3.14
13292026-04-23T13:04:50.896Z Compiling cc v1.2.56
13302026-04-23T13:04:51.025Z Compiling once_cell v1.21.3
13312026-04-23T13:04:51.087Z Compiling signal-hook-registry v1.4.8
13322026-04-23T13:04:51.125Z Compiling libm v0.2.16
13332026-04-23T13:04:51.143Z Compiling parking_lot v0.12.5
13342026-04-23T13:04:51.177Z Compiling mio v1.2.0
13352026-04-23T13:04:51.300Z Compiling num-traits v0.2.19
13362026-04-23T13:04:51.446Z Compiling futures-core v0.3.32
13372026-04-23T13:04:51.638Z Compiling percent-encoding v2.3.2
13382026-04-23T13:04:51.638Z Compiling socket2 v0.6.3
13392026-04-23T13:04:51.755Z Compiling allocator-api2 v0.2.21
13402026-04-23T13:04:51.829Z Compiling cpufeatures v0.2.17
13412026-04-23T13:04:52.004Z Compiling futures-sink v0.3.32
13422026-04-23T13:04:52.029Z Compiling foldhash v0.2.0
13432026-04-23T13:04:52.063Z Compiling futures-task v0.3.32
13442026-04-23T13:04:52.144Z Compiling futures-channel v0.3.32
13452026-04-23T13:04:52.277Z Compiling hashbrown v0.16.1
13462026-04-23T13:04:52.295Z Compiling getrandom v0.4.1
13472026-04-23T13:04:52.326Z Compiling futures-io v0.3.32
13482026-04-23T13:04:52.345Z Compiling slab v0.4.12
13492026-04-23T13:04:52.455Z Compiling getrandom v0.3.4
13502026-04-23T13:04:52.542Z Compiling rand_core v0.10.0
13512026-04-23T13:04:52.597Z Compiling rustversion v1.0.22
13522026-04-23T13:04:53.090Z Compiling indexmap v2.13.0
13532026-04-23T13:04:53.130Z Compiling cmake v0.1.57
13542026-04-23T13:04:53.244Z Compiling form_urlencoded v1.2.2
13552026-04-23T13:04:53.263Z Compiling ident_case v1.0.1
13562026-04-23T13:04:53.399Z Compiling synstructure v0.13.2
13572026-04-23T13:04:53.481Z Compiling dunce v1.0.5
13582026-04-23T13:04:53.614Z Compiling base64ct v1.8.3
13592026-04-23T13:04:53.682Z Compiling fs_extra v1.3.0
13602026-04-23T13:04:53.728Z Compiling flagset v0.4.7
13612026-04-23T13:04:53.750Z Compiling rand_core v0.9.5
13622026-04-23T13:04:53.912Z Compiling rustix v1.1.3
13632026-04-23T13:04:53.930Z Compiling pem-rfc7468 v0.7.0
13642026-04-23T13:04:54.011Z Compiling iana-time-zone v0.1.65
13652026-04-23T13:04:54.034Z Compiling ring v0.17.14
13662026-04-23T13:04:54.051Z Compiling aws-lc-sys v0.37.1
13672026-04-23T13:04:54.118Z Compiling uuid v1.23.0
13682026-04-23T13:04:54.270Z Compiling rustc_version v0.4.1
13692026-04-23T13:04:54.289Z Compiling aws-lc-rs v1.16.0
13702026-04-23T13:04:54.355Z Compiling vcpkg v0.2.15
13712026-04-23T13:04:54.675Z Compiling regex-syntax v0.8.10
13722026-04-23T13:04:54.722Z Compiling tracing-core v0.1.36
13732026-04-23T13:04:55.074Z Compiling pest_generator v2.8.6
13742026-04-23T13:04:55.419Z Compiling openssl-sys v0.9.111
13752026-04-23T13:04:55.518Z Compiling serde_derive_internals v0.29.1
13762026-04-23T13:04:56.042Z Compiling base64 v0.22.1
13772026-04-23T13:04:56.063Z Compiling serde_derive v1.0.228
13782026-04-23T13:04:56.099Z Compiling zeroize_derive v1.4.3
13792026-04-23T13:04:56.386Z Compiling zerofrom-derive v0.1.6
13802026-04-23T13:04:56.459Z Compiling yoke-derive v0.8.1
13812026-04-23T13:04:56.777Z Compiling zerocopy-derive v0.8.40
13822026-04-23T13:04:56.966Z Compiling zeroize v1.8.2
13832026-04-23T13:04:58.045Z Compiling crypto-common v0.1.7
13842026-04-23T13:04:58.063Z Compiling block-buffer v0.10.4
13852026-04-23T13:04:58.103Z Compiling zerovec-derive v0.11.2
13862026-04-23T13:04:58.201Z Compiling displaydoc v0.2.5
13872026-04-23T13:04:58.281Z Compiling digest v0.10.7
13882026-04-23T13:04:58.380Z Compiling zerofrom v0.1.6
13892026-04-23T13:04:58.548Z Compiling yoke v0.8.1
13902026-04-23T13:04:58.588Z Compiling tokio-macros v2.7.0
13912026-04-23T13:04:58.776Z Compiling hmac v0.12.1
13922026-04-23T13:04:58.978Z Compiling futures-macro v0.3.32
13932026-04-23T13:04:59.171Z Compiling zerotrie v0.2.3
13942026-04-23T13:04:59.545Z Compiling block-padding v0.3.3
13952026-04-23T13:04:59.568Z Compiling sha2 v0.10.9
13962026-04-23T13:04:59.586Z Compiling zerovec v0.11.5
13972026-04-23T13:04:59.612Z Compiling der_derive v0.7.3
13982026-04-23T13:04:59.755Z Compiling inout v0.1.4
13992026-04-23T13:04:59.987Z Compiling cipher v0.4.4
14002026-04-23T13:05:00.057Z Compiling futures-util v0.3.32
14012026-04-23T13:05:00.279Z Compiling tinystr v0.8.2
14022026-04-23T13:05:00.341Z Compiling potential_utf v0.1.4
14032026-04-23T13:05:00.550Z Compiling icu_locale_core v2.1.1
14042026-04-23T13:05:00.571Z Compiling icu_collections v2.1.1
14052026-04-23T13:05:00.791Z Compiling bytes v1.11.1
14062026-04-23T13:05:00.904Z Compiling der v0.7.10
14072026-04-23T13:05:01.222Z Compiling chrono v0.4.44
14082026-04-23T13:05:01.437Z Compiling tokio v1.52.1
14092026-04-23T13:05:01.637Z Compiling icu_provider v2.1.1
14102026-04-23T13:05:01.767Z Compiling http v1.4.0
14112026-04-23T13:05:02.059Z Compiling icu_normalizer v2.1.1
14122026-04-23T13:05:02.633Z Compiling icu_properties v2.1.2
14132026-04-23T13:05:02.785Z Compiling spki v0.7.3
14142026-04-23T13:05:03.061Z Compiling ppv-lite86 v0.2.21
14152026-04-23T13:05:03.107Z Compiling salsa20 v0.10.2
14162026-04-23T13:05:03.155Z Compiling pbkdf2 v0.12.2
14172026-04-23T13:05:03.174Z Compiling thiserror-impl v2.0.18
14182026-04-23T13:05:03.202Z Compiling cbc v0.1.2
14192026-04-23T13:05:03.286Z Compiling scrypt v0.11.0
14202026-04-23T13:05:03.304Z Compiling aes v0.8.4
14212026-04-23T13:05:03.392Z Compiling rustls-pki-types v1.14.0
14222026-04-23T13:05:03.505Z Compiling rand_chacha v0.9.0
14232026-04-23T13:05:03.618Z Compiling tracing-attributes v0.1.31
14242026-04-23T13:05:03.997Z Compiling idna_adapter v1.2.1
14252026-04-23T13:05:04.179Z Compiling idna v1.1.0
14262026-04-23T13:05:04.198Z Compiling pkcs5 v0.7.1
14272026-04-23T13:05:04.401Z Compiling rand v0.9.2
14282026-04-23T13:05:04.701Z Compiling url v2.5.8
14292026-04-23T13:05:04.852Z Compiling http-body v1.0.1
14302026-04-23T13:05:04.971Z Compiling thiserror v2.0.18
14312026-04-23T13:05:05.079Z Compiling schemars v0.8.22
14322026-04-23T13:05:05.109Z Compiling untrusted v0.7.1
14332026-04-23T13:05:05.162Z Compiling openssl-probe v0.2.1
14342026-04-23T13:05:05.272Z Compiling untrusted v0.9.0
14352026-04-23T13:05:05.334Z Compiling httparse v1.10.1
14362026-04-23T13:05:05.419Z Compiling tracing v0.1.44
14372026-04-23T13:05:05.438Z Compiling pkcs8 v0.10.2
14382026-04-23T13:05:05.486Z Compiling schemars_derive v0.8.22
14392026-04-23T13:05:05.777Z Compiling pest_derive v2.8.6
14402026-04-23T13:05:05.809Z Compiling scroll_derive v0.13.1
14412026-04-23T13:05:05.849Z Compiling darling_core v0.20.11
14422026-04-23T13:05:05.866Z Compiling rustls v0.23.37
14432026-04-23T13:05:06.081Z Compiling tinyvec_macros v0.1.1
14442026-04-23T13:05:06.175Z Compiling try-lock v0.2.5
14452026-04-23T13:05:06.313Z Compiling atomic-waker v1.1.2
14462026-04-23T13:05:06.340Z Compiling dyn-clone v1.0.20
14472026-04-23T13:05:06.473Z Compiling tower-layer v0.3.3
14482026-04-23T13:05:06.514Z Compiling tower-service v0.3.3
14492026-04-23T13:05:06.640Z Compiling tokio-util v0.7.18
14502026-04-23T13:05:06.684Z Compiling want v0.3.1
14512026-04-23T13:05:06.924Z Compiling scroll v0.13.0
14522026-04-23T13:05:06.948Z Compiling tinyvec v1.10.0
14532026-04-23T13:05:07.432Z Compiling ipnet v2.11.0
14542026-04-23T13:05:07.693Z Compiling h2 v0.4.13
14552026-04-23T13:05:07.875Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14562026-04-23T13:05:08.119Z Compiling spin v0.9.8
14572026-04-23T13:05:08.125Z Compiling aho-corasick v1.1.4
14582026-04-23T13:05:08.375Z Compiling openssl v0.10.75
14592026-04-23T13:05:08.396Z Compiling num-conv v0.2.0
14602026-04-23T13:05:08.578Z Compiling pin-utils v0.1.0
14612026-04-23T13:05:08.673Z Compiling powerfmt v0.2.0
14622026-04-23T13:05:08.691Z Compiling httpdate v1.0.3
14632026-04-23T13:05:08.947Z Compiling crc32fast v1.5.0
14642026-04-23T13:05:08.989Z Compiling time-core v0.1.8
14652026-04-23T13:05:09.009Z Compiling foreign-types-shared v0.1.1
14662026-04-23T13:05:09.124Z Compiling foreign-types v0.3.2
14672026-04-23T13:05:09.127Z Compiling darling_macro v0.20.11
14682026-04-23T13:05:09.184Z Compiling time-macros v0.2.27
14692026-04-23T13:05:09.219Z Compiling deranged v0.5.8
14702026-04-23T13:05:09.357Z Compiling regex-automata v0.4.14
14712026-04-23T13:05:09.514Z Compiling tempfile v3.25.0
14722026-04-23T13:05:09.746Z Compiling darling v0.20.11
14732026-04-23T13:05:10.024Z Compiling goblin v0.10.5
14742026-04-23T13:05:10.578Z Compiling openssl-macros v0.1.1
14752026-04-23T13:05:10.643Z Compiling socket2 v0.5.10
14762026-04-23T13:05:11.082Z Compiling wait-timeout v0.2.1
14772026-04-23T13:05:11.207Z Compiling bit-vec v0.8.0
14782026-04-23T13:05:11.294Z Compiling crossbeam-utils v0.8.21
14792026-04-23T13:05:11.431Z Compiling siphasher v1.0.2
14802026-04-23T13:05:11.509Z Compiling quick-error v1.2.3
14812026-04-23T13:05:11.653Z Compiling num_threads v0.1.7
14822026-04-23T13:05:11.670Z Compiling hyper v1.8.1
14832026-04-23T13:05:11.689Z Compiling native-tls v0.2.18
14842026-04-23T13:05:11.788Z Compiling usdt-impl v0.6.0
14852026-04-23T13:05:11.984Z Compiling syn v1.0.109
14862026-04-23T13:05:12.095Z Compiling simd-adler32 v0.3.8
14872026-04-23T13:05:12.473Z Compiling time v0.3.47
14882026-04-23T13:05:12.517Z Compiling rusty-fork v0.3.1
14892026-04-23T13:05:12.942Z Compiling bit-set v0.8.0
14902026-04-23T13:05:13.123Z Compiling hyper-util v0.1.20
14912026-04-23T13:05:13.852Z Compiling dof v0.4.0
14922026-04-23T13:05:14.685Z Compiling derive_builder_core v0.20.2
14932026-04-23T13:05:15.413Z Compiling unicode-normalization v0.1.25
14942026-04-23T13:05:15.447Z Compiling dtrace-parser v0.3.0
14952026-04-23T13:05:15.474Z Compiling rustls-native-certs v0.8.3
14962026-04-23T13:05:15.851Z Compiling signature v2.2.0
14972026-04-23T13:05:15.871Z Compiling scroll_derive v0.12.1
14982026-04-23T13:05:16.019Z Compiling thiserror-impl v1.0.69
14992026-04-23T13:05:16.039Z Compiling heapless v0.7.17
15002026-04-23T13:05:16.079Z Compiling rand_xorshift v0.4.0
15012026-04-23T13:05:16.292Z Compiling slog v2.8.2
15022026-04-23T13:05:16.344Z Compiling darling_core v0.21.3
15032026-04-23T13:05:16.486Z Compiling bzip2-sys v0.1.13+1.0.8
15042026-04-23T13:05:16.523Z Compiling sync_wrapper v1.0.2
15052026-04-23T13:05:16.671Z Compiling thread-id v5.1.0
15062026-04-23T13:05:16.732Z Compiling cookie v0.18.1
15072026-04-23T13:05:16.780Z Compiling paste v1.0.15
15082026-04-23T13:05:16.853Z Compiling unarray v0.1.4
15092026-04-23T13:05:17.009Z Compiling zstd-safe v7.2.4
15102026-04-23T13:05:17.032Z Compiling signal-hook v0.3.18
15112026-04-23T13:05:17.155Z Compiling adler2 v2.0.1
15122026-04-23T13:05:17.253Z Compiling unicode-bidi v0.3.18
15132026-04-23T13:05:17.273Z Compiling unicode-properties v0.1.4
15142026-04-23T13:05:17.329Z Compiling anyhow v1.0.102
15152026-04-23T13:05:17.378Z Compiling miniz_oxide v0.8.9
15162026-04-23T13:05:17.711Z Compiling stringprep v0.1.5
15172026-04-23T13:05:17.763Z Compiling thiserror v1.0.69
15182026-04-23T13:05:17.901Z Compiling proptest v1.10.0
15192026-04-23T13:05:18.223Z Compiling scroll v0.12.0
15202026-04-23T13:05:18.306Z Compiling tower v0.5.3
15212026-04-23T13:05:18.682Z Compiling derive_builder_macro v0.20.2
15222026-04-23T13:05:18.937Z Compiling ipnetwork v0.21.1
15232026-04-23T13:05:19.106Z Compiling http-body-util v0.1.3
15242026-04-23T13:05:19.296Z Compiling webpki-roots v1.0.6
15252026-04-23T13:05:19.413Z Compiling rand_chacha v0.3.1
15262026-04-23T13:05:19.435Z Compiling serde_tokenstream v0.2.3
15272026-04-23T13:05:19.456Z Compiling serde_spanned v0.6.9
15282026-04-23T13:05:19.475Z Compiling erased-serde v0.3.31
15292026-04-23T13:05:19.646Z Compiling toml_datetime v0.6.11
15302026-04-23T13:05:19.858Z Compiling md-5 v0.10.6
15312026-04-23T13:05:19.996Z Compiling zerocopy-derive v0.7.35
15322026-04-23T13:05:20.022Z Compiling darling_macro v0.21.3
15332026-04-23T13:05:20.064Z Compiling curve25519-dalek v4.1.3
15342026-04-23T13:05:20.206Z Compiling vergen-lib v0.1.6
15352026-04-23T13:05:20.445Z Compiling num-integer v0.1.46
15362026-04-23T13:05:20.461Z Compiling hash32 v0.2.1
15372026-04-23T13:05:20.490Z Compiling ff v0.13.1
15382026-04-23T13:05:20.629Z Compiling memoffset v0.9.1
15392026-04-23T13:05:20.675Z Compiling cfg_aliases v0.2.1
15402026-04-23T13:05:20.719Z Compiling fallible-iterator v0.2.0
15412026-04-23T13:05:20.771Z Compiling smoltcp v0.9.1
15422026-04-23T13:05:20.877Z Compiling ref-cast v1.0.25
15432026-04-23T13:05:20.880Z Compiling ryu v1.0.23
15442026-04-23T13:05:21.133Z Compiling psl-types v2.0.11
15452026-04-23T13:05:21.137Z Compiling rustix v0.38.44
15462026-04-23T13:05:21.176Z Compiling iri-string v0.7.10
15472026-04-23T13:05:21.206Z Compiling zlib-rs v0.6.2
15482026-04-23T13:05:21.276Z Compiling base16ct v0.2.0
15492026-04-23T13:05:21.301Z Compiling num-bigint-dig v0.8.6
15502026-04-23T13:05:21.510Z Compiling litrs v1.0.0
15512026-04-23T13:05:21.572Z Compiling sec1 v0.7.3
15522026-04-23T13:05:21.730Z Compiling publicsuffix v2.3.0
15532026-04-23T13:05:22.039Z Compiling zerocopy v0.7.35
15542026-04-23T13:05:22.058Z Compiling newtype-uuid v1.3.2
15552026-04-23T13:05:22.258Z Compiling document-features v0.2.12
15562026-04-23T13:05:22.506Z Compiling postgres-protocol v0.6.10
15572026-04-23T13:05:22.844Z Compiling tower-http v0.6.8
15582026-04-23T13:05:23.041Z Compiling serde_urlencoded v0.7.1
15592026-04-23T13:05:23.375Z Compiling nix v0.31.2
15602026-04-23T13:05:23.375Z Compiling num-iter v0.1.45
15612026-04-23T13:05:23.414Z Compiling group v0.13.0
15622026-04-23T13:05:23.550Z Compiling darling v0.21.3
15632026-04-23T13:05:23.756Z Compiling rand v0.8.5
15642026-04-23T13:05:23.867Z Compiling derive_builder v0.20.2
15652026-04-23T13:05:24.035Z Compiling oxnet v0.1.4
15662026-04-23T13:05:24.058Z Compiling tokio-native-tls v0.3.1
15672026-04-23T13:05:24.355Z Compiling goblin v0.8.2
15682026-04-23T13:05:24.436Z Compiling hubpack_derive v0.1.1
15692026-04-23T13:05:25.052Z Compiling regex v1.12.3
15702026-04-23T13:05:25.283Z Compiling phf_shared v0.13.1
15712026-04-23T13:05:25.397Z Compiling lazy_static v1.5.0
15722026-04-23T13:05:25.526Z Compiling flate2 v1.1.9
15732026-04-23T13:05:25.559Z Compiling cargo-platform v0.1.9
15742026-04-23T13:05:25.634Z Compiling hkdf v0.12.4
15752026-04-23T13:05:25.653Z Compiling crypto-bigint v0.5.5
15762026-04-23T13:05:25.855Z Compiling daft-derive v0.1.5
15772026-04-23T13:05:25.903Z Compiling strum_macros v0.27.2
15782026-04-23T13:05:26.034Z Compiling async-trait v0.1.89
15792026-04-23T13:05:26.097Z Compiling curve25519-dalek-derive v0.1.1
15802026-04-23T13:05:26.821Z Compiling ref-cast-impl v1.0.25
15812026-04-23T13:05:26.984Z Compiling terminal_size v0.4.3
15822026-04-23T13:05:27.171Z Compiling vergen v9.0.6
15832026-04-23T13:05:27.413Z Compiling fs-err v3.3.0
15842026-04-23T13:05:27.523Z Compiling ahash v0.8.12
15852026-04-23T13:05:27.568Z Compiling bumpalo v3.20.2
15862026-04-23T13:05:27.653Z Compiling unicode-segmentation v1.12.0
15872026-04-23T13:05:27.780Z Compiling libbz2-rs-sys v0.2.2
15882026-04-23T13:05:27.908Z Compiling managed v0.8.0
15892026-04-23T13:05:28.181Z Compiling object v0.37.3
15902026-04-23T13:05:28.204Z Compiling bitflags v1.3.2
15912026-04-23T13:05:28.304Z Compiling foldhash v0.1.5
15922026-04-23T13:05:28.529Z Compiling winnow v0.5.40
15932026-04-23T13:05:28.592Z Compiling hashbrown v0.15.5
15942026-04-23T13:05:28.612Z Compiling bzip2 v0.6.1
15952026-04-23T13:05:28.657Z Compiling strum v0.27.2
15962026-04-23T13:05:28.825Z Compiling clap_builder v4.5.60
15972026-04-23T13:05:28.886Z Compiling zopfli v0.8.3
15982026-04-23T13:05:29.501Z Compiling dof v0.3.0
15992026-04-23T13:05:29.557Z Compiling elliptic-curve v0.13.8
16002026-04-23T13:05:29.808Z Compiling daft v0.1.5
16012026-04-23T13:05:30.080Z Compiling cargo_metadata v0.19.2
16022026-04-23T13:05:30.205Z Compiling phf v0.13.1
16032026-04-23T13:05:30.429Z Compiling toml_edit v0.19.15
16042026-04-23T13:05:30.508Z Compiling signal-hook-mio v0.2.5
16052026-04-23T13:05:30.664Z Compiling hubpack v0.1.2
16062026-04-23T13:05:30.961Z Compiling cookie_store v0.22.1
16072026-04-23T13:05:32.020Z Compiling zstd v0.13.3
16082026-04-23T13:05:32.230Z Compiling bzip2 v0.4.4
16092026-04-23T13:05:32.367Z Compiling hyper-tls v0.6.0
16102026-04-23T13:05:32.422Z Compiling serde_with_macros v3.17.0
16112026-04-23T13:05:32.633Z Compiling postgres-types v0.2.12
16122026-04-23T13:05:33.148Z Compiling usdt-macro v0.6.0
16132026-04-23T13:05:33.428Z Compiling usdt-attr-macro v0.6.0
16142026-04-23T13:05:33.759Z Compiling dtrace-parser v0.2.0
16152026-04-23T13:05:33.978Z Compiling ed25519 v2.2.3
16162026-04-23T13:05:34.140Z Compiling bstr v1.12.1
16172026-04-23T13:05:34.258Z Compiling phf_shared v0.11.3
16182026-04-23T13:05:34.293Z Compiling pkcs1 v0.7.5
16192026-04-23T13:05:34.497Z Compiling serde-big-array v0.5.1
16202026-04-23T13:05:34.516Z Compiling hex v0.4.3
16212026-04-23T13:05:34.692Z Compiling rfc6979 v0.4.0
16222026-04-23T13:05:34.835Z Compiling serde_repr v0.1.20
16232026-04-23T13:05:34.858Z Compiling clap_derive v4.5.55
16242026-04-23T13:05:34.878Z Compiling strum_macros v0.26.4
16252026-04-23T13:05:34.896Z Compiling enum-as-inner v0.6.1
16262026-04-23T13:05:35.052Z Compiling float-cmp v0.10.0
16272026-04-23T13:05:35.136Z Compiling thread-id v4.2.2
16282026-04-23T13:05:35.244Z Compiling memmap2 v0.9.10
16292026-04-23T13:05:35.262Z Compiling env_filter v1.0.0
16302026-04-23T13:05:35.532Z Compiling encoding_rs v0.8.35
16312026-04-23T13:05:35.551Z Compiling fixedbitset v0.5.7
16322026-04-23T13:05:35.570Z Compiling predicates-core v1.0.10
16332026-04-23T13:05:35.672Z Compiling rustc-hash v2.1.1
16342026-04-23T13:05:35.809Z Compiling precomputed-hash v0.1.1
16352026-04-23T13:05:35.840Z Compiling fixedbitset v0.4.2
16362026-04-23T13:05:35.930Z Compiling static_assertions v1.1.0
16372026-04-23T13:05:35.962Z Compiling jiff v0.2.21
16382026-04-23T13:05:36.035Z Compiling whoami v2.1.0
16392026-04-23T13:05:36.139Z Compiling normalize-line-endings v0.3.0
16402026-04-23T13:05:36.269Z Compiling keccak v0.1.6
16412026-04-23T13:05:36.547Z Compiling mime v0.3.17
16422026-04-23T13:05:36.914Z Compiling either v1.15.0
16432026-04-23T13:05:37.203Z Compiling new_debug_unreachable v1.0.6
16442026-04-23T13:05:37.307Z Compiling data-encoding v2.10.0
16452026-04-23T13:05:37.327Z Compiling difflib v0.4.0
16462026-04-23T13:05:37.347Z Compiling clap v4.5.60
16472026-04-23T13:05:37.450Z Compiling strum v0.26.3
16482026-04-23T13:05:37.471Z Compiling string_cache v0.8.9
16492026-04-23T13:05:37.637Z Compiling predicates v3.1.4
16502026-04-23T13:05:37.702Z Compiling toml_edit v0.22.27
16512026-04-23T13:05:37.788Z Compiling hickory-proto v0.25.2
16522026-04-23T13:05:37.899Z Compiling itertools v0.13.0
16532026-04-23T13:05:38.140Z Compiling sha3 v0.10.8
16542026-04-23T13:05:38.308Z Compiling tokio-postgres v0.7.16
16552026-04-23T13:05:38.532Z Compiling petgraph v0.6.5
16562026-04-23T13:05:38.747Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16572026-04-23T13:05:39.596Z Compiling petgraph v0.8.3
16582026-04-23T13:05:40.570Z Compiling zip v4.6.1
16592026-04-23T13:05:41.303Z Compiling iddqd v0.3.17
16602026-04-23T13:05:41.587Z Compiling env_logger v0.11.9
16612026-04-23T13:05:41.908Z Compiling usdt v0.6.0
16622026-04-23T13:05:41.981Z Compiling usdt-impl v0.5.0
16632026-04-23T13:05:42.075Z Compiling serde_with v3.17.0
16642026-04-23T13:05:42.259Z Compiling ecdsa v0.16.9
16652026-04-23T13:05:42.293Z Compiling similar v2.7.0
16662026-04-23T13:05:42.590Z Compiling rsa v0.9.10
16672026-04-23T13:05:42.791Z Compiling ed25519-dalek v2.2.0
16682026-04-23T13:05:42.791Z Compiling crossterm v0.28.1
16692026-04-23T13:05:43.496Z Compiling zip v0.6.6
16702026-04-23T13:05:43.646Z Compiling toml v0.7.8
16712026-04-23T13:05:44.628Z Compiling heck v0.4.1
16722026-04-23T13:05:44.814Z Compiling toml_parser v1.0.9+spec-1.1.0
16732026-04-23T13:05:44.842Z Compiling crossbeam-epoch v0.9.18
16742026-04-23T13:05:44.911Z Compiling tokio-stream v0.1.18
16752026-04-23T13:05:44.934Z Compiling buf-list v1.1.2
16762026-04-23T13:05:44.953Z Compiling x509-cert v0.2.5
16772026-04-23T13:05:45.291Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16782026-04-23T13:05:45.310Z Compiling openapiv3 v2.2.0
16792026-04-23T13:05:45.548Z Compiling sha1 v0.10.6
16802026-04-23T13:05:45.685Z Compiling toml_datetime v0.7.5+spec-1.1.0
16812026-04-23T13:05:45.714Z Compiling lalrpop-util v0.19.12
16822026-04-23T13:05:45.842Z Compiling peg-runtime v0.8.5
16832026-04-23T13:05:45.969Z Compiling thread_local v1.1.9
16842026-04-23T13:05:46.079Z Compiling slog-async v2.8.0
16852026-04-23T13:05:46.225Z Compiling crossbeam-channel v0.5.15
16862026-04-23T13:05:46.309Z Compiling futures-executor v0.3.32
16872026-04-23T13:05:46.499Z Compiling filetime v0.2.27
16882026-04-23T13:05:46.662Z Compiling is-terminal v0.4.17
16892026-04-23T13:05:46.739Z Compiling xattr v1.6.1
16902026-04-23T13:05:46.763Z Compiling take_mut v0.2.2
16912026-04-23T13:05:46.792Z Compiling term v1.2.1
16922026-04-23T13:05:46.852Z Compiling futures v0.3.32
16932026-04-23T13:05:46.986Z Compiling tar v0.4.45
16942026-04-23T13:05:47.283Z Compiling slog-term v2.9.2
16952026-04-23T13:05:55.018Z Compiling rustls-webpki v0.103.9
16962026-04-23T13:05:59.084Z Compiling tokio-rustls v0.26.4
16972026-04-23T13:05:59.084Z Compiling rustls-platform-verifier v0.6.2
16982026-04-23T13:05:59.348Z Compiling hyper-rustls v0.27.7
16992026-04-23T13:05:59.617Z Compiling reqwest v0.13.2
17002026-04-23T13:05:59.620Z Compiling reqwest v0.12.28
17012026-04-23T13:06:02.686Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17022026-04-23T13:06:02.972Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17032026-04-23T13:06:06.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
17042026-04-23T13:06:07.017Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17052026-04-23T13:06:07.081ZApr 23 13:06:06.223 INFO Starting download, target: Cockroach
17062026-04-23T13:06:07.081ZApr 23 13:06:06.223 INFO Starting download, target: Clickhouse
17072026-04-23T13:06:07.081ZApr 23 13:06:06.223 INFO Starting download, target: DendriteStub
17082026-04-23T13:06:07.081ZApr 23 13:06:06.223 INFO Starting download, target: Console
17092026-04-23T13:06:07.087ZApr 23 13:06:06.223 INFO Starting download, target: MaghemiteMgd
17102026-04-23T13:06:07.087ZApr 23 13:06:06.223 INFO Starting download, target: TransceiverControl
17112026-04-23T13:06:07.087ZApr 23 13:06:06.223 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17122026-04-23T13:06:07.088ZApr 23 13:06:06.223 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17132026-04-23T13:06:07.088ZApr 23 13:06:06.223 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17142026-04-23T13:06:07.088ZApr 23 13:06:06.223 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17152026-04-23T13:06:07.088ZApr 23 13:06:06.223 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17162026-04-23T13:06:07.088ZApr 23 13:06:06.223 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17172026-04-23T13:06:07.367ZApr 23 13:06:06.510 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17182026-04-23T13:06:07.706ZApr 23 13:06:06.843 INFO Download complete, target: TransceiverControl
17192026-04-23T13:06:08.050ZApr 23 13:06:07.185 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17202026-04-23T13:06:08.426ZApr 23 13:06:07.566 INFO Download complete, target: Console
17212026-04-23T13:06:08.819ZApr 23 13:06:07.951 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17222026-04-23T13:06:08.921ZApr 23 13:06:08.062 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17232026-04-23T13:06:09.194ZApr 23 13:06:08.335 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17242026-04-23T13:06:09.219ZApr 23 13:06:08.360 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17252026-04-23T13:06:09.219ZApr 23 13:06:08.360 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17262026-04-23T13:06:12.580ZApr 23 13:06:11.708 INFO Download complete, target: MaghemiteMgd
17272026-04-23T13:06:12.709ZApr 23 13:06:11.847 INFO Download complete, target: DendriteStub
17282026-04-23T13:06:16.758ZApr 23 13:06:15.898 INFO Checking that binary works, target: Cockroach
17292026-04-23T13:06:16.911ZApr 23 13:06:16.049 INFO Download complete, target: Cockroach
17302026-04-23T13:06:20.386ZApr 23 13:06:19.526 INFO Checking that binary works, target: Clickhouse
17312026-04-23T13:06:20.549ZApr 23 13:06:19.690 INFO Download complete, target: Clickhouse
17322026-04-23T13:06:20.567ZAll builder prerequisites installed successfully, and PATH looks valid
17332026-04-23T13:06:20.570Z
17342026-04-23T13:06:20.570Zreal 2:49.237362542
17352026-04-23T13:06:20.571Zuser 9:30.462342066
17362026-04-23T13:06:20.571Zsys 1:45.205924872
17372026-04-23T13:06:20.571Ztrap 0.316191095
17382026-04-23T13:06:20.571Ztflt 0.820875825
17392026-04-23T13:06:20.571Zdflt 0.917873476
17402026-04-23T13:06:20.571Zkflt 0.025667851
17412026-04-23T13:06:20.571Zlock 30:19.306545936
17422026-04-23T13:06:20.571Zslp 27:55.524695922
17432026-04-23T13:06:20.571Zlat 54.240324062
17442026-04-23T13:06:20.571Zstop 2:39.030269493
17452026-04-23T13:06:20.571Z+ banner hack-check
17462026-04-23T13:06:20.571Z
17472026-04-23T13:06:20.571Z # # ## #### # # #### # # ###### #### # #
17482026-04-23T13:06:20.571Z # # # # # # # # # # # # # # # # #
17492026-04-23T13:06:20.571Z ###### # # # #### ##### # ###### ##### # ####
17502026-04-23T13:06:20.571Z # # ###### # # # # # # # # # #
17512026-04-23T13:06:20.571Z # # # # # # # # # # # # # # # # #
17522026-04-23T13:06:20.571Z # # # # #### # # #### # # ###### #### # #
17532026-04-23T13:06:20.571Z
17542026-04-23T13:06:20.571Z+ export CARGO_INCREMENTAL=0
17552026-04-23T13:06:20.572Z+ CARGO_INCREMENTAL=0
17562026-04-23T13:06:20.572Z+ ptime -m timeout 2h cargo xtask check-features --ci
17572026-04-23T13:06:21.292Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17582026-04-23T13:06:21.576Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17592026-04-23T13:06:24.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.50s
17602026-04-23T13:06:24.194Z Running `target/debug/xtask check-features --ci`
17612026-04-23T13:06:24.228Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17622026-04-23T13:06:24.233Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17632026-04-23T13:06:24.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
17642026-04-23T13:06:24.919Z Running `target/debug/xtask download cargo-hack`
17652026-04-23T13:06:26.003Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17662026-04-23T13:06:26.401Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17672026-04-23T13:06:29.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.78s
17682026-04-23T13:06:29.927Z Running `target/debug/xtask-downloader cargo-hack`
17692026-04-23T13:06:29.972ZApr 23 13:06:29.111 INFO Starting download, target: CargoHack
17702026-04-23T13:06:29.975ZApr 23 13:06:29.112 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17712026-04-23T13:06:30.495ZApr 23 13:06:29.634 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17722026-04-23T13:06:30.575ZApr 23 13:06:29.714 INFO Download complete, target: CargoHack
17732026-04-23T13:06:30.578Zrunning: "/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"
17742026-04-23T13:06:30.596Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17752026-04-23T13:06:30.801Zinfo: running `cargo check --bins` on api_identity (1/272)
17762026-04-23T13:06:31.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17772026-04-23T13:06:31.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17782026-04-23T13:06:31.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17792026-04-23T13:06:31.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
17802026-04-23T13:06:31.589Z
17812026-04-23T13:06:31.589Zinfo: running `cargo check --bins` on bootstore (2/272)
17822026-04-23T13:06:32.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17832026-04-23T13:06:32.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17842026-04-23T13:06:32.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17852026-04-23T13:06:32.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
17862026-04-23T13:06:32.384Z
17872026-04-23T13:06:32.384Zinfo: running `cargo check --bins` on omicron-ledger (3/272)
17882026-04-23T13:06:33.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17892026-04-23T13:06:33.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17902026-04-23T13:06:33.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17912026-04-23T13:06:33.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
17922026-04-23T13:06:33.169Z
17932026-04-23T13:06:33.169Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/272)
17942026-04-23T13:06:33.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17952026-04-23T13:06:33.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17962026-04-23T13:06:33.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17972026-04-23T13:06:33.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
17982026-04-23T13:06:33.962Z
17992026-04-23T13:06:33.962Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/272)
18002026-04-23T13:06:34.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18012026-04-23T13:06:34.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18022026-04-23T13:06:34.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18032026-04-23T13:06:34.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
18042026-04-23T13:06:34.745Z
18052026-04-23T13:06:34.745Zinfo: running `cargo check --bins` on omicron-certificates (6/272)
18062026-04-23T13:06:35.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18072026-04-23T13:06:35.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18082026-04-23T13:06:35.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18092026-04-23T13:06:35.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
18102026-04-23T13:06:35.552Z
18112026-04-23T13:06:35.552Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/272)
18122026-04-23T13:06:36.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18132026-04-23T13:06:36.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18142026-04-23T13:06:36.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18152026-04-23T13:06:36.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
18162026-04-23T13:06:36.356Z
18172026-04-23T13:06:36.356Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/272)
18182026-04-23T13:06:37.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18192026-04-23T13:06:37.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18202026-04-23T13:06:37.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18212026-04-23T13:06:37.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
18222026-04-23T13:06:37.157Z
18232026-04-23T13:06:37.157Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/272)
18242026-04-23T13:06:37.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18252026-04-23T13:06:37.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18262026-04-23T13:06:37.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18272026-04-23T13:06:37.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
18282026-04-23T13:06:37.786Z
18292026-04-23T13:06:37.786Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/272)
18302026-04-23T13:06:38.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312026-04-23T13:06:38.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322026-04-23T13:06:38.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18332026-04-23T13:06:38.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
18342026-04-23T13:06:38.420Z
18352026-04-23T13:06:38.420Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/272)
18362026-04-23T13:06:38.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372026-04-23T13:06:38.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382026-04-23T13:06:38.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392026-04-23T13:06:38.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
18402026-04-23T13:06:39.054Z
18412026-04-23T13:06:39.054Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/272)
18422026-04-23T13:06:39.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432026-04-23T13:06:39.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442026-04-23T13:06:39.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452026-04-23T13:06:39.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
18462026-04-23T13:06:39.681Z
18472026-04-23T13:06:39.681Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/272)
18482026-04-23T13:06:40.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492026-04-23T13:06:40.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502026-04-23T13:06:40.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512026-04-23T13:06:40.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
18522026-04-23T13:06:40.314Z
18532026-04-23T13:06:40.314Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/272)
18542026-04-23T13:06:40.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552026-04-23T13:06:40.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562026-04-23T13:06:40.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572026-04-23T13:06:40.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
18582026-04-23T13:06:40.944Z
18592026-04-23T13:06:40.944Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/272)
18602026-04-23T13:06:41.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612026-04-23T13:06:41.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622026-04-23T13:06:41.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632026-04-23T13:06:41.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
18642026-04-23T13:06:41.574Z
18652026-04-23T13:06:41.574Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/272)
18662026-04-23T13:06:42.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672026-04-23T13:06:42.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682026-04-23T13:06:42.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692026-04-23T13:06:42.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
18702026-04-23T13:06:42.210Z
18712026-04-23T13:06:42.210Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/272)
18722026-04-23T13:06:42.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732026-04-23T13:06:42.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742026-04-23T13:06:42.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752026-04-23T13:06:42.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
18762026-04-23T13:06:42.843Z
18772026-04-23T13:06:42.843Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/272)
18782026-04-23T13:06:43.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792026-04-23T13:06:43.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802026-04-23T13:06:43.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812026-04-23T13:06:43.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
18822026-04-23T13:06:43.471Z
18832026-04-23T13:06:43.471Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/272)
18842026-04-23T13:06:44.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852026-04-23T13:06:44.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862026-04-23T13:06:44.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872026-04-23T13:06:44.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
18882026-04-23T13:06:44.101Z
18892026-04-23T13:06:44.101Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/272)
18902026-04-23T13:06:44.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912026-04-23T13:06:44.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922026-04-23T13:06:44.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932026-04-23T13:06:44.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
18942026-04-23T13:06:44.739Z
18952026-04-23T13:06:44.739Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/272)
18962026-04-23T13:06:45.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972026-04-23T13:06:45.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982026-04-23T13:06:45.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992026-04-23T13:06:45.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19002026-04-23T13:06:45.373Z
19012026-04-23T13:06:45.373Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/272)
19022026-04-23T13:06:45.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032026-04-23T13:06:45.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042026-04-23T13:06:45.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052026-04-23T13:06:45.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19062026-04-23T13:06:46.011Z
19072026-04-23T13:06:46.011Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/272)
19082026-04-23T13:06:46.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092026-04-23T13:06:46.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102026-04-23T13:06:46.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112026-04-23T13:06:46.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19122026-04-23T13:06:46.648Z
19132026-04-23T13:06:46.648Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/272)
19142026-04-23T13:06:47.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152026-04-23T13:06:47.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162026-04-23T13:06:47.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172026-04-23T13:06:47.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19182026-04-23T13:06:47.281Z
19192026-04-23T13:06:47.282Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/272)
19202026-04-23T13:06:47.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212026-04-23T13:06:47.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222026-04-23T13:06:47.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19232026-04-23T13:06:47.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19242026-04-23T13:06:47.917Z
19252026-04-23T13:06:47.917Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/272)
19262026-04-23T13:06:48.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19272026-04-23T13:06:48.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19282026-04-23T13:06:48.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19292026-04-23T13:06:48.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19302026-04-23T13:06:48.555Z
19312026-04-23T13:06:48.555Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/272)
19322026-04-23T13:06:49.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19332026-04-23T13:06:49.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19342026-04-23T13:06:49.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19352026-04-23T13:06:49.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19362026-04-23T13:06:49.202Z
19372026-04-23T13:06:49.202Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/272)
19382026-04-23T13:06:49.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19392026-04-23T13:06:49.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19402026-04-23T13:06:49.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19412026-04-23T13:06:49.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19422026-04-23T13:06:49.831Z
19432026-04-23T13:06:49.831Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/272)
19442026-04-23T13:06:50.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19452026-04-23T13:06:50.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19462026-04-23T13:06:50.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19472026-04-23T13:06:50.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19482026-04-23T13:06:50.465Z
19492026-04-23T13:06:50.465Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/272)
19502026-04-23T13:06:51.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19512026-04-23T13:06:51.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19522026-04-23T13:06:51.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19532026-04-23T13:06:51.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19542026-04-23T13:06:51.100Z
19552026-04-23T13:06:51.100Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/272)
19562026-04-23T13:06:51.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19572026-04-23T13:06:51.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19582026-04-23T13:06:51.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19592026-04-23T13:06:51.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19602026-04-23T13:06:51.735Z
19612026-04-23T13:06:51.736Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/272)
19622026-04-23T13:06:52.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632026-04-23T13:06:52.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642026-04-23T13:06:52.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19652026-04-23T13:06:52.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19662026-04-23T13:06:52.366Z
19672026-04-23T13:06:52.366Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/272)
19682026-04-23T13:06:52.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692026-04-23T13:06:52.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702026-04-23T13:06:52.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712026-04-23T13:06:52.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19722026-04-23T13:06:53.002Z
19732026-04-23T13:06:53.002Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/272)
19742026-04-23T13:06:53.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752026-04-23T13:06:53.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762026-04-23T13:06:53.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772026-04-23T13:06:53.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19782026-04-23T13:06:53.636Z
19792026-04-23T13:06:53.636Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/272)
19802026-04-23T13:06:54.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812026-04-23T13:06:54.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822026-04-23T13:06:54.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832026-04-23T13:06:54.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19842026-04-23T13:06:54.270Z
19852026-04-23T13:06:54.270Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/272)
19862026-04-23T13:06:54.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872026-04-23T13:06:54.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882026-04-23T13:06:54.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19892026-04-23T13:06:54.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19902026-04-23T13:06:54.903Z
19912026-04-23T13:06:54.903Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/272)
19922026-04-23T13:06:55.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932026-04-23T13:06:55.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942026-04-23T13:06:55.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19952026-04-23T13:06:55.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19962026-04-23T13:06:55.540Z
19972026-04-23T13:06:55.540Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/272)
19982026-04-23T13:06:56.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992026-04-23T13:06:56.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002026-04-23T13:06:56.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012026-04-23T13:06:56.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20022026-04-23T13:06:56.171Z
20032026-04-23T13:06:56.171Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/272)
20042026-04-23T13:06:56.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052026-04-23T13:06:56.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062026-04-23T13:06:56.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072026-04-23T13:06:56.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20082026-04-23T13:06:56.802Z
20092026-04-23T13:06:56.802Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/272)
20102026-04-23T13:06:57.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112026-04-23T13:06:57.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122026-04-23T13:06:57.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132026-04-23T13:06:57.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20142026-04-23T13:06:57.440Z
20152026-04-23T13:06:57.440Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/272)
20162026-04-23T13:06:58.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172026-04-23T13:06:58.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182026-04-23T13:06:58.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192026-04-23T13:06:58.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20202026-04-23T13:06:58.081Z
20212026-04-23T13:06:58.081Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/272)
20222026-04-23T13:06:58.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232026-04-23T13:06:58.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242026-04-23T13:06:58.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20252026-04-23T13:06:58.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20262026-04-23T13:06:58.719Z
20272026-04-23T13:06:58.719Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/272)
20282026-04-23T13:06:59.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292026-04-23T13:06:59.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302026-04-23T13:06:59.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20312026-04-23T13:06:59.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20322026-04-23T13:06:59.355Z
20332026-04-23T13:06:59.356Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/272)
20342026-04-23T13:06:59.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20352026-04-23T13:06:59.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20362026-04-23T13:06:59.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20372026-04-23T13:06:59.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20382026-04-23T13:06:59.995Z
20392026-04-23T13:06:59.995Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/272)
20402026-04-23T13:07:00.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412026-04-23T13:07:00.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422026-04-23T13:07:00.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20432026-04-23T13:07:00.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20442026-04-23T13:07:00.633Z
20452026-04-23T13:07:00.633Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/272)
20462026-04-23T13:07:01.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472026-04-23T13:07:01.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482026-04-23T13:07:01.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492026-04-23T13:07:01.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20502026-04-23T13:07:01.275Z
20512026-04-23T13:07:01.275Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/272)
20522026-04-23T13:07:01.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532026-04-23T13:07:01.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542026-04-23T13:07:01.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552026-04-23T13:07:01.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20562026-04-23T13:07:01.911Z
20572026-04-23T13:07:01.911Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/272)
20582026-04-23T13:07:02.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592026-04-23T13:07:02.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602026-04-23T13:07:02.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612026-04-23T13:07:02.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20622026-04-23T13:07:02.546Z
20632026-04-23T13:07:02.546Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/272)
20642026-04-23T13:07:03.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652026-04-23T13:07:03.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662026-04-23T13:07:03.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672026-04-23T13:07:03.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
20682026-04-23T13:07:03.411Z
20692026-04-23T13:07:03.412Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/272)
20702026-04-23T13:07:04.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712026-04-23T13:07:04.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722026-04-23T13:07:04.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20732026-04-23T13:07:04.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
20742026-04-23T13:07:04.277Z
20752026-04-23T13:07:04.277Zinfo: running `cargo check --bins` on nexus-config (51/272)
20762026-04-23T13:07:05.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772026-04-23T13:07:05.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782026-04-23T13:07:05.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792026-04-23T13:07:05.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
20802026-04-23T13:07:05.140Z
20812026-04-23T13:07:05.140Zinfo: running `cargo check --bins` on nexus-types (52/272)
20822026-04-23T13:07:05.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832026-04-23T13:07:05.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842026-04-23T13:07:05.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20852026-04-23T13:07:05.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
20862026-04-23T13:07:06.010Z
20872026-04-23T13:07:06.010Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/272)
20882026-04-23T13:07:06.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892026-04-23T13:07:06.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902026-04-23T13:07:06.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20912026-04-23T13:07:06.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
20922026-04-23T13:07:06.825Z
20932026-04-23T13:07:06.825Zinfo: running `cargo check --bins` on omicron-passwords (54/272)
20942026-04-23T13:07:07.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20952026-04-23T13:07:07.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20962026-04-23T13:07:07.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20972026-04-23T13:07:07.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
20982026-04-23T13:07:07.615Z
20992026-04-23T13:07:07.615Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/272)
21002026-04-23T13:07:08.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21012026-04-23T13:07:08.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21022026-04-23T13:07:08.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21032026-04-23T13:07:08.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
21042026-04-23T13:07:08.430Z
21052026-04-23T13:07:08.430Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/272)
21062026-04-23T13:07:09.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072026-04-23T13:07:09.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082026-04-23T13:07:09.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21092026-04-23T13:07:09.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
21102026-04-23T13:07:09.246Z
21112026-04-23T13:07:09.246Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/272)
21122026-04-23T13:07:09.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132026-04-23T13:07:09.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142026-04-23T13:07:09.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21152026-04-23T13:07:09.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
21162026-04-23T13:07:10.061Z
21172026-04-23T13:07:10.061Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/272)
21182026-04-23T13:07:10.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21192026-04-23T13:07:10.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21202026-04-23T13:07:10.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21212026-04-23T13:07:10.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
21222026-04-23T13:07:10.880Z
21232026-04-23T13:07:10.880Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/272)
21242026-04-23T13:07:11.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21252026-04-23T13:07:11.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21262026-04-23T13:07:11.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21272026-04-23T13:07:11.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
21282026-04-23T13:07:11.675Z
21292026-04-23T13:07:11.675Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/272)
21302026-04-23T13:07:12.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21312026-04-23T13:07:12.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21322026-04-23T13:07:12.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21332026-04-23T13:07:12.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
21342026-04-23T13:07:12.467Z
21352026-04-23T13:07:12.467Zinfo: running `cargo check --bins --no-default-features` on gfss (61/272)
21362026-04-23T13:07:13.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21372026-04-23T13:07:13.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21382026-04-23T13:07:13.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21392026-04-23T13:07:13.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
21402026-04-23T13:07:13.252Z
21412026-04-23T13:07:13.252Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/272)
21422026-04-23T13:07:13.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21432026-04-23T13:07:13.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21442026-04-23T13:07:13.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21452026-04-23T13:07:13.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
21462026-04-23T13:07:14.040Z
21472026-04-23T13:07:14.041Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/272)
21482026-04-23T13:07:14.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21492026-04-23T13:07:14.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21502026-04-23T13:07:14.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21512026-04-23T13:07:14.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
21522026-04-23T13:07:14.849Z
21532026-04-23T13:07:14.849Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/272)
21542026-04-23T13:07:15.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21552026-04-23T13:07:15.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21562026-04-23T13:07:15.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21572026-04-23T13:07:15.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
21582026-04-23T13:07:15.660Z
21592026-04-23T13:07:15.660Zinfo: running `cargo check --bins` on cockroach-admin-types (65/272)
21602026-04-23T13:07:16.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21612026-04-23T13:07:16.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21622026-04-23T13:07:16.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21632026-04-23T13:07:16.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
21642026-04-23T13:07:16.445Z
21652026-04-23T13:07:16.445Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/272)
21662026-04-23T13:07:17.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21672026-04-23T13:07:17.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21682026-04-23T13:07:17.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21692026-04-23T13:07:17.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
21702026-04-23T13:07:17.230Z
21712026-04-23T13:07:17.230Zinfo: running `cargo check --bins` on ereport-types (67/272)
21722026-04-23T13:07:17.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21732026-04-23T13:07:17.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21742026-04-23T13:07:17.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21752026-04-23T13:07:17.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
21762026-04-23T13:07:18.030Z
21772026-04-23T13:07:18.030Zinfo: running `cargo check --bins` on gateway-client (68/272)
21782026-04-23T13:07:18.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21792026-04-23T13:07:18.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21802026-04-23T13:07:18.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21812026-04-23T13:07:18.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
21822026-04-23T13:07:18.833Z
21832026-04-23T13:07:18.833Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/272)
21842026-04-23T13:07:19.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21852026-04-23T13:07:19.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21862026-04-23T13:07:19.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21872026-04-23T13:07:19.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
21882026-04-23T13:07:19.633Z
21892026-04-23T13:07:19.633Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/272)
21902026-04-23T13:07:20.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21912026-04-23T13:07:20.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21922026-04-23T13:07:20.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21932026-04-23T13:07:20.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
21942026-04-23T13:07:20.437Z
21952026-04-23T13:07:20.437Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/272)
21962026-04-23T13:07:21.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21972026-04-23T13:07:21.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21982026-04-23T13:07:21.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21992026-04-23T13:07:21.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
22002026-04-23T13:07:21.241Z
22012026-04-23T13:07:21.241Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/272)
22022026-04-23T13:07:21.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22032026-04-23T13:07:21.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22042026-04-23T13:07:21.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22052026-04-23T13:07:21.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
22062026-04-23T13:07:22.041Z
22072026-04-23T13:07:22.041Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/272)
22082026-04-23T13:07:22.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22092026-04-23T13:07:22.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22102026-04-23T13:07:22.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22112026-04-23T13:07:22.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
22122026-04-23T13:07:22.873Z
22132026-04-23T13:07:22.873Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/272)
22142026-04-23T13:07:23.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22152026-04-23T13:07:23.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22162026-04-23T13:07:23.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22172026-04-23T13:07:23.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
22182026-04-23T13:07:23.707Z
22192026-04-23T13:07:23.707Zinfo: running `cargo check --bins` on key-manager-types (75/272)
22202026-04-23T13:07:24.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22212026-04-23T13:07:24.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22222026-04-23T13:07:24.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22232026-04-23T13:07:24.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
22242026-04-23T13:07:24.498Z
22252026-04-23T13:07:24.498Zinfo: running `cargo check --bins` on oxlog (76/272)
22262026-04-23T13:07:25.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22272026-04-23T13:07:25.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22282026-04-23T13:07:25.342Z Checking cfg-if v1.0.4
22292026-04-23T13:07:25.345Z Checking libc v0.2.185
22302026-04-23T13:07:25.468Z Checking serde_core v1.0.228
22312026-04-23T13:07:25.495Z Checking zeroize v1.8.2
22322026-04-23T13:07:25.511Z Checking memchr v2.8.0
22332026-04-23T13:07:25.526Z Checking log v0.4.29
22342026-04-23T13:07:25.528Z Checking smallvec v1.15.1
22352026-04-23T13:07:25.531Z Checking typenum v1.19.0
22362026-04-23T13:07:25.531Z Checking subtle v2.6.1
22372026-04-23T13:07:25.686Z Checking itoa v1.0.17
22382026-04-23T13:07:25.777Z Checking scopeguard v1.2.0
22392026-04-23T13:07:25.793Z Checking stable_deref_trait v1.2.1
22402026-04-23T13:07:25.816Z Checking const-oid v0.9.6
22412026-04-23T13:07:25.869Z Checking portable-atomic v1.13.1
22422026-04-23T13:07:25.886Z Checking zerofrom v0.1.6
22432026-04-23T13:07:25.905Z Checking lock_api v0.4.14
22442026-04-23T13:07:26.034Z Checking critical-section v1.2.0
22452026-04-23T13:07:26.037Z Checking yoke v0.8.1
22462026-04-23T13:07:26.066Z Checking getrandom v0.2.17
22472026-04-23T13:07:26.168Z Checking errno v0.3.14
22482026-04-23T13:07:26.186Z Checking parking_lot_core v0.9.12
22492026-04-23T13:07:26.245Z Checking rand_core v0.6.4
22502026-04-23T13:07:26.248Z Checking zerovec v0.11.5
22512026-04-23T13:07:26.311Z Checking signal-hook-registry v1.4.8
22522026-04-23T13:07:26.331Z Checking generic-array v0.14.7
22532026-04-23T13:07:26.424Z Checking zerocopy v0.8.40
22542026-04-23T13:07:26.441Z Checking once_cell v1.21.3
22552026-04-23T13:07:26.469Z Checking pin-project-lite v0.2.17
22562026-04-23T13:07:26.508Z Checking parking_lot v0.12.5
22572026-04-23T13:07:26.581Z Checking mio v1.2.0
22582026-04-23T13:07:26.663Z Checking socket2 v0.6.3
22592026-04-23T13:07:26.745Z Checking libm v0.2.16
22602026-04-23T13:07:26.829Z Checking zmij v1.0.21
22612026-04-23T13:07:26.850Z Checking tinystr v0.8.2
22622026-04-23T13:07:26.956Z Checking crypto-common v0.1.7
22632026-04-23T13:07:26.972Z Checking block-buffer v0.10.4
22642026-04-23T13:07:26.988Z Checking writeable v0.6.2
22652026-04-23T13:07:27.079Z Checking equivalent v1.0.2
22662026-04-23T13:07:27.103Z Checking allocator-api2 v0.2.21
22672026-04-23T13:07:27.106Z Checking futures-core v0.3.32
22682026-04-23T13:07:27.147Z Checking digest v0.10.7
22692026-04-23T13:07:27.178Z Checking litemap v0.8.1
22702026-04-23T13:07:27.195Z Checking percent-encoding v2.3.2
22712026-04-23T13:07:27.271Z Checking potential_utf v0.1.4
22722026-04-23T13:07:27.365Z Checking zerotrie v0.2.3
22732026-04-23T13:07:27.396Z Checking icu_locale_core v2.1.1
22742026-04-23T13:07:27.413Z Checking cpufeatures v0.2.17
22752026-04-23T13:07:27.431Z Checking foldhash v0.2.0
22762026-04-23T13:07:27.482Z Checking icu_collections v2.1.1
22772026-04-23T13:07:27.504Z Checking hmac v0.12.1
22782026-04-23T13:07:27.622Z Checking serde v1.0.228
22792026-04-23T13:07:27.638Z Checking bitflags v2.11.0
22802026-04-23T13:07:27.669Z Checking serde_json v1.0.149
22812026-04-23T13:07:27.685Z Checking hashbrown v0.16.1
22822026-04-23T13:07:27.722Z Checking num-traits v0.2.19
22832026-04-23T13:07:27.852Z Checking block-padding v0.3.3
22842026-04-23T13:07:27.903Z Checking icu_properties_data v2.1.2
22852026-04-23T13:07:28.018Z Checking icu_normalizer_data v2.1.1
22862026-04-23T13:07:28.069Z Checking futures-sink v0.3.32
22872026-04-23T13:07:28.107Z Checking rand_core v0.10.0
22882026-04-23T13:07:28.155Z Checking icu_provider v2.1.1
22892026-04-23T13:07:28.178Z Checking bytes v1.11.1
22902026-04-23T13:07:28.197Z Checking futures-channel v0.3.32
22912026-04-23T13:07:28.285Z Checking getrandom v0.4.1
22922026-04-23T13:07:28.364Z Checking indexmap v2.13.0
22932026-04-23T13:07:28.443Z Checking inout v0.1.4
22942026-04-23T13:07:28.463Z Checking icu_properties v2.1.2
22952026-04-23T13:07:28.463Z Checking icu_normalizer v2.1.1
22962026-04-23T13:07:28.508Z Checking futures-io v0.3.32
22972026-04-23T13:07:28.602Z Checking slab v0.4.12
22982026-04-23T13:07:28.619Z Checking futures-task v0.3.32
22992026-04-23T13:07:28.651Z Checking cipher v0.4.4
23002026-04-23T13:07:28.783Z Checking tokio v1.52.1
23012026-04-23T13:07:28.802Z Checking sha2 v0.10.9
23022026-04-23T13:07:28.818Z Checking futures-util v0.3.32
23032026-04-23T13:07:28.886Z Checking getrandom v0.3.4
23042026-04-23T13:07:28.942Z Checking base64ct v1.8.3
23052026-04-23T13:07:29.072Z Checking utf8_iter v1.0.4
23062026-04-23T13:07:29.168Z Checking byteorder v1.5.0
23072026-04-23T13:07:29.189Z Checking form_urlencoded v1.2.2
23082026-04-23T13:07:29.226Z Checking flagset v0.4.7
23092026-04-23T13:07:29.248Z Checking pem-rfc7468 v0.7.0
23102026-04-23T13:07:29.350Z Checking fnv v1.0.7
23112026-04-23T13:07:29.383Z Checking rand_core v0.9.5
23122026-04-23T13:07:29.439Z Checking salsa20 v0.10.2
23132026-04-23T13:07:29.457Z Checking der v0.7.10
23142026-04-23T13:07:29.473Z Checking http v1.4.0
23152026-04-23T13:07:29.605Z Checking uuid v1.23.0
23162026-04-23T13:07:29.606Z Checking pbkdf2 v0.12.2
23172026-04-23T13:07:29.651Z Checking idna_adapter v1.2.1
23182026-04-23T13:07:29.742Z Checking scrypt v0.11.0
23192026-04-23T13:07:29.803Z Checking idna v1.1.0
23202026-04-23T13:07:29.914Z Checking cbc v0.1.2
23212026-04-23T13:07:30.040Z Checking aes v0.8.4
23222026-04-23T13:07:30.075Z Checking rustix v1.1.3
23232026-04-23T13:07:30.117Z Checking url v2.5.8
23242026-04-23T13:07:30.244Z Checking tracing-core v0.1.36
23252026-04-23T13:07:30.466Z Checking spki v0.7.3
23262026-04-23T13:07:30.483Z Checking ppv-lite86 v0.2.21
23272026-04-23T13:07:30.561Z Checking rustls-pki-types v1.14.0
23282026-04-23T13:07:30.657Z Checking iana-time-zone v0.1.65
23292026-04-23T13:07:30.677Z Checking regex-syntax v0.8.10
23302026-04-23T13:07:30.698Z Checking pkcs5 v0.7.1
23312026-04-23T13:07:30.787Z Checking chrono v0.4.44
23322026-04-23T13:07:30.887Z Checking rand_chacha v0.9.0
23332026-04-23T13:07:30.949Z Checking tracing v0.1.44
23342026-04-23T13:07:31.035Z Checking http-body v1.0.1
23352026-04-23T13:07:31.151Z Checking rand v0.9.2
23362026-04-23T13:07:31.203Z Checking aws-lc-sys v0.37.1
23372026-04-23T13:07:31.221Z Checking base64 v0.22.1
23382026-04-23T13:07:31.260Z Checking untrusted v0.9.0
23392026-04-23T13:07:31.398Z Checking untrusted v0.7.1
23402026-04-23T13:07:31.471Z Checking openssl-probe v0.2.1
23412026-04-23T13:07:31.531Z Checking ring v0.17.14
23422026-04-23T13:07:31.550Z Checking pkcs8 v0.10.2
23432026-04-23T13:07:31.603Z Checking tinyvec_macros v0.1.1
23442026-04-23T13:07:31.689Z Checking tower-service v0.3.3
23452026-04-23T13:07:31.779Z Checking tower-layer v0.3.3
23462026-04-23T13:07:31.798Z Checking try-lock v0.2.5
23472026-04-23T13:07:31.814Z Checking plain v0.2.3
23482026-04-23T13:07:31.916Z Checking aws-lc-rs v1.16.0
23492026-04-23T13:07:31.934Z Checking atomic-waker v1.1.2
23502026-04-23T13:07:31.949Z Checking want v0.3.1
23512026-04-23T13:07:31.970Z Checking tinyvec v1.10.0
23522026-04-23T13:07:31.989Z Checking ipnet v2.11.0
23532026-04-23T13:07:32.051Z Checking semver v1.0.27
23542026-04-23T13:07:32.099Z Checking httparse v1.10.1
23552026-04-23T13:07:32.324Z Checking spin v0.9.8
23562026-04-23T13:07:32.342Z Checking dyn-clone v1.0.20
23572026-04-23T13:07:32.367Z Checking pin-utils v0.1.0
23582026-04-23T13:07:32.389Z Checking unicode-ident v1.0.24
23592026-04-23T13:07:32.452Z Checking fastrand v2.3.0
23602026-04-23T13:07:32.469Z Checking ucd-trie v0.1.7
23612026-04-23T13:07:32.498Z Checking httpdate v1.0.3
23622026-04-23T13:07:32.521Z Checking foreign-types-shared v0.1.1
23632026-04-23T13:07:32.557Z Checking proc-macro2 v1.0.106
23642026-04-23T13:07:32.624Z Checking foreign-types v0.3.2
23652026-04-23T13:07:32.639Z Checking pest v2.8.6
23662026-04-23T13:07:32.680Z Checking schemars v0.8.22
23672026-04-23T13:07:32.684Z Checking tempfile v3.25.0
23682026-04-23T13:07:32.717Z Checking openssl-sys v0.9.111
23692026-04-23T13:07:32.865Z Checking thiserror v2.0.18
23702026-04-23T13:07:32.950Z Checking wait-timeout v0.2.1
23712026-04-23T13:07:32.974Z Checking socket2 v0.5.10
23722026-04-23T13:07:32.992Z Checking aho-corasick v1.1.4
23732026-04-23T13:07:33.064Z Checking rustls-webpki v0.103.9
23742026-04-23T13:07:33.102Z Checking powerfmt v0.2.0
23752026-04-23T13:07:33.142Z Checking tokio-util v0.7.18
23762026-04-23T13:07:33.296Z Checking simd-adler32 v0.3.8
23772026-04-23T13:07:33.313Z Checking siphasher v1.0.2
23782026-04-23T13:07:33.404Z Checking quick-error v1.2.3
23792026-04-23T13:07:33.517Z Checking utf8parse v0.2.2
23802026-04-23T13:07:33.520Z Checking anstyle v1.0.13
23812026-04-23T13:07:33.551Z Checking pretty-hex v0.4.1
23822026-04-23T13:07:33.593Z Checking bit-vec v0.8.0
23832026-04-23T13:07:33.631Z Checking rustls v0.23.37
23842026-04-23T13:07:33.648Z Checking anstyle-parse v0.2.7
23852026-04-23T13:07:33.711Z Checking rusty-fork v0.3.1
23862026-04-23T13:07:33.786Z Checking openssl v0.10.75
23872026-04-23T13:07:33.848Z Checking bit-set v0.8.0
23882026-04-23T13:07:33.865Z Checking deranged v0.5.8
23892026-04-23T13:07:33.931Z Checking quote v1.0.44
23902026-04-23T13:07:33.949Z Checking regex-automata v0.4.14
23912026-04-23T13:07:33.971Z Checking h2 v0.4.13
23922026-04-23T13:07:34.044Z Compiling newtype-uuid v1.3.2
23932026-04-23T13:07:34.140Z Checking unicode-normalization v0.1.25
23942026-04-23T13:07:34.163Z Checking rustls-native-certs v0.8.3
23952026-04-23T13:07:34.274Z Checking crossbeam-utils v0.8.21
23962026-04-23T13:07:34.322Z Checking rand_xorshift v0.4.0
23972026-04-23T13:07:34.471Z Checking crc32fast v1.5.0
23982026-04-23T13:07:34.650Z Checking scroll v0.13.0
23992026-04-23T13:07:34.673Z Checking signature v2.2.0
24002026-04-23T13:07:34.724Z Checking sync_wrapper v1.0.2
24012026-04-23T13:07:34.834Z Checking anstyle-query v1.1.5
24022026-04-23T13:07:34.853Z Checking colorchoice v1.0.4
24032026-04-23T13:07:34.950Z Checking num_threads v0.1.7
24042026-04-23T13:07:34.967Z Checking num-conv v0.2.0
24052026-04-23T13:07:34.983Z Checking adler2 v2.0.1
24062026-04-23T13:07:35.054Z Checking unicode-properties v0.1.4
24072026-04-23T13:07:35.114Z Checking is_terminal_polyfill v1.70.2
24082026-04-23T13:07:35.114Z Checking unicode-bidi v0.3.18
24092026-04-23T13:07:35.176Z Checking unarray v0.1.4
24102026-04-23T13:07:35.221Z Checking time-core v0.1.8
24112026-04-23T13:07:35.292Z Checking anstream v0.6.21
24122026-04-23T13:07:35.308Z Checking proptest v1.10.0
24132026-04-23T13:07:35.405Z Checking time v0.3.47
24142026-04-23T13:07:35.509Z Checking stringprep v0.1.5
24152026-04-23T13:07:35.550Z Checking miniz_oxide v0.8.9
24162026-04-23T13:07:35.706Z Checking goblin v0.10.5
24172026-04-23T13:07:36.017Z Checking tower v0.5.3
24182026-04-23T13:07:36.456Z Checking crossbeam-epoch v0.9.18
24192026-04-23T13:07:36.532Z Compiling daft v0.1.5
24202026-04-23T13:07:36.622Z Checking native-tls v0.2.18
24212026-04-23T13:07:36.753Z Checking syn v2.0.117
24222026-04-23T13:07:36.853Z Checking tokio-rustls v0.26.4
24232026-04-23T13:07:36.883Z Checking ipnetwork v0.21.1
24242026-04-23T13:07:36.903Z Checking http-body-util v0.1.3
24252026-04-23T13:07:36.953Z Checking webpki-roots v1.0.6
24262026-04-23T13:07:37.101Z Checking rand_chacha v0.3.1
24272026-04-23T13:07:37.160Z Checking thiserror v1.0.69
24282026-04-23T13:07:37.162Z Checking scroll v0.12.0
24292026-04-23T13:07:37.192Z Checking hash32 v0.2.1
24302026-04-23T13:07:37.298Z Checking zstd-sys v2.0.16+zstd.1.5.7
24312026-04-23T13:07:37.371Z Checking num-integer v0.1.46
24322026-04-23T13:07:37.394Z Checking toml_datetime v0.6.11
24332026-04-23T13:07:37.440Z Checking serde_spanned v0.6.9
24342026-04-23T13:07:37.460Z Checking md-5 v0.10.6
24352026-04-23T13:07:37.569Z Checking hyper v1.8.1
24362026-04-23T13:07:37.597Z Checking ff v0.13.1
24372026-04-23T13:07:37.626Z Checking base16ct v0.2.0
24382026-04-23T13:07:37.643Z Checking zlib-rs v0.6.2
24392026-04-23T13:07:37.673Z Checking psl-types v2.0.11
24402026-04-23T13:07:37.757Z Checking fallible-iterator v0.2.0
24412026-04-23T13:07:37.788Z Checking iri-string v0.7.10
24422026-04-23T13:07:37.810Z Checking ryu v1.0.23
24432026-04-23T13:07:37.833Z Checking publicsuffix v2.3.0
24442026-04-23T13:07:37.988Z Checking serde_urlencoded v0.7.1
24452026-04-23T13:07:38.121Z Checking postgres-protocol v0.6.10
24462026-04-23T13:07:38.228Z Checking sec1 v0.7.3
24472026-04-23T13:07:38.255Z Checking group v0.13.0
24482026-04-23T13:07:38.437Z Checking num-iter v0.1.45
24492026-04-23T13:07:38.490Z Compiling iddqd v0.3.17
24502026-04-23T13:07:38.532Z Checking goblin v0.8.2
24512026-04-23T13:07:38.577Z Checking zstd-safe v7.2.4
24522026-04-23T13:07:38.796Z Checking hyper-util v0.1.20
24532026-04-23T13:07:38.813Z Checking heapless v0.7.17
24542026-04-23T13:07:38.894Z Checking flate2 v1.1.9
24552026-04-23T13:07:38.960Z Checking dof v0.4.0
24562026-04-23T13:07:39.249Z Checking tower-http v0.6.8
24572026-04-23T13:07:39.302Z Checking rand v0.8.5
24582026-04-23T13:07:39.372Z Checking oxnet v0.1.4
24592026-04-23T13:07:39.616Z Checking cookie v0.18.1
24602026-04-23T13:07:39.675Z Checking tokio-native-tls v0.3.1
24612026-04-23T13:07:39.826Z Checking dtrace-parser v0.3.0
24622026-04-23T13:07:39.877Z Checking phf_shared v0.13.1
24632026-04-23T13:07:39.922Z Checking lazy_static v1.5.0
24642026-04-23T13:07:40.002Z Checking terminal_size v0.4.3
24652026-04-23T13:07:40.030Z Checking zerocopy v0.7.35
24662026-04-23T13:07:40.049Z Checking bzip2-sys v0.1.13+1.0.8
24672026-04-23T13:07:40.051Z Checking signal-hook v0.3.18
24682026-04-23T13:07:40.140Z Checking hkdf v0.12.4
24692026-04-23T13:07:40.140Z Checking crypto-bigint v0.5.5
24702026-04-23T13:07:40.173Z Checking thread-id v5.1.0
24712026-04-23T13:07:40.189Z Checking libbz2-rs-sys v0.2.2
24722026-04-23T13:07:40.273Z Checking strsim v0.11.1
24732026-04-23T13:07:40.310Z Checking managed v0.8.0
24742026-04-23T13:07:40.313Z Checking winnow v0.5.40
24752026-04-23T13:07:40.479Z Checking bitflags v1.3.2
24762026-04-23T13:07:40.496Z Checking hyper-rustls v0.27.7
24772026-04-23T13:07:40.551Z Checking foldhash v0.1.5
24782026-04-23T13:07:40.570Z Checking clap_lex v1.0.0
24792026-04-23T13:07:40.700Z Compiling rayon-core v1.13.0
24802026-04-23T13:07:40.725Z Checking bumpalo v3.20.2
24812026-04-23T13:07:40.741Z Checking either v1.15.0
24822026-04-23T13:07:40.761Z Checking winnow v0.7.14
24832026-04-23T13:07:40.763Z Checking clap_builder v4.5.60
24842026-04-23T13:07:40.938Z Checking hashbrown v0.15.5
24852026-04-23T13:07:40.981Z Checking zopfli v0.8.3
24862026-04-23T13:07:40.984Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24872026-04-23T13:07:41.186Z Checking dof v0.3.0
24882026-04-23T13:07:41.226Z Checking bzip2 v0.6.1
24892026-04-23T13:07:41.411Z Checking smoltcp v0.9.1
24902026-04-23T13:07:41.439Z Checking hyper-tls v0.6.0
24912026-04-23T13:07:41.478Z Checking elliptic-curve v0.13.8
24922026-04-23T13:07:41.559Z Checking signal-hook-mio v0.2.5
24932026-04-23T13:07:41.575Z Checking usdt-impl v0.6.0
24942026-04-23T13:07:41.655Z Checking bzip2 v0.4.4
24952026-04-23T13:07:41.686Z Checking phf v0.13.1
24962026-04-23T13:07:41.867Z Checking num-bigint-dig v0.8.6
24972026-04-23T13:07:41.883Z Checking cookie_store v0.22.1
24982026-04-23T13:07:41.916Z Checking toml_edit v0.19.15
24992026-04-23T13:07:41.933Z Checking zstd v0.13.3
25002026-04-23T13:07:42.180Z Checking postgres-types v0.2.12
25012026-04-23T13:07:42.213Z Checking dtrace-parser v0.2.0
25022026-04-23T13:07:42.232Z Checking rustls-platform-verifier v0.6.2
25032026-04-23T13:07:42.316Z Checking crossbeam-deque v0.8.6
25042026-04-23T13:07:42.400Z Checking bstr v1.12.1
25052026-04-23T13:07:42.403Z Checking regex v1.12.3
25062026-04-23T13:07:42.449Z Checking ed25519 v2.2.3
25072026-04-23T13:07:42.524Z Checking phf_shared v0.11.3
25082026-04-23T13:07:42.542Z Checking ref-cast v1.0.25
25092026-04-23T13:07:42.599Z Checking curve25519-dalek v4.1.3
25102026-04-23T13:07:42.662Z Checking strum v0.27.2
25112026-04-23T13:07:42.684Z Checking hubpack v0.1.2
25122026-04-23T13:07:42.712Z Checking memoffset v0.9.1
25132026-04-23T13:07:42.797Z Checking rustix v0.38.44
25142026-04-23T13:07:42.801Z Checking pkcs1 v0.7.5
25152026-04-23T13:07:42.829Z Checking float-cmp v0.10.0
25162026-04-23T13:07:42.901Z Checking serde-big-array v0.5.1
25172026-04-23T13:07:42.939Z Checking erased-serde v0.3.31
25182026-04-23T13:07:42.991Z Checking hex v0.4.3
25192026-04-23T13:07:43.014Z Checking rfc6979 v0.4.0
25202026-04-23T13:07:43.069Z Checking thread-id v4.2.2
25212026-04-23T13:07:43.093Z Checking memmap2 v0.9.10
25222026-04-23T13:07:43.156Z Checking env_filter v1.0.0
25232026-04-23T13:07:43.172Z Checking encoding_rs v0.8.35
25242026-04-23T13:07:43.289Z Checking unicode-segmentation v1.12.0
25252026-04-23T13:07:43.306Z Checking toml_write v0.1.2
25262026-04-23T13:07:43.334Z Checking difflib v0.4.0
25272026-04-23T13:07:43.353Z Checking fixedbitset v0.5.7
25282026-04-23T13:07:43.518Z Checking keccak v0.1.6
25292026-04-23T13:07:43.521Z Checking whoami v2.1.0
25302026-04-23T13:07:43.564Z Checking predicates-core v1.0.10
25312026-04-23T13:07:43.604Z Checking data-encoding v2.10.0
25322026-04-23T13:07:43.660Z Checking normalize-line-endings v0.3.0
25332026-04-23T13:07:43.702Z Checking rustc-hash v2.1.1
25342026-04-23T13:07:43.728Z Checking static_assertions v1.1.0
25352026-04-23T13:07:43.747Z Checking mime v0.3.17
25362026-04-23T13:07:43.791Z Checking new_debug_unreachable v1.0.6
25372026-04-23T13:07:43.807Z Checking jiff v0.2.21
25382026-04-23T13:07:43.823Z Checking precomputed-hash v0.1.1
25392026-04-23T13:07:43.847Z Checking fixedbitset v0.4.2
25402026-04-23T13:07:43.927Z Checking string_cache v0.8.9
25412026-04-23T13:07:43.957Z Checking crossterm v0.28.1
25422026-04-23T13:07:43.978Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
25432026-04-23T13:07:43.994Z Checking hickory-proto v0.25.2
25442026-04-23T13:07:44.038Z Checking petgraph v0.6.5
25452026-04-23T13:07:44.144Z Checking tokio-postgres v0.7.16
25462026-04-23T13:07:44.498Z Checking reqwest v0.12.28
25472026-04-23T13:07:44.944Z Checking predicates v3.1.4
25482026-04-23T13:07:45.036Z Checking sha3 v0.10.8
25492026-04-23T13:07:45.307Z Checking similar v2.7.0
25502026-04-23T13:07:45.337Z Checking ed25519-dalek v2.2.0
25512026-04-23T13:07:45.620Z Checking petgraph v0.8.3
25522026-04-23T13:07:45.637Z Checking slog v2.8.2
25532026-04-23T13:07:45.785Z Checking toml_edit v0.22.27
25542026-04-23T13:07:45.807Z Checking toml v0.7.8
25552026-04-23T13:07:45.822Z Checking env_logger v0.11.9
25562026-04-23T13:07:46.006Z Checking usdt v0.6.0
25572026-04-23T13:07:46.070Z Checking serde_with v3.17.0
25582026-04-23T13:07:46.215Z Checking usdt-impl v0.5.0
25592026-04-23T13:07:46.237Z Checking ecdsa v0.16.9
25602026-04-23T13:07:46.569Z Checking rsa v0.9.10
25612026-04-23T13:07:46.684Z Checking nix v0.31.2
25622026-04-23T13:07:46.973Z Checking zip v4.6.1
25632026-04-23T13:07:47.190Z Checking clap v4.5.60
25642026-04-23T13:07:47.276Z Checking toml_parser v1.0.9+spec-1.1.0
25652026-04-23T13:07:47.293Z Checking reqwest v0.13.2
25662026-04-23T13:07:47.423Z Checking zip v0.6.6
25672026-04-23T13:07:47.736Z Checking itertools v0.13.0
25682026-04-23T13:07:47.752Z Checking strum v0.26.3
25692026-04-23T13:07:47.770Z Checking tokio-stream v0.1.18
25702026-04-23T13:07:47.790Z Checking fs-err v3.3.0
25712026-04-23T13:07:47.853Z Checking ahash v0.8.12
25722026-04-23T13:07:47.889Z Checking object v0.37.3
25732026-04-23T13:07:48.069Z Checking buf-list v1.1.2
25742026-04-23T13:07:48.098Z Checking camino v1.2.2
25752026-04-23T13:07:48.115Z Checking anyhow v1.0.102
25762026-04-23T13:07:48.186Z Checking x509-cert v0.2.5
25772026-04-23T13:07:48.284Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
25782026-04-23T13:07:48.306Z Checking openapiv3 v2.2.0
25792026-04-23T13:07:48.373Z Checking toml_datetime v0.7.5+spec-1.1.0
25802026-04-23T13:07:48.432Z Checking sha1 v0.10.6
25812026-04-23T13:07:48.449Z Checking peg-runtime v0.8.5
25822026-04-23T13:07:48.627Z Checking lalrpop-util v0.19.12
25832026-04-23T13:07:48.630Z Checking rayon v1.11.0
25842026-04-23T13:07:48.630Z Checking sigpipe v0.1.3
25852026-04-23T13:07:48.677Z Checking glob v0.3.3
25862026-04-23T13:07:51.009Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25872026-04-23T13:07:51.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.87s
25882026-04-23T13:07:51.583Z
25892026-04-23T13:07:51.583Zinfo: running `cargo check --bins` on internal-dns-types (77/272)
25902026-04-23T13:07:52.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25912026-04-23T13:07:52.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25922026-04-23T13:07:52.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25932026-04-23T13:07:52.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
25942026-04-23T13:07:52.395Z
25952026-04-23T13:07:52.395Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/272)
25962026-04-23T13:07:53.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25972026-04-23T13:07:53.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25982026-04-23T13:07:53.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25992026-04-23T13:07:53.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
26002026-04-23T13:07:53.204Z
26012026-04-23T13:07:53.204Zinfo: running `cargo check --bins` on nexus-types-versions (79/272)
26022026-04-23T13:07:53.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26032026-04-23T13:07:53.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26042026-04-23T13:07:53.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26052026-04-23T13:07:53.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
26062026-04-23T13:07:54.038Z
26072026-04-23T13:07:54.039Zinfo: running `cargo check --bins` on oxql-types (80/272)
26082026-04-23T13:07:54.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26092026-04-23T13:07:54.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26102026-04-23T13:07:54.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26112026-04-23T13:07:54.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
26122026-04-23T13:07:54.847Z
26132026-04-23T13:07:54.847Zinfo: running `cargo check --bins` on oximeter-types (81/272)
26142026-04-23T13:07:55.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26152026-04-23T13:07:55.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26162026-04-23T13:07:55.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26172026-04-23T13:07:55.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
26182026-04-23T13:07:55.653Z
26192026-04-23T13:07:55.653Zinfo: running `cargo check --bins` on oximeter-types-versions (82/272)
26202026-04-23T13:07:56.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26212026-04-23T13:07:56.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26222026-04-23T13:07:56.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26232026-04-23T13:07:56.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
26242026-04-23T13:07:56.457Z
26252026-04-23T13:07:56.457Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/272)
26262026-04-23T13:07:57.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26272026-04-23T13:07:57.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26282026-04-23T13:07:57.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26292026-04-23T13:07:57.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
26302026-04-23T13:07:57.246Z
26312026-04-23T13:07:57.246Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/272)
26322026-04-23T13:07:57.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26332026-04-23T13:07:57.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26342026-04-23T13:07:58.185Z Compiling structmeta-derive v0.3.0
26352026-04-23T13:07:58.343Z Compiling rustls v0.22.4
26362026-04-23T13:07:58.353Z Compiling multer v3.1.0
26372026-04-23T13:07:58.356Z Compiling async-stream-impl v0.3.6
26382026-04-23T13:07:58.357Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26392026-04-23T13:07:58.431Z Compiling dropshot v0.16.7
26402026-04-23T13:07:58.455Z Compiling newtype-uuid-macros v0.1.0
26412026-04-23T13:07:58.459Z Compiling dropshot_endpoint v0.16.7
26422026-04-23T13:07:58.625Z Checking newtype-uuid v1.3.2
26432026-04-23T13:07:58.692Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26442026-04-23T13:07:58.738Z Checking rustls-webpki v0.102.8
26452026-04-23T13:07:58.895Z Checking daft v0.1.5
26462026-04-23T13:07:58.912Z Checking futures-executor v0.3.32
26472026-04-23T13:07:59.207Z Checking thread_local v1.1.9
26482026-04-23T13:07:59.227Z Checking match_cfg v0.1.0
26492026-04-23T13:07:59.261Z Checking iddqd v0.3.17
26502026-04-23T13:07:59.312Z Checking hostname v0.3.1
26512026-04-23T13:07:59.439Z Checking futures v0.3.32
26522026-04-23T13:07:59.481Z Checking crossbeam-channel v0.5.15
26532026-04-23T13:07:59.502Z Checking slog-json v2.6.1
26542026-04-23T13:07:59.762Z Compiling structmeta v0.3.0
26552026-04-23T13:07:59.796Z Checking is-terminal v0.4.17
26562026-04-23T13:07:59.913Z Checking serde_spanned v1.0.4
26572026-04-23T13:08:00.044Z Compiling derive-ex v0.1.8
26582026-04-23T13:08:00.086Z Compiling parse-display-derive v0.10.0
26592026-04-23T13:08:00.124Z Checking term v1.2.1
26602026-04-23T13:08:00.152Z Checking debug-ignore v1.0.5
26612026-04-23T13:08:00.281Z Checking take_mut v0.2.2
26622026-04-23T13:08:00.412Z Checking toml_writer v1.0.6+spec-1.1.0
26632026-04-23T13:08:00.448Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26642026-04-23T13:08:00.546Z Checking slog-term v2.9.2
26652026-04-23T13:08:00.650Z Checking toml v0.9.12+spec-1.1.0
26662026-04-23T13:08:00.887Z Checking slog-async v2.8.0
26672026-04-23T13:08:00.906Z Compiling slog-bunyan v2.5.0
26682026-04-23T13:08:01.112Z Compiling async-stream v0.3.6
26692026-04-23T13:08:01.332Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26702026-04-23T13:08:01.385Z Checking tokio-rustls v0.25.0
26712026-04-23T13:08:01.473Z Checking progenitor-client v0.13.0
26722026-04-23T13:08:01.497Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
26732026-04-23T13:08:01.680Z Checking backon v1.6.0
26742026-04-23T13:08:01.779Z Checking waitgroup v0.1.2
26752026-04-23T13:08:01.909Z Checking rustls-pemfile v2.2.0
26762026-04-23T13:08:02.300Z Checking serde_path_to_error v0.1.20
26772026-04-23T13:08:02.346Z Compiling test-strategy v0.4.5
26782026-04-23T13:08:02.351Z Compiling hostname v0.4.2
26792026-04-23T13:08:02.498Z Checking instant v0.1.13
26802026-04-23T13:08:02.557Z Compiling prettyplease v0.2.37
26812026-04-23T13:08:02.615Z Checking backoff v0.4.0
26822026-04-23T13:08:02.818Z Checking parse-display v0.10.0
26832026-04-23T13:08:02.854Z Compiling progenitor-extras v0.1.1
26842026-04-23T13:08:03.000Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26852026-04-23T13:08:03.215Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26862026-04-23T13:08:03.276Z Checking progenitor-client v0.10.0
26872026-04-23T13:08:03.489Z Checking itertools v0.14.0
26882026-04-23T13:08:03.578Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
26892026-04-23T13:08:04.266Z Checking regress v0.10.5
26902026-04-23T13:08:04.433Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26912026-04-23T13:08:05.179Z Checking macaddr v1.0.1
26922026-04-23T13:08:05.329Z Checking num-rational v0.4.2
26932026-04-23T13:08:05.497Z Compiling usdt-attr-macro v0.5.0
26942026-04-23T13:08:05.598Z Compiling usdt-macro v0.5.0
26952026-04-23T13:08:05.711Z Checking num-complex v0.4.6
26962026-04-23T13:08:06.196Z Checking memmap v0.7.0
26972026-04-23T13:08:06.214Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26982026-04-23T13:08:06.236Z Checking num v0.4.3
26992026-04-23T13:08:06.367Z Compiling float-ord v0.3.2
27002026-04-23T13:08:06.511Z Compiling toml v0.8.23
27012026-04-23T13:08:06.515Z Compiling minimal-lexical v0.2.1
27022026-04-23T13:08:06.547Z Checking usdt v0.5.0
27032026-04-23T13:08:06.774Z Checking linked-hash-map v0.5.6
27042026-04-23T13:08:06.845Z Compiling nom v7.1.3
27052026-04-23T13:08:07.004Z Checking lru-cache v0.1.2
27062026-04-23T13:08:07.872Z Checking hickory-proto v0.24.4
27072026-04-23T13:08:07.875Z Checking phf_shared v0.12.1
27082026-04-23T13:08:08.061Z Compiling slog-dtrace v0.3.0
27092026-04-23T13:08:08.079Z Checking resolv-conf v0.7.6
27102026-04-23T13:08:08.300Z Checking heck v0.5.0
27112026-04-23T13:08:08.317Z Compiling chrono-tz v0.10.4
27122026-04-23T13:08:08.460Z Compiling convert_case v0.4.0
27132026-04-23T13:08:08.540Z Compiling const_format_proc_macros v0.2.34
27142026-04-23T13:08:08.732Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27152026-04-23T13:08:08.849Z Checking phf v0.12.1
27162026-04-23T13:08:09.035Z Compiling derive_more v0.99.20
27172026-04-23T13:08:09.053Z Checking tokio-dtrace v0.1.1
27182026-04-23T13:08:09.296Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27192026-04-23T13:08:09.374Z Compiling derive-where v1.6.0
27202026-04-23T13:08:09.945Z Checking highway v1.3.0
27212026-04-23T13:08:10.253Z Checking const_format v0.2.35
27222026-04-23T13:08:10.328Z Checking oxide-tokio-rt v0.1.4
27232026-04-23T13:08:10.407Z Checking hickory-resolver v0.24.4
27242026-04-23T13:08:10.852Z Checking gethostname v0.5.0
27252026-04-23T13:08:10.966Z Checking bcs v0.1.6
27262026-04-23T13:08:11.183Z Compiling async-recursion v1.1.1
27272026-04-23T13:08:11.282Z Checking termtree v0.5.1
27282026-04-23T13:08:11.387Z Checking qorb v0.4.1
27292026-04-23T13:08:11.412Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27302026-04-23T13:08:11.912Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27312026-04-23T13:08:12.203Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27322026-04-23T13:08:13.680Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27332026-04-23T13:08:13.681Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27342026-04-23T13:08:15.937Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27352026-04-23T13:08:19.312Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27362026-04-23T13:08:22.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.94s
27372026-04-23T13:08:22.421Z
27382026-04-23T13:08:22.421Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/272)
27392026-04-23T13:08:23.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27402026-04-23T13:08:23.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27412026-04-23T13:08:23.356Z Compiling ar_archive_writer v0.5.1
27422026-04-23T13:08:23.489Z Compiling stacker v0.1.23
27432026-04-23T13:08:23.503Z Compiling cfg_aliases v0.1.1
27442026-04-23T13:08:23.514Z Compiling convert_case v0.10.0
27452026-04-23T13:08:23.526Z Checking unicode-width v0.1.14
27462026-04-23T13:08:23.542Z Compiling proc-macro-error v1.0.4
27472026-04-23T13:08:23.559Z Checking fd-lock v4.0.4
27482026-04-23T13:08:23.562Z Checking nibble_vec v0.1.0
27492026-04-23T13:08:23.592Z Compiling nix v0.28.0
27502026-04-23T13:08:23.727Z Checking vte v0.14.1
27512026-04-23T13:08:23.757Z Compiling recursive-proc-macro-impl v0.1.1
27522026-04-23T13:08:23.879Z Checking endian-type v0.1.2
27532026-04-23T13:08:23.900Z Checking bytecount v0.6.9
27542026-04-23T13:08:23.935Z Checking strip-ansi-escapes v0.2.1
27552026-04-23T13:08:23.970Z Compiling derive_more-impl v2.1.1
27562026-04-23T13:08:23.973Z Compiling tabled_derive v0.7.0
27572026-04-23T13:08:24.029Z Checking papergrid v0.11.0
27582026-04-23T13:08:24.047Z Checking radix_trie v0.2.1
27592026-04-23T13:08:24.065Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27602026-04-23T13:08:24.277Z Compiling peg-macros v0.8.5
27612026-04-23T13:08:24.318Z Checking winnow v0.6.26
27622026-04-23T13:08:24.696Z Compiling sqlparser_derive v0.5.0
27632026-04-23T13:08:24.738Z Compiling psm v0.1.30
27642026-04-23T13:08:24.896Z Checking unicode_categories v0.1.1
27652026-04-23T13:08:25.062Z Checking derive_more v2.1.1
27662026-04-23T13:08:25.102Z Checking home v0.5.12
27672026-04-23T13:08:25.159Z Checking nu-ansi-term v0.50.3
27682026-04-23T13:08:25.234Z Checking unicode-width v0.2.0
27692026-04-23T13:08:25.293Z Checking tabled v0.15.0
27702026-04-23T13:08:25.434Z Checking crossterm v0.29.0
27712026-04-23T13:08:25.470Z Checking rustyline v14.0.0
27722026-04-23T13:08:25.564Z Checking reedline v0.40.0
27732026-04-23T13:08:25.734Z Checking display-error-chain v0.2.2
27742026-04-23T13:08:25.751Z Checking recursive v0.1.1
27752026-04-23T13:08:25.868Z Checking sqlparser v0.61.0
27762026-04-23T13:08:25.905Z Checking sqlformat v0.3.5
27772026-04-23T13:08:26.140Z Checking peg v0.8.5
27782026-04-23T13:08:41.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.46s
27792026-04-23T13:08:42.147Z
27802026-04-23T13:08:42.147Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/272)
27812026-04-23T13:08:42.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27822026-04-23T13:08:42.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27832026-04-23T13:08:43.079Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27842026-04-23T13:08:47.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.66s
27852026-04-23T13:08:48.037Z
27862026-04-23T13:08:48.037Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/272)
27872026-04-23T13:08:48.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27882026-04-23T13:08:48.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27892026-04-23T13:08:48.965Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27902026-04-23T13:08:52.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.25s
27912026-04-23T13:08:52.518Z
27922026-04-23T13:08:52.518Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/272)
27932026-04-23T13:08:53.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27942026-04-23T13:08:53.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27952026-04-23T13:08:53.442Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27962026-04-23T13:08:57.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.33s
27972026-04-23T13:08:58.080Z
27982026-04-23T13:08:58.080Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/272)
27992026-04-23T13:08:58.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28002026-04-23T13:08:58.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28012026-04-23T13:08:59.014Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28022026-04-23T13:09:03.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.40s
28032026-04-23T13:09:03.712Z
28042026-04-23T13:09:03.712Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/272)
28052026-04-23T13:09:04.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28062026-04-23T13:09:04.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28072026-04-23T13:09:04.643Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28082026-04-23T13:09:08.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.44s
28092026-04-23T13:09:08.377Z
28102026-04-23T13:09:08.377Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/272)
28112026-04-23T13:09:09.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28122026-04-23T13:09:09.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28132026-04-23T13:09:09.307Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28142026-04-23T13:09:12.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.50s
28152026-04-23T13:09:13.105Z
28162026-04-23T13:09:13.105Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/272)
28172026-04-23T13:09:13.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28182026-04-23T13:09:13.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28192026-04-23T13:09:14.032Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28202026-04-23T13:09:18.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.62s
28212026-04-23T13:09:18.953Z
28222026-04-23T13:09:18.953Zinfo: running `cargo check --bins` on oximeter (93/272)
28232026-04-23T13:09:19.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28242026-04-23T13:09:19.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28252026-04-23T13:09:19.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28262026-04-23T13:09:19.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28272026-04-23T13:09:19.762Z
28282026-04-23T13:09:19.762Zinfo: running `cargo check --bins` on oximeter-schema (94/272)
28292026-04-23T13:09:20.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28302026-04-23T13:09:20.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28312026-04-23T13:09:20.642Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28322026-04-23T13:09:20.842Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28332026-04-23T13:09:20.869Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28342026-04-23T13:09:21.311Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28352026-04-23T13:09:25.715Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28362026-04-23T13:09:26.143Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28372026-04-23T13:09:27.692Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28382026-04-23T13:09:28.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.82s
28392026-04-23T13:09:28.802Z
28402026-04-23T13:09:28.802Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/272)
28412026-04-23T13:09:29.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422026-04-23T13:09:29.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432026-04-23T13:09:29.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28442026-04-23T13:09:29.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
28452026-04-23T13:09:29.624Z
28462026-04-23T13:09:29.624Zinfo: running `cargo check --bins` on oximeter-test-utils (96/272)
28472026-04-23T13:09:30.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482026-04-23T13:09:30.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492026-04-23T13:09:30.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28502026-04-23T13:09:30.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
28512026-04-23T13:09:30.506Z
28522026-04-23T13:09:30.506Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/272)
28532026-04-23T13:09:31.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28542026-04-23T13:09:31.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28552026-04-23T13:09:31.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28562026-04-23T13:09:31.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
28572026-04-23T13:09:31.326Z
28582026-04-23T13:09:31.326Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/272)
28592026-04-23T13:09:32.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28602026-04-23T13:09:32.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28612026-04-23T13:09:32.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28622026-04-23T13:09:32.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
28632026-04-23T13:09:32.153Z
28642026-04-23T13:09:32.153Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/272)
28652026-04-23T13:09:32.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28662026-04-23T13:09:32.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28672026-04-23T13:09:32.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28682026-04-23T13:09:32.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28692026-04-23T13:09:32.972Z
28702026-04-23T13:09:32.972Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/272)
28712026-04-23T13:09:33.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28722026-04-23T13:09:33.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28732026-04-23T13:09:33.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28742026-04-23T13:09:33.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
28752026-04-23T13:09:33.802Z
28762026-04-23T13:09:33.802Zinfo: running `cargo check --bins` on trust-quorum-types (101/272)
28772026-04-23T13:09:34.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28782026-04-23T13:09:34.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28792026-04-23T13:09:34.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28802026-04-23T13:09:34.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28812026-04-23T13:09:34.601Z
28822026-04-23T13:09:34.601Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/272)
28832026-04-23T13:09:35.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28842026-04-23T13:09:35.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28852026-04-23T13:09:35.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28862026-04-23T13:09:35.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
28872026-04-23T13:09:35.426Z
28882026-04-23T13:09:35.426Zinfo: running `cargo check --bins` on update-engine (103/272)
28892026-04-23T13:09:36.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28902026-04-23T13:09:36.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28912026-04-23T13:09:36.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28922026-04-23T13:09:36.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28932026-04-23T13:09:36.233Z
28942026-04-23T13:09:36.233Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/272)
28952026-04-23T13:09:36.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28962026-04-23T13:09:36.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28972026-04-23T13:09:37.229Z Compiling crucible-workspace-hack v0.1.0
28982026-04-23T13:09:37.372Z Checking secrecy v0.10.3
28992026-04-23T13:09:37.392Z Compiling heapless v0.8.0
29002026-04-23T13:09:37.400Z Compiling ingot-macros v0.1.1
29012026-04-23T13:09:37.415Z Compiling toml_edit v0.23.10+spec-1.0.0
29022026-04-23T13:09:37.418Z Checking hash32 v0.3.1
29032026-04-23T13:09:37.418Z Compiling smoltcp v0.11.0
29042026-04-23T13:09:37.433Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29052026-04-23T13:09:37.508Z Checking cobs v0.3.0
29062026-04-23T13:09:37.587Z Compiling thiserror-impl-no-std v2.0.2
29072026-04-23T13:09:37.699Z Checking half v2.7.1
29082026-04-23T13:09:37.736Z Checking universal-hash v0.5.1
29092026-04-23T13:09:37.771Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29102026-04-23T13:09:37.892Z Checking ciborium-io v0.2.2
29112026-04-23T13:09:37.937Z Checking opaque-debug v0.3.1
29122026-04-23T13:09:38.021Z Checking postcard v1.1.3
29132026-04-23T13:09:38.038Z Checking poly1305 v0.8.0
29142026-04-23T13:09:38.057Z Checking ciborium-ll v0.2.2
29152026-04-23T13:09:38.060Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29162026-04-23T13:09:38.277Z Compiling proc-macro-crate v3.4.0
29172026-04-23T13:09:38.373Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29182026-04-23T13:09:38.404Z Checking password-hash v0.5.0
29192026-04-23T13:09:38.450Z Checking chacha20 v0.9.1
29202026-04-23T13:09:38.717Z Compiling proc-macro-crate v1.3.1
29212026-04-23T13:09:38.720Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29222026-04-23T13:09:38.756Z Checking blake2 v0.10.6
29232026-04-23T13:09:38.916Z Checking aead v0.5.2
29242026-04-23T13:09:39.052Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29252026-04-23T13:09:39.071Z Compiling num_enum_derive v0.7.5
29262026-04-23T13:09:39.089Z Compiling foreign-types-macros v0.2.3
29272026-04-23T13:09:39.106Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29282026-04-23T13:09:39.177Z Checking thiserror-no-std v2.0.2
29292026-04-23T13:09:39.290Z Checking foreign-types-shared v0.3.1
29302026-04-23T13:09:39.309Z Checking cpufeatures v0.3.0
29312026-04-23T13:09:39.329Z Compiling num_enum_derive v0.5.11
29322026-04-23T13:09:39.400Z Checking chacha20 v0.10.0
29332026-04-23T13:09:39.418Z Checking vsss-rs v3.3.4
29342026-04-23T13:09:39.418Z Checking chacha20poly1305 v0.10.1
29352026-04-23T13:09:39.579Z Checking argon2 v0.5.3
29362026-04-23T13:09:39.683Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29372026-04-23T13:09:39.856Z Checking foreign-types v0.5.0
29382026-04-23T13:09:39.958Z Checking ciborium v0.2.2
29392026-04-23T13:09:40.180Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29402026-04-23T13:09:40.295Z Checking console v0.15.11
29412026-04-23T13:09:40.496Z Checking num_enum v0.7.5
29422026-04-23T13:09:40.540Z Checking tabwriter v1.4.1
29432026-04-23T13:09:40.560Z Checking newline-converter v0.3.0
29442026-04-23T13:09:40.643Z Checking camino-tempfile v1.4.1
29452026-04-23T13:09:40.666Z Checking atomicwrites v0.4.4
29462026-04-23T13:09:40.697Z Checking byte-wrapper v0.1.0
29472026-04-23T13:09:40.725Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29482026-04-23T13:09:40.728Z Checking cstr-argument v0.1.2
29492026-04-23T13:09:40.821Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29502026-04-23T13:09:40.848Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29512026-04-23T13:09:40.895Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29522026-04-23T13:09:40.960Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29532026-04-23T13:09:41.101Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29542026-04-23T13:09:41.121Z Checking expectorate v1.2.0
29552026-04-23T13:09:41.139Z Checking num_enum v0.5.11
29562026-04-23T13:09:41.263Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29572026-04-23T13:09:41.284Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29582026-04-23T13:09:41.287Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29592026-04-23T13:09:41.318Z Checking ingot-types v0.1.2
29602026-04-23T13:09:41.388Z Checking rand v0.10.0
29612026-04-23T13:09:41.408Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29622026-04-23T13:09:41.488Z Checking colored v3.1.1
29632026-04-23T13:09:41.555Z Checking indent_write v2.2.0
29642026-04-23T13:09:41.677Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29652026-04-23T13:09:41.732Z Compiling zone_cfg_derive v0.3.1
29662026-04-23T13:09:41.757Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
29672026-04-23T13:09:41.795Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29682026-04-23T13:09:41.814Z Checking ingot v0.1.1
29692026-04-23T13:09:41.832Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29702026-04-23T13:09:41.850Z Checking itertools v0.12.1
29712026-04-23T13:09:42.016Z Compiling num-derive v0.4.2
29722026-04-23T13:09:42.070Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29732026-04-23T13:09:42.303Z Checking swrite v0.1.0
29742026-04-23T13:09:42.422Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29752026-04-23T13:09:42.555Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
29762026-04-23T13:09:42.603Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29772026-04-23T13:09:42.805Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
29782026-04-23T13:09:42.823Z Checking dropshot-api-manager-types v0.6.0
29792026-04-23T13:09:42.949Z Checking smf v0.2.3
29802026-04-23T13:09:43.042Z Checking nanorand v0.7.0
29812026-04-23T13:09:43.133Z Checking whoami v1.6.1
29822026-04-23T13:09:43.222Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29832026-04-23T13:09:43.242Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29842026-04-23T13:09:43.261Z Checking zone v0.3.1
29852026-04-23T13:09:43.264Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29862026-04-23T13:09:43.296Z Checking flume v0.11.1
29872026-04-23T13:09:44.089Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29882026-04-23T13:09:45.425Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29892026-04-23T13:09:46.657Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29902026-04-23T13:09:50.857Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29912026-04-23T13:09:53.680Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29922026-04-23T13:09:55.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.78s
29932026-04-23T13:09:55.265Z
29942026-04-23T13:09:55.265Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/272)
29952026-04-23T13:09:55.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29962026-04-23T13:09:55.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29972026-04-23T13:09:55.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29982026-04-23T13:09:55.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
29992026-04-23T13:09:56.091Z
30002026-04-23T13:09:56.091Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/272)
30012026-04-23T13:09:56.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30022026-04-23T13:09:56.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30032026-04-23T13:09:56.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30042026-04-23T13:09:56.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
30052026-04-23T13:09:56.912Z
30062026-04-23T13:09:56.912Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/272)
30072026-04-23T13:09:57.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30082026-04-23T13:09:57.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30092026-04-23T13:09:57.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30102026-04-23T13:09:57.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
30112026-04-23T13:09:57.733Z
30122026-04-23T13:09:57.733Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/272)
30132026-04-23T13:09:58.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30142026-04-23T13:09:58.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30152026-04-23T13:09:58.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30162026-04-23T13:09:58.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
30172026-04-23T13:09:58.562Z
30182026-04-23T13:09:58.562Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/272)
30192026-04-23T13:09:59.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30202026-04-23T13:09:59.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30212026-04-23T13:09:59.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30222026-04-23T13:09:59.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
30232026-04-23T13:09:59.387Z
30242026-04-23T13:09:59.387Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/272)
30252026-04-23T13:10:00.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30262026-04-23T13:10:00.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30272026-04-23T13:10:00.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30282026-04-23T13:10:00.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30292026-04-23T13:10:00.199Z
30302026-04-23T13:10:00.199Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/272)
30312026-04-23T13:10:00.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30322026-04-23T13:10:00.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30332026-04-23T13:10:00.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30342026-04-23T13:10:00.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30352026-04-23T13:10:01.019Z
30362026-04-23T13:10:01.019Zinfo: running `cargo check --bins` on cockroach-admin-client (112/272)
30372026-04-23T13:10:01.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382026-04-23T13:10:01.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392026-04-23T13:10:01.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30402026-04-23T13:10:01.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
30412026-04-23T13:10:01.809Z
30422026-04-23T13:10:01.809Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/272)
30432026-04-23T13:10:02.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442026-04-23T13:10:02.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452026-04-23T13:10:02.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30462026-04-23T13:10:02.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30472026-04-23T13:10:02.626Z
30482026-04-23T13:10:02.626Zinfo: running `cargo check --bins` on dns-service-client (114/272)
30492026-04-23T13:10:03.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502026-04-23T13:10:03.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512026-04-23T13:10:03.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30522026-04-23T13:10:03.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30532026-04-23T13:10:03.446Z
30542026-04-23T13:10:03.446Zinfo: running `cargo check --bins` on installinator-client (115/272)
30552026-04-23T13:10:04.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30562026-04-23T13:10:04.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30572026-04-23T13:10:04.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30582026-04-23T13:10:04.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30592026-04-23T13:10:04.266Z
30602026-04-23T13:10:04.266Zinfo: running `cargo check --bins` on nexus-client (116/272)
30612026-04-23T13:10:05.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30622026-04-23T13:10:05.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30632026-04-23T13:10:05.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30642026-04-23T13:10:05.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
30652026-04-23T13:10:05.129Z
30662026-04-23T13:10:05.129Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/272)
30672026-04-23T13:10:05.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30682026-04-23T13:10:05.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30692026-04-23T13:10:05.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30702026-04-23T13:10:05.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
30712026-04-23T13:10:06.001Z
30722026-04-23T13:10:06.001Zinfo: running `cargo check --bins` on ntp-admin-client (118/272)
30732026-04-23T13:10:06.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30742026-04-23T13:10:06.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30752026-04-23T13:10:06.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30762026-04-23T13:10:06.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30772026-04-23T13:10:06.797Z
30782026-04-23T13:10:06.797Zinfo: running `cargo check --bins` on oxide-client (119/272)
30792026-04-23T13:10:07.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30802026-04-23T13:10:07.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30812026-04-23T13:10:07.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30822026-04-23T13:10:07.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30832026-04-23T13:10:07.598Z
30842026-04-23T13:10:07.598Zinfo: running `cargo check --bins` on oximeter-client (120/272)
30852026-04-23T13:10:08.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30862026-04-23T13:10:08.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30872026-04-23T13:10:08.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30882026-04-23T13:10:08.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30892026-04-23T13:10:08.413Z
30902026-04-23T13:10:08.413Zinfo: running `cargo check --bins` on repo-depot-client (121/272)
30912026-04-23T13:10:09.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30922026-04-23T13:10:09.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30932026-04-23T13:10:09.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30942026-04-23T13:10:09.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30952026-04-23T13:10:09.211Z
30962026-04-23T13:10:09.211Zinfo: running `cargo check --bins` on sled-agent-client (122/272)
30972026-04-23T13:10:09.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30982026-04-23T13:10:09.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30992026-04-23T13:10:09.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31002026-04-23T13:10:09.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31012026-04-23T13:10:10.041Z
31022026-04-23T13:10:10.041Zinfo: running `cargo check --bins` on wicketd-client (123/272)
31032026-04-23T13:10:10.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31042026-04-23T13:10:10.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31052026-04-23T13:10:10.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31062026-04-23T13:10:10.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
31072026-04-23T13:10:10.893Z
31082026-04-23T13:10:10.893Zinfo: running `cargo check --bins` on installinator-common (124/272)
31092026-04-23T13:10:11.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31102026-04-23T13:10:11.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31112026-04-23T13:10:11.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31122026-04-23T13:10:11.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31132026-04-23T13:10:11.734Z
31142026-04-23T13:10:11.734Zinfo: running `cargo check --bins` on installinator-common-versions (125/272)
31152026-04-23T13:10:12.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31162026-04-23T13:10:12.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31172026-04-23T13:10:12.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31182026-04-23T13:10:12.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31192026-04-23T13:10:12.523Z
31202026-04-23T13:10:12.523Zinfo: running `cargo check --bins` on wicket-common (126/272)
31212026-04-23T13:10:13.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31222026-04-23T13:10:13.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31232026-04-23T13:10:13.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31242026-04-23T13:10:13.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31252026-04-23T13:10:13.354Z
31262026-04-23T13:10:13.354Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/272)
31272026-04-23T13:10:14.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31282026-04-23T13:10:14.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31292026-04-23T13:10:14.308Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31302026-04-23T13:10:14.448Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31312026-04-23T13:10:14.463Z Checking csv-core v0.1.13
31322026-04-23T13:10:14.477Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31332026-04-23T13:10:14.491Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31342026-04-23T13:10:14.509Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31352026-04-23T13:10:14.529Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31362026-04-23T13:10:14.536Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31372026-04-23T13:10:14.679Z Checking csv v1.4.0
31382026-04-23T13:10:14.749Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31392026-04-23T13:10:14.771Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31402026-04-23T13:10:14.791Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31412026-04-23T13:10:15.146Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31422026-04-23T13:10:15.637Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31432026-04-23T13:10:15.640Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31442026-04-23T13:10:16.071Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31452026-04-23T13:10:24.163Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31462026-04-23T13:10:24.883Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31472026-04-23T13:10:28.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.74s
31482026-04-23T13:10:28.333Z
31492026-04-23T13:10:28.333Zinfo: running `cargo check --bins` on cockroach-admin-api (128/272)
31502026-04-23T13:10:29.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31512026-04-23T13:10:29.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31522026-04-23T13:10:29.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31532026-04-23T13:10:29.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31542026-04-23T13:10:29.152Z
31552026-04-23T13:10:29.152Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/272)
31562026-04-23T13:10:29.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31572026-04-23T13:10:29.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31582026-04-23T13:10:29.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31592026-04-23T13:10:29.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
31602026-04-23T13:10:30.097Z
31612026-04-23T13:10:30.097Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/272)
31622026-04-23T13:10:30.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31632026-04-23T13:10:30.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31642026-04-23T13:10:30.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31652026-04-23T13:10:30.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
31662026-04-23T13:10:31.039Z
31672026-04-23T13:10:31.040Zinfo: running `cargo check --bins` on gateway-test-utils (131/272)
31682026-04-23T13:10:31.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31692026-04-23T13:10:31.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31702026-04-23T13:10:31.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31712026-04-23T13:10:31.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
31722026-04-23T13:10:31.925Z
31732026-04-23T13:10:31.925Zinfo: running `cargo check --bins` on omicron-gateway (132/272)
31742026-04-23T13:10:32.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31752026-04-23T13:10:32.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31762026-04-23T13:10:33.001Z Compiling typify-impl v0.6.1
31772026-04-23T13:10:33.160Z Compiling unsafe-libyaml v0.2.11
31782026-04-23T13:10:33.195Z Compiling semver v0.1.20
31792026-04-23T13:10:33.211Z Compiling radium v0.7.0
31802026-04-23T13:10:33.232Z Compiling pin-project-internal v1.1.11
31812026-04-23T13:10:33.236Z Compiling maybe-uninit v2.0.0
31822026-04-23T13:10:33.269Z Checking tap v1.0.1
31832026-04-23T13:10:33.408Z Checking wyz v0.5.1
31842026-04-23T13:10:33.560Z Compiling rustc_version v0.1.7
31852026-04-23T13:10:33.655Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31862026-04-23T13:10:33.676Z Compiling snafu-derive v0.8.9
31872026-04-23T13:10:33.835Z Compiling zerocopy-derive v0.6.6
31882026-04-23T13:10:33.860Z Compiling newtype_derive v0.1.6
31892026-04-23T13:10:34.106Z Compiling serde_yaml v0.9.34+deprecated
31902026-04-23T13:10:34.191Z Compiling packed_struct v0.10.1
31912026-04-23T13:10:34.517Z Checking funty v2.0.0
31922026-04-23T13:10:34.708Z Compiling owo-colors v4.3.0
31932026-04-23T13:10:34.799Z Checking pin-project v1.1.11
31942026-04-23T13:10:34.927Z Checking crc-catalog v2.4.0
31952026-04-23T13:10:34.967Z Checking same-file v1.0.6
31962026-04-23T13:10:34.986Z Compiling cancel-safe-futures v0.1.5
31972026-04-23T13:10:35.053Z Checking crc v3.4.0
31982026-04-23T13:10:35.116Z Checking walkdir v2.5.0
31992026-04-23T13:10:35.200Z Checking bitvec v1.0.1
32002026-04-23T13:10:35.272Z Checking zerocopy v0.6.6
32012026-04-23T13:10:35.386Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32022026-04-23T13:10:35.431Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32032026-04-23T13:10:35.686Z Checking globset v0.4.18
32042026-04-23T13:10:35.706Z Checking olpc-cjson v0.1.4
32052026-04-23T13:10:35.864Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32062026-04-23T13:10:35.884Z Checking pem v3.0.6
32072026-04-23T13:10:36.025Z Compiling packed_struct_codegen v0.10.1
32082026-04-23T13:10:36.089Z Checking libsw-core v0.3.2
32092026-04-23T13:10:36.108Z Checking serde_plain v1.0.2
32102026-04-23T13:10:36.163Z Compiling bitfield-macros v0.19.4
32112026-04-23T13:10:36.198Z Compiling indexmap v1.9.3
32122026-04-23T13:10:36.278Z Checking nodrop v0.1.14
32132026-04-23T13:10:36.303Z Checking typed-path v0.9.3
32142026-04-23T13:10:36.359Z Checking snafu v0.8.9
32152026-04-23T13:10:36.396Z Checking array-init v0.0.4
32162026-04-23T13:10:36.473Z Checking libsw v3.5.0
32172026-04-23T13:10:36.668Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32182026-04-23T13:10:36.688Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32192026-04-23T13:10:36.877Z Checking smallvec v0.6.14
32202026-04-23T13:10:37.006Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32212026-04-23T13:10:37.101Z Checking bitfield v0.19.4
32222026-04-23T13:10:37.182Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32232026-04-23T13:10:37.337Z Checking tagptr v0.2.0
32242026-04-23T13:10:37.357Z Checking unicode-linebreak v0.1.5
32252026-04-23T13:10:37.414Z Checking tough v0.20.0
32262026-04-23T13:10:37.475Z Checking base64 v0.21.7
32272026-04-23T13:10:37.522Z Checking hashbrown v0.12.3
32282026-04-23T13:10:37.562Z Checking linear-map v1.2.0
32292026-04-23T13:10:37.639Z Checking smawk v0.3.2
32302026-04-23T13:10:37.792Z Checking ron v0.8.1
32312026-04-23T13:10:37.792Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32322026-04-23T13:10:37.829Z Checking textwrap v0.16.2
32332026-04-23T13:10:37.963Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32342026-04-23T13:10:38.024Z Checking moka v0.12.13
32352026-04-23T13:10:38.109Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32362026-04-23T13:10:38.516Z Checking serde-hex v0.1.0
32372026-04-23T13:10:38.534Z Checking steno v0.4.1
32382026-04-23T13:10:38.940Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32392026-04-23T13:10:39.025Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32402026-04-23T13:10:39.150Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32412026-04-23T13:10:39.243Z Checking hashbrown v0.13.2
32422026-04-23T13:10:39.603Z Compiling typify-macro v0.6.1
32432026-04-23T13:10:39.713Z Checking humantime v2.3.0
32442026-04-23T13:10:39.837Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32452026-04-23T13:10:39.914Z Checking crc-any v2.5.0
32462026-04-23T13:10:39.934Z Checking object v0.30.4
32472026-04-23T13:10:39.954Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32482026-04-23T13:10:40.103Z Checking hickory-resolver v0.25.2
32492026-04-23T13:10:40.133Z Checking path-slash v0.1.5
32502026-04-23T13:10:40.156Z Checking utf-8 v0.7.6
32512026-04-23T13:10:40.175Z Checking half v1.8.3
32522026-04-23T13:10:40.267Z Checking void v1.0.2
32532026-04-23T13:10:40.327Z Checking tungstenite v0.23.0
32542026-04-23T13:10:40.401Z Checking lzss v0.8.2
32552026-04-23T13:10:40.443Z Checking serde_cbor v0.11.2
32562026-04-23T13:10:40.671Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32572026-04-23T13:10:40.822Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32582026-04-23T13:10:40.877Z Checking nix v0.27.1
32592026-04-23T13:10:40.878Z Checking kstat-rs v0.2.4
32602026-04-23T13:10:40.974Z Checking fxhash v0.2.1
32612026-04-23T13:10:41.030Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32622026-04-23T13:10:41.123Z Checking serde_bytes v0.11.19
32632026-04-23T13:10:41.143Z Checking tokio-tungstenite v0.23.1
32642026-04-23T13:10:41.162Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32652026-04-23T13:10:41.355Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32662026-04-23T13:10:41.474Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32672026-04-23T13:10:41.559Z Checking signal-hook-tokio v0.3.1
32682026-04-23T13:10:41.958Z Compiling typify v0.6.1
32692026-04-23T13:10:42.063Z Compiling progenitor-impl v0.13.0
32702026-04-23T13:10:43.185Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32712026-04-23T13:10:44.146Z Compiling progenitor-macro v0.13.0
32722026-04-23T13:10:44.453Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
32732026-04-23T13:10:44.852Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
32742026-04-23T13:10:47.295Z Checking progenitor v0.13.0
32752026-04-23T13:10:47.441Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32762026-04-23T13:10:47.444Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32772026-04-23T13:10:51.700Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32782026-04-23T13:11:02.301Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32792026-04-23T13:11:11.252Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32802026-04-23T13:11:13.150Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32812026-04-23T13:11:13.795Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32822026-04-23T13:11:16.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.64s
32832026-04-23T13:11:16.821Z
32842026-04-23T13:11:16.821Zinfo: running `cargo check --bins` on gateway-api (133/272)
32852026-04-23T13:11:17.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32862026-04-23T13:11:17.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32872026-04-23T13:11:17.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32882026-04-23T13:11:17.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32892026-04-23T13:11:17.638Z
32902026-04-23T13:11:17.638Zinfo: running `cargo check --bins` on ipcc (134/272)
32912026-04-23T13:11:18.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32922026-04-23T13:11:18.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32932026-04-23T13:11:18.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32942026-04-23T13:11:18.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32952026-04-23T13:11:18.452Z
32962026-04-23T13:11:18.452Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/272)
32972026-04-23T13:11:19.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32982026-04-23T13:11:19.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32992026-04-23T13:11:19.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33002026-04-23T13:11:19.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
33012026-04-23T13:11:19.249Z
33022026-04-23T13:11:19.249Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/272)
33032026-04-23T13:11:19.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33042026-04-23T13:11:19.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33052026-04-23T13:11:19.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33062026-04-23T13:11:19.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
33072026-04-23T13:11:20.063Z
33082026-04-23T13:11:20.063Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/272)
33092026-04-23T13:11:20.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33102026-04-23T13:11:20.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33112026-04-23T13:11:20.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33122026-04-23T13:11:20.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
33132026-04-23T13:11:20.879Z
33142026-04-23T13:11:20.879Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/272)
33152026-04-23T13:11:21.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33162026-04-23T13:11:21.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33172026-04-23T13:11:21.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33182026-04-23T13:11:21.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
33192026-04-23T13:11:21.697Z
33202026-04-23T13:11:21.697Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/272)
33212026-04-23T13:11:22.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33222026-04-23T13:11:22.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33232026-04-23T13:11:22.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33242026-04-23T13:11:22.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
33252026-04-23T13:11:22.508Z
33262026-04-23T13:11:22.511Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/272)
33272026-04-23T13:11:23.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33282026-04-23T13:11:23.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33292026-04-23T13:11:23.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33302026-04-23T13:11:23.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
33312026-04-23T13:11:23.329Z
33322026-04-23T13:11:23.329Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/272)
33332026-04-23T13:11:24.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33342026-04-23T13:11:24.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33352026-04-23T13:11:24.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33362026-04-23T13:11:24.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
33372026-04-23T13:11:24.144Z
33382026-04-23T13:11:24.144Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/272)
33392026-04-23T13:11:24.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33402026-04-23T13:11:24.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33412026-04-23T13:11:24.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33422026-04-23T13:11:24.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
33432026-04-23T13:11:24.948Z
33442026-04-23T13:11:24.948Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/272)
33452026-04-23T13:11:25.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33462026-04-23T13:11:25.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33472026-04-23T13:11:25.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33482026-04-23T13:11:25.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
33492026-04-23T13:11:25.764Z
33502026-04-23T13:11:25.764Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/272)
33512026-04-23T13:11:26.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33522026-04-23T13:11:26.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33532026-04-23T13:11:26.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33542026-04-23T13:11:26.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
33552026-04-23T13:11:26.585Z
33562026-04-23T13:11:26.585Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/272)
33572026-04-23T13:11:27.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33582026-04-23T13:11:27.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33592026-04-23T13:11:27.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33602026-04-23T13:11:27.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
33612026-04-23T13:11:27.399Z
33622026-04-23T13:11:27.400Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/272)
33632026-04-23T13:11:28.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33642026-04-23T13:11:28.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33652026-04-23T13:11:28.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33662026-04-23T13:11:28.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
33672026-04-23T13:11:28.219Z
33682026-04-23T13:11:28.219Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/272)
33692026-04-23T13:11:28.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33702026-04-23T13:11:28.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33712026-04-23T13:11:28.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33722026-04-23T13:11:28.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
33732026-04-23T13:11:29.035Z
33742026-04-23T13:11:29.035Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/272)
33752026-04-23T13:11:29.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33762026-04-23T13:11:29.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33772026-04-23T13:11:29.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33782026-04-23T13:11:29.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
33792026-04-23T13:11:29.852Z
33802026-04-23T13:11:29.852Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/272)
33812026-04-23T13:11:30.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33822026-04-23T13:11:30.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33832026-04-23T13:11:30.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33842026-04-23T13:11:30.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
33852026-04-23T13:11:30.672Z
33862026-04-23T13:11:30.672Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/272)
33872026-04-23T13:11:31.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33882026-04-23T13:11:31.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33892026-04-23T13:11:31.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33902026-04-23T13:11:31.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
33912026-04-23T13:11:31.487Z
33922026-04-23T13:11:31.487Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/272)
33932026-04-23T13:11:32.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33942026-04-23T13:11:32.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33952026-04-23T13:11:32.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33962026-04-23T13:11:32.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
33972026-04-23T13:11:32.303Z
33982026-04-23T13:11:32.303Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/272)
33992026-04-23T13:11:33.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34002026-04-23T13:11:33.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34012026-04-23T13:11:33.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34022026-04-23T13:11:33.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34032026-04-23T13:11:33.120Z
34042026-04-23T13:11:33.120Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/272)
34052026-04-23T13:11:33.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34062026-04-23T13:11:33.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34072026-04-23T13:11:33.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34082026-04-23T13:11:33.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34092026-04-23T13:11:33.935Z
34102026-04-23T13:11:33.935Zinfo: running `cargo check --bins` on oximeter-producer (154/272)
34112026-04-23T13:11:34.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34122026-04-23T13:11:34.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34132026-04-23T13:11:34.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34142026-04-23T13:11:34.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
34152026-04-23T13:11:34.809Z
34162026-04-23T13:11:34.809Zinfo: running `cargo check --bins` on internal-dns-resolver (155/272)
34172026-04-23T13:11:35.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34182026-04-23T13:11:35.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34192026-04-23T13:11:35.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34202026-04-23T13:11:35.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34212026-04-23T13:11:35.629Z
34222026-04-23T13:11:35.629Zinfo: running `cargo check --bins` on dns-server (156/272)
34232026-04-23T13:11:36.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34242026-04-23T13:11:36.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34252026-04-23T13:11:36.532Z Compiling parking_lot_core v0.8.6
34262026-04-23T13:11:36.532Z Compiling git-stub v1.0.0
34272026-04-23T13:11:36.535Z Compiling atomicwrites v0.4.4
34282026-04-23T13:11:36.661Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34292026-04-23T13:11:36.695Z Checking prefix-trie v0.7.0
34302026-04-23T13:11:36.825Z Compiling git-stub-vcs v0.1.0
34312026-04-23T13:11:37.100Z Checking hickory-server v0.25.2
34322026-04-23T13:11:37.196Z Checking parking_lot v0.11.2
34332026-04-23T13:11:37.200Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34342026-04-23T13:11:37.324Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34352026-04-23T13:11:37.327Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34362026-04-23T13:11:37.423Z Checking sled v0.34.7
34372026-04-23T13:11:40.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.40s
34382026-04-23T13:11:40.250Z
34392026-04-23T13:11:40.250Zinfo: running `cargo check --bins` on dns-server-api (157/272)
34402026-04-23T13:11:40.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34412026-04-23T13:11:40.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34422026-04-23T13:11:40.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34432026-04-23T13:11:40.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34442026-04-23T13:11:41.060Z
34452026-04-23T13:11:41.060Zinfo: running `cargo check --bins` on oximeter-producer-api (158/272)
34462026-04-23T13:11:41.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34472026-04-23T13:11:41.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34482026-04-23T13:11:41.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34492026-04-23T13:11:41.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34502026-04-23T13:11:41.875Z
34512026-04-23T13:11:41.875Zinfo: running `cargo check --bins` on sp-sim (159/272)
34522026-04-23T13:11:42.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34532026-04-23T13:11:42.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34542026-04-23T13:11:42.871Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34552026-04-23T13:11:45.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.33s
34562026-04-23T13:11:45.481Z
34572026-04-23T13:11:45.481Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (160/272)
34582026-04-23T13:11:46.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34592026-04-23T13:11:46.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34602026-04-23T13:11:46.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34612026-04-23T13:11:46.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
34622026-04-23T13:11:46.371Z
34632026-04-23T13:11:46.371Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/272)
34642026-04-23T13:11:47.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34652026-04-23T13:11:47.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34662026-04-23T13:11:47.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34672026-04-23T13:11:47.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
34682026-04-23T13:11:47.263Z
34692026-04-23T13:11:47.264Zinfo: running `cargo check --bins` on db-macros (162/272)
34702026-04-23T13:11:47.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34712026-04-23T13:11:47.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34722026-04-23T13:11:47.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34732026-04-23T13:11:47.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34742026-04-23T13:11:48.058Z
34752026-04-23T13:11:48.058Zinfo: running `cargo check --bins` on nexus-macros-common (163/272)
34762026-04-23T13:11:48.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34772026-04-23T13:11:48.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34782026-04-23T13:11:48.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34792026-04-23T13:11:48.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
34802026-04-23T13:11:48.854Z
34812026-04-23T13:11:48.854Zinfo: running `cargo check --bins` on nexus-auth (164/272)
34822026-04-23T13:11:49.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34832026-04-23T13:11:49.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34842026-04-23T13:11:49.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34852026-04-23T13:11:49.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
34862026-04-23T13:11:49.741Z
34872026-04-23T13:11:49.741Zinfo: running `cargo check --bins` on authz-macros (165/272)
34882026-04-23T13:11:50.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34892026-04-23T13:11:50.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34902026-04-23T13:11:50.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34912026-04-23T13:11:50.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
34922026-04-23T13:11:50.538Z
34932026-04-23T13:11:50.538Zinfo: running `cargo check --bins` on nexus-db-fixed-data (166/272)
34942026-04-23T13:11:51.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34952026-04-23T13:11:51.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34962026-04-23T13:11:51.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34972026-04-23T13:11:51.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
34982026-04-23T13:11:51.422Z
34992026-04-23T13:11:51.422Zinfo: running `cargo check --bins` on nexus-db-model (167/272)
35002026-04-23T13:11:52.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35012026-04-23T13:11:52.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35022026-04-23T13:11:52.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35032026-04-23T13:11:52.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
35042026-04-23T13:11:52.306Z
35052026-04-23T13:11:52.307Zinfo: running `cargo check --bins` on nexus-db-schema (168/272)
35062026-04-23T13:11:52.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35072026-04-23T13:11:52.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35082026-04-23T13:11:52.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35092026-04-23T13:11:53.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35102026-04-23T13:11:53.107Z
35112026-04-23T13:11:53.107Zinfo: running `cargo check --bins` on omicron-rpaths (169/272)
35122026-04-23T13:11:53.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35132026-04-23T13:11:53.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35142026-04-23T13:11:53.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35152026-04-23T13:11:53.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35162026-04-23T13:11:53.905Z
35172026-04-23T13:11:53.906Zinfo: running `cargo check --bins` on nexus-defaults (170/272)
35182026-04-23T13:11:54.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35192026-04-23T13:11:54.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35202026-04-23T13:11:54.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35212026-04-23T13:11:54.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35222026-04-23T13:11:54.717Z
35232026-04-23T13:11:54.717Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (171/272)
35242026-04-23T13:11:55.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35252026-04-23T13:11:55.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35262026-04-23T13:11:55.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35272026-04-23T13:11:55.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35282026-04-23T13:11:55.512Z
35292026-04-23T13:11:55.512Zinfo: running `cargo check --bins` on parallel-task-set (172/272)
35302026-04-23T13:11:56.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35312026-04-23T13:11:56.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35322026-04-23T13:11:56.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35332026-04-23T13:11:56.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35342026-04-23T13:11:56.307Z
35352026-04-23T13:11:56.307Zinfo: running `cargo check --bins` on nexus-db-errors (173/272)
35362026-04-23T13:11:57.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35372026-04-23T13:11:57.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35382026-04-23T13:11:57.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35392026-04-23T13:11:57.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
35402026-04-23T13:11:57.191Z
35412026-04-23T13:11:57.191Zinfo: running `cargo check --bins` on nexus-db-lookup (174/272)
35422026-04-23T13:11:57.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35432026-04-23T13:11:57.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35442026-04-23T13:11:57.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35452026-04-23T13:11:57.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
35462026-04-23T13:11:58.083Z
35472026-04-23T13:11:58.084Zinfo: running `cargo check --bins` on nexus-inventory (175/272)
35482026-04-23T13:11:58.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35492026-04-23T13:11:58.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35502026-04-23T13:11:58.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35512026-04-23T13:11:58.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
35522026-04-23T13:11:58.956Z
35532026-04-23T13:11:58.956Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/272)
35542026-04-23T13:11:59.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35552026-04-23T13:11:59.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35562026-04-23T13:11:59.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35572026-04-23T13:11:59.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
35582026-04-23T13:11:59.801Z
35592026-04-23T13:11:59.801Zinfo: running `cargo check --bins --no-default-features` on sled-storage (177/272)
35602026-04-23T13:12:00.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35612026-04-23T13:12:00.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35622026-04-23T13:12:00.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35632026-04-23T13:12:00.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35642026-04-23T13:12:00.646Z
35652026-04-23T13:12:00.646Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/272)
35662026-04-23T13:12:01.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35672026-04-23T13:12:01.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35682026-04-23T13:12:01.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35692026-04-23T13:12:01.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
35702026-04-23T13:12:01.485Z
35712026-04-23T13:12:01.485Zinfo: running `cargo check --bins` on key-manager (179/272)
35722026-04-23T13:12:02.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35732026-04-23T13:12:02.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35742026-04-23T13:12:02.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35752026-04-23T13:12:02.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35762026-04-23T13:12:02.297Z
35772026-04-23T13:12:02.297Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (180/272)
35782026-04-23T13:12:03.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35792026-04-23T13:12:03.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35802026-04-23T13:12:03.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35812026-04-23T13:12:03.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
35822026-04-23T13:12:03.134Z
35832026-04-23T13:12:03.134Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/272)
35842026-04-23T13:12:03.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35852026-04-23T13:12:03.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35862026-04-23T13:12:03.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35872026-04-23T13:12:03.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
35882026-04-23T13:12:03.974Z
35892026-04-23T13:12:03.974Zinfo: running `cargo check --bins` on typed-rng (182/272)
35902026-04-23T13:12:04.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35912026-04-23T13:12:04.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35922026-04-23T13:12:04.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35932026-04-23T13:12:04.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35942026-04-23T13:12:04.766Z
35952026-04-23T13:12:04.766Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/272)
35962026-04-23T13:12:05.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35972026-04-23T13:12:05.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35982026-04-23T13:12:05.960Z Compiling typify-impl v0.4.3
35992026-04-23T13:12:05.963Z Compiling libefi-sys v0.1.0
36002026-04-23T13:12:05.963Z Compiling bitfield-struct v0.6.2
36012026-04-23T13:12:06.160Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36022026-04-23T13:12:06.179Z Compiling xshell-macros v0.2.7
36032026-04-23T13:12:06.199Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36042026-04-23T13:12:06.221Z Compiling salty v0.3.0
36052026-04-23T13:12:06.263Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36062026-04-23T13:12:06.429Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36072026-04-23T13:12:06.613Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36082026-04-23T13:12:06.634Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36092026-04-23T13:12:06.662Z Checking xshell v0.2.7
36102026-04-23T13:12:06.890Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36112026-04-23T13:12:06.912Z Checking primeorder v0.13.6
36122026-04-23T13:12:06.965Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36132026-04-23T13:12:07.102Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36142026-04-23T13:12:07.132Z Compiling proc-macro-error-attr2 v2.0.0
36152026-04-23T13:12:07.233Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36162026-04-23T13:12:07.290Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36172026-04-23T13:12:07.497Z Checking tungstenite v0.21.0
36182026-04-23T13:12:07.524Z Checking p384 v0.13.1
36192026-04-23T13:12:07.600Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36202026-04-23T13:12:07.641Z Compiling proc-macro-error2 v2.0.1
36212026-04-23T13:12:07.780Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36222026-04-23T13:12:08.059Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36232026-04-23T13:12:08.080Z Compiling num-derive v0.3.3
36242026-04-23T13:12:08.100Z Compiling unicase v2.9.0
36252026-04-23T13:12:08.367Z Checking compression-core v0.4.31
36262026-04-23T13:12:08.477Z Compiling mime_guess v2.0.5
36272026-04-23T13:12:08.537Z Checking compression-codecs v0.4.37
36282026-04-23T13:12:08.634Z Checking tokio-tungstenite v0.21.0
36292026-04-23T13:12:08.754Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36302026-04-23T13:12:08.785Z Compiling tabled_derive v0.11.0
36312026-04-23T13:12:09.179Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36322026-04-23T13:12:09.205Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36332026-04-23T13:12:09.269Z Checking libscf-sys v1.1.0
36342026-04-23T13:12:09.440Z Checking papergrid v0.17.0
36352026-04-23T13:12:09.669Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36362026-04-23T13:12:09.696Z Checking testing_table v0.3.0
36372026-04-23T13:12:09.819Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36382026-04-23T13:12:09.845Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36392026-04-23T13:12:10.254Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36402026-04-23T13:12:10.403Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36412026-04-23T13:12:10.517Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36422026-04-23T13:12:10.537Z Checking toml_datetime v1.0.0+spec-1.1.0
36432026-04-23T13:12:10.667Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36442026-04-23T13:12:10.690Z Compiling dropshot v0.17.0
36452026-04-23T13:12:10.774Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36462026-04-23T13:12:10.813Z Checking corncobs v0.1.4
36472026-04-23T13:12:10.903Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36482026-04-23T13:12:10.978Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36492026-04-23T13:12:10.999Z Checking toml v1.0.6+spec-1.1.0
36502026-04-23T13:12:11.066Z Checking tabled v0.20.0
36512026-04-23T13:12:11.088Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36522026-04-23T13:12:11.174Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36532026-04-23T13:12:11.206Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36542026-04-23T13:12:11.314Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36552026-04-23T13:12:11.552Z Checking async-compression v0.4.41
36562026-04-23T13:12:11.582Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36572026-04-23T13:12:11.825Z Checking progenitor-client v0.11.2
36582026-04-23T13:12:11.883Z Compiling dropshot_endpoint v0.17.0
36592026-04-23T13:12:11.936Z Checking secrecy v0.8.0
36602026-04-23T13:12:12.079Z Checking filetime v0.2.27
36612026-04-23T13:12:12.100Z Checking xattr v1.6.1
36622026-04-23T13:12:12.124Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36632026-04-23T13:12:12.145Z Checking http-range v0.1.5
36642026-04-23T13:12:12.275Z Checking tar v0.4.45
36652026-04-23T13:12:12.526Z Compiling typify-macro v0.4.3
36662026-04-23T13:12:12.791Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36672026-04-23T13:12:13.049Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36682026-04-23T13:12:13.080Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36692026-04-23T13:12:13.615Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36702026-04-23T13:12:13.662Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
36712026-04-23T13:12:13.915Z Checking atty v0.2.14
36722026-04-23T13:12:14.050Z Checking crc8 v0.1.1
36732026-04-23T13:12:14.183Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36742026-04-23T13:12:14.246Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
36752026-04-23T13:12:14.511Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36762026-04-23T13:12:14.630Z Checking hyper-staticfile v0.10.1
36772026-04-23T13:12:14.672Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36782026-04-23T13:12:14.866Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36792026-04-23T13:12:14.912Z Compiling typify v0.4.3
36802026-04-23T13:12:14.957Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36812026-04-23T13:12:15.004Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36822026-04-23T13:12:15.051Z Compiling progenitor-impl v0.10.0
36832026-04-23T13:12:15.073Z Compiling progenitor-impl v0.11.2
36842026-04-23T13:12:15.095Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36852026-04-23T13:12:15.263Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36862026-04-23T13:12:15.448Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36872026-04-23T13:12:15.751Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36882026-04-23T13:12:16.314Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36892026-04-23T13:12:16.339Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36902026-04-23T13:12:16.421Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
36912026-04-23T13:12:16.456Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36922026-04-23T13:12:16.792Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36932026-04-23T13:12:16.819Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36942026-04-23T13:12:17.136Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36952026-04-23T13:12:17.506Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36962026-04-23T13:12:17.808Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36972026-04-23T13:12:18.210Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36982026-04-23T13:12:18.589Z Compiling progenitor-macro v0.10.0
36992026-04-23T13:12:18.685Z Compiling progenitor-macro v0.11.2
37002026-04-23T13:12:22.502Z Checking progenitor v0.10.0
37012026-04-23T13:12:22.678Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37022026-04-23T13:12:22.761Z Checking progenitor v0.11.2
37032026-04-23T13:12:22.933Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37042026-04-23T13:12:29.569Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37052026-04-23T13:12:45.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.91s
37062026-04-23T13:12:45.959Z
37072026-04-23T13:12:45.959Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/272)
37082026-04-23T13:12:46.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37092026-04-23T13:12:46.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37102026-04-23T13:12:47.082Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37112026-04-23T13:13:03.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.42s
37122026-04-23T13:13:03.639Z
37132026-04-23T13:13:03.639Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/272)
37142026-04-23T13:13:04.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37152026-04-23T13:13:04.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37162026-04-23T13:13:04.747Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37172026-04-23T13:13:20.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.31s
37182026-04-23T13:13:21.215Z
37192026-04-23T13:13:21.216Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/272)
37202026-04-23T13:13:21.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37212026-04-23T13:13:22.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37222026-04-23T13:13:22.323Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37232026-04-23T13:13:38.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.32s
37242026-04-23T13:13:38.795Z
37252026-04-23T13:13:38.795Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/272)
37262026-04-23T13:13:39.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37272026-04-23T13:13:39.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37282026-04-23T13:13:39.899Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37292026-04-23T13:13:56.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.30s
37302026-04-23T13:13:56.353Z
37312026-04-23T13:13:56.353Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/272)
37322026-04-23T13:13:57.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37332026-04-23T13:13:57.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37342026-04-23T13:13:57.461Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37352026-04-23T13:14:13.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.36s
37362026-04-23T13:14:13.979Z
37372026-04-23T13:14:13.979Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/272)
37382026-04-23T13:14:14.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37392026-04-23T13:14:14.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37402026-04-23T13:14:15.086Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37412026-04-23T13:14:31.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.34s
37422026-04-23T13:14:31.587Z
37432026-04-23T13:14:31.587Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/272)
37442026-04-23T13:14:32.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37452026-04-23T13:14:32.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37462026-04-23T13:14:32.698Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37472026-04-23T13:14:48.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.36s
37482026-04-23T13:14:49.215Z
37492026-04-23T13:14:49.215Zinfo: running `cargo check --bins` on bootstrap-agent-api (191/272)
37502026-04-23T13:14:49.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37512026-04-23T13:14:49.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37522026-04-23T13:14:49.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37532026-04-23T13:14:49.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
37542026-04-23T13:14:50.042Z
37552026-04-23T13:14:50.042Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/272)
37562026-04-23T13:14:50.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37572026-04-23T13:14:50.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37582026-04-23T13:14:50.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37592026-04-23T13:14:50.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
37602026-04-23T13:14:50.866Z
37612026-04-23T13:14:50.866Zinfo: running `cargo check --bins` on range-requests (193/272)
37622026-04-23T13:14:51.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37632026-04-23T13:14:51.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37642026-04-23T13:14:51.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37652026-04-23T13:14:51.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37662026-04-23T13:14:51.676Z
37672026-04-23T13:14:51.676Zinfo: running `cargo check --bins` on repo-depot-api (194/272)
37682026-04-23T13:14:52.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37692026-04-23T13:14:52.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37702026-04-23T13:14:52.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37712026-04-23T13:14:52.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37722026-04-23T13:14:52.487Z
37732026-04-23T13:14:52.487Zinfo: running `cargo check --bins` on sled-agent-api (195/272)
37742026-04-23T13:14:53.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37752026-04-23T13:14:53.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37762026-04-23T13:14:53.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37772026-04-23T13:14:53.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
37782026-04-23T13:14:53.330Z
37792026-04-23T13:14:53.330Zinfo: running `cargo check --bins` on sled-diagnostics (196/272)
37802026-04-23T13:14:54.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37812026-04-23T13:14:54.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37822026-04-23T13:14:54.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37832026-04-23T13:14:54.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
37842026-04-23T13:14:54.169Z
37852026-04-23T13:14:54.169Zinfo: running `cargo check --bins` on zfs-test-harness (197/272)
37862026-04-23T13:14:54.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37872026-04-23T13:14:54.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37882026-04-23T13:14:54.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37892026-04-23T13:14:54.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
37902026-04-23T13:14:55.005Z
37912026-04-23T13:14:55.005Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/272)
37922026-04-23T13:14:55.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37932026-04-23T13:14:55.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37942026-04-23T13:14:55.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37952026-04-23T13:14:55.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
37962026-04-23T13:14:55.857Z
37972026-04-23T13:14:55.857Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/272)
37982026-04-23T13:14:56.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37992026-04-23T13:14:56.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38002026-04-23T13:14:56.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38012026-04-23T13:14:56.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38022026-04-23T13:14:56.711Z
38032026-04-23T13:14:56.711Zinfo: running `cargo check --bins` on sled-agent-health-monitor (200/272)
38042026-04-23T13:14:57.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38052026-04-23T13:14:57.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38062026-04-23T13:14:57.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38072026-04-23T13:14:57.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
38082026-04-23T13:14:57.549Z
38092026-04-23T13:14:57.549Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/272)
38102026-04-23T13:14:58.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38112026-04-23T13:14:58.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38122026-04-23T13:14:58.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38132026-04-23T13:14:58.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38142026-04-23T13:14:58.400Z
38152026-04-23T13:14:58.400Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/272)
38162026-04-23T13:14:59.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38172026-04-23T13:14:59.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38182026-04-23T13:14:59.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38192026-04-23T13:14:59.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38202026-04-23T13:14:59.254Z
38212026-04-23T13:14:59.254Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (203/272)
38222026-04-23T13:14:59.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38232026-04-23T13:14:59.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38242026-04-23T13:14:59.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38252026-04-23T13:14:59.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38262026-04-23T13:15:00.104Z
38272026-04-23T13:15:00.104Zinfo: running `cargo check --bins` on transient-dns-server (204/272)
38282026-04-23T13:15:00.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38292026-04-23T13:15:00.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38302026-04-23T13:15:00.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38312026-04-23T13:15:00.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
38322026-04-23T13:15:00.938Z
38332026-04-23T13:15:00.938Zinfo: running `cargo check --bins` on trust-quorum (205/272)
38342026-04-23T13:15:01.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38352026-04-23T13:15:01.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38362026-04-23T13:15:01.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38372026-04-23T13:15:01.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38382026-04-23T13:15:01.793Z
38392026-04-23T13:15:01.793Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (206/272)
38402026-04-23T13:15:02.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38412026-04-23T13:15:02.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38422026-04-23T13:15:02.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38432026-04-23T13:15:02.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
38442026-04-23T13:15:02.669Z
38452026-04-23T13:15:02.669Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (207/272)
38462026-04-23T13:15:03.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38472026-04-23T13:15:03.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38482026-04-23T13:15:03.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38492026-04-23T13:15:03.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
38502026-04-23T13:15:03.564Z
38512026-04-23T13:15:03.564Zinfo: running `cargo check --bins` on update-common (208/272)
38522026-04-23T13:15:04.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38532026-04-23T13:15:04.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38542026-04-23T13:15:04.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38552026-04-23T13:15:04.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38562026-04-23T13:15:04.395Z
38572026-04-23T13:15:04.395Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (209/272)
38582026-04-23T13:15:05.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38592026-04-23T13:15:05.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38602026-04-23T13:15:05.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38612026-04-23T13:15:05.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
38622026-04-23T13:15:05.293Z
38632026-04-23T13:15:05.293Zinfo: running `cargo check --bins` on reconfigurator-cli (210/272)
38642026-04-23T13:15:06.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38652026-04-23T13:15:06.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38662026-04-23T13:15:06.384Z Compiling fs-err v2.11.0
38672026-04-23T13:15:06.387Z Checking ignore v0.4.25
38682026-04-23T13:15:06.387Z Checking arc-swap v1.8.2
38692026-04-23T13:15:06.387Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38702026-04-23T13:15:06.577Z Checking predicates-tree v1.0.13
38712026-04-23T13:15:06.580Z Checking parse-size v1.1.0
38722026-04-23T13:15:06.614Z Checking rand_seeder v0.4.0
38732026-04-23T13:15:06.618Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38742026-04-23T13:15:06.709Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38752026-04-23T13:15:06.743Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38762026-04-23T13:15:06.797Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38772026-04-23T13:15:06.828Z Checking slog-scope v4.4.1
38782026-04-23T13:15:06.990Z Compiling petname v2.0.2
38792026-04-23T13:15:07.010Z Checking slog-stdlog v4.1.1
38802026-04-23T13:15:07.031Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38812026-04-23T13:15:07.058Z Checking globwalk v0.9.1
38822026-04-23T13:15:07.099Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38832026-04-23T13:15:07.159Z Checking slog-envlogger v2.2.0
38842026-04-23T13:15:07.295Z Checking camino-tempfile-ext v0.3.3
38852026-04-23T13:15:07.329Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38862026-04-23T13:15:07.351Z Checking sapling-renderdag v0.1.0
38872026-04-23T13:15:07.545Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38882026-04-23T13:15:07.565Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
38892026-04-23T13:15:07.670Z Checking subprocess v0.2.15
38902026-04-23T13:15:07.761Z Checking sync-ptr v0.1.4
38912026-04-23T13:15:07.810Z Checking colored v2.2.0
38922026-04-23T13:15:07.915Z Checking assert_matches v1.5.0
38932026-04-23T13:15:08.044Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
38942026-04-23T13:15:08.103Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
38952026-04-23T13:15:08.169Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38962026-04-23T13:15:08.172Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38972026-04-23T13:15:08.960Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38982026-04-23T13:15:10.765Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38992026-04-23T13:15:13.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.43s
39002026-04-23T13:15:13.982Z
39012026-04-23T13:15:13.982Zinfo: running `cargo check --bins` on omicron-repl-utils (211/272)
39022026-04-23T13:15:14.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39032026-04-23T13:15:14.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39042026-04-23T13:15:14.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39052026-04-23T13:15:14.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
39062026-04-23T13:15:14.781Z
39072026-04-23T13:15:14.781Zinfo: running `cargo check --bins` on nexus-test-interface (212/272)
39082026-04-23T13:15:15.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39092026-04-23T13:15:15.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39102026-04-23T13:15:15.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39112026-04-23T13:15:15.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
39122026-04-23T13:15:15.676Z
39132026-04-23T13:15:15.676Zinfo: running `cargo check --bins` on oximeter-collector (213/272)
39142026-04-23T13:15:16.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39152026-04-23T13:15:16.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39162026-04-23T13:15:16.678Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39172026-04-23T13:15:16.682Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39182026-04-23T13:15:17.541Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39192026-04-23T13:15:19.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.95s
39202026-04-23T13:15:19.884Z
39212026-04-23T13:15:19.884Zinfo: running `cargo check --bins` on oximeter-api (214/272)
39222026-04-23T13:15:20.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39232026-04-23T13:15:20.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39242026-04-23T13:15:20.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39252026-04-23T13:15:20.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
39262026-04-23T13:15:20.707Z
39272026-04-23T13:15:20.707Zinfo: running `cargo check --bins` on cert-dev (215/272)
39282026-04-23T13:15:21.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39292026-04-23T13:15:21.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39302026-04-23T13:15:21.548Z Checking yasna v0.5.2
39312026-04-23T13:15:22.106Z Checking rcgen v0.12.1
39322026-04-23T13:15:22.460Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39332026-04-23T13:15:22.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s
39342026-04-23T13:15:22.915Z
39352026-04-23T13:15:22.915Zinfo: running `cargo check --bins` on clickana (216/272)
39362026-04-23T13:15:23.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39372026-04-23T13:15:23.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39382026-04-23T13:15:23.809Z Compiling darling_core v0.23.0
39392026-04-23T13:15:23.940Z Compiling instability v0.3.11
39402026-04-23T13:15:23.955Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39412026-04-23T13:15:23.958Z Checking castaway v0.2.4
39422026-04-23T13:15:23.968Z Compiling indoc v2.0.7
39432026-04-23T13:15:23.998Z Checking unicode-truncate v1.1.0
39442026-04-23T13:15:24.015Z Checking lru v0.12.5
39452026-04-23T13:15:24.018Z Checking cassowary v0.3.0
39462026-04-23T13:15:24.098Z Checking compact_str v0.8.1
39472026-04-23T13:15:25.266Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39482026-04-23T13:15:25.500Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39492026-04-23T13:15:25.963Z Compiling darling_macro v0.23.0
39502026-04-23T13:15:26.501Z Compiling darling v0.23.0
39512026-04-23T13:15:27.291Z Checking ratatui v0.29.0
39522026-04-23T13:15:28.845Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39532026-04-23T13:15:29.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.79s
39542026-04-23T13:15:29.930Z
39552026-04-23T13:15:29.930Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (217/272)
39562026-04-23T13:15:30.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39572026-04-23T13:15:30.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39582026-04-23T13:15:30.932Z Checking headers-core v0.3.0
39592026-04-23T13:15:30.935Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39602026-04-23T13:15:31.172Z Checking headers v0.4.1
39612026-04-23T13:15:31.718Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
39622026-04-23T13:15:32.840Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39632026-04-23T13:15:33.468Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39642026-04-23T13:15:33.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
39652026-04-23T13:15:34.242Z
39662026-04-23T13:15:34.242Zinfo: running `cargo check --bins` on ch-dev (218/272)
39672026-04-23T13:15:34.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39682026-04-23T13:15:34.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39692026-04-23T13:15:35.236Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39702026-04-23T13:15:36.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.93s
39712026-04-23T13:15:36.426Z
39722026-04-23T13:15:36.426Zinfo: running `cargo check --bins` on dev-tools-common (219/272)
39732026-04-23T13:15:36.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39742026-04-23T13:15:36.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39752026-04-23T13:15:36.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39762026-04-23T13:15:36.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39772026-04-23T13:15:37.072Z
39782026-04-23T13:15:37.072Zinfo: running `cargo check --bins` on crdb-seed (220/272)
39792026-04-23T13:15:37.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39802026-04-23T13:15:37.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39812026-04-23T13:15:38.071Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
39822026-04-23T13:15:39.366Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39832026-04-23T13:15:39.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.70s
39842026-04-23T13:15:40.034Z
39852026-04-23T13:15:40.035Zinfo: running `cargo check --bins` on db-dev (221/272)
39862026-04-23T13:15:40.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39872026-04-23T13:15:40.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39882026-04-23T13:15:41.027Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
39892026-04-23T13:15:41.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.94s
39902026-04-23T13:15:42.229Z
39912026-04-23T13:15:42.229Zinfo: running `cargo check --bins` on omicron-dev-lib (222/272)
39922026-04-23T13:15:42.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39932026-04-23T13:15:42.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39942026-04-23T13:15:42.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39952026-04-23T13:15:42.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
39962026-04-23T13:15:43.111Z
39972026-04-23T13:15:43.111Zinfo: running `cargo check --bins` on xtask-downloader (223/272)
39982026-04-23T13:15:43.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39992026-04-23T13:15:43.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40002026-04-23T13:15:43.968Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40012026-04-23T13:15:44.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
40022026-04-23T13:15:45.086Z
40032026-04-23T13:15:45.086Zinfo: running `cargo check --bins` on omicron-dropshot-apis (224/272)
40042026-04-23T13:15:45.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40052026-04-23T13:15:45.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40062026-04-23T13:15:46.134Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40072026-04-23T13:15:46.134Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40082026-04-23T13:15:46.137Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
40092026-04-23T13:15:46.137Z Checking git-stub v1.0.0
40102026-04-23T13:15:46.137Z Compiling trait-variant v0.1.2
40112026-04-23T13:15:46.276Z Checking maplit v1.0.2
40122026-04-23T13:15:46.293Z Checking is_ci v1.2.0
40132026-04-23T13:15:46.340Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40142026-04-23T13:15:46.403Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40152026-04-23T13:15:46.458Z Checking supports-color v3.0.2
40162026-04-23T13:15:46.477Z Checking git-stub-vcs v0.1.0
40172026-04-23T13:15:46.619Z Checking drift v0.1.3
40182026-04-23T13:15:46.641Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40192026-04-23T13:15:46.660Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40202026-04-23T13:15:46.733Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40212026-04-23T13:15:46.888Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40222026-04-23T13:15:46.999Z Checking dropshot-api-manager v0.6.0
40232026-04-23T13:15:47.019Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
40242026-04-23T13:15:47.039Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40252026-04-23T13:15:47.306Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40262026-04-23T13:15:47.327Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40272026-04-23T13:15:47.561Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
40282026-04-23T13:15:47.985Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40292026-04-23T13:15:55.029Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40302026-04-23T13:15:56.541Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40312026-04-23T13:15:57.293Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40322026-04-23T13:15:57.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.74s
40332026-04-23T13:15:58.072Z
40342026-04-23T13:15:58.072Zinfo: running `cargo check --bins` on installinator-api (225/272)
40352026-04-23T13:15:58.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40362026-04-23T13:15:58.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40372026-04-23T13:15:58.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40382026-04-23T13:15:58.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
40392026-04-23T13:15:58.884Z
40402026-04-23T13:15:58.884Zinfo: running `cargo check --bins` on nexus-external-api (226/272)
40412026-04-23T13:15:59.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40422026-04-23T13:15:59.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40432026-04-23T13:15:59.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40442026-04-23T13:15:59.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
40452026-04-23T13:15:59.763Z
40462026-04-23T13:15:59.763Zinfo: running `cargo check --bins` on nexus-internal-api (227/272)
40472026-04-23T13:16:00.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40482026-04-23T13:16:00.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40492026-04-23T13:16:00.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40502026-04-23T13:16:00.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
40512026-04-23T13:16:00.641Z
40522026-04-23T13:16:00.641Zinfo: running `cargo check --bins` on nexus-lockstep-api (228/272)
40532026-04-23T13:16:01.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40542026-04-23T13:16:01.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40552026-04-23T13:16:01.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40562026-04-23T13:16:01.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
40572026-04-23T13:16:01.513Z
40582026-04-23T13:16:01.513Zinfo: running `cargo check --bins` on ntp-admin-api (229/272)
40592026-04-23T13:16:02.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40602026-04-23T13:16:02.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40612026-04-23T13:16:02.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40622026-04-23T13:16:02.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
40632026-04-23T13:16:02.334Z
40642026-04-23T13:16:02.335Zinfo: running `cargo check --bins` on ntp-admin-types-versions (230/272)
40652026-04-23T13:16:03.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40662026-04-23T13:16:03.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40672026-04-23T13:16:03.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40682026-04-23T13:16:03.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
40692026-04-23T13:16:03.135Z
40702026-04-23T13:16:03.135Zinfo: running `cargo check --bins` on wicketd-api (231/272)
40712026-04-23T13:16:03.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40722026-04-23T13:16:03.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40732026-04-23T13:16:03.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40742026-04-23T13:16:03.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
40752026-04-23T13:16:03.970Z
40762026-04-23T13:16:03.970Zinfo: running `cargo check --bins` on omicron-ls-apis (232/272)
40772026-04-23T13:16:04.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40782026-04-23T13:16:04.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40792026-04-23T13:16:04.809Z Checking typeid v1.0.3
40802026-04-23T13:16:04.948Z Checking ordered-float v2.10.1
40812026-04-23T13:16:04.998Z Checking unicode-xid v0.2.6
40822026-04-23T13:16:05.034Z Checking erased-serde v0.4.9
40832026-04-23T13:16:05.052Z Checking cargo-platform v0.2.0
40842026-04-23T13:16:05.247Z Checking serde-value v0.7.0
40852026-04-23T13:16:05.501Z Checking serde-untagged v0.1.9
40862026-04-23T13:16:05.713Z Checking cargo-util-schemas v0.8.2
40872026-04-23T13:16:06.720Z Checking cargo_metadata v0.21.0
40882026-04-23T13:16:07.593Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
40892026-04-23T13:16:08.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.56s
40902026-04-23T13:16:08.735Z
40912026-04-23T13:16:08.735Zinfo: running `cargo check --bins` on mgs-dev (233/272)
40922026-04-23T13:16:09.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40932026-04-23T13:16:09.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40942026-04-23T13:16:09.770Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
40952026-04-23T13:16:10.557Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
40962026-04-23T13:16:11.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.45s
40972026-04-23T13:16:11.435Z
40982026-04-23T13:16:11.435Zinfo: running `cargo check --bins` on omicron-omdb (234/272)
40992026-04-23T13:16:12.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41002026-04-23T13:16:12.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41012026-04-23T13:16:12.653Z Compiling vergen-gitcl v1.0.8
41022026-04-23T13:16:12.653Z Compiling dirs-sys-next v0.1.2
41032026-04-23T13:16:12.656Z Compiling crunchy v0.2.4
41042026-04-23T13:16:12.656Z Compiling diesel_derives v2.3.7
41052026-04-23T13:16:12.656Z Compiling glob v0.3.3
41062026-04-23T13:16:12.656Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41072026-04-23T13:16:12.656Z Compiling dsl_auto_type v0.2.0
41082026-04-23T13:16:12.657Z Checking scheduled-thread-pool v0.2.7
41092026-04-23T13:16:13.033Z Compiling diesel_table_macro_syntax v0.3.0
41102026-04-23T13:16:13.073Z Compiling tiny-keccak v2.0.2
41112026-04-23T13:16:13.109Z Compiling dirs-next v2.0.0
41122026-04-23T13:16:13.249Z Compiling term v0.7.0
41132026-04-23T13:16:13.310Z Checking r2d2 v0.8.10
41142026-04-23T13:16:13.360Z Compiling bit-vec v0.6.3
41152026-04-23T13:16:13.395Z Checking downcast-rs v2.0.2
41162026-04-23T13:16:13.433Z Compiling clang-sys v1.8.1
41172026-04-23T13:16:13.545Z Compiling itertools v0.10.5
41182026-04-23T13:16:13.648Z Compiling ascii-canvas v3.0.0
41192026-04-23T13:16:13.924Z Compiling bit-set v0.5.3
41202026-04-23T13:16:13.983Z Compiling ena v0.14.4
41212026-04-23T13:16:14.038Z Compiling libloading v0.8.9
41222026-04-23T13:16:14.073Z Compiling bindgen v0.71.1
41232026-04-23T13:16:14.093Z Compiling regex-syntax v0.6.29
41242026-04-23T13:16:14.136Z Compiling diff v0.1.13
41252026-04-23T13:16:14.311Z Compiling cexpr v0.6.0
41262026-04-23T13:16:14.493Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41272026-04-23T13:16:14.633Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41282026-04-23T13:16:14.771Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41292026-04-23T13:16:14.826Z Compiling libxml v0.3.3
41302026-04-23T13:16:15.035Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41312026-04-23T13:16:15.148Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41322026-04-23T13:16:15.242Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41332026-04-23T13:16:15.449Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41342026-04-23T13:16:15.479Z Compiling strum_macros v0.24.3
41352026-04-23T13:16:15.524Z Compiling indoc v1.0.9
41362026-04-23T13:16:16.104Z Compiling lalrpop v0.19.12
41372026-04-23T13:16:16.890Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41382026-04-23T13:16:17.062Z Checking derive_builder v0.20.2
41392026-04-23T13:16:17.132Z Compiling oso-derive v0.27.3
41402026-04-23T13:16:17.212Z Checking quick-xml v0.37.5
41412026-04-23T13:16:17.320Z Compiling impl-trait-for-tuples v0.2.3
41422026-04-23T13:16:17.773Z Checking openssl-probe v0.1.6
41432026-04-23T13:16:17.954Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41442026-04-23T13:16:18.429Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41452026-04-23T13:16:18.677Z Checking bb8 v0.8.6
41462026-04-23T13:16:18.982Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41472026-04-23T13:16:19.085Z Checking nonempty v0.12.0
41482026-04-23T13:16:19.257Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41492026-04-23T13:16:19.305Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41502026-04-23T13:16:19.527Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41512026-04-23T13:16:19.569Z Checking console v0.16.2
41522026-04-23T13:16:19.596Z Checking unit-prefix v0.5.2
41532026-04-23T13:16:19.777Z Checking support-bundle-viewer v0.1.2
41542026-04-23T13:16:19.811Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41552026-04-23T13:16:19.995Z Checking indicatif v0.18.4
41562026-04-23T13:16:20.094Z Checking multimap v0.10.1
41572026-04-23T13:16:21.095Z Checking diesel v2.3.7
41582026-04-23T13:16:23.361Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41592026-04-23T13:16:23.976Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41602026-04-23T13:16:24.697Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41612026-04-23T13:16:25.633Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41622026-04-23T13:16:26.331Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41632026-04-23T13:16:26.750Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41642026-04-23T13:16:27.025Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41652026-04-23T13:16:27.141Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41662026-04-23T13:16:29.877Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41672026-04-23T13:16:36.694Z Compiling samael v0.0.19
41682026-04-23T13:16:41.746Z Checking diesel-dtrace v0.5.0
41692026-04-23T13:16:42.064Z Checking async-bb8-diesel v0.2.1
41702026-04-23T13:16:42.883Z Compiling polar-core v0.27.3
41712026-04-23T13:16:48.786Z Checking oso v0.27.3
41722026-04-23T13:17:45.910Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41732026-04-23T13:18:33.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s
41742026-04-23T13:18:34.244Z
41752026-04-23T13:18:34.245Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (235/272)
41762026-04-23T13:18:35.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41772026-04-23T13:18:35.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41782026-04-23T13:18:35.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41792026-04-23T13:18:35.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
41802026-04-23T13:18:35.148Z
41812026-04-23T13:18:35.148Zinfo: running `cargo check --bins` on nexus-saga-recovery (236/272)
41822026-04-23T13:18:35.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41832026-04-23T13:18:35.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41842026-04-23T13:18:35.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41852026-04-23T13:18:35.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
41862026-04-23T13:18:36.045Z
41872026-04-23T13:18:36.045Zinfo: running `cargo check --bins` on nexus-test-utils-macros (237/272)
41882026-04-23T13:18:36.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41892026-04-23T13:18:36.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41902026-04-23T13:18:36.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41912026-04-23T13:18:36.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
41922026-04-23T13:18:36.849Z
41932026-04-23T13:18:36.849Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (238/272)
41942026-04-23T13:18:37.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41952026-04-23T13:18:37.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41962026-04-23T13:18:38.077Z Compiling libz-sys v1.1.24
41972026-04-23T13:18:38.236Z Compiling libgit2-sys v0.18.3+1.9.2
41982026-04-23T13:18:38.256Z Compiling vergen-git2 v1.0.7
41992026-04-23T13:18:38.274Z Compiling rustls v0.21.12
42002026-04-23T13:18:38.292Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42012026-04-23T13:18:38.312Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42022026-04-23T13:18:38.315Z Checking sct v0.7.1
42032026-04-23T13:18:38.315Z Checking rustls-webpki v0.101.7
42042026-04-23T13:18:38.500Z Compiling nix v0.29.0
42052026-04-23T13:18:38.542Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42062026-04-23T13:18:38.583Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42072026-04-23T13:18:38.610Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42082026-04-23T13:18:38.760Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42092026-04-23T13:18:38.936Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42102026-04-23T13:18:38.988Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42112026-04-23T13:18:39.057Z Checking rustls-pemfile v1.0.4
42122026-04-23T13:18:39.227Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42132026-04-23T13:18:39.366Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42142026-04-23T13:18:39.583Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42152026-04-23T13:18:39.605Z Checking twox-hash v2.1.2
42162026-04-23T13:18:39.732Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42172026-04-23T13:18:40.542Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42182026-04-23T13:18:40.571Z Checking tokio-rustls v0.24.1
42192026-04-23T13:18:40.594Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42202026-04-23T13:18:40.597Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42212026-04-23T13:18:40.826Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42222026-04-23T13:18:41.277Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42232026-04-23T13:18:41.435Z Checking fatfs v0.3.6
42242026-04-23T13:18:41.460Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42252026-04-23T13:18:41.664Z Compiling seq-macro v0.3.6
42262026-04-23T13:18:46.804Z Compiling git2 v0.20.4
42272026-04-23T13:18:47.564Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42282026-04-23T13:18:47.724Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42292026-04-23T13:18:50.070Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42302026-04-23T13:20:01.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 24s
42312026-04-23T13:20:01.351Z
42322026-04-23T13:20:01.351Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (239/272)
42332026-04-23T13:20:02.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42342026-04-23T13:20:02.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42352026-04-23T13:20:02.607Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42362026-04-23T13:21:03.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
42372026-04-23T13:21:03.524Z
42382026-04-23T13:21:03.525Zinfo: running `cargo check --bins` on nexus-background-task-interface (240/272)
42392026-04-23T13:21:04.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42402026-04-23T13:21:04.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42412026-04-23T13:21:04.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42422026-04-23T13:21:04.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
42432026-04-23T13:21:04.342Z
42442026-04-23T13:21:04.342Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (241/272)
42452026-04-23T13:21:05.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42462026-04-23T13:21:05.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42472026-04-23T13:21:05.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42482026-04-23T13:21:05.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
42492026-04-23T13:21:05.225Z
42502026-04-23T13:21:05.225Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (242/272)
42512026-04-23T13:21:05.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42522026-04-23T13:21:06.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42532026-04-23T13:21:06.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42542026-04-23T13:21:06.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
42552026-04-23T13:21:06.134Z
42562026-04-23T13:21:06.134Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (243/272)
42572026-04-23T13:21:06.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42582026-04-23T13:21:06.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42592026-04-23T13:21:06.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42602026-04-23T13:21:06.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
42612026-04-23T13:21:07.040Z
42622026-04-23T13:21:07.040Zinfo: running `cargo check --bins` on nexus-mgs-updates (244/272)
42632026-04-23T13:21:07.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42642026-04-23T13:21:07.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42652026-04-23T13:21:07.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42662026-04-23T13:21:07.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
42672026-04-23T13:21:07.920Z
42682026-04-23T13:21:07.921Zinfo: running `cargo check --bins` on nexus-networking (245/272)
42692026-04-23T13:21:08.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42702026-04-23T13:21:08.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42712026-04-23T13:21:08.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42722026-04-23T13:21:08.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
42732026-04-23T13:21:08.820Z
42742026-04-23T13:21:08.820Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (246/272)
42752026-04-23T13:21:09.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42762026-04-23T13:21:09.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42772026-04-23T13:21:09.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42782026-04-23T13:21:09.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
42792026-04-23T13:21:09.727Z
42802026-04-23T13:21:09.727Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (247/272)
42812026-04-23T13:21:10.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42822026-04-23T13:21:10.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42832026-04-23T13:21:10.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42842026-04-23T13:21:10.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
42852026-04-23T13:21:10.630Z
42862026-04-23T13:21:10.630Zinfo: running `cargo check --bins` on omicron-dev (248/272)
42872026-04-23T13:21:11.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42882026-04-23T13:21:11.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42892026-04-23T13:21:11.894Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42902026-04-23T13:21:11.894Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42912026-04-23T13:21:12.090Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
42922026-04-23T13:21:12.118Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
42932026-04-23T13:21:12.137Z Checking yansi v1.0.1
42942026-04-23T13:21:12.141Z Checking diff v0.1.13
42952026-04-23T13:21:12.141Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42962026-04-23T13:21:12.179Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42972026-04-23T13:21:12.295Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42982026-04-23T13:21:12.484Z Checking pretty_assertions v1.4.1
42992026-04-23T13:21:13.395Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43002026-04-23T13:21:47.269Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43012026-04-23T13:21:47.272Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43022026-04-23T13:21:47.272Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43032026-04-23T13:21:47.272Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43042026-04-23T13:21:47.272Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43052026-04-23T13:21:47.272Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43062026-04-23T13:21:48.199Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43072026-04-23T13:21:49.612Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43082026-04-23T13:22:50.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 40s
43092026-04-23T13:22:50.975Z
43102026-04-23T13:22:50.975Zinfo: running `cargo check --bins` on omicron-pins (249/272)
43112026-04-23T13:22:51.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43122026-04-23T13:22:51.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43132026-04-23T13:22:51.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43142026-04-23T13:22:51.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
43152026-04-23T13:22:51.793Z
43162026-04-23T13:22:51.793Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (250/272)
43172026-04-23T13:22:52.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43182026-04-23T13:22:52.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43192026-04-23T13:22:52.902Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43202026-04-23T13:22:53.052Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43212026-04-23T13:22:53.055Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43222026-04-23T13:23:31.042Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43232026-04-23T13:23:31.522Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43242026-04-23T13:23:33.917Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43252026-04-23T13:23:34.489Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43262026-04-23T13:23:38.614Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43272026-04-23T13:24:11.734Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43282026-04-23T13:24:12.554Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43292026-04-23T13:24:14.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s
43302026-04-23T13:24:14.953Z
43312026-04-23T13:24:14.953Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (251/272)
43322026-04-23T13:24:15.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43332026-04-23T13:24:15.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43342026-04-23T13:24:15.971Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43352026-04-23T13:24:16.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s
43362026-04-23T13:24:17.090Z
43372026-04-23T13:24:17.090Zinfo: running `cargo check --bins` on omicron-releng (252/272)
43382026-04-23T13:24:17.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43392026-04-23T13:24:17.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43402026-04-23T13:24:18.006Z Compiling blake3 v1.8.3
43412026-04-23T13:24:18.140Z Checking constant_time_eq v0.4.2
43422026-04-23T13:24:18.140Z Checking arrayref v0.3.9
43432026-04-23T13:24:18.146Z Checking arrayvec v0.7.6
43442026-04-23T13:24:18.181Z Checking topological-sort v0.2.2
43452026-04-23T13:24:18.184Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43462026-04-23T13:24:18.184Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43472026-04-23T13:24:18.184Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43482026-04-23T13:24:18.247Z Checking shell-words v1.1.1
43492026-04-23T13:24:19.179Z Checking omicron-zone-package v0.12.2
43502026-04-23T13:24:20.188Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43512026-04-23T13:24:21.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.21s
43522026-04-23T13:24:21.539Z
43532026-04-23T13:24:21.539Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (253/272)
43542026-04-23T13:24:22.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43552026-04-23T13:24:22.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43562026-04-23T13:24:22.446Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43572026-04-23T13:24:22.849Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43582026-04-23T13:24:23.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.81s
43592026-04-23T13:24:23.604Z
43602026-04-23T13:24:23.604Zinfo: running `cargo check --bins` on schema (254/272)
43612026-04-23T13:24:24.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43622026-04-23T13:24:24.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43632026-04-23T13:24:24.627Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
43642026-04-23T13:24:25.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s
43652026-04-23T13:24:25.820Z
43662026-04-23T13:24:25.820Zinfo: running `cargo check --bins` on xtask (255/272)
43672026-04-23T13:24:26.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43682026-04-23T13:24:26.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43692026-04-23T13:24:26.376Z Checking libc v0.2.185
43702026-04-23T13:24:26.478Z Checking serde v1.0.228
43712026-04-23T13:24:26.491Z Checking zerofrom v0.1.6
43722026-04-23T13:24:26.496Z Checking bitflags v2.11.0
43732026-04-23T13:24:26.506Z Checking hashbrown v0.16.1
43742026-04-23T13:24:26.517Z Checking smallvec v1.15.1
43752026-04-23T13:24:26.534Z Checking serde_json v1.0.149
43762026-04-23T13:24:26.538Z Checking scroll v0.12.0
43772026-04-23T13:24:26.625Z Checking yoke v0.8.1
43782026-04-23T13:24:26.694Z Checking num-traits v0.2.19
43792026-04-23T13:24:26.847Z Checking thiserror v1.0.69
43802026-04-23T13:24:26.853Z Checking percent-encoding v2.3.2
43812026-04-23T13:24:26.853Z Checking zerovec v0.11.5
43822026-04-23T13:24:26.878Z Checking zerotrie v0.2.3
43832026-04-23T13:24:26.897Z Checking errno v0.3.14
43842026-04-23T13:24:27.031Z Checking log v0.4.29
43852026-04-23T13:24:27.047Z Checking toml_datetime v0.6.11
43862026-04-23T13:24:27.061Z Checking rustix v1.1.3
43872026-04-23T13:24:27.150Z Checking indexmap v2.13.0
43882026-04-23T13:24:27.207Z Checking serde_spanned v0.6.9
43892026-04-23T13:24:27.230Z Checking zerocopy v0.7.35
43902026-04-23T13:24:27.285Z Checking goblin v0.8.2
43912026-04-23T13:24:27.366Z Checking form_urlencoded v1.2.2
43922026-04-23T13:24:27.418Z Checking getrandom v0.4.1
43932026-04-23T13:24:27.491Z Checking tinystr v0.8.2
43942026-04-23T13:24:27.518Z Checking potential_utf v0.1.4
43952026-04-23T13:24:27.535Z Checking ordered-float v2.10.1
43962026-04-23T13:24:28.952Z Checking thiserror v2.0.18
43972026-04-23T13:24:28.974Z Checking icu_collections v2.1.1
43982026-04-23T13:24:28.974Z Checking icu_locale_core v2.1.1
43992026-04-23T13:24:28.974Z Checking syn v2.0.117
44002026-04-23T13:24:28.974Z Checking serde-value v0.7.0
44012026-04-23T13:24:28.974Z Checking toml_edit v0.22.27
44022026-04-23T13:24:28.974Z Checking dtrace-parser v0.2.0
44032026-04-23T13:24:28.974Z Checking thread-id v4.2.2
44042026-04-23T13:24:28.974Z Checking once_cell v1.21.3
44052026-04-23T13:24:28.974Z Checking cargo-platform v0.2.0
44062026-04-23T13:24:28.974Z Checking terminal_size v0.4.3
44072026-04-23T13:24:28.974Z Checking memmap v0.7.0
44082026-04-23T13:24:28.974Z Checking tempfile v3.25.0
44092026-04-23T13:24:28.974Z Checking clap_builder v4.5.60
44102026-04-23T13:24:28.975Z Checking textwrap v0.16.2
44112026-04-23T13:24:28.975Z Checking fs-err v3.3.0
44122026-04-23T13:24:28.975Z Checking icu_provider v2.1.1
44132026-04-23T13:24:28.975Z Checking camino-tempfile v1.4.1
44142026-04-23T13:24:28.975Z Checking anyhow v1.0.102
44152026-04-23T13:24:28.975Z Checking tabled v0.15.0
44162026-04-23T13:24:28.975Z Checking icu_normalizer v2.1.1
44172026-04-23T13:24:28.975Z Checking icu_properties v2.1.2
44182026-04-23T13:24:28.975Z Checking macaddr v1.0.1
44192026-04-23T13:24:29.170Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44202026-04-23T13:24:29.462Z Checking toml v0.8.23
44212026-04-23T13:24:29.893Z Checking cargo_toml v0.21.0
44222026-04-23T13:24:29.926Z Checking dof v0.3.0
44232026-04-23T13:24:29.965Z Checking idna_adapter v1.2.1
44242026-04-23T13:24:30.039Z Checking clap v4.5.60
44252026-04-23T13:24:30.157Z Checking idna v1.1.0
44262026-04-23T13:24:30.361Z Checking usdt-impl v0.5.0
44272026-04-23T13:24:30.418Z Checking url v2.5.8
44282026-04-23T13:24:30.696Z Checking usdt v0.5.0
44292026-04-23T13:24:30.893Z Checking cargo-util-schemas v0.8.2
44302026-04-23T13:24:31.905Z Checking cargo_metadata v0.21.0
44312026-04-23T13:24:32.780Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44322026-04-23T13:24:36.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.61s
44332026-04-23T13:24:36.753Z
44342026-04-23T13:24:36.753Zinfo: running `cargo check --bins` on dnsadm (256/272)
44352026-04-23T13:24:36.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44362026-04-23T13:24:36.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44372026-04-23T13:24:36.753Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44382026-04-23T13:24:36.753Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44392026-04-23T13:24:36.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.01s
44402026-04-23T13:24:36.784Z
44412026-04-23T13:24:36.784Zinfo: running `cargo check --bins` on end-to-end-tests (257/272)
44422026-04-23T13:24:36.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44432026-04-23T13:24:36.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44442026-04-23T13:24:37.020Z Checking polyval v0.6.2
44452026-04-23T13:24:37.046Z Checking ctr v0.9.2
44462026-04-23T13:24:37.066Z Checking ssh-encoding v0.2.0
44472026-04-23T13:24:37.069Z Checking blowfish v0.9.1
44482026-04-23T13:24:37.106Z Checking password-hash v0.4.2
44492026-04-23T13:24:37.129Z Checking p521 v0.13.3
44502026-04-23T13:24:37.133Z Checking p256 v0.13.2
44512026-04-23T13:24:37.168Z Checking russh-cryptovec v0.7.3
44522026-04-23T13:24:37.230Z Checking ghash v0.5.1
44532026-04-23T13:24:37.272Z Checking md5 v0.7.0
44542026-04-23T13:24:37.305Z Checking bcrypt-pbkdf v0.10.0
44552026-04-23T13:24:37.305Z Checking num-bigint v0.4.6
44562026-04-23T13:24:37.333Z Checking des v0.8.1
44572026-04-23T13:24:37.375Z Checking aes-gcm v0.10.3
44582026-04-23T13:24:37.394Z Checking pbkdf2 v0.11.0
44592026-04-23T13:24:37.459Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44602026-04-23T13:24:37.478Z Checking hex-literal v0.4.1
44612026-04-23T13:24:37.498Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44622026-04-23T13:24:37.531Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44632026-04-23T13:24:37.561Z Checking ssh-cipher v0.2.0
44642026-04-23T13:24:37.597Z Checking internet-checksum v0.2.1
44652026-04-23T13:24:37.774Z Checking ssh-key v0.6.7
44662026-04-23T13:24:37.919Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44672026-04-23T13:24:38.661Z Checking russh-keys v0.45.0
44682026-04-23T13:24:39.401Z Checking russh v0.45.0
44692026-04-23T13:25:01.183Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44702026-04-23T13:25:02.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.97s
44712026-04-23T13:25:03.006Z
44722026-04-23T13:25:03.006Zinfo: running `cargo check --bins` on gateway-cli (258/272)
44732026-04-23T13:25:03.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44742026-04-23T13:25:03.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44752026-04-23T13:25:03.895Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
44762026-04-23T13:25:04.051Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
44772026-04-23T13:25:04.054Z Checking termios v0.3.3
44782026-04-23T13:25:05.750Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
44792026-04-23T13:25:05.937Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44802026-04-23T13:25:08.514Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
44812026-04-23T13:25:09.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.26s
44822026-04-23T13:25:09.492Z
44832026-04-23T13:25:09.493Zinfo: running `cargo check --bins --no-default-features` on installinator (259/272)
44842026-04-23T13:25:10.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44852026-04-23T13:25:10.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44862026-04-23T13:25:10.478Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
44872026-04-23T13:25:10.619Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
44882026-04-23T13:25:10.633Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44892026-04-23T13:25:10.637Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44902026-04-23T13:25:10.663Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
44912026-04-23T13:25:10.667Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
44922026-04-23T13:25:11.622Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
44932026-04-23T13:25:12.165Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
44942026-04-23T13:25:12.168Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
44952026-04-23T13:25:13.009Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
44962026-04-23T13:25:15.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.69s
44972026-04-23T13:25:15.439Z
44982026-04-23T13:25:15.439Zinfo: running `cargo check --bins` on internal-dns-cli (260/272)
44992026-04-23T13:25:16.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45002026-04-23T13:25:16.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45012026-04-23T13:25:16.328Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45022026-04-23T13:25:16.914Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45032026-04-23T13:25:17.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s
45042026-04-23T13:25:17.570Z
45052026-04-23T13:25:17.570Zinfo: running `cargo check --bins` on omicron-live-tests (261/272)
45062026-04-23T13:25:18.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45072026-04-23T13:25:18.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45082026-04-23T13:25:18.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45092026-04-23T13:25:18.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
45102026-04-23T13:25:18.382Z
45112026-04-23T13:25:18.382Zinfo: running `cargo check --bins` on live-tests-macros (262/272)
45122026-04-23T13:25:19.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45132026-04-23T13:25:19.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45142026-04-23T13:25:19.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45152026-04-23T13:25:19.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
45162026-04-23T13:25:19.188Z
45172026-04-23T13:25:19.188Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (263/272)
45182026-04-23T13:25:19.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45192026-04-23T13:25:19.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45202026-04-23T13:25:20.246Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45212026-04-23T13:25:20.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.79s
45222026-04-23T13:25:21.230Z
45232026-04-23T13:25:21.230Zinfo: running `cargo check --bins` on omicron-ntp-admin (264/272)
45242026-04-23T13:25:21.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45252026-04-23T13:25:21.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45262026-04-23T13:25:22.137Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45272026-04-23T13:25:22.140Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45282026-04-23T13:25:22.452Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45292026-04-23T13:25:22.455Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45302026-04-23T13:25:23.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.23s
45312026-04-23T13:25:23.700Z
45322026-04-23T13:25:23.700Zinfo: running `cargo check --bins` on ntp-admin-types (265/272)
45332026-04-23T13:25:24.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45342026-04-23T13:25:24.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45352026-04-23T13:25:24.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45362026-04-23T13:25:24.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
45372026-04-23T13:25:24.514Z
45382026-04-23T13:25:24.514Zinfo: running `cargo check --bins` on omicron-package (266/272)
45392026-04-23T13:25:25.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45402026-04-23T13:25:25.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45412026-04-23T13:25:25.461Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45422026-04-23T13:25:26.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.37s
45432026-04-23T13:25:27.135Z
45442026-04-23T13:25:27.135Zinfo: running `cargo check --bins` on tqdb (267/272)
45452026-04-23T13:25:27.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45462026-04-23T13:25:27.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45472026-04-23T13:25:28.241Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45482026-04-23T13:25:28.698Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45492026-04-23T13:25:29.425Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45502026-04-23T13:25:29.428Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45512026-04-23T13:25:37.564Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45522026-04-23T13:25:37.567Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45532026-04-23T13:25:38.327Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
45542026-04-23T13:25:38.331Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45552026-04-23T13:25:38.331Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45562026-04-23T13:25:38.331Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45572026-04-23T13:25:39.375Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45582026-04-23T13:25:40.688Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45592026-04-23T13:25:41.699Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45602026-04-23T13:25:42.509Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45612026-04-23T13:25:48.490Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45622026-04-23T13:25:57.507Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45632026-04-23T13:25:57.510Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45642026-04-23T13:25:57.510Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45652026-04-23T13:25:57.510Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45662026-04-23T13:25:59.501Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45672026-04-23T13:26:01.310Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45682026-04-23T13:26:02.214Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45692026-04-23T13:26:03.946Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45702026-04-23T13:26:04.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.50s
45712026-04-23T13:26:04.899Z
45722026-04-23T13:26:04.899Zinfo: running `cargo check --bins` on wicket-dbg (268/272)
45732026-04-23T13:26:05.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45742026-04-23T13:26:05.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45752026-04-23T13:26:05.891Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
45762026-04-23T13:26:05.891Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45772026-04-23T13:26:05.894Z Checking rtoolbox v0.0.3
45782026-04-23T13:26:06.058Z Checking tui-tree-widget v0.23.1
45792026-04-23T13:26:06.175Z Checking rpassword v7.4.0
45802026-04-23T13:26:07.607Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
45812026-04-23T13:26:11.762Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45822026-04-23T13:26:14.387Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
45832026-04-23T13:26:15.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.62s
45842026-04-23T13:26:15.759Z
45852026-04-23T13:26:15.759Zinfo: running `cargo check --bins` on wicket (269/272)
45862026-04-23T13:26:16.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45872026-04-23T13:26:16.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45882026-04-23T13:26:16.728Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45892026-04-23T13:26:17.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
45902026-04-23T13:26:17.404Z
45912026-04-23T13:26:17.404Zinfo: running `cargo check --bins` on wicketd (270/272)
45922026-04-23T13:26:18.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45932026-04-23T13:26:18.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45942026-04-23T13:26:18.408Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
45952026-04-23T13:26:18.411Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
45962026-04-23T13:26:18.547Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45972026-04-23T13:26:18.563Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
45982026-04-23T13:26:19.736Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
45992026-04-23T13:26:20.494Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46002026-04-23T13:26:24.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.15s
46012026-04-23T13:26:24.818Z
46022026-04-23T13:26:24.818Zinfo: running `cargo check --bins` on omicron-workspace-hack (271/272)
46032026-04-23T13:26:25.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46042026-04-23T13:26:25.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46052026-04-23T13:26:25.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46062026-04-23T13:26:25.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
46072026-04-23T13:26:25.630Z
46082026-04-23T13:26:25.630Zinfo: running `cargo check --bins` on zone-setup (272/272)
46092026-04-23T13:26:26.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46102026-04-23T13:26:26.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46112026-04-23T13:26:26.562Z Checking uzers v0.12.2
46122026-04-23T13:26:26.916Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46132026-04-23T13:26:27.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.26s
46142026-04-23T13:26:28.186Z
46152026-04-23T13:26:28.186Zreal 20:07.456584976
46162026-04-23T13:26:28.186Zuser 29:10.250351861
46172026-04-23T13:26:28.189Zsys 5:23.589547729
46182026-04-23T13:26:28.190Ztrap 0.493828118
46192026-04-23T13:26:28.190Ztflt 0.609453615
46202026-04-23T13:26:28.190Zdflt 1.088693031
46212026-04-23T13:26:28.190Zkflt 0.003501182
46222026-04-23T13:26:28.190Zlock 1:46:50.053332784
46232026-04-23T13:26:28.190Zslp 2:18:25.512023661
46242026-04-23T13:26:28.190Zlat 1:20.499853402
46252026-04-23T13:26:28.190Zstop 5:04.005786745
46262026-04-23T13:26:28.190Zprocess exited: duration 1376758 ms, exit code 0
 
46272026-04-23T13:26:28.196Zfound 0 output files