01KVBRZWY2MH3WA2XDXKAW4Y2F: 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: 01KVBS0FP9EAV4G0W6XGZ7FX98

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-17T21:51:17.171Zjob assigned to worker 01KVBS0T579X8NDTS6TTZYTS1H [factory aws, i-034adc0f7b9c99118] (queued for 1 m 1 s)
 
22026-06-17T21:51:23.764Zstarting task 0: "setup"
32026-06-17T21:51:23.769Z++ uname -s
42026-06-17T21:51:23.772Z+ kern=SunOS
52026-06-17T21:51:23.772Z+ build_user=build
62026-06-17T21:51:23.772Z+ build_uid=12345
72026-06-17T21:51:23.772Z+ work_dir=/work
82026-06-17T21:51:23.772Z+ input_dir=/input
92026-06-17T21:51:23.772Z+ [[ 0 == 12345 ]]
102026-06-17T21:51:23.772Z+ case "$kern" in
112026-06-17T21:51:23.772Z+ groupadd -g 12345 build
122026-06-17T21:51:23.775Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-17T21:51:25.777Z+ zfs create -o mountpoint=/work rpool/work
142026-06-17T21:51:25.889Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-17T21:51:25.893Z+ home_fs=zfs
162026-06-17T21:51:25.893Z+ [[ zfs == autofs ]]
172026-06-17T21:51:25.893Z+ mkdir -p /home/build
182026-06-17T21:51:25.893Z+ chown build:build /home/build /work
192026-06-17T21:51:27.894Z+ chmod 0700 /home/build /work
202026-06-17T21:51:27.897Zprocess exited: duration 4130 ms, exit code 0
 
212026-06-17T21:51:27.902Zstarting task 1: "rust-toolchain"
222026-06-17T21:51:27.906Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-17T21:51:27.906Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-17T21:51:27.906Z * rust toolchain channel = "1.94.0"
252026-06-17T21:51:27.906Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-17T21:51:27.906Z * rust toolchain profile = "default"
272026-06-17T21:51:27.906Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-17T21:51:27.909Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-17T21:51:27.909Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-17T21:51:27.966Zinfo: downloading installer
312026-06-17T21:51:29.411Zwarn: It looks like you have an existing rustup settings file at:
322026-06-17T21:51:29.411Zwarn: /home/build/.rustup/settings.toml
332026-06-17T21:51:29.411Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-17T21:51:29.414Zwarn: instead of the one inferred from the default host triple.
352026-06-17T21:51:29.423Zinfo: profile set to default
362026-06-17T21:51:29.423Zinfo: default host triple is x86_64-unknown-illumos
372026-06-17T21:51:29.426Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-17T21:51:29.576Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-17T21:51:29.579Zinfo: downloading 6 components
402026-06-17T21:51:44.877Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-17T21:51:44.877Z
422026-06-17T21:51:44.905Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-17T21:51:44.905Z
442026-06-17T21:51:44.905Z
452026-06-17T21:51:44.905ZRust is installed now. Great!
462026-06-17T21:51:44.905Z
472026-06-17T21:51:44.905ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-17T21:51:44.905Zenvironment variable. This has not been done automatically.
492026-06-17T21:51:44.905Z
502026-06-17T21:51:44.905ZTo configure your current shell, you need to source
512026-06-17T21:51:44.906Zthe corresponding env file under $HOME/.cargo.
522026-06-17T21:51:44.906Z
532026-06-17T21:51:44.906ZThis is usually done by running one of the following (note the leading DOT):
542026-06-17T21:51:44.909Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-17T21:51:44.909Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-17T21:51:44.909Zsource "~/.cargo/env.nu" # For nushell
572026-06-17T21:51:44.909Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-17T21:51:44.909Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-17T21:51:44.909Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-17T21:51:44.909Zwarn: no default linker (`cc`) was found in your PATH
612026-06-17T21:51:44.909Zwarn: many Rust crates require a system C toolchain to build
622026-06-17T21:51:44.999Z+ rustup --version
632026-06-17T21:51:45.009Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-17T21:51:45.013Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-17T21:51:45.029Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-17T21:51:45.032Z+ cargo --version
672026-06-17T21:51:45.045Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-17T21:51:45.047Z+ rustc --version
692026-06-17T21:51:45.067Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-17T21:51:45.070Zprocess exited: duration 17166 ms, exit code 0
 
712026-06-17T21:51:45.075Zstarting task 2: "authentication"
722026-06-17T21:51:45.091Zprocess exited: duration 16 ms, exit code 0
 
732026-06-17T21:51:45.097Zstarting task 3: "clone repository"
742026-06-17T21:51:45.102Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-17T21:51:45.104Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-17T21:51:45.132ZCloning into '/work/oxidecomputer/omicron'...
772026-06-17T21:52:08.870Z+ cd /work/oxidecomputer/omicron
782026-06-17T21:52:08.870Z+ git fetch origin eba3cd009411a493ec63c7c2b40054e19017c7e5
792026-06-17T21:52:09.214ZFrom https://github.com/oxidecomputer/omicron
802026-06-17T21:52:09.214Z * branch eba3cd009411a493ec63c7c2b40054e19017c7e5 -> FETCH_HEAD
812026-06-17T21:52:09.225Z+ [[ -n '' ]]
822026-06-17T21:52:09.226Z+ git reset --hard eba3cd009411a493ec63c7c2b40054e19017c7e5
832026-06-17T21:52:09.472ZHEAD is now at eba3cd009 typo
842026-06-17T21:52:09.477Zprocess exited: duration 24379 ms, exit code 0
 
852026-06-17T21:52:09.484Zstarting task 4: "build"
862026-06-17T21:52:09.491Z+ source .github/buildomat/ci-env.sh
872026-06-17T21:52:09.491Z++ export CARGO_TERM_COLOR=always
882026-06-17T21:52:09.491Z++ CARGO_TERM_COLOR=always
892026-06-17T21:52:09.494Z+ cargo --version
902026-06-17T21:52:09.501Zcargo 1.94.0 (85eff7c80 2026-01-15)
912026-06-17T21:52:09.501Z+ rustc --version
922026-06-17T21:52:09.520Zrustc 1.94.0 (4a4ef493e 2026-03-02)
932026-06-17T21:52:09.523Z+ source ./env.sh
942026-06-17T21:52:09.523Z++ OLD_SHELL_OPTS=ehxB
952026-06-17T21:52:09.523Z++ set -o xtrace
962026-06-17T21:52:09.526Z++++ dirname ./env.sh
972026-06-17T21:52:09.526Z+++ readlink -f .
982026-06-17T21:52:09.530Z++ OMICRON_WS=/work/oxidecomputer/omicron
992026-06-17T21:52:09.530Z++ 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-06-17T21:52:09.530Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-06-17T21:52:09.530Z++ 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-06-17T21:52:09.531Z++ 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-06-17T21:52:09.531Z++ 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-06-17T21:52:09.531Z++ 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-06-17T21:52:09.531Z++ 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-06-17T21:52:09.531Z++ 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-06-17T21:52:09.531Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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
1082026-06-17T21:52:09.531Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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
1092026-06-17T21:52:09.532Z++ case $OLD_SHELL_OPTS in
1102026-06-17T21:52:09.532Z++ unset OLD_SHELL_OPTS OMICRON_WS
1112026-06-17T21:52:09.532Z+ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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
1122026-06-17T21:52:09.532Z+ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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
1132026-06-17T21:52:09.532Z+ banner prerequisites
1142026-06-17T21:52:09.535Z
1152026-06-17T21:52:09.535Z ##### ##### ###### ##### ###### #### # # # #### #
1162026-06-17T21:52:09.536Z # # # # # # # # # # # # # # #
1172026-06-17T21:52:09.536Z # # # # ##### # # ##### # # # # # #### #
1182026-06-17T21:52:09.536Z ##### ##### # ##### # # # # # # # # #
1192026-06-17T21:52:09.536Z # # # # # # # # # # # # # # #
1202026-06-17T21:52:09.536Z # # # ###### # # ###### ### # #### # #### #
1212026-06-17T21:52:09.536Z
1222026-06-17T21:52:09.536Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1232026-06-17T21:52:10.979Z Startup: Refreshing catalog 'helios' ... Done
1242026-06-17T21:52:11.067Z Startup: Caching catalogs ... Done
1252026-06-17T21:52:11.421ZPlanning: Solver setup ... Done (0.313s)
1262026-06-17T21:52:11.445ZPlanning: Running solver ... Done (0.022s)
1272026-06-17T21:52:11.452ZPlanning: Finding local manifests ... Done (0.003s)
1282026-06-17T21:52:11.470ZPlanning: Fetching manifests: 0/2 0% complete
1292026-06-17T21:52:11.476ZPlanning: Fetching manifests: 2/2 100% complete
1302026-06-17T21:52:11.490ZPlanning: Package planning ... Done (0.013s)
1312026-06-17T21:52:11.493ZPlanning: Merging actions ... Done (0.001s)
1322026-06-17T21:52:11.682ZPlanning: Checking for conflicting actions ... Done (0.189s)
1332026-06-17T21:52:11.685ZPlanning: Consolidating action changes ... Done (0.001s)
1342026-06-17T21:52:12.598ZPlanning: Evaluating mediators ... Done (0.854s)
1352026-06-17T21:52:12.614ZPlanning: Planning completed in 1.45 seconds
1362026-06-17T21:52:12.614Z Packages to install: 2
1372026-06-17T21:52:12.614Z Estimated space available: 156.07 GB
1382026-06-17T21:52:12.614ZEstimated space to be consumed: 26.78 MB
1392026-06-17T21:52:12.614Z Create boot environment: No
1402026-06-17T21:52:12.614ZCreate backup boot environment: No
1412026-06-17T21:52:12.614Z Rebuild boot archive: No
1422026-06-17T21:52:12.614Z
1432026-06-17T21:52:12.614ZChanged packages:
1442026-06-17T21:52:12.614Zhelios
1452026-06-17T21:52:12.614Z developer/build-essential
1462026-06-17T21:52:12.615Z None -> 11-3.0
1472026-06-17T21:52:12.615Z library/libxmlsec1
1482026-06-17T21:52:12.615Z None -> 1.2.35-3.0
1492026-06-17T21:52:12.615Z
1502026-06-17T21:52:12.615ZDownload: 0/214 items 0.0/1.3MB 0% complete
1512026-06-17T21:52:13.868ZDownload: Completed 1.28 MB in 1.30 seconds (1012k/s)
1522026-06-17T21:52:13.948Z Actions: 1/268 actions (Installing new actions)
1532026-06-17T21:52:13.985Z Actions: Completed 268 actions in 0.04 seconds.
1542026-06-17T21:52:13.994ZFinalize: Updating package state database ... Done (0.008s)
1552026-06-17T21:52:13.997ZFinalize: Updating package cache ... Done (0.000s)
1562026-06-17T21:52:14.018ZFinalize: Updating image state ... Done (0.024s)
1572026-06-17T21:52:16.339ZFinalize: Creating fast lookup database ... Done (2.297s)
1582026-06-17T21:52:16.406ZFinalize: Reading search index ... Done (0.011s)
1592026-06-17T21:52:16.410ZFinalize: Updating search index ... Done (0.000s)
1602026-06-17T21:52:16.489ZFinalize: Updating package cache ... Done (0.000s)
1612026-06-17T21:52:16.797ZPlanning: Evaluating mediator changes ... Done
1622026-06-17T21:52:16.902ZPlanning: Checking for conflicting actions ... Done
1632026-06-17T21:52:16.905ZPlanning: Consolidating action changes ... Done
1642026-06-17T21:52:17.058ZPlanning: Evaluating mediators ... Done
1652026-06-17T21:52:17.062ZPlanning: Planning completed in 0.26 seconds
1662026-06-17T21:52:17.081Z Mediators to change: 2
1672026-06-17T21:52:17.081Z Create boot environment: No
1682026-06-17T21:52:17.084ZCreate backup boot environment: No
1692026-06-17T21:52:17.117ZFinalize: Updating package state database ... Done
1702026-06-17T21:52:17.118ZFinalize: Updating package cache ... Done
1712026-06-17T21:52:17.131ZFinalize: Updating image state ... Done
1722026-06-17T21:52:19.063ZFinalize: Creating fast lookup database ... Done
1732026-06-17T21:52:19.123ZFinalize: Reading search index ... Done
1742026-06-17T21:52:19.127ZFinalize: Updating search index ... Done
1752026-06-17T21:52:19.206ZFinalize: Updating package cache ... Done
1762026-06-17T21:52:19.493ZPlanning: Evaluating mediator changes ... Done
1772026-06-17T21:52:19.599ZPlanning: Checking for conflicting actions ... Done
1782026-06-17T21:52:19.602ZPlanning: Consolidating action changes ... Done
1792026-06-17T21:52:19.755ZPlanning: Evaluating mediators ... Done
1802026-06-17T21:52:19.759ZPlanning: Planning completed in 0.26 seconds
1812026-06-17T21:52:19.822Z Mediators to change: 1
1822026-06-17T21:52:19.823Z Create boot environment: No
1832026-06-17T21:52:19.828ZCreate backup boot environment: No
1842026-06-17T21:52:19.833ZFinalize: Updating package state database ... Done
1852026-06-17T21:52:19.833ZFinalize: Updating package cache ... Done
1862026-06-17T21:52:19.848ZFinalize: Updating image state ... Done
1872026-06-17T21:52:21.788ZFinalize: Creating fast lookup database ... Done
1882026-06-17T21:52:21.851ZFinalize: Reading search index ... Done
1892026-06-17T21:52:21.855ZFinalize: Updating search index ... Done
1902026-06-17T21:52:21.929ZFinalize: Updating package cache ... Done
1912026-06-17T21:52:22.238ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1922026-06-17T21:52:22.238Zapache system 2.4 system
1932026-06-17T21:52:22.238Zclang system 15 system
1942026-06-17T21:52:22.238Zcsh system system illumos
1952026-06-17T21:52:22.238Zctags system system illumos
1962026-06-17T21:52:22.239Zfile vendor vendor darwinsys
1972026-06-17T21:52:22.239Zfile system system illumos
1982026-06-17T21:52:22.239Zgcc vendor 14 vendor
1992026-06-17T21:52:22.239Zgcc system 13 system
2002026-06-17T21:52:22.239Zgcc system 10 system
2012026-06-17T21:52:22.239Zgo system 1.25 system
2022026-06-17T21:52:22.239Zllvm system 15 system
2032026-06-17T21:52:22.239Zmariadb system 11.4 system
2042026-06-17T21:52:22.240Zmta vendor vendor dma
2052026-06-17T21:52:22.240Zopenjdk system 17 system
2062026-06-17T21:52:22.240Zopenjdk system 11 system
2072026-06-17T21:52:22.240Zopenssl vendor 3 vendor
2082026-06-17T21:52:22.240Zperl system 5.40 system
2092026-06-17T21:52:22.240Zpostgresql system 18 system
2102026-06-17T21:52:22.240Zpostgresql system 17 system
2112026-06-17T21:52:22.240Zpython vendor 3 vendor
2122026-06-17T21:52:22.240Zpython system 2 system
2132026-06-17T21:52:22.240Zpython3 vendor 3.13 vendor
2142026-06-17T21:52:22.240Zruby system 3.4 system
2152026-06-17T21:52:22.240Zruby system 3.0 system
2162026-06-17T21:52:22.240Zwords vendor vendor american-english
2172026-06-17T21:52:22.240Zwords system system australian-english
2182026-06-17T21:52:22.240Zwords system system british-english
2192026-06-17T21:52:22.240Zwords system system canadian-english
2202026-06-17T21:52:22.240Zwords system system french
2212026-06-17T21:52:22.240Zwords system system italian
2222026-06-17T21:52:22.240Zwords system system ngerman
2232026-06-17T21:52:22.240Zwords system system ogerman
2242026-06-17T21:52:22.240Zwords system system spanish
2252026-06-17T21:52:22.490ZPUBLISHER TYPE STATUS P LOCATION
2262026-06-17T21:52:22.490Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2272026-06-17T21:52:22.782ZFMRI IFO
2282026-06-17T21:52:22.782Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2292026-06-17T21:52:22.782Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2302026-06-17T21:52:22.782Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2312026-06-17T21:52:22.782Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2322026-06-17T21:52:22.784Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2332026-06-17T21:52:22.785Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2342026-06-17T21:52:22.785Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2352026-06-17T21:52:22.785Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2362026-06-17T21:52:22.785Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2372026-06-17T21:52:23.030Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2382026-06-17T21:52:23.287Z Updating crates.io index
2392026-06-17T21:52:23.321Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2402026-06-17T21:52:24.110Z Updating git repository `https://github.com/oxidecomputer/lldp`
2412026-06-17T21:52:24.588Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2422026-06-17T21:52:25.152Z Updating git repository `https://github.com/oxidecomputer/propolis`
2432026-06-17T21:52:26.048Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2442026-06-17T21:52:26.531Z Updating git repository `https://github.com/oxidecomputer/crucible`
2452026-06-17T21:52:28.074Z Updating git repository `https://github.com/oxidecomputer/opte`
2462026-06-17T21:52:28.959Z Updating git repository `https://github.com/oxidecomputer/tofino`
2472026-06-17T21:52:29.249Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2482026-06-17T21:52:30.471Z Updating git repository `https://github.com/oxidecomputer/clickward`
2492026-06-17T21:52:30.882Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2502026-06-17T21:52:31.265Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2512026-06-17T21:52:31.599Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2522026-06-17T21:52:32.017Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2532026-06-17T21:52:32.549Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2542026-06-17T21:52:32.946Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2552026-06-17T21:52:33.200Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2562026-06-17T21:52:33.889Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2572026-06-17T21:52:34.322Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2582026-06-17T21:52:34.733Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2592026-06-17T21:52:34.983Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2602026-06-17T21:52:35.253Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2612026-06-17T21:52:35.743Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2622026-06-17T21:52:36.301Z Updating git repository `https://github.com/oxidecomputer/erebor`
2632026-06-17T21:52:36.756Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2642026-06-17T21:52:37.340Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2652026-06-17T21:52:37.600Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2662026-06-17T21:52:37.917Z Updating git repository `https://github.com/oxidecomputer/ispf`
2672026-06-17T21:52:39.113Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2682026-06-17T21:52:39.905Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2692026-06-17T21:52:40.419Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2702026-06-17T21:52:40.821Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2712026-06-17T21:52:41.379Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2722026-06-17T21:52:41.753Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2732026-06-17T21:52:42.080Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2742026-06-17T21:52:42.413Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2752026-06-17T21:52:42.988Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2762026-06-17T21:52:43.312Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2772026-06-17T21:52:43.577Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2782026-06-17T21:52:43.910Z Updating git repository `https://github.com/illumos/smf-rs`
2792026-06-17T21:52:44.287Z Updating git repository `https://github.com/oxidecomputer/omicron`
2802026-06-17T21:52:55.960Z Downloading crates ...
2812026-06-17T21:52:56.041Z Downloaded colorchoice v1.0.4
2822026-06-17T21:52:56.048Z Downloaded itoa v1.0.17
2832026-06-17T21:52:56.048Z Downloaded errno v0.3.14
2842026-06-17T21:52:56.048Z Downloaded cargo_toml v0.21.0
2852026-06-17T21:52:56.048Z Downloaded autocfg v1.5.0
2862026-06-17T21:52:56.048Z Downloaded anstyle-parse v1.0.0
2872026-06-17T21:52:56.048Z Downloaded anstyle v1.0.14
2882026-06-17T21:52:56.048Z Downloaded memmap v0.7.0
2892026-06-17T21:52:56.051Z Downloaded fnv v1.0.7
2902026-06-17T21:52:56.051Z Downloaded anstream v1.0.0
2912026-06-17T21:52:56.054Z Downloaded toml_datetime v0.6.11
2922026-06-17T21:52:56.054Z Downloaded synstructure v0.13.2
2932026-06-17T21:52:56.058Z Downloaded ordered-float v2.10.1
2942026-06-17T21:52:56.064Z Downloaded block-buffer v0.10.4
2952026-06-17T21:52:56.067Z Downloaded typeid v1.0.3
2962026-06-17T21:52:56.067Z Downloaded cfg-if v1.0.4
2972026-06-17T21:52:56.068Z Downloaded anstyle-query v1.1.5
2982026-06-17T21:52:56.068Z Downloaded cargo-platform v0.2.0
2992026-06-17T21:52:56.072Z Downloaded usdt-attr-macro v0.5.0
3002026-06-17T21:52:56.075Z Downloaded thread-id v4.2.2
3012026-06-17T21:52:56.075Z Downloaded zerofrom-derive v0.1.6
3022026-06-17T21:52:56.077Z Downloaded utf8_iter v1.0.4
3032026-06-17T21:52:56.080Z Downloaded equivalent v1.0.2
3042026-06-17T21:52:56.083Z Downloaded unicode-linebreak v0.1.5
3052026-06-17T21:52:56.083Z Downloaded is_terminal_polyfill v1.70.2
3062026-06-17T21:52:56.083Z Downloaded camino-tempfile v1.4.1
3072026-06-17T21:52:56.090Z Downloaded serde_spanned v0.6.9
3082026-06-17T21:52:56.093Z Downloaded utf8parse v0.2.2
3092026-06-17T21:52:56.093Z Downloaded usdt-macro v0.5.0
3102026-06-17T21:52:56.096Z Downloaded unicode-xid v0.2.6
3112026-06-17T21:52:56.096Z Downloaded digest v0.10.7
3122026-06-17T21:52:56.096Z Downloaded zerofrom v0.1.6
3132026-06-17T21:52:56.096Z Downloaded yoke-derive v0.8.1
3142026-06-17T21:52:56.096Z Downloaded toml_write v0.1.2
3152026-06-17T21:52:56.099Z Downloaded bytecount v0.6.9
3162026-06-17T21:52:56.099Z Downloaded potential_utf v0.1.4
3172026-06-17T21:52:56.099Z Downloaded generic-array v0.14.7
3182026-06-17T21:52:56.099Z Downloaded version_check v0.9.5
3192026-06-17T21:52:56.106Z Downloaded proc-macro-error-attr v1.0.4
3202026-06-17T21:52:56.113Z Downloaded crypto-common v0.1.7
3212026-06-17T21:52:56.116Z Downloaded strsim v0.11.1
3222026-06-17T21:52:56.116Z Downloaded sha2 v0.10.9
3232026-06-17T21:52:56.119Z Downloaded terminal_size v0.4.3
3242026-06-17T21:52:56.119Z Downloaded macaddr v1.0.1
3252026-06-17T21:52:56.119Z Downloaded yoke v0.8.1
3262026-06-17T21:52:56.122Z Downloaded zerovec-derive v0.11.2
3272026-06-17T21:52:56.122Z Downloaded usdt v0.5.0
3282026-06-17T21:52:56.125Z Downloaded tinystr v0.8.2
3292026-06-17T21:52:56.128Z Downloaded thiserror v2.0.18
3302026-06-17T21:52:56.131Z Downloaded writeable v0.6.2
3312026-06-17T21:52:56.135Z Downloaded zmij v1.0.21
3322026-06-17T21:52:56.135Z Downloaded url v2.5.8
3332026-06-17T21:52:56.135Z Downloaded dtrace-parser v0.2.0
3342026-06-17T21:52:56.137Z Downloaded thiserror-impl v2.0.18
3352026-06-17T21:52:56.140Z Downloaded dof v0.3.0
3362026-06-17T21:52:56.143Z Downloaded clap_lex v1.0.0
3372026-06-17T21:52:56.143Z Downloaded thiserror-impl v1.0.69
3382026-06-17T21:52:56.143Z Downloaded clap_derive v4.6.1
3392026-06-17T21:52:56.146Z Downloaded zerocopy-derive v0.7.35
3402026-06-17T21:52:56.146Z Downloaded usdt-impl v0.5.0
3412026-06-17T21:52:56.150Z Downloaded heck v0.4.1
3422026-06-17T21:52:56.150Z Downloaded cargo_metadata v0.21.0
3432026-06-17T21:52:56.150Z Downloaded toml v0.8.23
3442026-06-17T21:52:56.150Z Downloaded smawk v0.3.2
3452026-06-17T21:52:56.153Z Downloaded scroll_derive v0.12.1
3462026-06-17T21:52:56.153Z Downloaded typenum v1.19.0
3472026-06-17T21:52:56.156Z Downloaded thiserror v1.0.69
3482026-06-17T21:52:56.160Z Downloaded swrite v0.1.0
3492026-06-17T21:52:56.160Z Downloaded unicode-ident v1.0.24
3502026-06-17T21:52:56.162Z Downloaded plain v0.2.3
3512026-06-17T21:52:56.162Z Downloaded ucd-trie v0.1.7
3522026-06-17T21:52:56.162Z Downloaded bitflags v2.11.0
3532026-06-17T21:52:56.166Z Downloaded tempfile v3.25.0
3542026-06-17T21:52:56.166Z Downloaded icu_provider v2.1.1
3552026-06-17T21:52:56.169Z Downloaded fs-err v3.3.0
3562026-06-17T21:52:56.169Z Downloaded textwrap v0.16.2
3572026-06-17T21:52:56.172Z Downloaded pretty-hex v0.4.1
3582026-06-17T21:52:56.175Z Downloaded heck v0.5.0
3592026-06-17T21:52:56.175Z Downloaded form_urlencoded v1.2.2
3602026-06-17T21:52:56.178Z Downloaded zerotrie v0.2.3
3612026-06-17T21:52:56.181Z Downloaded serde-value v0.7.0
3622026-06-17T21:52:56.184Z Downloaded percent-encoding v2.3.2
3632026-06-17T21:52:56.184Z Downloaded fastrand v2.3.0
3642026-06-17T21:52:56.184Z Downloaded displaydoc v0.2.5
3652026-06-17T21:52:56.186Z Downloaded idna_adapter v1.2.1
3662026-06-17T21:52:56.189Z Downloaded serde-untagged v0.1.9
3672026-06-17T21:52:56.189Z Downloaded cpufeatures v0.2.17
3682026-06-17T21:52:56.193Z Downloaded toml_edit v0.22.27
3692026-06-17T21:52:56.197Z Downloaded stable_deref_trait v1.2.1
3702026-06-17T21:52:56.197Z Downloaded scroll v0.12.0
3712026-06-17T21:52:56.205Z Downloaded serde_tokenstream v0.2.3
3722026-06-17T21:52:56.208Z Downloaded proc-macro-error v1.0.4
3732026-06-17T21:52:56.208Z Downloaded icu_normalizer_data v2.1.1
3742026-06-17T21:52:56.208Z Downloaded clap v4.6.1
3752026-06-17T21:52:56.212Z Downloaded zerovec v0.11.5
3762026-06-17T21:52:56.215Z Downloaded cargo-util-schemas v0.8.2
3772026-06-17T21:52:56.218Z Downloaded anyhow v1.0.102
3782026-06-17T21:52:56.224Z Downloaded zerocopy v0.7.35
3792026-06-17T21:52:56.234Z Downloaded tabled_derive v0.7.0
3802026-06-17T21:52:56.237Z Downloaded winnow v0.7.14
3812026-06-17T21:52:56.240Z Downloaded semver v1.0.28
3822026-06-17T21:52:56.240Z Downloaded quote v1.0.45
3832026-06-17T21:52:56.246Z Downloaded unicode-width v0.2.0
3842026-06-17T21:52:56.251Z Downloaded unicode-width v0.1.14
3852026-06-17T21:52:56.253Z Downloaded byteorder v1.5.0
3862026-06-17T21:52:56.257Z Downloaded pest_derive v2.8.6
3872026-06-17T21:52:56.257Z Downloaded erased-serde v0.4.9
3882026-06-17T21:52:56.257Z Downloaded camino v1.2.2
3892026-06-17T21:52:56.260Z Downloaded smallvec v1.15.1
3902026-06-17T21:52:56.260Z Downloaded litemap v0.8.1
3912026-06-17T21:52:56.266Z Downloaded pest_generator v2.8.6
3922026-06-17T21:52:56.274Z Downloaded proc-macro2 v1.0.106
3932026-06-17T21:52:56.277Z Downloaded once_cell v1.21.3
3942026-06-17T21:52:56.282Z Downloaded log v0.4.29
3952026-06-17T21:52:56.282Z Downloaded serde_core v1.0.228
3962026-06-17T21:52:56.285Z Downloaded getrandom v0.4.1
3972026-06-17T21:52:56.285Z Downloaded papergrid v0.11.0
3982026-06-17T21:52:56.288Z Downloaded icu_collections v2.1.1
3992026-06-17T21:52:56.292Z Downloaded num-traits v0.2.19
4002026-06-17T21:52:56.295Z Downloaded icu_properties v2.1.2
4012026-06-17T21:52:56.305Z Downloaded pest_meta v2.8.6
4022026-06-17T21:52:56.308Z Downloaded icu_locale_core v2.1.1
4032026-06-17T21:52:56.314Z Downloaded pest v2.8.6
4042026-06-17T21:52:56.317Z Downloaded serde v1.0.228
4052026-06-17T21:52:56.320Z Downloaded icu_normalizer v2.1.1
4062026-06-17T21:52:56.323Z Downloaded serde_derive v1.0.228
4072026-06-17T21:52:56.329Z Downloaded memchr v2.8.0
4082026-06-17T21:52:56.348Z Downloaded indexmap v2.14.0
4092026-06-17T21:52:56.351Z Downloaded hashbrown v0.17.0
4102026-06-17T21:52:56.357Z Downloaded serde_json v1.0.149
4112026-06-17T21:52:56.360Z Downloaded clap_builder v4.6.0
4122026-06-17T21:52:56.374Z Downloaded icu_properties_data v2.1.2
4132026-06-17T21:52:56.382Z Downloaded idna v1.1.0
4142026-06-17T21:52:56.393Z Downloaded tabled v0.15.0
4152026-06-17T21:52:56.401Z Downloaded goblin v0.8.2
4162026-06-17T21:52:56.409Z Downloaded syn v1.0.109
4172026-06-17T21:52:56.425Z Downloaded syn v2.0.117
4182026-06-17T21:52:56.435Z Downloaded rustix v1.1.3
4192026-06-17T21:52:56.474Z Downloaded libc v0.2.185
4202026-06-17T21:52:56.540Z Compiling proc-macro2 v1.0.106
4212026-06-17T21:52:56.540Z Compiling quote v1.0.45
4222026-06-17T21:52:56.543Z Compiling unicode-ident v1.0.24
4232026-06-17T21:52:56.543Z Compiling serde_core v1.0.228
4242026-06-17T21:52:56.546Z Compiling libc v0.2.185
4252026-06-17T21:52:56.546Z Compiling version_check v0.9.5
4262026-06-17T21:52:56.546Z Compiling stable_deref_trait v1.2.1
4272026-06-17T21:52:56.547Z Compiling memchr v2.8.0
4282026-06-17T21:52:56.856Z Compiling serde v1.0.228
4292026-06-17T21:52:56.946Z Compiling zmij v1.0.21
4302026-06-17T21:52:57.104Z Compiling ucd-trie v0.1.7
4312026-06-17T21:52:57.202Z Compiling thiserror v1.0.69
4322026-06-17T21:52:57.252Z Compiling itoa v1.0.17
4332026-06-17T21:52:57.386Z Compiling autocfg v1.5.0
4342026-06-17T21:52:57.470Z Compiling pest v2.8.6
4352026-06-17T21:52:57.573Z Compiling writeable v0.6.2
4362026-06-17T21:52:57.611Z Compiling litemap v0.8.1
4372026-06-17T21:52:57.716Z Compiling rustix v1.1.3
4382026-06-17T21:52:57.779Z Compiling icu_properties_data v2.1.2
4392026-06-17T21:52:57.819Z Compiling icu_normalizer_data v2.1.1
4402026-06-17T21:52:58.005Z Compiling byteorder v1.5.0
4412026-06-17T21:52:58.140Z Compiling syn v2.0.117
4422026-06-17T21:52:58.224Z Compiling errno v0.3.14
4432026-06-17T21:52:58.227Z Compiling bitflags v2.11.0
4442026-06-17T21:52:58.243Z Compiling serde_json v1.0.149
4452026-06-17T21:52:58.459Z Compiling num-traits v0.2.19
4462026-06-17T21:52:58.462Z Compiling equivalent v1.0.2
4472026-06-17T21:52:58.527Z Compiling pest_meta v2.8.6
4482026-06-17T21:52:58.574Z Compiling smallvec v1.15.1
4492026-06-17T21:52:58.653Z Compiling hashbrown v0.17.0
4502026-06-17T21:52:58.716Z Compiling typeid v1.0.3
4512026-06-17T21:52:59.032Z Compiling thread-id v4.2.2
4522026-06-17T21:52:59.050Z Compiling usdt-impl v0.5.0
4532026-06-17T21:52:59.113Z Compiling proc-macro-error-attr v1.0.4
4542026-06-17T21:52:59.182Z Compiling indexmap v2.14.0
4552026-06-17T21:52:59.198Z Compiling winnow v0.7.14
4562026-06-17T21:52:59.251Z Compiling syn v1.0.109
4572026-06-17T21:52:59.295Z Compiling erased-serde v0.4.9
4582026-06-17T21:52:59.548Z Compiling toml_write v0.1.2
4592026-06-17T21:52:59.787Z Compiling proc-macro-error v1.0.4
4602026-06-17T21:52:59.848Z Compiling getrandom v0.4.1
4612026-06-17T21:52:59.975Z Compiling plain v0.2.3
4622026-06-17T21:53:00.090Z Compiling camino v1.2.2
4632026-06-17T21:53:00.107Z Compiling thiserror v2.0.18
4642026-06-17T21:53:00.186Z Compiling utf8parse v0.2.2
4652026-06-17T21:53:00.277Z Compiling utf8_iter v1.0.4
4662026-06-17T21:53:00.306Z Compiling log v0.4.29
4672026-06-17T21:53:00.421Z Compiling percent-encoding v2.3.2
4682026-06-17T21:53:00.502Z Compiling anstyle-parse v1.0.0
4692026-06-17T21:53:00.534Z Compiling ordered-float v2.10.1
4702026-06-17T21:53:00.554Z Compiling form_urlencoded v1.2.2
4712026-06-17T21:53:00.681Z Compiling synstructure v0.13.2
4722026-06-17T21:53:00.714Z Compiling pest_generator v2.8.6
4732026-06-17T21:53:00.766Z Compiling terminal_size v0.4.3
4742026-06-17T21:53:00.904Z Compiling is_terminal_polyfill v1.70.2
4752026-06-17T21:53:01.019Z Compiling anstyle v1.0.14
4762026-06-17T21:53:01.030Z Compiling colorchoice v1.0.4
4772026-06-17T21:53:01.037Z Compiling pretty-hex v0.4.1
4782026-06-17T21:53:01.091Z Compiling cfg-if v1.0.4
4792026-06-17T21:53:01.134Z Compiling anstyle-query v1.1.5
4802026-06-17T21:53:01.185Z Compiling serde-untagged v0.1.9
4812026-06-17T21:53:01.229Z Compiling anstream v1.0.0
4822026-06-17T21:53:01.344Z Compiling semver v1.0.28
4832026-06-17T21:53:01.409Z Compiling fs-err v3.3.0
4842026-06-17T21:53:01.426Z Compiling fnv v1.0.7
4852026-06-17T21:53:01.528Z Compiling unicode-xid v0.2.6
4862026-06-17T21:53:01.545Z Compiling anyhow v1.0.102
4872026-06-17T21:53:01.598Z Compiling once_cell v1.21.3
4882026-06-17T21:53:01.650Z Compiling strsim v0.11.1
4892026-06-17T21:53:01.668Z Compiling unicode-width v0.1.14
4902026-06-17T21:53:01.671Z Compiling bytecount v0.6.9
4912026-06-17T21:53:01.830Z Compiling heck v0.4.1
4922026-06-17T21:53:01.852Z Compiling fastrand v2.3.0
4932026-06-17T21:53:02.003Z Compiling heck v0.5.0
4942026-06-17T21:53:02.056Z Compiling clap_lex v1.0.0
4952026-06-17T21:53:02.088Z Compiling tempfile v3.25.0
4962026-06-17T21:53:02.155Z Compiling papergrid v0.11.0
4972026-06-17T21:53:02.249Z Compiling clap_builder v4.6.0
4982026-06-17T21:53:02.378Z Compiling memmap v0.7.0
4992026-06-17T21:53:02.396Z Compiling unicode-width v0.2.0
5002026-06-17T21:53:02.399Z Compiling serde_derive v1.0.228
5012026-06-17T21:53:02.471Z Compiling zerofrom-derive v0.1.6
5022026-06-17T21:53:02.559Z Compiling yoke-derive v0.8.1
5032026-06-17T21:53:02.671Z Compiling zerovec-derive v0.11.2
5042026-06-17T21:53:02.808Z Compiling displaydoc v0.2.5
5052026-06-17T21:53:03.552Z Compiling thiserror-impl v1.0.69
5062026-06-17T21:53:03.605Z Compiling zerocopy-derive v0.7.35
5072026-06-17T21:53:03.698Z Compiling pest_derive v2.8.6
5082026-06-17T21:53:03.784Z Compiling scroll_derive v0.12.1
5092026-06-17T21:53:03.855Z Compiling zerofrom v0.1.6
5102026-06-17T21:53:03.990Z Compiling yoke v0.8.1
5112026-06-17T21:53:04.117Z Compiling thiserror-impl v2.0.18
5122026-06-17T21:53:04.197Z Compiling zerovec v0.11.5
5132026-06-17T21:53:04.432Z Compiling zerotrie v0.2.3
5142026-06-17T21:53:04.450Z Compiling zerocopy v0.7.35
5152026-06-17T21:53:04.700Z Compiling tinystr v0.8.2
5162026-06-17T21:53:04.757Z Compiling potential_utf v0.1.4
5172026-06-17T21:53:04.898Z Compiling icu_locale_core v2.1.1
5182026-06-17T21:53:04.914Z Compiling icu_collections v2.1.1
5192026-06-17T21:53:04.918Z Compiling dtrace-parser v0.2.0
5202026-06-17T21:53:04.995Z Compiling scroll v0.12.0
5212026-06-17T21:53:05.255Z Compiling goblin v0.8.2
5222026-06-17T21:53:05.271Z Compiling tabled_derive v0.7.0
5232026-06-17T21:53:05.304Z Compiling clap_derive v4.6.1
5242026-06-17T21:53:05.542Z Compiling icu_provider v2.1.1
5252026-06-17T21:53:05.674Z Compiling smawk v0.3.2
5262026-06-17T21:53:05.775Z Compiling serde_spanned v0.6.9
5272026-06-17T21:53:05.818Z Compiling icu_normalizer v2.1.1
5282026-06-17T21:53:05.836Z Compiling icu_properties v2.1.2
5292026-06-17T21:53:05.853Z Compiling toml_datetime v0.6.11
5302026-06-17T21:53:05.896Z Compiling dof v0.3.0
5312026-06-17T21:53:05.922Z Compiling serde_tokenstream v0.2.3
5322026-06-17T21:53:06.116Z Compiling toml_edit v0.22.27
5332026-06-17T21:53:06.232Z Compiling serde-value v0.7.0
5342026-06-17T21:53:06.318Z Compiling cargo-platform v0.2.0
5352026-06-17T21:53:06.365Z Compiling unicode-linebreak v0.1.5
5362026-06-17T21:53:06.589Z Compiling textwrap v0.16.2
5372026-06-17T21:53:06.610Z Compiling tabled v0.15.0
5382026-06-17T21:53:06.627Z Compiling macaddr v1.0.1
5392026-06-17T21:53:06.808Z Compiling idna_adapter v1.2.1
5402026-06-17T21:53:06.852Z Compiling usdt-attr-macro v0.5.0
5412026-06-17T21:53:06.927Z Compiling usdt-macro v0.5.0
5422026-06-17T21:53:06.988Z Compiling idna v1.1.0
5432026-06-17T21:53:07.125Z Compiling clap v4.6.1
5442026-06-17T21:53:07.389Z Compiling url v2.5.8
5452026-06-17T21:53:07.574Z Compiling toml v0.8.23
5462026-06-17T21:53:07.594Z Compiling camino-tempfile v1.4.1
5472026-06-17T21:53:07.654Z Compiling swrite v0.1.0
5482026-06-17T21:53:07.759Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5492026-06-17T21:53:08.019Z Compiling cargo-util-schemas v0.8.2
5502026-06-17T21:53:08.076Z Compiling cargo_toml v0.21.0
5512026-06-17T21:53:08.251Z Compiling usdt v0.5.0
5522026-06-17T21:53:08.928Z Compiling cargo_metadata v0.21.0
5532026-06-17T21:53:09.855Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5542026-06-17T21:53:11.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.05s
5552026-06-17T21:53:12.176Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5562026-06-17T21:53:12.757Z Downloading crates ...
5572026-06-17T21:53:12.882Z Downloaded backon v1.6.0
5582026-06-17T21:53:12.890Z Downloaded allocator-api2 v0.2.21
5592026-06-17T21:53:12.893Z Downloaded const_format_proc_macros v0.2.34
5602026-06-17T21:53:12.896Z Downloaded dunce v1.0.5
5612026-06-17T21:53:12.899Z Downloaded corncobs v0.1.4
5622026-06-17T21:53:12.902Z Downloaded crossbeam-utils v0.8.21
5632026-06-17T21:53:12.902Z Downloaded crc-any v2.5.0
5642026-06-17T21:53:12.906Z Downloaded castaway v0.2.4
5652026-06-17T21:53:12.906Z Downloaded bitfield-macros v0.19.4
5662026-06-17T21:53:12.910Z Downloaded cc v1.2.56
5672026-06-17T21:53:12.910Z Downloaded downcast-rs v2.0.2
5682026-06-17T21:53:12.910Z Downloaded bit-vec v0.6.3
5692026-06-17T21:53:12.910Z Downloaded fixedbitset v0.4.2
5702026-06-17T21:53:12.913Z Downloaded enum-as-inner v0.6.1
5712026-06-17T21:53:12.913Z Downloaded debug-ignore v1.0.5
5722026-06-17T21:53:12.916Z Downloaded atty v0.2.14
5732026-06-17T21:53:12.916Z Downloaded aes v0.8.4
5742026-06-17T21:53:12.919Z Downloaded convert_case v0.10.0
5752026-06-17T21:53:12.932Z Downloaded der_derive v0.7.3
5762026-06-17T21:53:12.936Z Downloaded cfg_aliases v0.2.1
5772026-06-17T21:53:12.936Z Downloaded daft-derive v0.1.7
5782026-06-17T21:53:12.939Z Downloaded cfg_aliases v0.1.1
5792026-06-17T21:53:12.944Z Downloaded bcrypt-pbkdf v0.10.0
5802026-06-17T21:53:12.944Z Downloaded bcs v0.1.6
5812026-06-17T21:53:12.947Z Downloaded ena v0.14.4
5822026-06-17T21:53:12.949Z Downloaded colored v2.2.0
5832026-06-17T21:53:12.955Z Downloaded darling v0.21.3
5842026-06-17T21:53:12.963Z Downloaded ciborium-io v0.2.2
5852026-06-17T21:53:12.974Z Downloaded dropshot_endpoint v0.17.0
5862026-06-17T21:53:12.974Z Downloaded derive-where v1.6.0
5872026-06-17T21:53:12.978Z Downloaded bb8 v0.8.6
5882026-06-17T21:53:12.978Z Downloaded darling_macro v0.21.3
5892026-06-17T21:53:12.979Z Downloaded ciborium-ll v0.2.2
5902026-06-17T21:53:12.979Z Downloaded cargo-platform v0.3.2
5912026-06-17T21:53:12.980Z Downloaded crypto-bigint v0.5.5
5922026-06-17T21:53:12.984Z Downloaded bitfield-struct v0.6.2
5932026-06-17T21:53:12.984Z Downloaded async-recursion v1.1.1
5942026-06-17T21:53:12.987Z Downloaded elliptic-curve v0.13.8
5952026-06-17T21:53:12.987Z Downloaded difflib v0.4.0
5962026-06-17T21:53:12.992Z Downloaded dyn-clone v1.0.20
5972026-06-17T21:53:12.992Z Downloaded clang-sys v1.8.1
5982026-06-17T21:53:13.001Z Downloaded byte-wrapper v0.1.0
5992026-06-17T21:53:13.001Z Downloaded fd-lock v4.0.4
6002026-06-17T21:53:13.041Z Downloaded dropshot-api-manager-types v0.7.2
6012026-06-17T21:53:13.041Z Downloaded const_format v0.2.35
6022026-06-17T21:53:13.041Z Downloaded env_filter v1.0.0
6032026-06-17T21:53:13.041Z Downloaded cobs v0.3.0
6042026-06-17T21:53:13.041Z Downloaded array-init v0.0.4
6052026-06-17T21:53:13.041Z Downloaded block-padding v0.3.3
6062026-06-17T21:53:13.041Z Downloaded derive_more v2.1.1
6072026-06-17T21:53:13.045Z Downloaded flagset v0.4.7
6082026-06-17T21:53:13.045Z Downloaded crc-catalog v2.4.0
6092026-06-17T21:53:13.046Z Downloaded embedded-io v0.6.1
6102026-06-17T21:53:13.047Z Downloaded bit-set v0.5.3
6112026-06-17T21:53:13.047Z Downloaded aead v0.5.2
6122026-06-17T21:53:13.047Z Downloaded crc8 v0.1.1
6132026-06-17T21:53:13.047Z Downloaded assert_matches v1.5.0
6142026-06-17T21:53:13.047Z Downloaded arrayref v0.3.9
6152026-06-17T21:53:13.047Z Downloaded cexpr v0.6.0
6162026-06-17T21:53:13.047Z Downloaded diesel_table_macro_syntax v0.3.0
6172026-06-17T21:53:13.047Z Downloaded cstr-argument v0.1.2
6182026-06-17T21:53:13.047Z Downloaded async-stream-impl v0.3.6
6192026-06-17T21:53:13.047Z Downloaded darling_macro v0.23.0
6202026-06-17T21:53:13.047Z Downloaded curve25519-dalek-derive v0.1.1
6212026-06-17T21:53:13.047Z Downloaded crunchy v0.2.4
6222026-06-17T21:53:13.047Z Downloaded cargo_metadata v0.23.1
6232026-06-17T21:53:13.047Z Downloaded darling_macro v0.20.11
6242026-06-17T21:53:13.047Z Downloaded display-error-chain v0.2.2
6252026-06-17T21:53:13.047Z Downloaded ahash v0.8.12
6262026-06-17T21:53:13.047Z Downloaded argon2 v0.5.3
6272026-06-17T21:53:13.047Z Downloaded cassowary v0.3.0
6282026-06-17T21:53:13.050Z Downloaded defmt-parser v1.0.0
6292026-06-17T21:53:13.051Z Downloaded foreign-types-shared v0.1.1
6302026-06-17T21:53:13.051Z Downloaded foreign-types-macros v0.2.3
6312026-06-17T21:53:13.051Z Downloaded dtrace-parser v0.3.0
6322026-06-17T21:53:13.051Z Downloaded foreign-types v0.5.0
6332026-06-17T21:53:13.054Z Downloaded gethostname v0.5.0
6342026-06-17T21:53:13.058Z Downloaded float-cmp v0.10.0
6352026-06-17T21:53:13.061Z Downloaded foreign-types-shared v0.3.1
6362026-06-17T21:53:13.061Z Downloaded foreign-types v0.3.2
6372026-06-17T21:53:13.061Z Downloaded float-ord v0.3.2
6382026-06-17T21:53:13.061Z Downloaded document-features v0.2.12
6392026-06-17T21:53:13.064Z Downloaded base16ct v0.2.0
6402026-06-17T21:53:13.064Z Downloaded dirs-sys-next v0.1.2
6412026-06-17T21:53:13.064Z Downloaded defmt v0.3.100
6422026-06-17T21:53:13.064Z Downloaded cpufeatures v0.3.0
6432026-06-17T21:53:13.067Z Downloaded darling_macro v0.13.4
6442026-06-17T21:53:13.067Z Downloaded cmake v0.1.57
6452026-06-17T21:53:13.067Z Downloaded anstyle-parse v0.2.7
6462026-06-17T21:53:13.071Z Downloaded crucible-workspace-hack v0.1.0
6472026-06-17T21:53:13.071Z Downloaded arrayvec v0.7.6
6482026-06-17T21:53:13.071Z Downloaded bit-vec v0.8.0
6492026-06-17T21:53:13.075Z Downloaded dirs-next v2.0.0
6502026-06-17T21:53:13.075Z Downloaded funty v2.0.0
6512026-06-17T21:53:13.075Z Downloaded adler2 v2.0.1
6522026-06-17T21:53:13.075Z Downloaded either v1.15.0
6532026-06-17T21:53:13.078Z Downloaded atomicwrites v0.4.4
6542026-06-17T21:53:13.087Z Downloaded dsl_auto_type v0.2.0
6552026-06-17T21:53:13.090Z Downloaded cookie v0.18.1
6562026-06-17T21:53:13.090Z Downloaded base64 v0.22.1
6572026-06-17T21:53:13.093Z Downloaded futures-macro v0.3.32
6582026-06-17T21:53:13.093Z Downloaded futures-core v0.3.32
6592026-06-17T21:53:13.096Z Downloaded async-bb8-diesel v0.2.1
6602026-06-17T21:53:13.096Z Downloaded async-trait v0.1.89
6612026-06-17T21:53:13.099Z Downloaded derive_builder_macro v0.20.2
6622026-06-17T21:53:13.099Z Downloaded colored v3.1.1
6632026-06-17T21:53:13.101Z Downloaded chacha20 v0.10.0
6642026-06-17T21:53:13.102Z Downloaded constant_time_eq v0.4.2
6652026-06-17T21:53:13.105Z Downloaded ascii-canvas v3.0.0
6662026-06-17T21:53:13.105Z Downloaded ed25519 v2.2.3
6672026-06-17T21:53:13.107Z Downloaded convert_case v0.4.0
6682026-06-17T21:53:13.107Z Downloaded compression-core v0.4.31
6692026-06-17T21:53:13.107Z Downloaded deranged v0.5.8
6702026-06-17T21:53:13.107Z Downloaded darling v0.13.4
6712026-06-17T21:53:13.110Z Downloaded atomic-waker v1.1.2
6722026-06-17T21:53:13.110Z Downloaded csv-core v0.1.13
6732026-06-17T21:53:13.113Z Downloaded find-msvc-tools v0.1.9
6742026-06-17T21:53:13.113Z Downloaded foldhash v0.1.5
6752026-06-17T21:53:13.113Z Downloaded futures-sink v0.3.32
6762026-06-17T21:53:13.116Z Downloaded futures-executor v0.3.32
6772026-06-17T21:53:13.116Z Downloaded fs_extra v1.3.0
6782026-06-17T21:53:13.116Z Downloaded fxhash v0.2.1
6792026-06-17T21:53:13.122Z Downloaded futures-task v0.3.32
6802026-06-17T21:53:13.123Z Downloaded git-stub v1.0.0
6812026-06-17T21:53:13.123Z Downloaded cbc v0.1.2
6822026-06-17T21:53:13.126Z Downloaded globwalk v0.9.1
6832026-06-17T21:53:13.127Z Downloaded bitflags v1.3.2
6842026-06-17T21:53:13.127Z Downloaded derive_builder v0.20.2
6852026-06-17T21:53:13.127Z Downloaded cookie_store v0.22.1
6862026-06-17T21:53:13.127Z Downloaded foldhash v0.2.0
6872026-06-17T21:53:13.131Z Downloaded cipher v0.4.4
6882026-06-17T21:53:13.131Z Downloaded bzip2 v0.6.1
6892026-06-17T21:53:13.132Z Downloaded ecdsa v0.16.9
6902026-06-17T21:53:13.139Z Downloaded bit-set v0.8.0
6912026-06-17T21:53:13.139Z Downloaded base64ct v1.8.3
6922026-06-17T21:53:13.139Z Downloaded bitfield v0.19.4
6932026-06-17T21:53:13.139Z Downloaded async-stream v0.3.6
6942026-06-17T21:53:13.140Z Downloaded fixedbitset v0.5.7
6952026-06-17T21:53:13.140Z Downloaded dof v0.4.0
6962026-06-17T21:53:13.140Z Downloaded chacha20 v0.9.1
6972026-06-17T21:53:13.143Z Downloaded home v0.5.12
6982026-06-17T21:53:13.143Z Downloaded futures-io v0.3.32
6992026-06-17T21:53:13.143Z Downloaded ff v0.13.1
7002026-06-17T21:53:13.143Z Downloaded derive_builder_core v0.20.2
7012026-06-17T21:53:13.143Z Downloaded console v0.16.2
7022026-06-17T21:53:13.146Z Downloaded bzip2 v0.4.4
7032026-06-17T21:53:13.146Z Downloaded camino-tempfile-ext v0.3.3
7042026-06-17T21:53:13.149Z Downloaded blowfish v0.9.1
7052026-06-17T21:53:13.149Z Downloaded critical-section v1.2.0
7062026-06-17T21:53:13.150Z Downloaded endian-type v0.1.2
7072026-06-17T21:53:13.150Z Downloaded embedded-io v0.4.0
7082026-06-17T21:53:13.154Z Downloaded hex-literal v0.4.1
7092026-06-17T21:53:13.154Z Downloaded fallible-iterator v0.2.0
7102026-06-17T21:53:13.154Z Downloaded data-encoding v2.10.0
7112026-06-17T21:53:13.155Z Downloaded darling v0.23.0
7122026-06-17T21:53:13.157Z Downloaded hostname v0.3.1
7132026-06-17T21:53:13.157Z Downloaded bzip2-sys v0.1.13+1.0.8
7142026-06-17T21:53:13.163Z Downloaded compression-codecs v0.4.37
7152026-06-17T21:53:13.167Z Downloaded futures-channel v0.3.32
7162026-06-17T21:53:13.176Z Downloaded buf-list v1.1.2
7172026-06-17T21:53:13.176Z Downloaded bytes v1.11.1
7182026-06-17T21:53:13.177Z Downloaded crc v3.4.0
7192026-06-17T21:53:13.177Z Downloaded hex v0.4.3
7202026-06-17T21:53:13.177Z Downloaded derive-ex v0.1.8
7212026-06-17T21:53:13.177Z Downloaded fs-err v2.11.0
7222026-06-17T21:53:13.181Z Downloaded crossbeam-deque v0.8.6
7232026-06-17T21:53:13.181Z Downloaded filetime v0.2.27
7242026-06-17T21:53:13.181Z Downloaded erased-serde v0.3.31
7252026-06-17T21:53:13.181Z Downloaded getrandom v0.2.17
7262026-06-17T21:53:13.185Z Downloaded cancel-safe-futures v0.1.5
7272026-06-17T21:53:13.185Z Downloaded hash32 v0.2.1
7282026-06-17T21:53:13.186Z Downloaded ghash v0.5.1
7292026-06-17T21:53:13.186Z Downloaded ctr v0.9.2
7302026-06-17T21:53:13.190Z Downloaded env_logger v0.11.9
7312026-06-17T21:53:13.190Z Downloaded diesel-dtrace v0.5.0
7322026-06-17T21:53:13.190Z Downloaded defmt v1.0.1
7332026-06-17T21:53:13.196Z Downloaded hubpack v0.1.2
7342026-06-17T21:53:13.196Z Downloaded futures v0.3.32
7352026-06-17T21:53:13.202Z Downloaded http-body v1.0.1
7362026-06-17T21:53:13.202Z Downloaded instant v0.1.13
7372026-06-17T21:53:13.202Z Downloaded blake2 v0.10.6
7382026-06-17T21:53:13.202Z Downloaded httpdate v1.0.3
7392026-06-17T21:53:13.202Z Downloaded console v0.15.11
7402026-06-17T21:53:13.205Z Downloaded drift v0.2.0
7412026-06-17T21:53:13.209Z Downloaded globset v0.4.18
7422026-06-17T21:53:13.209Z Downloaded const-oid v0.9.6
7432026-06-17T21:53:13.213Z Downloaded backoff v0.4.0
7442026-06-17T21:53:13.213Z Downloaded anstream v0.6.21
7452026-06-17T21:53:13.213Z Downloaded diff v0.1.13
7462026-06-17T21:53:13.213Z Downloaded defmt-macros v1.0.1
7472026-06-17T21:53:13.218Z Downloaded compact_str v0.8.1
7482026-06-17T21:53:13.218Z Downloaded darling v0.20.11
7492026-06-17T21:53:13.222Z Downloaded hash32 v0.3.1
7502026-06-17T21:53:13.222Z Downloaded group v0.13.0
7512026-06-17T21:53:13.226Z Downloaded indent_write v2.2.0
7522026-06-17T21:53:13.226Z Downloaded illumos-nvpair-sys v0.2.0
7532026-06-17T21:53:13.226Z Downloaded ident_case v1.0.1
7542026-06-17T21:53:13.226Z Downloaded hubpack_derive v0.1.1
7552026-06-17T21:53:13.226Z Downloaded glob v0.3.3
7562026-06-17T21:53:13.226Z Downloaded chacha20poly1305 v0.10.1
7572026-06-17T21:53:13.229Z Downloaded ciborium v0.2.2
7582026-06-17T21:53:13.229Z Downloaded crossbeam-epoch v0.9.18
7592026-06-17T21:53:13.231Z Downloaded crc32fast v1.5.0
7602026-06-17T21:53:13.231Z Downloaded http-range v0.1.5
7612026-06-17T21:53:13.240Z Downloaded illumos-nvpair v0.3.0
7622026-06-17T21:53:13.243Z Downloaded headers-core v0.3.0
7632026-06-17T21:53:13.246Z Downloaded inout v0.1.4
7642026-06-17T21:53:13.246Z Downloaded is-terminal v0.4.17
7652026-06-17T21:53:13.265Z Downloaded internet-checksum v0.2.1
7662026-06-17T21:53:13.268Z Downloaded http-body-util v0.1.3
7672026-06-17T21:53:13.268Z Downloaded des v0.8.1
7682026-06-17T21:53:13.271Z Downloaded kstat-rs v0.2.4
7692026-06-17T21:53:13.271Z Downloaded hostname v0.4.2
7702026-06-17T21:53:13.271Z Downloaded keccak v0.1.6
7712026-06-17T21:53:13.273Z Downloaded git-stub-vcs v0.1.0
7722026-06-17T21:53:13.273Z Downloaded getrandom v0.3.4
7732026-06-17T21:53:13.276Z Downloaded linked-hash-map v0.5.6
7742026-06-17T21:53:13.281Z Downloaded fatfs v0.3.6
7752026-06-17T21:53:13.285Z Downloaded hyper-staticfile v0.10.1
7762026-06-17T21:53:13.285Z Downloaded hyper-rustls v0.27.7
7772026-06-17T21:53:13.285Z Downloaded humantime v2.3.0
7782026-06-17T21:53:13.288Z Downloaded flume v0.11.1
7792026-06-17T21:53:13.288Z Downloaded libscf-sys v1.2.0
7802026-06-17T21:53:13.291Z Downloaded hyper-tls v0.6.0
7812026-06-17T21:53:13.291Z Downloaded lru-cache v0.1.2
7822026-06-17T21:53:13.291Z Downloaded memoffset v0.9.1
7832026-06-17T21:53:13.294Z Downloaded libloading v0.8.9
7842026-06-17T21:53:13.297Z Downloaded arc-swap v1.8.2
7852026-06-17T21:53:13.300Z Downloaded impl-trait-for-tuples v0.2.3
7862026-06-17T21:53:13.305Z Downloaded lru v0.12.5
7872026-06-17T21:53:13.307Z Downloaded maybe-uninit v2.0.0
7882026-06-17T21:53:13.308Z Downloaded maplit v1.0.2
7892026-06-17T21:53:13.308Z Downloaded base64 v0.21.7
7902026-06-17T21:53:13.311Z Downloaded multimap v0.10.1
7912026-06-17T21:53:13.311Z Downloaded md-5 v0.10.6
7922026-06-17T21:53:13.314Z Downloaded nibble_vec v0.1.0
7932026-06-17T21:53:13.315Z Downloaded lazy_static v1.5.0
7942026-06-17T21:53:13.315Z Downloaded lru-slab v0.1.2
7952026-06-17T21:53:13.315Z Downloaded newline-converter v0.3.0
7962026-06-17T21:53:13.318Z Downloaded instability v0.3.11
7972026-06-17T21:53:13.318Z Downloaded lalrpop-util v0.19.12
7982026-06-17T21:53:13.322Z Downloaded derive_more v0.99.20
7992026-06-17T21:53:13.325Z Downloaded daft v0.1.7
8002026-06-17T21:53:13.328Z Downloaded num v0.4.3
8012026-06-17T21:53:13.331Z Downloaded ipnetwork v0.21.1
8022026-06-17T21:53:13.331Z Downloaded nonempty v0.12.0
8032026-06-17T21:53:13.334Z Downloaded nodrop v0.1.14
8042026-06-17T21:53:13.334Z Downloaded mime v0.3.17
8052026-06-17T21:53:13.334Z Downloaded ingot-types v0.1.2
8062026-06-17T21:53:13.334Z Downloaded indoc v1.0.9
8072026-06-17T21:53:13.337Z Downloaded newtype-uuid-macros v0.1.0
8082026-06-17T21:53:13.337Z Downloaded num_threads v0.1.7
8092026-06-17T21:53:13.340Z Downloaded num_enum_derive v0.5.11
8102026-06-17T21:53:13.340Z Downloaded half v2.7.1
8112026-06-17T21:53:13.340Z Downloaded highway v1.3.0
8122026-06-17T21:53:13.344Z Downloaded darling_core v0.21.3
8132026-06-17T21:53:13.347Z Downloaded darling_core v0.13.4
8142026-06-17T21:53:13.347Z Downloaded newtype_derive v0.1.6
8152026-06-17T21:53:13.351Z Downloaded hmac v0.12.1
8162026-06-17T21:53:13.351Z Downloaded httparse v1.10.1
8172026-06-17T21:53:13.354Z Downloaded num-conv v0.2.0
8182026-06-17T21:53:13.358Z Downloaded darling_core v0.20.11
8192026-06-17T21:53:13.362Z Downloaded jobserver v0.1.34
8202026-06-17T21:53:13.366Z Downloaded linear-map v1.2.0
8212026-06-17T21:53:13.366Z Downloaded libsw-core v0.3.2
8222026-06-17T21:53:13.366Z Downloaded libsw v3.5.0
8232026-06-17T21:53:13.369Z Downloaded num-iter v0.1.45
8242026-06-17T21:53:13.369Z Downloaded is_ci v1.2.0
8252026-06-17T21:53:13.372Z Downloaded md5 v0.7.0
8262026-06-17T21:53:13.375Z Downloaded opaque-debug v0.3.1
8272026-06-17T21:53:13.378Z Downloaded openssl-macros v0.1.1
8282026-06-17T21:53:13.378Z Downloaded async-compression v0.4.41
8292026-06-17T21:53:13.380Z Downloaded crossbeam-channel v0.5.15
8302026-06-17T21:53:13.384Z Downloaded lock_api v0.4.14
8312026-06-17T21:53:13.387Z Downloaded dropshot-api-manager v0.7.2
8322026-06-17T21:53:13.390Z Downloaded packed_struct_codegen v0.10.1
8332026-06-17T21:53:13.393Z Downloaded native-tls v0.2.18
8342026-06-17T21:53:13.393Z Downloaded match_cfg v0.1.0
8352026-06-17T21:53:13.394Z Downloaded managed v0.8.0
8362026-06-17T21:53:13.397Z Downloaded multer v3.1.0
8372026-06-17T21:53:13.397Z Downloaded ingot v0.1.1
8382026-06-17T21:53:13.404Z Downloaded oso-derive v0.27.3
8392026-06-17T21:53:13.411Z Downloaded parse-display v0.10.0
8402026-06-17T21:53:13.411Z Downloaded ar_archive_writer v0.5.1
8412026-06-17T21:53:13.414Z Downloaded nanorand v0.7.0
8422026-06-17T21:53:13.414Z Downloaded hickory-resolver v0.25.2
8432026-06-17T21:53:13.414Z Downloaded nu-ansi-term v0.50.3
8442026-06-17T21:53:13.418Z Downloaded mime_guess v2.0.5
8452026-06-17T21:53:13.418Z Downloaded half v1.8.3
8462026-06-17T21:53:13.418Z Downloaded darling_core v0.23.0
8472026-06-17T21:53:13.421Z Downloaded normalize-line-endings v0.3.0
8482026-06-17T21:53:13.421Z Downloaded ipnet v2.11.0
8492026-06-17T21:53:13.424Z Downloaded openssl-probe v0.2.1
8502026-06-17T21:53:13.424Z Downloaded num-derive v0.4.2
8512026-06-17T21:53:13.428Z Downloaded ingot-macros v0.1.1
8522026-06-17T21:53:13.428Z Downloaded phf_shared v0.11.3
8532026-06-17T21:53:13.428Z Downloaded pbkdf2 v0.12.2
8542026-06-17T21:53:13.428Z Downloaded pbkdf2 v0.11.0
8552026-06-17T21:53:13.432Z Downloaded path-slash v0.1.5
8562026-06-17T21:53:13.432Z Downloaded num-rational v0.4.2
8572026-06-17T21:53:13.435Z Downloaded olpc-cjson v0.1.4
8582026-06-17T21:53:13.438Z Downloaded litrs v1.0.0
8592026-06-17T21:53:13.442Z Downloaded parse-size v1.1.0
8602026-06-17T21:53:13.445Z Downloaded peg-runtime v0.8.5
8612026-06-17T21:53:13.445Z Downloaded parse-display-derive v0.10.0
8622026-06-17T21:53:13.445Z Downloaded oxide-tokio-rt v0.1.4
8632026-06-17T21:53:13.448Z Downloaded num_enum_derive v0.7.6
8642026-06-17T21:53:13.452Z Downloaded phf_shared v0.12.1
8652026-06-17T21:53:13.452Z Downloaded libefi-sys v0.1.0
8662026-06-17T21:53:13.452Z Downloaded der v0.7.10
8672026-06-17T21:53:13.455Z Downloaded num-integer v0.1.46
8682026-06-17T21:53:13.458Z Downloaded num_enum v0.7.6
8692026-06-17T21:53:13.460Z Downloaded openssl-probe v0.1.6
8702026-06-17T21:53:13.463Z Downloaded num_enum v0.5.11
8712026-06-17T21:53:13.468Z Downloaded iana-time-zone v0.1.65
8722026-06-17T21:53:13.468Z Downloaded lzss v0.8.2
8732026-06-17T21:53:13.473Z Downloaded aes-gcm v0.10.3
8742026-06-17T21:53:13.473Z Downloaded phf_shared v0.13.1
8752026-06-17T21:53:13.473Z Downloaded flate2 v1.1.9
8762026-06-17T21:53:13.476Z Downloaded oxnet v0.1.5
8772026-06-17T21:53:13.479Z Downloaded owo-colors v4.3.0
8782026-06-17T21:53:13.482Z Downloaded proc-macro-crate v3.4.0
8792026-06-17T21:53:13.486Z Downloaded pin-utils v0.1.0
8802026-06-17T21:53:13.489Z Downloaded paste v1.0.15
8812026-06-17T21:53:13.492Z Downloaded new_debug_unreachable v1.0.6
8822026-06-17T21:53:13.492Z Downloaded bumpalo v3.20.2
8832026-06-17T21:53:13.492Z Downloaded predicates-core v1.0.10
8842026-06-17T21:53:13.495Z Downloaded powerfmt v0.2.0
8852026-06-17T21:53:13.495Z Downloaded num-complex v0.4.6
8862026-06-17T21:53:13.495Z Downloaded newtype-uuid v1.3.2
8872026-06-17T21:53:13.498Z Downloaded predicates-tree v1.0.13
8882026-06-17T21:53:13.498Z Downloaded peg-macros v0.8.5
8892026-06-17T21:53:13.498Z Downloaded packed_struct v0.10.1
8902026-06-17T21:53:13.502Z Downloaded parking_lot_core v0.8.6
8912026-06-17T21:53:13.505Z Downloaded phf v0.13.1
8922026-06-17T21:53:13.510Z Downloaded indexmap v1.9.3
8932026-06-17T21:53:13.510Z Downloaded proc-macro-crate v1.3.1
8942026-06-17T21:53:13.513Z Downloaded password-hash v0.4.2
8952026-06-17T21:53:13.513Z Downloaded memmap2 v0.9.10
8962026-06-17T21:53:13.513Z Downloaded proc-macro-error-attr2 v2.0.0
8972026-06-17T21:53:13.516Z Downloaded password-hash v0.5.0
8982026-06-17T21:53:13.516Z Downloaded peg v0.8.5
8992026-06-17T21:53:13.516Z Downloaded headers v0.4.1
9002026-06-17T21:53:13.523Z Downloaded heapless v0.7.17
9012026-06-17T21:53:13.526Z Downloaded expectorate v1.2.0
9022026-06-17T21:53:13.529Z Downloaded pem v3.0.6
9032026-06-17T21:53:13.531Z Downloaded postgres-protocol v0.6.10
9042026-06-17T21:53:13.531Z Downloaded progenitor-client v0.14.0
9052026-06-17T21:53:13.536Z Downloaded progenitor-client v0.11.2
9062026-06-17T21:53:13.541Z Downloaded libbz2-rs-sys v0.2.2
9072026-06-17T21:53:13.541Z Downloaded ed25519-dalek v2.2.0
9082026-06-17T21:53:13.544Z Downloaded derive_more-impl v2.1.1
9092026-06-17T21:53:13.544Z Downloaded progenitor v0.14.0
9102026-06-17T21:53:13.551Z Downloaded pem-rfc7468 v0.7.0
9112026-06-17T21:53:13.551Z Downloaded precomputed-hash v0.1.1
9122026-06-17T21:53:13.552Z Downloaded progenitor-macro v0.11.2
9132026-06-17T21:53:13.552Z Downloaded heapless v0.8.0
9142026-06-17T21:53:13.563Z Downloaded psl-types v2.0.11
9152026-06-17T21:53:13.563Z Downloaded phf v0.12.1
9162026-06-17T21:53:13.563Z Downloaded pin-project-internal v1.1.11
9172026-06-17T21:53:13.566Z Downloaded progenitor-macro v0.13.0
9182026-06-17T21:53:13.568Z Downloaded rand_chacha v0.3.1
9192026-06-17T21:53:13.568Z Downloaded indicatif v0.18.4
9202026-06-17T21:53:13.571Z Downloaded pin-project-lite v0.2.17
9212026-06-17T21:53:13.576Z Downloaded quick-error v1.2.3
9222026-06-17T21:53:13.580Z Downloaded radium v0.7.0
9232026-06-17T21:53:13.583Z Downloaded pkcs5 v0.7.1
9242026-06-17T21:53:13.587Z Downloaded polyval v0.6.2
9252026-06-17T21:53:13.590Z Downloaded parking_lot_core v0.9.12
9262026-06-17T21:53:13.590Z Downloaded poly1305 v0.8.0
9272026-06-17T21:53:13.590Z Downloaded diesel_derives v2.3.7
9282026-06-17T21:53:13.594Z Downloaded pkcs8 v0.10.2
9292026-06-17T21:53:13.597Z Downloaded pkcs1 v0.7.5
9302026-06-17T21:53:13.597Z Downloaded rand_xorshift v0.4.0
9312026-06-17T21:53:13.601Z Downloaded pkg-config v0.3.32
9322026-06-17T21:53:13.601Z Downloaded parking_lot v0.12.5
9332026-06-17T21:53:13.601Z Downloaded ref-cast-impl v1.0.25
9342026-06-17T21:53:13.601Z Downloaded recursive-proc-macro-impl v0.1.1
9352026-06-17T21:53:13.605Z Downloaded recursive v0.1.1
9362026-06-17T21:53:13.605Z Downloaded hickory-resolver v0.24.4
9372026-06-17T21:53:13.608Z Downloaded hyper-util v0.1.20
9382026-06-17T21:53:13.614Z Downloaded progenitor-client v0.13.0
9392026-06-17T21:53:13.619Z Downloaded rand_core v0.9.5
9402026-06-17T21:53:13.622Z Downloaded ppv-lite86 v0.2.21
9412026-06-17T21:53:13.622Z Downloaded omicron-zone-package v0.12.2
9422026-06-17T21:53:13.622Z Downloaded postcard v1.1.3
9432026-06-17T21:53:13.625Z Downloaded progenitor v0.11.2
9442026-06-17T21:53:13.630Z Downloaded p256 v0.13.2
9452026-06-17T21:53:13.634Z Downloaded russh-cryptovec v0.7.3
9462026-06-17T21:53:13.637Z Downloaded rtoolbox v0.0.3
9472026-06-17T21:53:13.637Z Downloaded psm v0.1.30
9482026-06-17T21:53:13.639Z Downloaded oso v0.27.3
9492026-06-17T21:53:13.639Z Downloaded papergrid v0.17.0
9502026-06-17T21:53:13.642Z Downloaded predicates v3.1.4
9512026-06-17T21:53:13.647Z Downloaded indoc v2.0.7
9522026-06-17T21:53:13.650Z Downloaded ignore v0.4.25
9532026-06-17T21:53:13.650Z Downloaded parking_lot v0.11.2
9542026-06-17T21:53:13.650Z Downloaded minimal-lexical v0.2.1
9552026-06-17T21:53:13.653Z Downloaded aho-corasick v1.1.4
9562026-06-17T21:53:13.656Z Downloaded r2d2 v0.8.10
9572026-06-17T21:53:13.659Z Downloaded bitvec v1.0.1
9582026-06-17T21:53:13.666Z Downloaded postgres-types v0.2.12
9592026-06-17T21:53:13.675Z Downloaded rand_core v0.6.4
9602026-06-17T21:53:13.680Z Downloaded rand_core v0.10.0
9612026-06-17T21:53:13.680Z Downloaded hashbrown v0.13.2
9622026-06-17T21:53:13.683Z Downloaded same-file v1.0.6
9632026-06-17T21:53:13.683Z Downloaded salsa20 v0.10.2
9642026-06-17T21:53:13.684Z Downloaded rustc_version v0.4.1
9652026-06-17T21:53:13.688Z Downloaded rustc-hash v2.1.1
9662026-06-17T21:53:13.688Z Downloaded jiff-static v0.2.21
9672026-06-17T21:53:13.691Z Downloaded rand_seeder v0.4.0
9682026-06-17T21:53:13.691Z Downloaded miniz_oxide v0.8.9
9692026-06-17T21:53:13.691Z Downloaded hashbrown v0.15.5
9702026-06-17T21:53:13.695Z Downloaded scopeguard v1.2.0
9712026-06-17T21:53:13.699Z Downloaded rustc_version v0.1.7
9722026-06-17T21:53:13.702Z Downloaded resolv-conf v0.7.6
9732026-06-17T21:53:13.707Z Downloaded progenitor v0.13.0
9742026-06-17T21:53:13.710Z Downloaded serde_spanned v1.0.4
9752026-06-17T21:53:13.710Z Downloaded http v1.4.0
9762026-06-17T21:53:13.714Z Downloaded secrecy v0.8.0
9772026-06-17T21:53:13.716Z Downloaded semver v0.1.20
9782026-06-17T21:53:13.716Z Downloaded scheduled-thread-pool v0.2.7
9792026-06-17T21:53:13.723Z Downloaded serde_plain v1.0.2
9802026-06-17T21:53:13.727Z Downloaded secrecy v0.10.3
9812026-06-17T21:53:13.727Z Downloaded rusty-fork v0.3.1
9822026-06-17T21:53:13.730Z Downloaded openssl-sys v0.9.115
9832026-06-17T21:53:13.733Z Downloaded crossterm v0.28.1
9842026-06-17T21:53:13.736Z Downloaded pin-project v1.1.11
9852026-06-17T21:53:13.743Z Downloaded rustls-pemfile v1.0.4
9862026-06-17T21:53:13.746Z Downloaded rustls-pemfile v2.2.0
9872026-06-17T21:53:13.747Z Downloaded quinn-udp v0.5.14
9882026-06-17T21:53:13.747Z Downloaded rustversion v1.0.22
9892026-06-17T21:53:13.750Z Downloaded prefix-trie v0.7.0
9902026-06-17T21:53:13.750Z Downloaded hashbrown v0.16.1
9912026-06-17T21:53:13.753Z Downloaded serde_repr v0.1.20
9922026-06-17T21:53:13.756Z Downloaded serde_bytes v0.11.19
9932026-06-17T21:53:13.756Z Downloaded serde-big-array v0.5.1
9942026-06-17T21:53:13.756Z Downloaded itertools v0.10.5
9952026-06-17T21:53:13.763Z Downloaded hashbrown v0.12.3
9962026-06-17T21:53:13.770Z Downloaded shell-words v1.1.1
9972026-06-17T21:53:13.773Z Downloaded schemars_derive v0.8.22
9982026-06-17T21:53:13.773Z Downloaded rcgen v0.12.1
9992026-06-17T21:53:13.776Z Downloaded sha1 v0.10.6
10002026-06-17T21:53:13.776Z Downloaded progenitor-macro v0.14.0
10012026-06-17T21:53:13.776Z Downloaded proc-macro-error2 v2.0.1
10022026-06-17T21:53:13.779Z Downloaded blake3 v1.8.3
10032026-06-17T21:53:13.783Z Downloaded signature v2.2.0
10042026-06-17T21:53:13.787Z Downloaded rustls-pki-types v1.14.0
10052026-06-17T21:53:13.792Z Downloaded scroll v0.13.0
10062026-06-17T21:53:13.795Z Downloaded num-bigint v0.4.6
10072026-06-17T21:53:13.798Z Downloaded progenitor-impl v0.11.2
10082026-06-17T21:53:13.801Z Downloaded primeorder v0.13.6
10092026-06-17T21:53:13.802Z Downloaded progenitor-impl v0.14.0
10102026-06-17T21:53:13.806Z Downloaded pretty_assertions v1.4.1
10112026-06-17T21:53:13.810Z Downloaded scroll_derive v0.13.1
10122026-06-17T21:53:13.810Z Downloaded sct v0.7.1
10132026-06-17T21:53:13.813Z Downloaded siphasher v1.0.2
10142026-06-17T21:53:13.816Z Downloaded signal-hook-tokio v0.3.1
10152026-06-17T21:53:13.820Z Downloaded hyper v1.8.1
10162026-06-17T21:53:13.823Z Downloaded mio v1.2.0
10172026-06-17T21:53:13.829Z Downloaded itertools v0.12.1
10182026-06-17T21:53:13.832Z Downloaded iri-string v0.7.10
10192026-06-17T21:53:13.837Z Downloaded rayon-core v1.13.0
10202026-06-17T21:53:13.837Z Downloaded strum v0.26.3
10212026-06-17T21:53:13.837Z Downloaded russh-keys v0.45.0
10222026-06-17T21:53:13.849Z Downloaded ron v0.8.1
10232026-06-17T21:53:13.852Z Downloaded sec1 v0.7.3
10242026-06-17T21:53:13.855Z Downloaded scrypt v0.11.0
10252026-06-17T21:53:13.855Z Downloaded qorb v0.4.1
10262026-06-17T21:53:13.859Z Downloaded crossterm v0.29.0
10272026-06-17T21:53:13.862Z Downloaded itertools v0.13.0
10282026-06-17T21:53:13.865Z Downloaded prettyplease v0.2.37
10292026-06-17T21:53:13.867Z Downloaded hickory-server v0.25.2
10302026-06-17T21:53:13.870Z Downloaded bindgen v0.71.1
10312026-06-17T21:53:13.873Z Downloaded signal-hook-registry v1.4.8
10322026-06-17T21:53:13.876Z Downloaded serde_with_macros v1.5.2
10332026-06-17T21:53:13.876Z Downloaded h2 v0.4.13
10342026-06-17T21:53:13.879Z Downloaded serde_path_to_error v0.1.20
10352026-06-17T21:53:13.882Z Downloaded serde_derive_internals v0.29.1
10362026-06-17T21:53:13.882Z Downloaded futures-util v0.3.32
10372026-06-17T21:53:13.886Z Downloaded strip-ansi-escapes v0.2.1
10382026-06-17T21:53:13.889Z Downloaded sqlparser_derive v0.5.0
10392026-06-17T21:53:13.889Z Downloaded num-bigint-dig v0.8.6
10402026-06-17T21:53:13.892Z Downloaded shlex v1.3.0
10412026-06-17T21:53:13.892Z Downloaded progenitor-impl v0.13.0
10422026-06-17T21:53:13.897Z Downloaded chrono v0.4.44
10432026-06-17T21:53:13.902Z Downloaded simd-adler32 v0.3.8
10442026-06-17T21:53:13.910Z Downloaded progenitor-extras v0.2.0
10452026-06-17T21:53:13.913Z Downloaded libm v0.2.16
10462026-06-17T21:53:13.916Z Downloaded snafu-derive v0.8.9
10472026-06-17T21:53:13.922Z Downloaded slog-json v2.6.1
10482026-06-17T21:53:13.928Z Downloaded aws-lc-rs v1.16.3
10492026-06-17T21:53:13.933Z Downloaded tagptr v0.2.0
10502026-06-17T21:53:13.936Z Downloaded supports-color v3.0.2
10512026-06-17T21:53:13.943Z Downloaded tls_codec v0.4.2
10522026-06-17T21:53:13.943Z Downloaded smf v0.2.3
10532026-06-17T21:53:13.950Z Downloaded smallvec v0.6.14
10542026-06-17T21:53:13.950Z Downloaded slog-scope v4.4.1
10552026-06-17T21:53:13.950Z Downloaded slog-envlogger v2.2.0
10562026-06-17T21:53:13.950Z Downloaded tabwriter v1.4.1
10572026-06-17T21:53:13.954Z Downloaded tap v1.0.1
10582026-06-17T21:53:13.954Z Downloaded subtle v2.6.1
10592026-06-17T21:53:13.954Z Downloaded termtree v0.5.1
10602026-06-17T21:53:13.954Z Downloaded git2 v0.20.4
10612026-06-17T21:53:13.957Z Downloaded spki v0.7.3
10622026-06-17T21:53:13.965Z Downloaded slab v0.4.12
10632026-06-17T21:53:13.985Z Downloaded time-core v0.1.8
10642026-06-17T21:53:13.985Z Downloaded testing_table v0.3.0
10652026-06-17T21:53:13.989Z Downloaded sqlformat v0.3.5
10662026-06-17T21:53:13.989Z Downloaded static_assertions v1.1.0
10672026-06-17T21:53:13.989Z Downloaded strum v0.27.2
10682026-06-17T21:53:13.989Z Downloaded structmeta-derive v0.3.0
10692026-06-17T21:53:13.996Z Downloaded serde_yaml v0.9.34+deprecated
10702026-06-17T21:53:14.004Z Downloaded goblin v0.10.5
10712026-06-17T21:53:14.004Z Downloaded tinyvec_macros v0.1.1
10722026-06-17T21:53:14.004Z Downloaded structmeta v0.3.0
10732026-06-17T21:53:14.010Z Downloaded tokio-macros v2.7.0
10742026-06-17T21:53:14.010Z Downloaded slog-async v2.8.0
10752026-06-17T21:53:14.013Z Downloaded strum_macros v0.27.2
10762026-06-17T21:53:14.013Z Downloaded strum_macros v0.26.4
10772026-06-17T21:53:14.013Z Downloaded strum_macros v0.24.3
10782026-06-17T21:53:14.013Z Downloaded libxml v0.3.3
10792026-06-17T21:53:14.049Z Downloaded quinn v0.11.9
10802026-06-17T21:53:14.054Z Downloaded thiserror-impl-no-std v2.0.2
10812026-06-17T21:53:14.054Z Downloaded slog-dtrace v0.3.0
10822026-06-17T21:53:14.054Z Downloaded sync-ptr v0.1.4
10832026-06-17T21:53:14.054Z Downloaded signal-hook-mio v0.2.5
10842026-06-17T21:53:14.054Z Downloaded termios v0.3.3
10852026-06-17T21:53:14.054Z Downloaded time-macros v0.2.27
10862026-06-17T21:53:14.054Z Downloaded regex v1.12.3
10872026-06-17T21:53:14.054Z Downloaded thread_local v1.1.9
10882026-06-17T21:53:14.054Z Downloaded spin v0.9.8
10892026-06-17T21:53:14.057Z Downloaded similar v2.7.0
10902026-06-17T21:53:14.061Z Downloaded reqwest v0.12.28
10912026-06-17T21:53:14.064Z Downloaded typify-macro v0.6.2
10922026-06-17T21:53:14.067Z Downloaded topological-sort v0.2.2
10932026-06-17T21:53:14.068Z Downloaded tower-layer v0.3.3
10942026-06-17T21:53:14.073Z Downloaded trait-variant v0.1.2
10952026-06-17T21:53:14.077Z Downloaded unit-prefix v0.5.2
10962026-06-17T21:53:14.077Z Downloaded lalrpop v0.19.12
10972026-06-17T21:53:14.083Z Downloaded schemars v0.9.0
10982026-06-17T21:53:14.085Z Downloaded rsa v0.9.10
10992026-06-17T21:53:14.088Z Downloaded reqwest v0.13.2
11002026-06-17T21:53:14.091Z Downloaded tokio-native-tls v0.3.1
11012026-06-17T21:53:14.094Z Downloaded try-lock v0.2.5
11022026-06-17T21:53:14.094Z Downloaded tokio-dtrace v0.1.1
11032026-06-17T21:53:14.094Z Downloaded tiny-keccak v2.0.2
11042026-06-17T21:53:14.097Z Downloaded tokio-rustls v0.26.4
11052026-06-17T21:53:14.097Z Downloaded schemars v0.8.22
11062026-06-17T21:53:14.103Z Downloaded tokio-rustls v0.25.0
11072026-06-17T21:53:14.105Z Downloaded portable-atomic v1.13.1
11082026-06-17T21:53:14.108Z Downloaded salty v0.3.0
11092026-06-17T21:53:14.112Z Downloaded string_cache v0.8.9
11102026-06-17T21:53:14.115Z Downloaded serde_cbor v0.11.2
11112026-06-17T21:53:14.115Z Downloaded ryu v1.0.23
11122026-06-17T21:53:14.118Z Downloaded rustls-webpki v0.103.9
11132026-06-17T21:53:14.121Z Downloaded typify-macro v0.4.3
11142026-06-17T21:53:14.121Z Downloaded rand v0.10.0
11152026-06-17T21:53:14.124Z Downloaded nom v7.1.3
11162026-06-17T21:53:14.126Z Downloaded unarray v0.1.4
11172026-06-17T21:53:14.126Z Downloaded rand v0.9.2
11182026-06-17T21:53:14.129Z Downloaded rand v0.8.6
11192026-06-17T21:53:14.132Z Downloaded unicode-truncate v1.1.0
11202026-06-17T21:53:14.134Z Downloaded moka v0.12.13
11212026-06-17T21:53:14.140Z Downloaded universal-hash v0.5.1
11222026-06-17T21:53:14.140Z Downloaded term v1.2.1
11232026-06-17T21:53:14.143Z Downloaded serde_with_macros v3.17.0
11242026-06-17T21:53:14.143Z Downloaded bstr v1.12.1
11252026-06-17T21:53:14.147Z Downloaded thread-id v5.1.0
11262026-06-17T21:53:14.147Z Downloaded toml_writer v1.0.6+spec-1.1.0
11272026-06-17T21:53:14.150Z Downloaded petname v2.0.2
11282026-06-17T21:53:14.150Z Downloaded itertools v0.14.0
11292026-06-17T21:53:14.154Z Downloaded serde_urlencoded v0.7.1
11302026-06-17T21:53:14.161Z Downloaded untrusted v0.9.0
11312026-06-17T21:53:14.162Z Downloaded untrusted v0.7.1
11322026-06-17T21:53:14.162Z Downloaded curve25519-dalek v4.1.3
11332026-06-17T21:53:14.164Z Downloaded tui-tree-widget v0.23.1
11342026-06-17T21:53:14.165Z Downloaded nom v8.0.0
11352026-06-17T21:53:14.168Z Downloaded tabled_derive v0.11.0
11362026-06-17T21:53:14.168Z Downloaded slog-stdlog v4.1.1
11372026-06-17T21:53:14.168Z Downloaded ssh-encoding v0.2.0
11382026-06-17T21:53:14.171Z Downloaded rustls-webpki v0.101.7
11392026-06-17T21:53:14.177Z Downloaded slog-bunyan v2.5.0
11402026-06-17T21:53:14.180Z Downloaded slog v2.8.2
11412026-06-17T21:53:14.180Z Downloaded samael v0.0.19
11422026-06-17T21:53:14.183Z Downloaded tokio-rustls v0.24.1
11432026-06-17T21:53:14.196Z Downloaded rustls-webpki v0.102.8
11442026-06-17T21:53:14.205Z Downloaded void v1.0.2
11452026-06-17T21:53:14.208Z Downloaded wait-timeout v0.2.1
11462026-06-17T21:53:14.208Z Downloaded usdt-macro v0.6.0
11472026-06-17T21:53:14.208Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11482026-06-17T21:53:14.211Z Downloaded steno v0.4.1
11492026-06-17T21:53:14.211Z Downloaded subprocess v0.2.15
11502026-06-17T21:53:14.214Z Downloaded usdt-impl v0.6.0
11512026-06-17T21:53:14.214Z Downloaded unicase v2.9.0
11522026-06-17T21:53:14.218Z Downloaded want v0.3.1
11532026-06-17T21:53:14.218Z Downloaded hkdf v0.12.4
11542026-06-17T21:53:14.222Z Downloaded socket2 v0.5.10
11552026-06-17T21:53:14.225Z Downloaded toml_parser v1.0.9+spec-1.1.0
11562026-06-17T21:53:14.228Z Downloaded test-strategy v0.4.5
11572026-06-17T21:53:14.231Z Downloaded zone_cfg_derive v0.3.1
11582026-06-17T21:53:14.231Z Downloaded zone v0.3.1
11592026-06-17T21:53:14.235Z Downloaded usdt v0.6.0
11602026-06-17T21:53:14.240Z Downloaded waitgroup v0.1.2
11612026-06-17T21:53:14.244Z Downloaded xshell-macros v0.2.7
11622026-06-17T21:53:14.245Z Downloaded xattr v1.6.1
11632026-06-17T21:53:14.251Z Downloaded tracing-attributes v0.1.31
11642026-06-17T21:53:14.261Z Downloaded usdt-attr-macro v0.6.0
11652026-06-17T21:53:14.264Z Downloaded toml v1.0.6+spec-1.1.0
11662026-06-17T21:53:14.270Z Downloaded polar-core v0.27.3
11672026-06-17T21:53:14.275Z Downloaded zeroize_derive v1.4.3
11682026-06-17T21:53:14.278Z Downloaded p521 v0.13.3
11692026-06-17T21:53:14.281Z Downloaded iddqd v0.4.2
11702026-06-17T21:53:14.285Z Downloaded tokio-stream v0.1.18
11712026-06-17T21:53:14.290Z Downloaded rustyline v14.0.0
11722026-06-17T21:53:14.290Z Downloaded vergen-gitcl v1.0.8
11732026-06-17T21:53:14.290Z Downloaded vergen-git2 v9.1.0
11742026-06-17T21:53:14.295Z Downloaded twox-hash v2.1.2
11752026-06-17T21:53:14.295Z Downloaded publicsuffix v2.3.0
11762026-06-17T21:53:14.295Z Downloaded russh v0.45.0
11772026-06-17T21:53:14.303Z Downloaded vergen-lib v9.1.0
11782026-06-17T21:53:14.305Z Downloaded unicode-properties v0.1.4
11792026-06-17T21:53:14.308Z Downloaded uuid v1.23.0
11802026-06-17T21:53:14.311Z Downloaded whoami v2.1.0
11812026-06-17T21:53:14.314Z Downloaded wyz v0.5.1
11822026-06-17T21:53:14.314Z Downloaded schemars v1.2.1
11832026-06-17T21:53:14.322Z Downloaded zstd-safe v7.2.4
11842026-06-17T21:53:14.325Z Downloaded zerocopy v0.6.6
11852026-06-17T21:53:14.325Z Downloaded vsss-rs v3.3.4
11862026-06-17T21:53:14.325Z Downloaded yasna v0.5.2
11872026-06-17T21:53:14.325Z Downloaded xshell v0.2.7
11882026-06-17T21:53:14.329Z Downloaded tungstenite v0.21.0
11892026-06-17T21:53:14.329Z Downloaded tinyvec v1.10.0
11902026-06-17T21:53:14.336Z Downloaded tracing-core v0.1.36
11912026-06-17T21:53:14.336Z Downloaded toml v0.7.8
11922026-06-17T21:53:14.336Z Downloaded openssl v0.10.79
11932026-06-17T21:53:14.339Z Downloaded vte v0.14.1
11942026-06-17T21:53:14.342Z Downloaded tungstenite v0.23.0
11952026-06-17T21:53:14.342Z Downloaded rpassword v7.4.0
11962026-06-17T21:53:14.348Z Downloaded term v0.7.0
11972026-06-17T21:53:14.348Z Downloaded snafu v0.8.9
11982026-06-17T21:53:14.351Z Downloaded zstd v0.13.3
11992026-06-17T21:53:14.351Z Downloaded vergen v9.1.0
12002026-06-17T21:53:14.351Z Downloaded signal-hook v0.3.18
12012026-06-17T21:53:14.354Z Downloaded tough v0.22.0
12022026-06-17T21:53:14.358Z Downloaded typify v0.6.2
12032026-06-17T21:53:14.361Z Downloaded zeroize v1.8.2
12042026-06-17T21:53:14.361Z Downloaded typify v0.4.3
12052026-06-17T21:53:14.364Z Downloaded vergen-lib v0.1.6
12062026-06-17T21:53:14.367Z Downloaded ref-cast v1.0.25
12072026-06-17T21:53:14.367Z Downloaded toml_edit v0.23.10+spec-1.0.0
12082026-06-17T21:53:14.370Z Downloaded walkdir v2.5.0
12092026-06-17T21:53:14.370Z Downloaded quick-xml v0.37.5
12102026-06-17T21:53:14.373Z Downloaded unicode-bidi v0.3.18
12112026-06-17T21:53:14.376Z Downloaded rand_chacha v0.9.0
12122026-06-17T21:53:14.376Z Downloaded hickory-proto v0.25.2
12132026-06-17T21:53:14.384Z Downloaded whoami v1.6.1
12142026-06-17T21:53:14.394Z Downloaded zerocopy-derive v0.8.40
12152026-06-17T21:53:14.401Z Downloaded hickory-proto v0.24.4
12162026-06-17T21:53:14.417Z Downloaded x509-cert v0.2.5
12172026-06-17T21:53:14.420Z Downloaded nix v0.31.2
12182026-06-17T21:53:14.426Z Downloaded serde_with v1.14.0
12192026-06-17T21:53:14.435Z Downloaded openapiv3 v2.2.0
12202026-06-17T21:53:14.442Z Downloaded typed-path v0.9.3
12212026-06-17T21:53:14.448Z Downloaded yansi v1.0.1
12222026-06-17T21:53:14.451Z Downloaded unicode-normalization v0.1.25
12232026-06-17T21:53:14.454Z Downloaded unsafe-libyaml v0.2.11
12242026-06-17T21:53:14.459Z Downloaded regress v0.11.1
12252026-06-17T21:53:14.466Z Downloaded tokio-postgres v0.7.16
12262026-06-17T21:53:14.471Z Downloaded regress v0.10.5
12272026-06-17T21:53:14.480Z Downloaded p384 v0.13.1
12282026-06-17T21:53:14.491Z Downloaded radix_trie v0.2.1
12292026-06-17T21:53:14.500Z Downloaded zopfli v0.8.3
12302026-06-17T21:53:14.506Z Downloaded toml_edit v0.19.15
12312026-06-17T21:53:14.516Z Downloaded unicode_categories v0.1.1
12322026-06-17T21:53:14.521Z Downloaded ssh-key v0.6.7
12332026-06-17T21:53:14.521Z Downloaded rustls v0.23.37
12342026-06-17T21:53:14.525Z Downloaded smoltcp v0.11.0
12352026-06-17T21:53:14.532Z Downloaded rfc6979 v0.4.0
12362026-06-17T21:53:14.534Z Downloaded reedline v0.40.0
12372026-06-17T21:53:14.546Z Downloaded zip v0.6.6
12382026-06-17T21:53:14.550Z Downloaded smoltcp v0.9.1
12392026-06-17T21:53:14.565Z Downloaded tower v0.5.3
12402026-06-17T21:53:14.577Z Downloaded serde-hex v0.1.0
12412026-06-17T21:53:14.590Z Downloaded webpki-roots v1.0.6
12422026-06-17T21:53:14.592Z Downloaded proptest v1.11.0
12432026-06-17T21:53:14.603Z Downloaded sigpipe v0.1.3
12442026-06-17T21:53:14.639Z Downloaded strsim v0.10.0
12452026-06-17T21:53:14.645Z Downloaded sync_wrapper v1.0.2
12462026-06-17T21:53:14.654Z Downloaded unicode-segmentation v1.12.0
12472026-06-17T21:53:14.662Z Downloaded toml_datetime v1.0.0+spec-1.1.0
12482026-06-17T21:53:14.667Z Downloaded tokio-tungstenite v0.21.0
12492026-06-17T21:53:14.669Z Downloaded chrono-tz v0.10.4
12502026-06-17T21:53:14.677Z Downloaded tower-http v0.6.8
12512026-06-17T21:53:14.681Z Downloaded tokio-util v0.7.18
12522026-06-17T21:53:14.685Z Downloaded tracing v0.1.44
12532026-06-17T21:53:14.698Z Downloaded nix v0.27.1
12542026-06-17T21:53:14.704Z Downloaded slog-term v2.9.2
12552026-06-17T21:53:14.707Z Downloaded rustls-platform-verifier v0.6.2
12562026-06-17T21:53:14.707Z Downloaded object v0.30.4
12572026-06-17T21:53:14.712Z Downloaded tls_codec_derive v0.4.2
12582026-06-17T21:53:14.715Z Downloaded serde_with v3.17.0
12592026-06-17T21:53:14.720Z Downloaded take_mut v0.2.2
12602026-06-17T21:53:14.725Z Downloaded seq-macro v0.3.6
12612026-06-17T21:53:14.725Z Downloaded rustls-native-certs v0.8.3
12622026-06-17T21:53:14.729Z Downloaded tower-service v0.3.3
12632026-06-17T21:53:14.738Z Downloaded petgraph v0.8.3
12642026-06-17T21:53:14.745Z Downloaded zip v4.6.1
12652026-06-17T21:53:14.748Z Downloaded uzers v0.12.2
12662026-06-17T21:53:14.748Z Downloaded utf-8 v0.7.6
12672026-06-17T21:53:14.751Z Downloaded support-bundle-viewer v0.1.2
12682026-06-17T21:53:14.751Z Downloaded stringprep v0.1.5
12692026-06-17T21:53:14.751Z Downloaded rayon v1.11.0
12702026-06-17T21:53:14.756Z Downloaded ssh-cipher v0.2.0
12712026-06-17T21:53:14.759Z Downloaded sapling-renderdag v0.1.0
12722026-06-17T21:53:14.759Z Downloaded socket2 v0.6.3
12732026-06-17T21:53:14.759Z Downloaded stacker v0.1.23
12742026-06-17T21:53:14.767Z Downloaded tokio-tungstenite v0.23.1
12752026-06-17T21:53:14.795Z Downloaded diesel v2.3.7
12762026-06-17T21:53:14.807Z Downloaded winnow v0.5.40
12772026-06-17T21:53:14.812Z Downloaded nix v0.28.0
12782026-06-17T21:53:14.818Z Downloaded thiserror-no-std v2.0.2
12792026-06-17T21:53:14.821Z Downloaded quinn-proto v0.11.13
12802026-06-17T21:53:14.825Z Downloaded tar v0.4.45
12812026-06-17T21:53:14.827Z Downloaded winnow v0.6.26
12822026-06-17T21:53:14.848Z Downloaded regex-syntax v0.6.29
12832026-06-17T21:53:14.863Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12842026-06-17T21:53:14.871Z Downloaded time v0.3.47
12852026-06-17T21:53:14.880Z Downloaded tabled v0.20.0
12862026-06-17T21:53:14.900Z Downloaded typify-impl v0.4.3
12872026-06-17T21:53:14.907Z Downloaded zlib-rs v0.6.2
12882026-06-17T21:53:14.919Z Downloaded rustls v0.21.12
12892026-06-17T21:53:14.924Z Downloaded sled v0.34.7
12902026-06-17T21:53:14.942Z Downloaded vcpkg v0.2.15
12912026-06-17T21:53:14.965Z Downloaded dropshot v0.17.0
12922026-06-17T21:53:14.977Z Downloaded object v0.37.3
12932026-06-17T21:53:14.989Z Downloaded rustls v0.22.4
12942026-06-17T21:53:15.007Z Downloaded zerocopy v0.8.40
12952026-06-17T21:53:15.033Z Downloaded libgit2-sys v0.18.3+1.9.2
12962026-06-17T21:53:15.067Z Downloaded rustix v0.38.44
12972026-06-17T21:53:15.078Z Downloaded regex-syntax v0.8.10
12982026-06-17T21:53:15.206Z Downloaded sqlparser v0.61.0
12992026-06-17T21:53:15.215Z Downloaded typify-impl v0.6.2
13002026-06-17T21:53:15.265Z Downloaded ratatui v0.29.0
13012026-06-17T21:53:15.313Z Downloaded zerocopy-derive v0.6.6
13022026-06-17T21:53:15.322Z Downloaded regex-automata v0.4.14
13032026-06-17T21:53:15.351Z Downloaded petgraph v0.6.5
13042026-06-17T21:53:15.363Z Downloaded jiff v0.2.21
13052026-06-17T21:53:15.375Z Downloaded csv v1.4.0
13062026-06-17T21:53:15.443Z Downloaded libz-sys v1.1.24
13072026-06-17T21:53:15.470Z Downloaded sha3 v0.10.8
13082026-06-17T21:53:15.477Z Downloaded tokio v1.52.1
13092026-06-17T21:53:15.541Z Downloaded encoding_rs v0.8.35
13102026-06-17T21:53:15.568Z Downloaded ring v0.17.14
13112026-06-17T21:53:15.665Z Downloaded aws-lc-sys v0.40.0
13122026-06-17T21:53:15.916Z Compiling libc v0.2.185
13132026-06-17T21:53:15.924Z Compiling serde v1.0.228
13142026-06-17T21:53:15.924Z Compiling log v0.4.29
13152026-06-17T21:53:15.924Z Compiling shlex v1.3.0
13162026-06-17T21:53:15.924Z Compiling find-msvc-tools v0.1.9
13172026-06-17T21:53:16.062Z Compiling syn v2.0.117
13182026-06-17T21:53:16.068Z Compiling smallvec v1.15.1
13192026-06-17T21:53:16.071Z Compiling typenum v1.19.0
13202026-06-17T21:53:16.236Z Compiling generic-array v0.14.7
13212026-06-17T21:53:16.240Z Compiling subtle v2.6.1
13222026-06-17T21:53:16.280Z Compiling scopeguard v1.2.0
13232026-06-17T21:53:16.321Z Compiling const-oid v0.9.6
13242026-06-17T21:53:16.384Z Compiling lock_api v0.4.14
13252026-06-17T21:53:16.394Z Compiling serde_json v1.0.149
13262026-06-17T21:53:16.419Z Compiling zerocopy v0.8.40
13272026-06-17T21:53:16.488Z Compiling parking_lot_core v0.9.12
13282026-06-17T21:53:16.600Z Compiling pin-project-lite v0.2.17
13292026-06-17T21:53:16.693Z Compiling portable-atomic v1.13.1
13302026-06-17T21:53:16.736Z Compiling pkg-config v0.3.32
13312026-06-17T21:53:16.856Z Compiling bitflags v2.11.0
13322026-06-17T21:53:17.053Z Compiling getrandom v0.2.17
13332026-06-17T21:53:17.121Z Compiling jobserver v0.1.34
13342026-06-17T21:53:17.133Z Compiling errno v0.3.14
13352026-06-17T21:53:17.257Z Compiling rand_core v0.6.4
13362026-06-17T21:53:17.301Z Compiling signal-hook-registry v1.4.8
13372026-06-17T21:53:17.336Z Compiling cc v1.2.56
13382026-06-17T21:53:17.442Z Compiling futures-core v0.3.32
13392026-06-17T21:53:17.511Z Compiling libm v0.2.16
13402026-06-17T21:53:17.542Z Compiling critical-section v1.2.0
13412026-06-17T21:53:17.578Z Compiling parking_lot v0.12.5
13422026-06-17T21:53:17.596Z Compiling mio v1.2.0
13432026-06-17T21:53:17.655Z Compiling num-traits v0.2.19
13442026-06-17T21:53:17.804Z Compiling percent-encoding v2.3.2
13452026-06-17T21:53:17.839Z Compiling once_cell v1.21.3
13462026-06-17T21:53:17.954Z Compiling socket2 v0.6.3
13472026-06-17T21:53:18.007Z Compiling futures-sink v0.3.32
13482026-06-17T21:53:18.019Z Compiling cpufeatures v0.2.17
13492026-06-17T21:53:18.056Z Compiling slab v0.4.12
13502026-06-17T21:53:18.074Z Compiling futures-io v0.3.32
13512026-06-17T21:53:18.096Z Compiling futures-channel v0.3.32
13522026-06-17T21:53:18.108Z Compiling getrandom v0.4.1
13532026-06-17T21:53:18.231Z Compiling futures-task v0.3.32
13542026-06-17T21:53:18.239Z Compiling rand_core v0.10.0
13552026-06-17T21:53:18.330Z Compiling indexmap v2.14.0
13562026-06-17T21:53:18.373Z Compiling getrandom v0.3.4
13572026-06-17T21:53:18.418Z Compiling rustversion v1.0.22
13582026-06-17T21:53:18.422Z Compiling cmake v0.1.57
13592026-06-17T21:53:18.831Z Compiling form_urlencoded v1.2.2
13602026-06-17T21:53:18.867Z Compiling fs_extra v1.3.0
13612026-06-17T21:53:19.001Z Compiling dunce v1.0.5
13622026-06-17T21:53:19.018Z Compiling synstructure v0.13.2
13632026-06-17T21:53:19.094Z Compiling base64ct v1.8.3
13642026-06-17T21:53:19.097Z Compiling ident_case v1.0.1
13652026-06-17T21:53:19.155Z Compiling aws-lc-sys v0.40.0
13662026-06-17T21:53:19.231Z Compiling iana-time-zone v0.1.65
13672026-06-17T21:53:19.371Z Compiling pem-rfc7468 v0.7.0
13682026-06-17T21:53:19.385Z Compiling flagset v0.4.7
13692026-06-17T21:53:19.397Z Compiling rustix v1.1.3
13702026-06-17T21:53:19.445Z Compiling regex-syntax v0.8.10
13712026-06-17T21:53:19.528Z Compiling rand_core v0.9.5
13722026-06-17T21:53:19.615Z Compiling ring v0.17.14
13732026-06-17T21:53:19.633Z Compiling vcpkg v0.2.15
13742026-06-17T21:53:19.679Z Compiling aws-lc-rs v1.16.3
13752026-06-17T21:53:19.793Z Compiling uuid v1.23.0
13762026-06-17T21:53:19.968Z Compiling tracing-core v0.1.36
13772026-06-17T21:53:20.380Z Compiling openssl-sys v0.9.115
13782026-06-17T21:53:20.509Z Compiling rustc_version v0.4.1
13792026-06-17T21:53:20.531Z Compiling base64 v0.22.1
13802026-06-17T21:53:20.792Z Compiling serde_derive v1.0.228
13812026-06-17T21:53:20.849Z Compiling zeroize_derive v1.4.3
13822026-06-17T21:53:20.869Z Compiling zerofrom-derive v0.1.6
13832026-06-17T21:53:20.919Z Compiling yoke-derive v0.8.1
13842026-06-17T21:53:21.158Z Compiling zerovec-derive v0.11.2
13852026-06-17T21:53:21.487Z Compiling zeroize v1.8.2
13862026-06-17T21:53:21.816Z Compiling zerocopy-derive v0.8.40
13872026-06-17T21:53:22.109Z Compiling displaydoc v0.2.5
13882026-06-17T21:53:22.289Z Compiling crypto-common v0.1.7
13892026-06-17T21:53:22.303Z Compiling block-buffer v0.10.4
13902026-06-17T21:53:22.319Z Compiling zerofrom v0.1.6
13912026-06-17T21:53:22.463Z Compiling yoke v0.8.1
13922026-06-17T21:53:22.463Z Compiling digest v0.10.7
13932026-06-17T21:53:22.527Z Compiling tokio-macros v2.7.0
13942026-06-17T21:53:22.666Z Compiling zerovec v0.11.5
13952026-06-17T21:53:22.766Z Compiling futures-macro v0.3.32
13962026-06-17T21:53:22.859Z Compiling zerotrie v0.2.3
13972026-06-17T21:53:23.251Z Compiling tinystr v0.8.2
13982026-06-17T21:53:23.367Z Compiling potential_utf v0.1.4
13992026-06-17T21:53:23.367Z Compiling hmac v0.12.1
14002026-06-17T21:53:23.540Z Compiling icu_locale_core v2.1.1
14012026-06-17T21:53:23.540Z Compiling icu_collections v2.1.1
14022026-06-17T21:53:23.540Z Compiling block-padding v0.3.3
14032026-06-17T21:53:23.707Z Compiling futures-util v0.3.32
14042026-06-17T21:53:23.708Z Compiling inout v0.1.4
14052026-06-17T21:53:23.826Z Compiling cipher v0.4.4
14062026-06-17T21:53:23.948Z Compiling sha2 v0.10.9
14072026-06-17T21:53:24.064Z Compiling icu_provider v2.1.1
14082026-06-17T21:53:24.230Z Compiling icu_normalizer v2.1.1
14092026-06-17T21:53:24.346Z Compiling bytes v1.11.1
14102026-06-17T21:53:24.346Z Compiling icu_properties v2.1.2
14112026-06-17T21:53:24.406Z Compiling der_derive v0.7.3
14122026-06-17T21:53:24.712Z Compiling tokio v1.52.1
14132026-06-17T21:53:24.820Z Compiling http v1.4.0
14142026-06-17T21:53:25.168Z Compiling idna_adapter v1.2.1
14152026-06-17T21:53:25.233Z Compiling der v0.7.10
14162026-06-17T21:53:25.309Z Compiling idna v1.1.0
14172026-06-17T21:53:25.365Z Compiling chrono v0.4.44
14182026-06-17T21:53:25.708Z Compiling url v2.5.8
14192026-06-17T21:53:25.728Z Compiling salsa20 v0.10.2
14202026-06-17T21:53:25.884Z Compiling pbkdf2 v0.12.2
14212026-06-17T21:53:25.939Z Compiling rustls-pki-types v1.14.0
14222026-06-17T21:53:25.977Z Compiling thiserror-impl v2.0.18
14232026-06-17T21:53:26.263Z Compiling ppv-lite86 v0.2.21
14242026-06-17T21:53:26.392Z Compiling spki v0.7.3
14252026-06-17T21:53:26.420Z Compiling tracing-attributes v0.1.31
14262026-06-17T21:53:26.520Z Compiling scrypt v0.11.0
14272026-06-17T21:53:26.591Z Compiling rand_chacha v0.9.0
14282026-06-17T21:53:26.605Z Compiling http-body v1.0.1
14292026-06-17T21:53:26.748Z Compiling cbc v0.1.2
14302026-06-17T21:53:26.768Z Compiling aes v0.8.4
14312026-06-17T21:53:26.821Z Compiling untrusted v0.9.0
14322026-06-17T21:53:26.866Z Compiling tinyvec_macros v0.1.1
14332026-06-17T21:53:26.959Z Compiling openssl-probe v0.2.1
14342026-06-17T21:53:26.978Z Compiling untrusted v0.7.1
14352026-06-17T21:53:27.155Z Compiling httparse v1.10.1
14362026-06-17T21:53:27.200Z Compiling pkcs5 v0.7.1
14372026-06-17T21:53:27.346Z Compiling tinyvec v1.10.0
14382026-06-17T21:53:27.357Z Compiling thiserror v2.0.18
14392026-06-17T21:53:27.498Z Compiling pest_generator v2.8.6
14402026-06-17T21:53:27.621Z Compiling rand v0.9.2
14412026-06-17T21:53:27.660Z Compiling serde_derive_internals v0.29.1
14422026-06-17T21:53:27.767Z Compiling tracing v0.1.44
14432026-06-17T21:53:27.804Z Compiling aho-corasick v1.1.4
14442026-06-17T21:53:28.031Z Compiling schemars v0.8.22
14452026-06-17T21:53:28.187Z Compiling try-lock v0.2.5
14462026-06-17T21:53:28.235Z Compiling atomic-waker v1.1.2
14472026-06-17T21:53:28.301Z Compiling rustls v0.23.37
14482026-06-17T21:53:28.360Z Compiling tower-layer v0.3.3
14492026-06-17T21:53:28.412Z Compiling tokio-util v0.7.18
14502026-06-17T21:53:28.478Z Compiling tower-service v0.3.3
14512026-06-17T21:53:28.525Z Compiling dyn-clone v1.0.20
14522026-06-17T21:53:28.560Z Compiling schemars_derive v0.8.22
14532026-06-17T21:53:28.565Z Compiling want v0.3.1
14542026-06-17T21:53:28.659Z Compiling regex-automata v0.4.14
14552026-06-17T21:53:28.745Z Compiling pest_derive v2.8.6
14562026-06-17T21:53:29.163Z Compiling h2 v0.4.13
14572026-06-17T21:53:29.429Z Compiling pkcs8 v0.10.2
14582026-06-17T21:53:29.458Z Compiling ipnet v2.11.0
14592026-06-17T21:53:29.517Z Compiling scroll_derive v0.13.1
14602026-06-17T21:53:29.731Z Compiling darling_core v0.20.11
14612026-06-17T21:53:29.761Z Compiling foreign-types-shared v0.1.1
14622026-06-17T21:53:29.854Z Compiling pin-utils v0.1.0
14632026-06-17T21:53:29.927Z Compiling openssl v0.10.79
14642026-06-17T21:53:29.945Z Compiling httpdate v1.0.3
14652026-06-17T21:53:30.156Z Compiling tempfile v3.25.0
14662026-06-17T21:53:30.185Z Compiling foreign-types v0.3.2
14672026-06-17T21:53:30.303Z Compiling scroll v0.13.0
14682026-06-17T21:53:30.327Z Compiling unicode-normalization v0.1.25
14692026-06-17T21:53:30.565Z Compiling openssl-macros v0.1.1
14702026-06-17T21:53:30.779Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14712026-06-17T21:53:30.937Z Compiling spin v0.9.8
14722026-06-17T21:53:30.952Z Compiling num-conv v0.2.0
14732026-06-17T21:53:31.084Z Compiling crc32fast v1.5.0
14742026-06-17T21:53:31.147Z Compiling powerfmt v0.2.0
14752026-06-17T21:53:31.159Z Compiling native-tls v0.2.18
14762026-06-17T21:53:31.348Z Compiling time-core v0.1.8
14772026-06-17T21:53:31.392Z Compiling deranged v0.5.8
14782026-06-17T21:53:31.496Z Compiling time-macros v0.2.27
14792026-06-17T21:53:31.994Z Compiling darling_macro v0.20.11
14802026-06-17T21:53:32.415Z Compiling hyper v1.8.1
14812026-06-17T21:53:32.467Z Compiling darling v0.20.11
14822026-06-17T21:53:32.546Z Compiling goblin v0.10.5
14832026-06-17T21:53:32.601Z Compiling rustls-native-certs v0.8.3
14842026-06-17T21:53:32.717Z Compiling sync_wrapper v1.0.2
14852026-06-17T21:53:32.827Z Compiling wait-timeout v0.2.1
14862026-06-17T21:53:32.889Z Compiling usdt-impl v0.6.0
14872026-06-17T21:53:33.094Z Compiling syn v1.0.109
14882026-06-17T21:53:33.098Z Compiling num_threads v0.1.7
14892026-06-17T21:53:33.119Z Compiling simd-adler32 v0.3.8
14902026-06-17T21:53:33.239Z Compiling crossbeam-utils v0.8.21
14912026-06-17T21:53:33.364Z Compiling bit-vec v0.8.0
14922026-06-17T21:53:33.398Z Compiling unicode-segmentation v1.12.0
14932026-06-17T21:53:33.484Z Compiling hyper-util v0.1.20
14942026-06-17T21:53:33.594Z Compiling quick-error v1.2.3
14952026-06-17T21:53:33.706Z Compiling siphasher v1.0.2
14962026-06-17T21:53:33.775Z Compiling rusty-fork v0.3.1
14972026-06-17T21:53:33.997Z Compiling bit-set v0.8.0
14982026-06-17T21:53:34.155Z Compiling time v0.3.47
14992026-06-17T21:53:34.187Z Compiling tower v0.5.3
15002026-06-17T21:53:34.204Z Compiling derive_builder_core v0.20.2
15012026-06-17T21:53:34.654Z Compiling dtrace-parser v0.3.0
15022026-06-17T21:53:34.746Z Compiling http-body-util v0.1.3
15032026-06-17T21:53:34.994Z Compiling webpki-roots v1.0.6
15042026-06-17T21:53:35.063Z Compiling signature v2.2.0
15052026-06-17T21:53:35.116Z Compiling heapless v0.7.17
15062026-06-17T21:53:35.189Z Compiling thiserror-impl v1.0.69
15072026-06-17T21:53:35.243Z Compiling dof v0.4.0
15082026-06-17T21:53:35.360Z Compiling scroll_derive v0.12.1
15092026-06-17T21:53:35.396Z Compiling rand_xorshift v0.4.0
15102026-06-17T21:53:35.562Z Compiling slog v2.8.2
15112026-06-17T21:53:35.730Z Compiling darling_core v0.21.3
15122026-06-17T21:53:35.745Z Compiling bzip2-sys v0.1.13+1.0.8
15132026-06-17T21:53:35.999Z Compiling thread-id v5.1.0
15142026-06-17T21:53:36.017Z Compiling cookie v0.18.1
15152026-06-17T21:53:36.084Z Compiling signal-hook v0.3.18
15162026-06-17T21:53:36.200Z Compiling ryu v1.0.23
15172026-06-17T21:53:36.258Z Compiling allocator-api2 v0.2.21
15182026-06-17T21:53:36.383Z Compiling iri-string v0.7.10
15192026-06-17T21:53:36.396Z Compiling unarray v0.1.4
15202026-06-17T21:53:36.413Z Compiling anyhow v1.0.102
15212026-06-17T21:53:36.508Z Compiling unicode-properties v0.1.4
15222026-06-17T21:53:36.589Z Compiling adler2 v2.0.1
15232026-06-17T21:53:36.716Z Compiling unicode-bidi v0.3.18
15242026-06-17T21:53:36.746Z Compiling zstd-safe v7.2.4
15252026-06-17T21:53:36.746Z Compiling paste v1.0.15
15262026-06-17T21:53:36.967Z Compiling miniz_oxide v0.8.9
15272026-06-17T21:53:37.017Z Compiling proptest v1.11.0
15282026-06-17T21:53:37.090Z Compiling stringprep v0.1.5
15292026-06-17T21:53:37.245Z Compiling thiserror v1.0.69
15302026-06-17T21:53:37.350Z Compiling serde_urlencoded v0.7.1
15312026-06-17T21:53:37.525Z Compiling tower-http v0.6.8
15322026-06-17T21:53:37.897Z Compiling scroll v0.12.0
15332026-06-17T21:53:37.988Z Compiling derive_builder_macro v0.20.2
15342026-06-17T21:53:38.255Z Compiling darling_macro v0.21.3
15352026-06-17T21:53:38.348Z Compiling tokio-native-tls v0.3.1
15362026-06-17T21:53:38.379Z Compiling heck v0.4.1
15372026-06-17T21:53:38.439Z Compiling ipnetwork v0.21.1
15382026-06-17T21:53:38.515Z Compiling bstr v1.12.1
15392026-06-17T21:53:38.600Z Compiling rand_chacha v0.3.1
15402026-06-17T21:53:38.646Z Compiling serde_tokenstream v0.2.3
15412026-06-17T21:53:38.726Z Compiling erased-serde v0.3.31
15422026-06-17T21:53:38.828Z Compiling toml_datetime v0.6.11
15432026-06-17T21:53:38.954Z Compiling serde_spanned v0.6.9
15442026-06-17T21:53:39.084Z Compiling md-5 v0.10.6
15452026-06-17T21:53:39.100Z Compiling curve25519-dalek v4.1.3
15462026-06-17T21:53:39.157Z Compiling zerocopy-derive v0.7.35
15472026-06-17T21:53:39.201Z Compiling pin-project-internal v1.1.11
15482026-06-17T21:53:39.250Z Compiling async-trait v0.1.89
15492026-06-17T21:53:39.413Z Compiling vergen-lib v9.1.0
15502026-06-17T21:53:39.455Z Compiling num-integer v0.1.46
15512026-06-17T21:53:39.583Z Compiling hash32 v0.2.1
15522026-06-17T21:53:39.755Z Compiling ff v0.13.1
15532026-06-17T21:53:39.779Z Compiling memoffset v0.9.1
15542026-06-17T21:53:39.897Z Compiling encoding_rs v0.8.35
15552026-06-17T21:53:39.973Z Compiling zlib-rs v0.6.2
15562026-06-17T21:53:40.016Z Compiling num-bigint-dig v0.8.6
15572026-06-17T21:53:40.209Z Compiling smoltcp v0.9.1
15582026-06-17T21:53:40.273Z Compiling litrs v1.0.0
15592026-06-17T21:53:40.309Z Compiling base16ct v0.2.0
15602026-06-17T21:53:40.487Z Compiling psl-types v2.0.11
15612026-06-17T21:53:40.546Z Compiling mime v0.3.17
15622026-06-17T21:53:40.614Z Compiling ref-cast v1.0.25
15632026-06-17T21:53:40.775Z Compiling cfg_aliases v0.2.1
15642026-06-17T21:53:40.807Z Compiling fallible-iterator v0.2.0
15652026-06-17T21:53:40.850Z Compiling rustix v0.38.44
15662026-06-17T21:53:40.970Z Compiling nix v0.31.2
15672026-06-17T21:53:41.115Z Compiling postgres-protocol v0.6.10
15682026-06-17T21:53:41.285Z Compiling document-features v0.2.12
15692026-06-17T21:53:41.337Z Compiling publicsuffix v2.3.0
15702026-06-17T21:53:41.396Z Compiling sec1 v0.7.3
15712026-06-17T21:53:41.504Z Compiling pin-project v1.1.11
15722026-06-17T21:53:41.625Z Compiling zerocopy v0.7.35
15732026-06-17T21:53:41.673Z Compiling group v0.13.0
15742026-06-17T21:53:41.850Z Compiling num-iter v0.1.45
15752026-06-17T21:53:41.954Z Compiling hubpack_derive v0.1.1
15762026-06-17T21:53:41.974Z Compiling newtype-uuid v1.3.2
15772026-06-17T21:53:42.215Z Compiling rand v0.8.6
15782026-06-17T21:53:42.273Z Compiling darling v0.21.3
15792026-06-17T21:53:42.301Z Compiling oxnet v0.1.5
15802026-06-17T21:53:42.365Z Compiling snafu-derive v0.8.9
15812026-06-17T21:53:42.399Z Compiling hyper-tls v0.6.0
15822026-06-17T21:53:42.411Z Compiling derive_builder v0.20.2
15832026-06-17T21:53:42.639Z Compiling goblin v0.8.2
15842026-06-17T21:53:43.067Z Compiling flate2 v1.1.9
15852026-06-17T21:53:43.250Z Compiling phf_shared v0.13.1
15862026-06-17T21:53:43.472Z Compiling lazy_static v1.5.0
15872026-06-17T21:53:43.488Z Compiling regex v1.12.3
15882026-06-17T21:53:43.568Z Compiling anstyle-parse v0.2.7
15892026-06-17T21:53:43.584Z Compiling strum_macros v0.27.2
15902026-06-17T21:53:43.647Z Compiling futures-executor v0.3.32
15912026-06-17T21:53:43.752Z Compiling hex v0.4.3
15922026-06-17T21:53:43.910Z Compiling hkdf v0.12.4
15932026-06-17T21:53:43.925Z Compiling crypto-bigint v0.5.5
15942026-06-17T21:53:44.023Z Compiling terminal_size v0.4.3
15952026-06-17T21:53:44.076Z Compiling curve25519-dalek-derive v0.1.1
15962026-06-17T21:53:44.165Z Compiling ref-cast-impl v1.0.25
15972026-06-17T21:53:44.264Z Compiling daft-derive v0.1.7
15982026-06-17T21:53:44.710Z Compiling vergen v9.1.0
15992026-06-17T21:53:44.732Z Compiling fs-err v3.3.0
16002026-06-17T21:53:44.891Z Compiling cargo-platform v0.3.2
16012026-06-17T21:53:44.915Z Compiling ahash v0.8.12
16022026-06-17T21:53:44.983Z Compiling managed v0.8.0
16032026-06-17T21:53:45.117Z Compiling foldhash v0.2.0
16042026-06-17T21:53:45.164Z Compiling object v0.37.3
16052026-06-17T21:53:45.201Z Compiling same-file v1.0.6
16062026-06-17T21:53:45.340Z Compiling foldhash v0.1.5
16072026-06-17T21:53:45.371Z Compiling libbz2-rs-sys v0.2.2
16082026-06-17T21:53:45.433Z Compiling bumpalo v3.20.2
16092026-06-17T21:53:45.516Z Compiling winnow v0.5.40
16102026-06-17T21:53:45.538Z Compiling bitflags v1.3.2
16112026-06-17T21:53:45.688Z Compiling zopfli v0.8.3
16122026-06-17T21:53:46.028Z Compiling bzip2 v0.6.1
16132026-06-17T21:53:46.054Z Compiling strum v0.27.2
16142026-06-17T21:53:46.095Z Compiling hashbrown v0.15.5
16152026-06-17T21:53:46.229Z Compiling walkdir v2.5.0
16162026-06-17T21:53:46.242Z Compiling hashbrown v0.16.1
16172026-06-17T21:53:46.342Z Compiling clap_builder v4.6.0
16182026-06-17T21:53:46.463Z Compiling cargo_metadata v0.23.1
16192026-06-17T21:53:46.537Z Compiling daft v0.1.7
16202026-06-17T21:53:46.764Z Compiling toml_edit v0.19.15
16212026-06-17T21:53:46.815Z Compiling elliptic-curve v0.13.8
16222026-06-17T21:53:46.831Z Compiling dof v0.3.0
16232026-06-17T21:53:47.370Z Compiling snafu v0.8.9
16242026-06-17T21:53:47.595Z Compiling futures v0.3.32
16252026-06-17T21:53:47.680Z Compiling anstream v0.6.21
16262026-06-17T21:53:47.995Z Compiling phf v0.13.1
16272026-06-17T21:53:48.032Z Compiling signal-hook-mio v0.2.5
16282026-06-17T21:53:48.148Z Compiling cookie_store v0.22.1
16292026-06-17T21:53:48.162Z Compiling zstd v0.13.3
16302026-06-17T21:53:48.245Z Compiling bzip2 v0.4.4
16312026-06-17T21:53:48.425Z Compiling hubpack v0.1.2
16322026-06-17T21:53:48.463Z Compiling serde_with_macros v3.17.0
16332026-06-17T21:53:48.732Z Compiling postgres-types v0.2.12
16342026-06-17T21:53:49.286Z Compiling usdt-attr-macro v0.6.0
16352026-06-17T21:53:49.339Z Compiling usdt-macro v0.6.0
16362026-06-17T21:53:49.424Z Compiling globset v0.4.18
16372026-06-17T21:53:49.561Z Compiling dtrace-parser v0.2.0
16382026-06-17T21:53:49.903Z Compiling ed25519 v2.2.3
16392026-06-17T21:53:49.929Z Compiling phf_shared v0.11.3
16402026-06-17T21:53:50.067Z Compiling olpc-cjson v0.1.4
16412026-06-17T21:53:50.071Z Compiling pkcs1 v0.7.5
16422026-06-17T21:53:50.097Z Compiling clap_derive v4.6.1
16432026-06-17T21:53:50.117Z Compiling strum_macros v0.26.4
16442026-06-17T21:53:50.230Z Compiling enum-as-inner v0.6.1
16452026-06-17T21:53:50.301Z Compiling serde_plain v1.0.2
16462026-06-17T21:53:50.501Z Compiling serde-big-array v0.5.1
16472026-06-17T21:53:50.516Z Compiling rfc6979 v0.4.0
16482026-06-17T21:53:50.642Z Compiling serde_repr v0.1.20
16492026-06-17T21:53:50.656Z Compiling async-recursion v1.1.1
16502026-06-17T21:53:50.736Z Compiling pem v3.0.6
16512026-06-17T21:53:50.816Z Compiling float-cmp v0.10.0
16522026-06-17T21:53:50.969Z Compiling thread-id v4.2.2
16532026-06-17T21:53:51.055Z Compiling memmap2 v0.9.10
16542026-06-17T21:53:51.055Z Compiling env_filter v1.0.0
16552026-06-17T21:53:51.161Z Compiling new_debug_unreachable v1.0.6
16562026-06-17T21:53:51.238Z Compiling whoami v2.1.0
16572026-06-17T21:53:51.269Z Compiling predicates-core v1.0.10
16582026-06-17T21:53:51.295Z Compiling jiff v0.2.21
16592026-06-17T21:53:51.364Z Compiling difflib v0.4.0
16602026-06-17T21:53:51.446Z Compiling either v1.15.0
16612026-06-17T21:53:51.614Z Compiling normalize-line-endings v0.3.0
16622026-06-17T21:53:51.656Z Compiling fixedbitset v0.5.7
16632026-06-17T21:53:51.720Z Compiling precomputed-hash v0.1.1
16642026-06-17T21:53:51.812Z Compiling data-encoding v2.10.0
16652026-06-17T21:53:51.865Z Compiling keccak v0.1.6
16662026-06-17T21:53:51.878Z Compiling static_assertions v1.1.0
16672026-06-17T21:53:51.983Z Compiling typed-path v0.9.3
16682026-06-17T21:53:52.004Z Compiling fixedbitset v0.4.2
16692026-06-17T21:53:52.027Z Compiling sha3 v0.10.8
16702026-06-17T21:53:52.216Z Compiling petgraph v0.6.5
16712026-06-17T21:53:52.494Z Compiling hickory-proto v0.25.2
16722026-06-17T21:53:52.539Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16732026-06-17T21:53:52.682Z Compiling petgraph v0.8.3
16742026-06-17T21:53:53.205Z Compiling clap v4.6.1
16752026-06-17T21:53:53.302Z Compiling strum v0.26.3
16762026-06-17T21:53:53.324Z Compiling toml_edit v0.22.27
16772026-06-17T21:53:53.425Z Compiling string_cache v0.8.9
16782026-06-17T21:53:53.660Z Compiling predicates v3.1.4
16792026-06-17T21:53:53.699Z Compiling itertools v0.13.0
16802026-06-17T21:53:54.296Z Compiling zip v4.6.1
16812026-06-17T21:53:54.626Z Compiling tokio-postgres v0.7.16
16822026-06-17T21:53:54.917Z Compiling usdt v0.6.0
16832026-06-17T21:53:55.188Z Compiling env_logger v0.11.9
16842026-06-17T21:53:55.266Z Compiling usdt-impl v0.5.0
16852026-06-17T21:53:55.323Z Compiling ecdsa v0.16.9
16862026-06-17T21:53:55.531Z Compiling rsa v0.9.10
16872026-06-17T21:53:55.549Z Compiling ed25519-dalek v2.2.0
16882026-06-17T21:53:55.711Z Compiling crossterm v0.28.1
16892026-06-17T21:53:55.832Z Compiling serde_with v3.17.0
16902026-06-17T21:53:56.208Z Compiling zip v0.6.6
16912026-06-17T21:53:56.793Z Compiling toml v0.7.8
16922026-06-17T21:53:57.050Z Compiling iddqd v0.4.2
16932026-06-17T21:53:57.498Z Compiling toml_parser v1.0.9+spec-1.1.0
16942026-06-17T21:53:57.554Z Compiling similar v2.7.0
16952026-06-17T21:53:57.569Z Compiling crossbeam-epoch v0.9.18
16962026-06-17T21:53:57.579Z Compiling tokio-stream v0.1.18
16972026-06-17T21:53:57.923Z Compiling buf-list v1.1.2
16982026-06-17T21:53:58.042Z Compiling x509-cert v0.2.5
16992026-06-17T21:53:58.136Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17002026-06-17T21:53:58.202Z Compiling openapiv3 v2.2.0
17012026-06-17T21:53:58.352Z Compiling sha1 v0.10.6
17022026-06-17T21:53:58.414Z Compiling lalrpop-util v0.19.12
17032026-06-17T21:53:58.441Z Compiling peg-runtime v0.8.5
17042026-06-17T21:53:58.578Z Compiling thread_local v1.1.9
17052026-06-17T21:53:58.609Z Compiling slog-async v2.8.0
17062026-06-17T21:53:58.736Z Compiling crossbeam-channel v0.5.15
17072026-06-17T21:53:58.874Z Compiling is-terminal v0.4.17
17082026-06-17T21:53:58.881Z Compiling filetime v0.2.27
17092026-06-17T21:53:58.922Z Compiling xattr v1.6.1
17102026-06-17T21:53:58.937Z Compiling take_mut v0.2.2
17112026-06-17T21:53:59.030Z Compiling term v1.2.1
17122026-06-17T21:53:59.046Z Compiling tar v0.4.45
17132026-06-17T21:53:59.541Z Compiling slog-term v2.9.2
17142026-06-17T21:54:08.525Z Compiling rustls-webpki v0.103.9
17152026-06-17T21:54:11.359Z Compiling tokio-rustls v0.26.4
17162026-06-17T21:54:11.359Z Compiling rustls-platform-verifier v0.6.2
17172026-06-17T21:54:11.569Z Compiling hyper-rustls v0.27.7
17182026-06-17T21:54:11.790Z Compiling reqwest v0.12.28
17192026-06-17T21:54:11.824Z Compiling reqwest v0.13.2
17202026-06-17T21:54:13.259Z Compiling tough v0.22.0
17212026-06-17T21:54:15.576Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17222026-06-17T21:54:15.773Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17232026-06-17T21:54:18.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17242026-06-17T21:54:18.821Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17252026-06-17T21:54:18.928ZJun 17 21:54:17.726 INFO Starting download, target: Clickhouse
17262026-06-17T21:54:18.928ZJun 17 21:54:17.726 INFO Starting download, target: Cockroach
17272026-06-17T21:54:19.011ZJun 17 21:54:17.726 INFO Starting download, target: Console
17282026-06-17T21:54:19.011ZJun 17 21:54:17.726 INFO Starting download, target: DendriteStub
17292026-06-17T21:54:19.011ZJun 17 21:54:17.726 INFO Starting download, target: MaghemiteMgd
17302026-06-17T21:54:19.011ZJun 17 21:54:17.727 INFO Starting download, target: MaghemiteDdmd
17312026-06-17T21:54:19.011ZJun 17 21:54:17.727 INFO Starting download, target: TransceiverControl
17322026-06-17T21:54:19.011ZJun 17 21:54:17.727 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17332026-06-17T21:54:19.011ZJun 17 21:54:17.727 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17342026-06-17T21:54:19.011ZJun 17 21:54:17.727 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17352026-06-17T21:54:19.012ZJun 17 21:54:17.727 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17362026-06-17T21:54:19.012ZJun 17 21:54:17.727 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17372026-06-17T21:54:19.012ZJun 17 21:54:17.727 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17382026-06-17T21:54:19.012ZJun 17 21:54:17.727 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17392026-06-17T21:54:19.979ZJun 17 21:54:18.820 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17402026-06-17T21:54:20.017ZJun 17 21:54:18.868 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17412026-06-17T21:54:20.235ZJun 17 21:54:19.059 INFO Download complete, target: Console
17422026-06-17T21:54:20.282ZJun 17 21:54:19.085 INFO Download complete, target: TransceiverControl
17432026-06-17T21:54:20.952ZJun 17 21:54:19.787 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17442026-06-17T21:54:22.087ZJun 17 21:54:20.924 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17452026-06-17T21:54:22.112ZJun 17 21:54:20.933 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17462026-06-17T21:54:22.126ZJun 17 21:54:20.980 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17472026-06-17T21:54:22.607ZJun 17 21:54:21.467 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17482026-06-17T21:54:22.607ZJun 17 21:54:21.467 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17492026-06-17T21:54:23.985ZJun 17 21:54:22.846 INFO Download complete, target: MaghemiteDdmd
17502026-06-17T21:54:24.551ZJun 17 21:54:23.408 INFO Download complete, target: MaghemiteMgd
17512026-06-17T21:54:24.628ZJun 17 21:54:23.486 INFO Download complete, target: DendriteStub
17522026-06-17T21:54:27.349ZJun 17 21:54:26.209 INFO Checking that binary works, target: Cockroach
17532026-06-17T21:54:27.459ZJun 17 21:54:26.320 INFO Download complete, target: Cockroach
17542026-06-17T21:54:27.903ZJun 17 21:54:26.713 INFO Checking that binary works, target: Clickhouse
17552026-06-17T21:54:27.966ZJun 17 21:54:26.823 INFO Download complete, target: Clickhouse
17562026-06-17T21:54:27.981ZAll builder prerequisites installed successfully, and PATH looks valid
17572026-06-17T21:54:27.986Z
17582026-06-17T21:54:27.986Zreal 2:18.445430611
17592026-06-17T21:54:27.986Zuser 6:58.445057765
17602026-06-17T21:54:27.986Zsys 1:23.638691796
17612026-06-17T21:54:27.986Ztrap 0.241181408
17622026-06-17T21:54:27.986Ztflt 0.635838434
17632026-06-17T21:54:27.986Zdflt 0.545492302
17642026-06-17T21:54:27.986Zkflt 0.022454364
17652026-06-17T21:54:27.986Zlock 22:04.366820061
17662026-06-17T21:54:27.986Zslp 21:23.173267853
17672026-06-17T21:54:27.988Zlat 43.502765472
17682026-06-17T21:54:27.988Zstop 1:56.626038085
17692026-06-17T21:54:27.988Z+ banner hack-check
17702026-06-17T21:54:27.988Z
17712026-06-17T21:54:27.988Z # # ## #### # # #### # # ###### #### # #
17722026-06-17T21:54:27.988Z # # # # # # # # # # # # # # # # #
17732026-06-17T21:54:27.988Z ###### # # # #### ##### # ###### ##### # ####
17742026-06-17T21:54:27.988Z # # ###### # # # # # # # # # #
17752026-06-17T21:54:27.988Z # # # # # # # # # # # # # # # # #
17762026-06-17T21:54:27.988Z # # # # #### # # #### # # ###### #### # #
17772026-06-17T21:54:27.988Z
17782026-06-17T21:54:27.988Z+ export CARGO_INCREMENTAL=0
17792026-06-17T21:54:27.988Z+ CARGO_INCREMENTAL=0
17802026-06-17T21:54:27.988Z+ ptime -m timeout 2h cargo xtask check-features --ci
17812026-06-17T21:54:28.506Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17822026-06-17T21:54:28.730Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17832026-06-17T21:54:30.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s
17842026-06-17T21:54:30.646Z Running `target/debug/xtask check-features --ci`
17852026-06-17T21:54:30.669Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17862026-06-17T21:54:30.669Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17872026-06-17T21:54:31.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17882026-06-17T21:54:31.182Z Running `target/debug/xtask download cargo-hack`
17892026-06-17T21:54:31.968Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17902026-06-17T21:54:32.294Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17912026-06-17T21:54:34.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.65s
17922026-06-17T21:54:35.032Z Running `target/debug/xtask-downloader cargo-hack`
17932026-06-17T21:54:35.070ZJun 17 21:54:33.930 INFO Starting download, target: CargoHack
17942026-06-17T21:54:35.073ZJun 17 21:54:33.930 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17952026-06-17T21:54:35.426ZJun 17 21:54:34.285 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17962026-06-17T21:54:35.474ZJun 17 21:54:34.335 INFO Download complete, target: CargoHack
17972026-06-17T21:54:35.479Zrunning: "/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"
17982026-06-17T21:54:35.493Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17992026-06-17T21:54:35.646Zinfo: running `cargo check --bins` on api_identity (1/297)
18002026-06-17T21:54:36.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18012026-06-17T21:54:36.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18022026-06-17T21:54:36.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18032026-06-17T21:54:36.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18042026-06-17T21:54:36.239Z
18052026-06-17T21:54:36.239Zinfo: running `cargo check --bins` on bootstore (2/297)
18062026-06-17T21:54:36.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18072026-06-17T21:54:36.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18082026-06-17T21:54:36.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18092026-06-17T21:54:36.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18102026-06-17T21:54:36.817Z
18112026-06-17T21:54:36.817Zinfo: running `cargo check --bins` on omicron-ledger (3/297)
18122026-06-17T21:54:37.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18132026-06-17T21:54:37.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18142026-06-17T21:54:37.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18152026-06-17T21:54:37.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18162026-06-17T21:54:37.399Z
18172026-06-17T21:54:37.399Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/297)
18182026-06-17T21:54:37.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18192026-06-17T21:54:37.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18202026-06-17T21:54:37.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18212026-06-17T21:54:37.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18222026-06-17T21:54:37.979Z
18232026-06-17T21:54:37.979Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/297)
18242026-06-17T21:54:38.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18252026-06-17T21:54:38.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18262026-06-17T21:54:38.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18272026-06-17T21:54:38.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18282026-06-17T21:54:38.561Z
18292026-06-17T21:54:38.561Zinfo: running `cargo check --bins` on omicron-certificates (6/297)
18302026-06-17T21:54:39.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312026-06-17T21:54:39.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322026-06-17T21:54:39.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18332026-06-17T21:54:39.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18342026-06-17T21:54:39.166Z
18352026-06-17T21:54:39.166Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/297)
18362026-06-17T21:54:39.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372026-06-17T21:54:39.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382026-06-17T21:54:39.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392026-06-17T21:54:39.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18402026-06-17T21:54:39.758Z
18412026-06-17T21:54:39.758Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/297)
18422026-06-17T21:54:40.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432026-06-17T21:54:40.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442026-06-17T21:54:40.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452026-06-17T21:54:40.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18462026-06-17T21:54:40.346Z
18472026-06-17T21:54:40.346Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/297)
18482026-06-17T21:54:40.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492026-06-17T21:54:40.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502026-06-17T21:54:40.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512026-06-17T21:54:40.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18522026-06-17T21:54:40.815Z
18532026-06-17T21:54:40.815Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/297)
18542026-06-17T21:54:41.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552026-06-17T21:54:41.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562026-06-17T21:54:41.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572026-06-17T21:54:41.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18582026-06-17T21:54:41.283Z
18592026-06-17T21:54:41.283Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/297)
18602026-06-17T21:54:41.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612026-06-17T21:54:41.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622026-06-17T21:54:41.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632026-06-17T21:54:41.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18642026-06-17T21:54:41.749Z
18652026-06-17T21:54:41.749Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/297)
18662026-06-17T21:54:42.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672026-06-17T21:54:42.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682026-06-17T21:54:42.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692026-06-17T21:54:42.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18702026-06-17T21:54:42.217Z
18712026-06-17T21:54:42.217Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/297)
18722026-06-17T21:54:42.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732026-06-17T21:54:42.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742026-06-17T21:54:42.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752026-06-17T21:54:42.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18762026-06-17T21:54:42.721Z
18772026-06-17T21:54:42.721Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/297)
18782026-06-17T21:54:43.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792026-06-17T21:54:43.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802026-06-17T21:54:43.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812026-06-17T21:54:43.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18822026-06-17T21:54:43.150Z
18832026-06-17T21:54:43.150Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/297)
18842026-06-17T21:54:43.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852026-06-17T21:54:43.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862026-06-17T21:54:43.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872026-06-17T21:54:43.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18882026-06-17T21:54:43.619Z
18892026-06-17T21:54:43.619Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/297)
18902026-06-17T21:54:44.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912026-06-17T21:54:44.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922026-06-17T21:54:44.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932026-06-17T21:54:44.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18942026-06-17T21:54:44.082Z
18952026-06-17T21:54:44.082Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/297)
18962026-06-17T21:54:44.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972026-06-17T21:54:44.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982026-06-17T21:54:44.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992026-06-17T21:54:44.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19002026-06-17T21:54:44.554Z
19012026-06-17T21:54:44.554Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/297)
19022026-06-17T21:54:44.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032026-06-17T21:54:44.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042026-06-17T21:54:44.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052026-06-17T21:54:44.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19062026-06-17T21:54:45.021Z
19072026-06-17T21:54:45.021Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/297)
19082026-06-17T21:54:45.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092026-06-17T21:54:45.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102026-06-17T21:54:45.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112026-06-17T21:54:45.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19122026-06-17T21:54:45.494Z
19132026-06-17T21:54:45.494Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/297)
19142026-06-17T21:54:45.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152026-06-17T21:54:45.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162026-06-17T21:54:45.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172026-06-17T21:54:45.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19182026-06-17T21:54:45.962Z
19192026-06-17T21:54:45.962Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/297)
19202026-06-17T21:54:46.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212026-06-17T21:54:46.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222026-06-17T21:54:46.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19232026-06-17T21:54:46.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19242026-06-17T21:54:46.435Z
19252026-06-17T21:54:46.435Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/297)
19262026-06-17T21:54:46.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19272026-06-17T21:54:46.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19282026-06-17T21:54:46.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19292026-06-17T21:54:46.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19302026-06-17T21:54:46.902Z
19312026-06-17T21:54:46.902Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/297)
19322026-06-17T21:54:47.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19332026-06-17T21:54:47.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19342026-06-17T21:54:47.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19352026-06-17T21:54:47.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19362026-06-17T21:54:47.372Z
19372026-06-17T21:54:47.372Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/297)
19382026-06-17T21:54:47.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19392026-06-17T21:54:47.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19402026-06-17T21:54:47.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19412026-06-17T21:54:47.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19422026-06-17T21:54:47.842Z
19432026-06-17T21:54:47.842Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/297)
19442026-06-17T21:54:48.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19452026-06-17T21:54:48.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19462026-06-17T21:54:48.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19472026-06-17T21:54:48.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19482026-06-17T21:54:48.307Z
19492026-06-17T21:54:48.307Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/297)
19502026-06-17T21:54:48.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19512026-06-17T21:54:48.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19522026-06-17T21:54:48.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19532026-06-17T21:54:48.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19542026-06-17T21:54:48.775Z
19552026-06-17T21:54:48.775Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/297)
19562026-06-17T21:54:49.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19572026-06-17T21:54:49.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19582026-06-17T21:54:49.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19592026-06-17T21:54:49.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19602026-06-17T21:54:49.241Z
19612026-06-17T21:54:49.241Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/297)
19622026-06-17T21:54:49.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632026-06-17T21:54:49.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642026-06-17T21:54:49.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19652026-06-17T21:54:49.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19662026-06-17T21:54:49.704Z
19672026-06-17T21:54:49.704Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/297)
19682026-06-17T21:54:50.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692026-06-17T21:54:50.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702026-06-17T21:54:50.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712026-06-17T21:54:50.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19722026-06-17T21:54:50.172Z
19732026-06-17T21:54:50.172Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/297)
19742026-06-17T21:54:50.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752026-06-17T21:54:50.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762026-06-17T21:54:50.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772026-06-17T21:54:50.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19782026-06-17T21:54:50.638Z
19792026-06-17T21:54:50.638Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/297)
19802026-06-17T21:54:51.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812026-06-17T21:54:51.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822026-06-17T21:54:51.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832026-06-17T21:54:51.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19842026-06-17T21:54:51.105Z
19852026-06-17T21:54:51.105Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/297)
19862026-06-17T21:54:51.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872026-06-17T21:54:51.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882026-06-17T21:54:51.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19892026-06-17T21:54:51.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19902026-06-17T21:54:51.574Z
19912026-06-17T21:54:51.574Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/297)
19922026-06-17T21:54:51.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932026-06-17T21:54:51.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942026-06-17T21:54:51.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19952026-06-17T21:54:51.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19962026-06-17T21:54:52.043Z
19972026-06-17T21:54:52.043Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/297)
19982026-06-17T21:54:52.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992026-06-17T21:54:52.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002026-06-17T21:54:52.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012026-06-17T21:54:52.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20022026-06-17T21:54:52.510Z
20032026-06-17T21:54:52.510Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/297)
20042026-06-17T21:54:52.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052026-06-17T21:54:52.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062026-06-17T21:54:52.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072026-06-17T21:54:52.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20082026-06-17T21:54:52.981Z
20092026-06-17T21:54:52.981Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/297)
20102026-06-17T21:54:53.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112026-06-17T21:54:53.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122026-06-17T21:54:53.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132026-06-17T21:54:53.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20142026-06-17T21:54:53.451Z
20152026-06-17T21:54:53.451Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/297)
20162026-06-17T21:54:53.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172026-06-17T21:54:53.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182026-06-17T21:54:53.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192026-06-17T21:54:53.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20202026-06-17T21:54:53.919Z
20212026-06-17T21:54:53.919Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/297)
20222026-06-17T21:54:54.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232026-06-17T21:54:54.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242026-06-17T21:54:54.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20252026-06-17T21:54:54.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20262026-06-17T21:54:54.387Z
20272026-06-17T21:54:54.387Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/297)
20282026-06-17T21:54:54.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292026-06-17T21:54:54.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302026-06-17T21:54:54.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20312026-06-17T21:54:54.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20322026-06-17T21:54:54.854Z
20332026-06-17T21:54:54.854Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/297)
20342026-06-17T21:54:55.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20352026-06-17T21:54:55.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20362026-06-17T21:54:55.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20372026-06-17T21:54:55.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20382026-06-17T21:54:55.326Z
20392026-06-17T21:54:55.326Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/297)
20402026-06-17T21:54:55.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412026-06-17T21:54:55.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422026-06-17T21:54:55.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20432026-06-17T21:54:55.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20442026-06-17T21:54:55.791Z
20452026-06-17T21:54:55.791Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/297)
20462026-06-17T21:54:56.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472026-06-17T21:54:56.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482026-06-17T21:54:56.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492026-06-17T21:54:56.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20502026-06-17T21:54:56.262Z
20512026-06-17T21:54:56.262Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/297)
20522026-06-17T21:54:56.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532026-06-17T21:54:56.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542026-06-17T21:54:56.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552026-06-17T21:54:56.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20562026-06-17T21:54:56.733Z
20572026-06-17T21:54:56.733Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/297)
20582026-06-17T21:54:57.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592026-06-17T21:54:57.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602026-06-17T21:54:57.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612026-06-17T21:54:57.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20622026-06-17T21:54:57.200Z
20632026-06-17T21:54:57.201Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/297)
20642026-06-17T21:54:57.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652026-06-17T21:54:57.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662026-06-17T21:54:57.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672026-06-17T21:54:57.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20682026-06-17T21:54:57.671Z
20692026-06-17T21:54:57.671Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/297)
20702026-06-17T21:54:58.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712026-06-17T21:54:58.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722026-06-17T21:54:58.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20732026-06-17T21:54:58.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20742026-06-17T21:54:58.141Z
20752026-06-17T21:54:58.141Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/297)
20762026-06-17T21:54:58.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772026-06-17T21:54:58.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782026-06-17T21:54:58.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792026-06-17T21:54:58.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20802026-06-17T21:54:58.610Z
20812026-06-17T21:54:58.610Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/297)
20822026-06-17T21:54:59.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832026-06-17T21:54:59.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842026-06-17T21:54:59.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20852026-06-17T21:54:59.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20862026-06-17T21:54:59.078Z
20872026-06-17T21:54:59.078Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/297)
20882026-06-17T21:54:59.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892026-06-17T21:54:59.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902026-06-17T21:54:59.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20912026-06-17T21:54:59.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20922026-06-17T21:54:59.714Z
20932026-06-17T21:54:59.714Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/297)
20942026-06-17T21:55:00.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20952026-06-17T21:55:00.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20962026-06-17T21:55:00.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20972026-06-17T21:55:00.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20982026-06-17T21:55:00.354Z
20992026-06-17T21:55:00.354Zinfo: running `cargo check --bins` on nexus-config (51/297)
21002026-06-17T21:55:00.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21012026-06-17T21:55:00.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21022026-06-17T21:55:00.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21032026-06-17T21:55:00.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21042026-06-17T21:55:01.003Z
21052026-06-17T21:55:01.003Zinfo: running `cargo check --bins` on nexus-types (52/297)
21062026-06-17T21:55:01.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072026-06-17T21:55:01.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082026-06-17T21:55:01.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21092026-06-17T21:55:01.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21102026-06-17T21:55:01.616Z
21112026-06-17T21:55:01.616Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/297)
21122026-06-17T21:55:02.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132026-06-17T21:55:02.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142026-06-17T21:55:02.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21152026-06-17T21:55:02.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21162026-06-17T21:55:02.221Z
21172026-06-17T21:55:02.221Zinfo: running `cargo check --bins` on omicron-passwords (54/297)
21182026-06-17T21:55:02.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21192026-06-17T21:55:02.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21202026-06-17T21:55:02.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21212026-06-17T21:55:02.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21222026-06-17T21:55:02.812Z
21232026-06-17T21:55:02.812Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/297)
21242026-06-17T21:55:03.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21252026-06-17T21:55:03.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21262026-06-17T21:55:03.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21272026-06-17T21:55:03.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21282026-06-17T21:55:03.416Z
21292026-06-17T21:55:03.416Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/297)
21302026-06-17T21:55:03.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21312026-06-17T21:55:03.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21322026-06-17T21:55:03.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21332026-06-17T21:55:03.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21342026-06-17T21:55:04.021Z
21352026-06-17T21:55:04.021Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/297)
21362026-06-17T21:55:04.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21372026-06-17T21:55:04.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21382026-06-17T21:55:04.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21392026-06-17T21:55:04.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21402026-06-17T21:55:04.630Z
21412026-06-17T21:55:04.630Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/297)
21422026-06-17T21:55:05.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21432026-06-17T21:55:05.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21442026-06-17T21:55:05.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21452026-06-17T21:55:05.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21462026-06-17T21:55:05.233Z
21472026-06-17T21:55:05.233Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/297)
21482026-06-17T21:55:05.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21492026-06-17T21:55:05.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21502026-06-17T21:55:05.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21512026-06-17T21:55:05.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21522026-06-17T21:55:05.821Z
21532026-06-17T21:55:05.821Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/297)
21542026-06-17T21:55:06.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21552026-06-17T21:55:06.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21562026-06-17T21:55:06.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21572026-06-17T21:55:06.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21582026-06-17T21:55:06.521Z
21592026-06-17T21:55:06.521Zinfo: running `cargo check --bins --no-default-features` on gfss (61/297)
21602026-06-17T21:55:07.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21612026-06-17T21:55:07.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21622026-06-17T21:55:07.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21632026-06-17T21:55:07.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21642026-06-17T21:55:07.119Z
21652026-06-17T21:55:07.119Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/297)
21662026-06-17T21:55:07.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21672026-06-17T21:55:07.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21682026-06-17T21:55:07.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21692026-06-17T21:55:07.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21702026-06-17T21:55:07.673Z
21712026-06-17T21:55:07.673Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/297)
21722026-06-17T21:55:08.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21732026-06-17T21:55:08.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21742026-06-17T21:55:08.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21752026-06-17T21:55:08.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21762026-06-17T21:55:08.288Z
21772026-06-17T21:55:08.288Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/297)
21782026-06-17T21:55:08.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21792026-06-17T21:55:08.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21802026-06-17T21:55:08.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21812026-06-17T21:55:08.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21822026-06-17T21:55:08.942Z
21832026-06-17T21:55:08.942Zinfo: running `cargo check --bins` on cockroach-admin-types (65/297)
21842026-06-17T21:55:09.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21852026-06-17T21:55:09.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21862026-06-17T21:55:09.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21872026-06-17T21:55:09.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21882026-06-17T21:55:09.439Z
21892026-06-17T21:55:09.439Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/297)
21902026-06-17T21:55:09.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21912026-06-17T21:55:09.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21922026-06-17T21:55:09.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21932026-06-17T21:55:09.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21942026-06-17T21:55:10.014Z
21952026-06-17T21:55:10.014Zinfo: running `cargo check --bins` on ereport-types (67/297)
21962026-06-17T21:55:10.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21972026-06-17T21:55:10.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21982026-06-17T21:55:10.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21992026-06-17T21:55:10.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22002026-06-17T21:55:10.574Z
22012026-06-17T21:55:10.574Zinfo: running `cargo check --bins` on gateway-client (68/297)
22022026-06-17T21:55:11.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22032026-06-17T21:55:11.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22042026-06-17T21:55:11.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22052026-06-17T21:55:11.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22062026-06-17T21:55:11.167Z
22072026-06-17T21:55:11.167Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/297)
22082026-06-17T21:55:11.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22092026-06-17T21:55:11.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22102026-06-17T21:55:11.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22112026-06-17T21:55:11.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22122026-06-17T21:55:11.736Z
22132026-06-17T21:55:11.736Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/297)
22142026-06-17T21:55:12.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22152026-06-17T21:55:12.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22162026-06-17T21:55:12.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22172026-06-17T21:55:12.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22182026-06-17T21:55:12.337Z
22192026-06-17T21:55:12.337Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/297)
22202026-06-17T21:55:12.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22212026-06-17T21:55:12.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22222026-06-17T21:55:12.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22232026-06-17T21:55:12.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22242026-06-17T21:55:12.924Z
22252026-06-17T21:55:12.924Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/297)
22262026-06-17T21:55:13.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22272026-06-17T21:55:13.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22282026-06-17T21:55:13.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22292026-06-17T21:55:13.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22302026-06-17T21:55:13.516Z
22312026-06-17T21:55:13.516Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/297)
22322026-06-17T21:55:14.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22332026-06-17T21:55:14.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22342026-06-17T21:55:14.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22352026-06-17T21:55:14.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22362026-06-17T21:55:14.134Z
22372026-06-17T21:55:14.134Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/297)
22382026-06-17T21:55:14.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22392026-06-17T21:55:14.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22402026-06-17T21:55:14.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22412026-06-17T21:55:14.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22422026-06-17T21:55:14.746Z
22432026-06-17T21:55:14.746Zinfo: running `cargo check --bins` on key-manager-types (75/297)
22442026-06-17T21:55:15.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22452026-06-17T21:55:15.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22462026-06-17T21:55:15.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22472026-06-17T21:55:15.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22482026-06-17T21:55:15.324Z
22492026-06-17T21:55:15.324Zinfo: running `cargo check --bins` on oxlog (76/297)
22502026-06-17T21:55:15.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22512026-06-17T21:55:15.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22522026-06-17T21:55:15.939Z Checking cfg-if v1.0.4
22532026-06-17T21:55:15.946Z Checking libc v0.2.185
22542026-06-17T21:55:16.056Z Checking serde_core v1.0.228
22552026-06-17T21:55:16.065Z Checking zeroize v1.8.2
22562026-06-17T21:55:16.082Z Checking memchr v2.8.0
22572026-06-17T21:55:16.082Z Checking log v0.4.29
22582026-06-17T21:55:16.094Z Checking smallvec v1.15.1
22592026-06-17T21:55:16.100Z Checking typenum v1.19.0
22602026-06-17T21:55:16.100Z Checking subtle v2.6.1
22612026-06-17T21:55:16.206Z Checking itoa v1.0.17
22622026-06-17T21:55:16.234Z Checking scopeguard v1.2.0
22632026-06-17T21:55:16.260Z Checking stable_deref_trait v1.2.1
22642026-06-17T21:55:16.276Z Checking const-oid v0.9.6
22652026-06-17T21:55:16.329Z Checking zerofrom v0.1.6
22662026-06-17T21:55:16.359Z Checking lock_api v0.4.14
22672026-06-17T21:55:16.372Z Checking pin-project-lite v0.2.17
22682026-06-17T21:55:16.439Z Checking yoke v0.8.1
22692026-06-17T21:55:16.459Z Checking portable-atomic v1.13.1
22702026-06-17T21:55:16.479Z Checking getrandom v0.2.17
22712026-06-17T21:55:16.479Z Checking errno v0.3.14
22722026-06-17T21:55:16.528Z Checking parking_lot_core v0.9.12
22732026-06-17T21:55:16.610Z Checking signal-hook-registry v1.4.8
22742026-06-17T21:55:16.614Z Checking generic-array v0.14.7
22752026-06-17T21:55:16.621Z Checking rand_core v0.6.4
22762026-06-17T21:55:16.642Z Checking zerovec v0.11.5
22772026-06-17T21:55:16.714Z Checking futures-core v0.3.32
22782026-06-17T21:55:16.765Z Checking critical-section v1.2.0
22792026-06-17T21:55:16.789Z Checking parking_lot v0.12.5
22802026-06-17T21:55:16.836Z Checking mio v1.2.0
22812026-06-17T21:55:16.863Z Checking zerocopy v0.8.40
22822026-06-17T21:55:16.888Z Checking once_cell v1.21.3
22832026-06-17T21:55:16.931Z Checking zmij v1.0.21
22842026-06-17T21:55:16.973Z Checking socket2 v0.6.3
22852026-06-17T21:55:17.038Z Checking crypto-common v0.1.7
22862026-06-17T21:55:17.063Z Checking block-buffer v0.10.4
22872026-06-17T21:55:17.071Z Checking tinystr v0.8.2
22882026-06-17T21:55:17.108Z Checking libm v0.2.16
22892026-06-17T21:55:17.137Z Checking litemap v0.8.1
22902026-06-17T21:55:17.209Z Checking percent-encoding v2.3.2
22912026-06-17T21:55:17.218Z Checking digest v0.10.7
22922026-06-17T21:55:17.218Z Checking equivalent v1.0.2
22932026-06-17T21:55:17.253Z Checking writeable v0.6.2
22942026-06-17T21:55:17.299Z Checking potential_utf v0.1.4
22952026-06-17T21:55:17.307Z Checking zerotrie v0.2.3
22962026-06-17T21:55:17.318Z Checking futures-sink v0.3.32
22972026-06-17T21:55:17.394Z Checking cpufeatures v0.2.17
22982026-06-17T21:55:17.411Z Checking futures-channel v0.3.32
22992026-06-17T21:55:17.415Z Checking icu_locale_core v2.1.1
23002026-06-17T21:55:17.429Z Checking icu_collections v2.1.1
23012026-06-17T21:55:17.456Z Checking futures-io v0.3.32
23022026-06-17T21:55:17.513Z Checking serde v1.0.228
23032026-06-17T21:55:17.544Z Checking bitflags v2.11.0
23042026-06-17T21:55:17.568Z Checking serde_json v1.0.149
23052026-06-17T21:55:17.599Z Checking futures-task v0.3.32
23062026-06-17T21:55:17.707Z Checking slab v0.4.12
23072026-06-17T21:55:17.724Z Checking hmac v0.12.1
23082026-06-17T21:55:17.737Z Checking icu_normalizer_data v2.1.1
23092026-06-17T21:55:17.802Z Checking num-traits v0.2.19
23102026-06-17T21:55:17.812Z Checking icu_properties_data v2.1.2
23112026-06-17T21:55:17.849Z Checking rand_core v0.10.0
23122026-06-17T21:55:17.860Z Checking futures-util v0.3.32
23132026-06-17T21:55:17.912Z Checking bytes v1.11.1
23142026-06-17T21:55:17.936Z Checking hashbrown v0.17.0
23152026-06-17T21:55:17.959Z Checking icu_provider v2.1.1
23162026-06-17T21:55:17.989Z Checking getrandom v0.4.1
23172026-06-17T21:55:18.136Z Checking block-padding v0.3.3
23182026-06-17T21:55:18.185Z Checking icu_properties v2.1.2
23192026-06-17T21:55:18.227Z Checking icu_normalizer v2.1.1
23202026-06-17T21:55:18.268Z Checking inout v0.1.4
23212026-06-17T21:55:18.325Z Checking utf8_iter v1.0.4
23222026-06-17T21:55:18.342Z Checking tokio v1.52.1
23232026-06-17T21:55:18.391Z Checking indexmap v2.14.0
23242026-06-17T21:55:18.403Z Checking cipher v0.4.4
23252026-06-17T21:55:18.447Z Checking sha2 v0.10.9
23262026-06-17T21:55:18.532Z Checking form_urlencoded v1.2.2
23272026-06-17T21:55:18.619Z Checking getrandom v0.3.4
23282026-06-17T21:55:18.661Z Checking base64ct v1.8.3
23292026-06-17T21:55:18.722Z Checking byteorder v1.5.0
23302026-06-17T21:55:18.764Z Checking fnv v1.0.7
23312026-06-17T21:55:18.861Z Checking flagset v0.4.7
23322026-06-17T21:55:18.899Z Checking pem-rfc7468 v0.7.0
23332026-06-17T21:55:18.928Z Checking rand_core v0.9.5
23342026-06-17T21:55:18.958Z Checking http v1.4.0
23352026-06-17T21:55:18.983Z Checking regex-syntax v0.8.10
23362026-06-17T21:55:19.020Z Checking idna_adapter v1.2.1
23372026-06-17T21:55:19.053Z Checking der v0.7.10
23382026-06-17T21:55:19.143Z Checking salsa20 v0.10.2
23392026-06-17T21:55:19.154Z Checking idna v1.1.0
23402026-06-17T21:55:19.241Z Checking uuid v1.23.0
23412026-06-17T21:55:19.382Z Checking url v2.5.8
23422026-06-17T21:55:19.504Z Checking pbkdf2 v0.12.2
23432026-06-17T21:55:19.541Z Checking rustix v1.1.3
23442026-06-17T21:55:19.611Z Checking ppv-lite86 v0.2.21
23452026-06-17T21:55:19.623Z Checking tracing-core v0.1.36
23462026-06-17T21:55:19.766Z Checking rustls-pki-types v1.14.0
23472026-06-17T21:55:19.779Z Checking spki v0.7.3
23482026-06-17T21:55:19.815Z Checking iana-time-zone v0.1.65
23492026-06-17T21:55:19.901Z Checking base64 v0.22.1
23502026-06-17T21:55:19.921Z Checking chrono v0.4.44
23512026-06-17T21:55:19.933Z Checking tracing v0.1.44
23522026-06-17T21:55:19.944Z Checking rand_chacha v0.9.0
23532026-06-17T21:55:20.054Z Checking scrypt v0.11.0
23542026-06-17T21:55:20.130Z Checking http-body v1.0.1
23552026-06-17T21:55:20.144Z Checking cbc v0.1.2
23562026-06-17T21:55:20.147Z Checking aes v0.8.4
23572026-06-17T21:55:20.197Z Checking aws-lc-sys v0.40.0
23582026-06-17T21:55:20.266Z Checking tinyvec_macros v0.1.1
23592026-06-17T21:55:20.279Z Checking openssl-probe v0.2.1
23602026-06-17T21:55:20.290Z Checking untrusted v0.7.1
23612026-06-17T21:55:20.334Z Checking untrusted v0.9.0
23622026-06-17T21:55:20.378Z Checking tinyvec v1.10.0
23632026-06-17T21:55:20.393Z Checking rand v0.9.2
23642026-06-17T21:55:20.405Z Checking tower-layer v0.3.3
23652026-06-17T21:55:20.439Z Checking ring v0.17.14
23662026-06-17T21:55:20.529Z Checking pkcs5 v0.7.1
23672026-06-17T21:55:20.549Z Checking tower-service v0.3.3
23682026-06-17T21:55:20.639Z Checking atomic-waker v1.1.2
23692026-06-17T21:55:20.684Z Checking try-lock v0.2.5
23702026-06-17T21:55:20.756Z Checking aws-lc-rs v1.16.3
23712026-06-17T21:55:20.766Z Checking ipnet v2.11.0
23722026-06-17T21:55:20.769Z Checking httparse v1.10.1
23732026-06-17T21:55:20.778Z Checking want v0.3.1
23742026-06-17T21:55:20.783Z Checking pkcs8 v0.10.2
23752026-06-17T21:55:20.857Z Checking aho-corasick v1.1.4
23762026-06-17T21:55:20.899Z Checking fastrand v2.3.0
23772026-06-17T21:55:20.965Z Checking httpdate v1.0.3
23782026-06-17T21:55:20.976Z Checking dyn-clone v1.0.20
23792026-06-17T21:55:20.991Z Checking pin-utils v0.1.0
23802026-06-17T21:55:21.062Z Checking utf8parse v0.2.2
23812026-06-17T21:55:21.075Z Checking foreign-types-shared v0.1.1
23822026-06-17T21:55:21.085Z Checking plain v0.2.3
23832026-06-17T21:55:21.105Z Checking tempfile v3.25.0
23842026-06-17T21:55:21.153Z Checking foreign-types v0.3.2
23852026-06-17T21:55:21.170Z Checking unicode-normalization v0.1.25
23862026-06-17T21:55:21.184Z Checking semver v1.0.28
23872026-06-17T21:55:21.221Z Checking openssl-sys v0.9.115
23882026-06-17T21:55:21.297Z Checking spin v0.9.8
23892026-06-17T21:55:21.392Z Checking ucd-trie v0.1.7
23902026-06-17T21:55:21.425Z Checking anstyle v1.0.14
23912026-06-17T21:55:21.485Z Checking unicode-ident v1.0.24
23922026-06-17T21:55:21.519Z Checking rustls-webpki v0.103.9
23932026-06-17T21:55:21.531Z Checking pest v2.8.6
23942026-06-17T21:55:21.541Z Checking regex-automata v0.4.14
23952026-06-17T21:55:21.572Z Checking schemars v0.8.22
23962026-06-17T21:55:21.575Z Checking tokio-util v0.7.18
23972026-06-17T21:55:21.597Z Checking proc-macro2 v1.0.106
23982026-06-17T21:55:21.608Z Checking openssl v0.10.79
23992026-06-17T21:55:21.620Z Checking rustls-native-certs v0.8.3
24002026-06-17T21:55:21.746Z Checking thiserror v2.0.18
24012026-06-17T21:55:21.848Z Checking sync_wrapper v1.0.2
24022026-06-17T21:55:21.897Z Checking wait-timeout v0.2.1
24032026-06-17T21:55:21.939Z Checking rustls v0.23.37
24042026-06-17T21:55:21.953Z Checking powerfmt v0.2.0
24052026-06-17T21:55:22.015Z Checking siphasher v1.0.2
24062026-06-17T21:55:22.103Z Checking is_terminal_polyfill v1.70.2
24072026-06-17T21:55:22.169Z Checking bit-vec v0.8.0
24082026-06-17T21:55:22.183Z Checking h2 v0.4.13
24092026-06-17T21:55:22.193Z Checking anstyle-query v1.1.5
24102026-06-17T21:55:22.205Z Checking quick-error v1.2.3
24112026-06-17T21:55:22.283Z Checking simd-adler32 v0.3.8
24122026-06-17T21:55:22.305Z Checking pretty-hex v0.4.1
24132026-06-17T21:55:22.362Z Checking colorchoice v1.0.4
24142026-06-17T21:55:22.419Z Checking bit-set v0.8.0
24152026-06-17T21:55:22.452Z Checking rusty-fork v0.3.1
24162026-06-17T21:55:22.464Z Checking deranged v0.5.8
24172026-06-17T21:55:22.564Z Checking tower v0.5.3
24182026-06-17T21:55:22.592Z Checking quote v1.0.45
24192026-06-17T21:55:22.617Z Compiling newtype-uuid v1.3.2
24202026-06-17T21:55:22.764Z Checking http-body-util v0.1.3
24212026-06-17T21:55:22.798Z Checking webpki-roots v1.0.6
24222026-06-17T21:55:22.914Z Checking crossbeam-utils v0.8.21
24232026-06-17T21:55:22.947Z Checking rand_xorshift v0.4.0
24242026-06-17T21:55:22.980Z Checking crc32fast v1.5.0
24252026-06-17T21:55:23.068Z Checking scroll v0.13.0
24262026-06-17T21:55:23.119Z Checking signature v2.2.0
24272026-06-17T21:55:23.243Z Checking adler2 v2.0.1
24282026-06-17T21:55:23.257Z Checking unicode-properties v0.1.4
24292026-06-17T21:55:23.290Z Checking unicode-bidi v0.3.18
24302026-06-17T21:55:23.350Z Checking ryu v1.0.23
24312026-06-17T21:55:23.362Z Checking allocator-api2 v0.2.21
24322026-06-17T21:55:23.382Z Checking num_threads v0.1.7
24332026-06-17T21:55:23.436Z Checking iri-string v0.7.10
24342026-06-17T21:55:23.468Z Checking unarray v0.1.4
24352026-06-17T21:55:23.483Z Checking num-conv v0.2.0
24362026-06-17T21:55:23.578Z Checking time-core v0.1.8
24372026-06-17T21:55:23.588Z Checking stringprep v0.1.5
24382026-06-17T21:55:23.614Z Checking proptest v1.11.0
24392026-06-17T21:55:23.618Z Checking native-tls v0.2.18
24402026-06-17T21:55:23.663Z Checking serde_urlencoded v0.7.1
24412026-06-17T21:55:23.716Z Checking time v0.3.47
24422026-06-17T21:55:23.738Z Checking bstr v1.12.1
24432026-06-17T21:55:23.805Z Checking tokio-native-tls v0.3.1
24442026-06-17T21:55:23.868Z Checking miniz_oxide v0.8.9
24452026-06-17T21:55:23.961Z Checking goblin v0.10.5
24462026-06-17T21:55:24.147Z Checking crossbeam-epoch v0.9.18
24472026-06-17T21:55:24.225Z Checking syn v2.0.117
24482026-06-17T21:55:24.315Z Checking tokio-rustls v0.26.4
24492026-06-17T21:55:24.367Z Compiling daft v0.1.7
24502026-06-17T21:55:24.500Z Checking tower-http v0.6.8
24512026-06-17T21:55:24.545Z Checking ipnetwork v0.21.1
24522026-06-17T21:55:24.653Z Checking anstyle-parse v1.0.0
24532026-06-17T21:55:24.759Z Checking rand_chacha v0.3.1
24542026-06-17T21:55:24.782Z Checking scroll v0.12.0
24552026-06-17T21:55:24.802Z Checking thiserror v1.0.69
24562026-06-17T21:55:24.842Z Checking zstd-sys v2.0.16+zstd.1.5.7
24572026-06-17T21:55:24.898Z Checking hyper v1.8.1
24582026-06-17T21:55:24.898Z Checking hash32 v0.2.1
24592026-06-17T21:55:24.944Z Checking num-integer v0.1.46
24602026-06-17T21:55:24.963Z Checking toml_datetime v0.6.11
24612026-06-17T21:55:25.007Z Checking serde_spanned v0.6.9
24622026-06-17T21:55:25.055Z Checking md-5 v0.10.6
24632026-06-17T21:55:25.130Z Checking ff v0.13.1
24642026-06-17T21:55:25.144Z Checking encoding_rs v0.8.35
24652026-06-17T21:55:25.166Z Checking mime v0.3.17
24662026-06-17T21:55:25.194Z Checking fallible-iterator v0.2.0
24672026-06-17T21:55:25.325Z Checking psl-types v2.0.11
24682026-06-17T21:55:25.336Z Checking zlib-rs v0.6.2
24692026-06-17T21:55:25.375Z Checking base16ct v0.2.0
24702026-06-17T21:55:25.462Z Checking postgres-protocol v0.6.10
24712026-06-17T21:55:25.498Z Checking sec1 v0.7.3
24722026-06-17T21:55:25.580Z Checking publicsuffix v2.3.0
24732026-06-17T21:55:25.704Z Checking group v0.13.0
24742026-06-17T21:55:25.742Z Checking num-iter v0.1.45
24752026-06-17T21:55:25.773Z Checking heapless v0.7.17
24762026-06-17T21:55:25.803Z Checking hyper-util v0.1.20
24772026-06-17T21:55:25.851Z Checking goblin v0.8.2
24782026-06-17T21:55:25.855Z Checking rand v0.8.6
24792026-06-17T21:55:26.072Z Checking zstd-safe v7.2.4
24802026-06-17T21:55:26.178Z Checking cookie v0.18.1
24812026-06-17T21:55:26.211Z Checking flate2 v1.1.9
24822026-06-17T21:55:26.243Z Checking anstream v1.0.0
24832026-06-17T21:55:26.285Z Checking dof v0.4.0
24842026-06-17T21:55:26.379Z Checking oxnet v0.1.5
24852026-06-17T21:55:26.407Z Compiling iddqd v0.4.2
24862026-06-17T21:55:26.443Z Checking dtrace-parser v0.3.0
24872026-06-17T21:55:26.464Z Checking phf_shared v0.13.1
24882026-06-17T21:55:26.502Z Checking lazy_static v1.5.0
24892026-06-17T21:55:26.591Z Checking anstyle-parse v0.2.7
24902026-06-17T21:55:26.617Z Checking zerocopy v0.7.35
24912026-06-17T21:55:26.671Z Checking pin-project v1.1.11
24922026-06-17T21:55:26.675Z Checking bzip2-sys v0.1.13+1.0.8
24932026-06-17T21:55:26.746Z Checking signal-hook v0.3.18
24942026-06-17T21:55:26.763Z Checking terminal_size v0.4.3
24952026-06-17T21:55:26.766Z Checking futures-executor v0.3.32
24962026-06-17T21:55:26.887Z Checking hex v0.4.3
24972026-06-17T21:55:26.910Z Checking hkdf v0.12.4
24982026-06-17T21:55:26.922Z Checking crypto-bigint v0.5.5
24992026-06-17T21:55:26.933Z Checking thread-id v5.1.0
25002026-06-17T21:55:27.008Z Checking winnow v0.7.14
25012026-06-17T21:55:27.044Z Checking either v1.15.0
25022026-06-17T21:55:27.056Z Checking hyper-rustls v0.27.7
25032026-06-17T21:55:27.092Z Checking hyper-tls v0.6.0
25042026-06-17T21:55:27.106Z Checking foldhash v0.2.0
25052026-06-17T21:55:27.227Z Checking libbz2-rs-sys v0.2.2
25062026-06-17T21:55:27.256Z Checking foldhash v0.1.5
25072026-06-17T21:55:27.268Z Checking clap_lex v1.0.0
25082026-06-17T21:55:27.271Z Checking bitflags v1.3.2
25092026-06-17T21:55:27.350Z Checking strsim v0.11.1
25102026-06-17T21:55:27.386Z Checking winnow v0.5.40
25112026-06-17T21:55:27.417Z Checking same-file v1.0.6
25122026-06-17T21:55:27.511Z Checking bumpalo v3.20.2
25132026-06-17T21:55:27.537Z Compiling rayon-core v1.13.0
25142026-06-17T21:55:27.621Z Checking managed v0.8.0
25152026-06-17T21:55:27.664Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25162026-06-17T21:55:27.710Z Checking zopfli v0.8.3
25172026-06-17T21:55:27.734Z Checking dof v0.3.0
25182026-06-17T21:55:27.748Z Checking bzip2 v0.6.1
25192026-06-17T21:55:27.802Z Checking smoltcp v0.9.1
25202026-06-17T21:55:27.820Z Checking elliptic-curve v0.13.8
25212026-06-17T21:55:27.845Z Checking walkdir v2.5.0
25222026-06-17T21:55:27.907Z Checking clap_builder v4.6.0
25232026-06-17T21:55:28.059Z Checking hashbrown v0.15.5
25242026-06-17T21:55:28.067Z Checking reqwest v0.12.28
25252026-06-17T21:55:28.067Z Checking hashbrown v0.16.1
25262026-06-17T21:55:28.120Z Checking usdt-impl v0.6.0
25272026-06-17T21:55:28.181Z Checking signal-hook-mio v0.2.5
25282026-06-17T21:55:28.285Z Checking futures v0.3.32
25292026-06-17T21:55:28.365Z Checking snafu v0.8.9
25302026-06-17T21:55:28.388Z Checking bzip2 v0.4.4
25312026-06-17T21:55:28.400Z Checking anstream v0.6.21
25322026-06-17T21:55:28.474Z Checking phf v0.13.1
25332026-06-17T21:55:28.529Z Checking toml_edit v0.19.15
25342026-06-17T21:55:28.561Z Checking num-bigint-dig v0.8.6
25352026-06-17T21:55:28.613Z Checking cookie_store v0.22.1
25362026-06-17T21:55:28.617Z Checking zstd v0.13.3
25372026-06-17T21:55:28.633Z Checking postgres-types v0.2.12
25382026-06-17T21:55:28.793Z Checking dtrace-parser v0.2.0
25392026-06-17T21:55:28.808Z Checking crossbeam-deque v0.8.6
25402026-06-17T21:55:28.884Z Checking rustls-platform-verifier v0.6.2
25412026-06-17T21:55:28.946Z Checking globset v0.4.18
25422026-06-17T21:55:28.958Z Checking regex v1.12.3
25432026-06-17T21:55:28.980Z Checking ed25519 v2.2.3
25442026-06-17T21:55:29.024Z Checking phf_shared v0.11.3
25452026-06-17T21:55:29.036Z Checking olpc-cjson v0.1.4
25462026-06-17T21:55:29.153Z Checking ref-cast v1.0.25
25472026-06-17T21:55:29.167Z Checking curve25519-dalek v4.1.3
25482026-06-17T21:55:29.171Z Checking strum v0.27.2
25492026-06-17T21:55:29.171Z Checking hubpack v0.1.2
25502026-06-17T21:55:29.199Z Checking memoffset v0.9.1
25512026-06-17T21:55:29.229Z Checking rustix v0.38.44
25522026-06-17T21:55:29.246Z Checking pkcs1 v0.7.5
25532026-06-17T21:55:29.269Z Checking pem v3.0.6
25542026-06-17T21:55:29.281Z Checking float-cmp v0.10.0
25552026-06-17T21:55:29.347Z Checking serde_plain v1.0.2
25562026-06-17T21:55:29.380Z Checking erased-serde v0.3.31
25572026-06-17T21:55:29.404Z Checking serde-big-array v0.5.1
25582026-06-17T21:55:29.422Z Checking rfc6979 v0.4.0
25592026-06-17T21:55:29.452Z Checking memmap2 v0.9.10
25602026-06-17T21:55:29.486Z Checking thread-id v4.2.2
25612026-06-17T21:55:29.534Z Checking env_filter v1.0.0
25622026-06-17T21:55:29.537Z Checking data-encoding v2.10.0
25632026-06-17T21:55:29.563Z Checking fixedbitset v0.5.7
25642026-06-17T21:55:29.580Z Checking fixedbitset v0.4.2
25652026-06-17T21:55:29.612Z Checking precomputed-hash v0.1.1
25662026-06-17T21:55:29.685Z Checking jiff v0.2.21
25672026-06-17T21:55:29.696Z Checking normalize-line-endings v0.3.0
25682026-06-17T21:55:29.728Z Checking new_debug_unreachable v1.0.6
25692026-06-17T21:55:29.750Z Checking difflib v0.4.0
25702026-06-17T21:55:29.761Z Checking toml_write v0.1.2
25712026-06-17T21:55:29.779Z Checking unicode-segmentation v1.12.0
25722026-06-17T21:55:29.792Z Checking predicates-core v1.0.10
25732026-06-17T21:55:29.803Z Checking whoami v2.1.0
25742026-06-17T21:55:29.917Z Checking keccak v0.1.6
25752026-06-17T21:55:29.925Z Checking static_assertions v1.1.0
25762026-06-17T21:55:29.925Z Checking typed-path v0.9.3
25772026-06-17T21:55:29.950Z Checking ed25519-dalek v2.2.0
25782026-06-17T21:55:29.992Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25792026-06-17T21:55:30.004Z Checking tokio-postgres v0.7.16
25802026-06-17T21:55:30.015Z Checking crossterm v0.28.1
25812026-06-17T21:55:30.074Z Checking sha3 v0.10.8
25822026-06-17T21:55:30.092Z Checking similar v2.7.0
25832026-06-17T21:55:30.176Z Checking toml_edit v0.22.27
25842026-06-17T21:55:30.276Z Checking predicates v3.1.4
25852026-06-17T21:55:30.469Z Checking hickory-proto v0.25.2
25862026-06-17T21:55:30.573Z Checking string_cache v0.8.9
25872026-06-17T21:55:30.697Z Checking tough v0.22.0
25882026-06-17T21:55:30.714Z Checking slog v2.8.2
25892026-06-17T21:55:30.742Z Checking petgraph v0.8.3
25902026-06-17T21:55:30.983Z Checking petgraph v0.6.5
25912026-06-17T21:55:31.231Z Checking env_logger v0.11.9
25922026-06-17T21:55:31.244Z Checking usdt v0.6.0
25932026-06-17T21:55:31.412Z Checking toml v0.7.8
25942026-06-17T21:55:31.422Z Checking usdt-impl v0.5.0
25952026-06-17T21:55:31.703Z Checking ecdsa v0.16.9
25962026-06-17T21:55:31.717Z Checking rsa v0.9.10
25972026-06-17T21:55:31.918Z Checking zip v4.6.1
25982026-06-17T21:55:32.052Z Checking nix v0.31.2
25992026-06-17T21:55:32.228Z Checking clap v4.6.1
26002026-06-17T21:55:32.286Z Checking reqwest v0.13.2
26012026-06-17T21:55:32.310Z Checking zip v0.6.6
26022026-06-17T21:55:32.499Z Checking toml_parser v1.0.9+spec-1.1.0
26032026-06-17T21:55:32.635Z Checking itertools v0.13.0
26042026-06-17T21:55:32.651Z Checking serde_with v3.17.0
26052026-06-17T21:55:32.694Z Checking strum v0.26.3
26062026-06-17T21:55:32.805Z Checking fs-err v3.3.0
26072026-06-17T21:55:32.823Z Checking ahash v0.8.12
26082026-06-17T21:55:33.022Z Checking object v0.37.3
26092026-06-17T21:55:33.092Z Checking tokio-stream v0.1.18
26102026-06-17T21:55:33.104Z Checking buf-list v1.1.2
26112026-06-17T21:55:33.107Z Checking anyhow v1.0.102
26122026-06-17T21:55:33.136Z Checking camino v1.2.2
26132026-06-17T21:55:33.227Z Checking x509-cert v0.2.5
26142026-06-17T21:55:33.280Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26152026-06-17T21:55:33.306Z Checking openapiv3 v2.2.0
26162026-06-17T21:55:33.391Z Checking sha1 v0.10.6
26172026-06-17T21:55:33.469Z Checking lalrpop-util v0.19.12
26182026-06-17T21:55:33.539Z Checking peg-runtime v0.8.5
26192026-06-17T21:55:33.557Z Checking rayon v1.11.0
26202026-06-17T21:55:33.649Z Checking sigpipe v0.1.3
26212026-06-17T21:55:33.660Z Checking glob v0.3.3
26222026-06-17T21:55:35.219Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26232026-06-17T21:55:35.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.17s
26242026-06-17T21:55:35.671Z
26252026-06-17T21:55:35.671Zinfo: running `cargo check --bins` on internal-dns-types (77/297)
26262026-06-17T21:55:36.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26272026-06-17T21:55:36.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26282026-06-17T21:55:36.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26292026-06-17T21:55:36.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26302026-06-17T21:55:36.260Z
26312026-06-17T21:55:36.260Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/297)
26322026-06-17T21:55:36.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26332026-06-17T21:55:36.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26342026-06-17T21:55:36.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26352026-06-17T21:55:36.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26362026-06-17T21:55:36.860Z
26372026-06-17T21:55:36.860Zinfo: running `cargo check --bins` on nexus-types-versions (79/297)
26382026-06-17T21:55:37.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26392026-06-17T21:55:37.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26402026-06-17T21:55:37.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26412026-06-17T21:55:37.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26422026-06-17T21:55:37.486Z
26432026-06-17T21:55:37.486Zinfo: running `cargo check --bins` on oxql-types (80/297)
26442026-06-17T21:55:37.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452026-06-17T21:55:38.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462026-06-17T21:55:38.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26472026-06-17T21:55:38.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26482026-06-17T21:55:38.096Z
26492026-06-17T21:55:38.096Zinfo: running `cargo check --bins` on oximeter-types (81/297)
26502026-06-17T21:55:38.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512026-06-17T21:55:38.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522026-06-17T21:55:38.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26532026-06-17T21:55:38.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26542026-06-17T21:55:38.702Z
26552026-06-17T21:55:38.703Zinfo: running `cargo check --bins` on oximeter-types-versions (82/297)
26562026-06-17T21:55:39.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572026-06-17T21:55:39.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582026-06-17T21:55:39.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26592026-06-17T21:55:39.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26602026-06-17T21:55:39.306Z
26612026-06-17T21:55:39.306Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/297)
26622026-06-17T21:55:39.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632026-06-17T21:55:39.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642026-06-17T21:55:39.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26652026-06-17T21:55:39.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26662026-06-17T21:55:39.893Z
26672026-06-17T21:55:39.893Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/297)
26682026-06-17T21:55:40.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26692026-06-17T21:55:40.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26702026-06-17T21:55:40.591Z Compiling structmeta-derive v0.3.0
26712026-06-17T21:55:40.745Z Compiling rustls v0.22.4
26722026-06-17T21:55:40.752Z Compiling multer v3.1.0
26732026-06-17T21:55:40.752Z Compiling async-stream-impl v0.3.6
26742026-06-17T21:55:40.752Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26752026-06-17T21:55:40.752Z Compiling dropshot v0.17.0
26762026-06-17T21:55:40.764Z Compiling dropshot_endpoint v0.17.0
26772026-06-17T21:55:40.764Z Compiling newtype-uuid-macros v0.1.0
26782026-06-17T21:55:40.885Z Checking newtype-uuid v1.3.2
26792026-06-17T21:55:40.946Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26802026-06-17T21:55:41.008Z Checking rustls-webpki v0.102.8
26812026-06-17T21:55:41.083Z Checking daft v0.1.7
26822026-06-17T21:55:41.118Z Checking thread_local v1.1.9
26832026-06-17T21:55:41.285Z Checking compression-core v0.4.31
26842026-06-17T21:55:41.300Z Checking match_cfg v0.1.0
26852026-06-17T21:55:41.321Z Checking iddqd v0.4.2
26862026-06-17T21:55:41.365Z Checking hostname v0.3.1
26872026-06-17T21:55:41.396Z Checking crossbeam-channel v0.5.15
26882026-06-17T21:55:41.410Z Checking compression-codecs v0.4.37
26892026-06-17T21:55:41.463Z Checking atomicwrites v0.4.4
26902026-06-17T21:55:41.513Z Checking slog-json v2.6.1
26912026-06-17T21:55:41.576Z Checking is-terminal v0.4.17
26922026-06-17T21:55:41.588Z Checking toml_datetime v1.0.0+spec-1.1.0
26932026-06-17T21:55:41.667Z Checking serde_spanned v1.0.4
26942026-06-17T21:55:41.672Z Checking debug-ignore v1.0.5
26952026-06-17T21:55:41.727Z Checking take_mut v0.2.2
26962026-06-17T21:55:41.754Z Compiling structmeta v0.3.0
26972026-06-17T21:55:41.774Z Checking term v1.2.1
26982026-06-17T21:55:41.787Z Checking toml_writer v1.0.6+spec-1.1.0
26992026-06-17T21:55:41.798Z Checking slog-bunyan v2.5.0
27002026-06-17T21:55:41.826Z Checking slog-async v2.8.0
27012026-06-17T21:55:41.907Z Checking async-compression v0.4.41
27022026-06-17T21:55:41.962Z Checking toml v1.0.6+spec-1.1.0
27032026-06-17T21:55:41.973Z Compiling derive-ex v0.1.8
27042026-06-17T21:55:41.987Z Compiling parse-display-derive v0.10.0
27052026-06-17T21:55:42.000Z Checking slog-term v2.9.2
27062026-06-17T21:55:42.150Z Checking async-stream v0.3.6
27072026-06-17T21:55:42.234Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27082026-06-17T21:55:42.259Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27092026-06-17T21:55:42.277Z Checking progenitor-client v0.14.0
27102026-06-17T21:55:42.307Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27112026-06-17T21:55:42.450Z Checking waitgroup v0.1.2
27122026-06-17T21:55:42.507Z Checking backon v1.6.0
27132026-06-17T21:55:42.511Z Checking rustls-pemfile v2.2.0
27142026-06-17T21:55:42.549Z Checking serde_path_to_error v0.1.20
27152026-06-17T21:55:42.589Z Checking hostname v0.4.2
27162026-06-17T21:55:42.652Z Checking instant v0.1.13
27172026-06-17T21:55:42.738Z Checking backoff v0.4.0
27182026-06-17T21:55:42.863Z Checking tokio-rustls v0.25.0
27192026-06-17T21:55:42.871Z Checking progenitor-extras v0.2.0
27202026-06-17T21:55:42.876Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27212026-06-17T21:55:43.058Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27222026-06-17T21:55:43.062Z Checking itertools v0.14.0
27232026-06-17T21:55:43.085Z Checking regress v0.10.5
27242026-06-17T21:55:43.278Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27252026-06-17T21:55:43.659Z Checking macaddr v1.0.1
27262026-06-17T21:55:43.667Z Compiling test-strategy v0.4.5
27272026-06-17T21:55:43.679Z Checking parse-display v0.10.0
27282026-06-17T21:55:43.896Z Checking humantime v2.3.0
27292026-06-17T21:55:44.965Z Compiling prettyplease v0.2.37
27302026-06-17T21:55:45.145Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27312026-06-17T21:55:45.324Z Checking num-rational v0.4.2
27322026-06-17T21:55:45.518Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27332026-06-17T21:55:45.897Z Checking num-complex v0.4.6
27342026-06-17T21:55:46.630Z Checking num v0.4.3
27352026-06-17T21:55:46.635Z Compiling usdt-attr-macro v0.5.0
27362026-06-17T21:55:46.635Z Compiling usdt-macro v0.5.0
27372026-06-17T21:55:46.635Z Checking memmap v0.7.0
27382026-06-17T21:55:46.635Z Compiling float-ord v0.3.2
27392026-06-17T21:55:46.697Z Compiling convert_case v0.4.0
27402026-06-17T21:55:46.743Z Checking unicode-width v0.2.0
27412026-06-17T21:55:46.997Z Checking console v0.15.11
27422026-06-17T21:55:47.066Z Compiling derive_more v0.99.20
27432026-06-17T21:55:47.276Z Checking newline-converter v0.3.0
27442026-06-17T21:55:47.279Z Checking usdt v0.5.0
27452026-06-17T21:55:47.295Z Compiling toml v0.8.23
27462026-06-17T21:55:47.450Z Checking linked-hash-map v0.5.6
27472026-06-17T21:55:47.457Z Compiling minimal-lexical v0.2.1
27482026-06-17T21:55:47.555Z Checking lru-cache v0.1.2
27492026-06-17T21:55:47.679Z Compiling nom v7.1.3
27502026-06-17T21:55:47.704Z Checking expectorate v1.2.0
27512026-06-17T21:55:48.240Z Checking camino-tempfile v1.4.1
27522026-06-17T21:55:48.402Z Checking hickory-proto v0.24.4
27532026-06-17T21:55:48.417Z Checking phf_shared v0.12.1
27542026-06-17T21:55:48.562Z Compiling slog-dtrace v0.3.0
27552026-06-17T21:55:48.623Z Checking resolv-conf v0.7.6
27562026-06-17T21:55:48.806Z Compiling chrono-tz v0.10.4
27572026-06-17T21:55:48.817Z Checking heck v0.5.0
27582026-06-17T21:55:48.945Z Compiling const_format_proc_macros v0.2.34
27592026-06-17T21:55:49.026Z Checking phf v0.12.1
27602026-06-17T21:55:49.079Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27612026-06-17T21:55:49.082Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27622026-06-17T21:55:49.172Z Checking tokio-dtrace v0.1.1
27632026-06-17T21:55:49.366Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27642026-06-17T21:55:49.633Z Compiling derive-where v1.6.0
27652026-06-17T21:55:49.669Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27662026-06-17T21:55:49.898Z Checking highway v1.3.0
27672026-06-17T21:55:50.130Z Checking const_format v0.2.35
27682026-06-17T21:55:50.248Z Checking hickory-resolver v0.24.4
27692026-06-17T21:55:50.363Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27702026-06-17T21:55:50.453Z Checking oxide-tokio-rt v0.1.4
27712026-06-17T21:55:50.620Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27722026-06-17T21:55:50.879Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27732026-06-17T21:55:50.892Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27742026-06-17T21:55:50.978Z Checking qorb v0.4.1
27752026-06-17T21:55:51.042Z Checking gethostname v0.5.0
27762026-06-17T21:55:51.071Z Checking bcs v0.1.6
27772026-06-17T21:55:51.132Z Checking termtree v0.5.1
27782026-06-17T21:55:51.171Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27792026-06-17T21:55:54.352Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27802026-06-17T21:55:56.830Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27812026-06-17T21:55:58.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.04s
27822026-06-17T21:55:59.120Z
27832026-06-17T21:55:59.120Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/297)
27842026-06-17T21:55:59.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27852026-06-17T21:55:59.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27862026-06-17T21:55:59.803Z Compiling ar_archive_writer v0.5.1
27872026-06-17T21:55:59.916Z Compiling stacker v0.1.23
27882026-06-17T21:55:59.922Z Compiling cfg_aliases v0.1.1
27892026-06-17T21:55:59.929Z Compiling convert_case v0.10.0
27902026-06-17T21:55:59.932Z Checking unicode-width v0.1.14
27912026-06-17T21:55:59.944Z Compiling proc-macro-error v1.0.4
27922026-06-17T21:55:59.955Z Checking fd-lock v4.0.4
27932026-06-17T21:55:59.958Z Checking nibble_vec v0.1.0
27942026-06-17T21:55:59.979Z Compiling nix v0.28.0
27952026-06-17T21:56:00.073Z Checking vte v0.14.1
27962026-06-17T21:56:00.086Z Compiling recursive-proc-macro-impl v0.1.1
27972026-06-17T21:56:00.167Z Checking bytecount v0.6.9
27982026-06-17T21:56:00.183Z Checking endian-type v0.1.2
27992026-06-17T21:56:00.231Z Compiling derive_more-impl v2.1.1
28002026-06-17T21:56:00.245Z Compiling tabled_derive v0.7.0
28012026-06-17T21:56:00.245Z Checking strip-ansi-escapes v0.2.1
28022026-06-17T21:56:00.271Z Checking papergrid v0.11.0
28032026-06-17T21:56:00.344Z Checking radix_trie v0.2.1
28042026-06-17T21:56:00.356Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28052026-06-17T21:56:00.478Z Compiling peg-macros v0.8.5
28062026-06-17T21:56:00.551Z Checking winnow v0.6.26
28072026-06-17T21:56:00.740Z Compiling psm v0.1.30
28082026-06-17T21:56:00.815Z Compiling sqlparser_derive v0.5.0
28092026-06-17T21:56:00.873Z Checking nu-ansi-term v0.50.3
28102026-06-17T21:56:01.022Z Checking derive_more v2.1.1
28112026-06-17T21:56:01.083Z Checking home v0.5.12
28122026-06-17T21:56:01.101Z Checking unicode_categories v0.1.1
28132026-06-17T21:56:01.190Z Checking crossterm v0.29.0
28142026-06-17T21:56:01.208Z Checking tabled v0.15.0
28152026-06-17T21:56:01.247Z Checking rustyline v14.0.0
28162026-06-17T21:56:01.259Z Checking reedline v0.40.0
28172026-06-17T21:56:01.511Z Checking recursive v0.1.1
28182026-06-17T21:56:01.583Z Checking display-error-chain v0.2.2
28192026-06-17T21:56:01.608Z Checking sqlparser v0.61.0
28202026-06-17T21:56:01.663Z Checking sqlformat v0.3.5
28212026-06-17T21:56:01.833Z Checking peg v0.8.5
28222026-06-17T21:56:14.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.62s
28232026-06-17T21:56:14.277Z
28242026-06-17T21:56:14.277Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/297)
28252026-06-17T21:56:14.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28262026-06-17T21:56:14.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28272026-06-17T21:56:14.277Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28282026-06-17T21:56:17.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s
28292026-06-17T21:56:17.245Z
28302026-06-17T21:56:17.245Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/297)
28312026-06-17T21:56:17.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28322026-06-17T21:56:17.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28332026-06-17T21:56:17.937Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28342026-06-17T21:56:20.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s
28352026-06-17T21:56:20.638Z
28362026-06-17T21:56:20.638Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/297)
28372026-06-17T21:56:21.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28382026-06-17T21:56:21.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28392026-06-17T21:56:21.224Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28402026-06-17T21:56:24.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.88s
28412026-06-17T21:56:24.643Z
28422026-06-17T21:56:24.643Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/297)
28432026-06-17T21:56:25.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28442026-06-17T21:56:25.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28452026-06-17T21:56:25.320Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28462026-06-17T21:56:28.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.92s
28472026-06-17T21:56:28.758Z
28482026-06-17T21:56:28.758Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/297)
28492026-06-17T21:56:29.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502026-06-17T21:56:29.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512026-06-17T21:56:29.446Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28522026-06-17T21:56:32.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
28532026-06-17T21:56:32.641Z
28542026-06-17T21:56:32.641Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/297)
28552026-06-17T21:56:32.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562026-06-17T21:56:32.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572026-06-17T21:56:32.876Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28582026-06-17T21:56:35.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s
28592026-06-17T21:56:35.678Z
28602026-06-17T21:56:35.678Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/297)
28612026-06-17T21:56:36.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622026-06-17T21:56:36.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632026-06-17T21:56:36.363Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28642026-06-17T21:56:39.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
28652026-06-17T21:56:39.923Z
28662026-06-17T21:56:39.923Zinfo: running `cargo check --bins` on oximeter (93/297)
28672026-06-17T21:56:40.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682026-06-17T21:56:40.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692026-06-17T21:56:40.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28702026-06-17T21:56:40.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28712026-06-17T21:56:40.528Z
28722026-06-17T21:56:40.528Zinfo: running `cargo check --bins` on oximeter-schema (94/297)
28732026-06-17T21:56:41.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28742026-06-17T21:56:41.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28752026-06-17T21:56:41.173Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28762026-06-17T21:56:41.339Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28772026-06-17T21:56:41.342Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28782026-06-17T21:56:41.678Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28792026-06-17T21:56:44.491Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28802026-06-17T21:56:45.701Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28812026-06-17T21:56:45.976Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28822026-06-17T21:56:46.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.05s
28832026-06-17T21:56:46.762Z
28842026-06-17T21:56:46.762Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/297)
28852026-06-17T21:56:47.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862026-06-17T21:56:47.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872026-06-17T21:56:47.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28882026-06-17T21:56:47.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28892026-06-17T21:56:47.373Z
28902026-06-17T21:56:47.373Zinfo: running `cargo check --bins` on oximeter-test-utils (96/297)
28912026-06-17T21:56:47.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922026-06-17T21:56:47.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932026-06-17T21:56:47.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28942026-06-17T21:56:47.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28952026-06-17T21:56:48.028Z
28962026-06-17T21:56:48.028Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/297)
28972026-06-17T21:56:48.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982026-06-17T21:56:48.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992026-06-17T21:56:48.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29002026-06-17T21:56:48.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29012026-06-17T21:56:48.650Z
29022026-06-17T21:56:48.651Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/297)
29032026-06-17T21:56:49.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042026-06-17T21:56:49.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052026-06-17T21:56:49.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29062026-06-17T21:56:49.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29072026-06-17T21:56:49.262Z
29082026-06-17T21:56:49.262Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/297)
29092026-06-17T21:56:49.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102026-06-17T21:56:49.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112026-06-17T21:56:49.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29122026-06-17T21:56:49.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29132026-06-17T21:56:49.873Z
29142026-06-17T21:56:49.874Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/297)
29152026-06-17T21:56:50.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162026-06-17T21:56:50.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172026-06-17T21:56:50.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29182026-06-17T21:56:50.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29192026-06-17T21:56:50.487Z
29202026-06-17T21:56:50.487Zinfo: running `cargo check --bins` on trust-quorum-types (101/297)
29212026-06-17T21:56:50.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222026-06-17T21:56:50.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232026-06-17T21:56:50.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29242026-06-17T21:56:50.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29252026-06-17T21:56:51.083Z
29262026-06-17T21:56:51.083Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/297)
29272026-06-17T21:56:51.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282026-06-17T21:56:51.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292026-06-17T21:56:51.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29302026-06-17T21:56:51.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29312026-06-17T21:56:51.695Z
29322026-06-17T21:56:51.695Zinfo: running `cargo check --bins` on update-engine (103/297)
29332026-06-17T21:56:52.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342026-06-17T21:56:52.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352026-06-17T21:56:52.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29362026-06-17T21:56:52.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29372026-06-17T21:56:52.285Z
29382026-06-17T21:56:52.285Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/297)
29392026-06-17T21:56:52.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29402026-06-17T21:56:52.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29412026-06-17T21:56:53.016Z Compiling crucible-workspace-hack v0.1.0
29422026-06-17T21:56:53.136Z Checking secrecy v0.10.3
29432026-06-17T21:56:53.143Z Compiling toml_datetime v0.7.5+spec-1.1.0
29442026-06-17T21:56:53.146Z Compiling heapless v0.8.0
29452026-06-17T21:56:53.158Z Compiling ingot-macros v0.1.1
29462026-06-17T21:56:53.165Z Checking hash32 v0.3.1
29472026-06-17T21:56:53.176Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29482026-06-17T21:56:53.179Z Compiling smoltcp v0.11.0
29492026-06-17T21:56:53.241Z Checking cobs v0.3.0
29502026-06-17T21:56:53.286Z Compiling toml_edit v0.23.10+spec-1.0.0
29512026-06-17T21:56:53.368Z Compiling thiserror-impl-no-std v2.0.2
29522026-06-17T21:56:53.381Z Checking universal-hash v0.5.1
29532026-06-17T21:56:53.404Z Checking half v2.7.1
29542026-06-17T21:56:53.417Z Checking opaque-debug v0.3.1
29552026-06-17T21:56:53.495Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29562026-06-17T21:56:53.536Z Checking ciborium-io v0.2.2
29572026-06-17T21:56:53.549Z Checking poly1305 v0.8.0
29582026-06-17T21:56:53.628Z Checking postcard v1.1.3
29592026-06-17T21:56:53.660Z Checking ciborium-ll v0.2.2
29602026-06-17T21:56:53.701Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29612026-06-17T21:56:53.812Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29622026-06-17T21:56:53.838Z Compiling proc-macro-crate v3.4.0
29632026-06-17T21:56:53.923Z Checking password-hash v0.5.0
29642026-06-17T21:56:54.080Z Checking chacha20 v0.9.1
29652026-06-17T21:56:54.112Z Compiling proc-macro-crate v1.3.1
29662026-06-17T21:56:54.166Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29672026-06-17T21:56:54.281Z Checking blake2 v0.10.6
29682026-06-17T21:56:54.361Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29692026-06-17T21:56:54.401Z Compiling num_enum_derive v0.7.6
29702026-06-17T21:56:54.415Z Checking aead v0.5.2
29712026-06-17T21:56:54.523Z Compiling foreign-types-macros v0.2.3
29722026-06-17T21:56:54.537Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29732026-06-17T21:56:54.557Z Checking thiserror-no-std v2.0.2
29742026-06-17T21:56:54.561Z Checking foreign-types-shared v0.3.1
29752026-06-17T21:56:54.582Z Checking cpufeatures v0.3.0
29762026-06-17T21:56:54.645Z Checking vsss-rs v3.3.4
29772026-06-17T21:56:54.658Z Checking chacha20 v0.10.0
29782026-06-17T21:56:54.658Z Checking chacha20poly1305 v0.10.1
29792026-06-17T21:56:54.771Z Compiling num_enum_derive v0.5.11
29802026-06-17T21:56:54.795Z Checking argon2 v0.5.3
29812026-06-17T21:56:54.869Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29822026-06-17T21:56:55.107Z Checking foreign-types v0.5.0
29832026-06-17T21:56:55.138Z Checking ciborium v0.2.2
29842026-06-17T21:56:55.276Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29852026-06-17T21:56:55.297Z Checking tabwriter v1.4.1
29862026-06-17T21:56:55.435Z Checking num_enum v0.7.6
29872026-06-17T21:56:55.449Z Checking byte-wrapper v0.1.0
29882026-06-17T21:56:55.550Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29892026-06-17T21:56:55.554Z Checking cstr-argument v0.1.2
29902026-06-17T21:56:55.577Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29912026-06-17T21:56:55.650Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29922026-06-17T21:56:55.677Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29932026-06-17T21:56:55.746Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29942026-06-17T21:56:55.807Z Checking num_enum v0.5.11
29952026-06-17T21:56:55.851Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29962026-06-17T21:56:55.869Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29972026-06-17T21:56:55.999Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29982026-06-17T21:56:56.005Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29992026-06-17T21:56:56.006Z Checking ingot-types v0.1.2
30002026-06-17T21:56:56.024Z Checking rand v0.10.0
30012026-06-17T21:56:56.038Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30022026-06-17T21:56:56.092Z Checking colored v3.1.1
30032026-06-17T21:56:56.124Z Checking indent_write v2.2.0
30042026-06-17T21:56:56.256Z Compiling zone_cfg_derive v0.3.1
30052026-06-17T21:56:56.297Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30062026-06-17T21:56:56.322Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30072026-06-17T21:56:56.352Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30082026-06-17T21:56:56.355Z Checking ingot v0.1.1
30092026-06-17T21:56:56.419Z Checking itertools v0.12.1
30102026-06-17T21:56:56.466Z Compiling num-derive v0.4.2
30112026-06-17T21:56:56.481Z Checking swrite v0.1.0
30122026-06-17T21:56:56.538Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30132026-06-17T21:56:56.573Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30142026-06-17T21:56:56.738Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30152026-06-17T21:56:56.853Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30162026-06-17T21:56:56.901Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30172026-06-17T21:56:56.917Z Checking dropshot-api-manager-types v0.7.2
30182026-06-17T21:56:56.920Z Checking smf v0.2.3
30192026-06-17T21:56:57.015Z Checking nanorand v0.7.0
30202026-06-17T21:56:57.095Z Checking whoami v1.6.1
30212026-06-17T21:56:57.149Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30222026-06-17T21:56:57.214Z Checking flume v0.11.1
30232026-06-17T21:56:57.389Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30242026-06-17T21:56:57.436Z Checking zone v0.3.1
30252026-06-17T21:56:57.921Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30262026-06-17T21:56:58.913Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30272026-06-17T21:56:59.813Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30282026-06-17T21:57:03.042Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30292026-06-17T21:57:05.107Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30302026-06-17T21:57:06.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.92s
30312026-06-17T21:57:06.407Z
30322026-06-17T21:57:06.408Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/297)
30332026-06-17T21:57:06.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30342026-06-17T21:57:06.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30352026-06-17T21:57:06.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30362026-06-17T21:57:06.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30372026-06-17T21:57:07.018Z
30382026-06-17T21:57:07.018Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/297)
30392026-06-17T21:57:07.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30402026-06-17T21:57:07.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30412026-06-17T21:57:07.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30422026-06-17T21:57:07.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30432026-06-17T21:57:07.631Z
30442026-06-17T21:57:07.632Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/297)
30452026-06-17T21:57:08.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462026-06-17T21:57:08.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472026-06-17T21:57:08.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30482026-06-17T21:57:08.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30492026-06-17T21:57:08.235Z
30502026-06-17T21:57:08.235Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/297)
30512026-06-17T21:57:08.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522026-06-17T21:57:08.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532026-06-17T21:57:08.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542026-06-17T21:57:08.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30552026-06-17T21:57:08.851Z
30562026-06-17T21:57:08.851Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/297)
30572026-06-17T21:57:09.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582026-06-17T21:57:09.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592026-06-17T21:57:09.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602026-06-17T21:57:09.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30612026-06-17T21:57:09.458Z
30622026-06-17T21:57:09.459Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/297)
30632026-06-17T21:57:09.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642026-06-17T21:57:09.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652026-06-17T21:57:09.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662026-06-17T21:57:09.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30672026-06-17T21:57:10.064Z
30682026-06-17T21:57:10.064Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/297)
30692026-06-17T21:57:10.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702026-06-17T21:57:10.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712026-06-17T21:57:10.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722026-06-17T21:57:10.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30732026-06-17T21:57:10.671Z
30742026-06-17T21:57:10.671Zinfo: running `cargo check --bins` on cockroach-admin-client (112/297)
30752026-06-17T21:57:11.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762026-06-17T21:57:11.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772026-06-17T21:57:11.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782026-06-17T21:57:11.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30792026-06-17T21:57:11.264Z
30802026-06-17T21:57:11.264Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/297)
30812026-06-17T21:57:11.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822026-06-17T21:57:11.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832026-06-17T21:57:11.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30842026-06-17T21:57:11.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30852026-06-17T21:57:11.875Z
30862026-06-17T21:57:11.875Zinfo: running `cargo check --bins` on dns-service-client (114/297)
30872026-06-17T21:57:12.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882026-06-17T21:57:12.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892026-06-17T21:57:12.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30902026-06-17T21:57:12.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30912026-06-17T21:57:12.480Z
30922026-06-17T21:57:12.480Zinfo: running `cargo check --bins` on installinator-client (115/297)
30932026-06-17T21:57:12.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942026-06-17T21:57:12.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952026-06-17T21:57:12.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30962026-06-17T21:57:13.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30972026-06-17T21:57:13.086Z
30982026-06-17T21:57:13.086Zinfo: running `cargo check --bins` on nexus-client (116/297)
30992026-06-17T21:57:13.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002026-06-17T21:57:13.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012026-06-17T21:57:13.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31022026-06-17T21:57:13.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31032026-06-17T21:57:13.740Z
31042026-06-17T21:57:13.740Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/297)
31052026-06-17T21:57:14.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062026-06-17T21:57:14.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072026-06-17T21:57:14.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31082026-06-17T21:57:14.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31092026-06-17T21:57:14.376Z
31102026-06-17T21:57:14.377Zinfo: running `cargo check --bins` on ntp-admin-client (118/297)
31112026-06-17T21:57:14.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31122026-06-17T21:57:14.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31132026-06-17T21:57:14.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31142026-06-17T21:57:14.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31152026-06-17T21:57:14.971Z
31162026-06-17T21:57:14.971Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/297)
31172026-06-17T21:57:15.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31182026-06-17T21:57:15.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31192026-06-17T21:57:15.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31202026-06-17T21:57:15.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31212026-06-17T21:57:15.558Z
31222026-06-17T21:57:15.558Zinfo: running `cargo check --bins` on oxide-client (120/297)
31232026-06-17T21:57:16.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31242026-06-17T21:57:16.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31252026-06-17T21:57:16.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31262026-06-17T21:57:16.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31272026-06-17T21:57:16.151Z
31282026-06-17T21:57:16.151Zinfo: running `cargo check --bins` on oximeter-client (121/297)
31292026-06-17T21:57:16.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31302026-06-17T21:57:16.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31312026-06-17T21:57:16.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31322026-06-17T21:57:16.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31332026-06-17T21:57:16.753Z
31342026-06-17T21:57:16.753Zinfo: running `cargo check --bins` on repo-depot-client (122/297)
31352026-06-17T21:57:17.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31362026-06-17T21:57:17.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31372026-06-17T21:57:17.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31382026-06-17T21:57:17.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31392026-06-17T21:57:17.340Z
31402026-06-17T21:57:17.340Zinfo: running `cargo check --bins` on sled-agent-client (123/297)
31412026-06-17T21:57:17.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31422026-06-17T21:57:17.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31432026-06-17T21:57:17.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31442026-06-17T21:57:17.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31452026-06-17T21:57:17.949Z
31462026-06-17T21:57:17.949Zinfo: running `cargo check --bins` on wicketd-client (124/297)
31472026-06-17T21:57:18.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31482026-06-17T21:57:18.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31492026-06-17T21:57:18.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31502026-06-17T21:57:18.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31512026-06-17T21:57:18.579Z
31522026-06-17T21:57:18.579Zinfo: running `cargo check --bins` on installinator-common (125/297)
31532026-06-17T21:57:19.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31542026-06-17T21:57:19.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31552026-06-17T21:57:19.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31562026-06-17T21:57:19.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31572026-06-17T21:57:19.198Z
31582026-06-17T21:57:19.198Zinfo: running `cargo check --bins` on installinator-common-versions (126/297)
31592026-06-17T21:57:19.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31602026-06-17T21:57:19.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31612026-06-17T21:57:19.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31622026-06-17T21:57:19.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31632026-06-17T21:57:19.784Z
31642026-06-17T21:57:19.784Zinfo: running `cargo check --bins` on wicket-common (127/297)
31652026-06-17T21:57:20.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31662026-06-17T21:57:20.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31672026-06-17T21:57:20.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31682026-06-17T21:57:20.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31692026-06-17T21:57:20.406Z
31702026-06-17T21:57:20.406Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/297)
31712026-06-17T21:57:20.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31722026-06-17T21:57:20.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31732026-06-17T21:57:21.106Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31742026-06-17T21:57:21.222Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31752026-06-17T21:57:21.229Z Checking csv-core v0.1.13
31762026-06-17T21:57:21.236Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31772026-06-17T21:57:21.239Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31782026-06-17T21:57:21.327Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31792026-06-17T21:57:21.335Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31802026-06-17T21:57:21.335Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31812026-06-17T21:57:21.390Z Checking csv v1.4.0
31822026-06-17T21:57:21.430Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31832026-06-17T21:57:21.444Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31842026-06-17T21:57:21.470Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31852026-06-17T21:57:21.485Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31862026-06-17T21:57:21.730Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31872026-06-17T21:57:22.094Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31882026-06-17T21:57:22.094Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31892026-06-17T21:57:22.432Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31902026-06-17T21:57:28.388Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31912026-06-17T21:57:28.923Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31922026-06-17T21:57:31.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.88s
31932026-06-17T21:57:31.481Z
31942026-06-17T21:57:31.481Zinfo: running `cargo check --bins` on cockroach-admin-api (129/297)
31952026-06-17T21:57:31.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31962026-06-17T21:57:31.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31972026-06-17T21:57:31.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31982026-06-17T21:57:31.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31992026-06-17T21:57:32.085Z
32002026-06-17T21:57:32.085Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/297)
32012026-06-17T21:57:32.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32022026-06-17T21:57:32.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32032026-06-17T21:57:32.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32042026-06-17T21:57:32.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32052026-06-17T21:57:32.769Z
32062026-06-17T21:57:32.769Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/297)
32072026-06-17T21:57:33.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32082026-06-17T21:57:33.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32092026-06-17T21:57:33.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32102026-06-17T21:57:33.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32112026-06-17T21:57:33.463Z
32122026-06-17T21:57:33.463Zinfo: running `cargo check --bins` on gateway-test-utils (132/297)
32132026-06-17T21:57:34.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32142026-06-17T21:57:34.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32152026-06-17T21:57:34.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32162026-06-17T21:57:34.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32172026-06-17T21:57:34.120Z
32182026-06-17T21:57:34.121Zinfo: running `cargo check --bins` on omicron-gateway (133/297)
32192026-06-17T21:57:34.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32202026-06-17T21:57:34.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32212026-06-17T21:57:34.888Z Compiling regress v0.11.1
32222026-06-17T21:57:35.033Z Compiling unsafe-libyaml v0.2.11
32232026-06-17T21:57:35.043Z Compiling radium v0.7.0
32242026-06-17T21:57:35.052Z Compiling semver v0.1.20
32252026-06-17T21:57:35.065Z Checking nom v8.0.0
32262026-06-17T21:57:35.065Z Compiling maybe-uninit v2.0.0
32272026-06-17T21:57:35.077Z Checking tap v1.0.1
32282026-06-17T21:57:35.195Z Checking wyz v0.5.1
32292026-06-17T21:57:35.331Z Compiling rustc_version v0.1.7
32302026-06-17T21:57:35.391Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32312026-06-17T21:57:35.399Z Compiling zerocopy-derive v0.6.6
32322026-06-17T21:57:35.506Z Checking funty v2.0.0
32332026-06-17T21:57:35.534Z Compiling newtype_derive v0.1.6
32342026-06-17T21:57:35.729Z Compiling serde_yaml v0.9.34+deprecated
32352026-06-17T21:57:35.773Z Checking crc-catalog v2.4.0
32362026-06-17T21:57:35.825Z Compiling cancel-safe-futures v0.1.5
32372026-06-17T21:57:35.865Z Compiling packed_struct v0.10.1
32382026-06-17T21:57:36.037Z Compiling owo-colors v4.3.0
32392026-06-17T21:57:36.172Z Checking crc v3.4.0
32402026-06-17T21:57:36.269Z Checking zerocopy v0.6.6
32412026-06-17T21:57:36.352Z Checking bitvec v1.0.1
32422026-06-17T21:57:36.480Z Checking typify-impl v0.6.2
32432026-06-17T21:57:36.569Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32442026-06-17T21:57:36.907Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32452026-06-17T21:57:37.015Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32462026-06-17T21:57:37.117Z Compiling packed_struct_codegen v0.10.1
32472026-06-17T21:57:37.196Z Checking libsw-core v0.3.2
32482026-06-17T21:57:37.252Z Compiling bitfield-macros v0.19.4
32492026-06-17T21:57:37.345Z Compiling indexmap v1.9.3
32502026-06-17T21:57:37.548Z Checking nodrop v0.1.14
32512026-06-17T21:57:37.628Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32522026-06-17T21:57:37.646Z Checking array-init v0.0.4
32532026-06-17T21:57:37.682Z Checking libsw v3.5.0
32542026-06-17T21:57:37.704Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32552026-06-17T21:57:37.838Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32562026-06-17T21:57:37.952Z Checking smallvec v0.6.14
32572026-06-17T21:57:37.983Z Checking bitfield v0.19.4
32582026-06-17T21:57:38.018Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32592026-06-17T21:57:38.226Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32602026-06-17T21:57:38.247Z Checking linear-map v1.2.0
32612026-06-17T21:57:38.352Z Checking smawk v0.3.2
32622026-06-17T21:57:38.420Z Checking base64 v0.21.7
32632026-06-17T21:57:38.433Z Checking tagptr v0.2.0
32642026-06-17T21:57:38.447Z Checking unicode-linebreak v0.1.5
32652026-06-17T21:57:38.485Z Checking hashbrown v0.12.3
32662026-06-17T21:57:38.602Z Checking moka v0.12.13
32672026-06-17T21:57:38.682Z Checking textwrap v0.16.2
32682026-06-17T21:57:38.696Z Checking ron v0.8.1
32692026-06-17T21:57:38.752Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32702026-06-17T21:57:38.904Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32712026-06-17T21:57:39.082Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32722026-06-17T21:57:39.227Z Checking steno v0.4.1
32732026-06-17T21:57:39.253Z Checking serde-hex v0.1.0
32742026-06-17T21:57:39.265Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32752026-06-17T21:57:39.287Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32762026-06-17T21:57:39.429Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32772026-06-17T21:57:39.899Z Checking hashbrown v0.13.2
32782026-06-17T21:57:40.007Z Checking crc-any v2.5.0
32792026-06-17T21:57:40.035Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32802026-06-17T21:57:40.191Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32812026-06-17T21:57:40.245Z Checking hickory-resolver v0.25.2
32822026-06-17T21:57:40.262Z Checking void v1.0.2
32832026-06-17T21:57:40.332Z Checking object v0.30.4
32842026-06-17T21:57:40.363Z Checking utf-8 v0.7.6
32852026-06-17T21:57:40.376Z Checking half v1.8.3
32862026-06-17T21:57:40.393Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32872026-06-17T21:57:40.495Z Checking path-slash v0.1.5
32882026-06-17T21:57:40.509Z Checking tungstenite v0.23.0
32892026-06-17T21:57:40.570Z Checking serde_cbor v0.11.2
32902026-06-17T21:57:40.603Z Checking lzss v0.8.2
32912026-06-17T21:57:40.792Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32922026-06-17T21:57:40.868Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32932026-06-17T21:57:40.928Z Checking nix v0.27.1
32942026-06-17T21:57:40.952Z Checking kstat-rs v0.2.4
32952026-06-17T21:57:40.955Z Checking fxhash v0.2.1
32962026-06-17T21:57:40.979Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32972026-06-17T21:57:41.096Z Compiling typify-macro v0.6.2
32982026-06-17T21:57:41.102Z Checking serde_bytes v0.11.19
32992026-06-17T21:57:41.102Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33002026-06-17T21:57:41.136Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33012026-06-17T21:57:41.256Z Checking tokio-tungstenite v0.23.1
33022026-06-17T21:57:41.383Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33032026-06-17T21:57:41.405Z Checking signal-hook-tokio v0.3.1
33042026-06-17T21:57:42.288Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33052026-06-17T21:57:42.330Z Compiling typify v0.6.2
33062026-06-17T21:57:42.410Z Compiling progenitor-impl v0.14.0
33072026-06-17T21:57:43.187Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33082026-06-17T21:57:43.486Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33092026-06-17T21:57:43.881Z Compiling progenitor-macro v0.14.0
33102026-06-17T21:57:46.213Z Checking progenitor v0.14.0
33112026-06-17T21:57:46.335Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33122026-06-17T21:57:46.338Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33132026-06-17T21:57:48.987Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33142026-06-17T21:57:57.015Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33152026-06-17T21:58:03.419Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33162026-06-17T21:58:04.788Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33172026-06-17T21:58:05.294Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33182026-06-17T21:58:07.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.28s
33192026-06-17T21:58:07.606Z
33202026-06-17T21:58:07.606Zinfo: running `cargo check --bins` on gateway-api (134/297)
33212026-06-17T21:58:08.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33222026-06-17T21:58:08.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33232026-06-17T21:58:08.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33242026-06-17T21:58:08.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33252026-06-17T21:58:08.207Z
33262026-06-17T21:58:08.207Zinfo: running `cargo check --bins` on ipcc (135/297)
33272026-06-17T21:58:08.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33282026-06-17T21:58:08.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33292026-06-17T21:58:08.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33302026-06-17T21:58:08.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33312026-06-17T21:58:08.816Z
33322026-06-17T21:58:08.816Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/297)
33332026-06-17T21:58:09.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33342026-06-17T21:58:09.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33352026-06-17T21:58:09.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33362026-06-17T21:58:09.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33372026-06-17T21:58:09.405Z
33382026-06-17T21:58:09.405Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/297)
33392026-06-17T21:58:09.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33402026-06-17T21:58:09.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33412026-06-17T21:58:09.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33422026-06-17T21:58:09.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33432026-06-17T21:58:10.032Z
33442026-06-17T21:58:10.032Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/297)
33452026-06-17T21:58:10.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33462026-06-17T21:58:10.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33472026-06-17T21:58:10.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33482026-06-17T21:58:10.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33492026-06-17T21:58:10.641Z
33502026-06-17T21:58:10.641Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/297)
33512026-06-17T21:58:11.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33522026-06-17T21:58:11.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33532026-06-17T21:58:11.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33542026-06-17T21:58:11.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33552026-06-17T21:58:11.257Z
33562026-06-17T21:58:11.257Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/297)
33572026-06-17T21:58:11.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33582026-06-17T21:58:11.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33592026-06-17T21:58:11.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33602026-06-17T21:58:11.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33612026-06-17T21:58:11.873Z
33622026-06-17T21:58:11.873Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/297)
33632026-06-17T21:58:12.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33642026-06-17T21:58:12.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33652026-06-17T21:58:12.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33662026-06-17T21:58:12.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
33672026-06-17T21:58:12.502Z
33682026-06-17T21:58:12.502Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/297)
33692026-06-17T21:58:13.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33702026-06-17T21:58:13.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33712026-06-17T21:58:13.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33722026-06-17T21:58:13.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33732026-06-17T21:58:13.107Z
33742026-06-17T21:58:13.107Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/297)
33752026-06-17T21:58:13.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33762026-06-17T21:58:13.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33772026-06-17T21:58:13.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33782026-06-17T21:58:13.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33792026-06-17T21:58:13.716Z
33802026-06-17T21:58:13.716Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/297)
33812026-06-17T21:58:14.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33822026-06-17T21:58:14.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33832026-06-17T21:58:14.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33842026-06-17T21:58:14.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33852026-06-17T21:58:14.326Z
33862026-06-17T21:58:14.326Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/297)
33872026-06-17T21:58:14.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33882026-06-17T21:58:14.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33892026-06-17T21:58:14.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33902026-06-17T21:58:14.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33912026-06-17T21:58:14.933Z
33922026-06-17T21:58:14.933Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/297)
33932026-06-17T21:58:15.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33942026-06-17T21:58:15.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33952026-06-17T21:58:15.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33962026-06-17T21:58:15.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33972026-06-17T21:58:15.535Z
33982026-06-17T21:58:15.535Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/297)
33992026-06-17T21:58:16.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34002026-06-17T21:58:16.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34012026-06-17T21:58:16.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34022026-06-17T21:58:16.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34032026-06-17T21:58:16.140Z
34042026-06-17T21:58:16.140Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/297)
34052026-06-17T21:58:16.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34062026-06-17T21:58:16.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34072026-06-17T21:58:16.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34082026-06-17T21:58:16.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34092026-06-17T21:58:16.766Z
34102026-06-17T21:58:16.768Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/297)
34112026-06-17T21:58:17.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34122026-06-17T21:58:17.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34132026-06-17T21:58:17.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34142026-06-17T21:58:17.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34152026-06-17T21:58:17.390Z
34162026-06-17T21:58:17.390Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/297)
34172026-06-17T21:58:17.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34182026-06-17T21:58:17.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34192026-06-17T21:58:17.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34202026-06-17T21:58:17.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34212026-06-17T21:58:18.014Z
34222026-06-17T21:58:18.014Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/297)
34232026-06-17T21:58:18.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34242026-06-17T21:58:18.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34252026-06-17T21:58:18.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34262026-06-17T21:58:18.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34272026-06-17T21:58:18.641Z
34282026-06-17T21:58:18.641Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/297)
34292026-06-17T21:58:19.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34302026-06-17T21:58:19.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34312026-06-17T21:58:19.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34322026-06-17T21:58:19.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34332026-06-17T21:58:19.263Z
34342026-06-17T21:58:19.263Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/297)
34352026-06-17T21:58:19.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34362026-06-17T21:58:19.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34372026-06-17T21:58:19.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34382026-06-17T21:58:19.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34392026-06-17T21:58:19.883Z
34402026-06-17T21:58:19.883Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/297)
34412026-06-17T21:58:20.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34422026-06-17T21:58:20.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34432026-06-17T21:58:20.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34442026-06-17T21:58:20.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34452026-06-17T21:58:20.506Z
34462026-06-17T21:58:20.506Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/297)
34472026-06-17T21:58:21.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34482026-06-17T21:58:21.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34492026-06-17T21:58:21.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34502026-06-17T21:58:21.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34512026-06-17T21:58:21.122Z
34522026-06-17T21:58:21.122Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/297)
34532026-06-17T21:58:21.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34542026-06-17T21:58:21.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34552026-06-17T21:58:21.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34562026-06-17T21:58:21.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34572026-06-17T21:58:21.745Z
34582026-06-17T21:58:21.745Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/297)
34592026-06-17T21:58:22.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34602026-06-17T21:58:22.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34612026-06-17T21:58:22.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34622026-06-17T21:58:22.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34632026-06-17T21:58:22.369Z
34642026-06-17T21:58:22.370Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/297)
34652026-06-17T21:58:22.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34662026-06-17T21:58:22.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34672026-06-17T21:58:22.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34682026-06-17T21:58:22.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34692026-06-17T21:58:22.975Z
34702026-06-17T21:58:22.975Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/297)
34712026-06-17T21:58:23.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34722026-06-17T21:58:23.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34732026-06-17T21:58:23.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34742026-06-17T21:58:23.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34752026-06-17T21:58:23.573Z
34762026-06-17T21:58:23.573Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/297)
34772026-06-17T21:58:24.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34782026-06-17T21:58:24.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34792026-06-17T21:58:24.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34802026-06-17T21:58:24.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34812026-06-17T21:58:24.174Z
34822026-06-17T21:58:24.174Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/297)
34832026-06-17T21:58:24.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34842026-06-17T21:58:24.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34852026-06-17T21:58:24.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34862026-06-17T21:58:24.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34872026-06-17T21:58:24.775Z
34882026-06-17T21:58:24.775Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/297)
34892026-06-17T21:58:25.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34902026-06-17T21:58:25.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34912026-06-17T21:58:25.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34922026-06-17T21:58:25.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34932026-06-17T21:58:25.376Z
34942026-06-17T21:58:25.376Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/297)
34952026-06-17T21:58:25.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34962026-06-17T21:58:25.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34972026-06-17T21:58:25.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34982026-06-17T21:58:25.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34992026-06-17T21:58:25.996Z
35002026-06-17T21:58:25.996Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/297)
35012026-06-17T21:58:26.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35022026-06-17T21:58:26.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35032026-06-17T21:58:26.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35042026-06-17T21:58:26.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35052026-06-17T21:58:26.602Z
35062026-06-17T21:58:26.603Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/297)
35072026-06-17T21:58:27.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35082026-06-17T21:58:27.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35092026-06-17T21:58:27.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35102026-06-17T21:58:27.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35112026-06-17T21:58:27.204Z
35122026-06-17T21:58:27.204Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/297)
35132026-06-17T21:58:27.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35142026-06-17T21:58:27.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35152026-06-17T21:58:27.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35162026-06-17T21:58:27.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35172026-06-17T21:58:27.824Z
35182026-06-17T21:58:27.824Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/297)
35192026-06-17T21:58:28.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35202026-06-17T21:58:28.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35212026-06-17T21:58:28.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35222026-06-17T21:58:28.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35232026-06-17T21:58:28.449Z
35242026-06-17T21:58:28.449Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/297)
35252026-06-17T21:58:28.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35262026-06-17T21:58:28.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35272026-06-17T21:58:28.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35282026-06-17T21:58:28.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35292026-06-17T21:58:29.069Z
35302026-06-17T21:58:29.069Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/297)
35312026-06-17T21:58:29.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35322026-06-17T21:58:29.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35332026-06-17T21:58:29.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35342026-06-17T21:58:29.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35352026-06-17T21:58:29.694Z
35362026-06-17T21:58:29.694Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/297)
35372026-06-17T21:58:30.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35382026-06-17T21:58:30.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35392026-06-17T21:58:30.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35402026-06-17T21:58:30.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35412026-06-17T21:58:30.321Z
35422026-06-17T21:58:30.322Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/297)
35432026-06-17T21:58:30.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35442026-06-17T21:58:30.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35452026-06-17T21:58:30.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35462026-06-17T21:58:30.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35472026-06-17T21:58:30.939Z
35482026-06-17T21:58:30.939Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/297)
35492026-06-17T21:58:31.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35502026-06-17T21:58:31.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35512026-06-17T21:58:31.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35522026-06-17T21:58:31.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35532026-06-17T21:58:31.562Z
35542026-06-17T21:58:31.562Zinfo: running `cargo check --bins` on oximeter-producer (173/297)
35552026-06-17T21:58:32.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35562026-06-17T21:58:32.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35572026-06-17T21:58:32.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35582026-06-17T21:58:32.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35592026-06-17T21:58:32.202Z
35602026-06-17T21:58:32.203Zinfo: running `cargo check --bins` on internal-dns-resolver (174/297)
35612026-06-17T21:58:32.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35622026-06-17T21:58:32.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35632026-06-17T21:58:32.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35642026-06-17T21:58:32.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35652026-06-17T21:58:32.802Z
35662026-06-17T21:58:32.802Zinfo: running `cargo check --bins` on dns-server (175/297)
35672026-06-17T21:58:33.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35682026-06-17T21:58:33.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35692026-06-17T21:58:33.454Z Compiling parking_lot_core v0.8.6
35702026-06-17T21:58:33.457Z Compiling git-stub v1.0.0
35712026-06-17T21:58:33.457Z Checking prefix-trie v0.7.0
35722026-06-17T21:58:33.579Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35732026-06-17T21:58:33.696Z Compiling git-stub-vcs v0.1.0
35742026-06-17T21:58:33.854Z Checking hickory-server v0.25.2
35752026-06-17T21:58:33.965Z Checking parking_lot v0.11.2
35762026-06-17T21:58:33.979Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35772026-06-17T21:58:34.046Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35782026-06-17T21:58:34.046Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35792026-06-17T21:58:34.139Z Checking sled v0.34.7
35802026-06-17T21:58:36.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
35812026-06-17T21:58:36.194Z
35822026-06-17T21:58:36.195Zinfo: running `cargo check --bins` on dns-server-api (176/297)
35832026-06-17T21:58:36.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35842026-06-17T21:58:36.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35852026-06-17T21:58:36.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35862026-06-17T21:58:36.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35872026-06-17T21:58:36.791Z
35882026-06-17T21:58:36.791Zinfo: running `cargo check --bins` on oximeter-producer-api (177/297)
35892026-06-17T21:58:37.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35902026-06-17T21:58:37.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35912026-06-17T21:58:37.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35922026-06-17T21:58:37.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35932026-06-17T21:58:37.389Z
35942026-06-17T21:58:37.389Zinfo: running `cargo check --bins` on sp-sim (178/297)
35952026-06-17T21:58:37.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35962026-06-17T21:58:37.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35972026-06-17T21:58:38.109Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35982026-06-17T21:58:39.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s
35992026-06-17T21:58:40.065Z
36002026-06-17T21:58:40.065Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/297)
36012026-06-17T21:58:40.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36022026-06-17T21:58:40.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36032026-06-17T21:58:40.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36042026-06-17T21:58:40.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36052026-06-17T21:58:40.722Z
36062026-06-17T21:58:40.722Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/297)
36072026-06-17T21:58:41.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36082026-06-17T21:58:41.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36092026-06-17T21:58:41.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36102026-06-17T21:58:41.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36112026-06-17T21:58:41.377Z
36122026-06-17T21:58:41.377Zinfo: running `cargo check --bins` on db-macros (181/297)
36132026-06-17T21:58:41.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36142026-06-17T21:58:41.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36152026-06-17T21:58:41.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36162026-06-17T21:58:41.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36172026-06-17T21:58:41.961Z
36182026-06-17T21:58:41.961Zinfo: running `cargo check --bins` on nexus-macros-common (182/297)
36192026-06-17T21:58:42.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36202026-06-17T21:58:42.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36212026-06-17T21:58:42.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36222026-06-17T21:58:42.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36232026-06-17T21:58:42.550Z
36242026-06-17T21:58:42.550Zinfo: running `cargo check --bins` on nexus-auth (183/297)
36252026-06-17T21:58:43.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36262026-06-17T21:58:43.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36272026-06-17T21:58:43.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36282026-06-17T21:58:43.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36292026-06-17T21:58:43.203Z
36302026-06-17T21:58:43.204Zinfo: running `cargo check --bins` on authz-macros (184/297)
36312026-06-17T21:58:43.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36322026-06-17T21:58:43.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36332026-06-17T21:58:43.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36342026-06-17T21:58:43.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36352026-06-17T21:58:43.794Z
36362026-06-17T21:58:43.794Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/297)
36372026-06-17T21:58:44.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36382026-06-17T21:58:44.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36392026-06-17T21:58:44.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36402026-06-17T21:58:44.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36412026-06-17T21:58:44.439Z
36422026-06-17T21:58:44.439Zinfo: running `cargo check --bins` on nexus-db-model (186/297)
36432026-06-17T21:58:44.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36442026-06-17T21:58:44.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36452026-06-17T21:58:44.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36462026-06-17T21:58:44.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36472026-06-17T21:58:45.074Z
36482026-06-17T21:58:45.074Zinfo: running `cargo check --bins` on nexus-db-schema (187/297)
36492026-06-17T21:58:45.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36502026-06-17T21:58:45.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36512026-06-17T21:58:45.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36522026-06-17T21:58:45.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36532026-06-17T21:58:45.662Z
36542026-06-17T21:58:45.662Zinfo: running `cargo check --bins` on omicron-rpaths (188/297)
36552026-06-17T21:58:46.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36562026-06-17T21:58:46.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36572026-06-17T21:58:46.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36582026-06-17T21:58:46.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36592026-06-17T21:58:46.245Z
36602026-06-17T21:58:46.246Zinfo: running `cargo check --bins` on nexus-defaults (189/297)
36612026-06-17T21:58:46.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36622026-06-17T21:58:46.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36632026-06-17T21:58:46.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36642026-06-17T21:58:46.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36652026-06-17T21:58:46.844Z
36662026-06-17T21:58:46.844Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/297)
36672026-06-17T21:58:47.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36682026-06-17T21:58:47.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36692026-06-17T21:58:47.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36702026-06-17T21:58:47.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36712026-06-17T21:58:47.441Z
36722026-06-17T21:58:47.441Zinfo: running `cargo check --bins` on parallel-task-set (191/297)
36732026-06-17T21:58:47.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36742026-06-17T21:58:47.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36752026-06-17T21:58:47.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36762026-06-17T21:58:47.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36772026-06-17T21:58:48.030Z
36782026-06-17T21:58:48.030Zinfo: running `cargo check --bins` on nexus-db-errors (192/297)
36792026-06-17T21:58:48.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36802026-06-17T21:58:48.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36812026-06-17T21:58:48.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36822026-06-17T21:58:48.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36832026-06-17T21:58:48.683Z
36842026-06-17T21:58:48.683Zinfo: running `cargo check --bins` on nexus-db-lookup (193/297)
36852026-06-17T21:58:49.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36862026-06-17T21:58:49.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36872026-06-17T21:58:49.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36882026-06-17T21:58:49.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36892026-06-17T21:58:49.335Z
36902026-06-17T21:58:49.335Zinfo: running `cargo check --bins` on nexus-inventory (194/297)
36912026-06-17T21:58:49.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36922026-06-17T21:58:49.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36932026-06-17T21:58:49.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36942026-06-17T21:58:49.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36952026-06-17T21:58:49.977Z
36962026-06-17T21:58:49.977Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (195/297)
36972026-06-17T21:58:50.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36982026-06-17T21:58:50.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36992026-06-17T21:58:50.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37002026-06-17T21:58:50.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37012026-06-17T21:58:50.602Z
37022026-06-17T21:58:50.602Zinfo: running `cargo check --bins --no-default-features` on sled-storage (196/297)
37032026-06-17T21:58:51.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37042026-06-17T21:58:51.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37052026-06-17T21:58:51.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37062026-06-17T21:58:51.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37072026-06-17T21:58:51.217Z
37082026-06-17T21:58:51.217Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (197/297)
37092026-06-17T21:58:51.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37102026-06-17T21:58:51.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37112026-06-17T21:58:51.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37122026-06-17T21:58:51.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37132026-06-17T21:58:51.831Z
37142026-06-17T21:58:51.831Zinfo: running `cargo check --bins` on key-manager (198/297)
37152026-06-17T21:58:52.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37162026-06-17T21:58:52.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37172026-06-17T21:58:52.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37182026-06-17T21:58:52.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37192026-06-17T21:58:52.432Z
37202026-06-17T21:58:52.432Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (199/297)
37212026-06-17T21:58:52.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37222026-06-17T21:58:52.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37232026-06-17T21:58:52.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37242026-06-17T21:58:52.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37252026-06-17T21:58:53.055Z
37262026-06-17T21:58:53.055Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (200/297)
37272026-06-17T21:58:53.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37282026-06-17T21:58:53.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37292026-06-17T21:58:53.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37302026-06-17T21:58:53.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37312026-06-17T21:58:53.685Z
37322026-06-17T21:58:53.685Zinfo: running `cargo check --bins` on typed-rng (201/297)
37332026-06-17T21:58:54.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37342026-06-17T21:58:54.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37352026-06-17T21:58:54.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37362026-06-17T21:58:54.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37372026-06-17T21:58:54.268Z
37382026-06-17T21:58:54.268Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/297)
37392026-06-17T21:58:54.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37402026-06-17T21:58:54.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37412026-06-17T21:58:55.128Z Compiling libefi-sys v0.1.0
37422026-06-17T21:58:55.132Z Compiling bitfield-struct v0.6.2
37432026-06-17T21:58:55.293Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37442026-06-17T21:58:55.305Z Compiling xshell-macros v0.2.7
37452026-06-17T21:58:55.308Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37462026-06-17T21:58:55.308Z Compiling typify-impl v0.4.3
37472026-06-17T21:58:55.308Z Compiling salty v0.3.0
37482026-06-17T21:58:55.308Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37492026-06-17T21:58:55.408Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37502026-06-17T21:58:55.461Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37512026-06-17T21:58:55.622Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37522026-06-17T21:58:55.702Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37532026-06-17T21:58:55.755Z Checking xshell v0.2.7
37542026-06-17T21:58:55.855Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37552026-06-17T21:58:55.870Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37562026-06-17T21:58:55.891Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37572026-06-17T21:58:55.952Z Checking primeorder v0.13.6
37582026-06-17T21:58:55.983Z Compiling proc-macro-error-attr2 v2.0.0
37592026-06-17T21:58:56.019Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37602026-06-17T21:58:56.126Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37612026-06-17T21:58:56.194Z Checking p384 v0.13.1
37622026-06-17T21:58:56.235Z Checking tungstenite v0.21.0
37632026-06-17T21:58:56.316Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37642026-06-17T21:58:56.365Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37652026-06-17T21:58:56.380Z Compiling proc-macro-error2 v2.0.1
37662026-06-17T21:58:56.706Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
37672026-06-17T21:58:56.939Z Compiling tabled_derive v0.11.0
37682026-06-17T21:58:56.961Z Checking tokio-tungstenite v0.21.0
37692026-06-17T21:58:57.099Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
37702026-06-17T21:58:57.212Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37712026-06-17T21:58:57.240Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37722026-06-17T21:58:57.395Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37732026-06-17T21:58:57.764Z Checking papergrid v0.17.0
37742026-06-17T21:58:57.823Z Checking libscf-sys v1.2.0
37752026-06-17T21:58:57.892Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37762026-06-17T21:58:57.960Z Checking testing_table v0.3.0
37772026-06-17T21:58:58.018Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37782026-06-17T21:58:58.059Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37792026-06-17T21:58:58.083Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37802026-06-17T21:58:58.300Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37812026-06-17T21:58:58.350Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37822026-06-17T21:58:58.427Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37832026-06-17T21:58:58.496Z Compiling unicase v2.9.0
37842026-06-17T21:58:58.550Z Compiling illumos-nvpair-sys v0.2.0
37852026-06-17T21:58:58.581Z Checking corncobs v0.1.4
37862026-06-17T21:58:58.707Z Checking tabled v0.20.0
37872026-06-17T21:58:58.722Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37882026-06-17T21:58:58.737Z Compiling mime_guess v2.0.5
37892026-06-17T21:58:58.795Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37902026-06-17T21:58:58.823Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37912026-06-17T21:58:58.865Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37922026-06-17T21:58:58.988Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37932026-06-17T21:58:59.006Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
37942026-06-17T21:58:59.058Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37952026-06-17T21:58:59.275Z Checking progenitor-client v0.11.2
37962026-06-17T21:58:59.332Z Checking secrecy v0.8.0
37972026-06-17T21:58:59.460Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37982026-06-17T21:58:59.587Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37992026-06-17T21:58:59.740Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38002026-06-17T21:58:59.799Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38012026-06-17T21:58:59.830Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38022026-06-17T21:58:59.833Z Compiling typify-macro v0.4.3
38032026-06-17T21:58:59.935Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38042026-06-17T21:59:00.084Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38052026-06-17T21:59:00.100Z Checking filetime v0.2.27
38062026-06-17T21:59:00.239Z Checking crc8 v0.1.1
38072026-06-17T21:59:00.255Z Checking xattr v1.6.1
38082026-06-17T21:59:00.346Z Checking http-range v0.1.5
38092026-06-17T21:59:00.403Z Checking tar v0.4.45
38102026-06-17T21:59:00.476Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38112026-06-17T21:59:00.679Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38122026-06-17T21:59:00.755Z Checking illumos-nvpair v0.3.0
38132026-06-17T21:59:00.901Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38142026-06-17T21:59:00.919Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38152026-06-17T21:59:00.951Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38162026-06-17T21:59:01.288Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38172026-06-17T21:59:01.304Z Checking atty v0.2.14
38182026-06-17T21:59:01.336Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38192026-06-17T21:59:01.404Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38202026-06-17T21:59:01.459Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38212026-06-17T21:59:01.577Z Compiling typify v0.4.3
38222026-06-17T21:59:01.664Z Compiling progenitor-impl v0.11.2
38232026-06-17T21:59:01.691Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
38242026-06-17T21:59:01.867Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38252026-06-17T21:59:01.925Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38262026-06-17T21:59:01.943Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38272026-06-17T21:59:02.200Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38282026-06-17T21:59:02.375Z Checking hyper-staticfile v0.10.1
38292026-06-17T21:59:02.461Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38302026-06-17T21:59:02.641Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38312026-06-17T21:59:02.714Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38322026-06-17T21:59:02.841Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38332026-06-17T21:59:02.863Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38342026-06-17T21:59:02.901Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38352026-06-17T21:59:02.943Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38362026-06-17T21:59:03.196Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38372026-06-17T21:59:03.215Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38382026-06-17T21:59:03.390Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38392026-06-17T21:59:03.466Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38402026-06-17T21:59:03.504Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
38412026-06-17T21:59:04.109Z Compiling progenitor-macro v0.11.2
38422026-06-17T21:59:06.650Z Checking progenitor v0.11.2
38432026-06-17T21:59:06.801Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38442026-06-17T21:59:06.859Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38452026-06-17T21:59:11.453Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38462026-06-17T21:59:22.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.12s
38472026-06-17T21:59:22.611Z
38482026-06-17T21:59:22.611Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/297)
38492026-06-17T21:59:23.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38502026-06-17T21:59:23.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38512026-06-17T21:59:23.403Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38522026-06-17T21:59:34.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.55s
38532026-06-17T21:59:34.386Z
38542026-06-17T21:59:34.386Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/297)
38552026-06-17T21:59:34.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38562026-06-17T21:59:34.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38572026-06-17T21:59:35.177Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38582026-06-17T21:59:45.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.48s
38592026-06-17T21:59:46.104Z
38602026-06-17T21:59:46.104Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/297)
38612026-06-17T21:59:46.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38622026-06-17T21:59:46.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38632026-06-17T21:59:46.880Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38642026-06-17T21:59:57.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.56s
38652026-06-17T21:59:57.881Z
38662026-06-17T21:59:57.882Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/297)
38672026-06-17T21:59:58.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38682026-06-17T21:59:58.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38692026-06-17T21:59:58.677Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38702026-06-17T22:00:09.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.48s
38712026-06-17T22:00:09.584Z
38722026-06-17T22:00:09.584Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/297)
38732026-06-17T22:00:10.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38742026-06-17T22:00:10.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38752026-06-17T22:00:10.380Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38762026-06-17T22:00:21.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.48s
38772026-06-17T22:00:21.297Z
38782026-06-17T22:00:21.297Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/297)
38792026-06-17T22:00:21.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38802026-06-17T22:00:21.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38812026-06-17T22:00:22.089Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38822026-06-17T22:00:32.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.56s
38832026-06-17T22:00:33.090Z
38842026-06-17T22:00:33.090Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/297)
38852026-06-17T22:00:33.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38862026-06-17T22:00:33.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38872026-06-17T22:00:33.883Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38882026-06-17T22:00:45.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.45s
38892026-06-17T22:00:45.888Z
38902026-06-17T22:00:45.888Zinfo: running `cargo check --bins` on bootstrap-agent-api (210/297)
38912026-06-17T22:00:45.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38922026-06-17T22:00:45.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38932026-06-17T22:00:45.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38942026-06-17T22:00:45.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38952026-06-17T22:00:45.891Z
38962026-06-17T22:00:45.891Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/297)
38972026-06-17T22:00:45.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38982026-06-17T22:00:45.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38992026-06-17T22:00:45.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39002026-06-17T22:00:45.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39012026-06-17T22:00:45.979Z
39022026-06-17T22:00:45.979Zinfo: running `cargo check --bins` on range-requests (212/297)
39032026-06-17T22:00:46.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39042026-06-17T22:00:46.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39052026-06-17T22:00:46.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39062026-06-17T22:00:46.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39072026-06-17T22:00:46.577Z
39082026-06-17T22:00:46.577Zinfo: running `cargo check --bins` on repo-depot-api (213/297)
39092026-06-17T22:00:47.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39102026-06-17T22:00:47.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39112026-06-17T22:00:47.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39122026-06-17T22:00:47.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39132026-06-17T22:00:47.184Z
39142026-06-17T22:00:47.184Zinfo: running `cargo check --bins` on sled-agent-api (214/297)
39152026-06-17T22:00:47.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39162026-06-17T22:00:47.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39172026-06-17T22:00:47.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39182026-06-17T22:00:47.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39192026-06-17T22:00:47.814Z
39202026-06-17T22:00:47.814Zinfo: running `cargo check --bins` on sled-diagnostics (215/297)
39212026-06-17T22:00:48.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39222026-06-17T22:00:48.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39232026-06-17T22:00:48.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39242026-06-17T22:00:48.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39252026-06-17T22:00:48.437Z
39262026-06-17T22:00:48.437Zinfo: running `cargo check --bins` on zfs-test-harness (216/297)
39272026-06-17T22:00:48.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39282026-06-17T22:00:48.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39292026-06-17T22:00:48.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39302026-06-17T22:00:48.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39312026-06-17T22:00:49.056Z
39322026-06-17T22:00:49.057Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (217/297)
39332026-06-17T22:00:49.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39342026-06-17T22:00:49.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39352026-06-17T22:00:49.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39362026-06-17T22:00:49.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39372026-06-17T22:00:49.691Z
39382026-06-17T22:00:49.692Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (218/297)
39392026-06-17T22:00:50.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39402026-06-17T22:00:50.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39412026-06-17T22:00:50.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39422026-06-17T22:00:50.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39432026-06-17T22:00:50.320Z
39442026-06-17T22:00:50.320Zinfo: running `cargo check --bins` on sled-agent-early-networking (219/297)
39452026-06-17T22:00:50.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39462026-06-17T22:00:50.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39472026-06-17T22:00:50.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39482026-06-17T22:00:50.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39492026-06-17T22:00:50.947Z
39502026-06-17T22:00:50.948Zinfo: running `cargo check --bins` on sled-agent-health-monitor (220/297)
39512026-06-17T22:00:51.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39522026-06-17T22:00:51.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39532026-06-17T22:00:51.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39542026-06-17T22:00:51.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39552026-06-17T22:00:51.576Z
39562026-06-17T22:00:51.576Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (221/297)
39572026-06-17T22:00:52.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39582026-06-17T22:00:52.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39592026-06-17T22:00:52.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39602026-06-17T22:00:52.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39612026-06-17T22:00:52.215Z
39622026-06-17T22:00:52.217Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (222/297)
39632026-06-17T22:00:52.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39642026-06-17T22:00:52.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39652026-06-17T22:00:52.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39662026-06-17T22:00:52.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39672026-06-17T22:00:52.934Z
39682026-06-17T22:00:52.934Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (223/297)
39692026-06-17T22:00:53.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39702026-06-17T22:00:53.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39712026-06-17T22:00:53.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39722026-06-17T22:00:53.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39732026-06-17T22:00:53.465Z
39742026-06-17T22:00:53.465Zinfo: running `cargo check --bins` on sled-agent-rack-setup (224/297)
39752026-06-17T22:00:55.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39762026-06-17T22:00:55.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39772026-06-17T22:00:55.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39782026-06-17T22:00:55.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39792026-06-17T22:00:55.281Z
39802026-06-17T22:00:55.281Zinfo: running `cargo check --bins` on trust-quorum (225/297)
39812026-06-17T22:00:55.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39822026-06-17T22:00:55.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39832026-06-17T22:00:55.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39842026-06-17T22:00:55.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39852026-06-17T22:00:55.282Z
39862026-06-17T22:00:55.282Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (226/297)
39872026-06-17T22:00:55.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39882026-06-17T22:00:55.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39892026-06-17T22:00:55.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39902026-06-17T22:00:55.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39912026-06-17T22:00:55.548Z
39922026-06-17T22:00:55.548Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (227/297)
39932026-06-17T22:00:55.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39942026-06-17T22:00:55.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39952026-06-17T22:00:55.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39962026-06-17T22:00:55.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39972026-06-17T22:00:56.055Z
39982026-06-17T22:00:56.055Zinfo: running `cargo check --bins` on update-common (228/297)
39992026-06-17T22:00:56.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40002026-06-17T22:00:56.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40012026-06-17T22:00:56.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40022026-06-17T22:00:56.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40032026-06-17T22:00:56.679Z
40042026-06-17T22:00:56.679Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (229/297)
40052026-06-17T22:00:57.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40062026-06-17T22:00:57.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40072026-06-17T22:00:57.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40082026-06-17T22:00:57.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40092026-06-17T22:00:57.351Z
40102026-06-17T22:00:57.351Zinfo: running `cargo check --bins` on omicron-deployment-graph (230/297)
40112026-06-17T22:00:57.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40122026-06-17T22:00:57.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40132026-06-17T22:00:57.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40142026-06-17T22:00:57.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40152026-06-17T22:00:57.922Z
40162026-06-17T22:00:57.922Zinfo: running `cargo check --bins` on reconfigurator-cli (231/297)
40172026-06-17T22:00:58.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40182026-06-17T22:00:58.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40192026-06-17T22:00:58.801Z Compiling fs-err v2.11.0
40202026-06-17T22:00:58.813Z Checking ignore v0.4.25
40212026-06-17T22:00:58.813Z Checking arc-swap v1.8.2
40222026-06-17T22:00:58.860Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40232026-06-17T22:00:58.860Z Checking predicates-tree v1.0.13
40242026-06-17T22:00:58.898Z Checking parse-size v1.1.0
40252026-06-17T22:00:58.899Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40262026-06-17T22:00:58.931Z Checking rand_seeder v0.4.0
40272026-06-17T22:00:58.955Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40282026-06-17T22:00:58.985Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40292026-06-17T22:00:59.027Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40302026-06-17T22:00:59.060Z Checking slog-scope v4.4.1
40312026-06-17T22:00:59.080Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40322026-06-17T22:00:59.190Z Compiling petname v2.0.2
40332026-06-17T22:00:59.200Z Checking slog-stdlog v4.1.1
40342026-06-17T22:00:59.215Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40352026-06-17T22:00:59.248Z Checking globwalk v0.9.1
40362026-06-17T22:00:59.268Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40372026-06-17T22:00:59.300Z Checking slog-envlogger v2.2.0
40382026-06-17T22:00:59.391Z Checking camino-tempfile-ext v0.3.3
40392026-06-17T22:00:59.507Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40402026-06-17T22:00:59.517Z Checking sapling-renderdag v0.1.0
40412026-06-17T22:00:59.578Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40422026-06-17T22:00:59.661Z Checking subprocess v0.2.15
40432026-06-17T22:00:59.702Z Checking sync-ptr v0.1.4
40442026-06-17T22:00:59.798Z Checking colored v2.2.0
40452026-06-17T22:00:59.819Z Checking assert_matches v1.5.0
40462026-06-17T22:00:59.931Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40472026-06-17T22:01:00.052Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40482026-06-17T22:01:00.057Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40492026-06-17T22:01:00.755Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40502026-06-17T22:01:02.053Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40512026-06-17T22:01:05.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.30s
40522026-06-17T22:01:05.629Z
40532026-06-17T22:01:05.629Zinfo: running `cargo check --bins` on omicron-repl-utils (232/297)
40542026-06-17T22:01:05.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40552026-06-17T22:01:05.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40562026-06-17T22:01:05.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40572026-06-17T22:01:05.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40582026-06-17T22:01:05.630Z
40592026-06-17T22:01:05.630Zinfo: running `cargo check --bins` on transient-dns-server (233/297)
40602026-06-17T22:01:05.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40612026-06-17T22:01:05.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40622026-06-17T22:01:05.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40632026-06-17T22:01:05.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40642026-06-17T22:01:05.663Z
40652026-06-17T22:01:05.663Zinfo: running `cargo check --bins` on nexus-test-interface (234/297)
40662026-06-17T22:01:06.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40672026-06-17T22:01:06.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40682026-06-17T22:01:06.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40692026-06-17T22:01:06.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40702026-06-17T22:01:06.615Z
40712026-06-17T22:01:06.615Zinfo: running `cargo check --bins` on oximeter-collector (235/297)
40722026-06-17T22:01:06.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40732026-06-17T22:01:06.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40742026-06-17T22:01:07.046Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40752026-06-17T22:01:07.066Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40762026-06-17T22:01:07.682Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40772026-06-17T22:01:09.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.91s
40782026-06-17T22:01:09.415Z
40792026-06-17T22:01:09.415Zinfo: running `cargo check --bins` on oximeter-api (236/297)
40802026-06-17T22:01:09.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40812026-06-17T22:01:09.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40822026-06-17T22:01:09.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40832026-06-17T22:01:09.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40842026-06-17T22:01:10.014Z
40852026-06-17T22:01:10.014Zinfo: running `cargo check --bins` on cert-dev (237/297)
40862026-06-17T22:01:10.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40872026-06-17T22:01:10.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40882026-06-17T22:01:10.633Z Checking yasna v0.5.2
40892026-06-17T22:01:11.036Z Checking rcgen v0.12.1
40902026-06-17T22:01:11.283Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40912026-06-17T22:01:11.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
40922026-06-17T22:01:11.653Z
40932026-06-17T22:01:11.653Zinfo: running `cargo check --bins` on clickana (238/297)
40942026-06-17T22:01:12.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40952026-06-17T22:01:12.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40962026-06-17T22:01:12.380Z Compiling darling_core v0.23.0
40972026-06-17T22:01:12.430Z Compiling instability v0.3.11
40982026-06-17T22:01:12.451Z Checking castaway v0.2.4
40992026-06-17T22:01:12.451Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
41002026-06-17T22:01:12.451Z Compiling indoc v2.0.7
41012026-06-17T22:01:12.462Z Checking unicode-truncate v1.1.0
41022026-06-17T22:01:12.468Z Checking lru v0.12.5
41032026-06-17T22:01:12.468Z Checking cassowary v0.3.0
41042026-06-17T22:01:12.522Z Checking compact_str v0.8.1
41052026-06-17T22:01:13.766Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41062026-06-17T22:01:13.846Z Compiling darling_macro v0.23.0
41072026-06-17T22:01:13.942Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41082026-06-17T22:01:14.301Z Compiling darling v0.23.0
41092026-06-17T22:01:14.920Z Checking ratatui v0.29.0
41102026-06-17T22:01:17.576Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41112026-06-17T22:01:17.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.97s
41122026-06-17T22:01:17.599Z
41132026-06-17T22:01:17.599Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (239/297)
41142026-06-17T22:01:17.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41152026-06-17T22:01:17.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41162026-06-17T22:01:17.599Z Checking headers-core v0.3.0
41172026-06-17T22:01:17.599Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41182026-06-17T22:01:17.738Z Checking headers v0.4.1
41192026-06-17T22:01:18.100Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41202026-06-17T22:01:18.957Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41212026-06-17T22:01:19.468Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41222026-06-17T22:01:19.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.01s
41232026-06-17T22:01:20.034Z
41242026-06-17T22:01:20.034Zinfo: running `cargo check --bins` on ch-dev (240/297)
41252026-06-17T22:01:20.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41262026-06-17T22:01:20.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41272026-06-17T22:01:20.750Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41282026-06-17T22:01:21.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
41292026-06-17T22:01:21.688Z
41302026-06-17T22:01:21.688Zinfo: running `cargo check --bins` on dev-tools-common (241/297)
41312026-06-17T22:01:22.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41322026-06-17T22:01:22.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41332026-06-17T22:01:22.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41342026-06-17T22:01:22.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
41352026-06-17T22:01:22.251Z
41362026-06-17T22:01:22.251Zinfo: running `cargo check --bins` on crdb-seed (242/297)
41372026-06-17T22:01:22.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41382026-06-17T22:01:22.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41392026-06-17T22:01:22.874Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41402026-06-17T22:01:23.857Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41412026-06-17T22:01:24.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.02s
41422026-06-17T22:01:24.387Z
41432026-06-17T22:01:24.387Zinfo: running `cargo check --bins` on db-dev (243/297)
41442026-06-17T22:01:24.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41452026-06-17T22:01:24.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41462026-06-17T22:01:25.110Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41472026-06-17T22:01:25.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
41482026-06-17T22:01:26.057Z
41492026-06-17T22:01:26.057Zinfo: running `cargo check --bins` on omicron-dev-lib (244/297)
41502026-06-17T22:01:26.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41512026-06-17T22:01:26.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41522026-06-17T22:01:26.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41532026-06-17T22:01:26.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41542026-06-17T22:01:26.704Z
41552026-06-17T22:01:26.704Zinfo: running `cargo check --bins` on xtask-downloader (245/297)
41562026-06-17T22:01:27.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41572026-06-17T22:01:27.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41582026-06-17T22:01:27.325Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41592026-06-17T22:01:28.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
41602026-06-17T22:01:28.207Z
41612026-06-17T22:01:28.207Zinfo: running `cargo check --bins` on omicron-dropshot-apis (246/297)
41622026-06-17T22:01:28.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41632026-06-17T22:01:28.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41642026-06-17T22:01:28.969Z Compiling progenitor-impl v0.13.0
41652026-06-17T22:01:29.090Z Checking progenitor-client v0.13.0
41662026-06-17T22:01:29.090Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41672026-06-17T22:01:29.093Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41682026-06-17T22:01:29.120Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41692026-06-17T22:01:29.133Z Checking git-stub v1.0.0
41702026-06-17T22:01:29.136Z Compiling trait-variant v0.1.2
41712026-06-17T22:01:29.276Z Checking maplit v1.0.2
41722026-06-17T22:01:29.327Z Checking is_ci v1.2.0
41732026-06-17T22:01:29.341Z Checking git-stub-vcs v0.1.0
41742026-06-17T22:01:29.373Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41752026-06-17T22:01:29.459Z Checking supports-color v3.0.2
41762026-06-17T22:01:29.535Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41772026-06-17T22:01:29.594Z Checking drift v0.2.0
41782026-06-17T22:01:29.674Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41792026-06-17T22:01:29.750Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41802026-06-17T22:01:29.883Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41812026-06-17T22:01:29.965Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41822026-06-17T22:01:30.016Z Checking dropshot-api-manager v0.7.2
41832026-06-17T22:01:30.037Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41842026-06-17T22:01:30.103Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41852026-06-17T22:01:30.240Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41862026-06-17T22:01:30.434Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41872026-06-17T22:01:30.519Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41882026-06-17T22:01:30.950Z Compiling progenitor-macro v0.13.0
41892026-06-17T22:01:33.316Z Checking progenitor v0.13.0
41902026-06-17T22:01:33.434Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41912026-06-17T22:01:38.506Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41922026-06-17T22:01:39.605Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41932026-06-17T22:01:40.160Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41942026-06-17T22:01:40.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.37s
41952026-06-17T22:01:40.786Z
41962026-06-17T22:01:40.786Zinfo: running `cargo check --bins` on installinator-api (247/297)
41972026-06-17T22:01:41.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41982026-06-17T22:01:41.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41992026-06-17T22:01:41.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42002026-06-17T22:01:41.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42012026-06-17T22:01:41.400Z
42022026-06-17T22:01:41.400Zinfo: running `cargo check --bins` on nexus-external-api (248/297)
42032026-06-17T22:01:41.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42042026-06-17T22:01:41.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42052026-06-17T22:01:41.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42062026-06-17T22:01:41.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42072026-06-17T22:01:42.054Z
42082026-06-17T22:01:42.054Zinfo: running `cargo check --bins` on nexus-internal-api (249/297)
42092026-06-17T22:01:42.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42102026-06-17T22:01:42.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42112026-06-17T22:01:42.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42122026-06-17T22:01:42.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42132026-06-17T22:01:42.700Z
42142026-06-17T22:01:42.700Zinfo: running `cargo check --bins` on nexus-lockstep-api (250/297)
42152026-06-17T22:01:43.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42162026-06-17T22:01:43.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42172026-06-17T22:01:43.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42182026-06-17T22:01:43.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42192026-06-17T22:01:43.344Z
42202026-06-17T22:01:43.344Zinfo: running `cargo check --bins` on ntp-admin-api (251/297)
42212026-06-17T22:01:43.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42222026-06-17T22:01:43.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42232026-06-17T22:01:43.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42242026-06-17T22:01:43.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42252026-06-17T22:01:43.950Z
42262026-06-17T22:01:43.951Zinfo: running `cargo check --bins` on ntp-admin-types-versions (252/297)
42272026-06-17T22:01:44.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42282026-06-17T22:01:44.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42292026-06-17T22:01:44.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42302026-06-17T22:01:44.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42312026-06-17T22:01:44.544Z
42322026-06-17T22:01:44.544Zinfo: running `cargo check --bins` on wicketd-api (253/297)
42332026-06-17T22:01:45.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42342026-06-17T22:01:45.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42352026-06-17T22:01:45.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42362026-06-17T22:01:45.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42372026-06-17T22:01:45.162Z
42382026-06-17T22:01:45.162Zinfo: running `cargo check --bins` on omicron-ls-apis (254/297)
42392026-06-17T22:01:45.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42402026-06-17T22:01:45.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42412026-06-17T22:01:45.781Z Checking typeid v1.0.3
42422026-06-17T22:01:45.893Z Checking ordered-float v2.10.1
42432026-06-17T22:01:45.912Z Checking unicode-xid v0.2.6
42442026-06-17T22:01:45.925Z Checking cargo-platform v0.2.0
42452026-06-17T22:01:45.933Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42462026-06-17T22:01:45.960Z Checking erased-serde v0.4.9
42472026-06-17T22:01:46.115Z Checking serde-value v0.7.0
42482026-06-17T22:01:46.271Z Checking serde-untagged v0.1.9
42492026-06-17T22:01:46.428Z Checking cargo-util-schemas v0.8.2
42502026-06-17T22:01:47.114Z Checking cargo_metadata v0.21.0
42512026-06-17T22:01:47.721Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42522026-06-17T22:01:48.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s
42532026-06-17T22:01:48.634Z
42542026-06-17T22:01:48.635Zinfo: running `cargo check --bins` on mgs-dev (255/297)
42552026-06-17T22:01:49.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42562026-06-17T22:01:49.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42572026-06-17T22:01:49.369Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42582026-06-17T22:01:49.984Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42592026-06-17T22:01:50.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
42602026-06-17T22:01:50.699Z
42612026-06-17T22:01:50.699Zinfo: running `cargo check --bins` on omicron-omdb (256/297)
42622026-06-17T22:01:51.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42632026-06-17T22:01:51.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42642026-06-17T22:01:51.659Z Compiling vergen-lib v0.1.6
42652026-06-17T22:01:51.659Z Compiling vergen-gitcl v1.0.8
42662026-06-17T22:01:51.659Z Compiling dirs-sys-next v0.1.2
42672026-06-17T22:01:51.662Z Compiling crunchy v0.2.4
42682026-06-17T22:01:51.662Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42692026-06-17T22:01:51.662Z Compiling glob v0.3.3
42702026-06-17T22:01:51.662Z Compiling diesel_derives v2.3.7
42712026-06-17T22:01:51.848Z Compiling dsl_auto_type v0.2.0
42722026-06-17T22:01:51.989Z Checking scheduled-thread-pool v0.2.7
42732026-06-17T22:01:52.029Z Compiling dirs-next v2.0.0
42742026-06-17T22:01:52.106Z Compiling diesel_table_macro_syntax v0.3.0
42752026-06-17T22:01:52.146Z Compiling tiny-keccak v2.0.2
42762026-06-17T22:01:52.152Z Checking r2d2 v0.8.10
42772026-06-17T22:01:52.166Z Compiling term v0.7.0
42782026-06-17T22:01:52.184Z Compiling clang-sys v1.8.1
42792026-06-17T22:01:52.414Z Compiling bit-vec v0.6.3
42802026-06-17T22:01:52.432Z Checking downcast-rs v2.0.2
42812026-06-17T22:01:52.528Z Compiling ascii-canvas v3.0.0
42822026-06-17T22:01:52.567Z Compiling itertools v0.10.5
42832026-06-17T22:01:52.636Z Compiling bit-set v0.5.3
42842026-06-17T22:01:52.719Z Compiling ena v0.14.4
42852026-06-17T22:01:52.774Z Compiling libloading v0.8.9
42862026-06-17T22:01:52.797Z Compiling regex-syntax v0.6.29
42872026-06-17T22:01:52.863Z Compiling diff v0.1.13
42882026-06-17T22:01:52.924Z Compiling bindgen v0.71.1
42892026-06-17T22:01:52.983Z Compiling cexpr v0.6.0
42902026-06-17T22:01:53.134Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42912026-06-17T22:01:53.326Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42922026-06-17T22:01:53.378Z Compiling rustc-hash v2.1.1
42932026-06-17T22:01:53.508Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42942026-06-17T22:01:53.524Z Compiling libxml v0.3.3
42952026-06-17T22:01:53.634Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42962026-06-17T22:01:53.668Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42972026-06-17T22:01:53.788Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42982026-06-17T22:01:53.999Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42992026-06-17T22:01:54.060Z Compiling strum_macros v0.24.3
43002026-06-17T22:01:54.130Z Compiling lalrpop v0.19.12
43012026-06-17T22:01:54.196Z Compiling indoc v1.0.9
43022026-06-17T22:01:54.951Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43032026-06-17T22:01:55.146Z Checking derive_builder v0.20.2
43042026-06-17T22:01:55.267Z Compiling oso-derive v0.27.3
43052026-06-17T22:01:55.442Z Checking quick-xml v0.37.5
43062026-06-17T22:01:55.507Z Compiling impl-trait-for-tuples v0.2.3
43072026-06-17T22:01:55.765Z Checking openssl-probe v0.1.6
43082026-06-17T22:01:55.911Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43092026-06-17T22:01:56.328Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43102026-06-17T22:01:56.524Z Checking bb8 v0.8.6
43112026-06-17T22:01:56.644Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43122026-06-17T22:01:56.665Z Compiling libz-sys v1.1.24
43132026-06-17T22:01:56.813Z Checking nonempty v0.12.0
43142026-06-17T22:01:56.856Z Compiling strsim v0.10.0
43152026-06-17T22:01:56.984Z Compiling libgit2-sys v0.18.3+1.9.2
43162026-06-17T22:01:57.045Z Compiling darling_core v0.13.4
43172026-06-17T22:01:57.196Z Compiling vergen-git2 v9.1.0
43182026-06-17T22:01:57.258Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43192026-06-17T22:01:57.429Z Compiling base64 v0.21.7
43202026-06-17T22:01:57.450Z Compiling rustls v0.21.12
43212026-06-17T22:01:57.665Z Compiling ron v0.8.1
43222026-06-17T22:01:57.772Z Checking diesel v2.3.7
43232026-06-17T22:01:57.793Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43242026-06-17T22:01:58.674Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43252026-06-17T22:01:58.818Z Checking rustls-webpki v0.101.7
43262026-06-17T22:01:58.865Z Checking sct v0.7.1
43272026-06-17T22:01:58.953Z Compiling darling_macro v0.13.4
43282026-06-17T22:01:59.035Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43292026-06-17T22:01:59.435Z Compiling darling v0.13.4
43302026-06-17T22:01:59.525Z Compiling serde_with_macros v1.5.2
43312026-06-17T22:01:59.636Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43322026-06-17T22:02:00.380Z Compiling serde_with v1.14.0
43332026-06-17T22:02:00.507Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43342026-06-17T22:02:01.356Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43352026-06-17T22:02:01.545Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43362026-06-17T22:02:02.247Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43372026-06-17T22:02:02.919Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43382026-06-17T22:02:02.925Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43392026-06-17T22:02:03.065Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43402026-06-17T22:02:03.092Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43412026-06-17T22:02:03.110Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43422026-06-17T22:02:03.278Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43432026-06-17T22:02:03.534Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43442026-06-17T22:02:03.545Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43452026-06-17T22:02:03.545Z Checking tokio-rustls v0.24.1
43462026-06-17T22:02:03.711Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43472026-06-17T22:02:04.268Z Checking rustls-pemfile v1.0.4
43482026-06-17T22:02:04.322Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43492026-06-17T22:02:04.419Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43502026-06-17T22:02:04.479Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43512026-06-17T22:02:04.609Z Checking twox-hash v2.1.2
43522026-06-17T22:02:04.867Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43532026-06-17T22:02:04.908Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43542026-06-17T22:02:04.948Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43552026-06-17T22:02:05.397Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43562026-06-17T22:02:05.556Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43572026-06-17T22:02:06.633Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43582026-06-17T22:02:06.838Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43592026-06-17T22:02:06.928Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43602026-06-17T22:02:07.285Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43612026-06-17T22:02:07.522Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43622026-06-17T22:02:07.843Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43632026-06-17T22:02:08.028Z Checking console v0.16.2
43642026-06-17T22:02:08.348Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43652026-06-17T22:02:08.503Z Checking fatfs v0.3.6
43662026-06-17T22:02:08.873Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43672026-06-17T22:02:08.977Z Compiling seq-macro v0.3.6
43682026-06-17T22:02:09.492Z Checking unit-prefix v0.5.2
43692026-06-17T22:02:09.625Z Checking indicatif v0.18.4
43702026-06-17T22:02:10.014Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43712026-06-17T22:02:10.087Z Checking support-bundle-viewer v0.1.2
43722026-06-17T22:02:10.215Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43732026-06-17T22:02:10.336Z Checking multimap v0.10.1
43742026-06-17T22:02:16.339Z Checking async-bb8-diesel v0.2.1
43752026-06-17T22:02:16.648Z Checking diesel-dtrace v0.5.0
43762026-06-17T22:02:19.620Z Compiling samael v0.0.19
43772026-06-17T22:02:25.140Z Compiling git2 v0.20.4
43782026-06-17T22:02:25.597Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43792026-06-17T22:02:26.141Z Compiling polar-core v0.27.3
43802026-06-17T22:02:27.495Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43812026-06-17T22:02:30.667Z Checking oso v0.27.3
43822026-06-17T22:02:58.558Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43832026-06-17T22:04:09.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 19s
43842026-06-17T22:04:09.971Z
43852026-06-17T22:04:09.971Zinfo: running `cargo check --bins` on nexus-networking (257/297)
43862026-06-17T22:04:10.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43872026-06-17T22:04:10.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43882026-06-17T22:04:10.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43892026-06-17T22:04:10.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
43902026-06-17T22:04:10.710Z
43912026-06-17T22:04:10.710Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (258/297)
43922026-06-17T22:04:11.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43932026-06-17T22:04:11.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43942026-06-17T22:04:11.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43952026-06-17T22:04:11.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43962026-06-17T22:04:11.380Z
43972026-06-17T22:04:11.380Zinfo: running `cargo check --bins` on nexus-saga-recovery (259/297)
43982026-06-17T22:04:11.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43992026-06-17T22:04:11.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44002026-06-17T22:04:11.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44012026-06-17T22:04:11.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44022026-06-17T22:04:12.043Z
44032026-06-17T22:04:12.043Zinfo: running `cargo check --bins` on nexus-test-utils-macros (260/297)
44042026-06-17T22:04:12.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44052026-06-17T22:04:12.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44062026-06-17T22:04:12.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44072026-06-17T22:04:12.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44082026-06-17T22:04:12.645Z
44092026-06-17T22:04:12.645Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (261/297)
44102026-06-17T22:04:13.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44112026-06-17T22:04:13.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44122026-06-17T22:04:13.489Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44132026-06-17T22:04:14.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s
44142026-06-17T22:04:14.448Z
44152026-06-17T22:04:14.448Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (262/297)
44162026-06-17T22:04:15.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44172026-06-17T22:04:15.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44182026-06-17T22:04:15.278Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44192026-06-17T22:04:51.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.41s
44202026-06-17T22:04:52.093Z
44212026-06-17T22:04:52.093Zinfo: running `cargo check --bins` on nexus-background-task-interface (263/297)
44222026-06-17T22:04:52.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44232026-06-17T22:04:52.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44242026-06-17T22:04:52.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44252026-06-17T22:04:52.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44262026-06-17T22:04:52.686Z
44272026-06-17T22:04:52.686Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (264/297)
44282026-06-17T22:04:53.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44292026-06-17T22:04:53.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44302026-06-17T22:04:53.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44312026-06-17T22:04:53.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44322026-06-17T22:04:53.333Z
44332026-06-17T22:04:53.333Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (265/297)
44342026-06-17T22:04:53.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44352026-06-17T22:04:53.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44362026-06-17T22:04:53.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44372026-06-17T22:04:53.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44382026-06-17T22:04:53.987Z
44392026-06-17T22:04:53.987Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (266/297)
44402026-06-17T22:04:54.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44412026-06-17T22:04:54.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44422026-06-17T22:04:54.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44432026-06-17T22:04:54.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44442026-06-17T22:04:54.653Z
44452026-06-17T22:04:54.653Zinfo: running `cargo check --bins` on nexus-mgs-updates (267/297)
44462026-06-17T22:04:55.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44472026-06-17T22:04:55.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44482026-06-17T22:04:55.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44492026-06-17T22:04:55.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44502026-06-17T22:04:55.311Z
44512026-06-17T22:04:55.311Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (268/297)
44522026-06-17T22:04:55.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44532026-06-17T22:04:55.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44542026-06-17T22:04:55.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44552026-06-17T22:04:55.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44562026-06-17T22:04:55.975Z
44572026-06-17T22:04:55.975Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (269/297)
44582026-06-17T22:04:56.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44592026-06-17T22:04:56.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44602026-06-17T22:04:56.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44612026-06-17T22:04:56.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44622026-06-17T22:04:56.646Z
44632026-06-17T22:04:56.646Zinfo: running `cargo check --bins` on support-bundle-collection (270/297)
44642026-06-17T22:04:57.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44652026-06-17T22:04:57.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44662026-06-17T22:04:57.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44672026-06-17T22:04:57.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44682026-06-17T22:04:57.310Z
44692026-06-17T22:04:57.310Zinfo: running `cargo check --bins` on omicron-dev (271/297)
44702026-06-17T22:04:57.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44712026-06-17T22:04:57.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44722026-06-17T22:04:58.220Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44732026-06-17T22:04:58.220Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44742026-06-17T22:04:58.409Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44752026-06-17T22:04:58.441Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44762026-06-17T22:04:58.460Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44772026-06-17T22:04:58.463Z Checking yansi v1.0.1
44782026-06-17T22:04:58.463Z Checking diff v0.1.13
44792026-06-17T22:04:58.492Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44802026-06-17T22:04:58.549Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44812026-06-17T22:04:58.725Z Checking pretty_assertions v1.4.1
44822026-06-17T22:04:59.385Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44832026-06-17T22:04:59.512Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44842026-06-17T22:05:23.224Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44852026-06-17T22:05:23.227Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44862026-06-17T22:05:23.227Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44872026-06-17T22:05:23.227Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44882026-06-17T22:05:23.227Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44892026-06-17T22:05:23.227Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44902026-06-17T22:05:24.077Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44912026-06-17T22:05:24.080Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44922026-06-17T22:05:25.267Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44932026-06-17T22:06:01.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
44942026-06-17T22:06:02.057Z
44952026-06-17T22:06:02.057Zinfo: running `cargo check --bins` on omicron-pins (272/297)
44962026-06-17T22:06:02.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44972026-06-17T22:06:02.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44982026-06-17T22:06:02.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44992026-06-17T22:06:02.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45002026-06-17T22:06:02.664Z
45012026-06-17T22:06:02.664Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (273/297)
45022026-06-17T22:06:03.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45032026-06-17T22:06:03.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45042026-06-17T22:06:03.449Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45052026-06-17T22:06:03.574Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45062026-06-17T22:06:03.577Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45072026-06-17T22:06:29.468Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45082026-06-17T22:06:29.849Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45092026-06-17T22:06:31.579Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45102026-06-17T22:06:32.028Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45112026-06-17T22:06:34.973Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45122026-06-17T22:06:57.697Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45132026-06-17T22:06:58.408Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45142026-06-17T22:07:00.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.36s
45152026-06-17T22:07:00.243Z
45162026-06-17T22:07:00.243Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (274/297)
45172026-06-17T22:07:00.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45182026-06-17T22:07:00.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45192026-06-17T22:07:00.968Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45202026-06-17T22:07:01.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
45212026-06-17T22:07:01.857Z
45222026-06-17T22:07:01.857Zinfo: running `cargo check --bins` on omicron-releng (275/297)
45232026-06-17T22:07:02.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45242026-06-17T22:07:02.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45252026-06-17T22:07:02.519Z Compiling blake3 v1.8.3
45262026-06-17T22:07:02.631Z Checking arrayvec v0.7.6
45272026-06-17T22:07:02.635Z Checking constant_time_eq v0.4.2
45282026-06-17T22:07:02.635Z Checking arrayref v0.3.9
45292026-06-17T22:07:02.656Z Checking topological-sort v0.2.2
45302026-06-17T22:07:02.659Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45312026-06-17T22:07:02.659Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45322026-06-17T22:07:02.659Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45332026-06-17T22:07:02.715Z Checking shell-words v1.1.1
45342026-06-17T22:07:03.441Z Checking omicron-zone-package v0.12.2
45352026-06-17T22:07:04.140Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45362026-06-17T22:07:05.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s
45372026-06-17T22:07:05.186Z
45382026-06-17T22:07:05.186Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (276/297)
45392026-06-17T22:07:05.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45402026-06-17T22:07:05.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45412026-06-17T22:07:05.846Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45422026-06-17T22:07:06.169Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45432026-06-17T22:07:06.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
45442026-06-17T22:07:06.767Z
45452026-06-17T22:07:06.767Zinfo: running `cargo check --bins` on schema (277/297)
45462026-06-17T22:07:07.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45472026-06-17T22:07:07.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45482026-06-17T22:07:07.507Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45492026-06-17T22:07:08.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
45502026-06-17T22:07:08.393Z
45512026-06-17T22:07:08.394Zinfo: running `cargo check --bins` on xtask (278/297)
45522026-06-17T22:07:08.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45532026-06-17T22:07:08.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45542026-06-17T22:07:08.857Z Checking libc v0.2.185
45552026-06-17T22:07:08.938Z Checking serde v1.0.228
45562026-06-17T22:07:08.943Z Checking zerofrom v0.1.6
45572026-06-17T22:07:08.947Z Checking bitflags v2.11.0
45582026-06-17T22:07:08.952Z Checking smallvec v1.15.1
45592026-06-17T22:07:08.958Z Checking indexmap v2.14.0
45602026-06-17T22:07:08.969Z Checking serde_json v1.0.149
45612026-06-17T22:07:08.971Z Checking num-traits v0.2.19
45622026-06-17T22:07:09.040Z Checking yoke v0.8.1
45632026-06-17T22:07:09.093Z Checking scroll v0.12.0
45642026-06-17T22:07:09.124Z Checking thiserror v1.0.69
45652026-06-17T22:07:09.209Z Checking zerovec v0.11.5
45662026-06-17T22:07:09.221Z Checking zerotrie v0.2.3
45672026-06-17T22:07:09.232Z Checking errno v0.3.14
45682026-06-17T22:07:09.316Z Checking log v0.4.29
45692026-06-17T22:07:09.327Z Checking serde_spanned v0.6.9
45702026-06-17T22:07:09.346Z Checking rustix v1.1.3
45712026-06-17T22:07:09.446Z Checking toml_datetime v0.6.11
45722026-06-17T22:07:09.461Z Checking percent-encoding v2.3.2
45732026-06-17T22:07:09.472Z Checking zerocopy v0.7.35
45742026-06-17T22:07:09.483Z Checking goblin v0.8.2
45752026-06-17T22:07:09.501Z Checking ordered-float v2.10.1
45762026-06-17T22:07:09.589Z Checking getrandom v0.4.1
45772026-06-17T22:07:09.611Z Checking form_urlencoded v1.2.2
45782026-06-17T22:07:09.625Z Checking toml_edit v0.22.27
45792026-06-17T22:07:09.639Z Checking tinystr v0.8.2
45802026-06-17T22:07:09.724Z Checking potential_utf v0.1.4
45812026-06-17T22:07:09.734Z Checking serde-value v0.7.0
45822026-06-17T22:07:09.744Z Checking thiserror v2.0.18
45832026-06-17T22:07:09.812Z Checking icu_locale_core v2.1.1
45842026-06-17T22:07:09.841Z Checking syn v2.0.117
45852026-06-17T22:07:09.854Z Checking icu_collections v2.1.1
45862026-06-17T22:07:09.934Z Checking dtrace-parser v0.2.0
45872026-06-17T22:07:09.959Z Checking thread-id v4.2.2
45882026-06-17T22:07:10.039Z Checking once_cell v1.21.3
45892026-06-17T22:07:10.155Z Checking terminal_size v0.4.3
45902026-06-17T22:07:10.168Z Checking cargo-platform v0.2.0
45912026-06-17T22:07:10.179Z Checking memmap v0.7.0
45922026-06-17T22:07:10.217Z Checking tempfile v3.25.0
45932026-06-17T22:07:10.266Z Checking clap_builder v4.6.0
45942026-06-17T22:07:10.303Z Checking textwrap v0.16.2
45952026-06-17T22:07:10.340Z Checking fs-err v3.3.0
45962026-06-17T22:07:10.355Z Checking icu_provider v2.1.1
45972026-06-17T22:07:10.411Z Checking camino-tempfile v1.4.1
45982026-06-17T22:07:10.512Z Checking tabled v0.15.0
45992026-06-17T22:07:10.523Z Checking anyhow v1.0.102
46002026-06-17T22:07:10.566Z Checking macaddr v1.0.1
46012026-06-17T22:07:10.595Z Checking icu_normalizer v2.1.1
46022026-06-17T22:07:10.715Z Checking icu_properties v2.1.2
46032026-06-17T22:07:10.726Z Checking toml v0.8.23
46042026-06-17T22:07:10.743Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46052026-06-17T22:07:11.038Z Checking cargo_toml v0.21.0
46062026-06-17T22:07:11.374Z Checking dof v0.3.0
46072026-06-17T22:07:11.469Z Checking clap v4.6.1
46082026-06-17T22:07:11.510Z Checking idna_adapter v1.2.1
46092026-06-17T22:07:11.622Z Checking idna v1.1.0
46102026-06-17T22:07:11.644Z Checking usdt-impl v0.5.0
46112026-06-17T22:07:11.842Z Checking url v2.5.8
46122026-06-17T22:07:11.895Z Checking usdt v0.5.0
46132026-06-17T22:07:12.177Z Checking cargo-util-schemas v0.8.2
46142026-06-17T22:07:12.855Z Checking cargo_metadata v0.21.0
46152026-06-17T22:07:13.470Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46162026-06-17T22:07:13.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.48s
46172026-06-17T22:07:14.003Z
46182026-06-17T22:07:14.003Zinfo: running `cargo check --bins` on dnsadm (279/297)
46192026-06-17T22:07:14.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46202026-06-17T22:07:14.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46212026-06-17T22:07:14.655Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46222026-06-17T22:07:15.124Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46232026-06-17T22:07:15.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
46242026-06-17T22:07:15.702Z
46252026-06-17T22:07:15.702Zinfo: running `cargo check --bins` on end-to-end-tests (280/297)
46262026-06-17T22:07:16.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46272026-06-17T22:07:16.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46282026-06-17T22:07:16.519Z Checking polyval v0.6.2
46292026-06-17T22:07:16.644Z Checking ctr v0.9.2
46302026-06-17T22:07:16.656Z Checking ssh-encoding v0.2.0
46312026-06-17T22:07:16.656Z Checking blowfish v0.9.1
46322026-06-17T22:07:16.677Z Checking password-hash v0.4.2
46332026-06-17T22:07:16.690Z Checking p521 v0.13.3
46342026-06-17T22:07:16.690Z Checking p256 v0.13.2
46352026-06-17T22:07:16.717Z Checking russh-cryptovec v0.7.3
46362026-06-17T22:07:16.789Z Checking ghash v0.5.1
46372026-06-17T22:07:16.803Z Checking bcrypt-pbkdf v0.10.0
46382026-06-17T22:07:16.805Z Checking md5 v0.7.0
46392026-06-17T22:07:16.856Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46402026-06-17T22:07:16.859Z Checking num-bigint v0.4.6
46412026-06-17T22:07:16.899Z Checking pbkdf2 v0.11.0
46422026-06-17T22:07:16.913Z Checking aes-gcm v0.10.3
46432026-06-17T22:07:16.942Z Checking des v0.8.1
46442026-06-17T22:07:16.959Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46452026-06-17T22:07:16.982Z Checking hex-literal v0.4.1
46462026-06-17T22:07:17.067Z Checking ssh-cipher v0.2.0
46472026-06-17T22:07:17.070Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46482026-06-17T22:07:17.094Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46492026-06-17T22:07:17.097Z Checking socket2 v0.5.10
46502026-06-17T22:07:17.097Z Checking internet-checksum v0.2.1
46512026-06-17T22:07:17.237Z Checking ssh-key v0.6.7
46522026-06-17T22:07:17.347Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46532026-06-17T22:07:17.867Z Checking russh-keys v0.45.0
46542026-06-17T22:07:18.426Z Checking russh v0.45.0
46552026-06-17T22:07:34.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.96s
46562026-06-17T22:07:34.875Z
46572026-06-17T22:07:34.875Zinfo: running `cargo check --bins` on gateway-cli (281/297)
46582026-06-17T22:07:35.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46592026-06-17T22:07:35.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46602026-06-17T22:07:35.530Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46612026-06-17T22:07:35.640Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46622026-06-17T22:07:35.649Z Checking termios v0.3.3
46632026-06-17T22:07:36.844Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46642026-06-17T22:07:36.989Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46652026-06-17T22:07:38.776Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46662026-06-17T22:07:39.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.46s
46672026-06-17T22:07:39.525Z
46682026-06-17T22:07:39.526Zinfo: running `cargo check --bins --no-default-features` on installinator (282/297)
46692026-06-17T22:07:40.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46702026-06-17T22:07:40.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46712026-06-17T22:07:40.247Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46722026-06-17T22:07:40.250Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46732026-06-17T22:07:40.371Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46742026-06-17T22:07:40.374Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46752026-06-17T22:07:40.384Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46762026-06-17T22:07:40.385Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46772026-06-17T22:07:41.102Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46782026-06-17T22:07:41.484Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46792026-06-17T22:07:41.487Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46802026-06-17T22:07:42.108Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46812026-06-17T22:07:43.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.21s
46822026-06-17T22:07:43.941Z
46832026-06-17T22:07:43.941Zinfo: running `cargo check --bins` on internal-dns-cli (283/297)
46842026-06-17T22:07:44.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46852026-06-17T22:07:44.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46862026-06-17T22:07:44.594Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
46872026-06-17T22:07:45.042Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46882026-06-17T22:07:45.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
46892026-06-17T22:07:45.551Z
46902026-06-17T22:07:45.552Zinfo: running `cargo check --bins` on omicron-live-tests (284/297)
46912026-06-17T22:07:46.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46922026-06-17T22:07:46.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46932026-06-17T22:07:46.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46942026-06-17T22:07:46.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46952026-06-17T22:07:46.151Z
46962026-06-17T22:07:46.151Zinfo: running `cargo check --bins` on live-tests-macros (285/297)
46972026-06-17T22:07:46.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46982026-06-17T22:07:46.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46992026-06-17T22:07:46.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47002026-06-17T22:07:46.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47012026-06-17T22:07:46.752Z
47022026-06-17T22:07:46.752Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (286/297)
47032026-06-17T22:07:47.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47042026-06-17T22:07:47.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47052026-06-17T22:07:47.518Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47062026-06-17T22:07:48.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
47072026-06-17T22:07:48.323Z
47082026-06-17T22:07:48.323Zinfo: running `cargo check --bins` on omicron-ntp-admin (287/297)
47092026-06-17T22:07:48.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47102026-06-17T22:07:48.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47112026-06-17T22:07:48.986Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47122026-06-17T22:07:48.989Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47132026-06-17T22:07:49.268Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47142026-06-17T22:07:49.268Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47152026-06-17T22:07:50.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
47162026-06-17T22:07:50.265Z
47172026-06-17T22:07:50.265Zinfo: running `cargo check --bins` on ntp-admin-types (288/297)
47182026-06-17T22:07:50.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47192026-06-17T22:07:50.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47202026-06-17T22:07:50.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47212026-06-17T22:07:50.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47222026-06-17T22:07:50.860Z
47232026-06-17T22:07:50.860Zinfo: running `cargo check --bins` on omicron-package (289/297)
47242026-06-17T22:07:51.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47252026-06-17T22:07:51.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47262026-06-17T22:07:51.555Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47272026-06-17T22:07:52.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
47282026-06-17T22:07:52.828Z
47292026-06-17T22:07:52.828Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (290/297)
47302026-06-17T22:07:53.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47312026-06-17T22:07:53.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47322026-06-17T22:07:53.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47332026-06-17T22:07:53.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47342026-06-17T22:07:53.456Z
47352026-06-17T22:07:53.456Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (291/297)
47362026-06-17T22:07:53.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47372026-06-17T22:07:53.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47382026-06-17T22:07:53.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47392026-06-17T22:07:53.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
47402026-06-17T22:07:54.082Z
47412026-06-17T22:07:54.082Zinfo: running `cargo check --bins` on tqdb (292/297)
47422026-06-17T22:07:54.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47432026-06-17T22:07:54.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47442026-06-17T22:07:54.864Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47452026-06-17T22:07:55.222Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47462026-06-17T22:07:55.733Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47472026-06-17T22:07:55.733Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47482026-06-17T22:08:01.713Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47492026-06-17T22:08:01.717Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47502026-06-17T22:08:02.294Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47512026-06-17T22:08:02.294Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47522026-06-17T22:08:02.298Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47532026-06-17T22:08:02.298Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47542026-06-17T22:08:03.103Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47552026-06-17T22:08:04.070Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47562026-06-17T22:08:04.852Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47572026-06-17T22:08:05.457Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47582026-06-17T22:08:10.037Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47592026-06-17T22:08:16.523Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47602026-06-17T22:08:16.527Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47612026-06-17T22:08:16.527Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47622026-06-17T22:08:16.527Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47632026-06-17T22:08:18.011Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47642026-06-17T22:08:19.344Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47652026-06-17T22:08:20.013Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47662026-06-17T22:08:21.244Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47672026-06-17T22:08:21.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.69s
47682026-06-17T22:08:22.007Z
47692026-06-17T22:08:22.007Zinfo: running `cargo check --bins` on wicket-dbg (293/297)
47702026-06-17T22:08:22.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47712026-06-17T22:08:22.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47722026-06-17T22:08:22.730Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47732026-06-17T22:08:22.735Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47742026-06-17T22:08:22.855Z Checking rtoolbox v0.0.3
47752026-06-17T22:08:22.862Z Checking tui-tree-widget v0.23.1
47762026-06-17T22:08:22.965Z Checking rpassword v7.4.0
47772026-06-17T22:08:23.993Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47782026-06-17T22:08:27.009Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47792026-06-17T22:08:28.856Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47802026-06-17T22:08:29.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.75s
47812026-06-17T22:08:29.965Z
47822026-06-17T22:08:29.965Zinfo: running `cargo check --bins` on wicket (294/297)
47832026-06-17T22:08:30.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47842026-06-17T22:08:30.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47852026-06-17T22:08:30.671Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47862026-06-17T22:08:31.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
47872026-06-17T22:08:31.226Z
47882026-06-17T22:08:31.227Zinfo: running `cargo check --bins` on wicketd (295/297)
47892026-06-17T22:08:31.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47902026-06-17T22:08:31.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47912026-06-17T22:08:31.961Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47922026-06-17T22:08:31.964Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47932026-06-17T22:08:31.964Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
47942026-06-17T22:08:31.964Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47952026-06-17T22:08:32.958Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47962026-06-17T22:08:33.530Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47972026-06-17T22:08:36.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.28s
47982026-06-17T22:08:36.716Z
47992026-06-17T22:08:36.717Zinfo: running `cargo check --bins` on omicron-workspace-hack (296/297)
48002026-06-17T22:08:37.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48012026-06-17T22:08:37.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48022026-06-17T22:08:37.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48032026-06-17T22:08:37.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
48042026-06-17T22:08:37.307Z
48052026-06-17T22:08:37.307Zinfo: running `cargo check --bins` on zone-setup (297/297)
48062026-06-17T22:08:37.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48072026-06-17T22:08:37.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48082026-06-17T22:08:37.990Z Checking uzers v0.12.2
48092026-06-17T22:08:38.267Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48102026-06-17T22:08:39.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
48112026-06-17T22:08:39.234Z
48122026-06-17T22:08:39.234Zreal 14:11.244411926
48132026-06-17T22:08:39.234Zuser 21:11.008274250
48142026-06-17T22:08:39.234Zsys 4:24.349145549
48152026-06-17T22:08:39.234Ztrap 0.336808998
48162026-06-17T22:08:39.234Ztflt 0.735778001
48172026-06-17T22:08:39.234Zdflt 1.303209101
48182026-06-17T22:08:39.234Zkflt 0.004560310
48192026-06-17T22:08:39.234Zlock 1:18:58.730812670
48202026-06-17T22:08:39.237Zslp 1:41:53.150846118
48212026-06-17T22:08:39.237Zlat 54.884527339
48222026-06-17T22:08:39.237Zstop 3:41.571438497
48232026-06-17T22:08:39.237Zprocess exited: duration 989743 ms, exit code 0
 
48242026-06-17T22:08:39.244Zfound 0 output files