01KRYYK2775QZW1YCKN5DC2SC6: 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: 01KRYYKNRP9G0NA1GQNG3FMBFN

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-19T01:47:24.533Zjob assigned to worker 01KRYYKXHRJXG3FT9MQVYKB23K [factory aws, i-012831c5f3ca7abbf] (queued for 48 s)
 
22026-05-19T01:47:31.494Zstarting task 0: "setup"
32026-05-19T01:47:31.499Z++ uname -s
42026-05-19T01:47:31.502Z+ kern=SunOS
52026-05-19T01:47:31.502Z+ build_user=build
62026-05-19T01:47:31.502Z+ build_uid=12345
72026-05-19T01:47:31.502Z+ work_dir=/work
82026-05-19T01:47:31.502Z+ input_dir=/input
92026-05-19T01:47:31.502Z+ [[ 0 == 12345 ]]
102026-05-19T01:47:31.502Z+ case "$kern" in
112026-05-19T01:47:31.502Z+ groupadd -g 12345 build
122026-05-19T01:47:31.514Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-19T01:47:33.521Z+ zfs create -o mountpoint=/work rpool/work
142026-05-19T01:47:33.592Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-19T01:47:33.595Z+ home_fs=zfs
162026-05-19T01:47:33.595Z+ [[ zfs == autofs ]]
172026-05-19T01:47:33.595Z+ mkdir -p /home/build
182026-05-19T01:47:33.595Z+ chown build:build /home/build /work
192026-05-19T01:47:34.596Z+ chmod 0700 /home/build /work
202026-05-19T01:47:34.599Zprocess exited: duration 3107 ms, exit code 0
 
212026-05-19T01:47:34.605Zstarting task 1: "rust-toolchain"
222026-05-19T01:47:34.609Z * rust toolchain channel = "1.94.0"
232026-05-19T01:47:34.609Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
242026-05-19T01:47:34.609Z * rust toolchain profile = "default"
252026-05-19T01:47:34.609Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-19T01:47:34.609Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-19T01:47:34.609Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-19T01:47:34.612Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-19T01:47:34.612Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-19T01:47:34.715Zinfo: downloading installer
312026-05-19T01:47:36.060Zwarn: It looks like you have an existing rustup settings file at:
322026-05-19T01:47:36.060Zwarn: /home/build/.rustup/settings.toml
332026-05-19T01:47:36.060Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-19T01:47:36.060Zwarn: instead of the one inferred from the default host triple.
352026-05-19T01:47:36.073Zinfo: profile set to default
362026-05-19T01:47:36.073Zinfo: default host triple is x86_64-unknown-illumos
372026-05-19T01:47:36.075Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-19T01:47:36.206Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-19T01:47:36.209Zinfo: downloading 6 components
402026-05-19T01:47:53.204Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-19T01:47:53.204Z
422026-05-19T01:47:53.234Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-19T01:47:53.234Z
442026-05-19T01:47:53.234Z
452026-05-19T01:47:53.234ZRust is installed now. Great!
462026-05-19T01:47:53.234Z
472026-05-19T01:47:53.234ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-19T01:47:53.234Zenvironment variable. This has not been done automatically.
492026-05-19T01:47:53.234Z
502026-05-19T01:47:53.234ZTo configure your current shell, you need to source
512026-05-19T01:47:53.234Zthe corresponding env file under $HOME/.cargo.
522026-05-19T01:47:53.234Z
532026-05-19T01:47:53.234ZThis is usually done by running one of the following (note the leading DOT):
542026-05-19T01:47:53.238Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-19T01:47:53.238Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-19T01:47:53.238Zsource "~/.cargo/env.nu" # For nushell
572026-05-19T01:47:53.238Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-19T01:47:53.238Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-19T01:47:53.238Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-19T01:47:53.238Zwarn: no default linker (`cc`) was found in your PATH
612026-05-19T01:47:53.238Zwarn: many Rust crates require a system C toolchain to build
622026-05-19T01:47:53.331Z+ rustup --version
632026-05-19T01:47:53.341Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-19T01:47:53.345Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-19T01:47:53.361Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-19T01:47:53.365Z+ cargo --version
672026-05-19T01:47:53.378Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-19T01:47:53.380Z+ rustc --version
692026-05-19T01:47:53.399Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-19T01:47:53.403Zprocess exited: duration 18795 ms, exit code 0
 
712026-05-19T01:47:53.409Zstarting task 2: "authentication"
722026-05-19T01:47:53.425Zprocess exited: duration 16 ms, exit code 0
 
732026-05-19T01:47:53.432Zstarting task 3: "clone repository"
742026-05-19T01:47:53.435Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-19T01:47:53.438Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-19T01:47:53.479ZCloning into '/work/oxidecomputer/omicron'...
772026-05-19T01:48:04.447Z+ cd /work/oxidecomputer/omicron
782026-05-19T01:48:04.450Z+ git fetch origin e5e35b862ac88137be0e4dfe007c15f55a9f451a
792026-05-19T01:48:04.703ZFrom https://github.com/oxidecomputer/omicron
802026-05-19T01:48:04.703Z * branch e5e35b862ac88137be0e4dfe007c15f55a9f451a -> FETCH_HEAD
812026-05-19T01:48:04.714Z+ [[ -n '' ]]
822026-05-19T01:48:04.714Z+ git reset --hard e5e35b862ac88137be0e4dfe007c15f55a9f451a
832026-05-19T01:48:04.955ZHEAD is now at e5e35b862 Pull in consistent DHCPv6 DUID fixes
842026-05-19T01:48:04.958Zprocess exited: duration 11526 ms, exit code 0
 
852026-05-19T01:48:04.963Zstarting task 4: "build"
862026-05-19T01:48:04.967Z+ source .github/buildomat/ci-env.sh
872026-05-19T01:48:04.967Z++ export CARGO_TERM_COLOR=always
882026-05-19T01:48:04.967Z++ CARGO_TERM_COLOR=always
892026-05-19T01:48:04.970Z+ cargo --version
902026-05-19T01:48:04.977Zcargo 1.94.0 (85eff7c80 2026-01-15)
912026-05-19T01:48:04.980Z+ rustc --version
922026-05-19T01:48:04.999Zrustc 1.94.0 (4a4ef493e 2026-03-02)
932026-05-19T01:48:05.002Z+ source ./env.sh
942026-05-19T01:48:05.002Z++ OLD_SHELL_OPTS=ehxB
952026-05-19T01:48:05.002Z++ set -o xtrace
962026-05-19T01:48:05.005Z++++ dirname ./env.sh
972026-05-19T01:48:05.014Z+++ readlink -f .
982026-05-19T01:48:05.018Z++ OMICRON_WS=/work/oxidecomputer/omicron
992026-05-19T01:48:05.018Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-05-19T01:48:05.018Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-05-19T01:48:05.018Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022026-05-19T01:48:05.018Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-05-19T01:48:05.018Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-05-19T01:48:05.018Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052026-05-19T01:48:05.018Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-05-19T01:48:05.018Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-05-19T01:48:05.018Z++ case $OLD_SHELL_OPTS in
1082026-05-19T01:48:05.018Z++ unset OLD_SHELL_OPTS OMICRON_WS
1092026-05-19T01:48:05.018Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1102026-05-19T01:48:05.018Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1112026-05-19T01:48:05.018Z+ banner prerequisites
1122026-05-19T01:48:05.022Z
1132026-05-19T01:48:05.022Z ##### ##### ###### ##### ###### #### # # # #### #
1142026-05-19T01:48:05.022Z # # # # # # # # # # # # # # #
1152026-05-19T01:48:05.022Z # # # # ##### # # ##### # # # # # #### #
1162026-05-19T01:48:05.022Z ##### ##### # ##### # # # # # # # # #
1172026-05-19T01:48:05.022Z # # # # # # # # # # # # # # #
1182026-05-19T01:48:05.022Z # # # ###### # # ###### ### # #### # #### #
1192026-05-19T01:48:05.022Z
1202026-05-19T01:48:05.023Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1212026-05-19T01:48:07.200Z Startup: Refreshing catalog 'helios' ... Done
1222026-05-19T01:48:07.257Z Startup: Caching catalogs ... Done
1232026-05-19T01:48:07.463ZPlanning: Solver setup ... Done (0.173s)
1242026-05-19T01:48:07.477ZPlanning: Running solver ... Done (0.016s)
1252026-05-19T01:48:07.494ZPlanning: Finding local manifests ... Done (0.014s)
1262026-05-19T01:48:07.504ZPlanning: Fetching manifests: 0/2 0% complete
1272026-05-19T01:48:07.526ZPlanning: Fetching manifests: 2/2 100% complete
1282026-05-19T01:48:07.539ZPlanning: Package planning ... Done (0.013s)
1292026-05-19T01:48:07.542ZPlanning: Merging actions ... Done (0.001s)
1302026-05-19T01:48:07.737ZPlanning: Checking for conflicting actions ... Done (0.196s)
1312026-05-19T01:48:07.740ZPlanning: Consolidating action changes ... Done (0.001s)
1322026-05-19T01:48:08.976ZPlanning: Evaluating mediators ... Done (1.238s)
1332026-05-19T01:48:08.979ZPlanning: Planning completed in 1.70 seconds
1342026-05-19T01:48:08.985Z Packages to install: 2
1352026-05-19T01:48:08.985Z Estimated space available: 156.08 GB
1362026-05-19T01:48:08.988ZEstimated space to be consumed: 19.74 MB
1372026-05-19T01:48:08.988Z Create boot environment: No
1382026-05-19T01:48:08.988ZCreate backup boot environment: No
1392026-05-19T01:48:08.988Z Rebuild boot archive: No
1402026-05-19T01:48:08.988Z
1412026-05-19T01:48:08.988ZChanged packages:
1422026-05-19T01:48:08.988Zhelios
1432026-05-19T01:48:08.988Z developer/build-essential
1442026-05-19T01:48:08.988Z None -> 11-3.0
1452026-05-19T01:48:08.988Z library/libxmlsec1
1462026-05-19T01:48:08.988Z None -> 1.2.35-3.0
1472026-05-19T01:48:09.032Z
1482026-05-19T01:48:09.032ZDownload: 0/214 items 0.0/1.3MB 0% complete
1492026-05-19T01:48:10.319ZDownload: Completed 1.28 MB in 1.29 seconds (1019k/s)
1502026-05-19T01:48:10.385Z Actions: 1/268 actions (Installing new actions)
1512026-05-19T01:48:10.432Z Actions: Completed 268 actions in 0.05 seconds.
1522026-05-19T01:48:10.438ZFinalize: Updating package state database ... Done (0.005s)
1532026-05-19T01:48:10.438ZFinalize: Updating package cache ... Done (0.000s)
1542026-05-19T01:48:10.453ZFinalize: Updating image state ... Done (0.015s)
1552026-05-19T01:48:13.070ZFinalize: Creating fast lookup database ... Done (2.597s)
1562026-05-19T01:48:13.138ZFinalize: Reading search index ... Done (0.012s)
1572026-05-19T01:48:13.141ZFinalize: Updating search index ... Done (0.000s)
1582026-05-19T01:48:13.242ZFinalize: Updating package cache ... Done (0.000s)
1592026-05-19T01:48:13.533ZPlanning: Evaluating mediator changes ... Done
1602026-05-19T01:48:13.635ZPlanning: Checking for conflicting actions ... Done
1612026-05-19T01:48:13.638ZPlanning: Consolidating action changes ... Done
1622026-05-19T01:48:13.793ZPlanning: Evaluating mediators ... Done
1632026-05-19T01:48:13.796ZPlanning: Planning completed in 0.26 seconds
1642026-05-19T01:48:13.816Z Mediators to change: 2
1652026-05-19T01:48:13.816Z Create boot environment: No
1662026-05-19T01:48:13.816ZCreate backup boot environment: No
1672026-05-19T01:48:13.884ZFinalize: Updating package state database ... Done
1682026-05-19T01:48:13.884ZFinalize: Updating package cache ... Done
1692026-05-19T01:48:13.893ZFinalize: Updating image state ... Done
1702026-05-19T01:48:15.826ZFinalize: Creating fast lookup database ... Done
1712026-05-19T01:48:15.896ZFinalize: Reading search index ... Done
1722026-05-19T01:48:15.898ZFinalize: Updating search index ... Done
1732026-05-19T01:48:15.968ZFinalize: Updating package cache ... Done
1742026-05-19T01:48:16.249ZPlanning: Evaluating mediator changes ... Done
1752026-05-19T01:48:16.353ZPlanning: Checking for conflicting actions ... Done
1762026-05-19T01:48:16.356ZPlanning: Consolidating action changes ... Done
1772026-05-19T01:48:16.512ZPlanning: Evaluating mediators ... Done
1782026-05-19T01:48:16.515ZPlanning: Planning completed in 0.26 seconds
1792026-05-19T01:48:16.534Z Mediators to change: 1
1802026-05-19T01:48:16.534Z Create boot environment: No
1812026-05-19T01:48:16.537ZCreate backup boot environment: No
1822026-05-19T01:48:16.575ZFinalize: Updating package state database ... Done
1832026-05-19T01:48:16.575ZFinalize: Updating package cache ... Done
1842026-05-19T01:48:16.584ZFinalize: Updating image state ... Done
1852026-05-19T01:48:18.932ZFinalize: Creating fast lookup database ... Done
1862026-05-19T01:48:18.935ZFinalize: Reading search index ... Done
1872026-05-19T01:48:18.935ZFinalize: Updating search index ... Done
1882026-05-19T01:48:18.935ZFinalize: Updating package cache ... Done
1892026-05-19T01:48:18.987ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1902026-05-19T01:48:18.987Zapache system 2.4 system
1912026-05-19T01:48:18.987Zclang system 15 system
1922026-05-19T01:48:18.987Zcsh system system illumos
1932026-05-19T01:48:18.987Zctags system system illumos
1942026-05-19T01:48:18.987Zfile vendor vendor darwinsys
1952026-05-19T01:48:18.987Zfile system system illumos
1962026-05-19T01:48:18.987Zgcc vendor 14 vendor
1972026-05-19T01:48:18.988Zgcc system 13 system
1982026-05-19T01:48:18.988Zgcc system 10 system
1992026-05-19T01:48:18.988Zgo system 1.25 system
2002026-05-19T01:48:18.988Zllvm system 15 system
2012026-05-19T01:48:18.988Zmariadb system 11.4 system
2022026-05-19T01:48:18.988Zmta vendor vendor dma
2032026-05-19T01:48:18.988Zopenjdk system 17 system
2042026-05-19T01:48:18.988Zopenjdk system 11 system
2052026-05-19T01:48:18.988Zopenssl vendor 3 vendor
2062026-05-19T01:48:18.988Zperl system 5.40 system
2072026-05-19T01:48:18.988Zpostgresql system 18 system
2082026-05-19T01:48:18.988Zpostgresql system 17 system
2092026-05-19T01:48:18.988Zpython vendor 3 vendor
2102026-05-19T01:48:18.988Zpython system 2 system
2112026-05-19T01:48:18.988Zpython3 vendor 3.13 vendor
2122026-05-19T01:48:18.988Zruby system 3.4 system
2132026-05-19T01:48:18.988Zruby system 3.0 system
2142026-05-19T01:48:18.988Zwords vendor vendor american-english
2152026-05-19T01:48:18.988Zwords system system australian-english
2162026-05-19T01:48:18.989Zwords system system british-english
2172026-05-19T01:48:18.989Zwords system system canadian-english
2182026-05-19T01:48:18.989Zwords system system french
2192026-05-19T01:48:18.989Zwords system system italian
2202026-05-19T01:48:18.989Zwords system system ngerman
2212026-05-19T01:48:18.989Zwords system system ogerman
2222026-05-19T01:48:18.989Zwords system system spanish
2232026-05-19T01:48:19.241ZPUBLISHER TYPE STATUS P LOCATION
2242026-05-19T01:48:19.241Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2252026-05-19T01:48:19.512ZFMRI IFO
2262026-05-19T01:48:19.512Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2272026-05-19T01:48:19.512Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2282026-05-19T01:48:19.512Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2292026-05-19T01:48:19.512Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2302026-05-19T01:48:19.512Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2312026-05-19T01:48:19.512Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2322026-05-19T01:48:19.512Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2332026-05-19T01:48:19.512Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2342026-05-19T01:48:19.512Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2352026-05-19T01:48:19.751Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2362026-05-19T01:48:20.002Z Updating crates.io index
2372026-05-19T01:48:20.005Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2382026-05-19T01:48:20.492Z Updating git repository `https://github.com/oxidecomputer/lldp`
2392026-05-19T01:48:20.875Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2402026-05-19T01:48:21.342Z Updating git repository `https://github.com/oxidecomputer/propolis`
2412026-05-19T01:48:22.097Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2422026-05-19T01:48:22.556Z Updating git repository `https://github.com/oxidecomputer/crucible`
2432026-05-19T01:48:23.822Z Updating git repository `https://github.com/oxidecomputer/opte`
2442026-05-19T01:48:24.647Z Updating git repository `https://github.com/oxidecomputer/tofino`
2452026-05-19T01:48:24.935Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2462026-05-19T01:48:25.632Z Updating git repository `https://github.com/oxidecomputer/clickward`
2472026-05-19T01:48:26.252Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2482026-05-19T01:48:26.546Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2492026-05-19T01:48:26.904Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2502026-05-19T01:48:27.784Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2512026-05-19T01:48:28.230Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2522026-05-19T01:48:28.552Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-05-19T01:48:28.915Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2542026-05-19T01:48:29.303Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2552026-05-19T01:48:29.984Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2562026-05-19T01:48:30.219Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2572026-05-19T01:48:30.423Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2582026-05-19T01:48:30.670Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-05-19T01:48:31.091Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2602026-05-19T01:48:31.570Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2612026-05-19T01:48:31.932Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2622026-05-19T01:48:32.229Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2632026-05-19T01:48:32.512Z Updating git repository `https://github.com/oxidecomputer/ispf`
2642026-05-19T01:48:33.370Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2652026-05-19T01:48:33.914Z Updating git repository `https://github.com/oxidecomputer/crucible`
2662026-05-19T01:48:34.849Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2672026-05-19T01:48:35.284Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2682026-05-19T01:48:35.494Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2692026-05-19T01:48:35.977Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2702026-05-19T01:48:36.526Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2712026-05-19T01:48:37.323Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2722026-05-19T01:48:37.582Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2732026-05-19T01:48:37.832Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2742026-05-19T01:48:38.372Z Updating git repository `https://github.com/illumos/smf-rs`
2752026-05-19T01:48:39.004Z Updating git repository `https://github.com/oxidecomputer/omicron`
2762026-05-19T01:48:50.699Z Downloading crates ...
2772026-05-19T01:48:50.753Z Downloaded anstream v0.6.21
2782026-05-19T01:48:50.759Z Downloaded autocfg v1.5.0
2792026-05-19T01:48:50.762Z Downloaded anstyle v1.0.13
2802026-05-19T01:48:50.779Z Downloaded scroll_derive v0.12.1
2812026-05-19T01:48:50.782Z Downloaded block-buffer v0.10.4
2822026-05-19T01:48:50.782Z Downloaded idna_adapter v1.2.1
2832026-05-19T01:48:50.786Z Downloaded clap v4.5.60
2842026-05-19T01:48:50.789Z Downloaded thiserror-impl v2.0.18
2852026-05-19T01:48:50.791Z Downloaded bitflags v2.11.0
2862026-05-19T01:48:50.794Z Downloaded zerocopy v0.7.35
2872026-05-19T01:48:50.800Z Downloaded stable_deref_trait v1.2.1
2882026-05-19T01:48:50.805Z Downloaded pest_derive v2.8.6
2892026-05-19T01:48:50.805Z Downloaded ordered-float v2.10.1
2902026-05-19T01:48:50.805Z Downloaded smawk v0.3.2
2912026-05-19T01:48:50.808Z Downloaded dtrace-parser v0.2.0
2922026-05-19T01:48:50.808Z Downloaded heck v0.4.1
2932026-05-19T01:48:50.808Z Downloaded icu_provider v2.1.1
2942026-05-19T01:48:50.808Z Downloaded generic-array v0.14.7
2952026-05-19T01:48:50.808Z Downloaded pretty-hex v0.4.1
2962026-05-19T01:48:50.808Z Downloaded cfg-if v1.0.4
2972026-05-19T01:48:50.811Z Downloaded cpufeatures v0.2.17
2982026-05-19T01:48:50.814Z Downloaded fnv v1.0.7
2992026-05-19T01:48:50.817Z Downloaded unicode-linebreak v0.1.5
3002026-05-19T01:48:50.823Z Downloaded zerofrom v0.1.6
3012026-05-19T01:48:50.828Z Downloaded anstyle-query v1.1.5
3022026-05-19T01:48:50.828Z Downloaded usdt-impl v0.5.0
3032026-05-19T01:48:50.834Z Downloaded is_terminal_polyfill v1.70.2
3042026-05-19T01:48:50.834Z Downloaded unicode-ident v1.0.24
3052026-05-19T01:48:50.834Z Downloaded zerovec-derive v0.11.2
3062026-05-19T01:48:50.834Z Downloaded typeid v1.0.3
3072026-05-19T01:48:50.834Z Downloaded serde_tokenstream v0.2.3
3082026-05-19T01:48:50.834Z Downloaded thiserror-impl v1.0.69
3092026-05-19T01:48:50.837Z Downloaded fs-err v3.3.0
3102026-05-19T01:48:50.837Z Downloaded utf8parse v0.2.2
3112026-05-19T01:48:50.838Z Downloaded usdt-macro v0.5.0
3122026-05-19T01:48:50.838Z Downloaded itoa v1.0.17
3132026-05-19T01:48:50.838Z Downloaded zerofrom-derive v0.1.6
3142026-05-19T01:48:50.840Z Downloaded serde_spanned v0.6.9
3152026-05-19T01:48:50.840Z Downloaded errno v0.3.14
3162026-05-19T01:48:50.843Z Downloaded toml_write v0.1.2
3172026-05-19T01:48:50.843Z Downloaded tinystr v0.8.2
3182026-05-19T01:48:50.848Z Downloaded yoke v0.8.1
3192026-05-19T01:48:50.848Z Downloaded thiserror v2.0.18
3202026-05-19T01:48:50.852Z Downloaded proc-macro-error-attr v1.0.4
3212026-05-19T01:48:50.852Z Downloaded unicode-xid v0.2.6
3222026-05-19T01:48:50.852Z Downloaded toml v0.8.23
3232026-05-19T01:48:50.852Z Downloaded textwrap v0.16.2
3242026-05-19T01:48:50.855Z Downloaded yoke-derive v0.8.1
3252026-05-19T01:48:50.855Z Downloaded terminal_size v0.4.3
3262026-05-19T01:48:50.855Z Downloaded form_urlencoded v1.2.2
3272026-05-19T01:48:50.856Z Downloaded swrite v0.1.0
3282026-05-19T01:48:50.856Z Downloaded strsim v0.11.1
3292026-05-19T01:48:50.856Z Downloaded serde-value v0.7.0
3302026-05-19T01:48:50.856Z Downloaded equivalent v1.0.2
3312026-05-19T01:48:50.860Z Downloaded toml_edit v0.22.27
3322026-05-19T01:48:50.860Z Downloaded cargo-platform v0.2.0
3332026-05-19T01:48:50.860Z Downloaded usdt-attr-macro v0.5.0
3342026-05-19T01:48:50.864Z Downloaded potential_utf v0.1.4
3352026-05-19T01:48:50.864Z Downloaded tabled_derive v0.7.0
3362026-05-19T01:48:50.864Z Downloaded plain v0.2.3
3372026-05-19T01:48:50.864Z Downloaded heck v0.5.0
3382026-05-19T01:48:50.867Z Downloaded fastrand v2.3.0
3392026-05-19T01:48:50.867Z Downloaded version_check v0.9.5
3402026-05-19T01:48:50.867Z Downloaded utf8_iter v1.0.4
3412026-05-19T01:48:50.870Z Downloaded usdt v0.5.0
3422026-05-19T01:48:50.870Z Downloaded winnow v0.7.14
3432026-05-19T01:48:50.873Z Downloaded zerotrie v0.2.3
3442026-05-19T01:48:50.878Z Downloaded anstyle-parse v0.2.7
3452026-05-19T01:48:50.878Z Downloaded thread-id v4.2.2
3462026-05-19T01:48:50.880Z Downloaded toml_datetime v0.6.11
3472026-05-19T01:48:50.880Z Downloaded crypto-common v0.1.7
3482026-05-19T01:48:50.881Z Downloaded clap_lex v1.0.0
3492026-05-19T01:48:50.881Z Downloaded zmij v1.0.21
3502026-05-19T01:48:50.881Z Downloaded bytecount v0.6.9
3512026-05-19T01:48:50.884Z Downloaded dof v0.3.0
3522026-05-19T01:48:50.884Z Downloaded typenum v1.19.0
3532026-05-19T01:48:50.886Z Downloaded macaddr v1.0.1
3542026-05-19T01:48:50.886Z Downloaded colorchoice v1.0.4
3552026-05-19T01:48:50.889Z Downloaded percent-encoding v2.3.2
3562026-05-19T01:48:50.894Z Downloaded ucd-trie v0.1.7
3572026-05-19T01:48:50.896Z Downloaded displaydoc v0.2.5
3582026-05-19T01:48:50.901Z Downloaded writeable v0.6.2
3592026-05-19T01:48:50.905Z Downloaded thiserror v1.0.69
3602026-05-19T01:48:50.905Z Downloaded zerocopy-derive v0.7.35
3612026-05-19T01:48:50.908Z Downloaded memmap v0.7.0
3622026-05-19T01:48:50.908Z Downloaded url v2.5.8
3632026-05-19T01:48:50.911Z Downloaded synstructure v0.13.2
3642026-05-19T01:48:50.916Z Downloaded serde-untagged v0.1.9
3652026-05-19T01:48:50.921Z Downloaded zerovec v0.11.5
3662026-05-19T01:48:50.924Z Downloaded unicode-width v0.2.0
3672026-05-19T01:48:50.924Z Downloaded quote v1.0.45
3682026-05-19T01:48:50.924Z Downloaded unicode-width v0.1.14
3692026-05-19T01:48:50.928Z Downloaded digest v0.10.7
3702026-05-19T01:48:50.931Z Downloaded proc-macro-error v1.0.4
3712026-05-19T01:48:50.931Z Downloaded litemap v0.8.1
3722026-05-19T01:48:50.937Z Downloaded cargo_toml v0.21.0
3732026-05-19T01:48:50.943Z Downloaded clap_derive v4.5.55
3742026-05-19T01:48:50.955Z Downloaded serde_derive v1.0.228
3752026-05-19T01:48:50.963Z Downloaded smallvec v1.15.1
3762026-05-19T01:48:50.966Z Downloaded scroll v0.12.0
3772026-05-19T01:48:50.966Z Downloaded byteorder v1.5.0
3782026-05-19T01:48:50.968Z Downloaded tempfile v3.25.0
3792026-05-19T01:48:50.969Z Downloaded once_cell v1.21.3
3802026-05-19T01:48:50.974Z Downloaded camino-tempfile v1.4.1
3812026-05-19T01:48:50.976Z Downloaded semver v1.0.28
3822026-05-19T01:48:50.980Z Downloaded sha2 v0.10.9
3832026-05-19T01:48:50.983Z Downloaded erased-serde v0.4.9
3842026-05-19T01:48:50.991Z Downloaded icu_properties v2.1.2
3852026-05-19T01:48:50.994Z Downloaded camino v1.2.2
3862026-05-19T01:48:50.998Z Downloaded cargo_metadata v0.21.0
3872026-05-19T01:48:51.006Z Downloaded getrandom v0.4.1
3882026-05-19T01:48:51.009Z Downloaded pest_generator v2.8.6
3892026-05-19T01:48:51.011Z Downloaded icu_normalizer v2.1.1
3902026-05-19T01:48:51.011Z Downloaded icu_normalizer_data v2.1.1
3912026-05-19T01:48:51.014Z Downloaded cargo-util-schemas v0.8.2
3922026-05-19T01:48:51.017Z Downloaded serde_core v1.0.228
3932026-05-19T01:48:51.022Z Downloaded num-traits v0.2.19
3942026-05-19T01:48:51.025Z Downloaded papergrid v0.11.0
3952026-05-19T01:48:51.027Z Downloaded icu_collections v2.1.1
3962026-05-19T01:48:51.034Z Downloaded anyhow v1.0.102
3972026-05-19T01:48:51.036Z Downloaded icu_locale_core v2.1.1
3982026-05-19T01:48:51.039Z Downloaded proc-macro2 v1.0.106
3992026-05-19T01:48:51.045Z Downloaded pest_meta v2.8.6
4002026-05-19T01:48:51.049Z Downloaded serde v1.0.228
4012026-05-19T01:48:51.052Z Downloaded log v0.4.29
4022026-05-19T01:48:51.057Z Downloaded memchr v2.8.0
4032026-05-19T01:48:51.085Z Downloaded pest v2.8.6
4042026-05-19T01:48:51.087Z Downloaded indexmap v2.14.0
4052026-05-19T01:48:51.101Z Downloaded serde_json v1.0.149
4062026-05-19T01:48:51.104Z Downloaded icu_properties_data v2.1.2
4072026-05-19T01:48:51.109Z Downloaded idna v1.1.0
4082026-05-19T01:48:51.113Z Downloaded clap_builder v4.5.60
4092026-05-19T01:48:51.120Z Downloaded hashbrown v0.17.0
4102026-05-19T01:48:51.128Z Downloaded goblin v0.8.2
4112026-05-19T01:48:51.138Z Downloaded tabled v0.15.0
4122026-05-19T01:48:51.148Z Downloaded syn v1.0.109
4132026-05-19T01:48:51.168Z Downloaded syn v2.0.117
4142026-05-19T01:48:51.181Z Downloaded rustix v1.1.3
4152026-05-19T01:48:51.215Z Downloaded libc v0.2.185
4162026-05-19T01:48:51.281Z Compiling proc-macro2 v1.0.106
4172026-05-19T01:48:51.281Z Compiling quote v1.0.45
4182026-05-19T01:48:51.281Z Compiling unicode-ident v1.0.24
4192026-05-19T01:48:51.284Z Compiling serde_core v1.0.228
4202026-05-19T01:48:51.284Z Compiling libc v0.2.185
4212026-05-19T01:48:51.284Z Compiling version_check v0.9.5
4222026-05-19T01:48:51.284Z Compiling memchr v2.8.0
4232026-05-19T01:48:51.284Z Compiling serde v1.0.228
4242026-05-19T01:48:51.594Z Compiling stable_deref_trait v1.2.1
4252026-05-19T01:48:51.665Z Compiling zmij v1.0.21
4262026-05-19T01:48:51.784Z Compiling ucd-trie v0.1.7
4272026-05-19T01:48:52.012Z Compiling thiserror v1.0.69
4282026-05-19T01:48:52.037Z Compiling autocfg v1.5.0
4292026-05-19T01:48:52.089Z Compiling itoa v1.0.17
4302026-05-19T01:48:52.264Z Compiling pest v2.8.6
4312026-05-19T01:48:52.309Z Compiling writeable v0.6.2
4322026-05-19T01:48:52.352Z Compiling litemap v0.8.1
4332026-05-19T01:48:52.471Z Compiling byteorder v1.5.0
4342026-05-19T01:48:52.510Z Compiling icu_properties_data v2.1.2
4352026-05-19T01:48:52.538Z Compiling rustix v1.1.3
4362026-05-19T01:48:52.702Z Compiling icu_normalizer_data v2.1.1
4372026-05-19T01:48:52.846Z Compiling errno v0.3.14
4382026-05-19T01:48:52.875Z Compiling syn v2.0.117
4392026-05-19T01:48:52.917Z Compiling bitflags v2.11.0
4402026-05-19T01:48:52.956Z Compiling serde_json v1.0.149
4412026-05-19T01:48:53.155Z Compiling num-traits v0.2.19
4422026-05-19T01:48:53.188Z Compiling typeid v1.0.3
4432026-05-19T01:48:53.336Z Compiling pest_meta v2.8.6
4442026-05-19T01:48:53.393Z Compiling hashbrown v0.17.0
4452026-05-19T01:48:53.443Z Compiling equivalent v1.0.2
4462026-05-19T01:48:53.489Z Compiling smallvec v1.15.1
4472026-05-19T01:48:53.750Z Compiling thread-id v4.2.2
4482026-05-19T01:48:53.765Z Compiling usdt-impl v0.5.0
4492026-05-19T01:48:53.837Z Compiling proc-macro-error-attr v1.0.4
4502026-05-19T01:48:53.891Z Compiling toml_write v0.1.2
4512026-05-19T01:48:53.972Z Compiling indexmap v2.14.0
4522026-05-19T01:48:53.993Z Compiling erased-serde v0.4.9
4532026-05-19T01:48:54.018Z Compiling winnow v0.7.14
4542026-05-19T01:48:54.091Z Compiling syn v1.0.109
4552026-05-19T01:48:54.561Z Compiling proc-macro-error v1.0.4
4562026-05-19T01:48:54.615Z Compiling utf8_iter v1.0.4
4572026-05-19T01:48:54.790Z Compiling log v0.4.29
4582026-05-19T01:48:54.845Z Compiling camino v1.2.2
4592026-05-19T01:48:54.959Z Compiling getrandom v0.4.1
4602026-05-19T01:48:55.025Z Compiling thiserror v2.0.18
4612026-05-19T01:48:55.156Z Compiling utf8parse v0.2.2
4622026-05-19T01:48:55.196Z Compiling plain v0.2.3
4632026-05-19T01:48:55.197Z Compiling percent-encoding v2.3.2
4642026-05-19T01:48:55.214Z Compiling anstyle-parse v0.2.7
4652026-05-19T01:48:55.341Z Compiling form_urlencoded v1.2.2
4662026-05-19T01:48:55.421Z Compiling ordered-float v2.10.1
4672026-05-19T01:48:55.525Z Compiling terminal_size v0.4.3
4682026-05-19T01:48:55.573Z Compiling pretty-hex v0.4.1
4692026-05-19T01:48:55.649Z Compiling synstructure v0.13.2
4702026-05-19T01:48:55.699Z Compiling pest_generator v2.8.6
4712026-05-19T01:48:55.699Z Compiling colorchoice v1.0.4
4722026-05-19T01:48:55.723Z Compiling anstyle v1.0.13
4732026-05-19T01:48:55.782Z Compiling anstyle-query v1.1.5
4742026-05-19T01:48:55.842Z Compiling is_terminal_polyfill v1.70.2
4752026-05-19T01:48:55.866Z Compiling cfg-if v1.0.4
4762026-05-19T01:48:55.893Z Compiling serde-untagged v0.1.9
4772026-05-19T01:48:55.933Z Compiling anstream v0.6.21
4782026-05-19T01:48:56.122Z Compiling semver v1.0.28
4792026-05-19T01:48:56.185Z Compiling fs-err v3.3.0
4802026-05-19T01:48:56.268Z Compiling anyhow v1.0.102
4812026-05-19T01:48:56.339Z Compiling heck v0.4.1
4822026-05-19T01:48:56.369Z Compiling fnv v1.0.7
4832026-05-19T01:48:56.437Z Compiling bytecount v0.6.9
4842026-05-19T01:48:56.452Z Compiling unicode-width v0.1.14
4852026-05-19T01:48:56.469Z Compiling clap_lex v1.0.0
4862026-05-19T01:48:56.574Z Compiling strsim v0.11.1
4872026-05-19T01:48:56.587Z Compiling unicode-xid v0.2.6
4882026-05-19T01:48:56.692Z Compiling heck v0.5.0
4892026-05-19T01:48:56.709Z Compiling fastrand v2.3.0
4902026-05-19T01:48:56.724Z Compiling once_cell v1.21.3
4912026-05-19T01:48:56.858Z Compiling clap_builder v4.5.60
4922026-05-19T01:48:56.910Z Compiling tempfile v3.25.0
4932026-05-19T01:48:56.924Z Compiling papergrid v0.11.0
4942026-05-19T01:48:57.058Z Compiling memmap v0.7.0
4952026-05-19T01:48:57.150Z Compiling unicode-linebreak v0.1.5
4962026-05-19T01:48:57.228Z Compiling serde_derive v1.0.228
4972026-05-19T01:48:57.241Z Compiling zerofrom-derive v0.1.6
4982026-05-19T01:48:57.272Z Compiling yoke-derive v0.8.1
4992026-05-19T01:48:57.388Z Compiling zerovec-derive v0.11.2
5002026-05-19T01:48:57.462Z Compiling displaydoc v0.2.5
5012026-05-19T01:48:58.177Z Compiling thiserror-impl v1.0.69
5022026-05-19T01:48:58.300Z Compiling zerocopy-derive v0.7.35
5032026-05-19T01:48:58.443Z Compiling pest_derive v2.8.6
5042026-05-19T01:48:58.491Z Compiling scroll_derive v0.12.1
5052026-05-19T01:48:58.590Z Compiling zerofrom v0.1.6
5062026-05-19T01:48:58.768Z Compiling yoke v0.8.1
5072026-05-19T01:48:58.886Z Compiling thiserror-impl v2.0.18
5082026-05-19T01:48:58.956Z Compiling zerovec v0.11.5
5092026-05-19T01:48:59.121Z Compiling zerotrie v0.2.3
5102026-05-19T01:48:59.192Z Compiling zerocopy v0.7.35
5112026-05-19T01:48:59.434Z Compiling tinystr v0.8.2
5122026-05-19T01:48:59.461Z Compiling potential_utf v0.1.4
5132026-05-19T01:48:59.582Z Compiling icu_collections v2.1.1
5142026-05-19T01:48:59.631Z Compiling icu_locale_core v2.1.1
5152026-05-19T01:48:59.647Z Compiling dtrace-parser v0.2.0
5162026-05-19T01:48:59.754Z Compiling scroll v0.12.0
5172026-05-19T01:48:59.894Z Compiling tabled_derive v0.7.0
5182026-05-19T01:49:00.007Z Compiling goblin v0.8.2
5192026-05-19T01:49:00.026Z Compiling clap_derive v4.5.55
5202026-05-19T01:49:00.060Z Compiling smawk v0.3.2
5212026-05-19T01:49:00.324Z Compiling icu_provider v2.1.1
5222026-05-19T01:49:00.388Z Compiling unicode-width v0.2.0
5232026-05-19T01:49:00.616Z Compiling icu_properties v2.1.2
5242026-05-19T01:49:00.631Z Compiling icu_normalizer v2.1.1
5252026-05-19T01:49:00.655Z Compiling toml_datetime v0.6.11
5262026-05-19T01:49:00.702Z Compiling serde_spanned v0.6.9
5272026-05-19T01:49:00.804Z Compiling dof v0.3.0
5282026-05-19T01:49:00.847Z Compiling toml_edit v0.22.27
5292026-05-19T01:49:00.862Z Compiling serde_tokenstream v0.2.3
5302026-05-19T01:49:00.906Z Compiling serde-value v0.7.0
5312026-05-19T01:49:01.171Z Compiling cargo-platform v0.2.0
5322026-05-19T01:49:01.185Z Compiling tabled v0.15.0
5332026-05-19T01:49:01.261Z Compiling textwrap v0.16.2
5342026-05-19T01:49:01.438Z Compiling idna_adapter v1.2.1
5352026-05-19T01:49:01.581Z Compiling idna v1.1.0
5362026-05-19T01:49:01.665Z Compiling macaddr v1.0.1
5372026-05-19T01:49:01.716Z Compiling camino-tempfile v1.4.1
5382026-05-19T01:49:01.747Z Compiling clap v4.5.60
5392026-05-19T01:49:01.762Z Compiling usdt-attr-macro v0.5.0
5402026-05-19T01:49:01.829Z Compiling usdt-macro v0.5.0
5412026-05-19T01:49:01.882Z Compiling url v2.5.8
5422026-05-19T01:49:02.225Z Compiling toml v0.8.23
5432026-05-19T01:49:02.430Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5442026-05-19T01:49:02.458Z Compiling swrite v0.1.0
5452026-05-19T01:49:02.640Z Compiling cargo-util-schemas v0.8.2
5462026-05-19T01:49:02.787Z Compiling cargo_toml v0.21.0
5472026-05-19T01:49:02.977Z Compiling usdt v0.5.0
5482026-05-19T01:49:03.522Z Compiling cargo_metadata v0.21.0
5492026-05-19T01:49:04.451Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5502026-05-19T01:49:06.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.92s
5512026-05-19T01:49:06.749Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5522026-05-19T01:49:07.305Z Downloading crates ...
5532026-05-19T01:49:07.417Z Downloaded crunchy v0.2.4
5542026-05-19T01:49:07.420Z Downloaded crucible-workspace-hack v0.1.0
5552026-05-19T01:49:07.420Z Downloaded cstr-argument v0.1.2
5562026-05-19T01:49:07.420Z Downloaded bitfield-struct v0.6.2
5572026-05-19T01:49:07.448Z Downloaded chacha20 v0.9.1
5582026-05-19T01:49:07.448Z Downloaded cargo_metadata v0.19.2
5592026-05-19T01:49:07.450Z Downloaded crc32fast v1.5.0
5602026-05-19T01:49:07.450Z Downloaded async-trait v0.1.89
5612026-05-19T01:49:07.450Z Downloaded env_filter v1.0.0
5622026-05-19T01:49:07.450Z Downloaded ecdsa v0.16.9
5632026-05-19T01:49:07.450Z Downloaded cexpr v0.6.0
5642026-05-19T01:49:07.450Z Downloaded corncobs v0.1.4
5652026-05-19T01:49:07.450Z Downloaded crypto-bigint v0.5.5
5662026-05-19T01:49:07.450Z Downloaded console v0.16.2
5672026-05-19T01:49:07.450Z Downloaded async-recursion v1.1.1
5682026-05-19T01:49:07.451Z Downloaded ctr v0.9.2
5692026-05-19T01:49:07.457Z Downloaded colored v2.2.0
5702026-05-19T01:49:07.457Z Downloaded bzip2 v0.4.4
5712026-05-19T01:49:07.457Z Downloaded bitfield v0.19.4
5722026-05-19T01:49:07.457Z Downloaded bcs v0.1.6
5732026-05-19T01:49:07.457Z Downloaded allocator-api2 v0.2.21
5742026-05-19T01:49:07.457Z Downloaded arc-swap v1.8.2
5752026-05-19T01:49:07.461Z Downloaded flagset v0.4.7
5762026-05-19T01:49:07.462Z Downloaded curve25519-dalek-derive v0.1.1
5772026-05-19T01:49:07.462Z Downloaded aes v0.8.4
5782026-05-19T01:49:07.466Z Downloaded dropshot_endpoint v0.16.7
5792026-05-19T01:49:07.466Z Downloaded dirs-next v2.0.0
5802026-05-19T01:49:07.466Z Downloaded derive_builder_core v0.20.2
5812026-05-19T01:49:07.470Z Downloaded clang-sys v1.8.1
5822026-05-19T01:49:07.470Z Downloaded cobs v0.3.0
5832026-05-19T01:49:07.474Z Downloaded compression-codecs v0.4.37
5842026-05-19T01:49:07.474Z Downloaded dyn-clone v1.0.20
5852026-05-19T01:49:07.474Z Downloaded difflib v0.4.0
5862026-05-19T01:49:07.478Z Downloaded debug-ignore v1.0.5
5872026-05-19T01:49:07.478Z Downloaded darling v0.21.3
5882026-05-19T01:49:07.481Z Downloaded daft v0.1.5
5892026-05-19T01:49:07.481Z Downloaded funty v2.0.0
5902026-05-19T01:49:07.484Z Downloaded downcast-rs v2.0.2
5912026-05-19T01:49:07.485Z Downloaded foreign-types v0.5.0
5922026-05-19T01:49:07.485Z Downloaded endian-type v0.1.2
5932026-05-19T01:49:07.485Z Downloaded darling_macro v0.20.11
5942026-05-19T01:49:07.489Z Downloaded expectorate v1.2.0
5952026-05-19T01:49:07.489Z Downloaded crc v3.4.0
5962026-05-19T01:49:07.489Z Downloaded defmt v1.0.1
5972026-05-19T01:49:07.492Z Downloaded convert_case v0.10.0
5982026-05-19T01:49:07.492Z Downloaded dirs-sys-next v0.1.2
5992026-05-19T01:49:07.494Z Downloaded darling_macro v0.21.3
6002026-05-19T01:49:07.494Z Downloaded crc8 v0.1.1
6012026-05-19T01:49:07.494Z Downloaded crc-catalog v2.4.0
6022026-05-19T01:49:07.497Z Downloaded diesel_table_macro_syntax v0.3.0
6032026-05-19T01:49:07.497Z Downloaded chacha20 v0.10.0
6042026-05-19T01:49:07.500Z Downloaded cbc v0.1.2
6052026-05-19T01:49:07.500Z Downloaded document-features v0.2.12
6062026-05-19T01:49:07.503Z Downloaded float-ord v0.3.2
6072026-05-19T01:49:07.503Z Downloaded colored v3.1.1
6082026-05-19T01:49:07.506Z Downloaded embedded-io v0.4.0
6092026-05-19T01:49:07.506Z Downloaded aead v0.5.2
6102026-05-19T01:49:07.506Z Downloaded defmt-parser v1.0.0
6112026-05-19T01:49:07.510Z Downloaded atty v0.2.14
6122026-05-19T01:49:07.510Z Downloaded derive-ex v0.1.8
6132026-05-19T01:49:07.510Z Downloaded darling_core v0.23.0
6142026-05-19T01:49:07.516Z Downloaded dsl_auto_type v0.2.0
6152026-05-19T01:49:07.519Z Downloaded dtrace-parser v0.3.0
6162026-05-19T01:49:07.519Z Downloaded adler2 v2.0.1
6172026-05-19T01:49:07.519Z Downloaded darling_core v0.21.3
6182026-05-19T01:49:07.521Z Downloaded foreign-types v0.3.2
6192026-05-19T01:49:07.521Z Downloaded display-error-chain v0.2.2
6202026-05-19T01:49:07.521Z Downloaded cargo-platform v0.1.9
6212026-05-19T01:49:07.524Z Downloaded foreign-types-macros v0.2.3
6222026-05-19T01:49:07.524Z Downloaded block-padding v0.3.3
6232026-05-19T01:49:07.524Z Downloaded cfg_aliases v0.1.1
6242026-05-19T01:49:07.524Z Downloaded atomicwrites v0.4.4
6252026-05-19T01:49:07.527Z Downloaded bitfield-macros v0.19.4
6262026-05-19T01:49:07.527Z Downloaded async-stream v0.3.6
6272026-05-19T01:49:07.530Z Downloaded convert_case v0.4.0
6282026-05-19T01:49:07.531Z Downloaded bb8 v0.8.6
6292026-05-19T01:49:07.531Z Downloaded ascii-canvas v3.0.0
6302026-05-19T01:49:07.531Z Downloaded cpufeatures v0.3.0
6312026-05-19T01:49:07.533Z Downloaded dunce v1.0.5
6322026-05-19T01:49:07.533Z Downloaded bit-set v0.8.0
6332026-05-19T01:49:07.533Z Downloaded crc-any v2.5.0
6342026-05-19T01:49:07.536Z Downloaded cookie v0.18.1
6352026-05-19T01:49:07.536Z Downloaded float-cmp v0.10.0
6362026-05-19T01:49:07.539Z Downloaded dof v0.4.0
6372026-05-19T01:49:07.539Z Downloaded fd-lock v4.0.4
6382026-05-19T01:49:07.542Z Downloaded defmt v0.3.100
6392026-05-19T01:49:07.542Z Downloaded base16ct v0.2.0
6402026-05-19T01:49:07.542Z Downloaded atomic-waker v1.1.2
6412026-05-19T01:49:07.546Z Downloaded async-stream-impl v0.3.6
6422026-05-19T01:49:07.546Z Downloaded assert_matches v1.5.0
6432026-05-19T01:49:07.546Z Downloaded ar_archive_writer v0.5.1
6442026-05-19T01:49:07.549Z Downloaded cfg_aliases v0.2.1
6452026-05-19T01:49:07.549Z Downloaded chacha20poly1305 v0.10.1
6462026-05-19T01:49:07.549Z Downloaded ff v0.13.1
6472026-05-19T01:49:07.552Z Downloaded deranged v0.5.8
6482026-05-19T01:49:07.552Z Downloaded foldhash v0.1.5
6492026-05-19T01:49:07.556Z Downloaded darling_core v0.20.11
6502026-05-19T01:49:07.556Z Downloaded arrayref v0.3.9
6512026-05-19T01:49:07.559Z Downloaded daft-derive v0.1.5
6522026-05-19T01:49:07.559Z Downloaded csv-core v0.1.13
6532026-05-19T01:49:07.559Z Downloaded buf-list v1.1.2
6542026-05-19T01:49:07.562Z Downloaded fixedbitset v0.4.2
6552026-05-19T01:49:07.562Z Downloaded derive_builder_macro v0.20.2
6562026-05-19T01:49:07.563Z Downloaded const_format_proc_macros v0.2.34
6572026-05-19T01:49:07.566Z Downloaded blowfish v0.9.1
6582026-05-19T01:49:07.566Z Downloaded castaway v0.2.4
6592026-05-19T01:49:07.566Z Downloaded headers-core v0.3.0
6602026-05-19T01:49:07.569Z Downloaded embedded-io v0.6.1
6612026-05-19T01:49:07.569Z Downloaded futures-io v0.3.32
6622026-05-19T01:49:07.569Z Downloaded enum-as-inner v0.6.1
6632026-05-19T01:49:07.569Z Downloaded foreign-types-shared v0.1.1
6642026-05-19T01:49:07.572Z Downloaded bcrypt-pbkdf v0.10.0
6652026-05-19T01:49:07.572Z Downloaded foreign-types-shared v0.3.1
6662026-05-19T01:49:07.572Z Downloaded bit-set v0.5.3
6672026-05-19T01:49:07.575Z Downloaded futures-sink v0.3.32
6682026-05-19T01:49:07.575Z Downloaded compression-core v0.4.31
6692026-05-19T01:49:07.575Z Downloaded constant_time_eq v0.4.2
6702026-05-19T01:49:07.578Z Downloaded globwalk v0.9.1
6712026-05-19T01:49:07.578Z Downloaded console v0.15.11
6722026-05-19T01:49:07.578Z Downloaded hash32 v0.2.1
6732026-05-19T01:49:07.580Z Downloaded gethostname v0.5.0
6742026-05-19T01:49:07.580Z Downloaded cookie_store v0.22.1
6752026-05-19T01:49:07.583Z Downloaded futures-task v0.3.32
6762026-05-19T01:49:07.583Z Downloaded home v0.5.12
6772026-05-19T01:49:07.583Z Downloaded hex v0.4.3
6782026-05-19T01:49:07.590Z Downloaded blake2 v0.10.6
6792026-05-19T01:49:07.590Z Downloaded cmake v0.1.57
6802026-05-19T01:49:07.590Z Downloaded bit-vec v0.8.0
6812026-05-19T01:49:07.593Z Downloaded fxhash v0.2.1
6822026-05-19T01:49:07.594Z Downloaded fixedbitset v0.5.7
6832026-05-19T01:49:07.594Z Downloaded diesel-dtrace v0.5.0
6842026-05-19T01:49:07.594Z Downloaded ghash v0.5.1
6852026-05-19T01:49:07.594Z Downloaded erased-serde v0.3.31
6862026-05-19T01:49:07.594Z Downloaded cassowary v0.3.0
6872026-05-19T01:49:07.597Z Downloaded der_derive v0.7.3
6882026-05-19T01:49:07.597Z Downloaded cipher v0.4.4
6892026-05-19T01:49:07.597Z Downloaded bit-vec v0.6.3
6902026-05-19T01:49:07.597Z Downloaded arrayvec v0.7.6
6912026-05-19T01:49:07.600Z Downloaded argon2 v0.5.3
6922026-05-19T01:49:07.600Z Downloaded ciborium-ll v0.2.2
6932026-05-19T01:49:07.605Z Downloaded array-init v0.0.4
6942026-05-19T01:49:07.605Z Downloaded ciborium-io v0.2.2
6952026-05-19T01:49:07.605Z Downloaded darling_macro v0.23.0
6962026-05-19T01:49:07.605Z Downloaded aho-corasick v1.1.4
6972026-05-19T01:49:07.608Z Downloaded find-msvc-tools v0.1.9
6982026-05-19T01:49:07.608Z Downloaded data-encoding v2.10.0
6992026-05-19T01:49:07.609Z Downloaded bitflags v1.3.2
7002026-05-19T01:49:07.612Z Downloaded foldhash v0.2.0
7012026-05-19T01:49:07.612Z Downloaded byte-wrapper v0.1.0
7022026-05-19T01:49:07.616Z Downloaded backoff v0.4.0
7032026-05-19T01:49:07.620Z Downloaded http-body v1.0.1
7042026-05-19T01:49:07.620Z Downloaded hostname v0.4.2
7052026-05-19T01:49:07.620Z Downloaded hostname v0.3.1
7062026-05-19T01:49:07.620Z Downloaded env_logger v0.11.9
7072026-05-19T01:49:07.623Z Downloaded http-range v0.1.5
7082026-05-19T01:49:07.623Z Downloaded indent_write v2.2.0
7092026-05-19T01:49:07.623Z Downloaded git-stub v1.0.0
7102026-05-19T01:49:07.626Z Downloaded hex-literal v0.4.1
7112026-05-19T01:49:07.629Z Downloaded inout v0.1.4
7122026-05-19T01:49:07.629Z Downloaded git-stub-vcs v0.1.0
7132026-05-19T01:49:07.633Z Downloaded globset v0.4.18
7142026-05-19T01:49:07.633Z Downloaded hubpack_derive v0.1.1
7152026-05-19T01:49:07.636Z Downloaded filetime v0.2.27
7162026-05-19T01:49:07.636Z Downloaded fs_extra v1.3.0
7172026-05-19T01:49:07.636Z Downloaded ed25519 v2.2.3
7182026-05-19T01:49:07.636Z Downloaded ena v0.14.4
7192026-05-19T01:49:07.639Z Downloaded futures-executor v0.3.32
7202026-05-19T01:49:07.639Z Downloaded async-bb8-diesel v0.2.1
7212026-05-19T01:49:07.639Z Downloaded fallible-iterator v0.2.0
7222026-05-19T01:49:07.642Z Downloaded ident_case v1.0.1
7232026-05-19T01:49:07.642Z Downloaded illumos-nvpair-sys v0.2.0
7242026-05-19T01:49:07.642Z Downloaded hash32 v0.3.1
7252026-05-19T01:49:07.645Z Downloaded futures-macro v0.3.32
7262026-05-19T01:49:07.645Z Downloaded fs-err v2.11.0
7272026-05-19T01:49:07.645Z Downloaded dropshot-api-manager-types v0.7.1
7282026-05-19T01:49:07.649Z Downloaded is_ci v1.2.0
7292026-05-19T01:49:07.649Z Downloaded instability v0.3.11
7302026-05-19T01:49:07.649Z Downloaded backon v1.6.0
7312026-05-19T01:49:07.653Z Downloaded keccak v0.1.6
7322026-05-19T01:49:07.653Z Downloaded instant v0.1.13
7332026-05-19T01:49:07.653Z Downloaded glob v0.3.3
7342026-05-19T01:49:07.653Z Downloaded indoc v1.0.9
7352026-05-19T01:49:07.656Z Downloaded is-terminal v0.4.17
7362026-05-19T01:49:07.656Z Downloaded internet-checksum v0.2.1
7372026-05-19T01:49:07.659Z Downloaded lalrpop-util v0.19.12
7382026-05-19T01:49:07.659Z Downloaded cancel-safe-futures v0.1.5
7392026-05-19T01:49:07.664Z Downloaded bzip2 v0.6.1
7402026-05-19T01:49:07.664Z Downloaded base64 v0.21.7
7412026-05-19T01:49:07.664Z Downloaded highway v1.3.0
7422026-05-19T01:49:07.667Z Downloaded kstat-rs v0.2.4
7432026-05-19T01:49:07.667Z Downloaded group v0.13.0
7442026-05-19T01:49:07.670Z Downloaded derive_builder v0.20.2
7452026-05-19T01:49:07.673Z Downloaded defmt-macros v1.0.1
7462026-05-19T01:49:07.676Z Downloaded des v0.8.1
7472026-05-19T01:49:07.676Z Downloaded const-oid v0.9.6
7482026-05-19T01:49:07.681Z Downloaded ipnetwork v0.21.1
7492026-05-19T01:49:07.681Z Downloaded crossbeam-utils v0.8.21
7502026-05-19T01:49:07.686Z Downloaded ingot-types v0.1.2
7512026-05-19T01:49:07.686Z Downloaded md-5 v0.10.6
7522026-05-19T01:49:07.690Z Downloaded libscf-sys v1.1.0
7532026-05-19T01:49:07.690Z Downloaded lazy_static v1.5.0
7542026-05-19T01:49:07.690Z Downloaded memoffset v0.9.1
7552026-05-19T01:49:07.690Z Downloaded managed v0.8.0
7562026-05-19T01:49:07.690Z Downloaded hubpack v0.1.2
7572026-05-19T01:49:07.690Z Downloaded linked-hash-map v0.5.6
7582026-05-19T01:49:07.695Z Downloaded half v1.8.3
7592026-05-19T01:49:07.695Z Downloaded getrandom v0.2.17
7602026-05-19T01:49:07.695Z Downloaded darling v0.20.11
7612026-05-19T01:49:07.699Z Downloaded lru-slab v0.1.2
7622026-05-19T01:49:07.699Z Downloaded hyper-tls v0.6.0
7632026-05-19T01:49:07.699Z Downloaded ipnet v2.11.0
7642026-05-19T01:49:07.699Z Downloaded indoc v2.0.7
7652026-05-19T01:49:07.702Z Downloaded maybe-uninit v2.0.0
7662026-05-19T01:49:07.702Z Downloaded httpdate v1.0.3
7672026-05-19T01:49:07.705Z Downloaded illumos-nvpair v0.3.0
7682026-05-19T01:49:07.705Z Downloaded mime v0.3.17
7692026-05-19T01:49:07.705Z Downloaded md5 v0.7.0
7702026-05-19T01:49:07.705Z Downloaded impl-trait-for-tuples v0.2.3
7712026-05-19T01:49:07.708Z Downloaded lzss v0.8.2
7722026-05-19T01:49:07.708Z Downloaded lru-cache v0.1.2
7732026-05-19T01:49:07.711Z Downloaded either v1.15.0
7742026-05-19T01:49:07.711Z Downloaded match_cfg v0.1.0
7752026-05-19T01:49:07.711Z Downloaded ahash v0.8.12
7762026-05-19T01:49:07.716Z Downloaded hyper-staticfile v0.10.1
7772026-05-19T01:49:07.716Z Downloaded jobserver v0.1.34
7782026-05-19T01:49:07.716Z Downloaded ciborium v0.2.2
7792026-05-19T01:49:07.720Z Downloaded http-body-util v0.1.3
7802026-05-19T01:49:07.720Z Downloaded hmac v0.12.1
7812026-05-19T01:49:07.720Z Downloaded crossbeam-deque v0.8.6
7822026-05-19T01:49:07.723Z Downloaded maplit v1.0.2
7832026-05-19T01:49:07.723Z Downloaded futures-core v0.3.32
7842026-05-19T01:49:07.723Z Downloaded diff v0.1.13
7852026-05-19T01:49:07.723Z Downloaded newline-converter v0.3.0
7862026-05-19T01:49:07.726Z Downloaded newtype_derive v0.1.6
7872026-05-19T01:49:07.726Z Downloaded new_debug_unreachable v1.0.6
7882026-05-19T01:49:07.726Z Downloaded nibble_vec v0.1.0
7892026-05-19T01:49:07.726Z Downloaded libsw v3.5.0
7902026-05-19T01:49:07.732Z Downloaded libloading v0.8.9
7912026-05-19T01:49:07.732Z Downloaded normalize-line-endings v0.3.0
7922026-05-19T01:49:07.733Z Downloaded libsw-core v0.3.2
7932026-05-19T01:49:07.738Z Downloaded multimap v0.10.1
7942026-05-19T01:49:07.738Z Downloaded ingot v0.1.1
7952026-05-19T01:49:07.738Z Downloaded num-iter v0.1.45
7962026-05-19T01:49:07.738Z Downloaded iana-time-zone v0.1.65
7972026-05-19T01:49:07.738Z Downloaded drift v0.1.4
7982026-05-19T01:49:07.741Z Downloaded opaque-debug v0.3.1
7992026-05-19T01:49:07.744Z Downloaded crossbeam-epoch v0.9.18
8002026-05-19T01:49:07.744Z Downloaded lock_api v0.4.14
8012026-05-19T01:49:07.744Z Downloaded derive_more v0.99.20
8022026-05-19T01:49:07.747Z Downloaded num_threads v0.1.7
8032026-05-19T01:49:07.750Z Downloaded elliptic-curve v0.13.8
8042026-05-19T01:49:07.750Z Downloaded futures v0.3.32
8052026-05-19T01:49:07.753Z Downloaded num-conv v0.2.0
8062026-05-19T01:49:07.755Z Downloaded nodrop v0.1.14
8072026-05-19T01:49:07.755Z Downloaded num-derive v0.3.3
8082026-05-19T01:49:07.755Z Downloaded httparse v1.10.1
8092026-05-19T01:49:07.758Z Downloaded olpc-cjson v0.1.4
8102026-05-19T01:49:07.758Z Downloaded num v0.4.3
8112026-05-19T01:49:07.761Z Downloaded dropshot_endpoint v0.17.0
8122026-05-19T01:49:07.761Z Downloaded num-derive v0.4.2
8132026-05-19T01:49:07.764Z Downloaded hyper-rustls v0.27.7
8142026-05-19T01:49:07.764Z Downloaded openssl-probe v0.2.1
8152026-05-19T01:49:07.766Z Downloaded ed25519-dalek v2.2.0
8162026-05-19T01:49:07.767Z Downloaded linear-map v1.2.0
8172026-05-19T01:49:07.769Z Downloaded base64 v0.22.1
8182026-05-19T01:49:07.772Z Downloaded openssl-macros v0.1.1
8192026-05-19T01:49:07.772Z Downloaded mime_guess v2.0.5
8202026-05-19T01:49:07.772Z Downloaded newtype-uuid-macros v0.1.0
8212026-05-19T01:49:07.772Z Downloaded multer v3.1.0
8222026-05-19T01:49:07.775Z Downloaded oso-derive v0.27.3
8232026-05-19T01:49:07.775Z Downloaded openssl-probe v0.1.6
8242026-05-19T01:49:07.775Z Downloaded packed_struct_codegen v0.10.1
8252026-05-19T01:49:07.778Z Downloaded derive-where v1.6.0
8262026-05-19T01:49:07.781Z Downloaded lru v0.12.5
8272026-05-19T01:49:07.781Z Downloaded nanorand v0.7.0
8282026-05-19T01:49:07.781Z Downloaded libefi-sys v0.1.0
8292026-05-19T01:49:07.784Z Downloaded compact_str v0.8.1
8302026-05-19T01:49:07.786Z Downloaded memmap2 v0.9.10
8312026-05-19T01:49:07.786Z Downloaded diesel_derives v2.3.7
8322026-05-19T01:49:07.789Z Downloaded num_enum_derive v0.5.11
8332026-05-19T01:49:07.792Z Downloaded num-rational v0.4.2
8342026-05-19T01:49:07.792Z Downloaded futures-channel v0.3.32
8352026-05-19T01:49:07.792Z Downloaded num-integer v0.1.46
8362026-05-19T01:49:07.794Z Downloaded indexmap v1.9.3
8372026-05-19T01:49:07.798Z Downloaded native-tls v0.2.18
8382026-05-19T01:49:07.798Z Downloaded base64ct v1.8.3
8392026-05-19T01:49:07.801Z Downloaded parse-display v0.10.0
8402026-05-19T01:49:07.801Z Downloaded camino-tempfile-ext v0.3.3
8412026-05-19T01:49:07.801Z Downloaded critical-section v1.2.0
8422026-05-19T01:49:07.801Z Downloaded humantime v2.3.0
8432026-05-19T01:49:07.804Z Downloaded half v2.7.1
8442026-05-19T01:49:07.807Z Downloaded fatfs v0.3.6
8452026-05-19T01:49:07.823Z Downloaded pin-utils v0.1.0
8462026-05-19T01:49:07.826Z Downloaded litrs v1.0.0
8472026-05-19T01:49:07.826Z Downloaded predicates-tree v1.0.13
8482026-05-19T01:49:07.829Z Downloaded ingot-macros v0.1.1
8492026-05-19T01:49:07.829Z Downloaded getrandom v0.3.4
8502026-05-19T01:49:07.832Z Downloaded flate2 v1.1.9
8512026-05-19T01:49:07.834Z Downloaded precomputed-hash v0.1.1
8522026-05-19T01:49:07.835Z Downloaded aes-gcm v0.10.3
8532026-05-19T01:49:07.837Z Downloaded oxnet v0.1.4
8542026-05-19T01:49:07.837Z Downloaded num_enum_derive v0.7.5
8552026-05-19T01:49:07.840Z Downloaded path-slash v0.1.5
8562026-05-19T01:49:07.840Z Downloaded peg-runtime v0.8.5
8572026-05-19T01:49:07.840Z Downloaded predicates-core v1.0.10
8582026-05-19T01:49:07.840Z Downloaded progenitor-client v0.11.2
8592026-05-19T01:49:07.843Z Downloaded nonempty v0.12.0
8602026-05-19T01:49:07.843Z Downloaded owo-colors v4.3.0
8612026-05-19T01:49:07.844Z Downloaded oxide-tokio-rt v0.1.4
8622026-05-19T01:49:07.847Z Downloaded proc-macro-error-attr2 v2.0.0
8632026-05-19T01:49:07.847Z Downloaded proc-macro-crate v1.3.1
8642026-05-19T01:49:07.847Z Downloaded powerfmt v0.2.0
8652026-05-19T01:49:07.847Z Downloaded const_format v0.2.35
8662026-05-19T01:49:07.850Z Downloaded headers v0.4.1
8672026-05-19T01:49:07.853Z Downloaded async-compression v0.4.41
8682026-05-19T01:49:07.856Z Downloaded proc-macro-crate v3.4.0
8692026-05-19T01:49:07.859Z Downloaded pbkdf2 v0.12.2
8702026-05-19T01:49:07.859Z Downloaded password-hash v0.5.0
8712026-05-19T01:49:07.864Z Downloaded progenitor-client v0.10.0
8722026-05-19T01:49:07.864Z Downloaded heapless v0.7.17
8732026-05-19T01:49:07.864Z Downloaded pbkdf2 v0.11.0
8742026-05-19T01:49:07.867Z Downloaded nu-ansi-term v0.50.3
8752026-05-19T01:49:07.867Z Downloaded num_enum v0.7.5
8762026-05-19T01:49:07.869Z Downloaded pem v3.0.6
8772026-05-19T01:49:07.870Z Downloaded progenitor-macro v0.13.0
8782026-05-19T01:49:07.872Z Downloaded progenitor-macro v0.11.2
8792026-05-19T01:49:07.872Z Downloaded password-hash v0.4.2
8802026-05-19T01:49:07.872Z Downloaded cc v1.2.56
8812026-05-19T01:49:07.875Z Downloaded num_enum v0.5.11
8822026-05-19T01:49:07.878Z Downloaded progenitor-macro v0.14.0
8832026-05-19T01:49:07.878Z Downloaded radium v0.7.0
8842026-05-19T01:49:07.878Z Downloaded bumpalo v3.20.2
8852026-05-19T01:49:07.881Z Downloaded crossbeam-channel v0.5.15
8862026-05-19T01:49:07.885Z Downloaded progenitor-macro v0.10.0
8872026-05-19T01:49:07.885Z Downloaded phf_shared v0.12.1
8882026-05-19T01:49:07.885Z Downloaded polyval v0.6.2
8892026-05-19T01:49:07.888Z Downloaded phf v0.12.1
8902026-05-19T01:49:07.888Z Downloaded peg v0.8.5
8912026-05-19T01:49:07.891Z Downloaded rand_chacha v0.3.1
8922026-05-19T01:49:07.891Z Downloaded paste v1.0.15
8932026-05-19T01:49:07.894Z Downloaded quick-error v1.2.3
8942026-05-19T01:49:07.894Z Downloaded parse-display-derive v0.10.0
8952026-05-19T01:49:07.894Z Downloaded omicron-zone-package v0.12.2
8962026-05-19T01:49:07.897Z Downloaded ignore v0.4.25
8972026-05-19T01:49:07.897Z Downloaded predicates v3.1.4
8982026-05-19T01:49:07.900Z Downloaded pkcs8 v0.10.2
8992026-05-19T01:49:07.900Z Downloaded pin-project-lite v0.2.17
9002026-05-19T01:49:07.903Z Downloaded primeorder v0.13.6
9012026-05-19T01:49:07.906Z Downloaded poly1305 v0.8.0
9022026-05-19T01:49:07.906Z Downloaded psl-types v2.0.11
9032026-05-19T01:49:07.906Z Downloaded postgres-protocol v0.6.10
9042026-05-19T01:49:07.909Z Downloaded packed_struct v0.10.1
9052026-05-19T01:49:07.909Z Downloaded rand_xorshift v0.4.0
9062026-05-19T01:49:07.909Z Downloaded progenitor v0.14.0
9072026-05-19T01:49:07.912Z Downloaded pkg-config v0.3.32
9082026-05-19T01:49:07.912Z Downloaded pin-project-internal v1.1.11
9092026-05-19T01:49:07.914Z Downloaded phf v0.13.1
9102026-05-19T01:49:07.914Z Downloaded parking_lot_core v0.8.6
9112026-05-19T01:49:07.914Z Downloaded flume v0.11.1
9122026-05-19T01:49:07.917Z Downloaded darling v0.23.0
9132026-05-19T01:49:07.920Z Downloaded recursive v0.1.1
9142026-05-19T01:49:07.922Z Downloaded progenitor-client v0.14.0
9152026-05-19T01:49:07.922Z Downloaded heapless v0.8.0
9162026-05-19T01:49:07.925Z Downloaded progenitor v0.13.0
9172026-05-19T01:49:07.925Z Downloaded progenitor v0.11.2
9182026-05-19T01:49:07.928Z Downloaded indicatif v0.18.4
9192026-05-19T01:49:07.928Z Downloaded libbz2-rs-sys v0.2.2
9202026-05-19T01:49:07.930Z Downloaded parking_lot v0.12.5
9212026-05-19T01:49:07.930Z Downloaded pkcs1 v0.7.5
9222026-05-19T01:49:07.933Z Downloaded progenitor-client v0.13.0
9232026-05-19T01:49:07.933Z Downloaded progenitor-extras v0.2.0
9242026-05-19T01:49:07.936Z Downloaded ref-cast v1.0.25
9252026-05-19T01:49:07.936Z Downloaded progenitor v0.10.0
9262026-05-19T01:49:07.939Z Downloaded pem-rfc7468 v0.7.0
9272026-05-19T01:49:07.939Z Downloaded rtoolbox v0.0.3
9282026-05-19T01:49:07.939Z Downloaded parking_lot v0.11.2
9292026-05-19T01:49:07.942Z Downloaded parking_lot_core v0.9.12
9302026-05-19T01:49:07.942Z Downloaded peg-macros v0.8.5
9312026-05-19T01:49:07.945Z Downloaded miniz_oxide v0.8.9
9322026-05-19T01:49:07.946Z Downloaded dropshot-api-manager v0.7.1
9332026-05-19T01:49:07.949Z Downloaded rfc6979 v0.4.0
9342026-05-19T01:49:07.949Z Downloaded rustc_version v0.4.1
9352026-05-19T01:49:07.949Z Downloaded rustc-hash v2.1.1
9362026-05-19T01:49:07.952Z Downloaded ref-cast-impl v1.0.25
9372026-05-19T01:49:07.952Z Downloaded recursive-proc-macro-impl v0.1.1
9382026-05-19T01:49:07.953Z Downloaded hickory-resolver v0.25.2
9392026-05-19T01:49:07.955Z Downloaded rustc_version v0.1.7
9402026-05-19T01:49:07.955Z Downloaded russh-cryptovec v0.7.3
9412026-05-19T01:49:07.955Z Downloaded rand_core v0.10.0
9422026-05-19T01:49:07.955Z Downloaded psm v0.1.30
9432026-05-19T01:49:07.958Z Downloaded p256 v0.13.2
9442026-05-19T01:49:07.963Z Downloaded jiff-static v0.2.21
9452026-05-19T01:49:07.963Z Downloaded der v0.7.10
9462026-05-19T01:49:07.966Z Downloaded hickory-resolver v0.24.4
9472026-05-19T01:49:07.966Z Downloaded rand_core v0.9.5
9482026-05-19T01:49:07.969Z Downloaded rand_core v0.6.4
9492026-05-19T01:49:07.969Z Downloaded ppv-lite86 v0.2.21
9502026-05-19T01:49:07.969Z Downloaded r2d2 v0.8.10
9512026-05-19T01:49:07.972Z Downloaded postgres-types v0.2.12
9522026-05-19T01:49:07.972Z Downloaded postcard v1.1.3
9532026-05-19T01:49:07.975Z Downloaded salsa20 v0.10.2
9542026-05-19T01:49:07.975Z Downloaded bytes v1.11.1
9552026-05-19T01:49:07.978Z Downloaded proc-macro-error2 v2.0.1
9562026-05-19T01:49:07.982Z Downloaded derive_more-impl v2.1.1
9572026-05-19T01:49:07.985Z Downloaded derive_more v2.1.1
9582026-05-19T01:49:07.990Z Downloaded scopeguard v1.2.0
9592026-05-19T01:49:07.993Z Downloaded sapling-renderdag v0.1.0
9602026-05-19T01:49:07.993Z Downloaded oso v0.27.3
9612026-05-19T01:49:07.993Z Downloaded same-file v1.0.6
9622026-05-19T01:49:07.993Z Downloaded pkcs5 v0.7.1
9632026-05-19T01:49:07.996Z Downloaded phf_shared v0.13.1
9642026-05-19T01:49:07.996Z Downloaded phf_shared v0.11.3
9652026-05-19T01:49:07.996Z Downloaded seq-macro v0.3.6
9662026-05-19T01:49:07.999Z Downloaded scheduled-thread-pool v0.2.7
9672026-05-19T01:49:07.999Z Downloaded parse-size v1.1.0
9682026-05-19T01:49:07.999Z Downloaded num-complex v0.4.6
9692026-05-19T01:49:08.007Z Downloaded newtype-uuid v1.3.2
9702026-05-19T01:49:08.010Z Downloaded secrecy v0.10.3
9712026-05-19T01:49:08.013Z Downloaded secrecy v0.8.0
9722026-05-19T01:49:08.013Z Downloaded scroll_derive v0.13.1
9732026-05-19T01:49:08.017Z Downloaded quinn-udp v0.5.14
9742026-05-19T01:49:08.022Z Downloaded serde_urlencoded v0.7.1
9752026-05-19T01:49:08.024Z Downloaded serde_bytes v0.11.19
9762026-05-19T01:49:08.024Z Downloaded scrypt v0.11.0
9772026-05-19T01:49:08.024Z Downloaded resolv-conf v0.7.6
9782026-05-19T01:49:08.025Z Downloaded serde_plain v1.0.2
9792026-05-19T01:49:08.032Z Downloaded serde_spanned v1.0.4
9802026-05-19T01:49:08.032Z Downloaded serde_repr v0.1.20
9812026-05-19T01:49:08.032Z Downloaded serde-big-array v0.5.1
9822026-05-19T01:49:08.035Z Downloaded papergrid v0.17.0
9832026-05-19T01:49:08.040Z Downloaded sha1 v0.10.6
9842026-05-19T01:49:08.043Z Downloaded rand_seeder v0.4.0
9852026-05-19T01:49:08.046Z Downloaded signal-hook-mio v0.2.5
9862026-05-19T01:49:08.048Z Downloaded rusty-fork v0.3.1
9872026-05-19T01:49:08.048Z Downloaded slog-envlogger v2.2.0
9882026-05-19T01:49:08.051Z Downloaded signal-hook-tokio v0.3.1
9892026-05-19T01:49:08.051Z Downloaded rustls-pemfile v1.0.4
9902026-05-19T01:49:08.051Z Downloaded progenitor-impl v0.10.0
9912026-05-19T01:49:08.054Z Downloaded hashbrown v0.12.3
9922026-05-19T01:49:08.057Z Downloaded progenitor-impl v0.14.0
9932026-05-19T01:49:08.060Z Downloaded rand_chacha v0.9.0
9942026-05-19T01:49:08.060Z Downloaded sigpipe v0.1.3
9952026-05-19T01:49:08.064Z Downloaded shell-words v1.1.1
9962026-05-19T01:49:08.064Z Downloaded hickory-server v0.25.2
9972026-05-19T01:49:08.067Z Downloaded scroll v0.13.0
9982026-05-19T01:49:08.067Z Downloaded progenitor-impl v0.11.2
9992026-05-19T01:49:08.067Z Downloaded sec1 v0.7.3
10002026-05-19T01:49:08.070Z Downloaded sct v0.7.1
10012026-05-19T01:49:08.070Z Downloaded rustversion v1.0.22
10022026-05-19T01:49:08.079Z Downloaded progenitor-impl v0.13.0
10032026-05-19T01:49:08.083Z Downloaded russh-keys v0.45.0
10042026-05-19T01:49:08.090Z Downloaded sqlparser_derive v0.5.0
10052026-05-19T01:49:08.093Z Downloaded siphasher v1.0.2
10062026-05-19T01:49:08.096Z Downloaded minimal-lexical v0.2.1
10072026-05-19T01:49:08.099Z Downloaded serde-hex v0.1.0
10082026-05-19T01:49:08.099Z Downloaded semver v0.1.20
10092026-05-19T01:49:08.103Z Downloaded serde_path_to_error v0.1.20
10102026-05-19T01:49:08.103Z Downloaded serde_derive_internals v0.29.1
10112026-05-19T01:49:08.103Z Downloaded rustls-native-certs v0.8.3
10122026-05-19T01:49:08.106Z Downloaded prettyplease v0.2.37
10132026-05-19T01:49:08.106Z Downloaded ssh-cipher v0.2.0
10142026-05-19T01:49:08.113Z Downloaded schemars_derive v0.8.22
10152026-05-19T01:49:08.116Z Downloaded pin-project v1.1.11
10162026-05-19T01:49:08.120Z Downloaded structmeta v0.3.0
10172026-05-19T01:49:08.123Z Downloaded shlex v1.3.0
10182026-05-19T01:49:08.123Z Downloaded rustls-pemfile v2.2.0
10192026-05-19T01:49:08.126Z Downloaded strip-ansi-escapes v0.2.1
10202026-05-19T01:49:08.128Z Downloaded simd-adler32 v0.3.8
10212026-05-19T01:49:08.128Z Downloaded strum v0.26.3
10222026-05-19T01:49:08.128Z Downloaded signal-hook-registry v1.4.8
10232026-05-19T01:49:08.131Z Downloaded hashbrown v0.13.2
10242026-05-19T01:49:08.134Z Downloaded ssh-encoding v0.2.0
10252026-05-19T01:49:08.134Z Downloaded rustls-pki-types v1.14.0
10262026-05-19T01:49:08.137Z Downloaded supports-color v3.0.2
10272026-05-19T01:49:08.137Z Downloaded strum v0.27.2
10282026-05-19T01:49:08.139Z Downloaded prefix-trie v0.7.0
10292026-05-19T01:49:08.144Z Downloaded signature v2.2.0
10302026-05-19T01:49:08.144Z Downloaded tagptr v0.2.0
10312026-05-19T01:49:08.144Z Downloaded hyper-util v0.1.20
10322026-05-19T01:49:08.147Z Downloaded crossterm v0.28.1
10332026-05-19T01:49:08.149Z Downloaded subtle v2.6.1
10342026-05-19T01:49:08.152Z Downloaded smallvec v0.6.14
10352026-05-19T01:49:08.152Z Downloaded itertools v0.10.5
10362026-05-19T01:49:08.155Z Downloaded tabwriter v1.4.1
10372026-05-19T01:49:08.158Z Downloaded slab v0.4.12
10382026-05-19T01:49:08.158Z Downloaded sync_wrapper v1.0.2
10392026-05-19T01:49:08.160Z Downloaded ron v0.8.1
10402026-05-19T01:49:08.164Z Downloaded crossterm v0.29.0
10412026-05-19T01:49:08.166Z Downloaded sync-ptr v0.1.4
10422026-05-19T01:49:08.166Z Downloaded structmeta-derive v0.3.0
10432026-05-19T01:49:08.169Z Downloaded smf v0.2.3
10442026-05-19T01:49:08.169Z Downloaded snafu-derive v0.8.9
10452026-05-19T01:49:08.169Z Downloaded slog-json v2.6.1
10462026-05-19T01:49:08.172Z Downloaded testing_table v0.3.0
10472026-05-19T01:49:08.172Z Downloaded slog-dtrace v0.3.0
10482026-05-19T01:49:08.172Z Downloaded termtree v0.5.1
10492026-05-19T01:49:08.175Z Downloaded slog-stdlog v4.1.1
10502026-05-19T01:49:08.175Z Downloaded tap v1.0.1
10512026-05-19T01:49:08.175Z Downloaded slog-scope v4.4.1
10522026-05-19T01:49:08.177Z Downloaded slog-bunyan v2.5.0
10532026-05-19T01:49:08.177Z Downloaded take_mut v0.2.2
10542026-05-19T01:49:08.177Z Downloaded slog-term v2.9.2
10552026-05-19T01:49:08.181Z Downloaded stacker v0.1.23
10562026-05-19T01:49:08.184Z Downloaded string_cache v0.8.9
10572026-05-19T01:49:08.187Z Downloaded sqlformat v0.3.5
10582026-05-19T01:49:08.187Z Downloaded thiserror-impl-no-std v2.0.2
10592026-05-19T01:49:08.191Z Downloaded stringprep v0.1.5
10602026-05-19T01:49:08.194Z Downloaded openssl-sys v0.9.115
10612026-05-19T01:49:08.198Z Downloaded tinyvec_macros v0.1.1
10622026-05-19T01:49:08.198Z Downloaded serde_cbor v0.11.2
10632026-05-19T01:49:08.201Z Downloaded pretty_assertions v1.4.1
10642026-05-19T01:49:08.201Z Downloaded static_assertions v1.1.0
10652026-05-19T01:49:08.201Z Downloaded ryu v1.0.23
10662026-05-19T01:49:08.204Z Downloaded mio v1.2.0
10672026-05-19T01:49:08.207Z Downloaded support-bundle-viewer v0.1.2
10682026-05-19T01:49:08.207Z Downloaded strum_macros v0.24.3
10692026-05-19T01:49:08.210Z Downloaded slog-async v2.8.0
10702026-05-19T01:49:08.210Z Downloaded tokio-macros v2.7.0
10712026-05-19T01:49:08.210Z Downloaded strum_macros v0.27.2
10722026-05-19T01:49:08.214Z Downloaded rustls-platform-verifier v0.6.2
10732026-05-19T01:49:08.216Z Downloaded http v1.4.0
10742026-05-19T01:49:08.217Z Downloaded libxml v0.3.3
10752026-05-19T01:49:08.219Z Downloaded schemars v0.8.22
10762026-05-19T01:49:08.227Z Downloaded iddqd v0.3.18
10772026-05-19T01:49:08.229Z Downloaded tabled_derive v0.11.0
10782026-05-19T01:49:08.232Z Downloaded num-bigint v0.4.6
10792026-05-19T01:49:08.235Z Downloaded rayon-core v1.13.0
10802026-05-19T01:49:08.235Z Downloaded spki v0.7.3
10812026-05-19T01:49:08.238Z Downloaded hashbrown v0.15.5
10822026-05-19T01:49:08.241Z Downloaded thread-id v5.1.0
10832026-05-19T01:49:08.241Z Downloaded iri-string v0.7.10
10842026-05-19T01:49:08.244Z Downloaded hashbrown v0.16.1
10852026-05-19T01:49:08.248Z Downloaded tower-service v0.3.3
10862026-05-19T01:49:08.251Z Downloaded topological-sort v0.2.2
10872026-05-19T01:49:08.251Z Downloaded time-core v0.1.8
10882026-05-19T01:49:08.251Z Downloaded publicsuffix v2.3.0
10892026-05-19T01:49:08.254Z Downloaded strum_macros v0.26.4
10902026-05-19T01:49:08.257Z Downloaded spin v0.9.8
10912026-05-19T01:49:08.260Z Downloaded serde_with_macros v3.17.0
10922026-05-19T01:49:08.263Z Downloaded signal-hook v0.3.18
10932026-05-19T01:49:08.263Z Downloaded termios v0.3.3
10942026-05-19T01:49:08.266Z Downloaded time-macros v0.2.27
10952026-05-19T01:49:08.266Z Downloaded tower-layer v0.3.3
10962026-05-19T01:49:08.269Z Downloaded trait-variant v0.1.2
10972026-05-19T01:49:08.272Z Downloaded itertools v0.12.1
10982026-05-19T01:49:08.274Z Downloaded tls_codec v0.4.2
10992026-05-19T01:49:08.275Z Downloaded tiny-keccak v2.0.2
11002026-05-19T01:49:08.277Z Downloaded tokio-native-tls v0.3.1
11012026-05-19T01:49:08.277Z Downloaded thiserror-no-std v2.0.2
11022026-05-19T01:49:08.281Z Downloaded slog v2.8.2
11032026-05-19T01:49:08.284Z Downloaded tokio-dtrace v0.1.1
11042026-05-19T01:49:08.284Z Downloaded tls_codec_derive v0.4.2
11052026-05-19T01:49:08.287Z Downloaded rcgen v0.12.1
11062026-05-19T01:49:08.287Z Downloaded typify-macro v0.4.3
11072026-05-19T01:49:08.287Z Downloaded nom v7.1.3
11082026-05-19T01:49:08.290Z Downloaded similar v2.7.0
11092026-05-19T01:49:08.292Z Downloaded quinn v0.11.9
11102026-05-19T01:49:08.303Z Downloaded untrusted v0.7.1
11112026-05-19T01:49:08.306Z Downloaded unit-prefix v0.5.2
11122026-05-19T01:49:08.306Z Downloaded socket2 v0.5.10
11132026-05-19T01:49:08.306Z Downloaded usdt-macro v0.6.0
11142026-05-19T01:49:08.309Z Downloaded typify-macro v0.6.2
11152026-05-19T01:49:08.309Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11162026-05-19T01:49:08.309Z Downloaded h2 v0.4.13
11172026-05-19T01:49:08.312Z Downloaded unicode-truncate v1.1.0
11182026-05-19T01:49:08.315Z Downloaded unarray v0.1.4
11192026-05-19T01:49:08.315Z Downloaded term v0.7.0
11202026-05-19T01:49:08.318Z Downloaded term v1.2.1
11212026-05-19T01:49:08.318Z Downloaded universal-hash v0.5.1
11222026-05-19T01:49:08.321Z Downloaded void v1.0.2
11232026-05-19T01:49:08.321Z Downloaded toml_writer v1.0.6+spec-1.1.0
11242026-05-19T01:49:08.321Z Downloaded hyper v1.8.1
11252026-05-19T01:49:08.324Z Downloaded rand v0.9.2
11262026-05-19T01:49:08.327Z Downloaded num-bigint-dig v0.8.6
11272026-05-19T01:49:08.331Z Downloaded tokio-tungstenite v0.21.0
11282026-05-19T01:49:08.334Z Downloaded hkdf v0.12.4
11292026-05-19T01:49:08.334Z Downloaded utf-8 v0.7.6
11302026-05-19T01:49:08.334Z Downloaded wait-timeout v0.2.1
11312026-05-19T01:49:08.337Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11322026-05-19T01:49:08.337Z Downloaded thread_local v1.1.9
11332026-05-19T01:49:08.337Z Downloaded usdt-attr-macro v0.6.0
11342026-05-19T01:49:08.339Z Downloaded want v0.3.1
11352026-05-19T01:49:08.339Z Downloaded usdt v0.6.0
11362026-05-19T01:49:08.342Z Downloaded serde_yaml v0.9.34+deprecated
11372026-05-19T01:49:08.345Z Downloaded itertools v0.13.0
11382026-05-19T01:49:08.348Z Downloaded samael v0.0.19
11392026-05-19T01:49:08.351Z Downloaded tokio-rustls v0.26.4
11402026-05-19T01:49:08.354Z Downloaded itertools v0.14.0
11412026-05-19T01:49:08.356Z Downloaded xattr v1.6.1
11422026-05-19T01:49:08.359Z Downloaded qorb v0.4.1
11432026-05-19T01:49:08.362Z Downloaded subprocess v0.2.15
11442026-05-19T01:49:08.365Z Downloaded waitgroup v0.1.2
11452026-05-19T01:49:08.365Z Downloaded tokio-rustls v0.25.0
11462026-05-19T01:49:08.369Z Downloaded tui-tree-widget v0.23.1
11472026-05-19T01:49:08.375Z Downloaded tokio-rustls v0.24.1
11482026-05-19T01:49:08.411Z Downloaded tokio-tungstenite v0.23.1
11492026-05-19T01:49:08.411Z Downloaded snafu v0.8.9
11502026-05-19T01:49:08.411Z Downloaded rsa v0.9.10
11512026-05-19T01:49:08.417Z Downloaded tokio-stream v0.1.18
11522026-05-19T01:49:08.417Z Downloaded untrusted v0.9.0
11532026-05-19T01:49:08.417Z Downloaded socket2 v0.6.3
11542026-05-19T01:49:08.417Z Downloaded xshell-macros v0.2.7
11552026-05-19T01:49:08.417Z Downloaded zeroize_derive v1.4.3
11562026-05-19T01:49:08.417Z Downloaded rand v0.8.6
11572026-05-19T01:49:08.417Z Downloaded zone_cfg_derive v0.3.1
11582026-05-19T01:49:08.417Z Downloaded usdt-impl v0.6.0
11592026-05-19T01:49:08.417Z Downloaded test-strategy v0.4.5
11602026-05-19T01:49:08.417Z Downloaded rustls-webpki v0.103.9
11612026-05-19T01:49:08.417Z Downloaded libm v0.2.16
11622026-05-19T01:49:08.418Z Downloaded zone v0.3.1
11632026-05-19T01:49:08.418Z Downloaded try-lock v0.2.5
11642026-05-19T01:49:08.418Z Downloaded futures-util v0.3.32
11652026-05-19T01:49:08.418Z Downloaded unicase v2.9.0
11662026-05-19T01:49:08.418Z Downloaded tinyvec v1.10.0
11672026-05-19T01:49:08.418Z Downloaded tracing-attributes v0.1.31
11682026-05-19T01:49:08.418Z Downloaded toml_parser v1.0.9+spec-1.1.0
11692026-05-19T01:49:08.423Z Downloaded vergen-gitcl v1.0.8
11702026-05-19T01:49:08.423Z Downloaded walkdir v2.5.0
11712026-05-19T01:49:08.423Z Downloaded p521 v0.13.3
11722026-05-19T01:49:08.426Z Downloaded xshell v0.2.7
11732026-05-19T01:49:08.430Z Downloaded schemars v0.9.0
11742026-05-19T01:49:08.437Z Downloaded vergen-git2 v1.0.7
11752026-05-19T01:49:08.440Z Downloaded uzers v0.12.2
11762026-05-19T01:49:08.441Z Downloaded schemars v1.2.1
11772026-05-19T01:49:08.446Z Downloaded zeroize v1.8.2
11782026-05-19T01:49:08.449Z Downloaded wyz v0.5.1
11792026-05-19T01:49:08.449Z Downloaded twox-hash v2.1.2
11802026-05-19T01:49:08.452Z Downloaded unicode-properties v0.1.4
11812026-05-19T01:49:08.452Z Downloaded zstd-safe v7.2.4
11822026-05-19T01:49:08.452Z Downloaded zstd v0.13.3
11832026-05-19T01:49:08.456Z Downloaded whoami v2.1.0
11842026-05-19T01:49:08.456Z Downloaded whoami v1.6.1
11852026-05-19T01:49:08.459Z Downloaded russh v0.45.0
11862026-05-19T01:49:08.459Z Downloaded steno v0.4.1
11872026-05-19T01:49:08.462Z Downloaded toml v0.9.12+spec-1.1.0
11882026-05-19T01:49:08.465Z Downloaded rand v0.10.0
11892026-05-19T01:49:08.467Z Downloaded vsss-rs v3.3.4
11902026-05-19T01:49:08.470Z Downloaded vergen-lib v0.1.6
11912026-05-19T01:49:08.481Z Downloaded tracing-core v0.1.36
11922026-05-19T01:49:08.489Z Downloaded rpassword v7.4.0
11932026-05-19T01:49:08.492Z Downloaded typify v0.6.2
11942026-05-19T01:49:08.495Z Downloaded tungstenite v0.21.0
11952026-05-19T01:49:08.495Z Downloaded unicode-bidi v0.3.18
11962026-05-19T01:49:08.497Z Downloaded unsafe-libyaml v0.2.11
11972026-05-19T01:49:08.501Z Downloaded toml v0.7.8
11982026-05-19T01:49:08.504Z Downloaded vte v0.14.1
11992026-05-19T01:49:08.507Z Downloaded toml v1.0.6+spec-1.1.0
12002026-05-19T01:49:08.507Z Downloaded typify v0.4.3
12012026-05-19T01:49:08.510Z Downloaded bitvec v1.0.1
12022026-05-19T01:49:08.518Z Downloaded toml_edit v0.23.10+spec-1.0.0
12032026-05-19T01:49:08.524Z Downloaded rustyline v14.0.0
12042026-05-19T01:49:08.529Z Downloaded zerocopy v0.6.6
12052026-05-19T01:49:08.532Z Downloaded yasna v0.5.2
12062026-05-19T01:49:08.537Z Downloaded tungstenite v0.23.0
12072026-05-19T01:49:08.548Z Downloaded tar v0.4.45
12082026-05-19T01:49:08.552Z Downloaded vergen v9.0.6
12092026-05-19T01:49:08.556Z Downloaded p384 v0.13.1
12102026-05-19T01:49:08.559Z Downloaded blake3 v1.8.3
12112026-05-19T01:49:08.564Z Downloaded ssh-key v0.6.7
12122026-05-19T01:49:08.567Z Downloaded bindgen v0.71.1
12132026-05-19T01:49:08.572Z Downloaded aws-lc-rs v1.16.3
12142026-05-19T01:49:08.577Z Downloaded zopfli v0.8.3
12152026-05-19T01:49:08.580Z Downloaded reedline v0.40.0
12162026-05-19T01:49:08.585Z Downloaded regex v1.12.3
12172026-05-19T01:49:08.588Z Downloaded chrono v0.4.44
12182026-05-19T01:49:08.592Z Downloaded yansi v1.0.1
12192026-05-19T01:49:08.594Z Downloaded uuid v1.23.0
12202026-05-19T01:49:08.594Z Downloaded tokio-postgres v0.7.16
12212026-05-19T01:49:08.597Z Downloaded unicode_categories v0.1.1
12222026-05-19T01:49:08.599Z Downloaded git2 v0.20.4
12232026-05-19T01:49:08.603Z Downloaded toml_edit v0.19.15
12242026-05-19T01:49:08.611Z Downloaded lalrpop v0.19.12
12252026-05-19T01:49:08.634Z Downloaded zerocopy-derive v0.8.40
12262026-05-19T01:49:08.641Z Downloaded zip v0.6.6
12272026-05-19T01:49:08.644Z Downloaded portable-atomic v1.13.1
12282026-05-19T01:49:08.648Z Downloaded goblin v0.10.5
12292026-05-19T01:49:08.653Z Downloaded x509-cert v0.2.5
12302026-05-19T01:49:08.657Z Downloaded moka v0.12.13
12312026-05-19T01:49:08.661Z Downloaded typed-path v0.9.3
12322026-05-19T01:49:08.665Z Downloaded salty v0.3.0
12332026-05-19T01:49:08.669Z Downloaded unicode-segmentation v1.12.0
12342026-05-19T01:49:08.672Z Downloaded tower v0.5.3
12352026-05-19T01:49:08.676Z Downloaded rayon v1.11.0
12362026-05-19T01:49:08.682Z Downloaded reqwest v0.12.28
12372026-05-19T01:49:08.686Z Downloaded rustls-webpki v0.101.7
12382026-05-19T01:49:08.694Z Downloaded zip v4.6.1
12392026-05-19T01:49:08.697Z Downloaded unicode-normalization v0.1.25
12402026-05-19T01:49:08.700Z Downloaded tokio-util v0.7.18
12412026-05-19T01:49:08.704Z Downloaded petname v2.0.2
12422026-05-19T01:49:08.707Z Downloaded proptest v1.10.0
12432026-05-19T01:49:08.713Z Downloaded tower-http v0.6.8
12442026-05-19T01:49:08.718Z Downloaded rustls-webpki v0.102.8
12452026-05-19T01:49:08.729Z Downloaded dropshot v0.17.0
12462026-05-19T01:49:08.741Z Downloaded serde_with v3.17.0
12472026-05-19T01:49:08.749Z Downloaded winnow v0.5.40
12482026-05-19T01:49:08.754Z Downloaded quinn-proto v0.11.13
12492026-05-19T01:49:08.758Z Downloaded curve25519-dalek v4.1.3
12502026-05-19T01:49:08.763Z Downloaded nix v0.27.1
12512026-05-19T01:49:08.769Z Downloaded tough v0.22.0
12522026-05-19T01:49:08.774Z Downloaded radix_trie v0.2.1
12532026-05-19T01:49:08.794Z Downloaded object v0.30.4
12542026-05-19T01:49:08.794Z Downloaded quick-xml v0.37.5
12552026-05-19T01:49:08.794Z Downloaded reqwest v0.13.2
12562026-05-19T01:49:08.794Z Downloaded bstr v1.12.1
12572026-05-19T01:49:08.801Z Downloaded winnow v0.6.26
12582026-05-19T01:49:08.813Z Downloaded openssl v0.10.79
12592026-05-19T01:49:08.824Z Downloaded polar-core v0.27.3
12602026-05-19T01:49:08.828Z Downloaded time v0.3.47
12612026-05-19T01:49:08.832Z Downloaded dropshot v0.16.7
12622026-05-19T01:49:08.844Z Downloaded tabled v0.20.0
12632026-05-19T01:49:08.853Z Downloaded regex-syntax v0.6.29
12642026-05-19T01:49:08.857Z Downloaded hickory-proto v0.24.4
12652026-05-19T01:49:08.865Z Downloaded vcpkg v0.2.15
12662026-05-19T01:49:08.889Z Downloaded zlib-rs v0.6.2
12672026-05-19T01:49:08.892Z Downloaded rustls v0.22.4
12682026-05-19T01:49:08.898Z Downloaded webpki-roots v1.0.6
12692026-05-19T01:49:08.901Z Downloaded openapiv3 v2.2.0
12702026-05-19T01:49:08.906Z Downloaded hickory-proto v0.25.2
12712026-05-19T01:49:08.915Z Downloaded regress v0.10.5
12722026-05-19T01:49:08.920Z Downloaded smoltcp v0.11.0
12732026-05-19T01:49:08.927Z Downloaded zerocopy v0.8.40
12742026-05-19T01:49:08.932Z Downloaded rustls v0.23.37
12752026-05-19T01:49:08.939Z Downloaded regress v0.11.1
12762026-05-19T01:49:08.945Z Downloaded rustix v0.38.44
12772026-05-19T01:49:08.958Z Downloaded diesel v2.3.7
12782026-05-19T01:49:08.970Z Downloaded regex-syntax v0.8.10
12792026-05-19T01:49:08.975Z Downloaded nix v0.31.2
12802026-05-19T01:49:08.982Z Downloaded rustls v0.21.12
12812026-05-19T01:49:08.988Z Downloaded object v0.37.3
12822026-05-19T01:49:08.995Z Downloaded nix v0.29.0
12832026-05-19T01:49:09.001Z Downloaded sqlparser v0.61.0
12842026-05-19T01:49:09.006Z Downloaded smoltcp v0.9.1
12852026-05-19T01:49:09.011Z Downloaded nix v0.28.0
12862026-05-19T01:49:09.022Z Downloaded tracing v0.1.44
12872026-05-19T01:49:09.041Z Downloaded bzip2-sys v0.1.13+1.0.8
12882026-05-19T01:49:09.054Z Downloaded zerocopy-derive v0.6.6
12892026-05-19T01:49:09.063Z Downloaded regex-automata v0.4.14
12902026-05-19T01:49:09.071Z Downloaded ratatui v0.29.0
12912026-05-19T01:49:09.082Z Downloaded sled v0.34.7
12922026-05-19T01:49:09.086Z Downloaded typify-impl v0.6.2
12932026-05-19T01:49:09.094Z Downloaded typify-impl v0.4.3
12942026-05-19T01:49:09.100Z Downloaded chrono-tz v0.10.4
12952026-05-19T01:49:09.117Z Downloaded libz-sys v1.1.24
12962026-05-19T01:49:09.129Z Downloaded sha3 v0.10.8
12972026-05-19T01:49:09.132Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12982026-05-19T01:49:09.146Z Downloaded petgraph v0.6.5
12992026-05-19T01:49:09.156Z Downloaded jiff v0.2.21
13002026-05-19T01:49:09.168Z Downloaded csv v1.4.0
13012026-05-19T01:49:09.189Z Downloaded petgraph v0.8.3
13022026-05-19T01:49:09.232Z Downloaded tokio v1.52.1
13032026-05-19T01:49:09.290Z Downloaded encoding_rs v0.8.35
13042026-05-19T01:49:09.319Z Downloaded ring v0.17.14
13052026-05-19T01:49:09.345Z Downloaded libgit2-sys v0.18.3+1.9.2
13062026-05-19T01:49:09.698Z Downloaded aws-lc-sys v0.40.0
13072026-05-19T01:49:09.955Z Compiling libc v0.2.185
13082026-05-19T01:49:09.959Z Compiling serde v1.0.228
13092026-05-19T01:49:09.959Z Compiling log v0.4.29
13102026-05-19T01:49:09.960Z Compiling find-msvc-tools v0.1.9
13112026-05-19T01:49:10.119Z Compiling shlex v1.3.0
13122026-05-19T01:49:10.130Z Compiling syn v2.0.117
13132026-05-19T01:49:10.133Z Compiling smallvec v1.15.1
13142026-05-19T01:49:10.133Z Compiling typenum v1.19.0
13152026-05-19T01:49:10.287Z Compiling generic-array v0.14.7
13162026-05-19T01:49:10.305Z Compiling subtle v2.6.1
13172026-05-19T01:49:10.340Z Compiling scopeguard v1.2.0
13182026-05-19T01:49:10.362Z Compiling const-oid v0.9.6
13192026-05-19T01:49:10.419Z Compiling lock_api v0.4.14
13202026-05-19T01:49:10.446Z Compiling serde_json v1.0.149
13212026-05-19T01:49:10.472Z Compiling zerocopy v0.8.40
13222026-05-19T01:49:10.522Z Compiling parking_lot_core v0.9.12
13232026-05-19T01:49:10.646Z Compiling pin-project-lite v0.2.17
13242026-05-19T01:49:10.744Z Compiling portable-atomic v1.13.1
13252026-05-19T01:49:10.773Z Compiling pkg-config v0.3.32
13262026-05-19T01:49:10.915Z Compiling bitflags v2.11.0
13272026-05-19T01:49:11.010Z Compiling getrandom v0.2.17
13282026-05-19T01:49:11.121Z Compiling jobserver v0.1.34
13292026-05-19T01:49:11.121Z Compiling errno v0.3.14
13302026-05-19T01:49:11.158Z Compiling rand_core v0.6.4
13312026-05-19T01:49:11.275Z Compiling signal-hook-registry v1.4.8
13322026-05-19T01:49:11.337Z Compiling cc v1.2.56
13332026-05-19T01:49:11.417Z Compiling critical-section v1.2.0
13342026-05-19T01:49:11.490Z Compiling libm v0.2.16
13352026-05-19T01:49:11.550Z Compiling futures-core v0.3.32
13362026-05-19T01:49:11.566Z Compiling parking_lot v0.12.5
13372026-05-19T01:49:11.566Z Compiling mio v1.2.0
13382026-05-19T01:49:11.681Z Compiling once_cell v1.21.3
13392026-05-19T01:49:11.750Z Compiling num-traits v0.2.19
13402026-05-19T01:49:11.792Z Compiling percent-encoding v2.3.2
13412026-05-19T01:49:11.878Z Compiling socket2 v0.6.3
13422026-05-19T01:49:11.890Z Compiling futures-sink v0.3.32
13432026-05-19T01:49:11.974Z Compiling futures-channel v0.3.32
13442026-05-19T01:49:11.988Z Compiling slab v0.4.12
13452026-05-19T01:49:12.010Z Compiling cpufeatures v0.2.17
13462026-05-19T01:49:12.085Z Compiling getrandom v0.4.1
13472026-05-19T01:49:12.106Z Compiling futures-task v0.3.32
13482026-05-19T01:49:12.154Z Compiling futures-io v0.3.32
13492026-05-19T01:49:12.185Z Compiling rand_core v0.10.0
13502026-05-19T01:49:12.253Z Compiling indexmap v2.14.0
13512026-05-19T01:49:12.275Z Compiling rustversion v1.0.22
13522026-05-19T01:49:12.303Z Compiling getrandom v0.3.4
13532026-05-19T01:49:12.347Z Compiling cmake v0.1.57
13542026-05-19T01:49:12.679Z Compiling form_urlencoded v1.2.2
13552026-05-19T01:49:12.737Z Compiling fs_extra v1.3.0
13562026-05-19T01:49:12.856Z Compiling synstructure v0.13.2
13572026-05-19T01:49:12.868Z Compiling dunce v1.0.5
13582026-05-19T01:49:12.895Z Compiling ident_case v1.0.1
13592026-05-19T01:49:12.948Z Compiling base64ct v1.8.3
13602026-05-19T01:49:13.009Z Compiling aws-lc-sys v0.40.0
13612026-05-19T01:49:13.017Z Compiling iana-time-zone v0.1.65
13622026-05-19T01:49:13.206Z Compiling pem-rfc7468 v0.7.0
13632026-05-19T01:49:13.206Z Compiling regex-syntax v0.8.10
13642026-05-19T01:49:13.232Z Compiling flagset v0.4.7
13652026-05-19T01:49:13.254Z Compiling rustix v1.1.3
13662026-05-19T01:49:13.358Z Compiling rand_core v0.9.5
13672026-05-19T01:49:13.431Z Compiling ring v0.17.14
13682026-05-19T01:49:13.445Z Compiling aws-lc-rs v1.16.3
13692026-05-19T01:49:13.504Z Compiling vcpkg v0.2.15
13702026-05-19T01:49:13.625Z Compiling uuid v1.23.0
13712026-05-19T01:49:13.830Z Compiling rustc_version v0.4.1
13722026-05-19T01:49:14.148Z Compiling tracing-core v0.1.36
13732026-05-19T01:49:14.336Z Compiling openssl-sys v0.9.115
13742026-05-19T01:49:14.412Z Compiling base64 v0.22.1
13752026-05-19T01:49:14.581Z Compiling serde_derive v1.0.228
13762026-05-19T01:49:14.695Z Compiling zeroize_derive v1.4.3
13772026-05-19T01:49:14.726Z Compiling zerofrom-derive v0.1.6
13782026-05-19T01:49:14.844Z Compiling yoke-derive v0.8.1
13792026-05-19T01:49:14.994Z Compiling zerocopy-derive v0.8.40
13802026-05-19T01:49:15.328Z Compiling zeroize v1.8.2
13812026-05-19T01:49:15.612Z Compiling zerovec-derive v0.11.2
13822026-05-19T01:49:15.998Z Compiling displaydoc v0.2.5
13832026-05-19T01:49:16.085Z Compiling crypto-common v0.1.7
13842026-05-19T01:49:16.116Z Compiling zerofrom v0.1.6
13852026-05-19T01:49:16.229Z Compiling yoke v0.8.1
13862026-05-19T01:49:16.242Z Compiling block-buffer v0.10.4
13872026-05-19T01:49:16.409Z Compiling digest v0.10.7
13882026-05-19T01:49:16.424Z Compiling tokio-macros v2.7.0
13892026-05-19T01:49:16.659Z Compiling futures-macro v0.3.32
13902026-05-19T01:49:16.726Z Compiling zerovec v0.11.5
13912026-05-19T01:49:16.741Z Compiling zerotrie v0.2.3
13922026-05-19T01:49:17.037Z Compiling hmac v0.12.1
13932026-05-19T01:49:17.136Z Compiling block-padding v0.3.3
13942026-05-19T01:49:17.192Z Compiling tinystr v0.8.2
13952026-05-19T01:49:17.224Z Compiling potential_utf v0.1.4
13962026-05-19T01:49:17.285Z Compiling inout v0.1.4
13972026-05-19T01:49:17.380Z Compiling icu_locale_core v2.1.1
13982026-05-19T01:49:17.380Z Compiling icu_collections v2.1.1
13992026-05-19T01:49:17.445Z Compiling cipher v0.4.4
14002026-05-19T01:49:17.448Z Compiling futures-util v0.3.32
14012026-05-19T01:49:17.696Z Compiling sha2 v0.10.9
14022026-05-19T01:49:17.841Z Compiling der_derive v0.7.3
14032026-05-19T01:49:18.009Z Compiling bytes v1.11.1
14042026-05-19T01:49:18.249Z Compiling icu_provider v2.1.1
14052026-05-19T01:49:18.534Z Compiling tokio v1.52.1
14062026-05-19T01:49:18.597Z Compiling icu_normalizer v2.1.1
14072026-05-19T01:49:18.688Z Compiling icu_properties v2.1.2
14082026-05-19T01:49:18.801Z Compiling der v0.7.10
14092026-05-19T01:49:19.093Z Compiling http v1.4.0
14102026-05-19T01:49:19.180Z Compiling chrono v0.4.44
14112026-05-19T01:49:19.392Z Compiling ppv-lite86 v0.2.21
14122026-05-19T01:49:19.705Z Compiling idna_adapter v1.2.1
14132026-05-19T01:49:19.737Z Compiling spki v0.7.3
14142026-05-19T01:49:19.770Z Compiling salsa20 v0.10.2
14152026-05-19T01:49:19.838Z Compiling idna v1.1.0
14162026-05-19T01:49:19.905Z Compiling pbkdf2 v0.12.2
14172026-05-19T01:49:19.937Z Compiling rustls-pki-types v1.14.0
14182026-05-19T01:49:19.978Z Compiling thiserror-impl v2.0.18
14192026-05-19T01:49:19.992Z Compiling tracing-attributes v0.1.31
14202026-05-19T01:49:20.016Z Compiling scrypt v0.11.0
14212026-05-19T01:49:20.258Z Compiling url v2.5.8
14222026-05-19T01:49:20.372Z Compiling http-body v1.0.1
14232026-05-19T01:49:20.463Z Compiling rand_chacha v0.9.0
14242026-05-19T01:49:20.518Z Compiling aes v0.8.4
14252026-05-19T01:49:20.532Z Compiling cbc v0.1.2
14262026-05-19T01:49:20.779Z Compiling openssl-probe v0.2.1
14272026-05-19T01:49:20.956Z Compiling httparse v1.10.1
14282026-05-19T01:49:21.025Z Compiling tinyvec_macros v0.1.1
14292026-05-19T01:49:21.094Z Compiling untrusted v0.9.0
14302026-05-19T01:49:21.139Z Compiling untrusted v0.7.1
14312026-05-19T01:49:21.246Z Compiling tracing v0.1.44
14322026-05-19T01:49:21.258Z Compiling tinyvec v1.10.0
14332026-05-19T01:49:21.271Z Compiling thiserror v2.0.18
14342026-05-19T01:49:21.330Z Compiling pkcs5 v0.7.1
14352026-05-19T01:49:21.370Z Compiling pest_generator v2.8.6
14362026-05-19T01:49:21.500Z Compiling rand v0.9.2
14372026-05-19T01:49:21.543Z Compiling serde_derive_internals v0.29.1
14382026-05-19T01:49:21.585Z Compiling aho-corasick v1.1.4
14392026-05-19T01:49:21.789Z Compiling try-lock v0.2.5
14402026-05-19T01:49:21.897Z Compiling atomic-waker v1.1.2
14412026-05-19T01:49:22.019Z Compiling rustls v0.23.37
14422026-05-19T01:49:22.042Z Compiling dyn-clone v1.0.20
14432026-05-19T01:49:22.177Z Compiling tower-layer v0.3.3
14442026-05-19T01:49:22.191Z Compiling schemars v0.8.22
14452026-05-19T01:49:22.267Z Compiling tokio-util v0.7.18
14462026-05-19T01:49:22.334Z Compiling tower-service v0.3.3
14472026-05-19T01:49:22.399Z Compiling regex-automata v0.4.14
14482026-05-19T01:49:22.413Z Compiling schemars_derive v0.8.22
14492026-05-19T01:49:22.426Z Compiling pest_derive v2.8.6
14502026-05-19T01:49:22.840Z Compiling want v0.3.1
14512026-05-19T01:49:22.924Z Compiling h2 v0.4.13
14522026-05-19T01:49:22.999Z Compiling pkcs8 v0.10.2
14532026-05-19T01:49:23.270Z Compiling ipnet v2.11.0
14542026-05-19T01:49:23.296Z Compiling scroll_derive v0.13.1
14552026-05-19T01:49:23.500Z Compiling darling_core v0.20.11
14562026-05-19T01:49:23.616Z Compiling httpdate v1.0.3
14572026-05-19T01:49:23.793Z Compiling foreign-types-shared v0.1.1
14582026-05-19T01:49:23.855Z Compiling pin-utils v0.1.0
14592026-05-19T01:49:23.878Z Compiling openssl v0.10.79
14602026-05-19T01:49:23.928Z Compiling tempfile v3.25.0
14612026-05-19T01:49:24.119Z Compiling scroll v0.13.0
14622026-05-19T01:49:24.133Z Compiling foreign-types v0.3.2
14632026-05-19T01:49:24.204Z Compiling unicode-normalization v0.1.25
14642026-05-19T01:49:24.376Z Compiling openssl-macros v0.1.1
14652026-05-19T01:49:24.656Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14662026-05-19T01:49:24.706Z Compiling spin v0.9.8
14672026-05-19T01:49:24.759Z Compiling powerfmt v0.2.0
14682026-05-19T01:49:24.911Z Compiling crc32fast v1.5.0
14692026-05-19T01:49:24.960Z Compiling native-tls v0.2.18
14702026-05-19T01:49:25.038Z Compiling num-conv v0.2.0
14712026-05-19T01:49:25.160Z Compiling time-core v0.1.8
14722026-05-19T01:49:25.236Z Compiling deranged v0.5.8
14732026-05-19T01:49:25.304Z Compiling time-macros v0.2.27
14742026-05-19T01:49:25.805Z Compiling darling_macro v0.20.11
14752026-05-19T01:49:26.179Z Compiling hyper v1.8.1
14762026-05-19T01:49:26.252Z Compiling darling v0.20.11
14772026-05-19T01:49:26.321Z Compiling goblin v0.10.5
14782026-05-19T01:49:26.335Z Compiling rustls-native-certs v0.8.3
14792026-05-19T01:49:26.429Z Compiling sync_wrapper v1.0.2
14802026-05-19T01:49:26.533Z Compiling wait-timeout v0.2.1
14812026-05-19T01:49:26.611Z Compiling crossbeam-utils v0.8.21
14822026-05-19T01:49:26.774Z Compiling quick-error v1.2.3
14832026-05-19T01:49:26.794Z Compiling simd-adler32 v0.3.8
14842026-05-19T01:49:26.876Z Compiling unicode-segmentation v1.12.0
14852026-05-19T01:49:26.889Z Compiling bit-vec v0.8.0
14862026-05-19T01:49:27.027Z Compiling usdt-impl v0.6.0
14872026-05-19T01:49:27.107Z Compiling num_threads v0.1.7
14882026-05-19T01:49:27.203Z Compiling hyper-util v0.1.20
14892026-05-19T01:49:27.224Z Compiling syn v1.0.109
14902026-05-19T01:49:27.241Z Compiling siphasher v1.0.2
14912026-05-19T01:49:27.440Z Compiling time v0.3.47
14922026-05-19T01:49:27.567Z Compiling bit-set v0.8.0
14932026-05-19T01:49:27.746Z Compiling rusty-fork v0.3.1
14942026-05-19T01:49:28.021Z Compiling tower v0.5.3
14952026-05-19T01:49:28.045Z Compiling derive_builder_core v0.20.2
14962026-05-19T01:49:28.475Z Compiling dtrace-parser v0.3.0
14972026-05-19T01:49:28.529Z Compiling http-body-util v0.1.3
14982026-05-19T01:49:28.819Z Compiling webpki-roots v1.0.6
14992026-05-19T01:49:28.910Z Compiling signature v2.2.0
15002026-05-19T01:49:28.940Z Compiling thiserror-impl v1.0.69
15012026-05-19T01:49:28.954Z Compiling scroll_derive v0.12.1
15022026-05-19T01:49:28.991Z Compiling dof v0.4.0
15032026-05-19T01:49:29.088Z Compiling heapless v0.7.17
15042026-05-19T01:49:29.289Z Compiling rand_xorshift v0.4.0
15052026-05-19T01:49:29.323Z Compiling slog v2.8.2
15062026-05-19T01:49:29.442Z Compiling darling_core v0.21.3
15072026-05-19T01:49:29.502Z Compiling bzip2-sys v0.1.13+1.0.8
15082026-05-19T01:49:29.593Z Compiling thread-id v5.1.0
15092026-05-19T01:49:29.677Z Compiling cookie v0.18.1
15102026-05-19T01:49:29.775Z Compiling signal-hook v0.3.18
15112026-05-19T01:49:29.854Z Compiling zstd-safe v7.2.4
15122026-05-19T01:49:29.941Z Compiling adler2 v2.0.1
15132026-05-19T01:49:30.046Z Compiling ryu v1.0.23
15142026-05-19T01:49:30.073Z Compiling paste v1.0.15
15152026-05-19T01:49:30.161Z Compiling unarray v0.1.4
15162026-05-19T01:49:30.163Z Compiling iri-string v0.7.10
15172026-05-19T01:49:30.218Z Compiling unicode-properties v0.1.4
15182026-05-19T01:49:30.265Z Compiling anyhow v1.0.102
15192026-05-19T01:49:30.327Z Compiling allocator-api2 v0.2.21
15202026-05-19T01:49:30.418Z Compiling unicode-bidi v0.3.18
15212026-05-19T01:49:30.549Z Compiling proptest v1.10.0
15222026-05-19T01:49:30.642Z Compiling serde_urlencoded v0.7.1
15232026-05-19T01:49:30.772Z Compiling stringprep v0.1.5
15242026-05-19T01:49:30.881Z Compiling thiserror v1.0.69
15252026-05-19T01:49:30.929Z Compiling miniz_oxide v0.8.9
15262026-05-19T01:49:31.505Z Compiling tower-http v0.6.8
15272026-05-19T01:49:31.626Z Compiling scroll v0.12.0
15282026-05-19T01:49:31.798Z Compiling derive_builder_macro v0.20.2
15292026-05-19T01:49:31.810Z Compiling tokio-native-tls v0.3.1
15302026-05-19T01:49:31.899Z Compiling darling_macro v0.21.3
15312026-05-19T01:49:31.900Z Compiling heck v0.4.1
15322026-05-19T01:49:31.970Z Compiling ipnetwork v0.21.1
15332026-05-19T01:49:32.125Z Compiling bstr v1.12.1
15342026-05-19T01:49:32.235Z Compiling rand_chacha v0.3.1
15352026-05-19T01:49:32.306Z Compiling erased-serde v0.3.31
15362026-05-19T01:49:32.352Z Compiling serde_tokenstream v0.2.3
15372026-05-19T01:49:32.365Z Compiling toml_datetime v0.6.11
15382026-05-19T01:49:32.612Z Compiling serde_spanned v0.6.9
15392026-05-19T01:49:32.653Z Compiling md-5 v0.10.6
15402026-05-19T01:49:32.755Z Compiling async-trait v0.1.89
15412026-05-19T01:49:32.769Z Compiling zerocopy-derive v0.7.35
15422026-05-19T01:49:32.782Z Compiling pin-project-internal v1.1.11
15432026-05-19T01:49:32.812Z Compiling curve25519-dalek v4.1.3
15442026-05-19T01:49:33.023Z Compiling vergen-lib v0.1.6
15452026-05-19T01:49:33.140Z Compiling num-integer v0.1.46
15462026-05-19T01:49:33.201Z Compiling hash32 v0.2.1
15472026-05-19T01:49:33.391Z Compiling ff v0.13.1
15482026-05-19T01:49:33.454Z Compiling memoffset v0.9.1
15492026-05-19T01:49:33.527Z Compiling fallible-iterator v0.2.0
15502026-05-19T01:49:33.602Z Compiling litrs v1.0.0
15512026-05-19T01:49:33.698Z Compiling ref-cast v1.0.25
15522026-05-19T01:49:33.808Z Compiling base16ct v0.2.0
15532026-05-19T01:49:33.878Z Compiling smoltcp v0.9.1
15542026-05-19T01:49:33.892Z Compiling rustix v0.38.44
15552026-05-19T01:49:33.987Z Compiling psl-types v2.0.11
15562026-05-19T01:49:34.002Z Compiling num-bigint-dig v0.8.6
15572026-05-19T01:49:34.114Z Compiling cfg_aliases v0.2.1
15582026-05-19T01:49:34.148Z Compiling zlib-rs v0.6.2
15592026-05-19T01:49:34.185Z Compiling nix v0.31.2
15602026-05-19T01:49:34.227Z Compiling document-features v0.2.12
15612026-05-19T01:49:34.252Z Compiling publicsuffix v2.3.0
15622026-05-19T01:49:34.364Z Compiling sec1 v0.7.3
15632026-05-19T01:49:34.421Z Compiling pin-project v1.1.11
15642026-05-19T01:49:34.522Z Compiling postgres-protocol v0.6.10
15652026-05-19T01:49:34.640Z Compiling zerocopy v0.7.35
15662026-05-19T01:49:34.654Z Compiling group v0.13.0
15672026-05-19T01:49:34.812Z Compiling num-iter v0.1.45
15682026-05-19T01:49:35.030Z Compiling newtype-uuid v1.3.2
15692026-05-19T01:49:35.186Z Compiling rand v0.8.6
15702026-05-19T01:49:35.283Z Compiling darling v0.21.3
15712026-05-19T01:49:35.347Z Compiling derive_builder v0.20.2
15722026-05-19T01:49:35.364Z Compiling oxnet v0.1.4
15732026-05-19T01:49:35.437Z Compiling snafu-derive v0.8.9
15742026-05-19T01:49:35.471Z Compiling hyper-tls v0.6.0
15752026-05-19T01:49:35.696Z Compiling goblin v0.8.2
15762026-05-19T01:49:35.725Z Compiling hubpack_derive v0.1.1
15772026-05-19T01:49:36.507Z Compiling phf_shared v0.13.1
15782026-05-19T01:49:36.521Z Compiling lazy_static v1.5.0
15792026-05-19T01:49:36.613Z Compiling regex v1.12.3
15802026-05-19T01:49:36.747Z Compiling strum_macros v0.27.2
15812026-05-19T01:49:36.836Z Compiling futures-executor v0.3.32
15822026-05-19T01:49:37.036Z Compiling flate2 v1.1.9
15832026-05-19T01:49:37.092Z Compiling hex v0.4.3
15842026-05-19T01:49:37.288Z Compiling cargo-platform v0.1.9
15852026-05-19T01:49:37.324Z Compiling hkdf v0.12.4
15862026-05-19T01:49:37.356Z Compiling crypto-bigint v0.5.5
15872026-05-19T01:49:37.438Z Compiling terminal_size v0.4.3
15882026-05-19T01:49:37.482Z Compiling daft-derive v0.1.5
15892026-05-19T01:49:37.537Z Compiling curve25519-dalek-derive v0.1.1
15902026-05-19T01:49:37.573Z Compiling ref-cast-impl v1.0.25
15912026-05-19T01:49:38.105Z Compiling vergen v9.0.6
15922026-05-19T01:49:38.169Z Compiling fs-err v3.3.0
15932026-05-19T01:49:38.184Z Compiling ahash v0.8.12
15942026-05-19T01:49:38.280Z Compiling encoding_rs v0.8.35
15952026-05-19T01:49:38.356Z Compiling winnow v0.5.40
15962026-05-19T01:49:38.384Z Compiling libbz2-rs-sys v0.2.2
15972026-05-19T01:49:38.659Z Compiling bumpalo v3.20.2
15982026-05-19T01:49:38.923Z Compiling foldhash v0.1.5
15992026-05-19T01:49:39.097Z Compiling managed v0.8.0
16002026-05-19T01:49:39.109Z Compiling object v0.37.3
16012026-05-19T01:49:39.113Z Compiling same-file v1.0.6
16022026-05-19T01:49:39.271Z Compiling foldhash v0.2.0
16032026-05-19T01:49:39.303Z Compiling bitflags v1.3.2
16042026-05-19T01:49:39.382Z Compiling mime v0.3.17
16052026-05-19T01:49:39.443Z Compiling hashbrown v0.16.1
16062026-05-19T01:49:39.505Z Compiling clap_builder v4.5.60
16072026-05-19T01:49:39.639Z Compiling walkdir v2.5.0
16082026-05-19T01:49:39.820Z Compiling toml_edit v0.19.15
16092026-05-19T01:49:39.833Z Compiling hashbrown v0.15.5
16102026-05-19T01:49:39.949Z Compiling zopfli v0.8.3
16112026-05-19T01:49:40.033Z Compiling bzip2 v0.6.1
16122026-05-19T01:49:40.235Z Compiling strum v0.27.2
16132026-05-19T01:49:40.923Z Compiling elliptic-curve v0.13.8
16142026-05-19T01:49:40.942Z Compiling daft v0.1.5
16152026-05-19T01:49:40.942Z Compiling dof v0.3.0
16162026-05-19T01:49:40.942Z Compiling cargo_metadata v0.19.2
16172026-05-19T01:49:40.942Z Compiling snafu v0.8.9
16182026-05-19T01:49:41.112Z Compiling futures v0.3.32
16192026-05-19T01:49:41.197Z Compiling phf v0.13.1
16202026-05-19T01:49:41.426Z Compiling cookie_store v0.22.1
16212026-05-19T01:49:41.714Z Compiling signal-hook-mio v0.2.5
16222026-05-19T01:49:41.830Z Compiling hubpack v0.1.2
16232026-05-19T01:49:42.003Z Compiling zstd v0.13.3
16242026-05-19T01:49:42.046Z Compiling bzip2 v0.4.4
16252026-05-19T01:49:42.081Z Compiling serde_with_macros v3.17.0
16262026-05-19T01:49:42.244Z Compiling postgres-types v0.2.12
16272026-05-19T01:49:42.403Z Compiling usdt-attr-macro v0.6.0
16282026-05-19T01:49:42.421Z Compiling usdt-macro v0.6.0
16292026-05-19T01:49:42.783Z Compiling globset v0.4.18
16302026-05-19T01:49:43.144Z Compiling dtrace-parser v0.2.0
16312026-05-19T01:49:43.177Z Compiling ed25519 v2.2.3
16322026-05-19T01:49:43.191Z Compiling phf_shared v0.11.3
16332026-05-19T01:49:43.366Z Compiling olpc-cjson v0.1.4
16342026-05-19T01:49:43.380Z Compiling pkcs1 v0.7.5
16352026-05-19T01:49:43.445Z Compiling strum_macros v0.26.4
16362026-05-19T01:49:43.449Z Compiling clap_derive v4.5.55
16372026-05-19T01:49:43.565Z Compiling enum-as-inner v0.6.1
16382026-05-19T01:49:43.820Z Compiling serde_plain v1.0.2
16392026-05-19T01:49:43.908Z Compiling serde-big-array v0.5.1
16402026-05-19T01:49:44.057Z Compiling rfc6979 v0.4.0
16412026-05-19T01:49:44.060Z Compiling pem v3.0.6
16422026-05-19T01:49:44.060Z Compiling serde_repr v0.1.20
16432026-05-19T01:49:44.083Z Compiling async-recursion v1.1.1
16442026-05-19T01:49:44.138Z Compiling float-cmp v0.10.0
16452026-05-19T01:49:44.283Z Compiling thread-id v4.2.2
16462026-05-19T01:49:44.347Z Compiling memmap2 v0.9.10
16472026-05-19T01:49:44.368Z Compiling env_filter v1.0.0
16482026-05-19T01:49:44.561Z Compiling data-encoding v2.10.0
16492026-05-19T01:49:44.579Z Compiling rustc-hash v2.1.1
16502026-05-19T01:49:44.674Z Compiling fixedbitset v0.4.2
16512026-05-19T01:49:44.690Z Compiling precomputed-hash v0.1.1
16522026-05-19T01:49:44.717Z Compiling difflib v0.4.0
16532026-05-19T01:49:44.777Z Compiling static_assertions v1.1.0
16542026-05-19T01:49:44.853Z Compiling new_debug_unreachable v1.0.6
16552026-05-19T01:49:44.889Z Compiling either v1.15.0
16562026-05-19T01:49:44.924Z Compiling normalize-line-endings v0.3.0
16572026-05-19T01:49:45.019Z Compiling typed-path v0.9.3
16582026-05-19T01:49:45.091Z Compiling keccak v0.1.6
16592026-05-19T01:49:45.205Z Compiling whoami v2.1.0
16602026-05-19T01:49:45.240Z Compiling jiff v0.2.21
16612026-05-19T01:49:45.259Z Compiling fixedbitset v0.5.7
16622026-05-19T01:49:45.273Z Compiling predicates-core v1.0.10
16632026-05-19T01:49:45.442Z Compiling toml_edit v0.22.27
16642026-05-19T01:49:45.552Z Compiling petgraph v0.8.3
16652026-05-19T01:49:45.566Z Compiling tokio-postgres v0.7.16
16662026-05-19T01:49:45.883Z Compiling predicates v3.1.4
16672026-05-19T01:49:46.206Z Compiling clap v4.5.60
16682026-05-19T01:49:46.291Z Compiling sha3 v0.10.8
16692026-05-19T01:49:46.520Z Compiling strum v0.26.3
16702026-05-19T01:49:46.654Z Compiling itertools v0.13.0
16712026-05-19T01:49:46.742Z Compiling string_cache v0.8.9
16722026-05-19T01:49:46.916Z Compiling hickory-proto v0.25.2
16732026-05-19T01:49:46.965Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16742026-05-19T01:49:47.437Z Compiling petgraph v0.6.5
16752026-05-19T01:49:47.718Z Compiling iddqd v0.3.18
16762026-05-19T01:49:47.862Z Compiling zip v4.6.1
16772026-05-19T01:49:48.137Z Compiling env_logger v0.11.9
16782026-05-19T01:49:48.499Z Compiling usdt v0.6.0
16792026-05-19T01:49:48.798Z Compiling usdt-impl v0.5.0
16802026-05-19T01:49:48.842Z Compiling ecdsa v0.16.9
16812026-05-19T01:49:48.876Z Compiling rsa v0.9.10
16822026-05-19T01:49:48.918Z Compiling ed25519-dalek v2.2.0
16832026-05-19T01:49:49.225Z Compiling serde_with v3.17.0
16842026-05-19T01:49:49.360Z Compiling crossterm v0.28.1
16852026-05-19T01:49:49.579Z Compiling zip v0.6.6
16862026-05-19T01:49:50.149Z Compiling toml v0.7.8
16872026-05-19T01:49:50.742Z Compiling toml_parser v1.0.9+spec-1.1.0
16882026-05-19T01:49:50.777Z Compiling similar v2.7.0
16892026-05-19T01:49:50.814Z Compiling crossbeam-epoch v0.9.18
16902026-05-19T01:49:50.928Z Compiling tokio-stream v0.1.18
16912026-05-19T01:49:51.120Z Compiling buf-list v1.1.2
16922026-05-19T01:49:51.411Z Compiling x509-cert v0.2.5
16932026-05-19T01:49:51.494Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16942026-05-19T01:49:51.494Z Compiling openapiv3 v2.2.0
16952026-05-19T01:49:51.590Z Compiling sha1 v0.10.6
16962026-05-19T01:49:51.630Z Compiling toml_datetime v0.7.5+spec-1.1.0
16972026-05-19T01:49:51.680Z Compiling lalrpop-util v0.19.12
16982026-05-19T01:49:51.793Z Compiling peg-runtime v0.8.5
16992026-05-19T01:49:51.863Z Compiling thread_local v1.1.9
17002026-05-19T01:49:51.914Z Compiling slog-async v2.8.0
17012026-05-19T01:49:52.070Z Compiling crossbeam-channel v0.5.15
17022026-05-19T01:49:52.108Z Compiling filetime v0.2.27
17032026-05-19T01:49:52.183Z Compiling is-terminal v0.4.17
17042026-05-19T01:49:52.216Z Compiling xattr v1.6.1
17052026-05-19T01:49:52.274Z Compiling take_mut v0.2.2
17062026-05-19T01:49:52.274Z Compiling term v1.2.1
17072026-05-19T01:49:52.380Z Compiling tar v0.4.45
17082026-05-19T01:49:52.847Z Compiling slog-term v2.9.2
17092026-05-19T01:50:02.482Z Compiling rustls-webpki v0.103.9
17102026-05-19T01:50:05.247Z Compiling tokio-rustls v0.26.4
17112026-05-19T01:50:05.247Z Compiling rustls-platform-verifier v0.6.2
17122026-05-19T01:50:05.438Z Compiling hyper-rustls v0.27.7
17132026-05-19T01:50:05.648Z Compiling reqwest v0.12.28
17142026-05-19T01:50:05.664Z Compiling reqwest v0.13.2
17152026-05-19T01:50:06.894Z Compiling tough v0.22.0
17162026-05-19T01:50:09.420Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17172026-05-19T01:50:09.624Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17182026-05-19T01:50:12.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17192026-05-19T01:50:12.564Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17202026-05-19T01:50:12.619ZMay 19 01:50:11.049 INFO Starting download, target: Cockroach
17212026-05-19T01:50:12.619ZMay 19 01:50:11.049 INFO Starting download, target: Clickhouse
17222026-05-19T01:50:12.619ZMay 19 01:50:11.049 INFO Starting download, target: Console
17232026-05-19T01:50:12.619ZMay 19 01:50:11.049 INFO Starting download, target: DendriteStub
17242026-05-19T01:50:12.619ZMay 19 01:50:11.049 INFO Starting download, target: MaghemiteMgd
17252026-05-19T01:50:12.619ZMay 19 01:50:11.049 INFO Starting download, target: TransceiverControl
17262026-05-19T01:50:12.619ZMay 19 01:50:11.049 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17272026-05-19T01:50:12.622ZMay 19 01:50:11.049 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17282026-05-19T01:50:12.622ZMay 19 01:50:11.049 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17292026-05-19T01:50:12.622ZMay 19 01:50:11.049 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17302026-05-19T01:50:12.622ZMay 19 01:50:11.049 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17312026-05-19T01:50:12.622ZMay 19 01:50:11.050 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17322026-05-19T01:50:13.055ZMay 19 01:50:11.484 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17332026-05-19T01:50:13.259ZMay 19 01:50:11.687 INFO Download complete, target: TransceiverControl
17342026-05-19T01:50:13.685ZMay 19 01:50:12.107 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17352026-05-19T01:50:13.915ZMay 19 01:50:12.341 INFO Download complete, target: Console
17362026-05-19T01:50:14.122ZMay 19 01:50:12.549 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17372026-05-19T01:50:14.271ZMay 19 01:50:12.701 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17382026-05-19T01:50:14.791ZMay 19 01:50:13.221 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17392026-05-19T01:50:14.791ZMay 19 01:50:13.222 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17402026-05-19T01:50:14.952ZMay 19 01:50:13.381 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17412026-05-19T01:50:16.376ZMay 19 01:50:14.806 INFO Download complete, target: DendriteStub
17422026-05-19T01:50:16.629ZMay 19 01:50:15.056 INFO Download complete, target: MaghemiteMgd
17432026-05-19T01:50:19.413ZMay 19 01:50:17.843 INFO Checking that binary works, target: Cockroach
17442026-05-19T01:50:19.747ZMay 19 01:50:18.178 INFO Download complete, target: Cockroach
17452026-05-19T01:50:21.571ZMay 19 01:50:19.994 INFO Checking that binary works, target: Clickhouse
17462026-05-19T01:50:21.686ZMay 19 01:50:20.115 INFO Download complete, target: Clickhouse
17472026-05-19T01:50:21.720ZAll builder prerequisites installed successfully, and PATH looks valid
17482026-05-19T01:50:21.736Z
17492026-05-19T01:50:21.736Zreal 2:16.678854697
17502026-05-19T01:50:21.737Zuser 6:50.157144925
17512026-05-19T01:50:21.737Zsys 1:21.071922943
17522026-05-19T01:50:21.737Ztrap 0.221441050
17532026-05-19T01:50:21.737Ztflt 0.929779892
17542026-05-19T01:50:21.737Zdflt 1.177036741
17552026-05-19T01:50:21.737Zkflt 0.040091743
17562026-05-19T01:50:21.738Zlock 21:16.321631274
17572026-05-19T01:50:21.738Zslp 21:22.739614248
17582026-05-19T01:50:21.738Zlat 40.942260122
17592026-05-19T01:50:21.738Zstop 1:49.185293377
17602026-05-19T01:50:21.739Z+ banner hack-check
17612026-05-19T01:50:21.739Z
17622026-05-19T01:50:21.739Z # # ## #### # # #### # # ###### #### # #
17632026-05-19T01:50:21.739Z # # # # # # # # # # # # # # # # #
17642026-05-19T01:50:21.739Z ###### # # # #### ##### # ###### ##### # ####
17652026-05-19T01:50:21.739Z # # ###### # # # # # # # # # #
17662026-05-19T01:50:21.739Z # # # # # # # # # # # # # # # # #
17672026-05-19T01:50:21.739Z # # # # #### # # #### # # ###### #### # #
17682026-05-19T01:50:21.739Z
17692026-05-19T01:50:21.739Z+ export CARGO_INCREMENTAL=0
17702026-05-19T01:50:21.739Z+ CARGO_INCREMENTAL=0
17712026-05-19T01:50:21.739Z+ ptime -m timeout 2h cargo xtask check-features --ci
17722026-05-19T01:50:22.241Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17732026-05-19T01:50:22.477Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17742026-05-19T01:50:24.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s
17752026-05-19T01:50:24.378Z Running `target/debug/xtask check-features --ci`
17762026-05-19T01:50:24.396Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17772026-05-19T01:50:24.400Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17782026-05-19T01:50:24.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17792026-05-19T01:50:24.908Z Running `target/debug/xtask download cargo-hack`
17802026-05-19T01:50:25.693Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17812026-05-19T01:50:26.007Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17822026-05-19T01:50:28.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.49s
17832026-05-19T01:50:28.666Z Running `target/debug/xtask-downloader cargo-hack`
17842026-05-19T01:50:28.674ZMay 19 01:50:27.082 INFO Starting download, target: CargoHack
17852026-05-19T01:50:28.674ZMay 19 01:50:27.082 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17862026-05-19T01:50:29.014ZMay 19 01:50:27.444 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17872026-05-19T01:50:29.062ZMay 19 01:50:27.493 INFO Download complete, target: CargoHack
17882026-05-19T01:50:29.065Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
17892026-05-19T01:50:29.077Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17902026-05-19T01:50:29.231Zinfo: running `cargo check --bins` on api_identity (1/276)
17912026-05-19T01:50:29.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17922026-05-19T01:50:29.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17932026-05-19T01:50:29.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17942026-05-19T01:50:29.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17952026-05-19T01:50:29.817Z
17962026-05-19T01:50:29.817Zinfo: running `cargo check --bins` on bootstore (2/276)
17972026-05-19T01:50:30.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17982026-05-19T01:50:30.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17992026-05-19T01:50:30.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18002026-05-19T01:50:30.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18012026-05-19T01:50:30.411Z
18022026-05-19T01:50:30.411Zinfo: running `cargo check --bins` on omicron-ledger (3/276)
18032026-05-19T01:50:30.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18042026-05-19T01:50:30.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18052026-05-19T01:50:30.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18062026-05-19T01:50:30.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18072026-05-19T01:50:30.986Z
18082026-05-19T01:50:30.986Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/276)
18092026-05-19T01:50:31.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18102026-05-19T01:50:31.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18112026-05-19T01:50:31.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18122026-05-19T01:50:31.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18132026-05-19T01:50:31.562Z
18142026-05-19T01:50:31.562Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/276)
18152026-05-19T01:50:32.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18162026-05-19T01:50:32.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18172026-05-19T01:50:32.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18182026-05-19T01:50:32.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18192026-05-19T01:50:32.211Z
18202026-05-19T01:50:32.211Zinfo: running `cargo check --bins` on omicron-certificates (6/276)
18212026-05-19T01:50:32.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18222026-05-19T01:50:32.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18232026-05-19T01:50:32.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18242026-05-19T01:50:32.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18252026-05-19T01:50:32.736Z
18262026-05-19T01:50:32.736Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/276)
18272026-05-19T01:50:33.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18282026-05-19T01:50:33.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18292026-05-19T01:50:33.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18302026-05-19T01:50:33.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18312026-05-19T01:50:33.321Z
18322026-05-19T01:50:33.321Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/276)
18332026-05-19T01:50:33.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18342026-05-19T01:50:33.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18352026-05-19T01:50:33.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18362026-05-19T01:50:33.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18372026-05-19T01:50:33.908Z
18382026-05-19T01:50:33.908Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/276)
18392026-05-19T01:50:34.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18402026-05-19T01:50:34.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18412026-05-19T01:50:34.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18422026-05-19T01:50:34.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18432026-05-19T01:50:34.373Z
18442026-05-19T01:50:34.373Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/276)
18452026-05-19T01:50:34.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18462026-05-19T01:50:34.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18472026-05-19T01:50:34.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18482026-05-19T01:50:34.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18492026-05-19T01:50:34.838Z
18502026-05-19T01:50:34.838Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/276)
18512026-05-19T01:50:35.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18522026-05-19T01:50:35.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18532026-05-19T01:50:35.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18542026-05-19T01:50:35.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18552026-05-19T01:50:35.297Z
18562026-05-19T01:50:35.297Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/276)
18572026-05-19T01:50:35.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18582026-05-19T01:50:35.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18592026-05-19T01:50:35.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18602026-05-19T01:50:35.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18612026-05-19T01:50:35.761Z
18622026-05-19T01:50:35.761Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/276)
18632026-05-19T01:50:36.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18642026-05-19T01:50:36.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18652026-05-19T01:50:36.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18662026-05-19T01:50:36.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18672026-05-19T01:50:36.224Z
18682026-05-19T01:50:36.224Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/276)
18692026-05-19T01:50:36.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18702026-05-19T01:50:36.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18712026-05-19T01:50:36.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18722026-05-19T01:50:36.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18732026-05-19T01:50:36.691Z
18742026-05-19T01:50:36.691Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/276)
18752026-05-19T01:50:37.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18762026-05-19T01:50:37.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18772026-05-19T01:50:37.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18782026-05-19T01:50:37.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18792026-05-19T01:50:37.162Z
18802026-05-19T01:50:37.162Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/276)
18812026-05-19T01:50:37.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18822026-05-19T01:50:37.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18832026-05-19T01:50:37.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18842026-05-19T01:50:37.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18852026-05-19T01:50:37.623Z
18862026-05-19T01:50:37.623Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/276)
18872026-05-19T01:50:38.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18882026-05-19T01:50:38.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18892026-05-19T01:50:38.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18902026-05-19T01:50:38.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18912026-05-19T01:50:38.084Z
18922026-05-19T01:50:38.084Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/276)
18932026-05-19T01:50:38.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18942026-05-19T01:50:38.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18952026-05-19T01:50:38.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18962026-05-19T01:50:38.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18972026-05-19T01:50:38.548Z
18982026-05-19T01:50:38.549Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/276)
18992026-05-19T01:50:38.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19002026-05-19T01:50:38.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19012026-05-19T01:50:38.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19022026-05-19T01:50:38.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19032026-05-19T01:50:39.013Z
19042026-05-19T01:50:39.014Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/276)
19052026-05-19T01:50:39.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19062026-05-19T01:50:39.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19072026-05-19T01:50:39.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19082026-05-19T01:50:39.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19092026-05-19T01:50:39.487Z
19102026-05-19T01:50:39.487Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/276)
19112026-05-19T01:50:39.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19122026-05-19T01:50:39.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19132026-05-19T01:50:39.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19142026-05-19T01:50:39.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19152026-05-19T01:50:39.953Z
19162026-05-19T01:50:39.953Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/276)
19172026-05-19T01:50:40.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19182026-05-19T01:50:40.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19192026-05-19T01:50:40.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19202026-05-19T01:50:40.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19212026-05-19T01:50:40.419Z
19222026-05-19T01:50:40.419Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/276)
19232026-05-19T01:50:40.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19242026-05-19T01:50:40.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19252026-05-19T01:50:40.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19262026-05-19T01:50:40.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19272026-05-19T01:50:40.883Z
19282026-05-19T01:50:40.883Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/276)
19292026-05-19T01:50:41.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19302026-05-19T01:50:41.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19312026-05-19T01:50:41.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19322026-05-19T01:50:41.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19332026-05-19T01:50:41.345Z
19342026-05-19T01:50:41.345Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/276)
19352026-05-19T01:50:41.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19362026-05-19T01:50:41.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19372026-05-19T01:50:41.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19382026-05-19T01:50:41.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19392026-05-19T01:50:41.808Z
19402026-05-19T01:50:41.808Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/276)
19412026-05-19T01:50:42.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19422026-05-19T01:50:42.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19432026-05-19T01:50:42.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19442026-05-19T01:50:42.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19452026-05-19T01:50:42.269Z
19462026-05-19T01:50:42.269Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/276)
19472026-05-19T01:50:42.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19482026-05-19T01:50:42.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19492026-05-19T01:50:42.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19502026-05-19T01:50:42.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19512026-05-19T01:50:42.739Z
19522026-05-19T01:50:42.740Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/276)
19532026-05-19T01:50:43.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19542026-05-19T01:50:43.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19552026-05-19T01:50:43.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19562026-05-19T01:50:43.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19572026-05-19T01:50:43.203Z
19582026-05-19T01:50:43.203Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/276)
19592026-05-19T01:50:43.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19602026-05-19T01:50:43.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19612026-05-19T01:50:43.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19622026-05-19T01:50:43.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19632026-05-19T01:50:43.665Z
19642026-05-19T01:50:43.665Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/276)
19652026-05-19T01:50:44.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19662026-05-19T01:50:44.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19672026-05-19T01:50:44.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19682026-05-19T01:50:44.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19692026-05-19T01:50:44.127Z
19702026-05-19T01:50:44.127Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/276)
19712026-05-19T01:50:44.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19722026-05-19T01:50:44.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19732026-05-19T01:50:44.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19742026-05-19T01:50:44.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19752026-05-19T01:50:44.591Z
19762026-05-19T01:50:44.591Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/276)
19772026-05-19T01:50:44.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19782026-05-19T01:50:45.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19792026-05-19T01:50:45.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19802026-05-19T01:50:45.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19812026-05-19T01:50:45.059Z
19822026-05-19T01:50:45.059Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/276)
19832026-05-19T01:50:45.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19842026-05-19T01:50:45.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19852026-05-19T01:50:45.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19862026-05-19T01:50:45.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19872026-05-19T01:50:45.522Z
19882026-05-19T01:50:45.522Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/276)
19892026-05-19T01:50:45.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19902026-05-19T01:50:45.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19912026-05-19T01:50:45.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19922026-05-19T01:50:45.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19932026-05-19T01:50:45.986Z
19942026-05-19T01:50:45.986Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/276)
19952026-05-19T01:50:46.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19962026-05-19T01:50:46.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19972026-05-19T01:50:46.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19982026-05-19T01:50:46.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19992026-05-19T01:50:46.454Z
20002026-05-19T01:50:46.454Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/276)
20012026-05-19T01:50:46.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20022026-05-19T01:50:46.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20032026-05-19T01:50:46.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20042026-05-19T01:50:46.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20052026-05-19T01:50:46.917Z
20062026-05-19T01:50:46.917Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/276)
20072026-05-19T01:50:47.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20082026-05-19T01:50:47.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20092026-05-19T01:50:47.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20102026-05-19T01:50:47.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20112026-05-19T01:50:47.378Z
20122026-05-19T01:50:47.378Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/276)
20132026-05-19T01:50:47.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20142026-05-19T01:50:47.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20152026-05-19T01:50:47.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20162026-05-19T01:50:47.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20172026-05-19T01:50:47.850Z
20182026-05-19T01:50:47.850Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/276)
20192026-05-19T01:50:48.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20202026-05-19T01:50:48.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20212026-05-19T01:50:48.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20222026-05-19T01:50:48.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20232026-05-19T01:50:48.322Z
20242026-05-19T01:50:48.322Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/276)
20252026-05-19T01:50:48.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20262026-05-19T01:50:48.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20272026-05-19T01:50:48.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20282026-05-19T01:50:48.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20292026-05-19T01:50:48.781Z
20302026-05-19T01:50:48.781Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/276)
20312026-05-19T01:50:49.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20322026-05-19T01:50:49.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20332026-05-19T01:50:49.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20342026-05-19T01:50:49.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20352026-05-19T01:50:49.259Z
20362026-05-19T01:50:49.259Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/276)
20372026-05-19T01:50:49.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20382026-05-19T01:50:49.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20392026-05-19T01:50:49.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20402026-05-19T01:50:49.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20412026-05-19T01:50:49.722Z
20422026-05-19T01:50:49.722Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/276)
20432026-05-19T01:50:50.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20442026-05-19T01:50:50.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20452026-05-19T01:50:50.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20462026-05-19T01:50:50.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20472026-05-19T01:50:50.186Z
20482026-05-19T01:50:50.186Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/276)
20492026-05-19T01:50:50.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20502026-05-19T01:50:50.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20512026-05-19T01:50:50.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20522026-05-19T01:50:50.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20532026-05-19T01:50:50.663Z
20542026-05-19T01:50:50.663Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/276)
20552026-05-19T01:50:51.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20562026-05-19T01:50:51.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20572026-05-19T01:50:51.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20582026-05-19T01:50:51.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20592026-05-19T01:50:51.128Z
20602026-05-19T01:50:51.128Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/276)
20612026-05-19T01:50:51.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20622026-05-19T01:50:51.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20632026-05-19T01:50:51.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20642026-05-19T01:50:51.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20652026-05-19T01:50:51.597Z
20662026-05-19T01:50:51.597Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/276)
20672026-05-19T01:50:51.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20682026-05-19T01:50:52.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20692026-05-19T01:50:52.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20702026-05-19T01:50:52.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20712026-05-19T01:50:52.059Z
20722026-05-19T01:50:52.059Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/276)
20732026-05-19T01:50:52.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20742026-05-19T01:50:52.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20752026-05-19T01:50:52.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20762026-05-19T01:50:52.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20772026-05-19T01:50:52.529Z
20782026-05-19T01:50:52.529Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/276)
20792026-05-19T01:50:53.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20802026-05-19T01:50:53.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20812026-05-19T01:50:53.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20822026-05-19T01:50:53.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20832026-05-19T01:50:53.165Z
20842026-05-19T01:50:53.165Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/276)
20852026-05-19T01:50:53.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20862026-05-19T01:50:53.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20872026-05-19T01:50:53.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20882026-05-19T01:50:53.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20892026-05-19T01:50:53.806Z
20902026-05-19T01:50:53.806Zinfo: running `cargo check --bins` on nexus-config (51/276)
20912026-05-19T01:50:54.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20922026-05-19T01:50:54.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20932026-05-19T01:50:54.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20942026-05-19T01:50:54.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20952026-05-19T01:50:54.441Z
20962026-05-19T01:50:54.441Zinfo: running `cargo check --bins` on nexus-types (52/276)
20972026-05-19T01:50:54.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20982026-05-19T01:50:54.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20992026-05-19T01:50:54.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21002026-05-19T01:50:54.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21012026-05-19T01:50:55.070Z
21022026-05-19T01:50:55.070Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/276)
21032026-05-19T01:50:55.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21042026-05-19T01:50:55.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21052026-05-19T01:50:55.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21062026-05-19T01:50:55.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21072026-05-19T01:50:55.668Z
21082026-05-19T01:50:55.668Zinfo: running `cargo check --bins` on omicron-passwords (54/276)
21092026-05-19T01:50:56.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21102026-05-19T01:50:56.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21112026-05-19T01:50:56.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21122026-05-19T01:50:56.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21132026-05-19T01:50:56.246Z
21142026-05-19T01:50:56.246Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/276)
21152026-05-19T01:50:56.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21162026-05-19T01:50:56.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21172026-05-19T01:50:56.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21182026-05-19T01:50:56.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21192026-05-19T01:50:56.840Z
21202026-05-19T01:50:56.840Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/276)
21212026-05-19T01:50:57.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21222026-05-19T01:50:57.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21232026-05-19T01:50:57.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21242026-05-19T01:50:57.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21252026-05-19T01:50:57.437Z
21262026-05-19T01:50:57.437Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/276)
21272026-05-19T01:50:57.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21282026-05-19T01:50:57.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21292026-05-19T01:50:57.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21302026-05-19T01:50:57.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21312026-05-19T01:50:58.036Z
21322026-05-19T01:50:58.036Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/276)
21332026-05-19T01:50:58.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21342026-05-19T01:50:58.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21352026-05-19T01:50:58.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21362026-05-19T01:50:58.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21372026-05-19T01:50:58.637Z
21382026-05-19T01:50:58.637Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/276)
21392026-05-19T01:50:59.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21402026-05-19T01:50:59.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21412026-05-19T01:50:59.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21422026-05-19T01:50:59.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21432026-05-19T01:50:59.224Z
21442026-05-19T01:50:59.224Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/276)
21452026-05-19T01:50:59.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21462026-05-19T01:50:59.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21472026-05-19T01:50:59.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21482026-05-19T01:50:59.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21492026-05-19T01:50:59.816Z
21502026-05-19T01:50:59.817Zinfo: running `cargo check --bins --no-default-features` on gfss (61/276)
21512026-05-19T01:51:00.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21522026-05-19T01:51:00.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21532026-05-19T01:51:00.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21542026-05-19T01:51:00.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21552026-05-19T01:51:00.400Z
21562026-05-19T01:51:00.400Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/276)
21572026-05-19T01:51:00.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21582026-05-19T01:51:00.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21592026-05-19T01:51:00.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21602026-05-19T01:51:00.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21612026-05-19T01:51:00.985Z
21622026-05-19T01:51:00.985Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/276)
21632026-05-19T01:51:01.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21642026-05-19T01:51:01.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21652026-05-19T01:51:01.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21662026-05-19T01:51:01.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21672026-05-19T01:51:01.585Z
21682026-05-19T01:51:01.585Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/276)
21692026-05-19T01:51:02.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21702026-05-19T01:51:02.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21712026-05-19T01:51:02.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21722026-05-19T01:51:02.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21732026-05-19T01:51:02.178Z
21742026-05-19T01:51:02.178Zinfo: running `cargo check --bins` on cockroach-admin-types (65/276)
21752026-05-19T01:51:02.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21762026-05-19T01:51:02.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21772026-05-19T01:51:02.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21782026-05-19T01:51:02.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21792026-05-19T01:51:02.767Z
21802026-05-19T01:51:02.767Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/276)
21812026-05-19T01:51:03.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21822026-05-19T01:51:03.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21832026-05-19T01:51:03.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21842026-05-19T01:51:03.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21852026-05-19T01:51:03.350Z
21862026-05-19T01:51:03.350Zinfo: running `cargo check --bins` on ereport-types (67/276)
21872026-05-19T01:51:03.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21882026-05-19T01:51:03.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21892026-05-19T01:51:03.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21902026-05-19T01:51:03.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21912026-05-19T01:51:03.936Z
21922026-05-19T01:51:03.936Zinfo: running `cargo check --bins` on gateway-client (68/276)
21932026-05-19T01:51:04.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21942026-05-19T01:51:04.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21952026-05-19T01:51:04.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21962026-05-19T01:51:04.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21972026-05-19T01:51:04.527Z
21982026-05-19T01:51:04.527Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/276)
21992026-05-19T01:51:05.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22002026-05-19T01:51:05.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22012026-05-19T01:51:05.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22022026-05-19T01:51:05.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22032026-05-19T01:51:05.120Z
22042026-05-19T01:51:05.120Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/276)
22052026-05-19T01:51:05.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22062026-05-19T01:51:05.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22072026-05-19T01:51:05.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22082026-05-19T01:51:05.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22092026-05-19T01:51:05.709Z
22102026-05-19T01:51:05.709Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/276)
22112026-05-19T01:51:06.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22122026-05-19T01:51:06.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22132026-05-19T01:51:06.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22142026-05-19T01:51:06.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22152026-05-19T01:51:06.301Z
22162026-05-19T01:51:06.302Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/276)
22172026-05-19T01:51:06.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22182026-05-19T01:51:06.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22192026-05-19T01:51:06.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22202026-05-19T01:51:06.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22212026-05-19T01:51:06.889Z
22222026-05-19T01:51:06.889Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/276)
22232026-05-19T01:51:07.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22242026-05-19T01:51:07.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22252026-05-19T01:51:07.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22262026-05-19T01:51:07.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22272026-05-19T01:51:07.500Z
22282026-05-19T01:51:07.500Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/276)
22292026-05-19T01:51:08.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22302026-05-19T01:51:08.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22312026-05-19T01:51:08.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22322026-05-19T01:51:08.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22332026-05-19T01:51:08.112Z
22342026-05-19T01:51:08.112Zinfo: running `cargo check --bins` on key-manager-types (75/276)
22352026-05-19T01:51:08.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22362026-05-19T01:51:08.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22372026-05-19T01:51:08.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22382026-05-19T01:51:08.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22392026-05-19T01:51:08.702Z
22402026-05-19T01:51:08.702Zinfo: running `cargo check --bins` on oxlog (76/276)
22412026-05-19T01:51:09.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22422026-05-19T01:51:09.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22432026-05-19T01:51:09.306Z Checking cfg-if v1.0.4
22442026-05-19T01:51:09.309Z Checking libc v0.2.185
22452026-05-19T01:51:09.309Z Checking serde_core v1.0.228
22462026-05-19T01:51:09.424Z Checking zeroize v1.8.2
22472026-05-19T01:51:09.432Z Checking memchr v2.8.0
22482026-05-19T01:51:09.442Z Checking log v0.4.29
22492026-05-19T01:51:09.451Z Checking smallvec v1.15.1
22502026-05-19T01:51:09.462Z Checking typenum v1.19.0
22512026-05-19T01:51:09.462Z Checking subtle v2.6.1
22522026-05-19T01:51:09.561Z Checking itoa v1.0.17
22532026-05-19T01:51:09.596Z Checking scopeguard v1.2.0
22542026-05-19T01:51:09.608Z Checking stable_deref_trait v1.2.1
22552026-05-19T01:51:09.621Z Checking const-oid v0.9.6
22562026-05-19T01:51:09.678Z Checking zerofrom v0.1.6
22572026-05-19T01:51:09.694Z Checking lock_api v0.4.14
22582026-05-19T01:51:09.706Z Checking pin-project-lite v0.2.17
22592026-05-19T01:51:09.791Z Checking yoke v0.8.1
22602026-05-19T01:51:09.802Z Checking portable-atomic v1.13.1
22612026-05-19T01:51:09.813Z Checking getrandom v0.2.17
22622026-05-19T01:51:09.813Z Checking errno v0.3.14
22632026-05-19T01:51:09.888Z Checking parking_lot_core v0.9.12
22642026-05-19T01:51:09.933Z Checking signal-hook-registry v1.4.8
22652026-05-19T01:51:09.947Z Checking zerovec v0.11.5
22662026-05-19T01:51:09.959Z Checking rand_core v0.6.4
22672026-05-19T01:51:09.994Z Checking generic-array v0.14.7
22682026-05-19T01:51:10.066Z Checking critical-section v1.2.0
22692026-05-19T01:51:10.086Z Checking futures-core v0.3.32
22702026-05-19T01:51:10.123Z Checking parking_lot v0.12.5
22712026-05-19T01:51:10.158Z Checking mio v1.2.0
22722026-05-19T01:51:10.188Z Checking once_cell v1.21.3
22732026-05-19T01:51:10.203Z Checking zerocopy v0.8.40
22742026-05-19T01:51:10.306Z Checking zmij v1.0.21
22752026-05-19T01:51:10.309Z Checking socket2 v0.6.3
22762026-05-19T01:51:10.361Z Checking libm v0.2.16
22772026-05-19T01:51:10.376Z Checking tinystr v0.8.2
22782026-05-19T01:51:10.427Z Checking crypto-common v0.1.7
22792026-05-19T01:51:10.440Z Checking block-buffer v0.10.4
22802026-05-19T01:51:10.541Z Checking equivalent v1.0.2
22812026-05-19T01:51:10.553Z Checking writeable v0.6.2
22822026-05-19T01:51:10.556Z Checking percent-encoding v2.3.2
22832026-05-19T01:51:10.575Z Checking digest v0.10.7
22842026-05-19T01:51:10.585Z Checking litemap v0.8.1
22852026-05-19T01:51:10.618Z Checking potential_utf v0.1.4
22862026-05-19T01:51:10.695Z Checking zerotrie v0.2.3
22872026-05-19T01:51:10.709Z Checking futures-sink v0.3.32
22882026-05-19T01:51:10.742Z Checking icu_collections v2.1.1
22892026-05-19T01:51:10.753Z Checking icu_locale_core v2.1.1
22902026-05-19T01:51:10.766Z Checking slab v0.4.12
22912026-05-19T01:51:10.802Z Checking futures-channel v0.3.32
22922026-05-19T01:51:10.899Z Checking serde v1.0.228
22932026-05-19T01:51:10.917Z Checking bitflags v2.11.0
22942026-05-19T01:51:10.930Z Checking serde_json v1.0.149
22952026-05-19T01:51:10.990Z Checking futures-io v0.3.32
22962026-05-19T01:51:11.039Z Checking cpufeatures v0.2.17
22972026-05-19T01:51:11.042Z Checking num-traits v0.2.19
22982026-05-19T01:51:11.078Z Checking futures-task v0.3.32
22992026-05-19T01:51:11.098Z Checking hmac v0.12.1
23002026-05-19T01:51:11.115Z Checking icu_properties_data v2.1.2
23012026-05-19T01:51:11.211Z Checking futures-util v0.3.32
23022026-05-19T01:51:11.225Z Checking icu_normalizer_data v2.1.1
23032026-05-19T01:51:11.239Z Checking hashbrown v0.17.0
23042026-05-19T01:51:11.289Z Checking bytes v1.11.1
23052026-05-19T01:51:11.292Z Checking rand_core v0.10.0
23062026-05-19T01:51:11.313Z Checking icu_provider v2.1.1
23072026-05-19T01:51:11.436Z Checking getrandom v0.4.1
23082026-05-19T01:51:11.535Z Checking icu_properties v2.1.2
23092026-05-19T01:51:11.550Z Checking icu_normalizer v2.1.1
23102026-05-19T01:51:11.569Z Checking block-padding v0.3.3
23112026-05-19T01:51:11.584Z Checking utf8_iter v1.0.4
23122026-05-19T01:51:11.685Z Checking indexmap v2.14.0
23132026-05-19T01:51:11.697Z Checking inout v0.1.4
23142026-05-19T01:51:11.708Z Checking sha2 v0.10.9
23152026-05-19T01:51:11.720Z Checking tokio v1.52.1
23162026-05-19T01:51:11.829Z Checking cipher v0.4.4
23172026-05-19T01:51:11.842Z Checking form_urlencoded v1.2.2
23182026-05-19T01:51:11.962Z Checking getrandom v0.3.4
23192026-05-19T01:51:11.974Z Checking fnv v1.0.7
23202026-05-19T01:51:12.030Z Checking byteorder v1.5.0
23212026-05-19T01:51:12.060Z Checking base64ct v1.8.3
23222026-05-19T01:51:12.103Z Checking flagset v0.4.7
23232026-05-19T01:51:12.225Z Checking rand_core v0.9.5
23242026-05-19T01:51:12.228Z Checking http v1.4.0
23252026-05-19T01:51:12.251Z Checking regex-syntax v0.8.10
23262026-05-19T01:51:12.286Z Checking pem-rfc7468 v0.7.0
23272026-05-19T01:51:12.340Z Checking idna_adapter v1.2.1
23282026-05-19T01:51:12.400Z Checking salsa20 v0.10.2
23292026-05-19T01:51:12.438Z Checking der v0.7.10
23302026-05-19T01:51:12.455Z Checking idna v1.1.0
23312026-05-19T01:51:12.529Z Checking uuid v1.23.0
23322026-05-19T01:51:12.707Z Checking url v2.5.8
23332026-05-19T01:51:12.797Z Checking pbkdf2 v0.12.2
23342026-05-19T01:51:12.841Z Checking rustix v1.1.3
23352026-05-19T01:51:12.903Z Checking tracing-core v0.1.36
23362026-05-19T01:51:12.927Z Checking ppv-lite86 v0.2.21
23372026-05-19T01:51:13.080Z Checking rustls-pki-types v1.14.0
23382026-05-19T01:51:13.159Z Checking iana-time-zone v0.1.65
23392026-05-19T01:51:13.164Z Checking spki v0.7.3
23402026-05-19T01:51:13.205Z Checking base64 v0.22.1
23412026-05-19T01:51:13.217Z Checking rand_chacha v0.9.0
23422026-05-19T01:51:13.244Z Checking chrono v0.4.44
23432026-05-19T01:51:13.320Z Checking tracing v0.1.44
23442026-05-19T01:51:13.359Z Checking scrypt v0.11.0
23452026-05-19T01:51:13.408Z Checking http-body v1.0.1
23462026-05-19T01:51:13.436Z Checking cbc v0.1.2
23472026-05-19T01:51:13.494Z Checking aes v0.8.4
23482026-05-19T01:51:13.517Z Checking aws-lc-sys v0.40.0
23492026-05-19T01:51:13.532Z Checking tinyvec_macros v0.1.1
23502026-05-19T01:51:13.550Z Checking openssl-probe v0.2.1
23512026-05-19T01:51:13.562Z Checking untrusted v0.7.1
23522026-05-19T01:51:13.595Z Checking untrusted v0.9.0
23532026-05-19T01:51:13.653Z Checking tinyvec v1.10.0
23542026-05-19T01:51:13.668Z Checking rand v0.9.2
23552026-05-19T01:51:13.682Z Checking tower-layer v0.3.3
23562026-05-19T01:51:13.700Z Checking ring v0.17.14
23572026-05-19T01:51:13.824Z Checking tower-service v0.3.3
23582026-05-19T01:51:13.873Z Checking pkcs5 v0.7.1
23592026-05-19T01:51:13.910Z Checking try-lock v0.2.5
23602026-05-19T01:51:13.950Z Checking atomic-waker v1.1.2
23612026-05-19T01:51:14.005Z Checking want v0.3.1
23622026-05-19T01:51:14.017Z Checking aws-lc-rs v1.16.3
23632026-05-19T01:51:14.046Z Checking ipnet v2.11.0
23642026-05-19T01:51:14.088Z Checking httparse v1.10.1
23652026-05-19T01:51:14.119Z Checking aho-corasick v1.1.4
23662026-05-19T01:51:14.122Z Checking pkcs8 v0.10.2
23672026-05-19T01:51:14.144Z Checking pin-utils v0.1.0
23682026-05-19T01:51:14.210Z Checking plain v0.2.3
23692026-05-19T01:51:14.291Z Checking dyn-clone v1.0.20
23702026-05-19T01:51:14.302Z Checking foreign-types-shared v0.1.1
23712026-05-19T01:51:14.314Z Checking fastrand v2.3.0
23722026-05-19T01:51:14.325Z Checking httpdate v1.0.3
23732026-05-19T01:51:14.378Z Checking foreign-types v0.3.2
23742026-05-19T01:51:14.393Z Checking unicode-normalization v0.1.25
23752026-05-19T01:51:14.445Z Checking semver v1.0.28
23762026-05-19T01:51:14.461Z Checking openssl-sys v0.9.115
23772026-05-19T01:51:14.485Z Checking tempfile v3.25.0
23782026-05-19T01:51:14.649Z Checking spin v0.9.8
23792026-05-19T01:51:14.677Z Checking ucd-trie v0.1.7
23802026-05-19T01:51:14.694Z Checking unicode-ident v1.0.24
23812026-05-19T01:51:14.787Z Checking regex-automata v0.4.14
23822026-05-19T01:51:14.801Z Checking proc-macro2 v1.0.106
23832026-05-19T01:51:14.814Z Checking pest v2.8.6
23842026-05-19T01:51:14.825Z Checking schemars v0.8.22
23852026-05-19T01:51:14.846Z Checking rustls-native-certs v0.8.3
23862026-05-19T01:51:14.859Z Checking rustls-webpki v0.103.9
23872026-05-19T01:51:14.862Z Checking openssl v0.10.79
23882026-05-19T01:51:14.921Z Checking tokio-util v0.7.18
23892026-05-19T01:51:14.969Z Checking thiserror v2.0.18
23902026-05-19T01:51:15.067Z Checking sync_wrapper v1.0.2
23912026-05-19T01:51:15.116Z Checking wait-timeout v0.2.1
23922026-05-19T01:51:15.166Z Checking simd-adler32 v0.3.8
23932026-05-19T01:51:15.234Z Checking pretty-hex v0.4.1
23942026-05-19T01:51:15.281Z Checking rustls v0.23.37
23952026-05-19T01:51:15.333Z Checking siphasher v1.0.2
23962026-05-19T01:51:15.347Z Checking quick-error v1.2.3
23972026-05-19T01:51:15.445Z Checking bit-vec v0.8.0
23982026-05-19T01:51:15.470Z Checking anstyle v1.0.13
23992026-05-19T01:51:15.485Z Checking powerfmt v0.2.0
24002026-05-19T01:51:15.524Z Checking h2 v0.4.13
24012026-05-19T01:51:15.627Z Checking utf8parse v0.2.2
24022026-05-19T01:51:15.640Z Checking deranged v0.5.8
24032026-05-19T01:51:15.652Z Checking bit-set v0.8.0
24042026-05-19T01:51:15.725Z Checking anstyle-parse v0.2.7
24052026-05-19T01:51:15.791Z Checking rusty-fork v0.3.1
24062026-05-19T01:51:15.854Z Checking tower v0.5.3
24072026-05-19T01:51:15.870Z Checking quote v1.0.45
24082026-05-19T01:51:15.957Z Compiling newtype-uuid v1.3.2
24092026-05-19T01:51:16.036Z Checking http-body-util v0.1.3
24102026-05-19T01:51:16.134Z Checking webpki-roots v1.0.6
24112026-05-19T01:51:16.229Z Checking crossbeam-utils v0.8.21
24122026-05-19T01:51:16.245Z Checking rand_xorshift v0.4.0
24132026-05-19T01:51:16.258Z Checking crc32fast v1.5.0
24142026-05-19T01:51:16.361Z Checking scroll v0.13.0
24152026-05-19T01:51:16.389Z Checking signature v2.2.0
24162026-05-19T01:51:16.515Z Checking anstyle-query v1.1.5
24172026-05-19T01:51:16.548Z Checking time-core v0.1.8
24182026-05-19T01:51:16.560Z Checking adler2 v2.0.1
24192026-05-19T01:51:16.580Z Checking num_threads v0.1.7
24202026-05-19T01:51:16.600Z Checking allocator-api2 v0.2.21
24212026-05-19T01:51:16.614Z Checking unicode-properties v0.1.4
24222026-05-19T01:51:16.658Z Checking ryu v1.0.23
24232026-05-19T01:51:16.661Z Checking unarray v0.1.4
24242026-05-19T01:51:16.683Z Checking num-conv v0.2.0
24252026-05-19T01:51:16.771Z Checking is_terminal_polyfill v1.70.2
24262026-05-19T01:51:16.791Z Checking colorchoice v1.0.4
24272026-05-19T01:51:16.803Z Checking unicode-bidi v0.3.18
24282026-05-19T01:51:16.806Z Checking iri-string v0.7.10
24292026-05-19T01:51:16.852Z Checking serde_urlencoded v0.7.1
24302026-05-19T01:51:16.864Z Checking native-tls v0.2.18
24312026-05-19T01:51:16.878Z Checking time v0.3.47
24322026-05-19T01:51:16.890Z Checking anstream v0.6.21
24332026-05-19T01:51:17.032Z Checking tokio-native-tls v0.3.1
24342026-05-19T01:51:17.046Z Checking proptest v1.10.0
24352026-05-19T01:51:17.083Z Checking miniz_oxide v0.8.9
24362026-05-19T01:51:17.096Z Checking stringprep v0.1.5
24372026-05-19T01:51:17.180Z Checking bstr v1.12.1
24382026-05-19T01:51:17.242Z Checking goblin v0.10.5
24392026-05-19T01:51:17.424Z Checking crossbeam-epoch v0.9.18
24402026-05-19T01:51:17.577Z Compiling daft v0.1.5
24412026-05-19T01:51:17.614Z Checking tokio-rustls v0.26.4
24422026-05-19T01:51:17.642Z Checking syn v2.0.117
24432026-05-19T01:51:17.797Z Checking tower-http v0.6.8
24442026-05-19T01:51:17.836Z Checking ipnetwork v0.21.1
24452026-05-19T01:51:17.850Z Checking rand_chacha v0.3.1
24462026-05-19T01:51:17.987Z Checking thiserror v1.0.69
24472026-05-19T01:51:18.044Z Checking scroll v0.12.0
24482026-05-19T01:51:18.056Z Checking zstd-sys v2.0.16+zstd.1.5.7
24492026-05-19T01:51:18.068Z Checking hash32 v0.2.1
24502026-05-19T01:51:18.079Z Checking num-integer v0.1.46
24512026-05-19T01:51:18.160Z Checking toml_datetime v0.6.11
24522026-05-19T01:51:18.173Z Checking hyper v1.8.1
24532026-05-19T01:51:18.216Z Checking serde_spanned v0.6.9
24542026-05-19T01:51:18.263Z Checking md-5 v0.10.6
24552026-05-19T01:51:18.296Z Checking ff v0.13.1
24562026-05-19T01:51:18.335Z Checking zlib-rs v0.6.2
24572026-05-19T01:51:18.339Z Checking psl-types v2.0.11
24582026-05-19T01:51:18.396Z Checking base16ct v0.2.0
24592026-05-19T01:51:18.420Z Checking fallible-iterator v0.2.0
24602026-05-19T01:51:18.461Z Compiling iddqd v0.3.18
24612026-05-19T01:51:18.518Z Checking sec1 v0.7.3
24622026-05-19T01:51:18.695Z Checking postgres-protocol v0.6.10
24632026-05-19T01:51:18.718Z Checking publicsuffix v2.3.0
24642026-05-19T01:51:18.872Z Checking group v0.13.0
24652026-05-19T01:51:18.974Z Checking num-iter v0.1.45
24662026-05-19T01:51:18.997Z Checking goblin v0.8.2
24672026-05-19T01:51:19.017Z Checking heapless v0.7.17
24682026-05-19T01:51:19.048Z Checking hyper-util v0.1.20
24692026-05-19T01:51:19.079Z Checking zstd-safe v7.2.4
24702026-05-19T01:51:19.192Z Checking flate2 v1.1.9
24712026-05-19T01:51:19.238Z Checking rand v0.8.6
24722026-05-19T01:51:19.417Z Checking oxnet v0.1.4
24732026-05-19T01:51:19.488Z Checking cookie v0.18.1
24742026-05-19T01:51:19.528Z Checking dof v0.4.0
24752026-05-19T01:51:19.567Z Checking dtrace-parser v0.3.0
24762026-05-19T01:51:19.646Z Checking phf_shared v0.13.1
24772026-05-19T01:51:19.719Z Checking lazy_static v1.5.0
24782026-05-19T01:51:19.759Z Checking pin-project v1.1.11
24792026-05-19T01:51:19.808Z Checking zerocopy v0.7.35
24802026-05-19T01:51:19.820Z Checking terminal_size v0.4.3
24812026-05-19T01:51:19.850Z Checking bzip2-sys v0.1.13+1.0.8
24822026-05-19T01:51:19.861Z Checking signal-hook v0.3.18
24832026-05-19T01:51:19.915Z Checking futures-executor v0.3.32
24842026-05-19T01:51:19.929Z Checking hex v0.4.3
24852026-05-19T01:51:19.929Z Checking hkdf v0.12.4
24862026-05-19T01:51:20.048Z Checking crypto-bigint v0.5.5
24872026-05-19T01:51:20.064Z Checking thread-id v5.1.0
24882026-05-19T01:51:20.074Z Checking encoding_rs v0.8.35
24892026-05-19T01:51:20.138Z Compiling rayon-core v1.13.0
24902026-05-19T01:51:20.150Z Checking winnow v0.5.40
24912026-05-19T01:51:20.182Z Checking same-file v1.0.6
24922026-05-19T01:51:20.294Z Checking mime v0.3.17
24932026-05-19T01:51:20.305Z Checking bumpalo v3.20.2
24942026-05-19T01:51:20.316Z Checking libbz2-rs-sys v0.2.2
24952026-05-19T01:51:20.319Z Checking hyper-rustls v0.27.7
24962026-05-19T01:51:20.461Z Checking hyper-tls v0.6.0
24972026-05-19T01:51:20.500Z Checking winnow v0.7.14
24982026-05-19T01:51:20.530Z Checking foldhash v0.2.0
24992026-05-19T01:51:20.629Z Checking managed v0.8.0
25002026-05-19T01:51:20.685Z Checking foldhash v0.1.5
25012026-05-19T01:51:20.697Z Checking bitflags v1.3.2
25022026-05-19T01:51:20.767Z Checking either v1.15.0
25032026-05-19T01:51:20.809Z Checking clap_lex v1.0.0
25042026-05-19T01:51:20.821Z Checking strsim v0.11.1
25052026-05-19T01:51:20.886Z Checking dof v0.3.0
25062026-05-19T01:51:20.935Z Checking elliptic-curve v0.13.8
25072026-05-19T01:51:20.947Z Checking hashbrown v0.15.5
25082026-05-19T01:51:20.959Z Checking smoltcp v0.9.1
25092026-05-19T01:51:20.971Z Checking clap_builder v4.5.60
25102026-05-19T01:51:21.003Z Checking reqwest v0.12.28
25112026-05-19T01:51:21.274Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25122026-05-19T01:51:21.279Z Checking bzip2 v0.6.1
25132026-05-19T01:51:21.284Z Checking toml_edit v0.19.15
25142026-05-19T01:51:21.344Z Checking hashbrown v0.16.1
25152026-05-19T01:51:21.390Z Checking zopfli v0.8.3
25162026-05-19T01:51:21.421Z Checking walkdir v2.5.0
25172026-05-19T01:51:21.538Z Checking usdt-impl v0.6.0
25182026-05-19T01:51:21.573Z Checking futures v0.3.32
25192026-05-19T01:51:21.649Z Checking signal-hook-mio v0.2.5
25202026-05-19T01:51:21.675Z Checking bzip2 v0.4.4
25212026-05-19T01:51:21.703Z Checking phf v0.13.1
25222026-05-19T01:51:21.746Z Checking snafu v0.8.9
25232026-05-19T01:51:21.812Z Checking num-bigint-dig v0.8.6
25242026-05-19T01:51:21.831Z Checking cookie_store v0.22.1
25252026-05-19T01:51:21.854Z Checking zstd v0.13.3
25262026-05-19T01:51:21.864Z Checking postgres-types v0.2.12
25272026-05-19T01:51:21.978Z Checking dtrace-parser v0.2.0
25282026-05-19T01:51:22.036Z Checking crossbeam-deque v0.8.6
25292026-05-19T01:51:22.076Z Checking rustls-platform-verifier v0.6.2
25302026-05-19T01:51:22.148Z Checking globset v0.4.18
25312026-05-19T01:51:22.170Z Checking regex v1.12.3
25322026-05-19T01:51:22.188Z Checking ed25519 v2.2.3
25332026-05-19T01:51:22.205Z Checking phf_shared v0.11.3
25342026-05-19T01:51:22.208Z Checking olpc-cjson v0.1.4
25352026-05-19T01:51:22.208Z Checking curve25519-dalek v4.1.3
25362026-05-19T01:51:22.292Z Checking ref-cast v1.0.25
25372026-05-19T01:51:22.344Z Checking strum v0.27.2
25382026-05-19T01:51:22.347Z Checking hubpack v0.1.2
25392026-05-19T01:51:22.367Z Checking memoffset v0.9.1
25402026-05-19T01:51:22.386Z Checking rustix v0.38.44
25412026-05-19T01:51:22.397Z Checking pkcs1 v0.7.5
25422026-05-19T01:51:22.443Z Checking pem v3.0.6
25432026-05-19T01:51:22.446Z Checking float-cmp v0.10.0
25442026-05-19T01:51:22.467Z Checking serde-big-array v0.5.1
25452026-05-19T01:51:22.513Z Checking erased-serde v0.3.31
25462026-05-19T01:51:22.577Z Checking serde_plain v1.0.2
25472026-05-19T01:51:22.593Z Checking rfc6979 v0.4.0
25482026-05-19T01:51:22.597Z Checking thread-id v4.2.2
25492026-05-19T01:51:22.618Z Checking memmap2 v0.9.10
25502026-05-19T01:51:22.628Z Checking env_filter v1.0.0
25512026-05-19T01:51:22.678Z Checking unicode-segmentation v1.12.0
25522026-05-19T01:51:22.701Z Checking static_assertions v1.1.0
25532026-05-19T01:51:22.715Z Checking typed-path v0.9.3
25542026-05-19T01:51:22.753Z Checking predicates-core v1.0.10
25552026-05-19T01:51:22.767Z Checking new_debug_unreachable v1.0.6
25562026-05-19T01:51:22.780Z Checking jiff v0.2.21
25572026-05-19T01:51:22.832Z Checking fixedbitset v0.5.7
25582026-05-19T01:51:22.873Z Checking rustc-hash v2.1.1
25592026-05-19T01:51:22.892Z Checking normalize-line-endings v0.3.0
25602026-05-19T01:51:22.977Z Checking fixedbitset v0.4.2
25612026-05-19T01:51:22.989Z Checking precomputed-hash v0.1.1
25622026-05-19T01:51:22.992Z Checking difflib v0.4.0
25632026-05-19T01:51:23.012Z Checking toml_write v0.1.2
25642026-05-19T01:51:23.024Z Checking data-encoding v2.10.0
25652026-05-19T01:51:23.078Z Checking keccak v0.1.6
25662026-05-19T01:51:23.120Z Checking whoami v2.1.0
25672026-05-19T01:51:23.161Z Checking predicates v3.1.4
25682026-05-19T01:51:23.173Z Checking toml_edit v0.22.27
25692026-05-19T01:51:23.177Z Checking crossterm v0.28.1
25702026-05-19T01:51:23.238Z Checking sha3 v0.10.8
25712026-05-19T01:51:23.286Z Checking hickory-proto v0.25.2
25722026-05-19T01:51:23.310Z Checking tokio-postgres v0.7.16
25732026-05-19T01:51:23.438Z Checking petgraph v0.6.5
25742026-05-19T01:51:23.456Z Checking string_cache v0.8.9
25752026-05-19T01:51:23.475Z Checking tough v0.22.0
25762026-05-19T01:51:23.621Z Checking petgraph v0.8.3
25772026-05-19T01:51:23.880Z Checking ed25519-dalek v2.2.0
25782026-05-19T01:51:24.109Z Checking similar v2.7.0
25792026-05-19T01:51:24.480Z Checking slog v2.8.2
25802026-05-19T01:51:24.549Z Checking usdt v0.6.0
25812026-05-19T01:51:24.641Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25822026-05-19T01:51:24.717Z Checking env_logger v0.11.9
25832026-05-19T01:51:24.754Z Checking ecdsa v0.16.9
25842026-05-19T01:51:24.906Z Checking usdt-impl v0.5.0
25852026-05-19T01:51:24.977Z Checking zip v4.6.1
25862026-05-19T01:51:25.087Z Checking rsa v0.9.10
25872026-05-19T01:51:25.096Z Checking nix v0.31.2
25882026-05-19T01:51:25.189Z Checking toml v0.7.8
25892026-05-19T01:51:25.195Z Checking reqwest v0.13.2
25902026-05-19T01:51:25.497Z Checking clap v4.5.60
25912026-05-19T01:51:25.545Z Checking zip v0.6.6
25922026-05-19T01:51:25.558Z Checking toml_parser v1.0.9+spec-1.1.0
25932026-05-19T01:51:25.590Z Checking itertools v0.13.0
25942026-05-19T01:51:25.805Z Checking serde_with v3.17.0
25952026-05-19T01:51:25.863Z Checking strum v0.26.3
25962026-05-19T01:51:25.876Z Checking fs-err v3.3.0
25972026-05-19T01:51:25.972Z Checking ahash v0.8.12
25982026-05-19T01:51:26.018Z Checking object v0.37.3
25992026-05-19T01:51:26.064Z Checking tokio-stream v0.1.18
26002026-05-19T01:51:26.067Z Checking buf-list v1.1.2
26012026-05-19T01:51:26.162Z Checking anyhow v1.0.102
26022026-05-19T01:51:26.175Z Checking camino v1.2.2
26032026-05-19T01:51:26.252Z Checking x509-cert v0.2.5
26042026-05-19T01:51:26.354Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26052026-05-19T01:51:26.417Z Checking openapiv3 v2.2.0
26062026-05-19T01:51:26.442Z Checking sha1 v0.10.6
26072026-05-19T01:51:26.596Z Checking toml_datetime v0.7.5+spec-1.1.0
26082026-05-19T01:51:26.608Z Checking peg-runtime v0.8.5
26092026-05-19T01:51:26.619Z Checking lalrpop-util v0.19.12
26102026-05-19T01:51:26.746Z Checking rayon v1.11.0
26112026-05-19T01:51:26.771Z Checking sigpipe v0.1.3
26122026-05-19T01:51:26.789Z Checking glob v0.3.3
26132026-05-19T01:51:28.190Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26142026-05-19T01:51:28.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.76s
26152026-05-19T01:51:28.631Z
26162026-05-19T01:51:28.631Zinfo: running `cargo check --bins` on internal-dns-types (77/276)
26172026-05-19T01:51:29.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26182026-05-19T01:51:29.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26192026-05-19T01:51:29.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26202026-05-19T01:51:29.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26212026-05-19T01:51:29.230Z
26222026-05-19T01:51:29.230Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/276)
26232026-05-19T01:51:29.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26242026-05-19T01:51:29.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26252026-05-19T01:51:29.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26262026-05-19T01:51:29.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26272026-05-19T01:51:29.836Z
26282026-05-19T01:51:29.836Zinfo: running `cargo check --bins` on nexus-types-versions (79/276)
26292026-05-19T01:51:30.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26302026-05-19T01:51:30.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26312026-05-19T01:51:30.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26322026-05-19T01:51:30.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26332026-05-19T01:51:30.440Z
26342026-05-19T01:51:30.440Zinfo: running `cargo check --bins` on oxql-types (80/276)
26352026-05-19T01:51:30.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26362026-05-19T01:51:30.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26372026-05-19T01:51:30.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26382026-05-19T01:51:30.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26392026-05-19T01:51:31.041Z
26402026-05-19T01:51:31.042Zinfo: running `cargo check --bins` on oximeter-types (81/276)
26412026-05-19T01:51:31.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26422026-05-19T01:51:31.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26432026-05-19T01:51:31.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26442026-05-19T01:51:31.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26452026-05-19T01:51:31.628Z
26462026-05-19T01:51:31.628Zinfo: running `cargo check --bins` on oximeter-types-versions (82/276)
26472026-05-19T01:51:32.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26482026-05-19T01:51:32.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26492026-05-19T01:51:32.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26502026-05-19T01:51:32.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26512026-05-19T01:51:32.218Z
26522026-05-19T01:51:32.218Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/276)
26532026-05-19T01:51:32.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26542026-05-19T01:51:32.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26552026-05-19T01:51:32.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26562026-05-19T01:51:32.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26572026-05-19T01:51:32.809Z
26582026-05-19T01:51:32.809Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/276)
26592026-05-19T01:51:33.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26602026-05-19T01:51:33.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26612026-05-19T01:51:33.496Z Compiling structmeta-derive v0.3.0
26622026-05-19T01:51:33.615Z Compiling rustls v0.22.4
26632026-05-19T01:51:33.631Z Compiling multer v3.1.0
26642026-05-19T01:51:33.635Z Compiling async-stream-impl v0.3.6
26652026-05-19T01:51:33.635Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26662026-05-19T01:51:33.653Z Compiling dropshot v0.17.0
26672026-05-19T01:51:33.670Z Compiling newtype-uuid-macros v0.1.0
26682026-05-19T01:51:33.671Z Compiling dropshot_endpoint v0.17.0
26692026-05-19T01:51:33.805Z Checking newtype-uuid v1.3.2
26702026-05-19T01:51:33.847Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26712026-05-19T01:51:33.912Z Checking rustls-webpki v0.102.8
26722026-05-19T01:51:33.997Z Checking daft v0.1.5
26732026-05-19T01:51:34.010Z Checking thread_local v1.1.9
26742026-05-19T01:51:34.172Z Checking compression-core v0.4.31
26752026-05-19T01:51:34.200Z Checking match_cfg v0.1.0
26762026-05-19T01:51:34.234Z Checking iddqd v0.3.18
26772026-05-19T01:51:34.266Z Checking hostname v0.3.1
26782026-05-19T01:51:34.294Z Checking compression-codecs v0.4.37
26792026-05-19T01:51:34.307Z Checking crossbeam-channel v0.5.15
26802026-05-19T01:51:34.360Z Checking slog-json v2.6.1
26812026-05-19T01:51:34.404Z Checking toml_datetime v1.0.0+spec-1.1.0
26822026-05-19T01:51:34.450Z Checking serde_spanned v1.0.4
26832026-05-19T01:51:34.511Z Checking is-terminal v0.4.17
26842026-05-19T01:51:34.579Z Checking take_mut v0.2.2
26852026-05-19T01:51:34.601Z Checking term v1.2.1
26862026-05-19T01:51:34.601Z Checking toml_writer v1.0.6+spec-1.1.0
26872026-05-19T01:51:34.628Z Checking debug-ignore v1.0.5
26882026-05-19T01:51:34.641Z Compiling structmeta v0.3.0
26892026-05-19T01:51:34.677Z Checking slog-async v2.8.0
26902026-05-19T01:51:34.749Z Checking slog-bunyan v2.5.0
26912026-05-19T01:51:34.794Z Checking toml v1.0.6+spec-1.1.0
26922026-05-19T01:51:34.843Z Checking slog-term v2.9.2
26932026-05-19T01:51:34.856Z Checking async-compression v0.4.41
26942026-05-19T01:51:34.867Z Checking async-stream v0.3.6
26952026-05-19T01:51:34.883Z Compiling derive-ex v0.1.8
26962026-05-19T01:51:34.994Z Compiling parse-display-derive v0.10.0
26972026-05-19T01:51:35.145Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26982026-05-19T01:51:35.145Z Checking progenitor-client v0.14.0
26992026-05-19T01:51:35.151Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27002026-05-19T01:51:35.191Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27012026-05-19T01:51:35.332Z Checking waitgroup v0.1.2
27022026-05-19T01:51:35.345Z Checking backon v1.6.0
27032026-05-19T01:51:35.376Z Checking rustls-pemfile v2.2.0
27042026-05-19T01:51:35.433Z Checking serde_path_to_error v0.1.20
27052026-05-19T01:51:35.433Z Checking hostname v0.4.2
27062026-05-19T01:51:35.503Z Checking instant v0.1.13
27072026-05-19T01:51:35.597Z Checking backoff v0.4.0
27082026-05-19T01:51:35.705Z Checking progenitor-extras v0.2.0
27092026-05-19T01:51:35.718Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27102026-05-19T01:51:35.731Z Checking tokio-rustls v0.25.0
27112026-05-19T01:51:35.769Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27122026-05-19T01:51:35.925Z Checking itertools v0.14.0
27132026-05-19T01:51:35.950Z Checking progenitor-client v0.10.0
27142026-05-19T01:51:36.120Z Checking regress v0.10.5
27152026-05-19T01:51:36.165Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27162026-05-19T01:51:36.375Z Checking macaddr v1.0.1
27172026-05-19T01:51:36.545Z Compiling test-strategy v0.4.5
27182026-05-19T01:51:36.663Z Checking parse-display v0.10.0
27192026-05-19T01:51:37.693Z Compiling prettyplease v0.2.37
27202026-05-19T01:51:38.002Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27212026-05-19T01:51:38.135Z Checking num-rational v0.4.2
27222026-05-19T01:51:38.362Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27232026-05-19T01:51:38.694Z Checking num-complex v0.4.6
27242026-05-19T01:51:39.231Z Checking num v0.4.3
27252026-05-19T01:51:39.364Z Compiling usdt-attr-macro v0.5.0
27262026-05-19T01:51:39.404Z Compiling usdt-macro v0.5.0
27272026-05-19T01:51:39.407Z Checking memmap v0.7.0
27282026-05-19T01:51:39.427Z Compiling float-ord v0.3.2
27292026-05-19T01:51:39.532Z Checking unicode-width v0.2.0
27302026-05-19T01:51:39.547Z Compiling convert_case v0.4.0
27312026-05-19T01:51:39.814Z Checking console v0.15.11
27322026-05-19T01:51:39.953Z Compiling derive_more v0.99.20
27332026-05-19T01:51:40.094Z Checking newline-converter v0.3.0
27342026-05-19T01:51:40.107Z Checking atomicwrites v0.4.4
27352026-05-19T01:51:40.137Z Checking usdt v0.5.0
27362026-05-19T01:51:40.204Z Compiling toml v0.8.23
27372026-05-19T01:51:40.232Z Checking linked-hash-map v0.5.6
27382026-05-19T01:51:40.302Z Compiling minimal-lexical v0.2.1
27392026-05-19T01:51:40.402Z Checking lru-cache v0.1.2
27402026-05-19T01:51:40.527Z Compiling nom v7.1.3
27412026-05-19T01:51:40.558Z Checking expectorate v1.2.0
27422026-05-19T01:51:41.152Z Checking camino-tempfile v1.4.1
27432026-05-19T01:51:41.249Z Checking hickory-proto v0.24.4
27442026-05-19T01:51:41.312Z Checking phf_shared v0.12.1
27452026-05-19T01:51:41.324Z Compiling slog-dtrace v0.3.0
27462026-05-19T01:51:41.451Z Compiling chrono-tz v0.10.4
27472026-05-19T01:51:41.509Z Checking heck v0.5.0
27482026-05-19T01:51:41.630Z Checking resolv-conf v0.7.6
27492026-05-19T01:51:41.712Z Compiling const_format_proc_macros v0.2.34
27502026-05-19T01:51:41.811Z Checking phf v0.12.1
27512026-05-19T01:51:41.838Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27522026-05-19T01:51:41.931Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27532026-05-19T01:51:41.949Z Checking tokio-dtrace v0.1.1
27542026-05-19T01:51:42.132Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27552026-05-19T01:51:42.300Z Compiling derive-where v1.6.0
27562026-05-19T01:51:42.491Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27572026-05-19T01:51:42.658Z Checking highway v1.3.0
27582026-05-19T01:51:42.885Z Checking const_format v0.2.35
27592026-05-19T01:51:43.021Z Checking hickory-resolver v0.24.4
27602026-05-19T01:51:43.114Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27612026-05-19T01:51:43.206Z Checking oxide-tokio-rt v0.1.4
27622026-05-19T01:51:43.441Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27632026-05-19T01:51:43.597Z Checking gethostname v0.5.0
27642026-05-19T01:51:43.642Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27652026-05-19T01:51:43.694Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27662026-05-19T01:51:43.709Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27672026-05-19T01:51:43.742Z Checking qorb v0.4.1
27682026-05-19T01:51:43.762Z Checking bcs v0.1.6
27692026-05-19T01:51:43.811Z Checking termtree v0.5.1
27702026-05-19T01:51:47.097Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27712026-05-19T01:51:49.765Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27722026-05-19T01:51:51.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.07s
27732026-05-19T01:51:52.068Z
27742026-05-19T01:51:52.068Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/276)
27752026-05-19T01:51:52.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27762026-05-19T01:51:52.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27772026-05-19T01:51:52.754Z Compiling ar_archive_writer v0.5.1
27782026-05-19T01:51:52.864Z Compiling stacker v0.1.23
27792026-05-19T01:51:52.871Z Compiling cfg_aliases v0.1.1
27802026-05-19T01:51:52.879Z Compiling convert_case v0.10.0
27812026-05-19T01:51:52.882Z Checking unicode-width v0.1.14
27822026-05-19T01:51:52.895Z Compiling proc-macro-error v1.0.4
27832026-05-19T01:51:52.906Z Checking fd-lock v4.0.4
27842026-05-19T01:51:52.906Z Checking nibble_vec v0.1.0
27852026-05-19T01:51:52.927Z Compiling nix v0.28.0
27862026-05-19T01:51:53.015Z Checking vte v0.14.1
27872026-05-19T01:51:53.029Z Compiling recursive-proc-macro-impl v0.1.1
27882026-05-19T01:51:53.112Z Checking endian-type v0.1.2
27892026-05-19T01:51:53.124Z Checking bytecount v0.6.9
27902026-05-19T01:51:53.161Z Checking strip-ansi-escapes v0.2.1
27912026-05-19T01:51:53.173Z Compiling derive_more-impl v2.1.1
27922026-05-19T01:51:53.192Z Compiling tabled_derive v0.7.0
27932026-05-19T01:51:53.218Z Checking papergrid v0.11.0
27942026-05-19T01:51:53.249Z Checking radix_trie v0.2.1
27952026-05-19T01:51:53.272Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27962026-05-19T01:51:53.417Z Compiling peg-macros v0.8.5
27972026-05-19T01:51:53.445Z Checking winnow v0.6.26
27982026-05-19T01:51:53.676Z Compiling psm v0.1.30
27992026-05-19T01:51:53.730Z Compiling sqlparser_derive v0.5.0
28002026-05-19T01:51:53.839Z Checking unicode_categories v0.1.1
28012026-05-19T01:51:53.960Z Checking derive_more v2.1.1
28022026-05-19T01:51:53.988Z Checking nu-ansi-term v0.50.3
28032026-05-19T01:51:54.036Z Checking home v0.5.12
28042026-05-19T01:51:54.142Z Checking crossterm v0.29.0
28052026-05-19T01:51:54.172Z Checking tabled v0.15.0
28062026-05-19T01:51:54.193Z Checking reedline v0.40.0
28072026-05-19T01:51:54.205Z Checking rustyline v14.0.0
28082026-05-19T01:51:54.436Z Checking recursive v0.1.1
28092026-05-19T01:51:54.491Z Checking display-error-chain v0.2.2
28102026-05-19T01:51:54.530Z Checking sqlparser v0.61.0
28112026-05-19T01:51:54.556Z Checking sqlformat v0.3.5
28122026-05-19T01:51:54.764Z Checking peg v0.8.5
28132026-05-19T01:52:05.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.52s
28142026-05-19T01:52:05.772Z
28152026-05-19T01:52:05.772Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/276)
28162026-05-19T01:52:06.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28172026-05-19T01:52:06.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28182026-05-19T01:52:06.453Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28192026-05-19T01:52:09.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s
28202026-05-19T01:52:10.031Z
28212026-05-19T01:52:10.032Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/276)
28222026-05-19T01:52:10.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28232026-05-19T01:52:10.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28242026-05-19T01:52:10.713Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28252026-05-19T01:52:13.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s
28262026-05-19T01:52:13.303Z
28272026-05-19T01:52:13.303Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/276)
28282026-05-19T01:52:13.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292026-05-19T01:52:13.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302026-05-19T01:52:13.972Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28312026-05-19T01:52:17.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.88s
28322026-05-19T01:52:17.394Z
28332026-05-19T01:52:17.394Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/276)
28342026-05-19T01:52:17.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352026-05-19T01:52:17.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362026-05-19T01:52:18.070Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28372026-05-19T01:52:21.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.88s
28382026-05-19T01:52:21.486Z
28392026-05-19T01:52:21.486Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/276)
28402026-05-19T01:52:21.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412026-05-19T01:52:21.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422026-05-19T01:52:22.148Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28432026-05-19T01:52:24.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
28442026-05-19T01:52:24.920Z
28452026-05-19T01:52:24.920Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/276)
28462026-05-19T01:52:25.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472026-05-19T01:52:25.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482026-05-19T01:52:25.594Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28492026-05-19T01:52:28.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s
28502026-05-19T01:52:28.404Z
28512026-05-19T01:52:28.404Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/276)
28522026-05-19T01:52:28.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532026-05-19T01:52:28.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542026-05-19T01:52:29.080Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28552026-05-19T01:52:32.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s
28562026-05-19T01:52:32.689Z
28572026-05-19T01:52:32.689Zinfo: running `cargo check --bins` on oximeter (93/276)
28582026-05-19T01:52:33.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592026-05-19T01:52:33.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602026-05-19T01:52:33.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28612026-05-19T01:52:33.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28622026-05-19T01:52:33.288Z
28632026-05-19T01:52:33.288Zinfo: running `cargo check --bins` on oximeter-schema (94/276)
28642026-05-19T01:52:33.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652026-05-19T01:52:33.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662026-05-19T01:52:33.929Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28672026-05-19T01:52:34.087Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28682026-05-19T01:52:34.104Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28692026-05-19T01:52:34.431Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28702026-05-19T01:52:37.303Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28712026-05-19T01:52:38.576Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28722026-05-19T01:52:38.688Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28732026-05-19T01:52:39.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.06s
28742026-05-19T01:52:39.532Z
28752026-05-19T01:52:39.532Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/276)
28762026-05-19T01:52:40.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28772026-05-19T01:52:40.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28782026-05-19T01:52:40.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28792026-05-19T01:52:40.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28802026-05-19T01:52:40.140Z
28812026-05-19T01:52:40.140Zinfo: running `cargo check --bins` on oximeter-test-utils (96/276)
28822026-05-19T01:52:40.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28832026-05-19T01:52:40.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28842026-05-19T01:52:40.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28852026-05-19T01:52:40.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28862026-05-19T01:52:40.780Z
28872026-05-19T01:52:40.780Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/276)
28882026-05-19T01:52:41.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28892026-05-19T01:52:41.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28902026-05-19T01:52:41.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28912026-05-19T01:52:41.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28922026-05-19T01:52:41.390Z
28932026-05-19T01:52:41.390Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/276)
28942026-05-19T01:52:41.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952026-05-19T01:52:41.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962026-05-19T01:52:41.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28972026-05-19T01:52:41.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28982026-05-19T01:52:41.995Z
28992026-05-19T01:52:41.995Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/276)
29002026-05-19T01:52:42.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29012026-05-19T01:52:42.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29022026-05-19T01:52:42.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29032026-05-19T01:52:42.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29042026-05-19T01:52:42.602Z
29052026-05-19T01:52:42.602Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/276)
29062026-05-19T01:52:43.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072026-05-19T01:52:43.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082026-05-19T01:52:43.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29092026-05-19T01:52:43.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29102026-05-19T01:52:43.209Z
29112026-05-19T01:52:43.209Zinfo: running `cargo check --bins` on trust-quorum-types (101/276)
29122026-05-19T01:52:43.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132026-05-19T01:52:43.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142026-05-19T01:52:43.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29152026-05-19T01:52:43.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29162026-05-19T01:52:43.800Z
29172026-05-19T01:52:43.800Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/276)
29182026-05-19T01:52:44.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192026-05-19T01:52:44.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202026-05-19T01:52:44.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29212026-05-19T01:52:44.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29222026-05-19T01:52:44.408Z
29232026-05-19T01:52:44.408Zinfo: running `cargo check --bins` on update-engine (103/276)
29242026-05-19T01:52:44.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252026-05-19T01:52:44.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262026-05-19T01:52:44.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29272026-05-19T01:52:44.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29282026-05-19T01:52:45.003Z
29292026-05-19T01:52:45.003Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/276)
29302026-05-19T01:52:45.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312026-05-19T01:52:45.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322026-05-19T01:52:45.717Z Compiling crucible-workspace-hack v0.1.0
29332026-05-19T01:52:45.835Z Checking secrecy v0.10.3
29342026-05-19T01:52:45.844Z Compiling heapless v0.8.0
29352026-05-19T01:52:45.851Z Compiling ingot-macros v0.1.1
29362026-05-19T01:52:45.858Z Compiling toml_edit v0.23.10+spec-1.0.0
29372026-05-19T01:52:45.863Z Checking hash32 v0.3.1
29382026-05-19T01:52:45.879Z Compiling smoltcp v0.11.0
29392026-05-19T01:52:45.886Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29402026-05-19T01:52:45.937Z Checking cobs v0.3.0
29412026-05-19T01:52:45.972Z Compiling thiserror-impl-no-std v2.0.2
29422026-05-19T01:52:46.068Z Checking universal-hash v0.5.1
29432026-05-19T01:52:46.082Z Checking half v2.7.1
29442026-05-19T01:52:46.162Z Checking ciborium-io v0.2.2
29452026-05-19T01:52:46.185Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29462026-05-19T01:52:46.230Z Checking opaque-debug v0.3.1
29472026-05-19T01:52:46.249Z Checking postcard v1.1.3
29482026-05-19T01:52:46.304Z Checking poly1305 v0.8.0
29492026-05-19T01:52:46.381Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29502026-05-19T01:52:46.391Z Checking ciborium-ll v0.2.2
29512026-05-19T01:52:46.528Z Compiling proc-macro-crate v3.4.0
29522026-05-19T01:52:46.556Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29532026-05-19T01:52:46.571Z Checking password-hash v0.5.0
29542026-05-19T01:52:46.665Z Checking chacha20 v0.9.1
29552026-05-19T01:52:46.792Z Compiling proc-macro-crate v1.3.1
29562026-05-19T01:52:46.822Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29572026-05-19T01:52:46.859Z Checking blake2 v0.10.6
29582026-05-19T01:52:46.924Z Checking aead v0.5.2
29592026-05-19T01:52:47.056Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29602026-05-19T01:52:47.077Z Compiling foreign-types-macros v0.2.3
29612026-05-19T01:52:47.089Z Compiling num_enum_derive v0.7.5
29622026-05-19T01:52:47.096Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29632026-05-19T01:52:47.127Z Checking thiserror-no-std v2.0.2
29642026-05-19T01:52:47.197Z Checking cpufeatures v0.3.0
29652026-05-19T01:52:47.211Z Checking foreign-types-shared v0.3.1
29662026-05-19T01:52:47.257Z Checking vsss-rs v3.3.4
29672026-05-19T01:52:47.270Z Checking chacha20 v0.10.0
29682026-05-19T01:52:47.298Z Compiling num_enum_derive v0.5.11
29692026-05-19T01:52:47.316Z Checking argon2 v0.5.3
29702026-05-19T01:52:47.493Z Checking chacha20poly1305 v0.10.1
29712026-05-19T01:52:47.622Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29722026-05-19T01:52:47.636Z Checking foreign-types v0.5.0
29732026-05-19T01:52:47.648Z Checking ciborium v0.2.2
29742026-05-19T01:52:47.842Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29752026-05-19T01:52:47.916Z Checking tabwriter v1.4.1
29762026-05-19T01:52:48.057Z Checking byte-wrapper v0.1.0
29772026-05-19T01:52:48.071Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29782026-05-19T01:52:48.122Z Checking num_enum v0.7.5
29792026-05-19T01:52:48.131Z Checking cstr-argument v0.1.2
29802026-05-19T01:52:48.210Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29812026-05-19T01:52:48.241Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29822026-05-19T01:52:48.261Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29832026-05-19T01:52:48.305Z Checking num_enum v0.5.11
29842026-05-19T01:52:48.356Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29852026-05-19T01:52:48.417Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29862026-05-19T01:52:48.445Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29872026-05-19T01:52:48.477Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29882026-05-19T01:52:48.585Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29892026-05-19T01:52:48.597Z Checking rand v0.10.0
29902026-05-19T01:52:48.610Z Checking ingot-types v0.1.2
29912026-05-19T01:52:48.621Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29922026-05-19T01:52:48.642Z Checking indent_write v2.2.0
29932026-05-19T01:52:48.768Z Checking colored v3.1.1
29942026-05-19T01:52:48.785Z Compiling zone_cfg_derive v0.3.1
29952026-05-19T01:52:48.875Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29962026-05-19T01:52:48.922Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29972026-05-19T01:52:48.955Z Checking ingot v0.1.1
29982026-05-19T01:52:48.968Z Checking itertools v0.12.1
29992026-05-19T01:52:49.043Z Compiling num-derive v0.4.2
30002026-05-19T01:52:49.046Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30012026-05-19T01:52:49.095Z Checking swrite v0.1.0
30022026-05-19T01:52:49.140Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30032026-05-19T01:52:49.191Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30042026-05-19T01:52:49.338Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30052026-05-19T01:52:49.414Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30062026-05-19T01:52:49.457Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30072026-05-19T01:52:49.488Z Checking dropshot-api-manager-types v0.7.1
30082026-05-19T01:52:49.500Z Checking smf v0.2.3
30092026-05-19T01:52:49.522Z Checking nanorand v0.7.0
30102026-05-19T01:52:49.665Z Checking whoami v1.6.1
30112026-05-19T01:52:49.735Z Checking flume v0.11.1
30122026-05-19T01:52:49.769Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30132026-05-19T01:52:49.969Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30142026-05-19T01:52:49.984Z Checking zone v0.3.1
30152026-05-19T01:52:50.562Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30162026-05-19T01:52:51.522Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30172026-05-19T01:52:52.386Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30182026-05-19T01:52:55.596Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30192026-05-19T01:52:57.609Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30202026-05-19T01:52:58.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.70s
30212026-05-19T01:52:58.896Z
30222026-05-19T01:52:58.896Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/276)
30232026-05-19T01:52:59.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30242026-05-19T01:52:59.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30252026-05-19T01:52:59.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30262026-05-19T01:52:59.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30272026-05-19T01:52:59.501Z
30282026-05-19T01:52:59.501Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/276)
30292026-05-19T01:53:00.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30302026-05-19T01:53:00.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30312026-05-19T01:53:00.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30322026-05-19T01:53:00.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30332026-05-19T01:53:00.110Z
30342026-05-19T01:53:00.110Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/276)
30352026-05-19T01:53:00.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30362026-05-19T01:53:00.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30372026-05-19T01:53:00.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30382026-05-19T01:53:00.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30392026-05-19T01:53:00.722Z
30402026-05-19T01:53:00.722Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/276)
30412026-05-19T01:53:01.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30422026-05-19T01:53:01.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30432026-05-19T01:53:01.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30442026-05-19T01:53:01.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30452026-05-19T01:53:01.370Z
30462026-05-19T01:53:01.370Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/276)
30472026-05-19T01:53:01.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482026-05-19T01:53:01.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492026-05-19T01:53:01.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30502026-05-19T01:53:01.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30512026-05-19T01:53:01.941Z
30522026-05-19T01:53:01.941Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/276)
30532026-05-19T01:53:02.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30542026-05-19T01:53:02.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30552026-05-19T01:53:02.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30562026-05-19T01:53:02.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30572026-05-19T01:53:02.547Z
30582026-05-19T01:53:02.547Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/276)
30592026-05-19T01:53:03.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602026-05-19T01:53:03.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612026-05-19T01:53:03.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30622026-05-19T01:53:03.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30632026-05-19T01:53:03.158Z
30642026-05-19T01:53:03.159Zinfo: running `cargo check --bins` on cockroach-admin-client (112/276)
30652026-05-19T01:53:03.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662026-05-19T01:53:03.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672026-05-19T01:53:03.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30682026-05-19T01:53:03.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30692026-05-19T01:53:03.740Z
30702026-05-19T01:53:03.741Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/276)
30712026-05-19T01:53:04.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722026-05-19T01:53:04.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732026-05-19T01:53:04.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30742026-05-19T01:53:04.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30752026-05-19T01:53:04.340Z
30762026-05-19T01:53:04.340Zinfo: running `cargo check --bins` on dns-service-client (114/276)
30772026-05-19T01:53:04.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30782026-05-19T01:53:04.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30792026-05-19T01:53:04.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30802026-05-19T01:53:04.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30812026-05-19T01:53:04.947Z
30822026-05-19T01:53:04.948Zinfo: running `cargo check --bins` on installinator-client (115/276)
30832026-05-19T01:53:05.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30842026-05-19T01:53:05.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30852026-05-19T01:53:05.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30862026-05-19T01:53:05.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30872026-05-19T01:53:05.552Z
30882026-05-19T01:53:05.552Zinfo: running `cargo check --bins` on nexus-client (116/276)
30892026-05-19T01:53:06.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30902026-05-19T01:53:06.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30912026-05-19T01:53:06.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30922026-05-19T01:53:06.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30932026-05-19T01:53:06.190Z
30942026-05-19T01:53:06.190Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/276)
30952026-05-19T01:53:06.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30962026-05-19T01:53:06.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30972026-05-19T01:53:06.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30982026-05-19T01:53:06.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30992026-05-19T01:53:06.824Z
31002026-05-19T01:53:06.824Zinfo: running `cargo check --bins` on ntp-admin-client (118/276)
31012026-05-19T01:53:07.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022026-05-19T01:53:07.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032026-05-19T01:53:07.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31042026-05-19T01:53:07.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31052026-05-19T01:53:07.416Z
31062026-05-19T01:53:07.416Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/276)
31072026-05-19T01:53:12.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082026-05-19T01:53:12.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092026-05-19T01:53:12.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31102026-05-19T01:53:12.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31112026-05-19T01:53:12.121Z
31122026-05-19T01:53:12.121Zinfo: running `cargo check --bins` on oxide-client (120/276)
31132026-05-19T01:53:12.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31142026-05-19T01:53:12.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31152026-05-19T01:53:12.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31162026-05-19T01:53:12.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31172026-05-19T01:53:12.121Z
31182026-05-19T01:53:12.121Zinfo: running `cargo check --bins` on oximeter-client (121/276)
31192026-05-19T01:53:12.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31202026-05-19T01:53:12.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31212026-05-19T01:53:12.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31222026-05-19T01:53:12.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31232026-05-19T01:53:12.122Z
31242026-05-19T01:53:12.122Zinfo: running `cargo check --bins` on repo-depot-client (122/276)
31252026-05-19T01:53:12.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31262026-05-19T01:53:12.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31272026-05-19T01:53:12.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31282026-05-19T01:53:12.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31292026-05-19T01:53:12.122Z
31302026-05-19T01:53:12.122Zinfo: running `cargo check --bins` on sled-agent-client (123/276)
31312026-05-19T01:53:12.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31322026-05-19T01:53:12.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31332026-05-19T01:53:12.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31342026-05-19T01:53:12.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31352026-05-19T01:53:12.122Z
31362026-05-19T01:53:12.122Zinfo: running `cargo check --bins` on wicketd-client (124/276)
31372026-05-19T01:53:12.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31382026-05-19T01:53:12.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31392026-05-19T01:53:12.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31402026-05-19T01:53:12.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31412026-05-19T01:53:12.122Z
31422026-05-19T01:53:12.122Zinfo: running `cargo check --bins` on installinator-common (125/276)
31432026-05-19T01:53:12.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31442026-05-19T01:53:12.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31452026-05-19T01:53:12.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31462026-05-19T01:53:12.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31472026-05-19T01:53:12.152Z
31482026-05-19T01:53:12.152Zinfo: running `cargo check --bins` on installinator-common-versions (126/276)
31492026-05-19T01:53:12.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31502026-05-19T01:53:12.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31512026-05-19T01:53:12.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31522026-05-19T01:53:12.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31532026-05-19T01:53:12.244Z
31542026-05-19T01:53:12.244Zinfo: running `cargo check --bins` on wicket-common (127/276)
31552026-05-19T01:53:12.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562026-05-19T01:53:12.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572026-05-19T01:53:12.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31582026-05-19T01:53:12.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31592026-05-19T01:53:12.861Z
31602026-05-19T01:53:12.861Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/276)
31612026-05-19T01:53:13.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31622026-05-19T01:53:13.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31632026-05-19T01:53:13.554Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31642026-05-19T01:53:13.669Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31652026-05-19T01:53:13.677Z Checking csv-core v0.1.13
31662026-05-19T01:53:13.686Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31672026-05-19T01:53:13.694Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31682026-05-19T01:53:13.696Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31692026-05-19T01:53:13.714Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31702026-05-19T01:53:13.725Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31712026-05-19T01:53:13.836Z Checking csv v1.4.0
31722026-05-19T01:53:13.865Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31732026-05-19T01:53:13.868Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31742026-05-19T01:53:13.905Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31752026-05-19T01:53:13.932Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31762026-05-19T01:53:14.169Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31772026-05-19T01:53:14.531Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31782026-05-19T01:53:14.535Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31792026-05-19T01:53:14.855Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31802026-05-19T01:53:20.668Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31812026-05-19T01:53:21.200Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31822026-05-19T01:53:23.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.65s
31832026-05-19T01:53:23.714Z
31842026-05-19T01:53:23.714Zinfo: running `cargo check --bins` on cockroach-admin-api (129/276)
31852026-05-19T01:53:24.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31862026-05-19T01:53:24.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31872026-05-19T01:53:24.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31882026-05-19T01:53:24.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31892026-05-19T01:53:24.316Z
31902026-05-19T01:53:24.316Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/276)
31912026-05-19T01:53:24.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31922026-05-19T01:53:24.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31932026-05-19T01:53:24.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31942026-05-19T01:53:24.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31952026-05-19T01:53:25.008Z
31962026-05-19T01:53:25.008Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/276)
31972026-05-19T01:53:25.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31982026-05-19T01:53:25.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31992026-05-19T01:53:25.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32002026-05-19T01:53:25.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32012026-05-19T01:53:25.693Z
32022026-05-19T01:53:25.693Zinfo: running `cargo check --bins` on gateway-test-utils (132/276)
32032026-05-19T01:53:26.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32042026-05-19T01:53:26.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32052026-05-19T01:53:26.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32062026-05-19T01:53:26.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32072026-05-19T01:53:26.343Z
32082026-05-19T01:53:26.343Zinfo: running `cargo check --bins` on omicron-gateway (133/276)
32092026-05-19T01:53:26.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32102026-05-19T01:53:26.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32112026-05-19T01:53:27.105Z Compiling regress v0.11.1
32122026-05-19T01:53:27.245Z Compiling unsafe-libyaml v0.2.11
32132026-05-19T01:53:27.264Z Compiling radium v0.7.0
32142026-05-19T01:53:27.271Z Compiling semver v0.1.20
32152026-05-19T01:53:27.287Z Checking tap v1.0.1
32162026-05-19T01:53:27.291Z Compiling maybe-uninit v2.0.0
32172026-05-19T01:53:27.310Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32182026-05-19T01:53:27.391Z Checking wyz v0.5.1
32192026-05-19T01:53:27.530Z Compiling rustc_version v0.1.7
32202026-05-19T01:53:27.564Z Checking progenitor-client v0.13.0
32212026-05-19T01:53:27.603Z Compiling zerocopy-derive v0.6.6
32222026-05-19T01:53:27.715Z Compiling owo-colors v4.3.0
32232026-05-19T01:53:27.752Z Compiling newtype_derive v0.1.6
32242026-05-19T01:53:27.792Z Compiling serde_yaml v0.9.34+deprecated
32252026-05-19T01:53:27.937Z Checking funty v2.0.0
32262026-05-19T01:53:27.983Z Checking crc-catalog v2.4.0
32272026-05-19T01:53:28.042Z Compiling cancel-safe-futures v0.1.5
32282026-05-19T01:53:28.074Z Compiling packed_struct v0.10.1
32292026-05-19T01:53:28.250Z Checking bitvec v1.0.1
32302026-05-19T01:53:28.259Z Checking crc v3.4.0
32312026-05-19T01:53:28.433Z Checking zerocopy v0.6.6
32322026-05-19T01:53:28.477Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32332026-05-19T01:53:28.513Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32342026-05-19T01:53:28.652Z Checking typify-impl v0.6.2
32352026-05-19T01:53:28.786Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32362026-05-19T01:53:28.866Z Compiling packed_struct_codegen v0.10.1
32372026-05-19T01:53:29.008Z Checking libsw-core v0.3.2
32382026-05-19T01:53:29.042Z Compiling bitfield-macros v0.19.4
32392026-05-19T01:53:29.140Z Compiling indexmap v1.9.3
32402026-05-19T01:53:29.239Z Checking nodrop v0.1.14
32412026-05-19T01:53:29.341Z Checking array-init v0.0.4
32422026-05-19T01:53:29.369Z Checking libsw v3.5.0
32432026-05-19T01:53:29.522Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32442026-05-19T01:53:29.568Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32452026-05-19T01:53:29.646Z Checking smallvec v0.6.14
32462026-05-19T01:53:29.772Z Checking bitfield v0.19.4
32472026-05-19T01:53:29.797Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32482026-05-19T01:53:29.931Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32492026-05-19T01:53:30.042Z Checking tagptr v0.2.0
32502026-05-19T01:53:30.064Z Checking linear-map v1.2.0
32512026-05-19T01:53:30.132Z Checking unicode-linebreak v0.1.5
32522026-05-19T01:53:30.180Z Checking base64 v0.21.7
32532026-05-19T01:53:30.213Z Checking smawk v0.3.2
32542026-05-19T01:53:30.230Z Checking hashbrown v0.12.3
32552026-05-19T01:53:30.335Z Checking textwrap v0.16.2
32562026-05-19T01:53:30.342Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32572026-05-19T01:53:30.418Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32582026-05-19T01:53:30.425Z Checking ron v0.8.1
32592026-05-19T01:53:30.448Z Checking moka v0.12.13
32602026-05-19T01:53:30.516Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32612026-05-19T01:53:30.555Z Checking steno v0.4.1
32622026-05-19T01:53:30.938Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32632026-05-19T01:53:30.957Z Checking serde-hex v0.1.0
32642026-05-19T01:53:30.962Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32652026-05-19T01:53:31.058Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32662026-05-19T01:53:31.108Z Checking hashbrown v0.13.2
32672026-05-19T01:53:31.300Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32682026-05-19T01:53:31.496Z Checking humantime v2.3.0
32692026-05-19T01:53:31.510Z Checking crc-any v2.5.0
32702026-05-19T01:53:31.531Z Checking object v0.30.4
32712026-05-19T01:53:31.645Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32722026-05-19T01:53:31.661Z Checking hickory-resolver v0.25.2
32732026-05-19T01:53:31.680Z Checking void v1.0.2
32742026-05-19T01:53:31.689Z Checking utf-8 v0.7.6
32752026-05-19T01:53:31.786Z Checking path-slash v0.1.5
32762026-05-19T01:53:31.804Z Checking half v1.8.3
32772026-05-19T01:53:31.825Z Checking tungstenite v0.23.0
32782026-05-19T01:53:31.879Z Checking lzss v0.8.2
32792026-05-19T01:53:31.997Z Checking serde_cbor v0.11.2
32802026-05-19T01:53:32.204Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32812026-05-19T01:53:32.232Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32822026-05-19T01:53:32.344Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32832026-05-19T01:53:32.360Z Checking nix v0.27.1
32842026-05-19T01:53:32.371Z Checking kstat-rs v0.2.4
32852026-05-19T01:53:32.433Z Checking fxhash v0.2.1
32862026-05-19T01:53:32.474Z Checking serde_bytes v0.11.19
32872026-05-19T01:53:32.552Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32882026-05-19T01:53:32.560Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32892026-05-19T01:53:32.636Z Checking tokio-tungstenite v0.23.1
32902026-05-19T01:53:32.761Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32912026-05-19T01:53:32.860Z Checking signal-hook-tokio v0.3.1
32922026-05-19T01:53:33.100Z Compiling typify-macro v0.6.2
32932026-05-19T01:53:33.820Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32942026-05-19T01:53:34.229Z Compiling typify v0.6.2
32952026-05-19T01:53:34.309Z Compiling progenitor-impl v0.13.0
32962026-05-19T01:53:34.310Z Compiling progenitor-impl v0.14.0
32972026-05-19T01:53:34.708Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
32982026-05-19T01:53:35.032Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
32992026-05-19T01:53:35.895Z Compiling progenitor-macro v0.13.0
33002026-05-19T01:53:35.940Z Compiling progenitor-macro v0.14.0
33012026-05-19T01:53:38.481Z Checking progenitor v0.13.0
33022026-05-19T01:53:38.486Z Checking progenitor v0.14.0
33032026-05-19T01:53:38.614Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33042026-05-19T01:53:38.638Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33052026-05-19T01:53:41.591Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33062026-05-19T01:53:49.161Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33072026-05-19T01:53:55.484Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33082026-05-19T01:53:56.849Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33092026-05-19T01:53:57.345Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33102026-05-19T01:54:01.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.06s
33112026-05-19T01:54:01.735Z
33122026-05-19T01:54:01.735Zinfo: running `cargo check --bins` on gateway-api (134/276)
33132026-05-19T01:54:01.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33142026-05-19T01:54:01.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33152026-05-19T01:54:01.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33162026-05-19T01:54:01.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33172026-05-19T01:54:01.735Z
33182026-05-19T01:54:01.735Zinfo: running `cargo check --bins` on ipcc (135/276)
33192026-05-19T01:54:01.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33202026-05-19T01:54:01.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33212026-05-19T01:54:01.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33222026-05-19T01:54:01.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33232026-05-19T01:54:01.735Z
33242026-05-19T01:54:01.735Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/276)
33252026-05-19T01:54:01.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33262026-05-19T01:54:01.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33272026-05-19T01:54:01.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33282026-05-19T01:54:01.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33292026-05-19T01:54:01.735Z
33302026-05-19T01:54:01.735Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/276)
33312026-05-19T01:54:01.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33322026-05-19T01:54:01.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33332026-05-19T01:54:01.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33342026-05-19T01:54:01.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33352026-05-19T01:54:02.014Z
33362026-05-19T01:54:02.014Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/276)
33372026-05-19T01:54:02.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33382026-05-19T01:54:02.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33392026-05-19T01:54:02.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33402026-05-19T01:54:02.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33412026-05-19T01:54:02.622Z
33422026-05-19T01:54:02.622Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/276)
33432026-05-19T01:54:03.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33442026-05-19T01:54:03.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33452026-05-19T01:54:03.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33462026-05-19T01:54:03.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33472026-05-19T01:54:03.226Z
33482026-05-19T01:54:03.226Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/276)
33492026-05-19T01:54:05.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33502026-05-19T01:54:05.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33512026-05-19T01:54:05.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33522026-05-19T01:54:05.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33532026-05-19T01:54:05.953Z
33542026-05-19T01:54:05.953Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/276)
33552026-05-19T01:54:05.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33562026-05-19T01:54:05.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33572026-05-19T01:54:05.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33582026-05-19T01:54:05.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33592026-05-19T01:54:05.953Z
33602026-05-19T01:54:05.954Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/276)
33612026-05-19T01:54:05.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33622026-05-19T01:54:05.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33632026-05-19T01:54:05.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33642026-05-19T01:54:05.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33652026-05-19T01:54:05.954Z
33662026-05-19T01:54:05.954Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/276)
33672026-05-19T01:54:05.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33682026-05-19T01:54:05.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33692026-05-19T01:54:05.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33702026-05-19T01:54:05.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33712026-05-19T01:54:05.954Z
33722026-05-19T01:54:05.954Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/276)
33732026-05-19T01:54:07.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33742026-05-19T01:54:07.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33752026-05-19T01:54:07.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33762026-05-19T01:54:07.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33772026-05-19T01:54:07.438Z
33782026-05-19T01:54:07.438Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/276)
33792026-05-19T01:54:07.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33802026-05-19T01:54:07.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33812026-05-19T01:54:07.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33822026-05-19T01:54:07.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33832026-05-19T01:54:07.462Z
33842026-05-19T01:54:07.462Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/276)
33852026-05-19T01:54:07.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33862026-05-19T01:54:07.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33872026-05-19T01:54:07.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33882026-05-19T01:54:07.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33892026-05-19T01:54:07.473Z
33902026-05-19T01:54:07.473Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/276)
33912026-05-19T01:54:08.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33922026-05-19T01:54:08.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33932026-05-19T01:54:08.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33942026-05-19T01:54:08.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33952026-05-19T01:54:08.153Z
33962026-05-19T01:54:08.153Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/276)
33972026-05-19T01:54:08.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33982026-05-19T01:54:08.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33992026-05-19T01:54:08.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34002026-05-19T01:54:08.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34012026-05-19T01:54:08.691Z
34022026-05-19T01:54:08.691Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/276)
34032026-05-19T01:54:09.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34042026-05-19T01:54:09.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34052026-05-19T01:54:09.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34062026-05-19T01:54:09.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34072026-05-19T01:54:09.318Z
34082026-05-19T01:54:09.318Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/276)
34092026-05-19T01:54:09.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34102026-05-19T01:54:09.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34112026-05-19T01:54:09.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34122026-05-19T01:54:09.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34132026-05-19T01:54:09.885Z
34142026-05-19T01:54:09.885Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/276)
34152026-05-19T01:54:10.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34162026-05-19T01:54:10.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34172026-05-19T01:54:10.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34182026-05-19T01:54:10.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34192026-05-19T01:54:10.491Z
34202026-05-19T01:54:10.491Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/276)
34212026-05-19T01:54:11.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34222026-05-19T01:54:11.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34232026-05-19T01:54:11.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34242026-05-19T01:54:11.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34252026-05-19T01:54:11.092Z
34262026-05-19T01:54:11.092Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/276)
34272026-05-19T01:54:11.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34282026-05-19T01:54:11.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34292026-05-19T01:54:11.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34302026-05-19T01:54:11.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34312026-05-19T01:54:11.698Z
34322026-05-19T01:54:11.698Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/276)
34332026-05-19T01:54:12.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34342026-05-19T01:54:12.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34352026-05-19T01:54:12.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34362026-05-19T01:54:12.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34372026-05-19T01:54:12.307Z
34382026-05-19T01:54:12.307Zinfo: running `cargo check --bins` on oximeter-producer (155/276)
34392026-05-19T01:54:12.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34402026-05-19T01:54:12.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34412026-05-19T01:54:12.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34422026-05-19T01:54:12.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34432026-05-19T01:54:12.951Z
34442026-05-19T01:54:12.951Zinfo: running `cargo check --bins` on internal-dns-resolver (156/276)
34452026-05-19T01:54:13.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34462026-05-19T01:54:13.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34472026-05-19T01:54:13.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34482026-05-19T01:54:13.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34492026-05-19T01:54:13.560Z
34502026-05-19T01:54:13.560Zinfo: running `cargo check --bins` on dns-server (157/276)
34512026-05-19T01:54:14.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34522026-05-19T01:54:14.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34532026-05-19T01:54:14.219Z Compiling parking_lot_core v0.8.6
34542026-05-19T01:54:14.219Z Compiling atomicwrites v0.4.4
34552026-05-19T01:54:14.219Z Compiling git-stub v1.0.0
34562026-05-19T01:54:14.223Z Checking prefix-trie v0.7.0
34572026-05-19T01:54:14.223Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34582026-05-19T01:54:14.454Z Compiling git-stub-vcs v0.1.0
34592026-05-19T01:54:14.624Z Checking hickory-server v0.25.2
34602026-05-19T01:54:14.730Z Checking parking_lot v0.11.2
34612026-05-19T01:54:14.734Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34622026-05-19T01:54:14.812Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34632026-05-19T01:54:14.812Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34642026-05-19T01:54:14.904Z Checking sled v0.34.7
34652026-05-19T01:54:16.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
34662026-05-19T01:54:16.956Z
34672026-05-19T01:54:16.956Zinfo: running `cargo check --bins` on dns-server-api (158/276)
34682026-05-19T01:54:17.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34692026-05-19T01:54:17.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34702026-05-19T01:54:17.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34712026-05-19T01:54:17.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34722026-05-19T01:54:17.550Z
34732026-05-19T01:54:17.550Zinfo: running `cargo check --bins` on oximeter-producer-api (159/276)
34742026-05-19T01:54:18.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752026-05-19T01:54:18.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762026-05-19T01:54:18.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772026-05-19T01:54:18.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34782026-05-19T01:54:18.144Z
34792026-05-19T01:54:18.144Zinfo: running `cargo check --bins` on sp-sim (160/276)
34802026-05-19T01:54:18.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-05-19T01:54:18.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-05-19T01:54:18.859Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34832026-05-19T01:54:20.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.47s
34842026-05-19T01:54:20.832Z
34852026-05-19T01:54:20.832Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (161/276)
34862026-05-19T01:54:21.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872026-05-19T01:54:21.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882026-05-19T01:54:21.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34892026-05-19T01:54:21.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34902026-05-19T01:54:21.479Z
34912026-05-19T01:54:21.479Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (162/276)
34922026-05-19T01:54:22.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932026-05-19T01:54:22.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942026-05-19T01:54:22.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34952026-05-19T01:54:22.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34962026-05-19T01:54:22.137Z
34972026-05-19T01:54:22.137Zinfo: running `cargo check --bins` on db-macros (163/276)
34982026-05-19T01:54:22.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992026-05-19T01:54:22.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002026-05-19T01:54:22.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35012026-05-19T01:54:22.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35022026-05-19T01:54:22.719Z
35032026-05-19T01:54:22.719Zinfo: running `cargo check --bins` on nexus-macros-common (164/276)
35042026-05-19T01:54:23.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052026-05-19T01:54:23.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062026-05-19T01:54:23.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072026-05-19T01:54:23.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35082026-05-19T01:54:23.300Z
35092026-05-19T01:54:23.301Zinfo: running `cargo check --bins` on nexus-auth (165/276)
35102026-05-19T01:54:23.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112026-05-19T01:54:23.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122026-05-19T01:54:23.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132026-05-19T01:54:23.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35142026-05-19T01:54:23.942Z
35152026-05-19T01:54:23.942Zinfo: running `cargo check --bins` on authz-macros (166/276)
35162026-05-19T01:54:24.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172026-05-19T01:54:24.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182026-05-19T01:54:24.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192026-05-19T01:54:24.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35202026-05-19T01:54:24.523Z
35212026-05-19T01:54:24.523Zinfo: running `cargo check --bins` on nexus-db-fixed-data (167/276)
35222026-05-19T01:54:25.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232026-05-19T01:54:25.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242026-05-19T01:54:25.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252026-05-19T01:54:25.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35262026-05-19T01:54:25.167Z
35272026-05-19T01:54:25.167Zinfo: running `cargo check --bins` on nexus-db-model (168/276)
35282026-05-19T01:54:25.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292026-05-19T01:54:25.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302026-05-19T01:54:25.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312026-05-19T01:54:25.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35322026-05-19T01:54:25.807Z
35332026-05-19T01:54:25.807Zinfo: running `cargo check --bins` on nexus-db-schema (169/276)
35342026-05-19T01:54:26.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352026-05-19T01:54:26.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362026-05-19T01:54:26.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35372026-05-19T01:54:26.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35382026-05-19T01:54:26.380Z
35392026-05-19T01:54:26.380Zinfo: running `cargo check --bins` on omicron-rpaths (170/276)
35402026-05-19T01:54:26.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412026-05-19T01:54:26.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422026-05-19T01:54:26.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35432026-05-19T01:54:26.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35442026-05-19T01:54:26.964Z
35452026-05-19T01:54:26.964Zinfo: running `cargo check --bins` on nexus-defaults (171/276)
35462026-05-19T01:54:27.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472026-05-19T01:54:27.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482026-05-19T01:54:27.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492026-05-19T01:54:27.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35502026-05-19T01:54:27.564Z
35512026-05-19T01:54:27.564Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (172/276)
35522026-05-19T01:54:28.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532026-05-19T01:54:28.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542026-05-19T01:54:28.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552026-05-19T01:54:28.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35562026-05-19T01:54:28.144Z
35572026-05-19T01:54:28.144Zinfo: running `cargo check --bins` on parallel-task-set (173/276)
35582026-05-19T01:54:28.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592026-05-19T01:54:28.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602026-05-19T01:54:28.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35612026-05-19T01:54:28.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35622026-05-19T01:54:28.730Z
35632026-05-19T01:54:28.730Zinfo: running `cargo check --bins` on nexus-db-errors (174/276)
35642026-05-19T01:54:29.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652026-05-19T01:54:29.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662026-05-19T01:54:29.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35672026-05-19T01:54:29.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35682026-05-19T01:54:29.376Z
35692026-05-19T01:54:29.376Zinfo: running `cargo check --bins` on nexus-db-lookup (175/276)
35702026-05-19T01:54:29.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712026-05-19T01:54:29.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722026-05-19T01:54:29.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35732026-05-19T01:54:29.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35742026-05-19T01:54:30.021Z
35752026-05-19T01:54:30.021Zinfo: running `cargo check --bins` on nexus-inventory (176/276)
35762026-05-19T01:54:30.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35772026-05-19T01:54:30.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35782026-05-19T01:54:30.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35792026-05-19T01:54:30.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35802026-05-19T01:54:30.663Z
35812026-05-19T01:54:30.663Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (177/276)
35822026-05-19T01:54:31.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35832026-05-19T01:54:31.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35842026-05-19T01:54:31.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35852026-05-19T01:54:31.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35862026-05-19T01:54:31.276Z
35872026-05-19T01:54:31.276Zinfo: running `cargo check --bins --no-default-features` on sled-storage (178/276)
35882026-05-19T01:54:31.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35892026-05-19T01:54:31.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35902026-05-19T01:54:31.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35912026-05-19T01:54:31.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35922026-05-19T01:54:31.901Z
35932026-05-19T01:54:31.901Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (179/276)
35942026-05-19T01:54:32.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35952026-05-19T01:54:32.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35962026-05-19T01:54:32.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35972026-05-19T01:54:32.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35982026-05-19T01:54:32.501Z
35992026-05-19T01:54:32.502Zinfo: running `cargo check --bins` on key-manager (180/276)
36002026-05-19T01:54:32.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36012026-05-19T01:54:33.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36022026-05-19T01:54:33.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36032026-05-19T01:54:33.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36042026-05-19T01:54:33.085Z
36052026-05-19T01:54:33.085Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (181/276)
36062026-05-19T01:54:33.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36072026-05-19T01:54:33.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36082026-05-19T01:54:33.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36092026-05-19T01:54:33.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36102026-05-19T01:54:33.698Z
36112026-05-19T01:54:33.698Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (182/276)
36122026-05-19T01:54:34.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36132026-05-19T01:54:34.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36142026-05-19T01:54:34.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36152026-05-19T01:54:34.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36162026-05-19T01:54:34.316Z
36172026-05-19T01:54:34.316Zinfo: running `cargo check --bins` on typed-rng (183/276)
36182026-05-19T01:54:34.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36192026-05-19T01:54:34.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36202026-05-19T01:54:34.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36212026-05-19T01:54:34.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36222026-05-19T01:54:34.898Z
36232026-05-19T01:54:34.898Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (184/276)
36242026-05-19T01:54:35.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36252026-05-19T01:54:35.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36262026-05-19T01:54:35.755Z Compiling typify-impl v0.4.3
36272026-05-19T01:54:35.755Z Compiling libefi-sys v0.1.0
36282026-05-19T01:54:35.763Z Compiling bitfield-struct v0.6.2
36292026-05-19T01:54:35.907Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36302026-05-19T01:54:35.918Z Compiling xshell-macros v0.2.7
36312026-05-19T01:54:35.933Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36322026-05-19T01:54:35.943Z Compiling salty v0.3.0
36332026-05-19T01:54:35.976Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36342026-05-19T01:54:36.125Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
36352026-05-19T01:54:36.249Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36362026-05-19T01:54:36.264Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36372026-05-19T01:54:36.277Z Checking xshell v0.2.7
36382026-05-19T01:54:36.393Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36392026-05-19T01:54:36.491Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36402026-05-19T01:54:36.509Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36412026-05-19T01:54:36.579Z Checking primeorder v0.13.6
36422026-05-19T01:54:36.659Z Compiling proc-macro-error-attr2 v2.0.0
36432026-05-19T01:54:36.749Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36442026-05-19T01:54:36.785Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36452026-05-19T01:54:36.816Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36462026-05-19T01:54:36.981Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36472026-05-19T01:54:37.020Z Checking tungstenite v0.21.0
36482026-05-19T01:54:37.037Z Checking p384 v0.13.1
36492026-05-19T01:54:37.052Z Compiling proc-macro-error2 v2.0.1
36502026-05-19T01:54:37.652Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36512026-05-19T01:54:37.676Z Compiling num-derive v0.3.3
36522026-05-19T01:54:37.677Z Checking tokio-tungstenite v0.21.0
36532026-05-19T01:54:37.721Z Compiling tabled_derive v0.11.0
36542026-05-19T01:54:37.785Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36552026-05-19T01:54:37.827Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36562026-05-19T01:54:37.866Z Checking papergrid v0.17.0
36572026-05-19T01:54:38.162Z Checking testing_table v0.3.0
36582026-05-19T01:54:38.187Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36592026-05-19T01:54:38.262Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36602026-05-19T01:54:38.511Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36612026-05-19T01:54:38.628Z Checking libscf-sys v1.1.0
36622026-05-19T01:54:38.693Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36632026-05-19T01:54:38.792Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36642026-05-19T01:54:38.797Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36652026-05-19T01:54:38.837Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36662026-05-19T01:54:38.974Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36672026-05-19T01:54:39.007Z Checking corncobs v0.1.4
36682026-05-19T01:54:39.029Z Compiling unicase v2.9.0
36692026-05-19T01:54:39.044Z Compiling illumos-nvpair-sys v0.2.0
36702026-05-19T01:54:39.184Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36712026-05-19T01:54:39.211Z Compiling mime_guess v2.0.5
36722026-05-19T01:54:39.314Z Checking tabled v0.20.0
36732026-05-19T01:54:39.335Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36742026-05-19T01:54:39.372Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36752026-05-19T01:54:39.458Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36762026-05-19T01:54:39.564Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
36772026-05-19T01:54:39.671Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36782026-05-19T01:54:39.722Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36792026-05-19T01:54:39.740Z Checking progenitor-client v0.11.2
36802026-05-19T01:54:39.769Z Checking secrecy v0.8.0
36812026-05-19T01:54:39.895Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36822026-05-19T01:54:40.213Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36832026-05-19T01:54:40.265Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36842026-05-19T01:54:40.280Z Compiling typify-macro v0.4.3
36852026-05-19T01:54:40.381Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36862026-05-19T01:54:40.404Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36872026-05-19T01:54:40.488Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36882026-05-19T01:54:40.553Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
36892026-05-19T01:54:40.657Z Checking filetime v0.2.27
36902026-05-19T01:54:40.723Z Checking http-range v0.1.5
36912026-05-19T01:54:40.804Z Checking crc8 v0.1.1
36922026-05-19T01:54:41.039Z Checking xattr v1.6.1
36932026-05-19T01:54:41.090Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36942026-05-19T01:54:41.090Z Checking tar v0.4.45
36952026-05-19T01:54:41.138Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36962026-05-19T01:54:41.352Z Checking illumos-nvpair v0.3.0
36972026-05-19T01:54:41.421Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36982026-05-19T01:54:41.510Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36992026-05-19T01:54:41.539Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
37002026-05-19T01:54:41.802Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37012026-05-19T01:54:41.826Z Checking atty v0.2.14
37022026-05-19T01:54:41.864Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37032026-05-19T01:54:41.884Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37042026-05-19T01:54:41.923Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37052026-05-19T01:54:41.967Z Compiling typify v0.4.3
37062026-05-19T01:54:42.201Z Compiling progenitor-impl v0.11.2
37072026-05-19T01:54:42.392Z Compiling progenitor-impl v0.10.0
37082026-05-19T01:54:42.538Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37092026-05-19T01:54:42.710Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37102026-05-19T01:54:42.968Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37112026-05-19T01:54:43.052Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37122026-05-19T01:54:43.496Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37132026-05-19T01:54:43.751Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37142026-05-19T01:54:43.843Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
37152026-05-19T01:54:48.029Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
37162026-05-19T01:54:48.052Z Checking hyper-staticfile v0.10.1
37172026-05-19T01:54:48.052Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37182026-05-19T01:54:48.052Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37192026-05-19T01:54:48.052Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37202026-05-19T01:54:48.052Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37212026-05-19T01:54:48.052Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37222026-05-19T01:54:48.052Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37232026-05-19T01:54:48.052Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37242026-05-19T01:54:48.052Z Compiling progenitor-macro v0.11.2
37252026-05-19T01:54:48.052Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37262026-05-19T01:54:48.052Z Compiling progenitor-macro v0.10.0
37272026-05-19T01:54:48.052Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37282026-05-19T01:54:48.052Z Checking progenitor v0.11.2
37292026-05-19T01:54:48.052Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37302026-05-19T01:54:48.052Z Checking progenitor v0.10.0
37312026-05-19T01:54:48.052Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37322026-05-19T01:54:52.278Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
37332026-05-19T01:55:03.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.27s
37342026-05-19T01:55:03.382Z
37352026-05-19T01:55:03.382Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (185/276)
37362026-05-19T01:55:03.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37372026-05-19T01:55:03.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37382026-05-19T01:55:04.165Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37392026-05-19T01:55:14.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.32s
37402026-05-19T01:55:14.924Z
37412026-05-19T01:55:14.924Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (186/276)
37422026-05-19T01:55:15.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37432026-05-19T01:55:15.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37442026-05-19T01:55:15.701Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37452026-05-19T01:55:26.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.37s
37462026-05-19T01:55:26.518Z
37472026-05-19T01:55:26.518Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (187/276)
37482026-05-19T01:55:27.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37492026-05-19T01:55:27.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37502026-05-19T01:55:27.293Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37512026-05-19T01:55:38.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.52s
37522026-05-19T01:55:38.269Z
37532026-05-19T01:55:38.269Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (188/276)
37542026-05-19T01:55:38.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37552026-05-19T01:55:38.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37562026-05-19T01:55:39.049Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37572026-05-19T01:55:49.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.37s
37582026-05-19T01:55:49.864Z
37592026-05-19T01:55:49.864Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (189/276)
37602026-05-19T01:55:50.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37612026-05-19T01:55:50.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37622026-05-19T01:55:50.641Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37632026-05-19T01:56:01.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.36s
37642026-05-19T01:56:01.445Z
37652026-05-19T01:56:01.445Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (190/276)
37662026-05-19T01:56:01.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37672026-05-19T01:56:01.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37682026-05-19T01:56:02.220Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37692026-05-19T01:56:12.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s
37702026-05-19T01:56:13.014Z
37712026-05-19T01:56:13.014Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (191/276)
37722026-05-19T01:56:13.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37732026-05-19T01:56:13.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37742026-05-19T01:56:13.793Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37752026-05-19T01:56:24.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.47s
37762026-05-19T01:56:24.710Z
37772026-05-19T01:56:24.710Zinfo: running `cargo check --bins` on bootstrap-agent-api (192/276)
37782026-05-19T01:56:25.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37792026-05-19T01:56:25.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37802026-05-19T01:56:25.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37812026-05-19T01:56:25.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37822026-05-19T01:56:25.325Z
37832026-05-19T01:56:25.325Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (193/276)
37842026-05-19T01:56:25.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37852026-05-19T01:56:25.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37862026-05-19T01:56:25.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37872026-05-19T01:56:25.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37882026-05-19T01:56:25.939Z
37892026-05-19T01:56:25.939Zinfo: running `cargo check --bins` on range-requests (194/276)
37902026-05-19T01:56:26.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37912026-05-19T01:56:26.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37922026-05-19T01:56:26.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37932026-05-19T01:56:26.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37942026-05-19T01:56:26.538Z
37952026-05-19T01:56:26.538Zinfo: running `cargo check --bins` on repo-depot-api (195/276)
37962026-05-19T01:56:27.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37972026-05-19T01:56:27.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37982026-05-19T01:56:27.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37992026-05-19T01:56:27.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38002026-05-19T01:56:27.139Z
38012026-05-19T01:56:27.139Zinfo: running `cargo check --bins` on sled-agent-api (196/276)
38022026-05-19T01:56:27.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38032026-05-19T01:56:27.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38042026-05-19T01:56:27.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38052026-05-19T01:56:27.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38062026-05-19T01:56:27.758Z
38072026-05-19T01:56:27.758Zinfo: running `cargo check --bins` on sled-diagnostics (197/276)
38082026-05-19T01:56:28.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38092026-05-19T01:56:28.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38102026-05-19T01:56:28.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38112026-05-19T01:56:28.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38122026-05-19T01:56:28.382Z
38132026-05-19T01:56:28.382Zinfo: running `cargo check --bins` on zfs-test-harness (198/276)
38142026-05-19T01:56:28.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38152026-05-19T01:56:28.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38162026-05-19T01:56:28.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38172026-05-19T01:56:28.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38182026-05-19T01:56:29.006Z
38192026-05-19T01:56:29.006Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (199/276)
38202026-05-19T01:56:29.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38212026-05-19T01:56:29.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38222026-05-19T01:56:29.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38232026-05-19T01:56:29.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38242026-05-19T01:56:29.634Z
38252026-05-19T01:56:29.635Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (200/276)
38262026-05-19T01:56:30.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38272026-05-19T01:56:30.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38282026-05-19T01:56:30.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38292026-05-19T01:56:30.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38302026-05-19T01:56:30.263Z
38312026-05-19T01:56:30.263Zinfo: running `cargo check --bins` on sled-agent-early-networking (201/276)
38322026-05-19T01:56:30.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38332026-05-19T01:56:30.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38342026-05-19T01:56:30.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38352026-05-19T01:56:30.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38362026-05-19T01:56:30.941Z
38372026-05-19T01:56:30.941Zinfo: running `cargo check --bins` on sled-agent-health-monitor (202/276)
38382026-05-19T01:56:31.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38392026-05-19T01:56:31.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38402026-05-19T01:56:31.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38412026-05-19T01:56:31.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38422026-05-19T01:56:31.516Z
38432026-05-19T01:56:31.516Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (203/276)
38442026-05-19T01:56:32.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38452026-05-19T01:56:32.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38462026-05-19T01:56:32.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38472026-05-19T01:56:32.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38482026-05-19T01:56:32.145Z
38492026-05-19T01:56:32.145Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (204/276)
38502026-05-19T01:56:32.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38512026-05-19T01:56:32.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38522026-05-19T01:56:32.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38532026-05-19T01:56:32.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38542026-05-19T01:56:32.774Z
38552026-05-19T01:56:32.774Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (205/276)
38562026-05-19T01:56:33.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38572026-05-19T01:56:33.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38582026-05-19T01:56:33.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38592026-05-19T01:56:33.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38602026-05-19T01:56:33.403Z
38612026-05-19T01:56:33.403Zinfo: running `cargo check --bins` on sled-agent-rack-setup (206/276)
38622026-05-19T01:56:33.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38632026-05-19T01:56:33.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38642026-05-19T01:56:33.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38652026-05-19T01:56:33.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38662026-05-19T01:56:34.054Z
38672026-05-19T01:56:34.054Zinfo: running `cargo check --bins` on trust-quorum (207/276)
38682026-05-19T01:56:34.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38692026-05-19T01:56:34.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38702026-05-19T01:56:34.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38712026-05-19T01:56:34.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38722026-05-19T01:56:34.680Z
38732026-05-19T01:56:34.680Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (208/276)
38742026-05-19T01:56:35.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38752026-05-19T01:56:35.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38762026-05-19T01:56:35.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38772026-05-19T01:56:35.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38782026-05-19T01:56:35.322Z
38792026-05-19T01:56:35.322Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (209/276)
38802026-05-19T01:56:35.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38812026-05-19T01:56:35.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38822026-05-19T01:56:35.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38832026-05-19T01:56:35.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38842026-05-19T01:56:35.980Z
38852026-05-19T01:56:35.980Zinfo: running `cargo check --bins` on update-common (210/276)
38862026-05-19T01:56:36.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38872026-05-19T01:56:36.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38882026-05-19T01:56:36.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38892026-05-19T01:56:36.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38902026-05-19T01:56:36.592Z
38912026-05-19T01:56:36.592Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (211/276)
38922026-05-19T01:56:37.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38932026-05-19T01:56:37.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38942026-05-19T01:56:37.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38952026-05-19T01:56:37.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38962026-05-19T01:56:37.237Z
38972026-05-19T01:56:37.237Zinfo: running `cargo check --bins` on omicron-deployment-graph (212/276)
38982026-05-19T01:56:37.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38992026-05-19T01:56:37.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39002026-05-19T01:56:37.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39012026-05-19T01:56:37.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39022026-05-19T01:56:37.822Z
39032026-05-19T01:56:37.822Zinfo: running `cargo check --bins` on reconfigurator-cli (213/276)
39042026-05-19T01:56:38.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39052026-05-19T01:56:38.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39062026-05-19T01:56:38.591Z Compiling fs-err v2.11.0
39072026-05-19T01:56:38.591Z Checking ignore v0.4.25
39082026-05-19T01:56:38.594Z Checking arc-swap v1.8.2
39092026-05-19T01:56:38.727Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39102026-05-19T01:56:38.730Z Checking predicates-tree v1.0.13
39112026-05-19T01:56:38.735Z Checking parse-size v1.1.0
39122026-05-19T01:56:38.758Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39132026-05-19T01:56:38.761Z Checking rand_seeder v0.4.0
39142026-05-19T01:56:38.823Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39152026-05-19T01:56:38.859Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39162026-05-19T01:56:38.908Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39172026-05-19T01:56:38.921Z Checking slog-scope v4.4.1
39182026-05-19T01:56:38.954Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39192026-05-19T01:56:39.049Z Checking slog-stdlog v4.1.1
39202026-05-19T01:56:39.064Z Compiling petname v2.0.2
39212026-05-19T01:56:39.077Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39222026-05-19T01:56:39.094Z Checking globwalk v0.9.1
39232026-05-19T01:56:39.147Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39242026-05-19T01:56:39.169Z Checking slog-envlogger v2.2.0
39252026-05-19T01:56:39.271Z Checking camino-tempfile-ext v0.3.3
39262026-05-19T01:56:39.316Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39272026-05-19T01:56:39.348Z Checking sapling-renderdag v0.1.0
39282026-05-19T01:56:39.464Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39292026-05-19T01:56:39.503Z Checking subprocess v0.2.15
39302026-05-19T01:56:39.584Z Checking sync-ptr v0.1.4
39312026-05-19T01:56:39.702Z Checking colored v2.2.0
39322026-05-19T01:56:39.714Z Checking assert_matches v1.5.0
39332026-05-19T01:56:39.785Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39342026-05-19T01:56:39.958Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39352026-05-19T01:56:39.958Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39362026-05-19T01:56:40.627Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39372026-05-19T01:56:41.951Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39382026-05-19T01:56:44.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.36s
39392026-05-19T01:56:44.403Z
39402026-05-19T01:56:44.403Zinfo: running `cargo check --bins` on omicron-repl-utils (214/276)
39412026-05-19T01:56:44.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-05-19T01:56:44.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-05-19T01:56:44.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442026-05-19T01:56:44.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39452026-05-19T01:56:44.994Z
39462026-05-19T01:56:44.994Zinfo: running `cargo check --bins` on transient-dns-server (215/276)
39472026-05-19T01:56:45.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-05-19T01:56:45.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-05-19T01:56:45.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-05-19T01:56:45.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39512026-05-19T01:56:45.605Z
39522026-05-19T01:56:45.605Zinfo: running `cargo check --bins` on nexus-test-interface (216/276)
39532026-05-19T01:56:46.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-05-19T01:56:46.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-05-19T01:56:46.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-05-19T01:56:46.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39572026-05-19T01:56:46.265Z
39582026-05-19T01:56:46.265Zinfo: running `cargo check --bins` on oximeter-collector (217/276)
39592026-05-19T01:56:46.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-05-19T01:56:46.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-05-19T01:56:46.991Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39622026-05-19T01:56:46.991Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39632026-05-19T01:56:47.635Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39642026-05-19T01:56:49.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.94s
39652026-05-19T01:56:49.420Z
39662026-05-19T01:56:49.420Zinfo: running `cargo check --bins` on oximeter-api (218/276)
39672026-05-19T01:56:49.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39682026-05-19T01:56:49.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39692026-05-19T01:56:49.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39702026-05-19T01:56:49.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39712026-05-19T01:56:50.020Z
39722026-05-19T01:56:50.020Zinfo: running `cargo check --bins` on cert-dev (219/276)
39732026-05-19T01:56:50.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39742026-05-19T01:56:50.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39752026-05-19T01:56:50.628Z Checking yasna v0.5.2
39762026-05-19T01:56:51.033Z Checking rcgen v0.12.1
39772026-05-19T01:56:51.280Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39782026-05-19T01:56:51.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
39792026-05-19T01:56:51.633Z
39802026-05-19T01:56:51.633Zinfo: running `cargo check --bins` on clickana (220/276)
39812026-05-19T01:56:52.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39822026-05-19T01:56:52.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39832026-05-19T01:56:52.282Z Compiling darling_core v0.23.0
39842026-05-19T01:56:52.285Z Compiling instability v0.3.11
39852026-05-19T01:56:52.391Z Checking castaway v0.2.4
39862026-05-19T01:56:52.398Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39872026-05-19T01:56:52.403Z Compiling indoc v2.0.7
39882026-05-19T01:56:52.418Z Checking unicode-truncate v1.1.0
39892026-05-19T01:56:52.422Z Checking lru v0.12.5
39902026-05-19T01:56:52.422Z Checking cassowary v0.3.0
39912026-05-19T01:56:52.485Z Checking compact_str v0.8.1
39922026-05-19T01:56:53.444Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39932026-05-19T01:56:53.629Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39942026-05-19T01:56:53.800Z Compiling darling_macro v0.23.0
39952026-05-19T01:56:54.210Z Compiling darling v0.23.0
39962026-05-19T01:56:54.821Z Checking ratatui v0.29.0
39972026-05-19T01:56:55.862Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39982026-05-19T01:56:56.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.89s
39992026-05-19T01:56:56.723Z
40002026-05-19T01:56:56.723Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (221/276)
40012026-05-19T01:56:57.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-05-19T01:56:57.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-05-19T01:56:57.442Z Checking headers-core v0.3.0
40042026-05-19T01:56:57.445Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40052026-05-19T01:56:57.641Z Checking headers v0.4.1
40062026-05-19T01:56:58.009Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40072026-05-19T01:56:58.865Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40082026-05-19T01:56:59.369Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40092026-05-19T01:56:59.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s
40102026-05-19T01:56:59.996Z
40112026-05-19T01:56:59.996Zinfo: running `cargo check --bins` on ch-dev (222/276)
40122026-05-19T01:57:00.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40132026-05-19T01:57:00.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40142026-05-19T01:57:00.717Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40152026-05-19T01:57:01.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
40162026-05-19T01:57:01.681Z
40172026-05-19T01:57:01.681Zinfo: running `cargo check --bins` on dev-tools-common (223/276)
40182026-05-19T01:57:02.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40192026-05-19T01:57:02.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40202026-05-19T01:57:02.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40212026-05-19T01:57:02.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
40222026-05-19T01:57:02.152Z
40232026-05-19T01:57:02.152Zinfo: running `cargo check --bins` on crdb-seed (224/276)
40242026-05-19T01:57:02.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40252026-05-19T01:57:02.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40262026-05-19T01:57:02.871Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40272026-05-19T01:57:03.848Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40282026-05-19T01:57:04.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s
40292026-05-19T01:57:04.391Z
40302026-05-19T01:57:04.391Zinfo: running `cargo check --bins` on db-dev (225/276)
40312026-05-19T01:57:04.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40322026-05-19T01:57:04.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40332026-05-19T01:57:05.112Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40342026-05-19T01:57:05.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
40352026-05-19T01:57:06.091Z
40362026-05-19T01:57:06.091Zinfo: running `cargo check --bins` on omicron-dev-lib (226/276)
40372026-05-19T01:57:06.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40382026-05-19T01:57:06.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40392026-05-19T01:57:06.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40402026-05-19T01:57:06.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40412026-05-19T01:57:06.736Z
40422026-05-19T01:57:06.736Zinfo: running `cargo check --bins` on xtask-downloader (227/276)
40432026-05-19T01:57:07.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40442026-05-19T01:57:07.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40452026-05-19T01:57:07.349Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40462026-05-19T01:57:08.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
40472026-05-19T01:57:08.202Z
40482026-05-19T01:57:08.202Zinfo: running `cargo check --bins` on omicron-dropshot-apis (228/276)
40492026-05-19T01:57:08.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40502026-05-19T01:57:08.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40512026-05-19T01:57:08.956Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40522026-05-19T01:57:08.956Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40532026-05-19T01:57:08.960Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=69cca33cfaa9f9d7faa4268b48c2c10485088ad0#69cca33c)
40542026-05-19T01:57:08.960Z Checking git-stub v1.0.0
40552026-05-19T01:57:08.960Z Compiling trait-variant v0.1.2
40562026-05-19T01:57:08.960Z Checking maplit v1.0.2
40572026-05-19T01:57:08.960Z Checking is_ci v1.2.0
40582026-05-19T01:57:08.960Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40592026-05-19T01:57:09.142Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40602026-05-19T01:57:09.185Z Checking supports-color v3.0.2
40612026-05-19T01:57:09.255Z Checking git-stub-vcs v0.1.0
40622026-05-19T01:57:09.290Z Checking drift v0.1.4
40632026-05-19T01:57:09.305Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40642026-05-19T01:57:09.344Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40652026-05-19T01:57:09.446Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40662026-05-19T01:57:09.554Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40672026-05-19T01:57:09.583Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40682026-05-19T01:57:09.599Z Checking dropshot-api-manager v0.7.1
40692026-05-19T01:57:09.660Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
40702026-05-19T01:57:09.811Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40712026-05-19T01:57:09.837Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40722026-05-19T01:57:10.023Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=69cca33cfaa9f9d7faa4268b48c2c10485088ad0#69cca33c)
40732026-05-19T01:57:10.389Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40742026-05-19T01:57:15.288Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40752026-05-19T01:57:16.371Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40762026-05-19T01:57:16.934Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40772026-05-19T01:57:17.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.15s
40782026-05-19T01:57:17.566Z
40792026-05-19T01:57:17.566Zinfo: running `cargo check --bins` on installinator-api (229/276)
40802026-05-19T01:57:18.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40812026-05-19T01:57:18.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40822026-05-19T01:57:18.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40832026-05-19T01:57:18.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40842026-05-19T01:57:18.170Z
40852026-05-19T01:57:18.170Zinfo: running `cargo check --bins` on nexus-external-api (230/276)
40862026-05-19T01:57:18.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40872026-05-19T01:57:18.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40882026-05-19T01:57:18.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40892026-05-19T01:57:18.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40902026-05-19T01:57:18.809Z
40912026-05-19T01:57:18.809Zinfo: running `cargo check --bins` on nexus-internal-api (231/276)
40922026-05-19T01:57:19.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40932026-05-19T01:57:19.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40942026-05-19T01:57:19.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40952026-05-19T01:57:19.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40962026-05-19T01:57:19.453Z
40972026-05-19T01:57:19.453Zinfo: running `cargo check --bins` on nexus-lockstep-api (232/276)
40982026-05-19T01:57:19.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40992026-05-19T01:57:19.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41002026-05-19T01:57:19.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41012026-05-19T01:57:19.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41022026-05-19T01:57:20.090Z
41032026-05-19T01:57:20.090Zinfo: running `cargo check --bins` on ntp-admin-api (233/276)
41042026-05-19T01:57:20.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41052026-05-19T01:57:20.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41062026-05-19T01:57:20.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41072026-05-19T01:57:20.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41082026-05-19T01:57:20.691Z
41092026-05-19T01:57:20.691Zinfo: running `cargo check --bins` on ntp-admin-types-versions (234/276)
41102026-05-19T01:57:21.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41112026-05-19T01:57:21.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41122026-05-19T01:57:21.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41132026-05-19T01:57:21.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41142026-05-19T01:57:21.284Z
41152026-05-19T01:57:21.284Zinfo: running `cargo check --bins` on wicketd-api (235/276)
41162026-05-19T01:57:21.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41172026-05-19T01:57:21.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41182026-05-19T01:57:21.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41192026-05-19T01:57:21.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41202026-05-19T01:57:21.905Z
41212026-05-19T01:57:21.905Zinfo: running `cargo check --bins` on omicron-ls-apis (236/276)
41222026-05-19T01:57:22.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41232026-05-19T01:57:22.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41242026-05-19T01:57:22.518Z Checking typeid v1.0.3
41252026-05-19T01:57:22.631Z Checking ordered-float v2.10.1
41262026-05-19T01:57:22.652Z Checking unicode-xid v0.2.6
41272026-05-19T01:57:22.664Z Checking cargo-platform v0.2.0
41282026-05-19T01:57:22.675Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41292026-05-19T01:57:22.700Z Checking erased-serde v0.4.9
41302026-05-19T01:57:22.836Z Checking serde-value v0.7.0
41312026-05-19T01:57:23.010Z Checking serde-untagged v0.1.9
41322026-05-19T01:57:23.168Z Checking cargo-util-schemas v0.8.2
41332026-05-19T01:57:23.852Z Checking cargo_metadata v0.21.0
41342026-05-19T01:57:24.458Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41352026-05-19T01:57:25.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
41362026-05-19T01:57:25.337Z
41372026-05-19T01:57:25.337Zinfo: running `cargo check --bins` on mgs-dev (237/276)
41382026-05-19T01:57:25.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41392026-05-19T01:57:25.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41402026-05-19T01:57:26.073Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41412026-05-19T01:57:26.697Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41422026-05-19T01:57:27.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s
41432026-05-19T01:57:27.418Z
41442026-05-19T01:57:27.419Zinfo: running `cargo check --bins` on omicron-omdb (238/276)
41452026-05-19T01:57:27.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41462026-05-19T01:57:27.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41472026-05-19T01:57:28.278Z Compiling vergen-gitcl v1.0.8
41482026-05-19T01:57:28.278Z Compiling dirs-sys-next v0.1.2
41492026-05-19T01:57:28.278Z Compiling glob v0.3.3
41502026-05-19T01:57:28.278Z Compiling crunchy v0.2.4
41512026-05-19T01:57:28.281Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41522026-05-19T01:57:28.281Z Compiling diesel_derives v2.3.7
41532026-05-19T01:57:28.281Z Compiling dsl_auto_type v0.2.0
41542026-05-19T01:57:28.281Z Checking scheduled-thread-pool v0.2.7
41552026-05-19T01:57:28.573Z Compiling dirs-next v2.0.0
41562026-05-19T01:57:28.606Z Compiling diesel_table_macro_syntax v0.3.0
41572026-05-19T01:57:28.647Z Compiling tiny-keccak v2.0.2
41582026-05-19T01:57:28.685Z Compiling term v0.7.0
41592026-05-19T01:57:28.809Z Checking r2d2 v0.8.10
41602026-05-19T01:57:28.828Z Compiling bit-vec v0.6.3
41612026-05-19T01:57:28.843Z Compiling clang-sys v1.8.1
41622026-05-19T01:57:28.877Z Checking downcast-rs v2.0.2
41632026-05-19T01:57:28.976Z Compiling ascii-canvas v3.0.0
41642026-05-19T01:57:28.998Z Compiling bit-set v0.5.3
41652026-05-19T01:57:29.152Z Compiling itertools v0.10.5
41662026-05-19T01:57:29.222Z Compiling ena v0.14.4
41672026-05-19T01:57:29.234Z Compiling libloading v0.8.9
41682026-05-19T01:57:29.253Z Compiling bindgen v0.71.1
41692026-05-19T01:57:29.277Z Compiling regex-syntax v0.6.29
41702026-05-19T01:57:29.424Z Compiling diff v0.1.13
41712026-05-19T01:57:29.461Z Compiling cexpr v0.6.0
41722026-05-19T01:57:29.697Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41732026-05-19T01:57:29.701Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41742026-05-19T01:57:29.871Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41752026-05-19T01:57:29.909Z Compiling libxml v0.3.3
41762026-05-19T01:57:30.132Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41772026-05-19T01:57:30.190Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41782026-05-19T01:57:30.226Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41792026-05-19T01:57:30.416Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41802026-05-19T01:57:30.450Z Compiling strum_macros v0.24.3
41812026-05-19T01:57:30.457Z Compiling indoc v1.0.9
41822026-05-19T01:57:30.687Z Compiling lalrpop v0.19.12
41832026-05-19T01:57:31.446Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41842026-05-19T01:57:31.641Z Checking derive_builder v0.20.2
41852026-05-19T01:57:31.759Z Compiling oso-derive v0.27.3
41862026-05-19T01:57:31.788Z Checking quick-xml v0.37.5
41872026-05-19T01:57:31.905Z Compiling impl-trait-for-tuples v0.2.3
41882026-05-19T01:57:32.250Z Checking openssl-probe v0.1.6
41892026-05-19T01:57:32.395Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41902026-05-19T01:57:32.672Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41912026-05-19T01:57:32.867Z Checking bb8 v0.8.6
41922026-05-19T01:57:33.112Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41932026-05-19T01:57:33.131Z Checking nonempty v0.12.0
41942026-05-19T01:57:33.155Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41952026-05-19T01:57:33.295Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41962026-05-19T01:57:33.331Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41972026-05-19T01:57:33.367Z Checking console v0.16.2
41982026-05-19T01:57:33.438Z Checking unit-prefix v0.5.2
41992026-05-19T01:57:33.505Z Checking support-bundle-viewer v0.1.2
42002026-05-19T01:57:33.575Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42012026-05-19T01:57:33.685Z Checking indicatif v0.18.4
42022026-05-19T01:57:33.749Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42032026-05-19T01:57:33.903Z Checking multimap v0.10.1
42042026-05-19T01:57:34.286Z Checking diesel v2.3.7
42052026-05-19T01:57:36.120Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42062026-05-19T01:57:36.393Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42072026-05-19T01:57:36.657Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42082026-05-19T01:57:37.802Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42092026-05-19T01:57:38.130Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42102026-05-19T01:57:38.206Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42112026-05-19T01:57:38.777Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42122026-05-19T01:57:38.881Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42132026-05-19T01:57:40.844Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42142026-05-19T01:57:45.925Z Compiling samael v0.0.19
42152026-05-19T01:57:49.660Z Checking diesel-dtrace v0.5.0
42162026-05-19T01:57:49.905Z Checking async-bb8-diesel v0.2.1
42172026-05-19T01:57:50.607Z Compiling polar-core v0.27.3
42182026-05-19T01:57:55.052Z Checking oso v0.27.3
42192026-05-19T01:58:31.898Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42202026-05-19T01:59:05.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
42212026-05-19T01:59:05.299Z
42222026-05-19T01:59:05.300Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (239/276)
42232026-05-19T01:59:05.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42242026-05-19T01:59:05.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42252026-05-19T01:59:05.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42262026-05-19T01:59:05.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42272026-05-19T01:59:05.962Z
42282026-05-19T01:59:05.962Zinfo: running `cargo check --bins` on nexus-saga-recovery (240/276)
42292026-05-19T01:59:06.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42302026-05-19T01:59:06.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42312026-05-19T01:59:06.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42322026-05-19T01:59:06.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42332026-05-19T01:59:06.621Z
42342026-05-19T01:59:06.621Zinfo: running `cargo check --bins` on nexus-test-utils-macros (241/276)
42352026-05-19T01:59:07.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42362026-05-19T01:59:07.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42372026-05-19T01:59:07.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42382026-05-19T01:59:07.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42392026-05-19T01:59:07.215Z
42402026-05-19T01:59:07.215Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (242/276)
42412026-05-19T01:59:07.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42422026-05-19T01:59:07.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42432026-05-19T01:59:08.086Z Compiling libz-sys v1.1.24
42442026-05-19T01:59:08.218Z Compiling libgit2-sys v0.18.3+1.9.2
42452026-05-19T01:59:08.254Z Compiling vergen-git2 v1.0.7
42462026-05-19T01:59:08.257Z Compiling rustls v0.21.12
42472026-05-19T01:59:08.260Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42482026-05-19T01:59:08.260Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42492026-05-19T01:59:08.260Z Checking rustls-webpki v0.101.7
42502026-05-19T01:59:08.260Z Checking sct v0.7.1
42512026-05-19T01:59:08.430Z Compiling nix v0.29.0
42522026-05-19T01:59:08.477Z Compiling dropshot v0.16.7
42532026-05-19T01:59:08.516Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42542026-05-19T01:59:08.551Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42552026-05-19T01:59:08.592Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42562026-05-19T01:59:08.734Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42572026-05-19T01:59:08.750Z Checking toml v0.9.12+spec-1.1.0
42582026-05-19T01:59:08.774Z Compiling dropshot_endpoint v0.16.7
42592026-05-19T01:59:08.878Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42602026-05-19T01:59:09.063Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42612026-05-19T01:59:09.232Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42622026-05-19T01:59:09.329Z Checking rustls-pemfile v1.0.4
42632026-05-19T01:59:09.471Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42642026-05-19T01:59:09.655Z Checking twox-hash v2.1.2
42652026-05-19T01:59:09.673Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42662026-05-19T01:59:09.892Z Checking tokio-rustls v0.24.1
42672026-05-19T01:59:10.433Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42682026-05-19T01:59:10.499Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42692026-05-19T01:59:10.699Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42702026-05-19T01:59:11.110Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42712026-05-19T01:59:11.177Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42722026-05-19T01:59:11.238Z Checking fatfs v0.3.6
42732026-05-19T01:59:11.296Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42742026-05-19T01:59:11.315Z Compiling seq-macro v0.3.6
42752026-05-19T01:59:15.065Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42762026-05-19T01:59:15.190Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42772026-05-19T01:59:15.583Z Compiling git2 v0.20.4
42782026-05-19T01:59:17.754Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42792026-05-19T02:00:04.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.34s
42802026-05-19T02:00:04.781Z
42812026-05-19T02:00:04.781Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (243/276)
42822026-05-19T02:00:05.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42832026-05-19T02:00:05.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42842026-05-19T02:00:05.672Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42852026-05-19T02:00:44.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.33s
42862026-05-19T02:00:44.330Z
42872026-05-19T02:00:44.330Zinfo: running `cargo check --bins` on nexus-background-task-interface (244/276)
42882026-05-19T02:00:44.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42892026-05-19T02:00:44.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42902026-05-19T02:00:44.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42912026-05-19T02:00:44.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42922026-05-19T02:00:44.933Z
42932026-05-19T02:00:44.933Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (245/276)
42942026-05-19T02:00:45.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42952026-05-19T02:00:45.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42962026-05-19T02:00:45.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42972026-05-19T02:00:45.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42982026-05-19T02:00:45.584Z
42992026-05-19T02:00:45.584Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (246/276)
43002026-05-19T02:00:46.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43012026-05-19T02:00:46.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43022026-05-19T02:00:46.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43032026-05-19T02:00:46.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43042026-05-19T02:00:46.240Z
43052026-05-19T02:00:46.240Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (247/276)
43062026-05-19T02:00:46.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43072026-05-19T02:00:46.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43082026-05-19T02:00:46.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43092026-05-19T02:00:46.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43102026-05-19T02:00:46.905Z
43112026-05-19T02:00:46.905Zinfo: running `cargo check --bins` on nexus-mgs-updates (248/276)
43122026-05-19T02:00:47.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43132026-05-19T02:00:47.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43142026-05-19T02:00:47.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43152026-05-19T02:00:47.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43162026-05-19T02:00:47.553Z
43172026-05-19T02:00:47.553Zinfo: running `cargo check --bins` on nexus-networking (249/276)
43182026-05-19T02:00:48.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43192026-05-19T02:00:48.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43202026-05-19T02:00:48.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43212026-05-19T02:00:48.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43222026-05-19T02:00:48.221Z
43232026-05-19T02:00:48.221Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (250/276)
43242026-05-19T02:00:48.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43252026-05-19T02:00:48.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43262026-05-19T02:00:48.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43272026-05-19T02:00:48.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43282026-05-19T02:00:48.881Z
43292026-05-19T02:00:48.881Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (251/276)
43302026-05-19T02:00:49.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43312026-05-19T02:00:49.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43322026-05-19T02:00:49.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43332026-05-19T02:00:49.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43342026-05-19T02:00:49.545Z
43352026-05-19T02:00:49.545Zinfo: running `cargo check --bins` on omicron-dev (252/276)
43362026-05-19T02:00:50.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43372026-05-19T02:00:50.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43382026-05-19T02:00:50.447Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43392026-05-19T02:00:50.447Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43402026-05-19T02:00:50.638Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43412026-05-19T02:00:50.670Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43422026-05-19T02:00:50.691Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43432026-05-19T02:00:50.695Z Checking yansi v1.0.1
43442026-05-19T02:00:50.695Z Checking diff v0.1.13
43452026-05-19T02:00:50.695Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43462026-05-19T02:00:50.774Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43472026-05-19T02:00:50.980Z Checking pretty_assertions v1.4.1
43482026-05-19T02:00:51.598Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43492026-05-19T02:00:51.747Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43502026-05-19T02:01:15.098Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43512026-05-19T02:01:15.106Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43522026-05-19T02:01:15.106Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43532026-05-19T02:01:15.106Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43542026-05-19T02:01:15.106Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43552026-05-19T02:01:15.106Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43562026-05-19T02:01:19.486Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43572026-05-19T02:01:19.507Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43582026-05-19T02:01:55.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
43592026-05-19T02:01:55.614Z
43602026-05-19T02:01:55.614Zinfo: running `cargo check --bins` on omicron-pins (253/276)
43612026-05-19T02:01:56.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43622026-05-19T02:01:56.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43632026-05-19T02:01:56.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43642026-05-19T02:01:56.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43652026-05-19T02:01:56.217Z
43662026-05-19T02:01:56.217Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (254/276)
43672026-05-19T02:01:56.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43682026-05-19T02:01:56.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43692026-05-19T02:01:57.421Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43702026-05-19T02:01:57.461Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43712026-05-19T02:01:57.461Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43722026-05-19T02:02:22.748Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43732026-05-19T02:02:23.137Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43742026-05-19T02:02:24.828Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43752026-05-19T02:02:25.284Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43762026-05-19T02:02:28.201Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43772026-05-19T02:02:50.848Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43782026-05-19T02:02:51.556Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43792026-05-19T02:02:53.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.96s
43802026-05-19T02:02:53.388Z
43812026-05-19T02:02:53.388Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (255/276)
43822026-05-19T02:02:53.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43832026-05-19T02:02:53.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43842026-05-19T02:02:54.104Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43852026-05-19T02:02:54.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
43862026-05-19T02:02:54.981Z
43872026-05-19T02:02:54.981Zinfo: running `cargo check --bins` on omicron-releng (256/276)
43882026-05-19T02:02:55.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43892026-05-19T02:02:55.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43902026-05-19T02:02:55.646Z Compiling blake3 v1.8.3
43912026-05-19T02:02:55.757Z Checking arrayref v0.3.9
43922026-05-19T02:02:55.757Z Checking constant_time_eq v0.4.2
43932026-05-19T02:02:55.762Z Checking arrayvec v0.7.6
43942026-05-19T02:02:55.779Z Checking topological-sort v0.2.2
43952026-05-19T02:02:55.780Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43962026-05-19T02:02:55.783Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43972026-05-19T02:02:55.783Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43982026-05-19T02:02:55.824Z Checking shell-words v1.1.1
43992026-05-19T02:02:56.651Z Checking omicron-zone-package v0.12.2
44002026-05-19T02:02:57.362Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
44012026-05-19T02:02:58.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
44022026-05-19T02:02:58.364Z
44032026-05-19T02:02:58.364Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (257/276)
44042026-05-19T02:02:58.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44052026-05-19T02:02:58.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44062026-05-19T02:02:59.020Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
44072026-05-19T02:02:59.347Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
44082026-05-19T02:02:59.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
44092026-05-19T02:02:59.940Z
44102026-05-19T02:02:59.940Zinfo: running `cargo check --bins` on schema (258/276)
44112026-05-19T02:03:00.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44122026-05-19T02:03:00.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44132026-05-19T02:03:00.685Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
44142026-05-19T02:03:01.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
44152026-05-19T02:03:01.613Z
44162026-05-19T02:03:01.613Zinfo: running `cargo check --bins` on xtask (259/276)
44172026-05-19T02:03:02.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44182026-05-19T02:03:02.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44192026-05-19T02:03:02.074Z Checking libc v0.2.185
44202026-05-19T02:03:02.077Z Checking serde v1.0.228
44212026-05-19T02:03:02.161Z Checking zerofrom v0.1.6
44222026-05-19T02:03:02.166Z Checking bitflags v2.11.0
44232026-05-19T02:03:02.172Z Checking smallvec v1.15.1
44242026-05-19T02:03:02.180Z Checking indexmap v2.14.0
44252026-05-19T02:03:02.188Z Checking serde_json v1.0.149
44262026-05-19T02:03:02.192Z Checking scroll v0.12.0
44272026-05-19T02:03:02.261Z Checking yoke v0.8.1
44282026-05-19T02:03:02.311Z Checking num-traits v0.2.19
44292026-05-19T02:03:02.344Z Checking thiserror v1.0.69
44302026-05-19T02:03:02.423Z Checking percent-encoding v2.3.2
44312026-05-19T02:03:02.434Z Checking zerovec v0.11.5
44322026-05-19T02:03:02.443Z Checking zerotrie v0.2.3
44332026-05-19T02:03:02.452Z Checking errno v0.3.14
44342026-05-19T02:03:02.541Z Checking toml_datetime v0.6.11
44352026-05-19T02:03:02.566Z Checking serde_spanned v0.6.9
44362026-05-19T02:03:02.570Z Checking rustix v1.1.3
44372026-05-19T02:03:02.683Z Checking log v0.4.29
44382026-05-19T02:03:02.696Z Checking zerocopy v0.7.35
44392026-05-19T02:03:02.709Z Checking form_urlencoded v1.2.2
44402026-05-19T02:03:02.719Z Checking toml_edit v0.22.27
44412026-05-19T02:03:02.789Z Checking getrandom v0.4.1
44422026-05-19T02:03:02.832Z Checking ordered-float v2.10.1
44432026-05-19T02:03:02.842Z Checking goblin v0.8.2
44442026-05-19T02:03:02.846Z Checking thiserror v2.0.18
44452026-05-19T02:03:02.865Z Checking tinystr v0.8.2
44462026-05-19T02:03:02.920Z Checking potential_utf v0.1.4
44472026-05-19T02:03:02.948Z Checking syn v2.0.117
44482026-05-19T02:03:03.042Z Checking icu_locale_core v2.1.1
44492026-05-19T02:03:03.058Z Checking icu_collections v2.1.1
44502026-05-19T02:03:03.066Z Checking serde-value v0.7.0
44512026-05-19T02:03:03.184Z Checking dtrace-parser v0.2.0
44522026-05-19T02:03:03.264Z Checking thread-id v4.2.2
44532026-05-19T02:03:03.346Z Checking once_cell v1.21.3
44542026-05-19T02:03:03.360Z Checking cargo-platform v0.2.0
44552026-05-19T02:03:03.395Z Checking terminal_size v0.4.3
44562026-05-19T02:03:03.418Z Checking memmap v0.7.0
44572026-05-19T02:03:03.508Z Checking clap_builder v4.5.60
44582026-05-19T02:03:03.519Z Checking tempfile v3.25.0
44592026-05-19T02:03:03.548Z Checking textwrap v0.16.2
44602026-05-19T02:03:03.559Z Checking fs-err v3.3.0
44612026-05-19T02:03:03.600Z Checking icu_provider v2.1.1
44622026-05-19T02:03:03.707Z Checking camino-tempfile v1.4.1
44632026-05-19T02:03:03.732Z Checking anyhow v1.0.102
44642026-05-19T02:03:03.755Z Checking tabled v0.15.0
44652026-05-19T02:03:03.840Z Checking toml v0.8.23
44662026-05-19T02:03:03.844Z Checking icu_normalizer v2.1.1
44672026-05-19T02:03:03.862Z Checking icu_properties v2.1.2
44682026-05-19T02:03:03.925Z Checking macaddr v1.0.1
44692026-05-19T02:03:04.108Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44702026-05-19T02:03:04.160Z Checking cargo_toml v0.21.0
44712026-05-19T02:03:04.655Z Checking idna_adapter v1.2.1
44722026-05-19T02:03:04.701Z Checking dof v0.3.0
44732026-05-19T02:03:04.711Z Checking clap v4.5.60
44742026-05-19T02:03:04.773Z Checking idna v1.1.0
44752026-05-19T02:03:04.965Z Checking usdt-impl v0.5.0
44762026-05-19T02:03:04.997Z Checking url v2.5.8
44772026-05-19T02:03:05.208Z Checking usdt v0.5.0
44782026-05-19T02:03:05.339Z Checking cargo-util-schemas v0.8.2
44792026-05-19T02:03:06.016Z Checking cargo_metadata v0.21.0
44802026-05-19T02:03:06.627Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44812026-05-19T02:03:07.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.42s
44822026-05-19T02:03:07.165Z
44832026-05-19T02:03:07.165Zinfo: running `cargo check --bins` on dnsadm (260/276)
44842026-05-19T02:03:07.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44852026-05-19T02:03:07.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44862026-05-19T02:03:07.822Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44872026-05-19T02:03:08.311Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44882026-05-19T02:03:08.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.53s
44892026-05-19T02:03:08.909Z
44902026-05-19T02:03:08.909Zinfo: running `cargo check --bins` on end-to-end-tests (261/276)
44912026-05-19T02:03:09.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44922026-05-19T02:03:09.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44932026-05-19T02:03:09.729Z Checking polyval v0.6.2
44942026-05-19T02:03:09.855Z Checking ctr v0.9.2
44952026-05-19T02:03:09.866Z Checking ssh-encoding v0.2.0
44962026-05-19T02:03:09.866Z Checking blowfish v0.9.1
44972026-05-19T02:03:09.889Z Checking password-hash v0.4.2
44982026-05-19T02:03:09.901Z Checking p521 v0.13.3
44992026-05-19T02:03:09.905Z Checking p256 v0.13.2
45002026-05-19T02:03:09.928Z Checking russh-cryptovec v0.7.3
45012026-05-19T02:03:09.996Z Checking ghash v0.5.1
45022026-05-19T02:03:10.010Z Checking md5 v0.7.0
45032026-05-19T02:03:10.010Z Checking bcrypt-pbkdf v0.10.0
45042026-05-19T02:03:10.042Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45052026-05-19T02:03:10.057Z Checking num-bigint v0.4.6
45062026-05-19T02:03:10.108Z Checking pbkdf2 v0.11.0
45072026-05-19T02:03:10.124Z Checking aes-gcm v0.10.3
45082026-05-19T02:03:10.154Z Checking des v0.8.1
45092026-05-19T02:03:10.169Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45102026-05-19T02:03:10.183Z Checking hex-literal v0.4.1
45112026-05-19T02:03:10.273Z Checking ssh-cipher v0.2.0
45122026-05-19T02:03:10.279Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45132026-05-19T02:03:10.302Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45142026-05-19T02:03:10.302Z Checking socket2 v0.5.10
45152026-05-19T02:03:10.328Z Checking internet-checksum v0.2.1
45162026-05-19T02:03:10.454Z Checking ssh-key v0.6.7
45172026-05-19T02:03:10.559Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45182026-05-19T02:03:11.088Z Checking russh-keys v0.45.0
45192026-05-19T02:03:11.638Z Checking russh v0.45.0
45202026-05-19T02:03:27.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.85s
45212026-05-19T02:03:27.965Z
45222026-05-19T02:03:27.965Zinfo: running `cargo check --bins` on gateway-cli (262/276)
45232026-05-19T02:03:28.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45242026-05-19T02:03:28.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45252026-05-19T02:03:28.617Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45262026-05-19T02:03:28.726Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45272026-05-19T02:03:28.732Z Checking termios v0.3.3
45282026-05-19T02:03:29.920Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45292026-05-19T02:03:30.066Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45302026-05-19T02:03:31.831Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45312026-05-19T02:03:32.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.42s
45322026-05-19T02:03:32.576Z
45332026-05-19T02:03:32.576Zinfo: running `cargo check --bins --no-default-features` on installinator (263/276)
45342026-05-19T02:03:33.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45352026-05-19T02:03:33.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45362026-05-19T02:03:33.292Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45372026-05-19T02:03:33.295Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45382026-05-19T02:03:33.415Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45392026-05-19T02:03:33.418Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45402026-05-19T02:03:33.429Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45412026-05-19T02:03:33.429Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45422026-05-19T02:03:34.147Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45432026-05-19T02:03:34.504Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45442026-05-19T02:03:34.507Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45452026-05-19T02:03:35.135Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45462026-05-19T02:03:36.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s
45472026-05-19T02:03:36.968Z
45482026-05-19T02:03:36.968Zinfo: running `cargo check --bins` on internal-dns-cli (264/276)
45492026-05-19T02:03:37.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45502026-05-19T02:03:37.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45512026-05-19T02:03:37.618Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45522026-05-19T02:03:38.067Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45532026-05-19T02:03:38.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
45542026-05-19T02:03:38.588Z
45552026-05-19T02:03:38.588Zinfo: running `cargo check --bins` on omicron-live-tests (265/276)
45562026-05-19T02:03:39.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45572026-05-19T02:03:39.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45582026-05-19T02:03:39.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45592026-05-19T02:03:39.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45602026-05-19T02:03:39.188Z
45612026-05-19T02:03:39.188Zinfo: running `cargo check --bins` on live-tests-macros (266/276)
45622026-05-19T02:03:39.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45632026-05-19T02:03:39.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45642026-05-19T02:03:39.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45652026-05-19T02:03:39.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45662026-05-19T02:03:39.783Z
45672026-05-19T02:03:39.783Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (267/276)
45682026-05-19T02:03:40.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45692026-05-19T02:03:40.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45702026-05-19T02:03:40.542Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45712026-05-19T02:03:41.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
45722026-05-19T02:03:41.352Z
45732026-05-19T02:03:41.352Zinfo: running `cargo check --bins` on omicron-ntp-admin (268/276)
45742026-05-19T02:03:41.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45752026-05-19T02:03:41.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45762026-05-19T02:03:42.010Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45772026-05-19T02:03:42.013Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45782026-05-19T02:03:42.289Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45792026-05-19T02:03:42.292Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45802026-05-19T02:03:43.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s
45812026-05-19T02:03:43.279Z
45822026-05-19T02:03:43.279Zinfo: running `cargo check --bins` on ntp-admin-types (269/276)
45832026-05-19T02:03:43.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45842026-05-19T02:03:43.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45852026-05-19T02:03:43.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45862026-05-19T02:03:43.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45872026-05-19T02:03:43.880Z
45882026-05-19T02:03:43.880Zinfo: running `cargo check --bins` on omicron-package (270/276)
45892026-05-19T02:03:44.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45902026-05-19T02:03:44.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45912026-05-19T02:03:44.571Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45922026-05-19T02:03:45.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
45932026-05-19T02:03:45.834Z
45942026-05-19T02:03:45.834Zinfo: running `cargo check --bins` on tqdb (271/276)
45952026-05-19T02:03:46.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45962026-05-19T02:03:46.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45972026-05-19T02:03:46.624Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45982026-05-19T02:03:46.977Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45992026-05-19T02:03:47.487Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
46002026-05-19T02:03:47.487Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
46012026-05-19T02:03:53.430Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46022026-05-19T02:03:53.433Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46032026-05-19T02:03:54.001Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
46042026-05-19T02:03:54.001Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46052026-05-19T02:03:54.005Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46062026-05-19T02:03:54.005Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46072026-05-19T02:03:54.768Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46082026-05-19T02:03:55.711Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46092026-05-19T02:03:56.474Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46102026-05-19T02:03:57.078Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46112026-05-19T02:04:01.410Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46122026-05-19T02:04:07.831Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46132026-05-19T02:04:07.834Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46142026-05-19T02:04:07.834Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46152026-05-19T02:04:07.834Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46162026-05-19T02:04:09.298Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46172026-05-19T02:04:10.632Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46182026-05-19T02:04:11.312Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46192026-05-19T02:04:12.547Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46202026-05-19T02:04:13.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.25s
46212026-05-19T02:04:13.306Z
46222026-05-19T02:04:13.306Zinfo: running `cargo check --bins` on wicket-dbg (272/276)
46232026-05-19T02:04:13.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46242026-05-19T02:04:13.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46252026-05-19T02:04:14.026Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46262026-05-19T02:04:14.029Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46272026-05-19T02:04:14.030Z Checking rtoolbox v0.0.3
46282026-05-19T02:04:14.158Z Checking tui-tree-widget v0.23.1
46292026-05-19T02:04:14.258Z Checking rpassword v7.4.0
46302026-05-19T02:04:15.279Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46312026-05-19T02:04:18.227Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46322026-05-19T02:04:20.067Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46332026-05-19T02:04:20.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.66s
46342026-05-19T02:04:21.179Z
46352026-05-19T02:04:21.179Zinfo: running `cargo check --bins` on wicket (273/276)
46362026-05-19T02:04:21.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46372026-05-19T02:04:21.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46382026-05-19T02:04:21.886Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46392026-05-19T02:04:22.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
46402026-05-19T02:04:22.462Z
46412026-05-19T02:04:22.462Zinfo: running `cargo check --bins` on wicketd (274/276)
46422026-05-19T02:04:23.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46432026-05-19T02:04:23.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46442026-05-19T02:04:23.185Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46452026-05-19T02:04:23.185Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46462026-05-19T02:04:23.189Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46472026-05-19T02:04:23.189Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46482026-05-19T02:04:24.167Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46492026-05-19T02:04:24.742Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46502026-05-19T02:04:27.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.21s
46512026-05-19T02:04:27.881Z
46522026-05-19T02:04:27.881Zinfo: running `cargo check --bins` on omicron-workspace-hack (275/276)
46532026-05-19T02:04:28.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46542026-05-19T02:04:28.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46552026-05-19T02:04:28.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46562026-05-19T02:04:28.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46572026-05-19T02:04:28.477Z
46582026-05-19T02:04:28.477Zinfo: running `cargo check --bins` on zone-setup (276/276)
46592026-05-19T02:04:29.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46602026-05-19T02:04:29.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46612026-05-19T02:04:29.160Z Checking uzers v0.12.2
46622026-05-19T02:04:29.433Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46632026-05-19T02:04:30.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
46642026-05-19T02:04:30.386Z
46652026-05-19T02:04:30.389Zreal 14:08.669144950
46662026-05-19T02:04:30.389Zuser 20:28.236167574
46672026-05-19T02:04:30.389Zsys 4:16.372798195
46682026-05-19T02:04:30.389Ztrap 0.323771659
46692026-05-19T02:04:30.389Ztflt 1.267310879
46702026-05-19T02:04:30.389Zdflt 1.382959561
46712026-05-19T02:04:30.389Zkflt 0.004936437
46722026-05-19T02:04:30.389Zlock 1:17:02.875135281
46732026-05-19T02:04:30.389Zslp 1:38:10.888692840
46742026-05-19T02:04:30.389Zlat 58.429457760
46752026-05-19T02:04:30.389Zstop 3:33.003042634
46762026-05-19T02:04:30.389Zprocess exited: duration 985421 ms, exit code 0
 
46772026-05-19T02:04:30.396Zfound 0 output files