01KZ6XT3A30WEHY3ZTXJVSWYQ7: 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: 01KZ6XTSZKVW8HNZHB26FQGAP8

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-04T17:41:57.032Zjob assigned to worker 01KZ6XV29W5XK1AS2T85SWFM82 [factory aws, i-05577c4bf19643647] (queued for 49 s)
 
22026-08-04T17:42:03.572Zstarting task 0: "setup"
32026-08-04T17:42:03.579Z++ uname -s
42026-08-04T17:42:03.582Z+ kern=SunOS
52026-08-04T17:42:03.582Z+ build_user=build
62026-08-04T17:42:03.582Z+ build_uid=12345
72026-08-04T17:42:03.582Z+ work_dir=/work
82026-08-04T17:42:03.582Z+ input_dir=/input
92026-08-04T17:42:03.582Z+ [[ 0 == 12345 ]]
102026-08-04T17:42:03.582Z+ case "$kern" in
112026-08-04T17:42:03.582Z+ groupadd -g 12345 build
122026-08-04T17:42:03.585Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-04T17:42:05.588Z+ zfs create -o mountpoint=/work rpool/work
142026-08-04T17:42:05.652Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-04T17:42:05.655Z+ home_fs=zfs
162026-08-04T17:42:05.655Z+ [[ zfs == autofs ]]
172026-08-04T17:42:05.655Z+ mkdir -p /home/build
182026-08-04T17:42:05.655Z+ chown build:build /home/build /work
192026-08-04T17:42:07.656Z+ chmod 0700 /home/build /work
202026-08-04T17:42:07.659Zprocess exited: duration 4086 ms, exit code 0
 
212026-08-04T17:42:07.666Zstarting task 1: "rust-toolchain"
222026-08-04T17:42:07.670Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-04T17:42:07.671Z * rust toolchain channel = "1.97.1"
242026-08-04T17:42:07.671Z * rust toolchain profile = "default"
252026-08-04T17:42:07.671Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-04T17:42:07.671Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-04T17:42:07.671Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-04T17:42:07.675Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-04T17:42:07.675Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-04T17:42:07.805Zinfo: downloading installer
312026-08-04T17:42:09.093Zwarn: It looks like you have an existing rustup settings file at:
322026-08-04T17:42:09.093Zwarn: /home/build/.rustup/settings.toml
332026-08-04T17:42:09.093Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-04T17:42:09.093Zwarn: instead of the one inferred from the default host triple.
352026-08-04T17:42:09.106Zinfo: profile set to default
362026-08-04T17:42:09.106Zinfo: default host triple is x86_64-unknown-illumos
372026-08-04T17:42:09.110Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-04T17:42:09.242Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-04T17:42:09.246Zinfo: downloading 6 components
402026-08-04T17:42:23.393Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-04T17:42:23.393Z
422026-08-04T17:42:23.419Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-04T17:42:23.420Z
442026-08-04T17:42:23.420Z
452026-08-04T17:42:23.420ZRust is installed now. Great!
462026-08-04T17:42:23.420Z
472026-08-04T17:42:23.424ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-04T17:42:23.424Zenvironment variable. This has not been done automatically.
492026-08-04T17:42:23.424Z
502026-08-04T17:42:23.424ZTo configure your current shell, you need to source
512026-08-04T17:42:23.424Zthe corresponding env file under $HOME/.cargo.
522026-08-04T17:42:23.424Z
532026-08-04T17:42:23.424ZThis is usually done by running one of the following (note the leading DOT):
542026-08-04T17:42:23.424Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-04T17:42:23.424Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-04T17:42:23.424Zsource "~/.cargo/env.nu" # For nushell
572026-08-04T17:42:23.424Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-04T17:42:23.425Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-04T17:42:23.425Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-04T17:42:23.425Zwarn: no default linker (`cc`) was found in your PATH
612026-08-04T17:42:23.425Zwarn: many Rust crates require a system C toolchain to build
622026-08-04T17:42:23.528Z+ rustup --version
632026-08-04T17:42:23.535Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-04T17:42:23.543Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-04T17:42:23.556Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-04T17:42:23.559Z+ cargo --version
672026-08-04T17:42:23.573Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-04T17:42:23.579Z+ rustc --version
692026-08-04T17:42:23.594Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-04T17:42:23.598Zprocess exited: duration 15930 ms, exit code 0
 
712026-08-04T17:42:23.607Zstarting task 2: "authentication"
722026-08-04T17:42:23.624Zprocess exited: duration 16 ms, exit code 0
 
732026-08-04T17:42:23.633Zstarting task 3: "clone repository"
742026-08-04T17:42:23.636Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-04T17:42:23.639Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-04T17:42:23.670ZCloning into '/work/oxidecomputer/omicron'...
772026-08-04T17:42:34.105Z+ cd /work/oxidecomputer/omicron
782026-08-04T17:42:34.106Z+ git fetch origin 6cc81ce3932cf9c476fca9721fea85d8035760dd
792026-08-04T17:42:34.415ZFrom https://github.com/oxidecomputer/omicron
802026-08-04T17:42:34.415Z * branch 6cc81ce3932cf9c476fca9721fea85d8035760dd -> FETCH_HEAD
812026-08-04T17:42:34.424Z+ [[ -n multirack-join-service-part-2 ]]
822026-08-04T17:42:34.428Z++ git branch --show-current
832026-08-04T17:42:34.428Z+ current=main
842026-08-04T17:42:34.428Z+ [[ main != multirack-join-service-part-2 ]]
852026-08-04T17:42:34.428Z+ git branch -f multirack-join-service-part-2 6cc81ce3932cf9c476fca9721fea85d8035760dd
862026-08-04T17:42:34.432Z+ git checkout -f multirack-join-service-part-2
872026-08-04T17:42:34.673ZSwitched to branch 'multirack-join-service-part-2'
882026-08-04T17:42:34.678Z+ git reset --hard 6cc81ce3932cf9c476fca9721fea85d8035760dd
892026-08-04T17:42:34.729ZHEAD is now at 6cc81ce39 move some types and break a circular dep
902026-08-04T17:42:34.732Zprocess exited: duration 11096 ms, exit code 0
 
912026-08-04T17:42:34.739Zstarting task 4: "build"
922026-08-04T17:42:34.743Z+ source .github/buildomat/ci-env.sh
932026-08-04T17:42:34.746Z++ export CARGO_TERM_COLOR=always
942026-08-04T17:42:34.746Z++ CARGO_TERM_COLOR=always
952026-08-04T17:42:34.746Z+++ uname -s
962026-08-04T17:42:34.746Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-04T17:42:34.746Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-04T17:42:34.749Z+ cargo --version
992026-08-04T17:42:34.756Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-04T17:42:34.759Z+ rustc --version
1012026-08-04T17:42:34.778Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-04T17:42:34.781Z+ source ./env.sh
1032026-08-04T17:42:34.781Z++ OLD_SHELL_OPTS=ehxB
1042026-08-04T17:42:34.781Z++ set -o xtrace
1052026-08-04T17:42:34.784Z++++ dirname ./env.sh
1062026-08-04T17:42:34.784Z+++ readlink -f .
1072026-08-04T17:42:34.787Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-08-04T17:42:34.787Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-08-04T17:42:34.787Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-08-04T17:42:34.787Z++ 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
1112026-08-04T17:42:34.787Z++ 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
1122026-08-04T17:42:34.787Z++ 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
1132026-08-04T17:42:34.787Z++ 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
1142026-08-04T17:42:34.787Z++ 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
1152026-08-04T17:42:34.787Z++ 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
1162026-08-04T17:42:34.787Z++ 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
1172026-08-04T17:42:34.789Z++ 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
1182026-08-04T17:42:34.789Z++ case $OLD_SHELL_OPTS in
1192026-08-04T17:42:34.789Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-08-04T17:42:34.789Z+ 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
1212026-08-04T17:42:34.789Z+ 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
1222026-08-04T17:42:34.789Z+ banner prerequisites
1232026-08-04T17:42:34.866Z
1242026-08-04T17:42:34.866Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-08-04T17:42:34.866Z # # # # # # # # # # # # # # #
1262026-08-04T17:42:34.867Z # # # # ##### # # ##### # # # # # #### #
1272026-08-04T17:42:34.867Z ##### ##### # ##### # # # # # # # # #
1282026-08-04T17:42:34.867Z # # # # # # # # # # # # # # #
1292026-08-04T17:42:34.867Z # # # ###### # # ###### ### # #### # #### #
1302026-08-04T17:42:34.867Z
1312026-08-04T17:42:34.867Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-08-04T17:42:36.507Z Startup: Refreshing catalog 'helios' ... Done
1332026-08-04T17:42:36.752Z Startup: Caching catalogs ... Done
1342026-08-04T17:42:38.082ZPlanning: Solver setup ... Done (1.238s)
1352026-08-04T17:42:38.120ZPlanning: Running solver ... Done (0.045s)
1362026-08-04T17:42:38.151ZPlanning: Finding local manifests ... Done (0.003s)
1372026-08-04T17:42:38.169ZPlanning: Fetching manifests: 0/2 0% complete
1382026-08-04T17:42:38.186ZPlanning: Fetching manifests: 2/2 100% complete
1392026-08-04T17:42:38.232ZPlanning: Package planning ... Done (0.014s)
1402026-08-04T17:42:38.260ZPlanning: Merging actions ... Done (0.001s)
1412026-08-04T17:42:38.361ZPlanning: Checking for conflicting actions ... Done (0.160s)
1422026-08-04T17:42:38.366ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-08-04T17:42:39.141ZPlanning: Evaluating mediators ... Done (0.760s)
1442026-08-04T17:42:39.152ZPlanning: Planning completed in 2.34 seconds
1452026-08-04T17:42:39.152Z Packages to install: 2
1462026-08-04T17:42:39.152Z Estimated space available: 156.01 GB
1472026-08-04T17:42:39.152ZEstimated space to be consumed: 56.46 MB
1482026-08-04T17:42:39.152Z Create boot environment: No
1492026-08-04T17:42:39.152ZCreate backup boot environment: No
1502026-08-04T17:42:39.152Z Rebuild boot archive: No
1512026-08-04T17:42:39.152Z
1522026-08-04T17:42:39.153ZChanged packages:
1532026-08-04T17:42:39.153Zhelios
1542026-08-04T17:42:39.153Z developer/build-essential
1552026-08-04T17:42:39.153Z None -> 11-3.0
1562026-08-04T17:42:39.153Z library/libxmlsec1
1572026-08-04T17:42:39.153Z None -> 1.2.35-3.0
1582026-08-04T17:42:39.161Z
1592026-08-04T17:42:39.162ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-08-04T17:42:39.224ZDownload: Completed 1.28 MB in 0.07 seconds (18.9M/s)
1612026-08-04T17:42:39.298Z Actions: 1/268 actions (Installing new actions)
1622026-08-04T17:42:39.329Z Actions: Completed 268 actions in 0.04 seconds.
1632026-08-04T17:42:39.342ZFinalize: Updating package state database ... Done (0.023s)
1642026-08-04T17:42:39.346ZFinalize: Updating package cache ... Done (0.000s)
1652026-08-04T17:42:39.427ZFinalize: Updating image state ... Done (0.059s)
1662026-08-04T17:42:41.896ZFinalize: Creating fast lookup database ... Done (2.456s)
1672026-08-04T17:42:41.966ZFinalize: Reading search index ... Done (0.012s)
1682026-08-04T17:42:41.986ZFinalize: Updating search index ... Done (0.000s)
1692026-08-04T17:42:42.052ZFinalize: Updating package cache ... Done (0.000s)
1702026-08-04T17:42:42.385ZPlanning: Evaluating mediator changes ... Done
1712026-08-04T17:42:42.486ZPlanning: Checking for conflicting actions ... Done
1722026-08-04T17:42:42.491ZPlanning: Consolidating action changes ... Done
1732026-08-04T17:42:42.698ZPlanning: Evaluating mediators ... Done
1742026-08-04T17:42:42.705ZPlanning: Planning completed in 0.26 seconds
1752026-08-04T17:42:42.705Z Mediators to change: 2
1762026-08-04T17:42:42.705Z Create boot environment: No
1772026-08-04T17:42:42.705ZCreate backup boot environment: No
1782026-08-04T17:42:42.710ZFinalize: Updating package state database ... Done
1792026-08-04T17:42:42.710ZFinalize: Updating package cache ... Done
1802026-08-04T17:42:42.769ZFinalize: Updating image state ... Done
1812026-08-04T17:42:44.669ZFinalize: Creating fast lookup database ... Done
1822026-08-04T17:42:44.733ZFinalize: Reading search index ... Done
1832026-08-04T17:42:44.736ZFinalize: Updating search index ... Done
1842026-08-04T17:42:44.800ZFinalize: Updating package cache ... Done
1852026-08-04T17:42:45.081ZPlanning: Evaluating mediator changes ... Done
1862026-08-04T17:42:45.182ZPlanning: Checking for conflicting actions ... Done
1872026-08-04T17:42:45.194ZPlanning: Consolidating action changes ... Done
1882026-08-04T17:42:45.437ZPlanning: Evaluating mediators ... Done
1892026-08-04T17:42:45.481ZPlanning: Planning completed in 0.25 seconds
1902026-08-04T17:42:45.484Z Mediators to change: 1
1912026-08-04T17:42:45.484Z Create boot environment: No
1922026-08-04T17:42:45.484ZCreate backup boot environment: No
1932026-08-04T17:42:45.484ZFinalize: Updating package state database ... Done
1942026-08-04T17:42:45.484ZFinalize: Updating package cache ... Done
1952026-08-04T17:42:45.484ZFinalize: Updating image state ... Done
1962026-08-04T17:42:47.359ZFinalize: Creating fast lookup database ... Done
1972026-08-04T17:42:47.416ZFinalize: Reading search index ... Done
1982026-08-04T17:42:47.424ZFinalize: Updating search index ... Done
1992026-08-04T17:42:47.476ZFinalize: Updating package cache ... Done
2002026-08-04T17:42:47.782ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-08-04T17:42:47.783Zapache system 2.4 system
2022026-08-04T17:42:47.783Zclang system 15 system
2032026-08-04T17:42:47.783Zcsh system system illumos
2042026-08-04T17:42:47.783Zctags system system illumos
2052026-08-04T17:42:47.783Zfile vendor vendor darwinsys
2062026-08-04T17:42:47.783Zfile system system illumos
2072026-08-04T17:42:47.783Zgcc vendor 14 vendor
2082026-08-04T17:42:47.783Zgcc system 13 system
2092026-08-04T17:42:47.783Zgcc system 10 system
2102026-08-04T17:42:47.783Zgo system 1.25 system
2112026-08-04T17:42:47.783Zllvm system 15 system
2122026-08-04T17:42:47.783Zmariadb system 11.4 system
2132026-08-04T17:42:47.783Zmta vendor vendor dma
2142026-08-04T17:42:47.783Zopenjdk system 17 system
2152026-08-04T17:42:47.783Zopenjdk system 11 system
2162026-08-04T17:42:47.783Zopenssl vendor 3 vendor
2172026-08-04T17:42:47.783Zperl system 5.40 system
2182026-08-04T17:42:47.783Zpostgresql system 18 system
2192026-08-04T17:42:47.783Zpostgresql system 17 system
2202026-08-04T17:42:47.783Zpython vendor 3 vendor
2212026-08-04T17:42:47.783Zpython system 2 system
2222026-08-04T17:42:47.783Zpython3 vendor 3.13 vendor
2232026-08-04T17:42:47.783Zruby system 3.4 system
2242026-08-04T17:42:47.784Zruby system 3.0 system
2252026-08-04T17:42:47.784Zwords vendor vendor american-english
2262026-08-04T17:42:47.784Zwords system system australian-english
2272026-08-04T17:42:47.784Zwords system system british-english
2282026-08-04T17:42:47.784Zwords system system canadian-english
2292026-08-04T17:42:47.784Zwords system system french
2302026-08-04T17:42:47.784Zwords system system italian
2312026-08-04T17:42:47.784Zwords system system ngerman
2322026-08-04T17:42:47.784Zwords system system ogerman
2332026-08-04T17:42:47.784Zwords system system spanish
2342026-08-04T17:42:48.033ZPUBLISHER TYPE STATUS P LOCATION
2352026-08-04T17:42:48.033Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-08-04T17:42:48.425ZFMRI IFO
2372026-08-04T17:42:48.425Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-08-04T17:42:48.425Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-08-04T17:42:48.425Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-08-04T17:42:48.425Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-08-04T17:42:48.425Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-08-04T17:42:48.425Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-08-04T17:42:48.425Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-08-04T17:42:48.426Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-08-04T17:42:48.426Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-08-04T17:42:48.762Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-08-04T17:42:49.019Z Updating crates.io index
2482026-08-04T17:42:49.258Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-08-04T17:42:49.478Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-08-04T17:42:49.856Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512026-08-04T17:42:51.278Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2522026-08-04T17:42:51.773Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532026-08-04T17:42:57.825Z Updating git repository `https://github.com/oxidecomputer/opte`
2542026-08-04T17:42:57.865Z Updating git repository `https://github.com/oxidecomputer/tofino`
2552026-08-04T17:42:57.866Z Updating git repository `https://github.com/oxidecomputer/lldp`
2562026-08-04T17:42:57.866Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572026-08-04T17:43:02.780Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582026-08-04T17:43:03.236Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-08-04T17:43:03.578Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2602026-08-04T17:43:03.905Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2612026-08-04T17:43:04.336Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2622026-08-04T17:43:04.892Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2632026-08-04T17:43:05.308Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2642026-08-04T17:43:05.544Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2652026-08-04T17:43:05.824Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2662026-08-04T17:43:06.120Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2672026-08-04T17:43:06.332Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2682026-08-04T17:43:06.643Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2692026-08-04T17:43:06.938Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2702026-08-04T17:43:07.343Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2712026-08-04T17:43:08.680Z Updating git repository `https://github.com/oxidecomputer/erebor`
2722026-08-04T17:43:08.952Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2732026-08-04T17:43:09.437Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2742026-08-04T17:43:09.708Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2752026-08-04T17:43:10.085Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2762026-08-04T17:43:10.368Z Updating git repository `https://github.com/oxidecomputer/ispf`
2772026-08-04T17:43:10.612Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2782026-08-04T17:43:10.863Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2792026-08-04T17:43:11.183Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2802026-08-04T17:43:11.601Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2812026-08-04T17:43:11.850Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2822026-08-04T17:43:12.148Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2832026-08-04T17:43:12.413Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2842026-08-04T17:43:12.925Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2852026-08-04T17:43:13.451Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2862026-08-04T17:43:13.709Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2872026-08-04T17:43:14.063Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2882026-08-04T17:43:14.339Z Updating git repository `https://github.com/illumos/smf-rs`
2892026-08-04T17:43:17.190Z Downloading crates ...
2902026-08-04T17:43:17.237Z Downloaded heck v0.5.0
2912026-08-04T17:43:17.240Z Downloaded autocfg v1.5.0
2922026-08-04T17:43:17.243Z Downloaded fastrand v2.3.0
2932026-08-04T17:43:17.243Z Downloaded anstyle-parse v1.0.0
2942026-08-04T17:43:17.247Z Downloaded toml_datetime v0.6.11
2952026-08-04T17:43:17.250Z Downloaded equivalent v1.0.2
2962026-08-04T17:43:17.250Z Downloaded usdt-impl v0.5.0
2972026-08-04T17:43:17.250Z Downloaded clap_derive v4.6.1
2982026-08-04T17:43:17.258Z Downloaded memmap v0.7.0
2992026-08-04T17:43:17.261Z Downloaded anstyle-query v1.1.5
3002026-08-04T17:43:17.261Z Downloaded colorchoice v1.0.4
3012026-08-04T17:43:17.261Z Downloaded generic-array v0.14.7
3022026-08-04T17:43:17.261Z Downloaded cpufeatures v0.2.17
3032026-08-04T17:43:17.264Z Downloaded errno v0.3.14
3042026-08-04T17:43:17.268Z Downloaded heck v0.4.1
3052026-08-04T17:43:17.271Z Downloaded block-buffer v0.10.4
3062026-08-04T17:43:17.271Z Downloaded itoa v1.0.17
3072026-08-04T17:43:17.271Z Downloaded macaddr v1.0.1
3082026-08-04T17:43:17.276Z Downloaded cfg-if v1.0.4
3092026-08-04T17:43:17.276Z Downloaded clap_lex v1.0.0
3102026-08-04T17:43:17.276Z Downloaded dtrace-parser v0.2.0
3112026-08-04T17:43:17.276Z Downloaded is_terminal_polyfill v1.70.2
3122026-08-04T17:43:17.279Z Downloaded zerocopy v0.7.35
3132026-08-04T17:43:17.286Z Downloaded zmij v1.0.21
3142026-08-04T17:43:17.289Z Downloaded crypto-common v0.1.7
3152026-08-04T17:43:17.289Z Downloaded dof v0.3.0
3162026-08-04T17:43:17.289Z Downloaded fnv v1.0.7
3172026-08-04T17:43:17.289Z Downloaded digest v0.10.7
3182026-08-04T17:43:17.289Z Downloaded anstream v1.0.0
3192026-08-04T17:43:17.289Z Downloaded anstyle v1.0.14
3202026-08-04T17:43:17.295Z Downloaded cargo-platform v0.3.2
3212026-08-04T17:43:17.299Z Downloaded proc-macro-error-attr v1.0.4
3222026-08-04T17:43:17.299Z Downloaded version_check v0.9.5
3232026-08-04T17:43:17.301Z Downloaded tabled_derive v0.7.0
3242026-08-04T17:43:17.304Z Downloaded smawk v0.3.2
3252026-08-04T17:43:17.307Z Downloaded pretty-hex v0.4.1
3262026-08-04T17:43:17.310Z Downloaded usdt-macro v0.5.0
3272026-08-04T17:43:17.314Z Downloaded camino-tempfile v1.4.1
3282026-08-04T17:43:17.319Z Downloaded cargo_metadata v0.23.1
3292026-08-04T17:43:17.324Z Downloaded strsim v0.11.1
3302026-08-04T17:43:17.333Z Downloaded usdt-attr-macro v0.5.0
3312026-08-04T17:43:17.336Z Downloaded thread-id v4.2.2
3322026-08-04T17:43:17.341Z Downloaded usdt v0.5.0
3332026-08-04T17:43:17.341Z Downloaded scroll_derive v0.12.1
3342026-08-04T17:43:17.344Z Downloaded unicode-linebreak v0.1.5
3352026-08-04T17:43:17.347Z Downloaded terminal_size v0.4.3
3362026-08-04T17:43:17.350Z Downloaded utf8parse v0.2.2
3372026-08-04T17:43:17.350Z Downloaded plain v0.2.3
3382026-08-04T17:43:17.353Z Downloaded toml_write v0.1.2
3392026-08-04T17:43:17.356Z Downloaded bytecount v0.6.9
3402026-08-04T17:43:17.356Z Downloaded byteorder v1.5.0
3412026-08-04T17:43:17.356Z Downloaded swrite v0.1.0
3422026-08-04T17:43:17.356Z Downloaded proc-macro-error v1.0.4
3432026-08-04T17:43:17.360Z Downloaded fs-err v3.3.0
3442026-08-04T17:43:17.365Z Downloaded sha2 v0.10.9
3452026-08-04T17:43:17.368Z Downloaded scroll v0.12.0
3462026-08-04T17:43:17.377Z Downloaded cargo_toml v0.21.0
3472026-08-04T17:43:17.383Z Downloaded thiserror v1.0.69
3482026-08-04T17:43:17.386Z Downloaded thiserror-impl v1.0.69
3492026-08-04T17:43:17.391Z Downloaded serde_tokenstream v0.2.3
3502026-08-04T17:43:17.394Z Downloaded thiserror-impl v2.0.18
3512026-08-04T17:43:17.394Z Downloaded serde_spanned v0.6.9
3522026-08-04T17:43:17.401Z Downloaded tempfile v3.25.0
3532026-08-04T17:43:17.404Z Downloaded anyhow v1.0.102
3542026-08-04T17:43:17.407Z Downloaded semver v1.0.28
3552026-08-04T17:43:17.411Z Downloaded ucd-trie v0.1.7
3562026-08-04T17:43:17.414Z Downloaded thiserror v2.0.18
3572026-08-04T17:43:17.414Z Downloaded log v0.4.29
3582026-08-04T17:43:17.414Z Downloaded clap v4.6.1
3592026-08-04T17:43:17.419Z Downloaded getrandom v0.4.1
3602026-08-04T17:43:17.422Z Downloaded quote v1.0.45
3612026-08-04T17:43:17.425Z Downloaded toml v0.8.23
3622026-08-04T17:43:17.425Z Downloaded bitflags v2.11.0
3632026-08-04T17:43:17.429Z Downloaded pest_derive v2.8.6
3642026-08-04T17:43:17.438Z Downloaded once_cell v1.21.3
3652026-08-04T17:43:17.441Z Downloaded pest_generator v2.8.6
3662026-08-04T17:43:17.447Z Downloaded camino v1.2.2
3672026-08-04T17:43:17.450Z Downloaded papergrid v0.11.0
3682026-08-04T17:43:17.455Z Downloaded proc-macro2 v1.0.106
3692026-08-04T17:43:17.458Z Downloaded textwrap v0.16.2
3702026-08-04T17:43:17.461Z Downloaded unicode-ident v1.0.24
3712026-08-04T17:43:17.461Z Downloaded zerocopy-derive v0.7.35
3722026-08-04T17:43:17.464Z Downloaded serde_core v1.0.228
3732026-08-04T17:43:17.464Z Downloaded pest_meta v2.8.6
3742026-08-04T17:43:17.471Z Downloaded serde_derive v1.0.228
3752026-08-04T17:43:17.482Z Downloaded memchr v2.8.0
3762026-08-04T17:43:17.486Z Downloaded serde v1.0.228
3772026-08-04T17:43:17.492Z Downloaded toml_edit v0.22.27
3782026-08-04T17:43:17.498Z Downloaded typenum v1.20.1
3792026-08-04T17:43:17.502Z Downloaded goblin v0.8.2
3802026-08-04T17:43:17.526Z Downloaded pest v2.8.6
3812026-08-04T17:43:17.529Z Downloaded indexmap v2.14.0
3822026-08-04T17:43:17.533Z Downloaded hashbrown v0.17.0
3832026-08-04T17:43:17.536Z Downloaded serde_json v1.0.151
3842026-08-04T17:43:17.559Z Downloaded clap_builder v4.6.0
3852026-08-04T17:43:17.565Z Downloaded winnow v0.7.14
3862026-08-04T17:43:17.572Z Downloaded tabled v0.15.0
3872026-08-04T17:43:17.592Z Downloaded syn v1.0.109
3882026-08-04T17:43:17.601Z Downloaded unicode-width v0.1.14
3892026-08-04T17:43:17.604Z Downloaded unicode-width v0.2.0
3902026-08-04T17:43:17.610Z Downloaded syn v2.0.117
3912026-08-04T17:43:17.625Z Downloaded rustix v1.1.3
3922026-08-04T17:43:17.653Z Downloaded libc v0.2.185
3932026-08-04T17:43:17.714Z Compiling proc-macro2 v1.0.106
3942026-08-04T17:43:17.714Z Compiling quote v1.0.45
3952026-08-04T17:43:17.714Z Compiling unicode-ident v1.0.24
3962026-08-04T17:43:17.718Z Compiling serde_core v1.0.228
3972026-08-04T17:43:17.718Z Compiling libc v0.2.185
3982026-08-04T17:43:17.718Z Compiling version_check v0.9.5
3992026-08-04T17:43:17.718Z Compiling memchr v2.8.0
4002026-08-04T17:43:17.718Z Compiling serde v1.0.228
4012026-08-04T17:43:18.025Z Compiling zmij v1.0.21
4022026-08-04T17:43:18.234Z Compiling ucd-trie v0.1.7
4032026-08-04T17:43:18.325Z Compiling thiserror v1.0.69
4042026-08-04T17:43:18.486Z Compiling itoa v1.0.17
4052026-08-04T17:43:18.508Z Compiling pest v2.8.6
4062026-08-04T17:43:18.680Z Compiling byteorder v1.5.0
4072026-08-04T17:43:18.739Z Compiling rustix v1.1.3
4082026-08-04T17:43:18.800Z Compiling errno v0.3.14
4092026-08-04T17:43:18.905Z Compiling bitflags v2.11.0
4102026-08-04T17:43:19.040Z Compiling serde_json v1.0.151
4112026-08-04T17:43:19.125Z Compiling syn v2.0.117
4122026-08-04T17:43:19.224Z Compiling thread-id v4.2.2
4132026-08-04T17:43:19.243Z Compiling proc-macro-error-attr v1.0.4
4142026-08-04T17:43:19.320Z Compiling usdt-impl v0.5.0
4152026-08-04T17:43:19.410Z Compiling camino v1.2.2
4162026-08-04T17:43:19.436Z Compiling syn v1.0.109
4172026-08-04T17:43:19.632Z Compiling pest_meta v2.8.6
4182026-08-04T17:43:19.769Z Compiling proc-macro-error v1.0.4
4192026-08-04T17:43:19.784Z Compiling equivalent v1.0.2
4202026-08-04T17:43:19.801Z Compiling getrandom v0.4.1
4212026-08-04T17:43:19.877Z Compiling hashbrown v0.17.0
4222026-08-04T17:43:19.947Z Compiling log v0.4.29
4232026-08-04T17:43:20.158Z Compiling utf8parse v0.2.2
4242026-08-04T17:43:20.205Z Compiling plain v0.2.3
4252026-08-04T17:43:20.269Z Compiling anstyle-parse v1.0.0
4262026-08-04T17:43:20.374Z Compiling indexmap v2.14.0
4272026-08-04T17:43:20.443Z Compiling terminal_size v0.4.3
4282026-08-04T17:43:20.960Z Compiling cfg-if v1.0.4
4292026-08-04T17:43:20.984Z Compiling toml_write v0.1.2
4302026-08-04T17:43:21.035Z Compiling is_terminal_polyfill v1.70.2
4312026-08-04T17:43:21.052Z Compiling pretty-hex v0.4.1
4322026-08-04T17:43:21.134Z Compiling anstyle v1.0.14
4332026-08-04T17:43:21.137Z Compiling autocfg v1.5.0
4342026-08-04T17:43:21.180Z Compiling winnow v0.7.14
4352026-08-04T17:43:21.198Z Compiling colorchoice v1.0.4
4362026-08-04T17:43:21.242Z Compiling thiserror v2.0.18
4372026-08-04T17:43:21.314Z Compiling pest_generator v2.8.6
4382026-08-04T17:43:21.317Z Compiling anstyle-query v1.1.5
4392026-08-04T17:43:21.440Z Compiling anstream v1.0.0
4402026-08-04T17:43:21.565Z Compiling fs-err v3.3.0
4412026-08-04T17:43:21.656Z Compiling heck v0.4.1
4422026-08-04T17:43:21.766Z Compiling fnv v1.0.7
4432026-08-04T17:43:21.785Z Compiling once_cell v1.21.3
4442026-08-04T17:43:21.851Z Compiling bytecount v0.6.9
4452026-08-04T17:43:21.871Z Compiling unicode-width v0.1.14
4462026-08-04T17:43:21.989Z Compiling clap_lex v1.0.0
4472026-08-04T17:43:22.006Z Compiling anyhow v1.0.102
4482026-08-04T17:43:22.022Z Compiling heck v0.5.0
4492026-08-04T17:43:22.047Z Compiling strsim v0.11.1
4502026-08-04T17:43:22.140Z Compiling fastrand v2.3.0
4512026-08-04T17:43:22.216Z Compiling papergrid v0.11.0
4522026-08-04T17:43:22.252Z Compiling clap_builder v4.6.0
4532026-08-04T17:43:22.388Z Compiling tempfile v3.25.0
4542026-08-04T17:43:22.566Z Compiling semver v1.0.28
4552026-08-04T17:43:22.583Z Compiling cargo-platform v0.3.2
4562026-08-04T17:43:22.618Z Compiling tabled_derive v0.7.0
4572026-08-04T17:43:22.703Z Compiling memmap v0.7.0
4582026-08-04T17:43:22.777Z Compiling smawk v0.3.2
4592026-08-04T17:43:22.857Z Compiling unicode-width v0.2.0
4602026-08-04T17:43:22.895Z Compiling unicode-linebreak v0.1.5
4612026-08-04T17:43:22.895Z Compiling camino-tempfile v1.4.1
4622026-08-04T17:43:22.970Z Compiling serde_derive v1.0.228
4632026-08-04T17:43:23.128Z Compiling thiserror-impl v1.0.69
4642026-08-04T17:43:23.147Z Compiling zerocopy-derive v0.7.35
4652026-08-04T17:43:23.164Z Compiling pest_derive v2.8.6
4662026-08-04T17:43:23.278Z Compiling scroll_derive v0.12.1
4672026-08-04T17:43:23.528Z Compiling thiserror-impl v2.0.18
4682026-08-04T17:43:23.608Z Compiling clap_derive v4.6.1
4692026-08-04T17:43:23.693Z Compiling tabled v0.15.0
4702026-08-04T17:43:23.957Z Compiling scroll v0.12.0
4712026-08-04T17:43:24.022Z Compiling zerocopy v0.7.35
4722026-08-04T17:43:24.236Z Compiling goblin v0.8.2
4732026-08-04T17:43:24.526Z Compiling dtrace-parser v0.2.0
4742026-08-04T17:43:24.579Z Compiling textwrap v0.16.2
4752026-08-04T17:43:25.036Z Compiling swrite v0.1.0
4762026-08-04T17:43:25.355Z Compiling clap v4.6.1
4772026-08-04T17:43:26.073Z Compiling serde_spanned v0.6.9
4782026-08-04T17:43:26.080Z Compiling dof v0.3.0
4792026-08-04T17:43:26.080Z Compiling serde_tokenstream v0.2.3
4802026-08-04T17:43:26.080Z Compiling toml_datetime v0.6.11
4812026-08-04T17:43:26.080Z Compiling macaddr v1.0.1
4822026-08-04T17:43:26.151Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4832026-08-04T17:43:26.168Z Compiling cargo_metadata v0.23.1
4842026-08-04T17:43:26.297Z Compiling toml_edit v0.22.27
4852026-08-04T17:43:26.900Z Compiling usdt-attr-macro v0.5.0
4862026-08-04T17:43:26.905Z Compiling usdt-macro v0.5.0
4872026-08-04T17:43:27.498Z Compiling usdt v0.5.0
4882026-08-04T17:43:27.643Z Compiling toml v0.8.23
4892026-08-04T17:43:27.969Z Compiling cargo_toml v0.21.0
4902026-08-04T17:43:29.232Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4912026-08-04T17:43:31.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.67s
4922026-08-04T17:43:31.426Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4932026-08-04T17:43:31.931Z Downloading crates ...
4942026-08-04T17:43:31.986Z Downloaded adler2 v2.0.1
4952026-08-04T17:43:31.991Z Downloaded backon v1.6.0
4962026-08-04T17:43:31.994Z Downloaded base16ct v1.0.0
4972026-08-04T17:43:32.001Z Downloaded bcs v0.1.6
4982026-08-04T17:43:32.001Z Downloaded async-recursion v1.1.1
4992026-08-04T17:43:32.005Z Downloaded async-trait v0.1.89
5002026-08-04T17:43:32.005Z Downloaded bit-set v0.5.3
5012026-08-04T17:43:32.005Z Downloaded ascii-canvas v3.0.0
5022026-08-04T17:43:32.005Z Downloaded async-stream v0.3.6
5032026-08-04T17:43:32.005Z Downloaded atty v0.2.14
5042026-08-04T17:43:32.005Z Downloaded assert_matches v1.5.0
5052026-08-04T17:43:32.010Z Downloaded futures-task v0.3.32
5062026-08-04T17:43:32.013Z Downloaded aes v0.9.1
5072026-08-04T17:43:32.016Z Downloaded ahash v0.8.12
5082026-08-04T17:43:32.019Z Downloaded bb8 v0.8.6
5092026-08-04T17:43:32.024Z Downloaded enum_dispatch v0.3.13
5102026-08-04T17:43:32.024Z Downloaded async-stream-impl v0.3.6
5112026-08-04T17:43:32.024Z Downloaded futures-channel v0.3.32
5122026-08-04T17:43:32.027Z Downloaded getrandom v0.3.4
5132026-08-04T17:43:32.027Z Downloaded arrayvec v0.7.6
5142026-08-04T17:43:32.027Z Downloaded async-bb8-diesel v0.2.1
5152026-08-04T17:43:32.027Z Downloaded array-init v0.0.4
5162026-08-04T17:43:32.031Z Downloaded convert_case v0.4.0
5172026-08-04T17:43:32.031Z Downloaded atomic-waker v1.1.2
5182026-08-04T17:43:32.031Z Downloaded hex v0.4.3
5192026-08-04T17:43:32.034Z Downloaded gethostname v0.5.0
5202026-08-04T17:43:32.037Z Downloaded flagset v0.4.7
5212026-08-04T17:43:32.038Z Downloaded float-cmp v0.10.0
5222026-08-04T17:43:32.038Z Downloaded futures-core v0.3.32
5232026-08-04T17:43:32.042Z Downloaded base16ct v0.2.0
5242026-08-04T17:43:32.042Z Downloaded aead v0.5.2
5252026-08-04T17:43:32.042Z Downloaded env_filter v1.0.0
5262026-08-04T17:43:32.042Z Downloaded futures-sink v0.3.32
5272026-08-04T17:43:32.042Z Downloaded fxhash v0.2.1
5282026-08-04T17:43:32.047Z Downloaded headers-core v0.3.0
5292026-08-04T17:43:32.047Z Downloaded foreign-types-shared v0.1.1
5302026-08-04T17:43:32.050Z Downloaded fd-lock v4.0.4
5312026-08-04T17:43:32.050Z Downloaded fs_extra v1.3.0
5322026-08-04T17:43:32.050Z Downloaded humantime v2.3.0
5332026-08-04T17:43:32.050Z Downloaded hyper-rustls v0.27.7
5342026-08-04T17:43:32.053Z Downloaded ff v0.13.1
5352026-08-04T17:43:32.053Z Downloaded filetime v0.2.27
5362026-08-04T17:43:32.053Z Downloaded erased-serde v0.3.31
5372026-08-04T17:43:32.053Z Downloaded find-msvc-tools v0.1.9
5382026-08-04T17:43:32.056Z Downloaded arrayref v0.3.9
5392026-08-04T17:43:32.059Z Downloaded backoff v0.4.0
5402026-08-04T17:43:32.059Z Downloaded compression-core v0.4.31
5412026-08-04T17:43:32.059Z Downloaded endian-type v0.1.2
5422026-08-04T17:43:32.063Z Downloaded env_logger v0.11.9
5432026-08-04T17:43:32.067Z Downloaded fixedbitset v0.4.2
5442026-08-04T17:43:32.070Z Downloaded getrandom v0.2.17
5452026-08-04T17:43:32.070Z Downloaded fatfs v0.3.6
5462026-08-04T17:43:32.073Z Downloaded ciborium-ll v0.2.2
5472026-08-04T17:43:32.078Z Downloaded hostname v0.3.1
5482026-08-04T17:43:32.078Z Downloaded foreign-types v0.5.0
5492026-08-04T17:43:32.083Z Downloaded funty v2.0.0
5502026-08-04T17:43:32.083Z Downloaded futures-io v0.3.32
5512026-08-04T17:43:32.083Z Downloaded enum-as-inner v0.6.1
5522026-08-04T17:43:32.083Z Downloaded cfg_aliases v0.1.1
5532026-08-04T17:43:32.088Z Downloaded fs-err v2.11.0
5542026-08-04T17:43:32.088Z Downloaded generic-array v1.4.3
5552026-08-04T17:43:32.088Z Downloaded ghash v0.6.0
5562026-08-04T17:43:32.088Z Downloaded float-ord v0.3.2
5572026-08-04T17:43:32.088Z Downloaded bitfield-macros v0.19.4
5582026-08-04T17:43:32.088Z Downloaded atomicwrites v0.4.4
5592026-08-04T17:43:32.091Z Downloaded http-range v0.1.5
5602026-08-04T17:43:32.091Z Downloaded foreign-types-shared v0.3.1
5612026-08-04T17:43:32.094Z Downloaded ciborium-io v0.2.2
5622026-08-04T17:43:32.094Z Downloaded cobs v0.3.0
5632026-08-04T17:43:32.097Z Downloaded httpdate v1.0.3
5642026-08-04T17:43:32.100Z Downloaded foreign-types-macros v0.2.3
5652026-08-04T17:43:32.100Z Downloaded home v0.5.12
5662026-08-04T17:43:32.103Z Downloaded block-padding v0.4.2
5672026-08-04T17:43:32.106Z Downloaded bit-set v0.8.0
5682026-08-04T17:43:32.106Z Downloaded hyper-tls v0.6.0
5692026-08-04T17:43:32.111Z Downloaded hostname v0.4.2
5702026-08-04T17:43:32.111Z Downloaded num-derive v0.4.2
5712026-08-04T17:43:32.111Z Downloaded hash32 v0.2.1
5722026-08-04T17:43:32.114Z Downloaded block-buffer v0.12.1
5732026-08-04T17:43:32.114Z Downloaded foldhash v0.1.5
5742026-08-04T17:43:32.118Z Downloaded cfg_aliases v0.2.1
5752026-08-04T17:43:32.121Z Downloaded cipher v0.5.2
5762026-08-04T17:43:32.121Z Downloaded cmov v0.5.4
5772026-08-04T17:43:32.121Z Downloaded futures-macro v0.3.32
5782026-08-04T17:43:32.121Z Downloaded git-stub v1.0.0
5792026-08-04T17:43:32.125Z Downloaded argon2 v0.5.3
5802026-08-04T17:43:32.128Z Downloaded base64ct v1.8.3
5812026-08-04T17:43:32.128Z Downloaded hash32 v0.3.1
5822026-08-04T17:43:32.135Z Downloaded castaway v0.2.4
5832026-08-04T17:43:32.138Z Downloaded http-body v1.0.1
5842026-08-04T17:43:32.138Z Downloaded hubpack v0.1.2
5852026-08-04T17:43:32.138Z Downloaded bcrypt-pbkdf v0.11.0
5862026-08-04T17:43:32.138Z Downloaded nonempty v0.12.0
5872026-08-04T17:43:32.138Z Downloaded olpc-cjson v0.1.4
5882026-08-04T17:43:32.138Z Downloaded form_urlencoded v1.2.2
5892026-08-04T17:43:32.138Z Downloaded hex-literal v1.1.0
5902026-08-04T17:43:32.143Z Downloaded hubpack_derive v0.1.1
5912026-08-04T17:43:32.143Z Downloaded foreign-types v0.3.2
5922026-08-04T17:43:32.146Z Downloaded predicates-core v1.0.10
5932026-08-04T17:43:32.146Z Downloaded proc-macro-crate v3.4.0
5942026-08-04T17:43:32.149Z Downloaded parse-display v0.10.0
5952026-08-04T17:43:32.149Z Downloaded quick-error v1.2.3
5962026-08-04T17:43:32.149Z Downloaded password-hash v0.6.1
5972026-08-04T17:43:32.159Z Downloaded anstream v0.6.21
5982026-08-04T17:43:32.162Z Downloaded bitflags v1.3.2
5992026-08-04T17:43:32.162Z Downloaded byte-wrapper v0.1.0
6002026-08-04T17:43:32.167Z Downloaded ref-cast v1.0.25
6012026-08-04T17:43:32.167Z Downloaded anstyle-parse v0.2.7
6022026-08-04T17:43:32.167Z Downloaded aead v0.6.1
6032026-08-04T17:43:32.174Z Downloaded bitfield-struct v0.6.2
6042026-08-04T17:43:32.178Z Downloaded foldhash v0.2.0
6052026-08-04T17:43:32.180Z Downloaded highway v1.3.0
6062026-08-04T17:43:32.180Z Downloaded http-body-util v0.1.3
6072026-08-04T17:43:32.180Z Downloaded const_format_proc_macros v0.2.34
6082026-08-04T17:43:32.180Z Downloaded fixedbitset v0.5.7
6092026-08-04T17:43:32.180Z Downloaded glob v0.3.3
6102026-08-04T17:43:32.180Z Downloaded hyper-staticfile v0.10.1
6112026-08-04T17:43:32.180Z Downloaded proc-macro-error-attr2 v2.0.0
6122026-08-04T17:43:32.180Z Downloaded ref-cast-impl v1.0.25
6132026-08-04T17:43:32.183Z Downloaded cexpr v0.6.0
6142026-08-04T17:43:32.183Z Downloaded globset v0.4.18
6152026-08-04T17:43:32.183Z Downloaded bitfield v0.19.4
6162026-08-04T17:43:32.186Z Downloaded russh-cryptovec v0.62.0
6172026-08-04T17:43:32.186Z Downloaded fallible-iterator v0.2.0
6182026-08-04T17:43:32.186Z Downloaded bit-vec v0.8.0
6192026-08-04T17:43:32.186Z Downloaded bs58 v0.5.1
6202026-08-04T17:43:32.189Z Downloaded compression-codecs v0.4.37
6212026-08-04T17:43:32.189Z Downloaded sapling-renderdag v0.1.0
6222026-08-04T17:43:32.189Z Downloaded scroll_derive v0.13.1
6232026-08-04T17:43:32.189Z Downloaded serde_repr v0.1.20
6242026-08-04T17:43:32.194Z Downloaded constant_time_eq v0.4.2
6252026-08-04T17:43:32.194Z Downloaded slog-bunyan v2.5.0
6262026-08-04T17:43:32.197Z Downloaded argon2 v0.6.0-rc.8
6272026-08-04T17:43:32.197Z Downloaded base64 v0.22.1
6282026-08-04T17:43:32.201Z Downloaded chacha20 v0.9.1
6292026-08-04T17:43:32.201Z Downloaded strum v0.27.2
6302026-08-04T17:43:32.205Z Downloaded tap v1.0.1
6312026-08-04T17:43:32.205Z Downloaded camino-tempfile-ext v0.3.3
6322026-08-04T17:43:32.205Z Downloaded console v0.16.2
6332026-08-04T17:43:32.211Z Downloaded git-stub-vcs v0.1.0
6342026-08-04T17:43:32.211Z Downloaded group v0.13.0
6352026-08-04T17:43:32.211Z Downloaded group v0.14.0
6362026-08-04T17:43:32.215Z Downloaded ff v0.14.0
6372026-08-04T17:43:32.215Z Downloaded futures-executor v0.3.32
6382026-08-04T17:43:32.215Z Downloaded globwalk v0.9.1
6392026-08-04T17:43:32.215Z Downloaded signal-hook-tokio v0.3.1
6402026-08-04T17:43:32.215Z Downloaded base64 v0.21.7
6412026-08-04T17:43:32.215Z Downloaded stable_deref_trait v1.2.1
6422026-08-04T17:43:32.215Z Downloaded bit-vec v0.6.3
6432026-08-04T17:43:32.215Z Downloaded cbc v0.2.1
6442026-08-04T17:43:32.218Z Downloaded cipher v0.4.4
6452026-08-04T17:43:32.218Z Downloaded oxnet v0.1.6
6462026-08-04T17:43:32.221Z Downloaded num_enum_derive v0.7.6
6472026-08-04T17:43:32.221Z Downloaded paste v1.0.15
6482026-08-04T17:43:32.224Z Downloaded ppv-lite86 v0.2.21
6492026-08-04T17:43:32.225Z Downloaded postgres-protocol v0.6.10
6502026-08-04T17:43:32.225Z Downloaded phf v0.13.1
6512026-08-04T17:43:32.228Z Downloaded polyval v0.7.1
6522026-08-04T17:43:32.228Z Downloaded primefield v0.14.0
6532026-08-04T17:43:32.228Z Downloaded proc-macro-error2 v2.0.1
6542026-08-04T17:43:32.232Z Downloaded russh-util v0.52.0
6552026-08-04T17:43:32.232Z Downloaded tabled_derive v0.11.0
6562026-08-04T17:43:32.232Z Downloaded testing_table v0.3.0
6572026-08-04T17:43:32.232Z Downloaded resolv-conf v0.7.6
6582026-08-04T17:43:32.235Z Downloaded tower-layer v0.3.3
6592026-08-04T17:43:32.235Z Downloaded tower-service v0.3.3
6602026-08-04T17:43:32.239Z Downloaded untrusted v0.7.1
6612026-08-04T17:43:32.239Z Downloaded hmac v0.13.0
6622026-08-04T17:43:32.243Z Downloaded rustls-pemfile v2.2.0
6632026-08-04T17:43:32.244Z Downloaded half v1.8.3
6642026-08-04T17:43:32.247Z Downloaded rand_core v0.10.0
6652026-08-04T17:43:32.247Z Downloaded blake2 v0.10.6
6662026-08-04T17:43:32.247Z Downloaded bzip2 v0.4.4
6672026-08-04T17:43:32.247Z Downloaded chacha20 v0.10.0
6682026-08-04T17:43:32.252Z Downloaded ciborium v0.2.2
6692026-08-04T17:43:32.252Z Downloaded clang-sys v1.8.1
6702026-08-04T17:43:32.252Z Downloaded colored v3.1.1
6712026-08-04T17:43:32.256Z Downloaded topological-sort v0.2.2
6722026-08-04T17:43:32.257Z Downloaded typify-macro v0.6.2
6732026-08-04T17:43:32.257Z Downloaded utf-8 v0.7.6
6742026-08-04T17:43:32.257Z Downloaded utf8_iter v1.0.4
6752026-08-04T17:43:32.257Z Downloaded wait-timeout v0.2.1
6762026-08-04T17:43:32.257Z Downloaded bzip2 v0.6.1
6772026-08-04T17:43:32.257Z Downloaded buf-list v1.1.2
6782026-08-04T17:43:32.260Z Downloaded cassowary v0.3.0
6792026-08-04T17:43:32.261Z Downloaded cmake v0.1.57
6802026-08-04T17:43:32.261Z Downloaded colored v2.2.0
6812026-08-04T17:43:32.261Z Downloaded console v0.15.11
6822026-08-04T17:43:32.261Z Downloaded blowfish v0.10.0
6832026-08-04T17:43:32.261Z Downloaded hickory-server v0.25.2
6842026-08-04T17:43:32.266Z Downloaded sec1 v0.8.1
6852026-08-04T17:43:32.266Z Downloaded seq-macro v0.3.6
6862026-08-04T17:43:32.266Z Downloaded unicode-truncate v1.1.0
6872026-08-04T17:43:32.266Z Downloaded allocator-api2 v0.2.21
6882026-08-04T17:43:32.269Z Downloaded serde_with_macros v1.5.2
6892026-08-04T17:43:32.269Z Downloaded shlex v1.3.0
6902026-08-04T17:43:32.269Z Downloaded simd-adler32 v0.3.8
6912026-08-04T17:43:32.269Z Downloaded slog-stdlog v4.1.1
6922026-08-04T17:43:32.269Z Downloaded strum_macros v0.24.3
6932026-08-04T17:43:32.272Z Downloaded async-compression v0.4.41
6942026-08-04T17:43:32.275Z Downloaded snafu-derive v0.8.9
6952026-08-04T17:43:32.275Z Downloaded crc-catalog v2.4.0
6962026-08-04T17:43:32.275Z Downloaded zerofrom v0.1.6
6972026-08-04T17:43:32.275Z Downloaded zerofrom-derive v0.1.6
6982026-08-04T17:43:32.278Z Downloaded defmt-parser v1.0.0
6992026-08-04T17:43:32.278Z Downloaded cpubits v0.1.1
7002026-08-04T17:43:32.278Z Downloaded diesel_table_macro_syntax v0.3.0
7012026-08-04T17:43:32.278Z Downloaded cancel-safe-futures v0.1.5
7022026-08-04T17:43:32.284Z Downloaded stacker v0.1.23
7032026-08-04T17:43:32.284Z Downloaded tls_codec_derive v0.4.2
7042026-08-04T17:43:32.284Z Downloaded hmac v0.12.1
7052026-08-04T17:43:32.288Z Downloaded parking_lot v0.11.2
7062026-08-04T17:43:32.293Z Downloaded pkcs1 v0.8.0-rc.4
7072026-08-04T17:43:32.294Z Downloaded support-bundle-viewer v0.1.2
7082026-08-04T17:43:32.298Z Downloaded tinystr v0.8.2
7092026-08-04T17:43:32.298Z Downloaded tokio-native-tls v0.3.1
7102026-08-04T17:43:32.298Z Downloaded usdt v0.6.0
7112026-08-04T17:43:32.298Z Downloaded defmt v0.3.100
7122026-08-04T17:43:32.301Z Downloaded termios v0.3.3
7132026-08-04T17:43:32.308Z Downloaded lru v0.12.5
7142026-08-04T17:43:32.311Z Downloaded lru-cache v0.1.2
7152026-08-04T17:43:32.311Z Downloaded dof v0.4.0
7162026-08-04T17:43:32.311Z Downloaded document-features v0.2.12
7172026-08-04T17:43:32.316Z Downloaded hybrid-array v0.4.13
7182026-08-04T17:43:32.322Z Downloaded const-oid v0.9.6
7192026-08-04T17:43:32.325Z Downloaded num-traits v0.2.19
7202026-08-04T17:43:32.325Z Downloaded rustls-pki-types v1.14.0
7212026-08-04T17:43:32.328Z Downloaded illumos-nvpair v0.3.0
7222026-08-04T17:43:32.328Z Downloaded inout v0.2.2
7232026-08-04T17:43:32.328Z Downloaded instant v0.1.13
7242026-08-04T17:43:32.329Z Downloaded instability v0.3.11
7252026-08-04T17:43:32.329Z Downloaded lazy_static v1.5.0
7262026-08-04T17:43:32.332Z Downloaded md-5 v0.10.6
7272026-08-04T17:43:32.332Z Downloaded mime v0.3.17
7282026-08-04T17:43:32.337Z Downloaded futures v0.3.32
7292026-08-04T17:43:32.340Z Downloaded httparse v1.10.1
7302026-08-04T17:43:32.340Z Downloaded serde_with_macros v3.21.0
7312026-08-04T17:43:32.340Z Downloaded hashbrown v0.13.2
7322026-08-04T17:43:32.344Z Downloaded smf v0.2.3
7332026-08-04T17:43:32.344Z Downloaded whoami v1.6.1
7342026-08-04T17:43:32.347Z Downloaded yoke v0.8.1
7352026-08-04T17:43:32.347Z Downloaded convert_case v0.10.0
7362026-08-04T17:43:32.351Z Downloaded ctr v0.10.1
7372026-08-04T17:43:32.351Z Downloaded spki v0.7.3
7382026-08-04T17:43:32.351Z Downloaded xattr v1.6.1
7392026-08-04T17:43:32.351Z Downloaded ctutils v0.4.2
7402026-08-04T17:43:32.351Z Downloaded new_debug_unreachable v1.0.6
7412026-08-04T17:43:32.351Z Downloaded newtype_derive v0.1.6
7422026-08-04T17:43:32.351Z Downloaded num_threads v0.1.7
7432026-08-04T17:43:32.351Z Downloaded normalize-line-endings v0.3.0
7442026-08-04T17:43:32.351Z Downloaded num v0.4.3
7452026-08-04T17:43:32.351Z Downloaded openssl-probe v0.2.1
7462026-08-04T17:43:32.351Z Downloaded proc-macro-crate v1.3.1
7472026-08-04T17:43:32.396Z Downloaded phf_shared v0.12.1
7482026-08-04T17:43:32.410Z Downloaded phf_shared v0.13.1
7492026-08-04T17:43:32.410Z Downloaded crossbeam-deque v0.8.6
7502026-08-04T17:43:32.410Z Downloaded critical-section v1.2.0
7512026-08-04T17:43:32.410Z Downloaded deranged v0.5.8
7522026-08-04T17:43:32.410Z Downloaded blake2 v0.11.0-rc.6
7532026-08-04T17:43:32.410Z Downloaded oso v0.27.3
7542026-08-04T17:43:32.410Z Downloaded pkcs5 v0.8.1
7552026-08-04T17:43:32.410Z Downloaded tokio-rustls v0.26.4
7562026-08-04T17:43:32.410Z Downloaded zeroize v1.9.0
7572026-08-04T17:43:32.410Z Downloaded ed25519 v2.2.3
7582026-08-04T17:43:32.410Z Downloaded pem-rfc7468 v0.7.0
7592026-08-04T17:43:32.411Z Downloaded pin-project v1.1.11
7602026-08-04T17:43:32.411Z Downloaded rcgen v0.12.1
7612026-08-04T17:43:32.411Z Downloaded either v1.15.0
7622026-08-04T17:43:32.411Z Downloaded same-file v1.0.6
7632026-08-04T17:43:32.411Z Downloaded progenitor-macro v0.13.0
7642026-08-04T17:43:32.411Z Downloaded progenitor-macro v0.14.0
7652026-08-04T17:43:32.411Z Downloaded rtoolbox v0.0.3
7662026-08-04T17:43:32.411Z Downloaded scopeguard v1.2.0
7672026-08-04T17:43:32.411Z Downloaded flume v0.11.1
7682026-08-04T17:43:32.411Z Downloaded rustc_version v0.4.1
7692026-08-04T17:43:32.411Z Downloaded arc-swap v1.8.2
7702026-08-04T17:43:32.411Z Downloaded const-oid v0.10.2
7712026-08-04T17:43:32.412Z Downloaded derive_builder_core v0.20.2
7722026-08-04T17:43:32.412Z Downloaded displaydoc v0.2.5
7732026-08-04T17:43:32.412Z Downloaded chacha20poly1305 v0.10.1
7742026-08-04T17:43:32.412Z Downloaded const_format v0.2.35
7752026-08-04T17:43:32.412Z Downloaded rustls-platform-verifier v0.6.2
7762026-08-04T17:43:32.412Z Downloaded libsw-core v0.3.2
7772026-08-04T17:43:32.413Z Downloaded serde_cbor v0.11.2
7782026-08-04T17:43:32.423Z Downloaded sha1 v0.10.6
7792026-08-04T17:43:32.423Z Downloaded signal-hook-mio v0.2.5
7802026-08-04T17:43:32.423Z Downloaded signature v3.0.0
7812026-08-04T17:43:32.423Z Downloaded structmeta-derive v0.3.0
7822026-08-04T17:43:32.423Z Downloaded whoami v2.1.0
7832026-08-04T17:43:32.423Z Downloaded sigpipe v0.1.3
7842026-08-04T17:43:32.423Z Downloaded sync-ptr v0.1.4
7852026-08-04T17:43:32.423Z Downloaded tagptr v0.2.0
7862026-08-04T17:43:32.423Z Downloaded thiserror-impl-no-std v2.0.2
7872026-08-04T17:43:32.429Z Downloaded parse-display-derive v0.10.0
7882026-08-04T17:43:32.429Z Downloaded oxide-update-engine v0.1.2
7892026-08-04T17:43:32.429Z Downloaded oxide-update-engine-display v0.1.2
7902026-08-04T17:43:32.429Z Downloaded pbkdf2 v0.13.0
7912026-08-04T17:43:32.429Z Downloaded pin-project-internal v1.1.11
7922026-08-04T17:43:32.429Z Downloaded nu-ansi-term v0.50.3
7932026-08-04T17:43:32.432Z Downloaded pem v3.0.6
7942026-08-04T17:43:32.432Z Downloaded pkcs8 v0.10.2
7952026-08-04T17:43:32.433Z Downloaded termtree v0.5.1
7962026-08-04T17:43:32.433Z Downloaded unarray v0.1.4
7972026-08-04T17:43:32.440Z Downloaded crossbeam-epoch v0.9.18
7982026-08-04T17:43:32.452Z Downloaded rand_chacha v0.9.0
7992026-08-04T17:43:32.452Z Downloaded rand_core v0.6.4
8002026-08-04T17:43:32.458Z Downloaded headers v0.4.1
8012026-08-04T17:43:32.458Z Downloaded heapless v0.7.17
8022026-08-04T17:43:32.462Z Downloaded void v1.0.2
8032026-08-04T17:43:32.462Z Downloaded yoke-derive v0.8.1
8042026-08-04T17:43:32.462Z Downloaded rand_core v0.9.5
8052026-08-04T17:43:32.463Z Downloaded crypto-common v0.2.2
8062026-08-04T17:43:32.463Z Downloaded darling_macro v0.13.4
8072026-08-04T17:43:32.467Z Downloaded darling_macro v0.20.11
8082026-08-04T17:43:32.467Z Downloaded flate2 v1.1.9
8092026-08-04T17:43:32.470Z Downloaded hickory-resolver v0.24.4
8102026-08-04T17:43:32.470Z Downloaded bytes v1.11.1
8112026-08-04T17:43:32.480Z Downloaded ar_archive_writer v0.5.1
8122026-08-04T17:43:32.484Z Downloaded bumpalo v3.20.2
8132026-08-04T17:43:32.485Z Downloaded schemars_derive v0.8.22
8142026-08-04T17:43:32.485Z Downloaded serde_urlencoded v0.7.1
8152026-08-04T17:43:32.485Z Downloaded typify v0.6.2
8162026-08-04T17:43:32.485Z Downloaded embedded-io v0.4.0
8172026-08-04T17:43:32.485Z Downloaded toml v1.1.2+spec-1.1.0
8182026-08-04T17:43:32.485Z Downloaded tungstenite v0.21.0
8192026-08-04T17:43:32.491Z Downloaded half v2.7.1
8202026-08-04T17:43:32.491Z Downloaded illumos-nvpair-sys v0.2.0
8212026-08-04T17:43:32.491Z Downloaded compact_str v0.8.1
8222026-08-04T17:43:32.495Z Downloaded scroll v0.13.0
8232026-08-04T17:43:32.495Z Downloaded static_assertions v1.1.0
8242026-08-04T17:43:32.495Z Downloaded ssh-encoding v0.3.0
8252026-08-04T17:43:32.495Z Downloaded dropshot-api-manager-types v0.7.2
8262026-08-04T17:43:32.502Z Downloaded uuid v1.23.4
8272026-08-04T17:43:32.509Z Downloaded pkcs1 v0.7.5
8282026-08-04T17:43:32.513Z Downloaded pin-project-lite v0.2.17
8292026-08-04T17:43:32.513Z Downloaded unicase v2.9.0
8302026-08-04T17:43:32.513Z Downloaded zopfli v0.8.3
8312026-08-04T17:43:32.513Z Downloaded nodrop v0.1.14
8322026-08-04T17:43:32.518Z Downloaded tui-tree-widget v0.23.1
8332026-08-04T17:43:32.518Z Downloaded untrusted v0.9.0
8342026-08-04T17:43:32.518Z Downloaded packed_struct_codegen v0.10.1
8352026-08-04T17:43:32.519Z Downloaded num-conv v0.2.0
8362026-08-04T17:43:32.523Z Downloaded openssl-sys v0.9.115
8372026-08-04T17:43:32.530Z Downloaded xshell v0.2.7
8382026-08-04T17:43:32.536Z Downloaded vergen-git2 v9.1.0
8392026-08-04T17:43:32.536Z Downloaded hickory-resolver v0.25.2
8402026-08-04T17:43:32.559Z Downloaded elliptic-curve v0.13.8
8412026-08-04T17:43:32.559Z Downloaded icu_properties v2.1.2
8422026-08-04T17:43:32.559Z Downloaded indexmap v1.9.3
8432026-08-04T17:43:32.559Z Downloaded diff v0.1.13
8442026-08-04T17:43:32.559Z Downloaded percent-encoding v2.3.2
8452026-08-04T17:43:32.559Z Downloaded quinn v0.11.9
8462026-08-04T17:43:32.559Z Downloaded precomputed-hash v0.1.1
8472026-08-04T17:43:32.565Z Downloaded rand_pcg v0.10.2
8482026-08-04T17:43:32.565Z Downloaded rustc-hash v2.1.1
8492026-08-04T17:43:32.565Z Downloaded heapless v0.8.0
8502026-08-04T17:43:32.565Z Downloaded corncobs v0.1.4
8512026-08-04T17:43:32.569Z Downloaded difflib v0.4.0
8522026-08-04T17:43:32.570Z Downloaded rand_xorshift v0.4.0
8532026-08-04T17:43:32.570Z Downloaded elliptic-curve v0.14.1
8542026-08-04T17:43:32.573Z Downloaded cc v1.2.56
8552026-08-04T17:43:32.578Z Downloaded digest v0.11.3
8562026-08-04T17:43:32.605Z Downloaded serde_plain v1.0.2
8572026-08-04T17:43:32.605Z Downloaded spin v0.9.8
8582026-08-04T17:43:32.605Z Downloaded shell-words v1.1.1
8592026-08-04T17:43:32.605Z Downloaded smallvec v1.15.1
8602026-08-04T17:43:32.605Z Downloaded inout v0.1.4
8612026-08-04T17:43:32.605Z Downloaded secrecy v0.8.0
8622026-08-04T17:43:32.606Z Downloaded secrecy v0.10.3
8632026-08-04T17:43:32.606Z Downloaded indoc v2.0.7
8642026-08-04T17:43:32.607Z Downloaded tokio-stream v0.1.18
8652026-08-04T17:43:32.607Z Downloaded oxide-update-engine-types v0.1.2
8662026-08-04T17:43:32.607Z Downloaded term v1.2.1
8672026-08-04T17:43:32.607Z Downloaded ipnetwork v0.21.1
8682026-08-04T17:43:32.607Z Downloaded libsw v3.5.0
8692026-08-04T17:43:32.607Z Downloaded opaque-debug v0.3.1
8702026-08-04T17:43:32.607Z Downloaded lock_api v0.4.14
8712026-08-04T17:43:32.607Z Downloaded nanorand v0.7.0
8722026-08-04T17:43:32.607Z Downloaded native-tls v0.2.18
8732026-08-04T17:43:32.614Z Downloaded parking_lot_core v0.8.6
8742026-08-04T17:43:32.614Z Downloaded strum v0.26.3
8752026-08-04T17:43:32.614Z Downloaded primeorder v0.14.0
8762026-08-04T17:43:32.614Z Downloaded tracing-attributes v0.1.31
8772026-08-04T17:43:32.614Z Downloaded mime_guess v2.0.5
8782026-08-04T17:43:32.614Z Downloaded time-core v0.1.8
8792026-08-04T17:43:32.614Z Downloaded peg v0.8.5
8802026-08-04T17:43:32.652Z Downloaded vergen-lib v9.1.0
8812026-08-04T17:43:32.653Z Downloaded qorb v0.4.1
8822026-08-04T17:43:32.653Z Downloaded usdt-attr-macro v0.6.0
8832026-08-04T17:43:32.653Z Downloaded indicatif v0.18.4
8842026-08-04T17:43:32.683Z Downloaded libbz2-rs-sys v0.2.2
8852026-08-04T17:43:32.683Z Downloaded num-integer v0.1.46
8862026-08-04T17:43:32.683Z Downloaded ron v0.8.1
8872026-08-04T17:43:32.683Z Downloaded zeroize_derive v1.5.0
8882026-08-04T17:43:32.683Z Downloaded cookie v0.18.1
8892026-08-04T17:43:32.683Z Downloaded hashbrown v0.12.3
8902026-08-04T17:43:32.683Z Downloaded predicates v3.1.4
8912026-08-04T17:43:32.684Z Downloaded darling_core v0.21.3
8922026-08-04T17:43:32.684Z Downloaded darling_core v0.23.0
8932026-08-04T17:43:32.684Z Downloaded rand_seeder v0.4.0
8942026-08-04T17:43:32.684Z Downloaded poly1305 v0.8.0
8952026-08-04T17:43:32.684Z Downloaded wnaf v0.14.0
8962026-08-04T17:43:32.684Z Downloaded curve25519-dalek-derive v0.1.1
8972026-08-04T17:43:32.684Z Downloaded darling_macro v0.21.3
8982026-08-04T17:43:32.684Z Downloaded ml-kem v0.3.2
8992026-08-04T17:43:32.684Z Downloaded progenitor-client v0.13.0
9002026-08-04T17:43:32.687Z Downloaded http v1.4.2
9012026-08-04T17:43:32.687Z Downloaded zerocopy v0.6.6
9022026-08-04T17:43:32.688Z Downloaded derive_builder v0.20.2
9032026-08-04T17:43:32.695Z Downloaded downcast-rs v2.0.2
9042026-08-04T17:43:32.696Z Downloaded indent_write v2.2.0
9052026-08-04T17:43:32.697Z Downloaded display-error-chain v0.2.2
9062026-08-04T17:43:32.697Z Downloaded similar v2.7.0
9072026-08-04T17:43:32.697Z Downloaded subprocess v0.2.15
9082026-08-04T17:43:32.697Z Downloaded toml v0.7.8
9092026-08-04T17:43:32.697Z Downloaded synstructure v0.13.2
9102026-08-04T17:43:32.697Z Downloaded tokio-dtrace v0.1.1
9112026-08-04T17:43:32.697Z Downloaded embedded-io v0.6.1
9122026-08-04T17:43:32.697Z Downloaded ident_case v1.0.1
9132026-08-04T17:43:32.697Z Downloaded serde_spanned v1.1.1
9142026-08-04T17:43:32.697Z Downloaded unicode-bidi v0.3.18
9152026-08-04T17:43:32.697Z Downloaded tokio-tungstenite v0.23.1
9162026-08-04T17:43:32.697Z Downloaded num-bigint v0.4.6
9172026-08-04T17:43:32.697Z Downloaded schemars v1.2.1
9182026-08-04T17:43:32.697Z Downloaded slog-scope v4.4.1
9192026-08-04T17:43:32.697Z Downloaded smallvec v0.6.14
9202026-08-04T17:43:32.697Z Downloaded string_cache v0.8.9
9212026-08-04T17:43:32.697Z Downloaded tokio-postgres v0.7.16
9222026-08-04T17:43:32.697Z Downloaded p521 v0.14.0
9232026-08-04T17:43:32.718Z Downloaded litemap v0.8.1
9242026-08-04T17:43:32.718Z Downloaded litrs v1.0.0
9252026-08-04T17:43:32.718Z Downloaded slog-term v2.9.2
9262026-08-04T17:43:32.718Z Downloaded lzss v0.8.2
9272026-08-04T17:43:32.718Z Downloaded cookie_store v0.22.1
9282026-08-04T17:43:32.718Z Downloaded progenitor v0.14.0
9292026-08-04T17:43:32.718Z Downloaded maybe-uninit v2.0.0
9302026-08-04T17:43:32.747Z Downloaded nibble_vec v0.1.0
9312026-08-04T17:43:32.747Z Downloaded expectorate v1.2.0
9322026-08-04T17:43:32.747Z Downloaded crossbeam-channel v0.5.15
9332026-08-04T17:43:32.747Z Downloaded salsa20 v0.11.0
9342026-08-04T17:43:32.747Z Downloaded progenitor-impl v0.14.0
9352026-08-04T17:43:32.747Z Downloaded num_enum_derive v0.5.11
9362026-08-04T17:43:32.748Z Downloaded vergen-lib v0.1.6
9372026-08-04T17:43:32.748Z Downloaded walkdir v2.5.0
9382026-08-04T17:43:32.748Z Downloaded phf_shared v0.11.3
9392026-08-04T17:43:32.748Z Downloaded potential_utf v0.1.4
9402026-08-04T17:43:32.748Z Downloaded psl-types v2.0.11
9412026-08-04T17:43:32.748Z Downloaded postcard v1.1.3
9422026-08-04T17:43:32.748Z Downloaded rand_chacha v0.3.1
9432026-08-04T17:43:32.748Z Downloaded recursive v0.1.1
9442026-08-04T17:43:32.748Z Downloaded icu_provider v2.1.1
9452026-08-04T17:43:32.748Z Downloaded zstd v0.13.3
9462026-08-04T17:43:32.748Z Downloaded diesel-dtrace v0.5.0
9472026-08-04T17:43:32.752Z Downloaded rustc_version v0.1.7
9482026-08-04T17:43:32.752Z Downloaded scheduled-thread-pool v0.2.7
9492026-08-04T17:43:32.752Z Downloaded test-strategy v0.4.5
9502026-08-04T17:43:32.752Z Downloaded derive-where v1.6.0
9512026-08-04T17:43:32.752Z Downloaded impl-trait-for-tuples v0.2.3
9522026-08-04T17:43:32.752Z Downloaded signature v2.2.0
9532026-08-04T17:43:32.753Z Downloaded sqlparser_derive v0.5.0
9542026-08-04T17:43:32.753Z Downloaded structmeta v0.3.0
9552026-08-04T17:43:32.753Z Downloaded omicron-zone-package v0.12.3
9562026-08-04T17:43:32.753Z Downloaded strsim v0.10.0
9572026-08-04T17:43:32.756Z Downloaded tinyvec_macros v0.1.1
9582026-08-04T17:43:32.757Z Downloaded thread-id v5.1.0
9592026-08-04T17:43:32.769Z Downloaded usdt-macro v0.6.0
9602026-08-04T17:43:32.775Z Downloaded crc8 v0.1.1
9612026-08-04T17:43:32.775Z Downloaded debug-ignore v1.0.5
9622026-08-04T17:43:32.779Z Downloaded thread_local v1.1.9
9632026-08-04T17:43:32.779Z Downloaded jobserver v0.1.34
9642026-08-04T17:43:32.779Z Downloaded waitgroup v0.1.2
9652026-08-04T17:43:32.814Z Downloaded phf v0.12.1
9662026-08-04T17:43:32.814Z Downloaded peg-macros v0.8.5
9672026-08-04T17:43:32.814Z Downloaded progenitor v0.13.0
9682026-08-04T17:43:32.814Z Downloaded x509-cert v0.2.5
9692026-08-04T17:43:32.814Z Downloaded managed v0.8.0
9702026-08-04T17:43:32.814Z Downloaded dunce v1.0.5
9712026-08-04T17:43:32.814Z Downloaded memoffset v0.9.1
9722026-08-04T17:43:32.814Z Downloaded zip v0.6.6
9732026-08-04T17:43:32.814Z Downloaded aes-gcm v0.11.0
9742026-08-04T17:43:32.819Z Downloaded icu_normalizer v2.1.1
9752026-08-04T17:43:32.819Z Downloaded sec1 v0.7.3
9762026-08-04T17:43:32.819Z Downloaded num-iter v0.1.45
9772026-08-04T17:43:32.822Z Downloaded serdect v0.4.3
9782026-08-04T17:43:32.822Z Downloaded slog-json v2.6.1
9792026-08-04T17:43:32.822Z Downloaded internet-checksum v0.2.1
9802026-08-04T17:43:32.826Z Downloaded signal-hook-registry v1.4.8
9812026-08-04T17:43:32.833Z Downloaded path-slash v0.1.5
9822026-08-04T17:43:32.836Z Downloaded libefi-sys v0.1.0
9832026-08-04T17:43:32.836Z Downloaded darling v0.20.11
9842026-08-04T17:43:32.840Z Downloaded schemars v0.8.22
9852026-08-04T17:43:32.845Z Downloaded schemars v0.9.0
9862026-08-04T17:43:32.854Z Downloaded strum_macros v0.26.4
9872026-08-04T17:43:32.858Z Downloaded tls_codec v0.4.2
9882026-08-04T17:43:32.863Z Downloaded ipnet v2.11.0
9892026-08-04T17:43:32.863Z Downloaded progenitor-client v0.14.0
9902026-08-04T17:43:32.863Z Downloaded usdt-impl v0.6.0
9912026-08-04T17:43:32.863Z Downloaded hashbrown v0.16.1
9922026-08-04T17:43:32.869Z Downloaded recursive-proc-macro-impl v0.1.1
9932026-08-04T17:43:32.869Z Downloaded supports-color v3.0.2
9942026-08-04T17:43:32.870Z Downloaded signal-hook v0.3.18
9952026-08-04T17:43:32.873Z Downloaded der v0.7.10
9962026-08-04T17:43:32.878Z Downloaded slog-envlogger v2.2.0
9972026-08-04T17:43:32.878Z Downloaded parking_lot_core v0.9.12
9982026-08-04T17:43:32.878Z Downloaded url v2.5.8
9992026-08-04T17:43:32.881Z Downloaded crc-any v2.5.0
10002026-08-04T17:43:32.884Z Downloaded defmt v1.0.1
10012026-08-04T17:43:32.887Z Downloaded tokio-test v0.4.5
10022026-08-04T17:43:32.891Z Downloaded daft v0.1.7
10032026-08-04T17:43:32.901Z Downloaded ed25519 v3.0.0
10042026-08-04T17:43:32.904Z Downloaded aho-corasick v1.1.4
10052026-08-04T17:43:32.908Z Downloaded drift v0.2.0
10062026-08-04T17:43:32.910Z Downloaded ingot v0.2.1
10072026-08-04T17:43:32.913Z Downloaded num_enum v0.7.6
10082026-08-04T17:43:32.914Z Downloaded serde_derive_internals v0.29.1
10092026-08-04T17:43:32.917Z Downloaded zone v0.3.1
10102026-08-04T17:43:32.917Z Downloaded owo-colors v4.3.0
10112026-08-04T17:43:32.917Z Downloaded mio v1.2.0
10122026-08-04T17:43:32.921Z Downloaded ingot-types v0.2.0
10132026-08-04T17:43:32.921Z Downloaded cstr-argument v0.1.2
10142026-08-04T17:43:32.921Z Downloaded dirs-next v2.0.0
10152026-08-04T17:43:32.924Z Downloaded indoc v1.0.9
10162026-08-04T17:43:32.924Z Downloaded phc v0.6.1
10172026-08-04T17:43:32.927Z Downloaded p256 v0.14.0
10182026-08-04T17:43:32.927Z Downloaded rand v0.9.2
10192026-08-04T17:43:32.930Z Downloaded diesel_derives v2.3.7
10202026-08-04T17:43:32.933Z Downloaded serde-hex v0.1.0
10212026-08-04T17:43:32.933Z Downloaded derive_more v0.99.20
10222026-08-04T17:43:32.937Z Downloaded keccak v0.1.6
10232026-08-04T17:43:32.937Z Downloaded port-file v0.1.0
10242026-08-04T17:43:32.941Z Downloaded ssh-key v0.7.0-rc.11
10252026-08-04T17:43:32.944Z Downloaded yansi v1.0.1
10262026-08-04T17:43:32.944Z Downloaded lalrpop-util v0.19.12
10272026-08-04T17:43:32.944Z Downloaded oso-derive v0.27.3
10282026-08-04T17:43:32.944Z Downloaded twox-hash v2.1.2
10292026-08-04T17:43:32.944Z Downloaded zstd-safe v7.2.4
10302026-08-04T17:43:32.947Z Downloaded writeable v0.6.2
10312026-08-04T17:43:32.948Z Downloaded slab v0.4.12
10322026-08-04T17:43:32.948Z Downloaded match_cfg v0.1.0
10332026-08-04T17:43:32.948Z Downloaded maplit v1.0.2
10342026-08-04T17:43:32.952Z Downloaded toml_edit v0.23.10+spec-1.0.0
10352026-08-04T17:43:32.952Z Downloaded newtype-uuid-macros v0.1.0
10362026-08-04T17:43:32.956Z Downloaded unsafe-libyaml v0.2.11
10372026-08-04T17:43:32.956Z Downloaded libxml v0.3.3
10382026-08-04T17:43:32.961Z Downloaded spki v0.8.0
10392026-08-04T17:43:32.961Z Downloaded darling v0.23.0
10402026-08-04T17:43:32.968Z Downloaded stringprep v0.1.5
10412026-08-04T17:43:32.968Z Downloaded predicates-tree v1.0.13
10422026-08-04T17:43:32.968Z Downloaded rfc6979 v0.4.0
10432026-08-04T17:43:32.968Z Downloaded rustls-webpki v0.103.13
10442026-08-04T17:43:32.968Z Downloaded darling_core v0.20.11
10452026-08-04T17:43:32.972Z Downloaded hashbrown v0.15.5
10462026-08-04T17:43:32.972Z Downloaded postgres-types v0.2.12
10472026-08-04T17:43:32.977Z Downloaded iana-time-zone v0.1.65
10482026-08-04T17:43:32.977Z Downloaded toml_writer v1.1.1+spec-1.1.0
10492026-08-04T17:43:32.981Z Downloaded uzers v0.12.2
10502026-08-04T17:43:32.988Z Downloaded take_mut v0.2.2
10512026-08-04T17:43:32.991Z Downloaded derive_more-impl v2.1.1
10522026-08-04T17:43:32.994Z Downloaded futures-util v0.3.32
10532026-08-04T17:43:32.998Z Downloaded data-encoding v2.10.0
10542026-08-04T17:43:33.002Z Downloaded socket2 v0.6.3
10552026-08-04T17:43:33.002Z Downloaded dtrace-parser v0.3.0
10562026-08-04T17:43:33.003Z Downloaded cpufeatures v0.3.0
10572026-08-04T17:43:33.009Z Downloaded ingot-macros v0.2.0
10582026-08-04T17:43:33.009Z Downloaded memmap2 v0.9.10
10592026-08-04T17:43:33.009Z Downloaded quinn-udp v0.5.14
10602026-08-04T17:43:33.009Z Downloaded darling v0.13.4
10612026-08-04T17:43:33.019Z Downloaded unit-prefix v0.5.2
10622026-08-04T17:43:33.019Z Downloaded derive-ex v0.1.8
10632026-08-04T17:43:33.023Z Downloaded num-rational v0.4.2
10642026-08-04T17:43:33.027Z Downloaded progenitor-extras v0.2.0
10652026-08-04T17:43:33.027Z Downloaded crunchy v0.2.4
10662026-08-04T17:43:33.032Z Downloaded dirs-sys-next v0.1.2
10672026-08-04T17:43:33.032Z Downloaded lru-slab v0.1.2
10682026-08-04T17:43:33.039Z Downloaded steno v0.4.1
10692026-08-04T17:43:33.042Z Downloaded miniz_oxide v0.8.9
10702026-08-04T17:43:33.048Z Downloaded progenitor-impl v0.13.0
10712026-08-04T17:43:33.051Z Downloaded oxide-tokio-rt v0.1.4
10722026-08-04T17:43:33.051Z Downloaded toml_parser v1.1.2+spec-1.1.0
10732026-08-04T17:43:33.054Z Downloaded multimap v0.10.1
10742026-08-04T17:43:33.054Z Downloaded parse-size v1.1.0
10752026-08-04T17:43:33.054Z Downloaded serde_bytes v0.11.19
10762026-08-04T17:43:33.057Z Downloaded strip-ansi-escapes v0.2.1
10772026-08-04T17:43:33.057Z Downloaded try-lock v0.2.5
10782026-08-04T17:43:33.058Z Downloaded powerfmt v0.2.0
10792026-08-04T17:43:33.060Z Downloaded r2d2 v0.8.10
10802026-08-04T17:43:33.060Z Downloaded h2 v0.4.15
10812026-08-04T17:43:33.064Z Downloaded hkdf v0.13.0
10822026-08-04T17:43:33.067Z Downloaded hyper v1.10.1
10832026-08-04T17:43:33.070Z Downloaded slog-dtrace v0.3.0
10842026-08-04T17:43:33.070Z Downloaded crc32fast v1.5.0
10852026-08-04T17:43:33.073Z Downloaded regex v1.12.3
10862026-08-04T17:43:33.076Z Downloaded ed25519-dalek v3.0.0
10872026-08-04T17:43:33.077Z Downloaded rusty-fork v0.3.1
10882026-08-04T17:43:33.077Z Downloaded serde_path_to_error v0.1.20
10892026-08-04T17:43:33.080Z Downloaded scrypt v0.12.0
10902026-08-04T17:43:33.080Z Downloaded xshell-macros v0.2.7
10912026-08-04T17:43:33.080Z Downloaded unicode_categories v0.1.1
10922026-08-04T17:43:33.080Z Downloaded tabwriter v1.4.1
10932026-08-04T17:43:33.080Z Downloaded trait-variant v0.1.2
10942026-08-04T17:43:33.085Z Downloaded idna_adapter v1.2.1
10952026-08-04T17:43:33.089Z Downloaded libscf-sys v1.2.0
10962026-08-04T17:43:33.089Z Downloaded peg-runtime v0.8.5
10972026-08-04T17:43:33.095Z Downloaded sponge-cursor v0.1.0
10982026-08-04T17:43:33.104Z Downloaded itertools v0.10.5
10992026-08-04T17:43:33.108Z Downloaded digest-io v0.1.0
11002026-08-04T17:43:33.112Z Downloaded unicode-xid v0.2.6
11012026-08-04T17:43:33.119Z Downloaded itertools v0.13.0
11022026-08-04T17:43:33.127Z Downloaded reqwest v0.13.2
11032026-08-04T17:43:33.132Z Downloaded keccak v0.2.0
11042026-08-04T17:43:33.132Z Downloaded jiff-static v0.2.21
11052026-08-04T17:43:33.142Z Downloaded tracing-core v0.1.36
11062026-08-04T17:43:33.142Z Downloaded serde-big-array v0.5.1
11072026-08-04T17:43:33.142Z Downloaded tiny-keccak v2.0.2
11082026-08-04T17:43:33.146Z Downloaded kem v0.3.0
11092026-08-04T17:43:33.146Z Downloaded linked-hash-map v0.5.6
11102026-08-04T17:43:33.146Z Downloaded md5 v0.8.0
11112026-08-04T17:43:33.146Z Downloaded dsl_auto_type v0.2.0
11122026-08-04T17:43:33.146Z Downloaded crucible-workspace-hack v0.1.0
11132026-08-04T17:43:33.146Z Downloaded primeorder v0.13.6
11142026-08-04T17:43:33.146Z Downloaded vergen v9.1.0
11152026-08-04T17:43:33.146Z Downloaded want v0.3.1
11162026-08-04T17:43:33.146Z Downloaded hkdf v0.12.4
11172026-08-04T17:43:33.152Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11182026-08-04T17:43:33.155Z Downloaded tokio-util v0.7.18
11192026-08-04T17:43:33.159Z Downloaded prefix-trie v0.7.0
11202026-08-04T17:43:33.165Z Downloaded siphasher v1.0.2
11212026-08-04T17:43:33.165Z Downloaded defmt-macros v1.0.1
11222026-08-04T17:43:33.212Z Downloaded darling_macro v0.23.0
11232026-08-04T17:43:33.220Z Downloaded sqlformat v0.3.5
11242026-08-04T17:43:33.220Z Downloaded tokio-macros v2.7.0
11252026-08-04T17:43:33.220Z Downloaded is-terminal v0.4.17
11262026-08-04T17:43:33.220Z Downloaded is_ci v1.2.0
11272026-08-04T17:43:33.221Z Downloaded module-lattice v0.2.3
11282026-08-04T17:43:33.221Z Downloaded rpassword v7.5.4
11292026-08-04T17:43:33.221Z Downloaded crc v3.4.0
11302026-08-04T17:43:33.221Z Downloaded dyn-clone v1.0.20
11312026-08-04T17:43:33.221Z Downloaded papergrid v0.17.0
11322026-08-04T17:43:33.221Z Downloaded num_enum v0.5.11
11332026-08-04T17:43:33.221Z Downloaded serde_yaml v0.9.34+deprecated
11342026-08-04T17:43:33.221Z Downloaded icu_collections v2.1.1
11352026-08-04T17:43:33.221Z Downloaded itertools v0.15.0
11362026-08-04T17:43:33.221Z Downloaded tar v0.4.46
11372026-08-04T17:43:33.221Z Downloaded toml_edit v0.19.15
11382026-08-04T17:43:33.221Z Downloaded vsss-rs v3.3.4
11392026-08-04T17:43:33.221Z Downloaded darling v0.21.3
11402026-08-04T17:43:33.221Z Downloaded sha1 v0.11.0
11412026-08-04T17:43:33.221Z Downloaded openssl-macros v0.1.1
11422026-08-04T17:43:33.221Z Downloaded ssh-cipher v0.3.0
11432026-08-04T17:43:33.221Z Downloaded derive_builder_macro v0.20.2
11442026-08-04T17:43:33.221Z Downloaded universal-hash v0.6.1
11452026-08-04T17:43:33.221Z Downloaded zone_cfg_derive v0.3.1
11462026-08-04T17:43:33.221Z Downloaded sync_wrapper v1.0.2
11472026-08-04T17:43:33.226Z Downloaded itertools v0.14.0
11482026-08-04T17:43:33.226Z Downloaded rayon-core v1.13.0
11492026-08-04T17:43:33.227Z Downloaded minimal-lexical v0.2.1
11502026-08-04T17:43:33.232Z Downloaded delegate v0.13.5
11512026-08-04T17:43:33.232Z Downloaded time-macros v0.2.27
11522026-08-04T17:43:33.232Z Downloaded zip v4.6.1
11532026-08-04T17:43:33.232Z Downloaded des v0.9.0
11542026-08-04T17:43:33.236Z Downloaded num-complex v0.4.6
11552026-08-04T17:43:33.236Z Downloaded scuffle v0.1.0
11562026-08-04T17:43:33.236Z Downloaded thiserror-no-std v2.0.2
11572026-08-04T17:43:33.240Z Downloaded pkcs8 v0.11.0
11582026-08-04T17:43:33.240Z Downloaded universal-hash v0.5.1
11592026-08-04T17:43:33.240Z Downloaded dropshot-api-manager v0.7.2
11602026-08-04T17:43:33.246Z Downloaded quick-xml v0.37.5
11612026-08-04T17:43:33.250Z Downloaded aws-lc-rs v1.16.3
11622026-08-04T17:43:33.250Z Downloaded bitvec v1.0.1
11632026-08-04T17:43:33.257Z Downloaded crypto-bigint v0.5.5
11642026-08-04T17:43:33.261Z Downloaded packed_struct v0.10.1
11652026-08-04T17:43:33.264Z Downloaded pkg-config v0.3.32
11662026-08-04T17:43:33.264Z Downloaded psm v0.1.30
11672026-08-04T17:43:33.264Z Downloaded rfc6979 v0.6.0
11682026-08-04T17:43:33.267Z Downloaded ecdsa v0.16.9
11692026-08-04T17:43:33.267Z Downloaded rustversion v1.0.22
11702026-08-04T17:43:33.267Z Downloaded newline-converter v0.3.0
11712026-08-04T17:43:33.268Z Downloaded unicode-normalization v0.1.25
11722026-08-04T17:43:33.271Z Downloaded icu_normalizer_data v2.1.1
11732026-08-04T17:43:33.271Z Downloaded tinyvec v1.10.0
11742026-08-04T17:43:33.274Z Downloaded typed-path v0.9.3
11752026-08-04T17:43:33.277Z Downloaded radium v0.7.0
11762026-08-04T17:43:33.277Z Downloaded strum_macros v0.27.2
11772026-08-04T17:43:33.277Z Downloaded darling_core v0.13.4
11782026-08-04T17:43:33.282Z Downloaded itertools v0.12.1
11792026-08-04T17:43:33.287Z Downloaded tungstenite v0.23.0
11802026-08-04T17:43:33.287Z Downloaded der v0.8.0
11812026-08-04T17:43:33.291Z Downloaded linear-map v1.2.0
11822026-08-04T17:43:33.291Z Downloaded semver v0.1.20
11832026-08-04T17:43:33.291Z Downloaded password-hash v0.5.0
11842026-08-04T17:43:33.291Z Downloaded der_derive v0.7.3
11852026-08-04T17:43:33.294Z Downloaded rustls-native-certs v0.8.3
11862026-08-04T17:43:33.294Z Downloaded blake3 v1.8.5
11872026-08-04T17:43:33.298Z Downloaded tough v0.22.0
11882026-08-04T17:43:33.303Z Downloaded yasna v0.5.2
11892026-08-04T17:43:33.303Z Downloaded vergen-gitcl v1.0.8
11902026-08-04T17:43:33.306Z Downloaded kstat-rs v0.2.4
11912026-08-04T17:43:33.310Z Downloaded ryu v1.0.23
11922026-08-04T17:43:33.315Z Downloaded vte v0.14.1
11932026-08-04T17:43:33.315Z Downloaded libloading v0.8.9
11942026-08-04T17:43:33.316Z Downloaded openssl-probe v0.1.6
11952026-08-04T17:43:33.316Z Downloaded slog-async v2.8.0
11962026-08-04T17:43:33.320Z Downloaded term v0.7.0
11972026-08-04T17:43:33.323Z Downloaded zerotrie v0.2.3
11982026-08-04T17:43:33.324Z Downloaded rustyline v14.0.0
11992026-08-04T17:43:33.326Z Downloaded crossterm v0.28.1
12002026-08-04T17:43:33.329Z Downloaded ignore v0.4.25
12012026-08-04T17:43:33.329Z Downloaded zerovec-derive v0.11.2
12022026-08-04T17:43:33.330Z Downloaded unicode-properties v0.1.4
12032026-08-04T17:43:33.332Z Downloaded pem-rfc7468 v1.0.0
12042026-08-04T17:43:33.333Z Downloaded csv-core v0.1.13
12052026-08-04T17:43:33.333Z Downloaded proptest v1.11.0
12062026-08-04T17:43:33.336Z Downloaded wyz v0.5.1
12072026-08-04T17:43:33.339Z Downloaded ed25519-dalek v2.2.0
12082026-08-04T17:43:33.339Z Downloaded toml_datetime v1.1.1+spec-1.1.0
12092026-08-04T17:43:33.342Z Downloaded icu_locale_core v2.1.1
12102026-08-04T17:43:33.345Z Downloaded slog v2.8.2
12112026-08-04T17:43:33.349Z Downloaded subtle v2.6.1
12122026-08-04T17:43:33.349Z Downloaded tokio-tungstenite v0.21.0
12132026-08-04T17:43:33.353Z Downloaded newtype-uuid v1.3.2
12142026-08-04T17:43:33.353Z Downloaded multer v3.1.0
12152026-08-04T17:43:33.353Z Downloaded bindgen v0.71.1
12162026-08-04T17:43:33.356Z Downloaded poly1305 v0.9.0
12172026-08-04T17:43:33.356Z Downloaded ecdsa v0.17.0
12182026-08-04T17:43:33.359Z Downloaded tower v0.5.3
12192026-08-04T17:43:33.362Z Downloaded num-bigint-dig v0.8.6
12202026-08-04T17:43:33.366Z Downloaded git2 v0.20.4
12212026-08-04T17:43:33.371Z Downloaded tower-http v0.6.8
12222026-08-04T17:43:33.374Z Downloaded zerocopy-derive v0.8.40
12232026-08-04T17:43:33.380Z Downloaded ena v0.14.4
12242026-08-04T17:43:33.383Z Downloaded sha2 v0.11.0
12252026-08-04T17:43:33.383Z Downloaded crossterm v0.29.0
12262026-08-04T17:43:33.387Z Downloaded internal-russh-num-bigint v0.5.0
12272026-08-04T17:43:33.390Z Downloaded daft-derive v0.1.7
12282026-08-04T17:43:33.390Z Downloaded iddqd v0.4.2
12292026-08-04T17:43:33.394Z Downloaded crossbeam-utils v0.8.21
12302026-08-04T17:43:33.400Z Downloaded winnow v1.0.3
12312026-08-04T17:43:33.403Z Downloaded parking_lot v0.12.5
12322026-08-04T17:43:33.403Z Downloaded rand v0.10.1
12332026-08-04T17:43:33.406Z Downloaded zerovec v0.11.5
12342026-08-04T17:43:33.408Z Downloaded chrono v0.4.45
12352026-08-04T17:43:33.412Z Downloaded serde_with v3.21.0
12362026-08-04T17:43:33.419Z Downloaded nom v8.0.0
12372026-08-04T17:43:33.427Z Downloaded dropshot_endpoint v0.17.1
12382026-08-04T17:43:33.435Z Downloaded publicsuffix v2.3.0
12392026-08-04T17:43:33.438Z Downloaded prettyplease v0.2.37
12402026-08-04T17:43:33.438Z Downloaded derive_more v2.1.1
12412026-08-04T17:43:33.450Z Downloaded goblin v0.10.5
12422026-08-04T17:43:33.454Z Downloaded socket2 v0.5.10
12432026-08-04T17:43:33.458Z Downloaded time v0.3.47
12442026-08-04T17:43:33.463Z Downloaded reqwest v0.12.28
12452026-08-04T17:43:33.468Z Downloaded serde_with v1.14.0
12462026-08-04T17:43:33.472Z Downloaded pretty_assertions v1.4.1
12472026-08-04T17:43:33.472Z Downloaded idna v1.1.0
12482026-08-04T17:43:33.472Z Downloaded rand v0.8.6
12492026-08-04T17:43:33.475Z Downloaded rsa v0.9.10
12502026-08-04T17:43:33.478Z Downloaded snafu v0.8.9
12512026-08-04T17:43:33.481Z Downloaded p384 v0.14.0
12522026-08-04T17:43:33.492Z Downloaded samael v0.0.19
12532026-08-04T17:43:33.495Z Downloaded crypto-primes v0.7.2
12542026-08-04T17:43:33.501Z Downloaded hyper-util v0.1.20
12552026-08-04T17:43:33.508Z Downloaded petname v2.0.2
12562026-08-04T17:43:33.511Z Downloaded nom v7.1.3
12572026-08-04T17:43:33.539Z Downloaded moka v0.12.13
12582026-08-04T17:43:33.558Z Downloaded unicode-segmentation v1.12.0
12592026-08-04T17:43:33.563Z Downloaded object v0.30.4
12602026-08-04T17:43:33.573Z Downloaded zerocopy v0.8.40
12612026-08-04T17:43:33.580Z Downloaded curve25519-dalek v4.1.3
12622026-08-04T17:43:33.586Z Downloaded rayon v1.11.0
12632026-08-04T17:43:33.591Z Downloaded rawzip v0.4.4
12642026-08-04T17:43:33.598Z Downloaded quinn-proto v0.11.16
12652026-08-04T17:43:33.605Z Downloaded reedline v0.40.0
12662026-08-04T17:43:33.609Z Downloaded sha3 v0.12.0
12672026-08-04T17:43:33.614Z Downloaded p384 v0.13.1
12682026-08-04T17:43:33.617Z Downloaded tabled v0.20.0
12692026-08-04T17:43:33.624Z Downloaded openssl v0.10.79
12702026-08-04T17:43:33.630Z Downloaded libm v0.2.16
12712026-08-04T17:43:33.643Z Downloaded crypto-bigint v0.7.5
12722026-08-04T17:43:33.654Z Downloaded rsa v0.10.0-rc.18
12732026-08-04T17:43:33.662Z Downloaded hickory-proto v0.24.4
12742026-08-04T17:43:33.672Z Downloaded smoltcp v0.9.1
12752026-08-04T17:43:33.677Z Downloaded icu_properties_data v2.1.2
12762026-08-04T17:43:33.682Z Downloaded lalrpop v0.19.12
12772026-08-04T17:43:33.689Z Downloaded winnow v0.6.26
12782026-08-04T17:43:33.696Z Downloaded regex-syntax v0.6.29
12792026-08-04T17:43:33.699Z Downloaded winnow v0.5.40
12802026-08-04T17:43:33.704Z Downloaded iri-string v0.7.10
12812026-08-04T17:43:33.710Z Downloaded portable-atomic v1.13.1
12822026-08-04T17:43:33.715Z Downloaded nix v0.27.1
12832026-08-04T17:43:33.721Z Downloaded radix_trie v0.2.1
12842026-08-04T17:43:33.724Z Downloaded vcpkg v0.2.15
12852026-08-04T17:43:33.747Z Downloaded curve25519-dalek v5.0.0
12862026-08-04T17:43:33.753Z Downloaded russh v0.62.4
12872026-08-04T17:43:33.758Z Downloaded rustix v0.38.44
12882026-08-04T17:43:33.772Z Downloaded rustls v0.23.41
12892026-08-04T17:43:33.778Z Downloaded hickory-proto v0.25.2
12902026-08-04T17:43:33.789Z Downloaded bstr v1.12.1
12912026-08-04T17:43:33.794Z Downloaded salty v0.3.0
12922026-08-04T17:43:33.798Z Downloaded zlib-rs v0.6.2
12932026-08-04T17:43:33.802Z Downloaded regex-syntax v0.8.10
12942026-08-04T17:43:33.815Z Downloaded sqlparser v0.61.0
12952026-08-04T17:43:33.821Z Downloaded nix v0.31.2
12962026-08-04T17:43:33.821Z Downloaded regress v0.11.1
12972026-08-04T17:43:33.824Z Downloaded regress v0.10.5
12982026-08-04T17:43:33.829Z Downloaded nix v0.28.0
12992026-08-04T17:43:33.835Z Downloaded typify-impl v0.6.2
13002026-08-04T17:43:33.847Z Downloaded sled v0.34.7
13012026-08-04T17:43:33.853Z Downloaded dropshot v0.17.1
13022026-08-04T17:43:33.870Z Downloaded polar-core v0.27.3
13032026-08-04T17:43:33.874Z Downloaded tracing v0.1.44
13042026-08-04T17:43:33.886Z Downloaded ratatui v0.29.0
13052026-08-04T17:43:33.890Z Downloaded object v0.37.3
13062026-08-04T17:43:33.895Z Downloaded openapiv3 v2.2.0
13072026-08-04T17:43:33.903Z Downloaded zerocopy-derive v0.6.6
13082026-08-04T17:43:33.907Z Downloaded smoltcp v0.11.0
13092026-08-04T17:43:33.914Z Downloaded regex-automata v0.4.14
13102026-08-04T17:43:33.944Z Downloaded jiff v0.2.21
13112026-08-04T17:43:33.951Z Downloaded diesel v2.3.7
13122026-08-04T17:43:33.965Z Downloaded sha3 v0.11.0
13132026-08-04T17:43:33.972Z Downloaded libz-sys v1.1.24
13142026-08-04T17:43:34.026Z Downloaded encoding_rs v0.8.35
13152026-08-04T17:43:34.037Z Downloaded bzip2-sys v0.1.13+1.0.8
13162026-08-04T17:43:34.044Z Downloaded ring v0.17.14
13172026-08-04T17:43:34.080Z Downloaded petgraph v0.6.5
13182026-08-04T17:43:34.091Z Downloaded chrono-tz v0.10.4
13192026-08-04T17:43:34.124Z Downloaded petgraph v0.8.3
13202026-08-04T17:43:34.173Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13212026-08-04T17:43:34.210Z Downloaded csv v1.4.0
13222026-08-04T17:43:34.220Z Downloaded sha3 v0.10.8
13232026-08-04T17:43:34.225Z Downloaded tokio v1.52.1
13242026-08-04T17:43:34.426Z Downloaded libgit2-sys v0.18.3+1.9.2
13252026-08-04T17:43:34.873Z Downloaded aws-lc-sys v0.40.0
13262026-08-04T17:43:35.120Z Compiling libc v0.2.185
13272026-08-04T17:43:35.121Z Compiling serde_core v1.0.228
13282026-08-04T17:43:35.121Z Compiling serde v1.0.228
13292026-08-04T17:43:35.124Z Compiling log v0.4.29
13302026-08-04T17:43:35.124Z Compiling smallvec v1.15.1
13312026-08-04T17:43:35.124Z Compiling shlex v1.3.0
13322026-08-04T17:43:35.124Z Compiling find-msvc-tools v0.1.9
13332026-08-04T17:43:35.124Z Compiling syn v2.0.117
13342026-08-04T17:43:35.461Z Compiling subtle v2.6.1
13352026-08-04T17:43:35.486Z Compiling scopeguard v1.2.0
13362026-08-04T17:43:35.512Z Compiling stable_deref_trait v1.2.1
13372026-08-04T17:43:35.554Z Compiling typenum v1.20.1
13382026-08-04T17:43:35.575Z Compiling lock_api v0.4.14
13392026-08-04T17:43:35.587Z Compiling serde_json v1.0.151
13402026-08-04T17:43:35.590Z Compiling portable-atomic v1.13.1
13412026-08-04T17:43:35.629Z Compiling zerocopy v0.8.40
13422026-08-04T17:43:35.779Z Compiling parking_lot_core v0.9.12
13432026-08-04T17:43:35.793Z Compiling pin-project-lite v0.2.17
13442026-08-04T17:43:35.901Z Compiling critical-section v1.2.0
13452026-08-04T17:43:36.020Z Compiling libm v0.2.16
13462026-08-04T17:43:36.062Z Compiling getrandom v0.4.1
13472026-08-04T17:43:36.077Z Compiling pkg-config v0.3.32
13482026-08-04T17:43:36.093Z Compiling jobserver v0.1.34
13492026-08-04T17:43:36.145Z Compiling errno v0.3.14
13502026-08-04T17:43:36.293Z Compiling cc v1.2.56
13512026-08-04T17:43:36.326Z Compiling getrandom v0.2.17
13522026-08-04T17:43:36.429Z Compiling signal-hook-registry v1.4.8
13532026-08-04T17:43:36.457Z Compiling rand_core v0.6.4
13542026-08-04T17:43:36.601Z Compiling num-traits v0.2.19
13552026-08-04T17:43:36.694Z Compiling futures-core v0.3.32
13562026-08-04T17:43:36.728Z Compiling once_cell v1.21.3
13572026-08-04T17:43:36.783Z Compiling rand_core v0.10.0
13582026-08-04T17:43:36.824Z Compiling parking_lot v0.12.5
13592026-08-04T17:43:36.950Z Compiling mio v1.2.0
13602026-08-04T17:43:36.963Z Compiling generic-array v0.14.7
13612026-08-04T17:43:37.152Z Compiling litemap v0.8.1
13622026-08-04T17:43:37.166Z Compiling percent-encoding v2.3.2
13632026-08-04T17:43:37.191Z Compiling const-oid v0.9.6
13642026-08-04T17:43:37.352Z Compiling bitflags v2.11.0
13652026-08-04T17:43:37.406Z Compiling writeable v0.6.2
13662026-08-04T17:43:37.420Z Compiling semver v1.0.28
13672026-08-04T17:43:37.780Z Compiling icu_normalizer_data v2.1.1
13682026-08-04T17:43:37.785Z Compiling icu_properties_data v2.1.2
13692026-08-04T17:43:37.950Z Compiling socket2 v0.6.3
13702026-08-04T17:43:37.978Z Compiling futures-sink v0.3.32
13712026-08-04T17:43:38.053Z Compiling slab v0.4.12
13722026-08-04T17:43:38.081Z Compiling synstructure v0.13.2
13732026-08-04T17:43:38.096Z Compiling futures-channel v0.3.32
13742026-08-04T17:43:38.152Z Compiling futures-io v0.3.32
13752026-08-04T17:43:38.235Z Compiling futures-task v0.3.32
13762026-08-04T17:43:38.305Z Compiling utf8_iter v1.0.4
13772026-08-04T17:43:38.326Z Compiling indexmap v2.14.0
13782026-08-04T17:43:38.343Z Compiling form_urlencoded v1.2.2
13792026-08-04T17:43:38.359Z Compiling rustversion v1.0.22
13802026-08-04T17:43:38.411Z Compiling getrandom v0.3.4
13812026-08-04T17:43:38.457Z Compiling cmake v0.1.57
13822026-08-04T17:43:38.522Z Compiling iana-time-zone v0.1.65
13832026-08-04T17:43:38.564Z Compiling ident_case v1.0.1
13842026-08-04T17:43:38.681Z Compiling fs_extra v1.3.0
13852026-08-04T17:43:38.695Z Compiling rustix v1.1.3
13862026-08-04T17:43:38.728Z Compiling dunce v1.0.5
13872026-08-04T17:43:38.835Z Compiling regex-syntax v0.8.10
13882026-08-04T17:43:38.871Z Compiling uuid v1.23.4
13892026-08-04T17:43:38.983Z Compiling aws-lc-sys v0.40.0
13902026-08-04T17:43:39.030Z Compiling base64ct v1.8.3
13912026-08-04T17:43:39.324Z Compiling rand_core v0.9.5
13922026-08-04T17:43:39.357Z Compiling base64 v0.22.1
13932026-08-04T17:43:39.378Z Compiling vcpkg v0.2.15
13942026-08-04T17:43:39.618Z Compiling pem-rfc7468 v0.7.0
13952026-08-04T17:43:39.618Z Compiling rustc_version v0.4.1
13962026-08-04T17:43:39.696Z Compiling tracing-core v0.1.36
13972026-08-04T17:43:39.864Z Compiling serde_derive v1.0.228
13982026-08-04T17:43:39.948Z Compiling zeroize_derive v1.5.0
13992026-08-04T17:43:39.956Z Compiling zerofrom-derive v0.1.6
14002026-08-04T17:43:40.118Z Compiling yoke-derive v0.8.1
14012026-08-04T17:43:40.259Z Compiling zerovec-derive v0.11.2
14022026-08-04T17:43:40.462Z Compiling zerocopy-derive v0.8.40
14032026-08-04T17:43:40.582Z Compiling zeroize v1.9.0
14042026-08-04T17:43:40.799Z Compiling displaydoc v0.2.5
14052026-08-04T17:43:41.311Z Compiling tokio-macros v2.7.0
14062026-08-04T17:43:41.389Z Compiling zerofrom v0.1.6
14072026-08-04T17:43:41.420Z Compiling futures-macro v0.3.32
14082026-08-04T17:43:41.520Z Compiling yoke v0.8.1
14092026-08-04T17:43:41.563Z Compiling openssl-sys v0.9.115
14102026-08-04T17:43:41.705Z Compiling zerovec v0.11.5
14112026-08-04T17:43:41.809Z Compiling zerotrie v0.2.3
14122026-08-04T17:43:42.037Z Compiling block-buffer v0.10.4
14132026-08-04T17:43:42.070Z Compiling crypto-common v0.1.7
14142026-08-04T17:43:42.105Z Compiling thiserror-impl v2.0.18
14152026-08-04T17:43:42.205Z Compiling tinystr v0.8.2
14162026-08-04T17:43:42.212Z Compiling potential_utf v0.1.4
14172026-08-04T17:43:42.232Z Compiling digest v0.10.7
14182026-08-04T17:43:42.236Z Compiling futures-util v0.3.32
14192026-08-04T17:43:42.378Z Compiling icu_locale_core v2.1.1
14202026-08-04T17:43:42.404Z Compiling icu_collections v2.1.1
14212026-08-04T17:43:42.481Z Compiling tracing-attributes v0.1.31
14222026-08-04T17:43:42.951Z Compiling der_derive v0.7.3
14232026-08-04T17:43:43.256Z Compiling icu_provider v2.1.1
14242026-08-04T17:43:43.454Z Compiling bytes v1.11.1
14252026-08-04T17:43:43.500Z Compiling icu_properties v2.1.2
14262026-08-04T17:43:43.557Z Compiling icu_normalizer v2.1.1
14272026-08-04T17:43:43.818Z Compiling chrono v0.4.45
14282026-08-04T17:43:43.913Z Compiling flagset v0.4.7
14292026-08-04T17:43:44.049Z Compiling tokio v1.52.1
14302026-08-04T17:43:44.081Z Compiling http v1.4.2
14312026-08-04T17:43:44.090Z Compiling aws-lc-rs v1.16.3
14322026-08-04T17:43:44.382Z Compiling idna_adapter v1.2.1
14332026-08-04T17:43:44.513Z Compiling idna v1.1.0
14342026-08-04T17:43:44.584Z Compiling der v0.7.10
14352026-08-04T17:43:44.601Z Compiling tracing v0.1.44
14362026-08-04T17:43:44.854Z Compiling ppv-lite86 v0.2.21
14372026-08-04T17:43:44.867Z Compiling url v2.5.8
14382026-08-04T17:43:44.992Z Compiling http-body v1.0.1
14392026-08-04T17:43:45.146Z Compiling rand_chacha v0.9.0
14402026-08-04T17:43:45.156Z Compiling thiserror v2.0.18
14412026-08-04T17:43:45.170Z Compiling rustls-pki-types v1.14.0
14422026-08-04T17:43:45.237Z Compiling serde_derive_internals v0.29.1
14432026-08-04T17:43:45.257Z Compiling httparse v1.10.1
14442026-08-04T17:43:45.584Z Compiling tinyvec_macros v0.1.1
14452026-08-04T17:43:45.621Z Compiling cmov v0.5.4
14462026-08-04T17:43:45.630Z Compiling schemars v0.8.22
14472026-08-04T17:43:45.654Z Compiling openssl-probe v0.2.1
14482026-08-04T17:43:45.746Z Compiling dyn-clone v1.0.20
14492026-08-04T17:43:45.816Z Compiling ctutils v0.4.2
14502026-08-04T17:43:45.816Z Compiling tinyvec v1.10.0
14512026-08-04T17:43:45.870Z Compiling spki v0.7.3
14522026-08-04T17:43:45.885Z Compiling rand v0.9.2
14532026-08-04T17:43:45.888Z Compiling pest_generator v2.8.6
14542026-08-04T17:43:46.073Z Compiling aho-corasick v1.1.4
14552026-08-04T17:43:46.085Z Compiling schemars_derive v0.8.22
14562026-08-04T17:43:46.085Z Compiling tower-layer v0.3.3
14572026-08-04T17:43:46.148Z Compiling atomic-waker v1.1.2
14582026-08-04T17:43:46.239Z Compiling try-lock v0.2.5
14592026-08-04T17:43:46.291Z Compiling untrusted v0.7.1
14602026-08-04T17:43:46.347Z Compiling tower-service v0.3.3
14612026-08-04T17:43:46.391Z Compiling want v0.3.1
14622026-08-04T17:43:46.445Z Compiling tempfile v3.25.0
14632026-08-04T17:43:46.555Z Compiling hybrid-array v0.4.13
14642026-08-04T17:43:46.569Z Compiling pest_derive v2.8.6
14652026-08-04T17:43:46.800Z Compiling ipnet v2.11.0
14662026-08-04T17:43:46.905Z Compiling regex-automata v0.4.14
14672026-08-04T17:43:47.007Z Compiling scroll_derive v0.13.1
14682026-08-04T17:43:47.287Z Compiling darling_core v0.20.11
14692026-08-04T17:43:47.316Z Compiling httpdate v1.0.3
14702026-08-04T17:43:47.569Z Compiling openssl v0.10.79
14712026-08-04T17:43:47.688Z Compiling untrusted v0.9.0
14722026-08-04T17:43:47.793Z Compiling tokio-util v0.7.18
14732026-08-04T17:43:47.808Z Compiling rustls v0.23.41
14742026-08-04T17:43:47.809Z Compiling foreign-types-shared v0.1.1
14752026-08-04T17:43:47.908Z Compiling cpufeatures v0.2.17
14762026-08-04T17:43:47.975Z Compiling foreign-types v0.3.2
14772026-08-04T17:43:47.990Z Compiling scroll v0.13.0
14782026-08-04T17:43:48.070Z Compiling unicode-normalization v0.1.25
14792026-08-04T17:43:48.255Z Compiling pkcs8 v0.10.2
14802026-08-04T17:43:48.530Z Compiling h2 v0.4.15
14812026-08-04T17:43:48.630Z Compiling openssl-macros v0.1.1
14822026-08-04T17:43:48.824Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14832026-08-04T17:43:48.923Z Compiling spin v0.9.8
14842026-08-04T17:43:49.019Z Compiling native-tls v0.2.18
14852026-08-04T17:43:49.127Z Compiling crc32fast v1.5.0
14862026-08-04T17:43:49.207Z Compiling num-conv v0.2.0
14872026-08-04T17:43:49.222Z Compiling powerfmt v0.2.0
14882026-08-04T17:43:49.338Z Compiling time-core v0.1.8
14892026-08-04T17:43:49.416Z Compiling deranged v0.5.8
14902026-08-04T17:43:49.479Z Compiling time-macros v0.2.27
14912026-08-04T17:43:49.550Z Compiling darling_macro v0.20.11
14922026-08-04T17:43:50.020Z Compiling darling v0.20.11
14932026-08-04T17:43:50.100Z Compiling goblin v0.10.5
14942026-08-04T17:43:50.384Z Compiling sha2 v0.10.9
14952026-08-04T17:43:50.487Z Compiling hmac v0.12.1
14962026-08-04T17:43:50.643Z Compiling sync_wrapper v1.0.2
14972026-08-04T17:43:50.784Z Compiling wait-timeout v0.2.1
14982026-08-04T17:43:50.928Z Compiling num_threads v0.1.7
14992026-08-04T17:43:51.008Z Compiling bit-vec v0.8.0
15002026-08-04T17:43:51.026Z Compiling siphasher v1.0.2
15012026-08-04T17:43:51.213Z Compiling quick-error v1.2.3
15022026-08-04T17:43:51.233Z Compiling crossbeam-utils v0.8.21
15032026-08-04T17:43:51.317Z Compiling usdt-impl v0.6.0
15042026-08-04T17:43:51.509Z Compiling hyper v1.10.1
15052026-08-04T17:43:51.563Z Compiling syn v1.0.109
15062026-08-04T17:43:51.660Z Compiling simd-adler32 v0.3.8
15072026-08-04T17:43:51.921Z Compiling rusty-fork v0.3.1
15082026-08-04T17:43:52.193Z Compiling bit-set v0.8.0
15092026-08-04T17:43:52.227Z Compiling time v0.3.47
15102026-08-04T17:43:52.357Z Compiling tower v0.5.3
15112026-08-04T17:43:52.508Z Compiling derive_builder_core v0.20.2
15122026-08-04T17:43:52.633Z Compiling hyper-util v0.1.20
15132026-08-04T17:43:52.876Z Compiling dof v0.4.0
15142026-08-04T17:43:53.303Z Compiling dtrace-parser v0.3.0
15152026-08-04T17:43:53.371Z Compiling http-body-util v0.1.3
15162026-08-04T17:43:53.627Z Compiling heapless v0.7.17
15172026-08-04T17:43:53.837Z Compiling scroll_derive v0.12.1
15182026-08-04T17:43:53.859Z Compiling thiserror-impl v1.0.69
15192026-08-04T17:43:54.019Z Compiling rand_xorshift v0.4.0
15202026-08-04T17:43:54.027Z Compiling slog v2.8.2
15212026-08-04T17:43:54.185Z Compiling darling_core v0.23.0
15222026-08-04T17:43:54.214Z Compiling bzip2-sys v0.1.13+1.0.8
15232026-08-04T17:43:54.273Z Compiling thread-id v5.1.0
15242026-08-04T17:43:54.351Z Compiling cookie v0.18.1
15252026-08-04T17:43:54.355Z Compiling allocator-api2 v0.2.21
15262026-08-04T17:43:54.478Z Compiling iri-string v0.7.10
15272026-08-04T17:43:54.482Z Compiling paste v1.0.15
15282026-08-04T17:43:54.530Z Compiling unicode-properties v0.1.4
15292026-08-04T17:43:54.682Z Compiling ryu v1.0.23
15302026-08-04T17:43:54.735Z Compiling signal-hook v0.3.18
15312026-08-04T17:43:54.745Z Compiling zstd-safe v7.2.4
15322026-08-04T17:43:54.854Z Compiling unarray v0.1.4
15332026-08-04T17:43:54.897Z Compiling anyhow v1.0.102
15342026-08-04T17:43:54.934Z Compiling adler2 v2.0.1
15352026-08-04T17:43:54.965Z Compiling unicode-bidi v0.3.18
15362026-08-04T17:43:55.063Z Compiling miniz_oxide v0.8.9
15372026-08-04T17:43:55.077Z Compiling thiserror v1.0.69
15382026-08-04T17:43:55.178Z Compiling proptest v1.11.0
15392026-08-04T17:43:55.401Z Compiling stringprep v0.1.5
15402026-08-04T17:43:55.493Z Compiling serde_urlencoded v0.7.1
15412026-08-04T17:43:55.642Z Compiling tower-http v0.6.8
15422026-08-04T17:43:55.841Z Compiling scroll v0.12.0
15432026-08-04T17:43:56.061Z Compiling derive_builder_macro v0.20.2
15442026-08-04T17:43:56.090Z Compiling camino v1.2.2
15452026-08-04T17:43:56.096Z Compiling tokio-native-tls v0.3.1
15462026-08-04T17:43:56.518Z Compiling bstr v1.12.1
15472026-08-04T17:43:56.535Z Compiling ipnetwork v0.21.1
15482026-08-04T17:43:56.574Z Compiling block-buffer v0.12.1
15492026-08-04T17:43:56.625Z Compiling darling_macro v0.23.0
15502026-08-04T17:43:56.753Z Compiling crypto-common v0.2.2
15512026-08-04T17:43:56.767Z Compiling block-padding v0.4.2
15522026-08-04T17:43:56.908Z Compiling rustls-native-certs v0.8.3
15532026-08-04T17:43:56.932Z Compiling rand_chacha v0.3.1
15542026-08-04T17:43:57.114Z Compiling serde_spanned v0.6.9
15552026-08-04T17:43:57.139Z Compiling hex v0.4.3
15562026-08-04T17:43:57.191Z Compiling serde_tokenstream v0.2.3
15572026-08-04T17:43:57.255Z Compiling erased-serde v0.3.31
15582026-08-04T17:43:57.399Z Compiling toml_datetime v0.6.11
15592026-08-04T17:43:57.538Z Compiling md-5 v0.10.6
15602026-08-04T17:43:57.691Z Compiling signature v2.2.0
15612026-08-04T17:43:57.705Z Compiling curve25519-dalek v4.1.3
15622026-08-04T17:43:57.708Z Compiling zerocopy-derive v0.7.35
15632026-08-04T17:43:57.792Z Compiling pin-project-internal v1.1.11
15642026-08-04T17:43:57.870Z Compiling async-trait v0.1.89
15652026-08-04T17:43:58.037Z Compiling vergen-lib v9.1.0
15662026-08-04T17:43:58.217Z Compiling hash32 v0.2.1
15672026-08-04T17:43:58.407Z Compiling num-integer v0.1.46
15682026-08-04T17:43:58.513Z Compiling memoffset v0.9.1
15692026-08-04T17:43:58.588Z Compiling encoding_rs v0.8.35
15702026-08-04T17:43:59.709Z Compiling fallible-iterator v0.2.0
15712026-08-04T17:43:59.712Z Compiling psl-types v2.0.11
15722026-08-04T17:43:59.712Z Compiling ref-cast v1.0.25
15732026-08-04T17:43:59.712Z Compiling num-bigint-dig v0.8.6
15742026-08-04T17:43:59.712Z Compiling cfg_aliases v0.2.1
15752026-08-04T17:43:59.712Z Compiling rustix v0.38.44
15762026-08-04T17:43:59.712Z Compiling litrs v1.0.0
15772026-08-04T17:43:59.712Z Compiling zlib-rs v0.6.2
15782026-08-04T17:43:59.712Z Compiling smoltcp v0.9.1
15792026-08-04T17:43:59.712Z Compiling mime v0.3.17
15802026-08-04T17:43:59.712Z Compiling document-features v0.2.12
15812026-08-04T17:43:59.713Z Compiling postgres-protocol v0.6.10
15822026-08-04T17:43:59.713Z Compiling nix v0.31.2
15832026-08-04T17:43:59.983Z Compiling pin-project v1.1.11
15842026-08-04T17:44:00.057Z Compiling publicsuffix v2.3.0
15852026-08-04T17:44:00.090Z Compiling num-iter v0.1.45
15862026-08-04T17:44:00.146Z Compiling zerocopy v0.7.35
15872026-08-04T17:44:00.296Z Compiling newtype-uuid v1.3.2
15882026-08-04T17:44:00.310Z Compiling hubpack_derive v0.1.1
15892026-08-04T17:44:00.610Z Compiling rand v0.8.6
15902026-08-04T17:44:00.613Z Compiling darling v0.23.0
15912026-08-04T17:44:00.637Z Compiling inout v0.2.2
15922026-08-04T17:44:00.682Z Compiling oxnet v0.1.6
15932026-08-04T17:44:00.740Z Compiling derive_builder v0.20.2
15942026-08-04T17:44:00.800Z Compiling hyper-tls v0.6.0
15952026-08-04T17:44:00.814Z Compiling goblin v0.8.2
15962026-08-04T17:44:01.422Z Compiling phf_shared v0.13.1
15972026-08-04T17:44:01.533Z Compiling regex v1.12.3
15982026-08-04T17:44:01.551Z Compiling lazy_static v1.5.0
15992026-08-04T17:44:01.644Z Compiling anstyle-parse v0.2.7
16002026-08-04T17:44:01.661Z Compiling futures-executor v0.3.32
16012026-08-04T17:44:01.727Z Compiling terminal_size v0.4.3
16022026-08-04T17:44:01.822Z Compiling snafu-derive v0.8.9
16032026-08-04T17:44:01.867Z Compiling flate2 v1.1.9
16042026-08-04T17:44:01.908Z Compiling curve25519-dalek-derive v0.1.1
16052026-08-04T17:44:01.943Z Compiling strum_macros v0.27.2
16062026-08-04T17:44:02.229Z Compiling ref-cast-impl v1.0.25
16072026-08-04T17:44:02.264Z Compiling daft-derive v0.1.7
16082026-08-04T17:44:02.571Z Compiling vergen v9.1.0
16092026-08-04T17:44:02.758Z Compiling cargo-platform v0.3.2
16102026-08-04T17:44:02.778Z Compiling ff v0.13.1
16112026-08-04T17:44:02.920Z Compiling fs-err v3.3.0
16122026-08-04T17:44:03.029Z Compiling ahash v0.8.12
16132026-08-04T17:44:03.045Z Compiling winnow v0.5.40
16142026-08-04T17:44:03.106Z Compiling object v0.37.3
16152026-08-04T17:44:03.240Z Compiling base16ct v0.2.0
16162026-08-04T17:44:03.373Z Compiling libbz2-rs-sys v0.2.2
16172026-08-04T17:44:03.422Z Compiling bitflags v1.3.2
16182026-08-04T17:44:03.501Z Compiling foldhash v0.1.5
16192026-08-04T17:44:03.673Z Compiling same-file v1.0.6
16202026-08-04T17:44:03.752Z Compiling unicode-segmentation v1.12.0
16212026-08-04T17:44:03.836Z Compiling bumpalo v3.20.2
16222026-08-04T17:44:03.917Z Compiling managed v0.8.0
16232026-08-04T17:44:04.051Z Compiling foldhash v0.2.0
16242026-08-04T17:44:04.088Z Compiling zopfli v0.8.3
16252026-08-04T17:44:04.136Z Compiling strum v0.27.2
16262026-08-04T17:44:04.258Z Compiling hashbrown v0.16.1
16272026-08-04T17:44:04.273Z Compiling walkdir v2.5.0
16282026-08-04T17:44:04.276Z Compiling bzip2 v0.6.1
16292026-08-04T17:44:04.465Z Compiling toml_edit v0.19.15
16302026-08-04T17:44:04.480Z Compiling snafu v0.8.9
16312026-08-04T17:44:04.587Z Compiling hashbrown v0.15.5
16322026-08-04T17:44:04.774Z Compiling sec1 v0.7.3
16332026-08-04T17:44:04.848Z Compiling clap_builder v4.6.0
16342026-08-04T17:44:04.897Z Compiling daft v0.1.7
16352026-08-04T17:44:04.964Z Compiling dof v0.3.0
16362026-08-04T17:44:05.037Z Compiling cargo_metadata v0.23.1
16372026-08-04T17:44:05.130Z Compiling group v0.13.0
16382026-08-04T17:44:05.319Z Compiling futures v0.3.32
16392026-08-04T17:44:05.394Z Compiling anstream v0.6.21
16402026-08-04T17:44:05.688Z Compiling phf v0.13.1
16412026-08-04T17:44:06.068Z Compiling signal-hook-mio v0.2.5
16422026-08-04T17:44:06.188Z Compiling cookie_store v0.22.1
16432026-08-04T17:44:06.208Z Compiling zstd v0.13.3
16442026-08-04T17:44:06.370Z Compiling reqwest v0.12.28
16452026-08-04T17:44:06.465Z Compiling bzip2 v0.4.4
16462026-08-04T17:44:06.675Z Compiling cipher v0.5.2
16472026-08-04T17:44:06.824Z Compiling hubpack v0.1.2
16482026-08-04T17:44:06.998Z Compiling serde_with_macros v3.21.0
16492026-08-04T17:44:07.079Z Compiling postgres-types v0.2.12
16502026-08-04T17:44:07.629Z Compiling ed25519 v2.2.3
16512026-08-04T17:44:07.843Z Compiling usdt-macro v0.6.0
16522026-08-04T17:44:08.178Z Compiling usdt-attr-macro v0.6.0
16532026-08-04T17:44:08.226Z Compiling globset v0.4.18
16542026-08-04T17:44:08.254Z Compiling dtrace-parser v0.2.0
16552026-08-04T17:44:08.527Z Compiling phf_shared v0.11.3
16562026-08-04T17:44:08.599Z Compiling hkdf v0.12.4
16572026-08-04T17:44:08.713Z Compiling olpc-cjson v0.1.4
16582026-08-04T17:44:08.773Z Compiling pkcs1 v0.7.5
16592026-08-04T17:44:08.873Z Compiling serde-big-array v0.5.1
16602026-08-04T17:44:08.899Z Compiling serde_plain v1.0.2
16612026-08-04T17:44:08.965Z Compiling crypto-bigint v0.5.5
16622026-08-04T17:44:08.980Z Compiling strum_macros v0.26.4
16632026-08-04T17:44:09.014Z Compiling serde_repr v0.1.20
16642026-08-04T17:44:09.115Z Compiling clap_derive v4.6.1
16652026-08-04T17:44:09.163Z Compiling enum-as-inner v0.6.1
16662026-08-04T17:44:09.540Z Compiling async-recursion v1.1.1
16672026-08-04T17:44:09.677Z Compiling pem v3.0.6
16682026-08-04T17:44:09.989Z Compiling float-cmp v0.10.0
16692026-08-04T17:44:10.079Z Compiling memmap2 v0.9.10
16702026-08-04T17:44:10.131Z Compiling thread-id v4.2.2
16712026-08-04T17:44:10.169Z Compiling env_filter v1.0.0
16722026-08-04T17:44:10.217Z Compiling fixedbitset v0.4.2
16732026-08-04T17:44:10.302Z Compiling either v1.15.0
16742026-08-04T17:44:10.432Z Compiling static_assertions v1.1.0
16752026-08-04T17:44:10.462Z Compiling whoami v2.1.0
16762026-08-04T17:44:10.500Z Compiling cpufeatures v0.3.0
16772026-08-04T17:44:10.515Z Compiling data-encoding v2.10.0
16782026-08-04T17:44:10.579Z Compiling difflib v0.4.0
16792026-08-04T17:44:10.718Z Compiling typed-path v0.9.3
16802026-08-04T17:44:10.809Z Compiling new_debug_unreachable v1.0.6
16812026-08-04T17:44:10.827Z Compiling normalize-line-endings v0.3.0
16822026-08-04T17:44:10.881Z Compiling const-oid v0.10.2
16832026-08-04T17:44:10.924Z Compiling precomputed-hash v0.1.1
16842026-08-04T17:44:11.017Z Compiling winnow v1.0.3
16852026-08-04T17:44:11.032Z Compiling fixedbitset v0.5.7
16862026-08-04T17:44:11.083Z Compiling predicates-core v1.0.10
16872026-08-04T17:44:11.100Z Compiling keccak v0.1.6
16882026-08-04T17:44:11.116Z Compiling jiff v0.2.21
16892026-08-04T17:44:11.189Z Compiling predicates v3.1.4
16902026-08-04T17:44:11.249Z Compiling sha3 v0.10.8
16912026-08-04T17:44:11.324Z Compiling toml_parser v1.1.2+spec-1.1.0
16922026-08-04T17:44:11.346Z Compiling petgraph v0.8.3
16932026-08-04T17:44:11.691Z Compiling toml_edit v0.22.27
16942026-08-04T17:44:11.835Z Compiling digest v0.11.3
16952026-08-04T17:44:11.840Z Compiling string_cache v0.8.9
16962026-08-04T17:44:11.903Z Compiling clap v4.6.1
16972026-08-04T17:44:11.929Z Compiling hickory-proto v0.25.2
16982026-08-04T17:44:11.982Z Compiling strum v0.26.3
16992026-08-04T17:44:12.031Z Compiling tokio-postgres v0.7.16
17002026-08-04T17:44:12.045Z Compiling chacha20 v0.10.0
17012026-08-04T17:44:12.117Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17022026-08-04T17:44:12.411Z Compiling itertools v0.13.0
17032026-08-04T17:44:13.279Z Compiling petgraph v0.6.5
17042026-08-04T17:44:13.701Z Compiling zip v4.6.1
17052026-08-04T17:44:14.272Z Compiling env_logger v0.11.9
17062026-08-04T17:44:14.416Z Compiling usdt v0.6.0
17072026-08-04T17:44:14.620Z Compiling usdt-impl v0.5.0
17082026-08-04T17:44:14.646Z Compiling elliptic-curve v0.13.8
17092026-08-04T17:44:14.679Z Compiling rsa v0.9.10
17102026-08-04T17:44:14.772Z Compiling serde_with v3.21.0
17112026-08-04T17:44:14.942Z Compiling crossterm v0.28.1
17122026-08-04T17:44:15.034Z Compiling ed25519-dalek v2.2.0
17132026-08-04T17:44:15.235Z Compiling zip v0.6.6
17142026-08-04T17:44:15.798Z Compiling toml v0.7.8
17152026-08-04T17:44:15.941Z Compiling iddqd v0.4.2
17162026-08-04T17:44:16.580Z Compiling similar v2.7.0
17172026-08-04T17:44:16.602Z Compiling heck v0.4.1
17182026-08-04T17:44:16.630Z Compiling byte-wrapper v0.1.0
17192026-08-04T17:44:16.824Z Compiling crossbeam-epoch v0.9.18
17202026-08-04T17:44:16.878Z Compiling tokio-stream v0.1.18
17212026-08-04T17:44:16.963Z Compiling buf-list v1.1.2
17222026-08-04T17:44:17.150Z Compiling x509-cert v0.2.5
17232026-08-04T17:44:17.204Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17242026-08-04T17:44:17.239Z Compiling openapiv3 v2.2.0
17252026-08-04T17:44:17.334Z Compiling peg-runtime v0.8.5
17262026-08-04T17:44:17.491Z Compiling lalrpop-util v0.19.12
17272026-08-04T17:44:17.545Z Compiling thread_local v1.1.9
17282026-08-04T17:44:17.634Z Compiling slog-async v2.8.0
17292026-08-04T17:44:17.687Z Compiling crossbeam-channel v0.5.15
17302026-08-04T17:44:17.804Z Compiling is-terminal v0.4.17
17312026-08-04T17:44:17.853Z Compiling filetime v0.2.27
17322026-08-04T17:44:17.883Z Compiling xattr v1.6.1
17332026-08-04T17:44:17.948Z Compiling take_mut v0.2.2
17342026-08-04T17:44:17.961Z Compiling term v1.2.1
17352026-08-04T17:44:18.075Z Compiling tar v0.4.46
17362026-08-04T17:44:18.126Z Compiling camino-tempfile v1.4.1
17372026-08-04T17:44:18.364Z Compiling slog-term v2.9.2
17382026-08-04T17:44:28.655Z Compiling rustls-webpki v0.103.13
17392026-08-04T17:44:31.241Z Compiling tokio-rustls v0.26.4
17402026-08-04T17:44:31.241Z Compiling rustls-platform-verifier v0.6.2
17412026-08-04T17:44:31.247Z Compiling tough v0.22.0
17422026-08-04T17:44:31.438Z Compiling hyper-rustls v0.27.7
17432026-08-04T17:44:31.639Z Compiling reqwest v0.13.2
17442026-08-04T17:44:33.867Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17452026-08-04T17:44:34.083Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17462026-08-04T17:44:37.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17472026-08-04T17:44:37.140Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17482026-08-04T17:44:37.193ZAug 04 17:44:35.646 INFO Starting download, target: Cockroach
17492026-08-04T17:44:37.193ZAug 04 17:44:35.646 INFO Starting download, target: Console
17502026-08-04T17:44:37.193ZAug 04 17:44:35.646 INFO Starting download, target: Clickhouse
17512026-08-04T17:44:37.193ZAug 04 17:44:35.646 INFO Starting download, target: DendriteStub
17522026-08-04T17:44:37.200ZAug 04 17:44:35.646 INFO Starting download, target: MaghemiteMgd
17532026-08-04T17:44:37.200ZAug 04 17:44:35.646 INFO Starting download, target: MaghemiteDdmd
17542026-08-04T17:44:37.200ZAug 04 17:44:35.646 INFO Starting download, target: TransceiverControl
17552026-08-04T17:44:37.200ZAug 04 17:44:35.646 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17562026-08-04T17:44:37.200ZAug 04 17:44:35.646 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17572026-08-04T17:44:37.201ZAug 04 17:44:35.646 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17582026-08-04T17:44:37.201ZAug 04 17:44:35.646 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17592026-08-04T17:44:37.201ZAug 04 17:44:35.646 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17602026-08-04T17:44:37.201ZAug 04 17:44:35.647 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17612026-08-04T17:44:37.201ZAug 04 17:44:35.647 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17622026-08-04T17:44:37.929ZAug 04 17:44:36.347 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17632026-08-04T17:44:38.110ZAug 04 17:44:36.566 INFO Download complete, target: TransceiverControl
17642026-08-04T17:44:39.393ZAug 04 17:44:37.794 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17652026-08-04T17:44:39.640ZAug 04 17:44:38.048 INFO Download complete, target: Console
17662026-08-04T17:44:39.754ZAug 04 17:44:38.089 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17672026-08-04T17:44:41.783ZAug 04 17:44:40.232 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17682026-08-04T17:44:41.912ZAug 04 17:44:40.265 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17692026-08-04T17:44:41.997ZAug 04 17:44:40.431 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17702026-08-04T17:44:43.220ZAug 04 17:44:41.659 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17712026-08-04T17:44:43.220ZAug 04 17:44:41.659 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17722026-08-04T17:44:43.769ZAug 04 17:44:42.224 INFO Download complete, target: MaghemiteDdmd
17732026-08-04T17:44:44.399ZAug 04 17:44:42.855 INFO Download complete, target: MaghemiteMgd
17742026-08-04T17:44:44.607ZAug 04 17:44:43.063 INFO Download complete, target: DendriteStub
17752026-08-04T17:44:46.888ZAug 04 17:44:45.035 INFO Checking that binary works, target: Clickhouse
17762026-08-04T17:44:46.901ZAug 04 17:44:45.172 INFO Download complete, target: Clickhouse
17772026-08-04T17:44:48.001ZAug 04 17:44:46.456 INFO Checking that binary works, target: Cockroach
17782026-08-04T17:44:48.117ZAug 04 17:44:46.572 INFO Download complete, target: Cockroach
17792026-08-04T17:44:48.131ZAll builder prerequisites installed successfully, and PATH looks valid
17802026-08-04T17:44:48.135Z
17812026-08-04T17:44:48.135Zreal 2:13.340032754
17822026-08-04T17:44:48.135Zuser 6:34.157299898
17832026-08-04T17:44:48.135Zsys 1:19.991800396
17842026-08-04T17:44:48.135Ztrap 0.226211992
17852026-08-04T17:44:48.135Ztflt 0.564062038
17862026-08-04T17:44:48.135Zdflt 0.865188680
17872026-08-04T17:44:48.135Zkflt 0.026837038
17882026-08-04T17:44:48.135Zlock 25:27.920932031
17892026-08-04T17:44:48.135Zslp 20:12.695797289
17902026-08-04T17:44:48.135Zlat 40.077508639
17912026-08-04T17:44:48.135Zstop 2:22.927032459
17922026-08-04T17:44:48.135Z+ banner hack-check
17932026-08-04T17:44:48.135Z
17942026-08-04T17:44:48.135Z # # ## #### # # #### # # ###### #### # #
17952026-08-04T17:44:48.135Z # # # # # # # # # # # # # # # # #
17962026-08-04T17:44:48.135Z ###### # # # #### ##### # ###### ##### # ####
17972026-08-04T17:44:48.135Z # # ###### # # # # # # # # # #
17982026-08-04T17:44:48.135Z # # # # # # # # # # # # # # # # #
17992026-08-04T17:44:48.135Z # # # # #### # # #### # # ###### #### # #
18002026-08-04T17:44:48.138Z
18012026-08-04T17:44:48.138Z+ export CARGO_INCREMENTAL=0
18022026-08-04T17:44:48.138Z+ CARGO_INCREMENTAL=0
18032026-08-04T17:44:48.138Z+ ptime -m timeout 2h cargo xtask check-features --ci
18042026-08-04T17:44:48.605Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18052026-08-04T17:44:48.891Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18062026-08-04T17:44:50.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s
18072026-08-04T17:44:50.771Z Running `target/debug/xtask check-features --ci`
18082026-08-04T17:44:50.798Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18092026-08-04T17:44:50.801Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18102026-08-04T17:44:51.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18112026-08-04T17:44:51.245Z Running `target/debug/xtask download cargo-hack`
18122026-08-04T17:44:52.011Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18132026-08-04T17:44:52.318Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18142026-08-04T17:44:54.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.61s
18152026-08-04T17:44:55.049Z Running `target/debug/xtask-downloader cargo-hack`
18162026-08-04T17:44:55.090ZAug 04 17:44:53.546 INFO Starting download, target: CargoHack
18172026-08-04T17:44:55.093ZAug 04 17:44:53.547 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18182026-08-04T17:44:55.679ZAug 04 17:44:54.134 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18192026-08-04T17:44:55.731ZAug 04 17:44:54.187 INFO Download complete, target: CargoHack
18202026-08-04T17:44:55.734Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18212026-08-04T17:44:55.748Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18222026-08-04T17:44:55.906Zinfo: running `cargo check --bins` on api_identity (1/305)
18232026-08-04T17:44:56.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18242026-08-04T17:44:56.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18252026-08-04T17:44:56.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18262026-08-04T17:44:56.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18272026-08-04T17:44:56.438Z
18282026-08-04T17:44:56.438Zinfo: running `cargo check --bins` on bootstore (2/305)
18292026-08-04T17:44:56.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18302026-08-04T17:44:56.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18312026-08-04T17:44:56.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18322026-08-04T17:44:56.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18332026-08-04T17:44:56.979Z
18342026-08-04T17:44:56.979Zinfo: running `cargo check --bins` on omicron-ledger (3/305)
18352026-08-04T17:44:57.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18362026-08-04T17:44:57.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18372026-08-04T17:44:57.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18382026-08-04T17:44:57.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18392026-08-04T17:44:57.508Z
18402026-08-04T17:44:57.508Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/305)
18412026-08-04T17:44:57.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18422026-08-04T17:44:57.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18432026-08-04T17:44:57.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18442026-08-04T17:44:57.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18452026-08-04T17:44:58.039Z
18462026-08-04T17:44:58.039Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/305)
18472026-08-04T17:44:58.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18482026-08-04T17:44:58.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18492026-08-04T17:44:58.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18502026-08-04T17:44:58.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18512026-08-04T17:44:58.579Z
18522026-08-04T17:44:58.579Zinfo: running `cargo check --bins` on omicron-certificates (6/305)
18532026-08-04T17:44:59.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18542026-08-04T17:44:59.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18552026-08-04T17:44:59.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18562026-08-04T17:44:59.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18572026-08-04T17:44:59.120Z
18582026-08-04T17:44:59.120Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/305)
18592026-08-04T17:44:59.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18602026-08-04T17:44:59.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18612026-08-04T17:44:59.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18622026-08-04T17:44:59.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18632026-08-04T17:44:59.665Z
18642026-08-04T17:44:59.665Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/305)
18652026-08-04T17:45:00.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18662026-08-04T17:45:00.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18672026-08-04T17:45:00.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18682026-08-04T17:45:00.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18692026-08-04T17:45:00.213Z
18702026-08-04T17:45:00.213Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/305)
18712026-08-04T17:45:00.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18722026-08-04T17:45:00.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18732026-08-04T17:45:00.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18742026-08-04T17:45:00.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18752026-08-04T17:45:00.622Z
18762026-08-04T17:45:00.622Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/305)
18772026-08-04T17:45:00.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18782026-08-04T17:45:00.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18792026-08-04T17:45:00.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18802026-08-04T17:45:00.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
18812026-08-04T17:45:01.035Z
18822026-08-04T17:45:01.036Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/305)
18832026-08-04T17:45:01.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18842026-08-04T17:45:01.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18852026-08-04T17:45:01.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18862026-08-04T17:45:01.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
18872026-08-04T17:45:01.444Z
18882026-08-04T17:45:01.444Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/305)
18892026-08-04T17:45:01.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18902026-08-04T17:45:01.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18912026-08-04T17:45:01.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18922026-08-04T17:45:01.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
18932026-08-04T17:45:01.855Z
18942026-08-04T17:45:01.855Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/305)
18952026-08-04T17:45:02.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18962026-08-04T17:45:02.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18972026-08-04T17:45:02.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18982026-08-04T17:45:02.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18992026-08-04T17:45:02.263Z
19002026-08-04T17:45:02.263Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/305)
19012026-08-04T17:45:02.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19022026-08-04T17:45:02.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19032026-08-04T17:45:02.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19042026-08-04T17:45:02.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19052026-08-04T17:45:02.673Z
19062026-08-04T17:45:02.673Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/305)
19072026-08-04T17:45:03.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19082026-08-04T17:45:03.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19092026-08-04T17:45:03.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19102026-08-04T17:45:03.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19112026-08-04T17:45:03.080Z
19122026-08-04T17:45:03.081Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/305)
19132026-08-04T17:45:03.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19142026-08-04T17:45:03.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19152026-08-04T17:45:03.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19162026-08-04T17:45:03.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19172026-08-04T17:45:03.489Z
19182026-08-04T17:45:03.489Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/305)
19192026-08-04T17:45:03.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19202026-08-04T17:45:03.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19212026-08-04T17:45:03.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19222026-08-04T17:45:03.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19232026-08-04T17:45:03.896Z
19242026-08-04T17:45:03.897Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/305)
19252026-08-04T17:45:04.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19262026-08-04T17:45:04.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19272026-08-04T17:45:04.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19282026-08-04T17:45:04.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19292026-08-04T17:45:04.306Z
19302026-08-04T17:45:04.306Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/305)
19312026-08-04T17:45:04.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19322026-08-04T17:45:04.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19332026-08-04T17:45:04.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19342026-08-04T17:45:04.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19352026-08-04T17:45:04.733Z
19362026-08-04T17:45:04.733Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/305)
19372026-08-04T17:45:05.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19382026-08-04T17:45:05.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19392026-08-04T17:45:05.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19402026-08-04T17:45:05.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19412026-08-04T17:45:05.137Z
19422026-08-04T17:45:05.138Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/305)
19432026-08-04T17:45:05.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19442026-08-04T17:45:05.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19452026-08-04T17:45:05.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19462026-08-04T17:45:05.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19472026-08-04T17:45:05.549Z
19482026-08-04T17:45:05.549Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/305)
19492026-08-04T17:45:05.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19502026-08-04T17:45:05.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19512026-08-04T17:45:05.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19522026-08-04T17:45:05.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19532026-08-04T17:45:05.965Z
19542026-08-04T17:45:05.966Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/305)
19552026-08-04T17:45:06.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19562026-08-04T17:45:06.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19572026-08-04T17:45:06.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19582026-08-04T17:45:06.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19592026-08-04T17:45:06.371Z
19602026-08-04T17:45:06.371Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/305)
19612026-08-04T17:45:06.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19622026-08-04T17:45:06.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19632026-08-04T17:45:06.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19642026-08-04T17:45:06.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19652026-08-04T17:45:06.780Z
19662026-08-04T17:45:06.780Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/305)
19672026-08-04T17:45:07.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19682026-08-04T17:45:07.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19692026-08-04T17:45:07.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19702026-08-04T17:45:07.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19712026-08-04T17:45:07.196Z
19722026-08-04T17:45:07.196Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/305)
19732026-08-04T17:45:07.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19742026-08-04T17:45:07.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19752026-08-04T17:45:07.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19762026-08-04T17:45:07.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19772026-08-04T17:45:07.611Z
19782026-08-04T17:45:07.611Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/305)
19792026-08-04T17:45:07.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19802026-08-04T17:45:07.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19812026-08-04T17:45:07.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19822026-08-04T17:45:07.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19832026-08-04T17:45:08.010Z
19842026-08-04T17:45:08.010Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/305)
19852026-08-04T17:45:08.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19862026-08-04T17:45:08.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19872026-08-04T17:45:08.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19882026-08-04T17:45:08.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19892026-08-04T17:45:08.424Z
19902026-08-04T17:45:08.424Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/305)
19912026-08-04T17:45:08.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19922026-08-04T17:45:08.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19932026-08-04T17:45:08.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19942026-08-04T17:45:08.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19952026-08-04T17:45:08.833Z
19962026-08-04T17:45:08.834Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/305)
19972026-08-04T17:45:09.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19982026-08-04T17:45:09.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19992026-08-04T17:45:09.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20002026-08-04T17:45:09.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20012026-08-04T17:45:09.286Z
20022026-08-04T17:45:09.286Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/305)
20032026-08-04T17:45:09.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20042026-08-04T17:45:09.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20052026-08-04T17:45:09.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20062026-08-04T17:45:09.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20072026-08-04T17:45:09.653Z
20082026-08-04T17:45:09.653Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/305)
20092026-08-04T17:45:10.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20102026-08-04T17:45:10.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20112026-08-04T17:45:10.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20122026-08-04T17:45:10.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20132026-08-04T17:45:10.061Z
20142026-08-04T17:45:10.062Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/305)
20152026-08-04T17:45:10.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20162026-08-04T17:45:10.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20172026-08-04T17:45:10.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20182026-08-04T17:45:10.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20192026-08-04T17:45:10.469Z
20202026-08-04T17:45:10.469Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/305)
20212026-08-04T17:45:10.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20222026-08-04T17:45:10.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20232026-08-04T17:45:10.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20242026-08-04T17:45:10.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20252026-08-04T17:45:10.879Z
20262026-08-04T17:45:10.879Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/305)
20272026-08-04T17:45:11.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20282026-08-04T17:45:11.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20292026-08-04T17:45:11.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20302026-08-04T17:45:11.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20312026-08-04T17:45:11.291Z
20322026-08-04T17:45:11.291Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/305)
20332026-08-04T17:45:11.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20342026-08-04T17:45:11.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20352026-08-04T17:45:11.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20362026-08-04T17:45:11.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20372026-08-04T17:45:11.711Z
20382026-08-04T17:45:11.711Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/305)
20392026-08-04T17:45:12.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20402026-08-04T17:45:12.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20412026-08-04T17:45:12.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20422026-08-04T17:45:12.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20432026-08-04T17:45:12.119Z
20442026-08-04T17:45:12.119Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/305)
20452026-08-04T17:45:12.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20462026-08-04T17:45:12.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20472026-08-04T17:45:12.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20482026-08-04T17:45:12.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20492026-08-04T17:45:12.532Z
20502026-08-04T17:45:12.533Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/305)
20512026-08-04T17:45:12.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20522026-08-04T17:45:12.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20532026-08-04T17:45:12.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20542026-08-04T17:45:12.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20552026-08-04T17:45:12.944Z
20562026-08-04T17:45:12.944Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/305)
20572026-08-04T17:45:13.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20582026-08-04T17:45:13.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20592026-08-04T17:45:13.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20602026-08-04T17:45:13.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20612026-08-04T17:45:13.356Z
20622026-08-04T17:45:13.356Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/305)
20632026-08-04T17:45:13.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20642026-08-04T17:45:13.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20652026-08-04T17:45:13.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20662026-08-04T17:45:13.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20672026-08-04T17:45:13.768Z
20682026-08-04T17:45:13.768Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/305)
20692026-08-04T17:45:14.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20702026-08-04T17:45:14.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20712026-08-04T17:45:14.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20722026-08-04T17:45:14.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20732026-08-04T17:45:14.176Z
20742026-08-04T17:45:14.176Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/305)
20752026-08-04T17:45:14.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20762026-08-04T17:45:14.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20772026-08-04T17:45:14.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20782026-08-04T17:45:14.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20792026-08-04T17:45:14.591Z
20802026-08-04T17:45:14.591Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/305)
20812026-08-04T17:45:14.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20822026-08-04T17:45:14.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20832026-08-04T17:45:14.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20842026-08-04T17:45:14.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20852026-08-04T17:45:15.004Z
20862026-08-04T17:45:15.005Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/305)
20872026-08-04T17:45:15.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20882026-08-04T17:45:15.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20892026-08-04T17:45:15.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20902026-08-04T17:45:15.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20912026-08-04T17:45:15.418Z
20922026-08-04T17:45:15.418Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/305)
20932026-08-04T17:45:15.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20942026-08-04T17:45:15.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20952026-08-04T17:45:15.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20962026-08-04T17:45:15.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20972026-08-04T17:45:15.831Z
20982026-08-04T17:45:15.831Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/305)
20992026-08-04T17:45:16.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21002026-08-04T17:45:16.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21012026-08-04T17:45:16.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21022026-08-04T17:45:16.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21032026-08-04T17:45:16.244Z
21042026-08-04T17:45:16.244Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/305)
21052026-08-04T17:45:16.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21062026-08-04T17:45:16.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21072026-08-04T17:45:16.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21082026-08-04T17:45:16.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21092026-08-04T17:45:16.658Z
21102026-08-04T17:45:16.658Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/305)
21112026-08-04T17:45:17.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21122026-08-04T17:45:17.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21132026-08-04T17:45:17.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21142026-08-04T17:45:17.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21152026-08-04T17:45:17.241Z
21162026-08-04T17:45:17.241Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/305)
21172026-08-04T17:45:17.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21182026-08-04T17:45:17.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21192026-08-04T17:45:17.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21202026-08-04T17:45:17.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21212026-08-04T17:45:17.823Z
21222026-08-04T17:45:17.823Zinfo: running `cargo check --bins` on nexus-config (51/305)
21232026-08-04T17:45:18.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21242026-08-04T17:45:18.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21252026-08-04T17:45:18.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21262026-08-04T17:45:18.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21272026-08-04T17:45:18.406Z
21282026-08-04T17:45:18.406Zinfo: running `cargo check --bins` on nexus-types (52/305)
21292026-08-04T17:45:18.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21302026-08-04T17:45:18.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21312026-08-04T17:45:18.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21322026-08-04T17:45:18.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21332026-08-04T17:45:18.986Z
21342026-08-04T17:45:18.986Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/305)
21352026-08-04T17:45:19.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21362026-08-04T17:45:19.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21372026-08-04T17:45:19.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21382026-08-04T17:45:19.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21392026-08-04T17:45:19.541Z
21402026-08-04T17:45:19.541Zinfo: running `cargo check --bins` on omicron-passwords (54/305)
21412026-08-04T17:45:19.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21422026-08-04T17:45:19.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21432026-08-04T17:45:19.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21442026-08-04T17:45:19.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21452026-08-04T17:45:20.072Z
21462026-08-04T17:45:20.072Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/305)
21472026-08-04T17:45:20.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21482026-08-04T17:45:20.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21492026-08-04T17:45:20.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21502026-08-04T17:45:20.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21512026-08-04T17:45:20.628Z
21522026-08-04T17:45:20.628Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/305)
21532026-08-04T17:45:21.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21542026-08-04T17:45:21.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21552026-08-04T17:45:21.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21562026-08-04T17:45:21.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21572026-08-04T17:45:21.186Z
21582026-08-04T17:45:21.186Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/305)
21592026-08-04T17:45:21.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21602026-08-04T17:45:21.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21612026-08-04T17:45:21.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21622026-08-04T17:45:21.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21632026-08-04T17:45:21.744Z
21642026-08-04T17:45:21.744Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/305)
21652026-08-04T17:45:22.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21662026-08-04T17:45:22.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21672026-08-04T17:45:22.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21682026-08-04T17:45:22.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21692026-08-04T17:45:22.301Z
21702026-08-04T17:45:22.301Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/305)
21712026-08-04T17:45:22.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21722026-08-04T17:45:22.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21732026-08-04T17:45:22.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21742026-08-04T17:45:22.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21752026-08-04T17:45:22.837Z
21762026-08-04T17:45:22.837Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/305)
21772026-08-04T17:45:23.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21782026-08-04T17:45:23.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21792026-08-04T17:45:23.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21802026-08-04T17:45:23.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21812026-08-04T17:45:23.374Z
21822026-08-04T17:45:23.374Zinfo: running `cargo check --bins --no-default-features` on gfss (61/305)
21832026-08-04T17:45:23.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21842026-08-04T17:45:23.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21852026-08-04T17:45:23.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21862026-08-04T17:45:23.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21872026-08-04T17:45:23.908Z
21882026-08-04T17:45:23.908Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/305)
21892026-08-04T17:45:24.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21902026-08-04T17:45:24.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21912026-08-04T17:45:24.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21922026-08-04T17:45:24.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21932026-08-04T17:45:24.436Z
21942026-08-04T17:45:24.436Zinfo: running `cargo check --bins` on trust-quorum-types (63/305)
21952026-08-04T17:45:24.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21962026-08-04T17:45:24.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21972026-08-04T17:45:24.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21982026-08-04T17:45:24.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21992026-08-04T17:45:24.969Z
22002026-08-04T17:45:24.969Zinfo: running `cargo check --bins` on clickhouse-admin-types (64/305)
22012026-08-04T17:45:25.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22022026-08-04T17:45:25.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22032026-08-04T17:45:25.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22042026-08-04T17:45:25.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22052026-08-04T17:45:25.520Z
22062026-08-04T17:45:25.520Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (65/305)
22072026-08-04T17:45:25.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22082026-08-04T17:45:25.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22092026-08-04T17:45:25.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22102026-08-04T17:45:25.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22112026-08-04T17:45:26.071Z
22122026-08-04T17:45:26.071Zinfo: running `cargo check --bins` on cockroach-admin-types (66/305)
22132026-08-04T17:45:26.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22142026-08-04T17:45:26.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22152026-08-04T17:45:26.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22162026-08-04T17:45:26.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22172026-08-04T17:45:26.604Z
22182026-08-04T17:45:26.605Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (67/305)
22192026-08-04T17:45:27.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22202026-08-04T17:45:27.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22212026-08-04T17:45:27.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22222026-08-04T17:45:27.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22232026-08-04T17:45:27.137Z
22242026-08-04T17:45:27.137Zinfo: running `cargo check --bins` on ereport-types (68/305)
22252026-08-04T17:45:27.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22262026-08-04T17:45:27.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22272026-08-04T17:45:27.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22282026-08-04T17:45:27.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22292026-08-04T17:45:27.675Z
22302026-08-04T17:45:27.675Zinfo: running `cargo check --bins` on gateway-client (69/305)
22312026-08-04T17:45:28.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22322026-08-04T17:45:28.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22332026-08-04T17:45:28.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22342026-08-04T17:45:28.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22352026-08-04T17:45:28.217Z
22362026-08-04T17:45:28.217Zinfo: running `cargo check --bins --no-default-features` on gateway-types (70/305)
22372026-08-04T17:45:28.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22382026-08-04T17:45:28.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22392026-08-04T17:45:28.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22402026-08-04T17:45:28.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22412026-08-04T17:45:28.758Z
22422026-08-04T17:45:28.758Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (71/305)
22432026-08-04T17:45:29.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22442026-08-04T17:45:29.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22452026-08-04T17:45:29.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22462026-08-04T17:45:29.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22472026-08-04T17:45:29.293Z
22482026-08-04T17:45:29.293Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (72/305)
22492026-08-04T17:45:29.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22502026-08-04T17:45:29.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22512026-08-04T17:45:29.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22522026-08-04T17:45:29.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22532026-08-04T17:45:29.838Z
22542026-08-04T17:45:29.838Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (73/305)
22552026-08-04T17:45:30.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22562026-08-04T17:45:30.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22572026-08-04T17:45:30.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22582026-08-04T17:45:30.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22592026-08-04T17:45:30.377Z
22602026-08-04T17:45:30.377Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (74/305)
22612026-08-04T17:45:30.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22622026-08-04T17:45:30.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22632026-08-04T17:45:30.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22642026-08-04T17:45:30.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22652026-08-04T17:45:30.943Z
22662026-08-04T17:45:30.943Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (75/305)
22672026-08-04T17:45:31.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22682026-08-04T17:45:31.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22692026-08-04T17:45:31.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22702026-08-04T17:45:31.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22712026-08-04T17:45:31.508Z
22722026-08-04T17:45:31.508Zinfo: running `cargo check --bins` on key-manager-types (76/305)
22732026-08-04T17:45:31.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22742026-08-04T17:45:31.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22752026-08-04T17:45:31.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22762026-08-04T17:45:31.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22772026-08-04T17:45:32.042Z
22782026-08-04T17:45:32.042Zinfo: running `cargo check --bins` on oxlog (77/305)
22792026-08-04T17:45:32.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22802026-08-04T17:45:32.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22812026-08-04T17:45:32.621Z Checking cfg-if v1.0.4
22822026-08-04T17:45:32.625Z Checking libc v0.2.185
22832026-08-04T17:45:32.625Z Checking serde_core v1.0.228
22842026-08-04T17:45:32.737Z Checking memchr v2.8.0
22852026-08-04T17:45:32.741Z Checking zeroize v1.9.0
22862026-08-04T17:45:32.753Z Checking log v0.4.29
22872026-08-04T17:45:32.756Z Checking smallvec v1.15.1
22882026-08-04T17:45:32.774Z Checking itoa v1.0.17
22892026-08-04T17:45:32.779Z Checking subtle v2.6.1
22902026-08-04T17:45:32.888Z Checking stable_deref_trait v1.2.1
22912026-08-04T17:45:32.905Z Checking scopeguard v1.2.0
22922026-08-04T17:45:32.918Z Checking typenum v1.20.1
22932026-08-04T17:45:32.927Z Checking zerofrom v0.1.6
22942026-08-04T17:45:32.941Z Checking pin-project-lite v0.2.17
22952026-08-04T17:45:32.957Z Checking zmij v1.0.21
22962026-08-04T17:45:32.997Z Checking lock_api v0.4.14
22972026-08-04T17:45:33.025Z Checking futures-core v0.3.32
22982026-08-04T17:45:33.037Z Checking yoke v0.8.1
22992026-08-04T17:45:33.092Z Checking zerocopy v0.8.40
23002026-08-04T17:45:33.109Z Checking errno v0.3.14
23012026-08-04T17:45:33.143Z Checking getrandom v0.2.17
23022026-08-04T17:45:33.158Z Checking parking_lot_core v0.9.12
23032026-08-04T17:45:33.195Z Checking mio v1.2.0
23042026-08-04T17:45:33.195Z Checking zerovec v0.11.5
23052026-08-04T17:45:33.218Z Checking signal-hook-registry v1.4.8
23062026-08-04T17:45:33.281Z Checking rand_core v0.6.4
23072026-08-04T17:45:33.336Z Checking parking_lot v0.12.5
23082026-08-04T17:45:33.370Z Checking percent-encoding v2.3.2
23092026-08-04T17:45:33.451Z Checking const-oid v0.9.6
23102026-08-04T17:45:33.466Z Checking litemap v0.8.1
23112026-08-04T17:45:33.503Z Checking writeable v0.6.2
23122026-08-04T17:45:33.518Z Checking zerotrie v0.2.3
23132026-08-04T17:45:33.633Z Checking tinystr v0.8.2
23142026-08-04T17:45:33.633Z Checking potential_utf v0.1.4
23152026-08-04T17:45:33.656Z Checking libm v0.2.16
23162026-08-04T17:45:33.669Z Checking generic-array v0.14.7
23172026-08-04T17:45:33.756Z Checking socket2 v0.6.3
23182026-08-04T17:45:33.768Z Checking icu_collections v2.1.1
23192026-08-04T17:45:33.803Z Checking icu_locale_core v2.1.1
23202026-08-04T17:45:33.990Z Checking equivalent v1.0.2
23212026-08-04T17:45:34.059Z Checking rand_core v0.10.0
23222026-08-04T17:45:34.074Z Checking icu_properties_data v2.1.2
23232026-08-04T17:45:34.118Z Checking icu_normalizer_data v2.1.1
23242026-08-04T17:45:34.122Z Checking futures-sink v0.3.32
23252026-08-04T17:45:34.196Z Checking getrandom v0.4.1
23262026-08-04T17:45:34.210Z Checking portable-atomic v1.13.1
23272026-08-04T17:45:34.214Z Checking serde v1.0.228
23282026-08-04T17:45:34.232Z Checking bitflags v2.11.0
23292026-08-04T17:45:34.247Z Checking serde_json v1.0.151
23302026-08-04T17:45:34.336Z Checking num-traits v0.2.19
23312026-08-04T17:45:34.347Z Checking futures-channel v0.3.32
23322026-08-04T17:45:34.350Z Checking icu_provider v2.1.1
23332026-08-04T17:45:34.394Z Checking futures-task v0.3.32
23342026-08-04T17:45:34.524Z Checking critical-section v1.2.0
23352026-08-04T17:45:34.537Z Checking futures-io v0.3.32
23362026-08-04T17:45:34.583Z Checking icu_properties v2.1.2
23372026-08-04T17:45:34.601Z Checking bytes v1.11.1
23382026-08-04T17:45:34.619Z Checking icu_normalizer v2.1.1
23392026-08-04T17:45:34.625Z Checking slab v0.4.12
23402026-08-04T17:45:34.645Z Checking once_cell v1.21.3
23412026-08-04T17:45:34.781Z Checking futures-util v0.3.32
23422026-08-04T17:45:34.816Z Checking hashbrown v0.17.0
23432026-08-04T17:45:34.844Z Checking utf8_iter v1.0.4
23442026-08-04T17:45:34.904Z Checking block-buffer v0.10.4
23452026-08-04T17:45:34.966Z Checking crypto-common v0.1.7
23462026-08-04T17:45:34.970Z Checking form_urlencoded v1.2.2
23472026-08-04T17:45:35.039Z Checking digest v0.10.7
23482026-08-04T17:45:35.053Z Checking tokio v1.52.1
23492026-08-04T17:45:35.064Z Checking getrandom v0.3.4
23502026-08-04T17:45:35.095Z Checking byteorder v1.5.0
23512026-08-04T17:45:35.209Z Checking iana-time-zone v0.1.65
23522026-08-04T17:45:35.231Z Checking rand_core v0.9.5
23532026-08-04T17:45:35.293Z Checking indexmap v2.14.0
23542026-08-04T17:45:35.306Z Checking http v1.4.2
23552026-08-04T17:45:35.319Z Checking chrono v0.4.45
23562026-08-04T17:45:35.403Z Checking uuid v1.23.4
23572026-08-04T17:45:35.416Z Checking idna_adapter v1.2.1
23582026-08-04T17:45:35.530Z Checking idna v1.1.0
23592026-08-04T17:45:35.717Z Checking base64 v0.22.1
23602026-08-04T17:45:35.766Z Checking url v2.5.8
23612026-08-04T17:45:35.827Z Checking base64ct v1.8.3
23622026-08-04T17:45:35.847Z Checking ppv-lite86 v0.2.21
23632026-08-04T17:45:35.859Z Checking regex-syntax v0.8.10
23642026-08-04T17:45:35.947Z Checking tracing-core v0.1.36
23652026-08-04T17:45:36.050Z Checking pem-rfc7468 v0.7.0
23662026-08-04T17:45:36.132Z Checking flagset v0.4.7
23672026-08-04T17:45:36.159Z Checking rand_chacha v0.9.0
23682026-08-04T17:45:36.197Z Checking http-body v1.0.1
23692026-08-04T17:45:36.210Z Checking rustls-pki-types v1.14.0
23702026-08-04T17:45:36.249Z Checking der v0.7.10
23712026-08-04T17:45:36.252Z Checking tracing v0.1.44
23722026-08-04T17:45:36.324Z Checking cmov v0.5.4
23732026-08-04T17:45:36.354Z Checking dyn-clone v1.0.20
23742026-08-04T17:45:36.453Z Checking tinyvec_macros v0.1.1
23752026-08-04T17:45:36.466Z Checking openssl-probe v0.2.1
23762026-08-04T17:45:36.489Z Checking rand v0.9.2
23772026-08-04T17:45:36.507Z Checking ctutils v0.4.2
23782026-08-04T17:45:36.519Z Checking tinyvec v1.10.0
23792026-08-04T17:45:36.566Z Checking semver v1.0.28
23802026-08-04T17:45:36.697Z Checking aws-lc-sys v0.40.0
23812026-08-04T17:45:36.713Z Checking tower-layer v0.3.3
23822026-08-04T17:45:36.767Z Checking fnv v1.0.7
23832026-08-04T17:45:36.824Z Checking tower-service v0.3.3
23842026-08-04T17:45:36.856Z Checking atomic-waker v1.1.2
23852026-08-04T17:45:36.861Z Checking try-lock v0.2.5
23862026-08-04T17:45:36.910Z Checking untrusted v0.7.1
23872026-08-04T17:45:36.942Z Checking schemars v0.8.22
23882026-08-04T17:45:36.956Z Checking hybrid-array v0.4.13
23892026-08-04T17:45:36.965Z Checking want v0.3.1
23902026-08-04T17:45:36.977Z Checking spki v0.7.3
23912026-08-04T17:45:37.017Z Checking ipnet v2.11.0
23922026-08-04T17:45:37.083Z Checking httparse v1.10.1
23932026-08-04T17:45:37.134Z Checking aho-corasick v1.1.4
23942026-08-04T17:45:37.148Z Checking plain v0.2.3
23952026-08-04T17:45:37.187Z Checking aws-lc-rs v1.16.3
23962026-08-04T17:45:37.245Z Checking untrusted v0.9.0
23972026-08-04T17:45:37.267Z Checking foreign-types-shared v0.1.1
23982026-08-04T17:45:37.283Z Checking utf8parse v0.2.2
23992026-08-04T17:45:37.347Z Checking httpdate v1.0.3
24002026-08-04T17:45:37.359Z Checking cpufeatures v0.2.17
24012026-08-04T17:45:37.379Z Checking foreign-types v0.3.2
24022026-08-04T17:45:37.423Z Checking pkcs8 v0.10.2
24032026-08-04T17:45:37.445Z Checking unicode-normalization v0.1.25
24042026-08-04T17:45:37.485Z Checking openssl-sys v0.9.115
24052026-08-04T17:45:37.575Z Checking spin v0.9.8
24062026-08-04T17:45:37.590Z Checking anstyle v1.0.14
24072026-08-04T17:45:37.688Z Checking unicode-ident v1.0.24
24082026-08-04T17:45:37.759Z Checking ucd-trie v0.1.7
24092026-08-04T17:45:37.773Z Compiling proptest v1.11.0
24102026-08-04T17:45:37.794Z Checking proc-macro2 v1.0.106
24112026-08-04T17:45:37.809Z Checking regex-automata v0.4.14
24122026-08-04T17:45:37.840Z Checking sha2 v0.10.9
24132026-08-04T17:45:37.853Z Checking openssl v0.10.79
24142026-08-04T17:45:37.884Z Checking pest v2.8.6
24152026-08-04T17:45:38.003Z Checking rustls-webpki v0.103.13
24162026-08-04T17:45:38.091Z Checking hmac v0.12.1
24172026-08-04T17:45:38.114Z Checking rustix v1.1.3
24182026-08-04T17:45:38.223Z Checking thiserror v2.0.18
24192026-08-04T17:45:38.268Z Checking tokio-util v0.7.18
24202026-08-04T17:45:38.324Z Checking sync_wrapper v1.0.2
24212026-08-04T17:45:38.418Z Checking rustls v0.23.41
24222026-08-04T17:45:38.432Z Checking anstyle-query v1.1.5
24232026-08-04T17:45:38.525Z Checking colorchoice v1.0.4
24242026-08-04T17:45:38.622Z Checking powerfmt v0.2.0
24252026-08-04T17:45:38.771Z Checking is_terminal_polyfill v1.70.2
24262026-08-04T17:45:38.863Z Checking siphasher v1.0.2
24272026-08-04T17:45:38.881Z Checking h2 v0.4.15
24282026-08-04T17:45:38.927Z Checking pretty-hex v0.4.1
24292026-08-04T17:45:38.932Z Checking simd-adler32 v0.3.8
24302026-08-04T17:45:39.012Z Checking deranged v0.5.8
24312026-08-04T17:45:39.043Z Checking tower v0.5.3
24322026-08-04T17:45:39.104Z Checking quote v1.0.45
24332026-08-04T17:45:39.275Z Checking http-body-util v0.1.3
24342026-08-04T17:45:39.422Z Checking crossbeam-utils v0.8.21
24352026-08-04T17:45:39.493Z Checking rand_xorshift v0.4.0
24362026-08-04T17:45:39.588Z Checking crc32fast v1.5.0
24372026-08-04T17:45:39.608Z Checking scroll v0.13.0
24382026-08-04T17:45:39.727Z Checking ryu v1.0.23
24392026-08-04T17:45:39.754Z Checking adler2 v2.0.1
24402026-08-04T17:45:39.828Z Checking native-tls v0.2.18
24412026-08-04T17:45:39.841Z Checking unicode-properties v0.1.4
24422026-08-04T17:45:39.859Z Checking allocator-api2 v0.2.21
24432026-08-04T17:45:39.872Z Checking time-core v0.1.8
24442026-08-04T17:45:39.922Z Checking unicode-bidi v0.3.18
24452026-08-04T17:45:40.007Z Checking num_threads v0.1.7
24462026-08-04T17:45:40.027Z Compiling newtype-uuid v1.3.2
24472026-08-04T17:45:40.041Z Checking iri-string v0.7.10
24482026-08-04T17:45:40.091Z Checking unarray v0.1.4
24492026-08-04T17:45:40.166Z Checking num-conv v0.2.0
24502026-08-04T17:45:40.238Z Checking stringprep v0.1.5
24512026-08-04T17:45:40.281Z Checking time v0.3.47
24522026-08-04T17:45:40.358Z Compiling daft v0.1.7
24532026-08-04T17:45:40.394Z Checking tokio-native-tls v0.3.1
24542026-08-04T17:45:40.557Z Checking serde_urlencoded v0.7.1
24552026-08-04T17:45:40.644Z Checking miniz_oxide v0.8.9
24562026-08-04T17:45:40.664Z Checking goblin v0.10.5
24572026-08-04T17:45:40.761Z Checking crossbeam-epoch v0.9.18
24582026-08-04T17:45:40.983Z Checking bstr v1.12.1
24592026-08-04T17:45:41.002Z Checking syn v2.0.117
24602026-08-04T17:45:41.080Z Checking tower-http v0.6.8
24612026-08-04T17:45:41.348Z Checking block-padding v0.4.2
24622026-08-04T17:45:41.382Z Checking block-buffer v0.12.1
24632026-08-04T17:45:41.415Z Checking crypto-common v0.2.2
24642026-08-04T17:45:41.484Z Checking ipnetwork v0.21.1
24652026-08-04T17:45:41.544Z Checking anstyle-parse v1.0.0
24662026-08-04T17:45:41.698Z Checking rustls-native-certs v0.8.3
24672026-08-04T17:45:41.701Z Checking thiserror v1.0.69
24682026-08-04T17:45:41.749Z Checking hyper v1.10.1
24692026-08-04T17:45:41.806Z Checking scroll v0.12.0
24702026-08-04T17:45:41.826Z Checking rand_chacha v0.3.1
24712026-08-04T17:45:41.948Z Checking hash32 v0.2.1
24722026-08-04T17:45:42.020Z Checking zstd-sys v2.0.16+zstd.1.5.7
24732026-08-04T17:45:42.032Z Checking md-5 v0.10.6
24742026-08-04T17:45:42.035Z Checking signature v2.2.0
24752026-08-04T17:45:42.102Z Checking num-integer v0.1.46
24762026-08-04T17:45:42.126Z Checking toml_datetime v0.6.11
24772026-08-04T17:45:42.164Z Checking serde_spanned v0.6.9
24782026-08-04T17:45:42.176Z Checking hex v0.4.3
24792026-08-04T17:45:42.290Z Checking encoding_rs v0.8.35
24802026-08-04T17:45:42.306Z Checking zlib-rs v0.6.2
24812026-08-04T17:45:42.322Z Checking mime v0.3.17
24822026-08-04T17:45:42.397Z Checking fallible-iterator v0.2.0
24832026-08-04T17:45:42.492Z Checking psl-types v2.0.11
24842026-08-04T17:45:42.609Z Checking publicsuffix v2.3.0
24852026-08-04T17:45:42.669Z Checking postgres-protocol v0.6.10
24862026-08-04T17:45:42.686Z Checking hyper-util v0.1.20
24872026-08-04T17:45:42.767Z Checking num-iter v0.1.45
24882026-08-04T17:45:42.880Z Checking zstd-safe v7.2.4
24892026-08-04T17:45:42.981Z Checking heapless v0.7.17
24902026-08-04T17:45:42.998Z Checking dof v0.4.0
24912026-08-04T17:45:43.047Z Checking rand v0.8.6
24922026-08-04T17:45:43.173Z Checking flate2 v1.1.9
24932026-08-04T17:45:43.218Z Checking goblin v0.8.2
24942026-08-04T17:45:43.399Z Checking oxnet v0.1.6
24952026-08-04T17:45:43.463Z Checking anstream v1.0.0
24962026-08-04T17:45:43.475Z Compiling iddqd v0.4.2
24972026-08-04T17:45:43.583Z Checking inout v0.2.2
24982026-08-04T17:45:43.613Z Checking cookie v0.18.1
24992026-08-04T17:45:43.656Z Checking tokio-rustls v0.26.4
25002026-08-04T17:45:43.671Z Checking phf_shared v0.13.1
25012026-08-04T17:45:43.726Z Checking terminal_size v0.4.3
25022026-08-04T17:45:43.840Z Checking dtrace-parser v0.3.0
25032026-08-04T17:45:43.852Z Checking lazy_static v1.5.0
25042026-08-04T17:45:43.862Z Checking anstyle-parse v0.2.7
25052026-08-04T17:45:43.879Z Checking zerocopy v0.7.35
25062026-08-04T17:45:43.935Z Checking pin-project v1.1.11
25072026-08-04T17:45:43.962Z Checking hyper-tls v0.6.0
25082026-08-04T17:45:44.008Z Checking futures-executor v0.3.32
25092026-08-04T17:45:44.028Z Checking bzip2-sys v0.1.13+1.0.8
25102026-08-04T17:45:44.074Z Checking signal-hook v0.3.18
25112026-08-04T17:45:44.111Z Checking ff v0.13.1
25122026-08-04T17:45:44.130Z Checking thread-id v5.1.0
25132026-08-04T17:45:44.153Z Compiling rayon-core v1.13.0
25142026-08-04T17:45:44.210Z Checking foldhash v0.1.5
25152026-08-04T17:45:44.236Z Checking winnow v0.5.40
25162026-08-04T17:45:44.258Z Checking base16ct v0.2.0
25172026-08-04T17:45:44.325Z Checking fastrand v2.3.0
25182026-08-04T17:45:44.340Z Checking same-file v1.0.6
25192026-08-04T17:45:44.368Z Checking managed v0.8.0
25202026-08-04T17:45:44.380Z Checking bitflags v1.3.2
25212026-08-04T17:45:44.450Z Checking either v1.15.0
25222026-08-04T17:45:44.462Z Checking strsim v0.11.1
25232026-08-04T17:45:44.504Z Checking foldhash v0.2.0
25242026-08-04T17:45:44.553Z Checking clap_lex v1.0.0
25252026-08-04T17:45:44.623Z Checking libbz2-rs-sys v0.2.2
25262026-08-04T17:45:44.633Z Checking bumpalo v3.20.2
25272026-08-04T17:45:44.660Z Checking hashbrown v0.16.1
25282026-08-04T17:45:44.711Z Checking clap_builder v4.6.0
25292026-08-04T17:45:44.729Z Checking smoltcp v0.9.1
25302026-08-04T17:45:44.832Z Checking zopfli v0.8.3
25312026-08-04T17:45:45.028Z Checking bzip2 v0.6.1
25322026-08-04T17:45:45.152Z Checking dof v0.3.0
25332026-08-04T17:45:45.177Z Checking tempfile v3.25.0
25342026-08-04T17:45:45.190Z Checking walkdir v2.5.0
25352026-08-04T17:45:45.194Z Checking sec1 v0.7.3
25362026-08-04T17:45:45.342Z Checking hashbrown v0.15.5
25372026-08-04T17:45:45.371Z Checking signal-hook-mio v0.2.5
25382026-08-04T17:45:45.384Z Checking group v0.13.0
25392026-08-04T17:45:45.413Z Checking usdt-impl v0.6.0
25402026-08-04T17:45:45.437Z Checking futures v0.3.32
25412026-08-04T17:45:45.458Z Checking toml_edit v0.19.15
25422026-08-04T17:45:45.472Z Checking reqwest v0.12.28
25432026-08-04T17:45:45.511Z Checking bzip2 v0.4.4
25442026-08-04T17:45:45.526Z Checking snafu v0.8.9
25452026-08-04T17:45:45.679Z Checking anstream v0.6.21
25462026-08-04T17:45:45.698Z Checking hyper-rustls v0.27.7
25472026-08-04T17:45:45.757Z Checking num-bigint-dig v0.8.6
25482026-08-04T17:45:45.813Z Checking phf v0.13.1
25492026-08-04T17:45:45.875Z Checking cookie_store v0.22.1
25502026-08-04T17:45:45.909Z Checking cipher v0.5.2
25512026-08-04T17:45:45.988Z Checking zstd v0.13.3
25522026-08-04T17:45:46.139Z Checking postgres-types v0.2.12
25532026-08-04T17:45:46.171Z Checking ed25519 v2.2.3
25542026-08-04T17:45:46.193Z Checking rustls-platform-verifier v0.6.2
25552026-08-04T17:45:46.206Z Checking dtrace-parser v0.2.0
25562026-08-04T17:45:46.220Z Checking globset v0.4.18
25572026-08-04T17:45:46.330Z Checking crossbeam-deque v0.8.6
25582026-08-04T17:45:46.349Z Checking regex v1.12.3
25592026-08-04T17:45:46.436Z Checking phf_shared v0.11.3
25602026-08-04T17:45:46.451Z Checking hkdf v0.12.4
25612026-08-04T17:45:46.469Z Checking olpc-cjson v0.1.4
25622026-08-04T17:45:46.481Z Checking curve25519-dalek v4.1.3
25632026-08-04T17:45:46.504Z Checking ref-cast v1.0.25
25642026-08-04T17:45:46.567Z Checking strum v0.27.2
25652026-08-04T17:45:46.581Z Checking pkcs1 v0.7.5
25662026-08-04T17:45:46.581Z Checking hubpack v0.1.2
25672026-08-04T17:45:46.604Z Checking memoffset v0.9.1
25682026-08-04T17:45:46.607Z Checking rustix v0.38.44
25692026-08-04T17:45:46.629Z Checking pem v3.0.6
25702026-08-04T17:45:46.673Z Checking float-cmp v0.10.0
25712026-08-04T17:45:46.685Z Checking serde_plain v1.0.2
25722026-08-04T17:45:46.754Z Checking erased-serde v0.3.31
25732026-08-04T17:45:46.776Z Checking serde-big-array v0.5.1
25742026-08-04T17:45:46.780Z Checking crypto-bigint v0.5.5
25752026-08-04T17:45:46.800Z Checking thread-id v4.2.2
25762026-08-04T17:45:46.823Z Checking memmap2 v0.9.10
25772026-08-04T17:45:46.874Z Checking env_filter v1.0.0
25782026-08-04T17:45:46.916Z Checking winnow v1.0.3
25792026-08-04T17:45:46.980Z Checking unicode-segmentation v1.12.0
25802026-08-04T17:45:47.015Z Checking data-encoding v2.10.0
25812026-08-04T17:45:47.134Z Checking typed-path v0.9.3
25822026-08-04T17:45:47.201Z Checking fixedbitset v0.5.7
25832026-08-04T17:45:47.261Z Checking jiff v0.2.21
25842026-08-04T17:45:47.282Z Checking toml_write v0.1.2
25852026-08-04T17:45:47.285Z Checking keccak v0.1.6
25862026-08-04T17:45:47.393Z Checking new_debug_unreachable v1.0.6
25872026-08-04T17:45:47.412Z Checking difflib v0.4.0
25882026-08-04T17:45:47.443Z Checking static_assertions v1.1.0
25892026-08-04T17:45:47.457Z Checking normalize-line-endings v0.3.0
25902026-08-04T17:45:47.461Z Checking whoami v2.1.0
25912026-08-04T17:45:47.510Z Checking winnow v0.7.14
25922026-08-04T17:45:47.543Z Checking cpufeatures v0.3.0
25932026-08-04T17:45:47.590Z Checking const-oid v0.10.2
25942026-08-04T17:45:47.614Z Checking fixedbitset v0.4.2
25952026-08-04T17:45:47.654Z Checking precomputed-hash v0.1.1
25962026-08-04T17:45:47.679Z Checking predicates-core v1.0.10
25972026-08-04T17:45:47.735Z Checking string_cache v0.8.9
25982026-08-04T17:45:47.747Z Checking digest v0.11.3
25992026-08-04T17:45:47.761Z Checking petgraph v0.6.5
26002026-08-04T17:45:47.801Z Checking predicates v3.1.4
26012026-08-04T17:45:47.900Z Checking elliptic-curve v0.13.8
26022026-08-04T17:45:47.920Z Checking tokio-postgres v0.7.16
26032026-08-04T17:45:47.923Z Checking tough v0.22.0
26042026-08-04T17:45:48.098Z Checking chacha20 v0.10.0
26052026-08-04T17:45:48.204Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26062026-08-04T17:45:48.218Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26072026-08-04T17:45:48.348Z Checking sha3 v0.10.8
26082026-08-04T17:45:48.416Z Checking crossterm v0.28.1
26092026-08-04T17:45:48.551Z Checking petgraph v0.8.3
26102026-08-04T17:45:48.714Z Checking toml_edit v0.22.27
26112026-08-04T17:45:48.990Z Checking similar v2.7.0
26122026-08-04T17:45:49.109Z Checking hickory-proto v0.25.2
26132026-08-04T17:45:49.182Z Checking ed25519-dalek v2.2.0
26142026-08-04T17:45:49.370Z Checking toml_parser v1.1.2+spec-1.1.0
26152026-08-04T17:45:49.409Z Checking slog v2.8.2
26162026-08-04T17:45:49.470Z Checking zip v4.6.1
26172026-08-04T17:45:49.668Z Checking env_logger v0.11.9
26182026-08-04T17:45:49.690Z Checking usdt v0.6.0
26192026-08-04T17:45:49.798Z Checking usdt-impl v0.5.0
26202026-08-04T17:45:49.855Z Checking rsa v0.9.10
26212026-08-04T17:45:49.855Z Checking nix v0.31.2
26222026-08-04T17:45:50.085Z Checking toml v0.7.8
26232026-08-04T17:45:50.205Z Checking reqwest v0.13.2
26242026-08-04T17:45:50.338Z Checking clap v4.6.1
26252026-08-04T17:45:50.380Z Checking zip v0.6.6
26262026-08-04T17:45:50.393Z Checking itertools v0.13.0
26272026-08-04T17:45:50.415Z Checking byte-wrapper v0.1.0
26282026-08-04T17:45:50.477Z Checking serde_with v3.21.0
26292026-08-04T17:45:50.625Z Checking strum v0.26.3
26302026-08-04T17:45:50.697Z Checking fs-err v3.3.0
26312026-08-04T17:45:50.739Z Checking ahash v0.8.12
26322026-08-04T17:45:50.866Z Checking object v0.37.3
26332026-08-04T17:45:50.937Z Checking tokio-stream v0.1.18
26342026-08-04T17:45:50.985Z Checking buf-list v1.1.2
26352026-08-04T17:45:50.997Z Checking camino v1.2.2
26362026-08-04T17:45:51.067Z Checking anyhow v1.0.102
26372026-08-04T17:45:51.167Z Checking x509-cert v0.2.5
26382026-08-04T17:45:51.244Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26392026-08-04T17:45:51.266Z Checking openapiv3 v2.2.0
26402026-08-04T17:45:51.303Z Checking lalrpop-util v0.19.12
26412026-08-04T17:45:51.409Z Checking peg-runtime v0.8.5
26422026-08-04T17:45:51.461Z Checking rayon v1.11.0
26432026-08-04T17:45:51.502Z Checking sigpipe v0.1.3
26442026-08-04T17:45:51.552Z Checking glob v0.3.3
26452026-08-04T17:45:53.079Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26462026-08-04T17:45:53.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.30s
26472026-08-04T17:45:53.506Z
26482026-08-04T17:45:53.506Zinfo: running `cargo check --bins` on internal-dns-types (78/305)
26492026-08-04T17:45:53.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26502026-08-04T17:45:53.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26512026-08-04T17:45:53.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26522026-08-04T17:45:53.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26532026-08-04T17:45:54.060Z
26542026-08-04T17:45:54.060Zinfo: running `cargo check --bins` on internal-dns-types-versions (79/305)
26552026-08-04T17:45:54.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26562026-08-04T17:45:54.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26572026-08-04T17:45:54.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26582026-08-04T17:45:54.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26592026-08-04T17:45:54.610Z
26602026-08-04T17:45:54.610Zinfo: running `cargo check --bins` on nexus-types-versions (80/305)
26612026-08-04T17:45:55.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26622026-08-04T17:45:55.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26632026-08-04T17:45:55.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26642026-08-04T17:45:55.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
26652026-08-04T17:45:55.181Z
26662026-08-04T17:45:55.181Zinfo: running `cargo check --bins` on oxql-types (81/305)
26672026-08-04T17:45:55.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26682026-08-04T17:45:55.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26692026-08-04T17:45:55.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26702026-08-04T17:45:55.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
26712026-08-04T17:45:55.739Z
26722026-08-04T17:45:55.739Zinfo: running `cargo check --bins` on oximeter-types (82/305)
26732026-08-04T17:45:56.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26742026-08-04T17:45:56.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26752026-08-04T17:45:56.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26762026-08-04T17:45:56.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26772026-08-04T17:45:56.288Z
26782026-08-04T17:45:56.288Zinfo: running `cargo check --bins` on oximeter-types-versions (83/305)
26792026-08-04T17:45:56.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26802026-08-04T17:45:56.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26812026-08-04T17:45:56.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26822026-08-04T17:45:56.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
26832026-08-04T17:45:56.843Z
26842026-08-04T17:45:56.843Zinfo: running `cargo check --bins` on oximeter-macro-impl (84/305)
26852026-08-04T17:45:57.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26862026-08-04T17:45:57.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26872026-08-04T17:45:57.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26882026-08-04T17:45:57.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26892026-08-04T17:45:57.380Z
26902026-08-04T17:45:57.382Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (85/305)
26912026-08-04T17:45:57.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26922026-08-04T17:45:57.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26932026-08-04T17:45:58.032Z Compiling structmeta-derive v0.3.0
26942026-08-04T17:45:58.148Z Compiling multer v3.1.0
26952026-08-04T17:45:58.159Z Compiling async-stream-impl v0.3.6
26962026-08-04T17:45:58.162Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26972026-08-04T17:45:58.164Z Checking wait-timeout v0.2.1
26982026-08-04T17:45:58.184Z Checking quick-error v1.2.3
26992026-08-04T17:45:58.188Z Checking bit-vec v0.8.0
27002026-08-04T17:45:58.212Z Compiling dropshot v0.17.1
27012026-08-04T17:45:58.278Z Compiling dropshot_endpoint v0.17.1
27022026-08-04T17:45:58.293Z Checking rusty-fork v0.3.1
27032026-08-04T17:45:58.359Z Compiling newtype-uuid-macros v0.1.0
27042026-08-04T17:45:58.378Z Checking bit-set v0.8.0
27052026-08-04T17:45:58.511Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27062026-08-04T17:45:58.522Z Checking thread_local v1.1.9
27072026-08-04T17:45:58.528Z Checking proptest v1.11.0
27082026-08-04T17:45:58.542Z Checking compression-core v0.4.31
27092026-08-04T17:45:58.665Z Checking match_cfg v0.1.0
27102026-08-04T17:45:58.678Z Checking compression-codecs v0.4.37
27112026-08-04T17:45:58.737Z Checking crossbeam-channel v0.5.15
27122026-08-04T17:45:58.748Z Checking hostname v0.3.1
27132026-08-04T17:45:58.846Z Checking atomicwrites v0.4.4
27142026-08-04T17:45:58.856Z Checking slog-json v2.6.1
27152026-08-04T17:45:58.889Z Checking is-terminal v0.4.17
27162026-08-04T17:45:58.961Z Checking serde_spanned v1.1.1
27172026-08-04T17:45:58.979Z Checking toml_datetime v1.1.1+spec-1.1.0
27182026-08-04T17:45:59.015Z Checking toml_writer v1.1.1+spec-1.1.0
27192026-08-04T17:45:59.064Z Checking debug-ignore v1.0.5
27202026-08-04T17:45:59.095Z Checking take_mut v0.2.2
27212026-08-04T17:45:59.108Z Checking term v1.2.1
27222026-08-04T17:45:59.160Z Checking slog-bunyan v2.5.0
27232026-08-04T17:45:59.176Z Compiling structmeta v0.3.0
27242026-08-04T17:45:59.184Z Checking async-compression v0.4.41
27252026-08-04T17:45:59.184Z Checking toml v1.1.2+spec-1.1.0
27262026-08-04T17:45:59.201Z Checking slog-async v2.8.0
27272026-08-04T17:45:59.278Z Checking async-stream v0.3.6
27282026-08-04T17:45:59.323Z Checking slog-term v2.9.2
27292026-08-04T17:45:59.381Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27302026-08-04T17:45:59.395Z Compiling derive-ex v0.1.8
27312026-08-04T17:45:59.405Z Compiling parse-display-derive v0.10.0
27322026-08-04T17:45:59.426Z Checking progenitor-client v0.14.0
27332026-08-04T17:45:59.485Z Checking sha1 v0.11.0
27342026-08-04T17:45:59.582Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27352026-08-04T17:45:59.670Z Checking waitgroup v0.1.2
27362026-08-04T17:45:59.717Z Checking rustls-pemfile v2.2.0
27372026-08-04T17:45:59.764Z Checking backon v1.6.0
27382026-08-04T17:45:59.769Z Checking serde_path_to_error v0.1.20
27392026-08-04T17:45:59.856Z Checking hostname v0.4.2
27402026-08-04T17:45:59.870Z Checking instant v0.1.13
27412026-08-04T17:45:59.951Z Checking backoff v0.4.0
27422026-08-04T17:46:00.019Z Checking progenitor-extras v0.2.0
27432026-08-04T17:46:00.146Z Checking itertools v0.14.0
27442026-08-04T17:46:00.161Z Checking regress v0.10.5
27452026-08-04T17:46:00.340Z Checking newtype-uuid v1.3.2
27462026-08-04T17:46:00.377Z Checking macaddr v1.0.1
27472026-08-04T17:46:00.550Z Checking daft v0.1.7
27482026-08-04T17:46:00.596Z Checking humantime v2.3.0
27492026-08-04T17:46:00.794Z Checking iddqd v0.4.2
27502026-08-04T17:46:00.846Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27512026-08-04T17:46:01.076Z Compiling test-strategy v0.4.5
27522026-08-04T17:46:01.089Z Checking parse-display v0.10.0
27532026-08-04T17:46:01.709Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27542026-08-04T17:46:01.787Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27552026-08-04T17:46:02.015Z Compiling prettyplease v0.2.37
27562026-08-04T17:46:02.250Z Checking num-rational v0.4.2
27572026-08-04T17:46:02.473Z Checking num-complex v0.4.6
27582026-08-04T17:46:02.518Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27592026-08-04T17:46:02.903Z Compiling num v0.4.3
27602026-08-04T17:46:02.918Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27612026-08-04T17:46:03.048Z Compiling usdt-macro v0.5.0
27622026-08-04T17:46:03.066Z Compiling usdt-attr-macro v0.5.0
27632026-08-04T17:46:03.142Z Checking memmap v0.7.0
27642026-08-04T17:46:03.275Z Checking float-ord v0.3.2
27652026-08-04T17:46:03.377Z Checking unicode-width v0.2.0
27662026-08-04T17:46:03.450Z Compiling convert_case v0.4.0
27672026-08-04T17:46:03.622Z Checking console v0.15.11
27682026-08-04T17:46:03.785Z Checking newline-converter v0.3.0
27692026-08-04T17:46:03.815Z Compiling derive_more v0.99.20
27702026-08-04T17:46:03.846Z Checking usdt v0.5.0
27712026-08-04T17:46:03.893Z Compiling toml v0.8.23
27722026-08-04T17:46:03.896Z Checking linked-hash-map v0.5.6
27732026-08-04T17:46:04.014Z Compiling minimal-lexical v0.2.1
27742026-08-04T17:46:04.071Z Checking lru-cache v0.1.2
27752026-08-04T17:46:04.190Z Checking expectorate v1.2.0
27762026-08-04T17:46:04.265Z Compiling nom v7.1.3
27772026-08-04T17:46:04.625Z Checking camino-tempfile v1.4.1
27782026-08-04T17:46:04.805Z Checking hickory-proto v0.24.4
27792026-08-04T17:46:04.817Z Checking phf_shared v0.12.1
27802026-08-04T17:46:04.828Z Compiling slog-dtrace v0.3.0
27812026-08-04T17:46:04.952Z Checking resolv-conf v0.7.6
27822026-08-04T17:46:05.178Z Compiling chrono-tz v0.10.4
27832026-08-04T17:46:05.352Z Checking heck v0.5.0
27842026-08-04T17:46:05.377Z Compiling unicode-xid v0.2.6
27852026-08-04T17:46:05.511Z Compiling const_format_proc_macros v0.2.34
27862026-08-04T17:46:05.550Z Checking phf v0.12.1
27872026-08-04T17:46:05.660Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27882026-08-04T17:46:05.695Z Checking tokio-dtrace v0.1.1
27892026-08-04T17:46:05.892Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27902026-08-04T17:46:06.023Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27912026-08-04T17:46:06.140Z Compiling derive-where v1.6.0
27922026-08-04T17:46:06.430Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27932026-08-04T17:46:06.435Z Checking highway v1.3.0
27942026-08-04T17:46:06.646Z Checking hickory-resolver v0.24.4
27952026-08-04T17:46:06.678Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27962026-08-04T17:46:07.163Z Checking const_format v0.2.35
27972026-08-04T17:46:07.398Z Checking oxide-tokio-rt v0.1.4
27982026-08-04T17:46:07.448Z Checking qorb v0.4.1
27992026-08-04T17:46:07.544Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28002026-08-04T17:46:07.591Z Checking gethostname v0.5.0
28012026-08-04T17:46:07.625Z Checking bcs v0.1.6
28022026-08-04T17:46:07.679Z Checking termtree v0.5.1
28032026-08-04T17:46:07.787Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28042026-08-04T17:46:07.787Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28052026-08-04T17:46:07.943Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28062026-08-04T17:46:10.941Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28072026-08-04T17:46:13.431Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28082026-08-04T17:46:15.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.17s
28092026-08-04T17:46:15.732Z
28102026-08-04T17:46:15.732Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (86/305)
28112026-08-04T17:46:16.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28122026-08-04T17:46:16.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28132026-08-04T17:46:16.417Z Compiling ar_archive_writer v0.5.1
28142026-08-04T17:46:16.498Z Compiling stacker v0.1.23
28152026-08-04T17:46:16.503Z Compiling cfg_aliases v0.1.1
28162026-08-04T17:46:16.509Z Compiling convert_case v0.10.0
28172026-08-04T17:46:16.512Z Checking unicode-width v0.1.14
28182026-08-04T17:46:16.533Z Compiling proc-macro-error v1.0.4
28192026-08-04T17:46:16.569Z Checking fd-lock v4.0.4
28202026-08-04T17:46:16.569Z Checking nibble_vec v0.1.0
28212026-08-04T17:46:16.583Z Compiling nix v0.28.0
28222026-08-04T17:46:16.656Z Compiling recursive-proc-macro-impl v0.1.1
28232026-08-04T17:46:16.661Z Checking vte v0.14.1
28242026-08-04T17:46:16.757Z Checking bytecount v0.6.9
28252026-08-04T17:46:16.773Z Checking endian-type v0.1.2
28262026-08-04T17:46:16.787Z Compiling derive_more-impl v2.1.1
28272026-08-04T17:46:16.804Z Checking strip-ansi-escapes v0.2.1
28282026-08-04T17:46:16.822Z Compiling tabled_derive v0.7.0
28292026-08-04T17:46:16.845Z Checking papergrid v0.11.0
28302026-08-04T17:46:17.519Z Checking radix_trie v0.2.1
28312026-08-04T17:46:17.553Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28322026-08-04T17:46:17.553Z Compiling peg-macros v0.8.5
28332026-08-04T17:46:17.553Z Compiling sqlparser_derive v0.5.0
28342026-08-04T17:46:17.553Z Compiling psm v0.1.30
28352026-08-04T17:46:17.553Z Checking winnow v0.6.26
28362026-08-04T17:46:17.553Z Checking home v0.5.12
28372026-08-04T17:46:17.576Z Checking unicode_categories v0.1.1
28382026-08-04T17:46:17.589Z Checking derive_more v2.1.1
28392026-08-04T17:46:17.689Z Checking nu-ansi-term v0.50.3
28402026-08-04T17:46:17.696Z Checking crossterm v0.29.0
28412026-08-04T17:46:17.764Z Checking tabled v0.15.0
28422026-08-04T17:46:17.861Z Checking rustyline v14.0.0
28432026-08-04T17:46:17.893Z Checking reedline v0.40.0
28442026-08-04T17:46:17.904Z Checking display-error-chain v0.2.2
28452026-08-04T17:46:18.117Z Checking recursive v0.1.1
28462026-08-04T17:46:18.202Z Checking sqlparser v0.61.0
28472026-08-04T17:46:18.315Z Checking peg v0.8.5
28482026-08-04T17:46:18.482Z Checking sqlformat v0.3.5
28492026-08-04T17:46:29.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.62s
28502026-08-04T17:46:29.533Z
28512026-08-04T17:46:29.533Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (87/305)
28522026-08-04T17:46:30.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532026-08-04T17:46:30.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542026-08-04T17:46:30.182Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28552026-08-04T17:46:33.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s
28562026-08-04T17:46:33.826Z
28572026-08-04T17:46:33.827Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (88/305)
28582026-08-04T17:46:34.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592026-08-04T17:46:34.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602026-08-04T17:46:34.484Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28612026-08-04T17:46:36.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s
28622026-08-04T17:46:37.117Z
28632026-08-04T17:46:37.118Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (89/305)
28642026-08-04T17:46:37.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652026-08-04T17:46:37.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662026-08-04T17:46:37.817Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28672026-08-04T17:46:41.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.86s
28682026-08-04T17:46:42.137Z
28692026-08-04T17:46:42.137Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (90/305)
28702026-08-04T17:46:42.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712026-08-04T17:46:42.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722026-08-04T17:46:42.137Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28732026-08-04T17:46:45.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.91s
28742026-08-04T17:46:45.251Z
28752026-08-04T17:46:45.251Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (91/305)
28762026-08-04T17:46:45.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28772026-08-04T17:46:45.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28782026-08-04T17:46:45.899Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28792026-08-04T17:46:48.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
28802026-08-04T17:46:48.667Z
28812026-08-04T17:46:48.667Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (92/305)
28822026-08-04T17:46:49.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28832026-08-04T17:46:49.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28842026-08-04T17:46:49.305Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28852026-08-04T17:46:51.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
28862026-08-04T17:46:52.108Z
28872026-08-04T17:46:52.108Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (93/305)
28882026-08-04T17:46:52.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28892026-08-04T17:46:52.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28902026-08-04T17:46:52.902Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28912026-08-04T17:46:56.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
28922026-08-04T17:46:56.353Z
28932026-08-04T17:46:56.353Zinfo: running `cargo check --bins` on oximeter (94/305)
28942026-08-04T17:46:56.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952026-08-04T17:46:56.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962026-08-04T17:46:56.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28972026-08-04T17:46:56.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
28982026-08-04T17:46:56.906Z
28992026-08-04T17:46:56.906Zinfo: running `cargo check --bins` on oximeter-schema (95/305)
29002026-08-04T17:46:57.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29012026-08-04T17:46:57.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29022026-08-04T17:46:57.519Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
29032026-08-04T17:46:57.677Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
29042026-08-04T17:46:57.687Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
29052026-08-04T17:46:58.016Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29062026-08-04T17:47:01.529Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
29072026-08-04T17:47:01.670Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29082026-08-04T17:47:01.875Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29092026-08-04T17:47:02.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.62s
29102026-08-04T17:47:02.695Z
29112026-08-04T17:47:02.695Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (96/305)
29122026-08-04T17:47:03.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132026-08-04T17:47:03.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142026-08-04T17:47:03.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29152026-08-04T17:47:03.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
29162026-08-04T17:47:03.248Z
29172026-08-04T17:47:03.249Zinfo: running `cargo check --bins` on oximeter-test-utils (97/305)
29182026-08-04T17:47:03.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192026-08-04T17:47:03.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202026-08-04T17:47:03.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29212026-08-04T17:47:03.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29222026-08-04T17:47:03.861Z
29232026-08-04T17:47:03.861Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (98/305)
29242026-08-04T17:47:04.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252026-08-04T17:47:04.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262026-08-04T17:47:04.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29272026-08-04T17:47:04.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29282026-08-04T17:47:04.501Z
29292026-08-04T17:47:04.502Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (99/305)
29302026-08-04T17:47:04.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312026-08-04T17:47:04.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322026-08-04T17:47:04.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29332026-08-04T17:47:04.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29342026-08-04T17:47:04.958Z
29352026-08-04T17:47:04.958Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (100/305)
29362026-08-04T17:47:05.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29372026-08-04T17:47:05.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29382026-08-04T17:47:05.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29392026-08-04T17:47:05.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29402026-08-04T17:47:05.704Z
29412026-08-04T17:47:05.704Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (101/305)
29422026-08-04T17:47:05.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29432026-08-04T17:47:05.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29442026-08-04T17:47:05.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29452026-08-04T17:47:05.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
29462026-08-04T17:47:06.062Z
29472026-08-04T17:47:06.062Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/305)
29482026-08-04T17:47:06.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29492026-08-04T17:47:06.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29502026-08-04T17:47:06.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29512026-08-04T17:47:06.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29522026-08-04T17:47:06.614Z
29532026-08-04T17:47:06.614Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/305)
29542026-08-04T17:47:08.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29552026-08-04T17:47:08.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29562026-08-04T17:47:08.372Z Compiling crucible-workspace-hack v0.1.0
29572026-08-04T17:47:08.372Z Compiling itertools v0.15.0
29582026-08-04T17:47:08.372Z Checking secrecy v0.10.3
29592026-08-04T17:47:08.372Z Compiling heapless v0.8.0
29602026-08-04T17:47:08.372Z Compiling toml_datetime v0.7.5+spec-1.1.0
29612026-08-04T17:47:08.372Z Checking hash32 v0.3.1
29622026-08-04T17:47:08.372Z Checking inout v0.1.4
29632026-08-04T17:47:08.372Z Compiling smoltcp v0.11.0
29642026-08-04T17:47:08.372Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29652026-08-04T17:47:08.372Z Compiling toml_edit v0.23.10+spec-1.0.0
29662026-08-04T17:47:08.372Z Checking cipher v0.4.4
29672026-08-04T17:47:08.372Z Checking cobs v0.3.0
29682026-08-04T17:47:08.372Z Checking universal-hash v0.5.1
29692026-08-04T17:47:08.372Z Compiling thiserror-impl-no-std v2.0.2
29702026-08-04T17:47:08.372Z Checking half v2.7.1
29712026-08-04T17:47:08.372Z Checking opaque-debug v0.3.1
29722026-08-04T17:47:08.372Z Checking ciborium-io v0.2.2
29732026-08-04T17:47:08.372Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29742026-08-04T17:47:08.372Z Checking poly1305 v0.8.0
29752026-08-04T17:47:08.372Z Checking postcard v1.1.3
29762026-08-04T17:47:08.372Z Checking ciborium-ll v0.2.2
29772026-08-04T17:47:08.372Z Checking chacha20 v0.9.1
29782026-08-04T17:47:08.372Z Compiling proc-macro-crate v3.4.0
29792026-08-04T17:47:08.372Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29802026-08-04T17:47:08.372Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29812026-08-04T17:47:08.372Z Checking password-hash v0.5.0
29822026-08-04T17:47:08.478Z Checking blake2 v0.10.6
29832026-08-04T17:47:08.500Z Compiling proc-macro-crate v1.3.1
29842026-08-04T17:47:08.597Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29852026-08-04T17:47:08.648Z Checking aead v0.5.2
29862026-08-04T17:47:08.667Z Compiling num_enum_derive v0.7.6
29872026-08-04T17:47:08.679Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
29882026-08-04T17:47:08.750Z Compiling ingot-macros v0.2.0
29892026-08-04T17:47:08.769Z Compiling foreign-types-macros v0.2.3
29902026-08-04T17:47:08.819Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
29912026-08-04T17:47:08.874Z Checking foreign-types-shared v0.3.1
29922026-08-04T17:47:08.906Z Compiling num_enum_derive v0.5.11
29932026-08-04T17:47:08.918Z Checking thiserror-no-std v2.0.2
29942026-08-04T17:47:08.977Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29952026-08-04T17:47:08.983Z Checking vsss-rs v3.3.4
29962026-08-04T17:47:09.057Z Checking chacha20poly1305 v0.10.1
29972026-08-04T17:47:09.174Z Checking argon2 v0.5.3
29982026-08-04T17:47:09.315Z Checking foreign-types v0.5.0
29992026-08-04T17:47:09.391Z Checking ciborium v0.2.2
30002026-08-04T17:47:09.645Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30012026-08-04T17:47:09.661Z Checking tabwriter v1.4.1
30022026-08-04T17:47:09.774Z Checking num_enum v0.7.6
30032026-08-04T17:47:09.779Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30042026-08-04T17:47:09.801Z Checking cstr-argument v0.1.2
30052026-08-04T17:47:09.804Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30062026-08-04T17:47:09.828Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30072026-08-04T17:47:09.899Z Checking num_enum v0.5.11
30082026-08-04T17:47:09.919Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30092026-08-04T17:47:10.040Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30102026-08-04T17:47:10.065Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30112026-08-04T17:47:10.097Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30122026-08-04T17:47:10.130Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30132026-08-04T17:47:10.215Z Checking rand v0.10.1
30142026-08-04T17:47:10.228Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30152026-08-04T17:47:10.266Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30162026-08-04T17:47:10.300Z Checking indent_write v2.2.0
30172026-08-04T17:47:10.332Z Checking colored v3.1.1
30182026-08-04T17:47:10.436Z Compiling zone_cfg_derive v0.3.1
30192026-08-04T17:47:10.460Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30202026-08-04T17:47:10.561Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30212026-08-04T17:47:10.569Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30222026-08-04T17:47:10.570Z Checking itertools v0.12.1
30232026-08-04T17:47:10.667Z Compiling num-derive v0.4.2
30242026-08-04T17:47:10.718Z Checking swrite v0.1.0
30252026-08-04T17:47:10.731Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30262026-08-04T17:47:10.815Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30272026-08-04T17:47:10.930Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30282026-08-04T17:47:11.083Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30292026-08-04T17:47:11.098Z Checking dropshot-api-manager-types v0.7.2
30302026-08-04T17:47:11.117Z Checking smf v0.2.3
30312026-08-04T17:47:11.191Z Checking nanorand v0.7.0
30322026-08-04T17:47:11.241Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30332026-08-04T17:47:11.259Z Checking whoami v1.6.1
30342026-08-04T17:47:11.344Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30352026-08-04T17:47:11.395Z Checking flume v0.11.1
30362026-08-04T17:47:11.617Z Checking ingot-types v0.2.0
30372026-08-04T17:47:11.624Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30382026-08-04T17:47:11.624Z Checking zone v0.3.1
30392026-08-04T17:47:11.870Z Checking ingot v0.2.1
30402026-08-04T17:47:13.273Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30412026-08-04T17:47:14.252Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30422026-08-04T17:47:15.615Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30432026-08-04T17:47:17.593Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30442026-08-04T17:47:19.648Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30452026-08-04T17:47:20.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.15s
30462026-08-04T17:47:20.948Z
30472026-08-04T17:47:20.949Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/305)
30482026-08-04T17:47:21.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30492026-08-04T17:47:21.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30502026-08-04T17:47:21.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30512026-08-04T17:47:21.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30522026-08-04T17:47:21.499Z
30532026-08-04T17:47:21.499Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/305)
30542026-08-04T17:47:21.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30552026-08-04T17:47:21.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30562026-08-04T17:47:21.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30572026-08-04T17:47:21.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30582026-08-04T17:47:22.054Z
30592026-08-04T17:47:22.054Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (106/305)
30602026-08-04T17:47:22.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612026-08-04T17:47:22.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622026-08-04T17:47:22.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30632026-08-04T17:47:22.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30642026-08-04T17:47:22.621Z
30652026-08-04T17:47:22.621Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (107/305)
30662026-08-04T17:47:23.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672026-08-04T17:47:23.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682026-08-04T17:47:23.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30692026-08-04T17:47:23.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30702026-08-04T17:47:23.171Z
30712026-08-04T17:47:23.172Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (108/305)
30722026-08-04T17:47:23.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30732026-08-04T17:47:23.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30742026-08-04T17:47:23.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30752026-08-04T17:47:23.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30762026-08-04T17:47:23.725Z
30772026-08-04T17:47:23.725Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (109/305)
30782026-08-04T17:47:24.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792026-08-04T17:47:24.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802026-08-04T17:47:24.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30812026-08-04T17:47:24.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30822026-08-04T17:47:24.278Z
30832026-08-04T17:47:24.278Zinfo: running `cargo check --bins` on cockroach-admin-client (110/305)
30842026-08-04T17:47:24.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30852026-08-04T17:47:24.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30862026-08-04T17:47:24.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30872026-08-04T17:47:24.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30882026-08-04T17:47:24.813Z
30892026-08-04T17:47:24.814Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (111/305)
30902026-08-04T17:47:25.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30912026-08-04T17:47:25.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30922026-08-04T17:47:25.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30932026-08-04T17:47:25.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30942026-08-04T17:47:25.369Z
30952026-08-04T17:47:25.369Zinfo: running `cargo check --bins` on dns-service-client (112/305)
30962026-08-04T17:47:25.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30972026-08-04T17:47:25.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30982026-08-04T17:47:25.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30992026-08-04T17:47:25.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31002026-08-04T17:47:25.926Z
31012026-08-04T17:47:25.926Zinfo: running `cargo check --bins` on installinator-client (113/305)
31022026-08-04T17:47:26.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31032026-08-04T17:47:26.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31042026-08-04T17:47:26.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31052026-08-04T17:47:26.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31062026-08-04T17:47:26.468Z
31072026-08-04T17:47:26.468Zinfo: running `cargo check --bins` on nexus-client (114/305)
31082026-08-04T17:47:26.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092026-08-04T17:47:26.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102026-08-04T17:47:26.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31112026-08-04T17:47:26.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31122026-08-04T17:47:27.055Z
31132026-08-04T17:47:27.055Zinfo: running `cargo check --bins` on nexus-lockstep-client (115/305)
31142026-08-04T17:47:27.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31152026-08-04T17:47:27.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31162026-08-04T17:47:27.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31172026-08-04T17:47:27.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31182026-08-04T17:47:27.636Z
31192026-08-04T17:47:27.636Zinfo: running `cargo check --bins` on ntp-admin-client (116/305)
31202026-08-04T17:47:28.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31212026-08-04T17:47:28.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31222026-08-04T17:47:28.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31232026-08-04T17:47:28.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31242026-08-04T17:47:28.172Z
31252026-08-04T17:47:28.172Zinfo: running `cargo check --bins` on oxide-client (117/305)
31262026-08-04T17:47:28.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31272026-08-04T17:47:28.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31282026-08-04T17:47:28.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31292026-08-04T17:47:28.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31302026-08-04T17:47:28.710Z
31312026-08-04T17:47:28.711Zinfo: running `cargo check --bins` on oximeter-client (118/305)
31322026-08-04T17:47:29.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31332026-08-04T17:47:29.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31342026-08-04T17:47:29.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31352026-08-04T17:47:29.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31362026-08-04T17:47:29.259Z
31372026-08-04T17:47:29.260Zinfo: running `cargo check --bins` on repo-depot-client (119/305)
31382026-08-04T17:47:29.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392026-08-04T17:47:29.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402026-08-04T17:47:29.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31412026-08-04T17:47:29.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31422026-08-04T17:47:29.794Z
31432026-08-04T17:47:29.794Zinfo: running `cargo check --bins` on sled-agent-client (120/305)
31442026-08-04T17:47:30.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31452026-08-04T17:47:30.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31462026-08-04T17:47:30.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31472026-08-04T17:47:30.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31482026-08-04T17:47:30.352Z
31492026-08-04T17:47:30.352Zinfo: running `cargo check --bins` on wicketd-client (121/305)
31502026-08-04T17:47:30.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31512026-08-04T17:47:30.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31522026-08-04T17:47:30.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31532026-08-04T17:47:30.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31542026-08-04T17:47:30.925Z
31552026-08-04T17:47:30.925Zinfo: running `cargo check --bins` on installinator-common (122/305)
31562026-08-04T17:47:31.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31572026-08-04T17:47:31.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31582026-08-04T17:47:31.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31592026-08-04T17:47:31.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31602026-08-04T17:47:31.490Z
31612026-08-04T17:47:31.490Zinfo: running `cargo check --bins` on installinator-common-versions (123/305)
31622026-08-04T17:47:31.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31632026-08-04T17:47:31.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31642026-08-04T17:47:31.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31652026-08-04T17:47:31.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31662026-08-04T17:47:32.026Z
31672026-08-04T17:47:32.026Zinfo: running `cargo check --bins` on wicket-common (124/305)
31682026-08-04T17:47:32.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31692026-08-04T17:47:32.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31702026-08-04T17:47:32.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31712026-08-04T17:47:32.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31722026-08-04T17:47:32.590Z
31732026-08-04T17:47:32.591Zinfo: running `cargo check --bins` on wicketd-commission-types (125/305)
31742026-08-04T17:47:33.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31752026-08-04T17:47:33.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31762026-08-04T17:47:33.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31772026-08-04T17:47:33.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31782026-08-04T17:47:33.142Z
31792026-08-04T17:47:33.142Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (126/305)
31802026-08-04T17:47:33.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31812026-08-04T17:47:33.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31822026-08-04T17:47:33.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31832026-08-04T17:47:33.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31842026-08-04T17:47:33.698Z
31852026-08-04T17:47:33.699Zinfo: running `cargo check --bins` on wicketd-commission-client (127/305)
31862026-08-04T17:47:34.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31872026-08-04T17:47:34.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31882026-08-04T17:47:34.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31892026-08-04T17:47:34.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31902026-08-04T17:47:34.253Z
31912026-08-04T17:47:34.253Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/305)
31922026-08-04T17:47:34.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31932026-08-04T17:47:34.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31942026-08-04T17:47:34.908Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31952026-08-04T17:47:35.023Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31962026-08-04T17:47:35.030Z Checking csv-core v0.1.13
31972026-08-04T17:47:35.037Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31982026-08-04T17:47:35.044Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31992026-08-04T17:47:35.047Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32002026-08-04T17:47:35.064Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32012026-08-04T17:47:35.075Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32022026-08-04T17:47:35.184Z Checking csv v1.4.0
32032026-08-04T17:47:35.227Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32042026-08-04T17:47:35.239Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32052026-08-04T17:47:35.263Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32062026-08-04T17:47:35.280Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32072026-08-04T17:47:35.520Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32082026-08-04T17:47:35.913Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32092026-08-04T17:47:35.917Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32102026-08-04T17:47:36.267Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32112026-08-04T17:47:42.329Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32122026-08-04T17:47:42.866Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32132026-08-04T17:47:45.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.99s
32142026-08-04T17:47:45.427Z
32152026-08-04T17:47:45.427Zinfo: running `cargo check --bins` on cockroach-admin-api (129/305)
32162026-08-04T17:47:45.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32172026-08-04T17:47:45.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32182026-08-04T17:47:45.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32192026-08-04T17:47:45.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
32202026-08-04T17:47:45.976Z
32212026-08-04T17:47:45.976Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/305)
32222026-08-04T17:47:46.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32232026-08-04T17:47:46.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32242026-08-04T17:47:46.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32252026-08-04T17:47:46.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32262026-08-04T17:47:46.610Z
32272026-08-04T17:47:46.610Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/305)
32282026-08-04T17:47:47.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32292026-08-04T17:47:47.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32302026-08-04T17:47:47.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32312026-08-04T17:47:47.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32322026-08-04T17:47:47.239Z
32332026-08-04T17:47:47.239Zinfo: running `cargo check --bins` on gateway-test-utils (132/305)
32342026-08-04T17:47:47.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32352026-08-04T17:47:47.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32362026-08-04T17:47:47.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32372026-08-04T17:47:47.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32382026-08-04T17:47:47.839Z
32392026-08-04T17:47:47.840Zinfo: running `cargo check --bins` on omicron-gateway (133/305)
32402026-08-04T17:47:48.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32412026-08-04T17:47:48.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32422026-08-04T17:47:48.573Z Compiling regress v0.11.1
32432026-08-04T17:47:48.703Z Compiling unsafe-libyaml v0.2.11
32442026-08-04T17:47:48.713Z Compiling radium v0.7.0
32452026-08-04T17:47:48.722Z Compiling semver v0.1.20
32462026-08-04T17:47:48.736Z Checking nom v8.0.0
32472026-08-04T17:47:48.739Z Checking tap v1.0.1
32482026-08-04T17:47:48.760Z Compiling maybe-uninit v2.0.0
32492026-08-04T17:47:48.846Z Checking wyz v0.5.1
32502026-08-04T17:47:48.973Z Compiling rustc_version v0.1.7
32512026-08-04T17:47:49.030Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32522026-08-04T17:47:49.063Z Compiling zerocopy-derive v0.6.6
32532026-08-04T17:47:49.164Z Compiling packed_struct v0.10.1
32542026-08-04T17:47:49.182Z Compiling newtype_derive v0.1.6
32552026-08-04T17:47:49.366Z Compiling serde_yaml v0.9.34+deprecated
32562026-08-04T17:47:49.408Z Checking crc-catalog v2.4.0
32572026-08-04T17:47:49.422Z Compiling cancel-safe-futures v0.1.5
32582026-08-04T17:47:49.499Z Checking funty v2.0.0
32592026-08-04T17:47:49.640Z Checking crc v3.4.0
32602026-08-04T17:47:49.817Z Checking bitvec v1.0.1
32612026-08-04T17:47:49.882Z Checking zerocopy v0.6.6
32622026-08-04T17:47:49.969Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32632026-08-04T17:47:50.142Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32642026-08-04T17:47:50.163Z Checking typify-impl v0.6.2
32652026-08-04T17:47:50.177Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32662026-08-04T17:47:50.544Z Compiling packed_struct_codegen v0.10.1
32672026-08-04T17:47:50.662Z Compiling bitfield-macros v0.19.4
32682026-08-04T17:47:50.717Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32692026-08-04T17:47:50.792Z Compiling indexmap v1.9.3
32702026-08-04T17:47:50.985Z Checking nodrop v0.1.14
32712026-08-04T17:47:51.080Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32722026-08-04T17:47:51.136Z Compiling owo-colors v4.3.0
32732026-08-04T17:47:51.152Z Checking array-init v0.0.4
32742026-08-04T17:47:51.330Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32752026-08-04T17:47:51.373Z Checking bitfield v0.19.4
32762026-08-04T17:47:51.449Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32772026-08-04T17:47:51.500Z Checking smallvec v0.6.14
32782026-08-04T17:47:51.638Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32792026-08-04T17:47:51.722Z Checking oxide-update-engine-types v0.1.2
32802026-08-04T17:47:51.737Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32812026-08-04T17:47:51.848Z Checking unicode-linebreak v0.1.5
32822026-08-04T17:47:51.920Z Checking tagptr v0.2.0
32832026-08-04T17:47:52.048Z Checking smawk v0.3.2
32842026-08-04T17:47:52.062Z Checking hashbrown v0.12.3
32852026-08-04T17:47:52.066Z Checking linear-map v1.2.0
32862026-08-04T17:47:52.178Z Checking base64 v0.21.7
32872026-08-04T17:47:52.197Z Checking textwrap v0.16.2
32882026-08-04T17:47:52.243Z Checking moka v0.12.13
32892026-08-04T17:47:52.408Z Checking ron v0.8.1
32902026-08-04T17:47:52.411Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32912026-08-04T17:47:52.595Z Checking steno v0.4.1
32922026-08-04T17:47:52.612Z Checking oxide-update-engine v0.1.2
32932026-08-04T17:47:52.644Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32942026-08-04T17:47:52.779Z Checking serde-hex v0.1.0
32952026-08-04T17:47:52.917Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32962026-08-04T17:47:53.042Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32972026-08-04T17:47:53.076Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32982026-08-04T17:47:53.424Z Checking hashbrown v0.13.2
32992026-08-04T17:47:53.589Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33002026-08-04T17:47:53.797Z Checking crc-any v2.5.0
33012026-08-04T17:47:53.839Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33022026-08-04T17:47:53.850Z Checking object v0.30.4
33032026-08-04T17:47:53.871Z Checking hickory-resolver v0.25.2
33042026-08-04T17:47:53.955Z Checking sha1 v0.10.6
33052026-08-04T17:47:53.980Z Checking void v1.0.2
33062026-08-04T17:47:54.078Z Checking utf-8 v0.7.6
33072026-08-04T17:47:54.122Z Checking path-slash v0.1.5
33082026-08-04T17:47:54.212Z Checking half v1.8.3
33092026-08-04T17:47:54.226Z Checking tungstenite v0.23.0
33102026-08-04T17:47:54.256Z Checking lzss v0.8.2
33112026-08-04T17:47:54.405Z Checking serde_cbor v0.11.2
33122026-08-04T17:47:54.557Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33132026-08-04T17:47:54.607Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33142026-08-04T17:47:54.658Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33152026-08-04T17:47:54.690Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33162026-08-04T17:47:54.748Z Checking nix v0.27.1
33172026-08-04T17:47:54.809Z Checking kstat-rs v0.2.4
33182026-08-04T17:47:54.866Z Checking fxhash v0.2.1
33192026-08-04T17:47:54.936Z Checking serde_bytes v0.11.19
33202026-08-04T17:47:55.022Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33212026-08-04T17:47:55.022Z Checking tokio-tungstenite v0.23.1
33222026-08-04T17:47:55.027Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33232026-08-04T17:47:55.027Z Compiling typify-macro v0.6.2
33242026-08-04T17:47:55.080Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33252026-08-04T17:47:55.265Z Checking signal-hook-tokio v0.3.1
33262026-08-04T17:47:55.675Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33272026-08-04T17:47:56.236Z Compiling typify v0.6.2
33282026-08-04T17:47:56.321Z Compiling progenitor-impl v0.14.0
33292026-08-04T17:47:56.572Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33302026-08-04T17:47:56.874Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33312026-08-04T17:47:57.780Z Compiling progenitor-macro v0.14.0
33322026-08-04T17:48:00.140Z Checking progenitor v0.14.0
33332026-08-04T17:48:00.266Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33342026-08-04T17:48:00.273Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33352026-08-04T17:48:02.927Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33362026-08-04T17:48:11.166Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33372026-08-04T17:48:17.814Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33382026-08-04T17:48:19.179Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33392026-08-04T17:48:19.689Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33402026-08-04T17:48:21.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.94s
33412026-08-04T17:48:21.977Z
33422026-08-04T17:48:21.978Zinfo: running `cargo check --bins` on gateway-api (134/305)
33432026-08-04T17:48:22.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33442026-08-04T17:48:22.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33452026-08-04T17:48:22.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33462026-08-04T17:48:22.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33472026-08-04T17:48:22.525Z
33482026-08-04T17:48:22.525Zinfo: running `cargo check --bins` on ipcc (135/305)
33492026-08-04T17:48:22.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33502026-08-04T17:48:22.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33512026-08-04T17:48:22.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33522026-08-04T17:48:22.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33532026-08-04T17:48:23.074Z
33542026-08-04T17:48:23.075Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/305)
33552026-08-04T17:48:23.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33562026-08-04T17:48:23.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33572026-08-04T17:48:23.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33582026-08-04T17:48:23.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33592026-08-04T17:48:23.606Z
33602026-08-04T17:48:23.606Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/305)
33612026-08-04T17:48:24.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33622026-08-04T17:48:24.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33632026-08-04T17:48:24.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33642026-08-04T17:48:24.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33652026-08-04T17:48:24.194Z
33662026-08-04T17:48:24.194Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/305)
33672026-08-04T17:48:24.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33682026-08-04T17:48:24.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33692026-08-04T17:48:24.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33702026-08-04T17:48:24.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33712026-08-04T17:48:24.752Z
33722026-08-04T17:48:24.752Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/305)
33732026-08-04T17:48:25.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33742026-08-04T17:48:25.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33752026-08-04T17:48:25.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33762026-08-04T17:48:25.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33772026-08-04T17:48:25.379Z
33782026-08-04T17:48:25.379Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/305)
33792026-08-04T17:48:25.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33802026-08-04T17:48:25.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33812026-08-04T17:48:25.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33822026-08-04T17:48:25.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33832026-08-04T17:48:25.838Z
33842026-08-04T17:48:25.838Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/305)
33852026-08-04T17:48:26.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33862026-08-04T17:48:26.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33872026-08-04T17:48:26.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33882026-08-04T17:48:26.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33892026-08-04T17:48:26.394Z
33902026-08-04T17:48:26.394Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/305)
33912026-08-04T17:48:26.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33922026-08-04T17:48:26.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33932026-08-04T17:48:26.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33942026-08-04T17:48:26.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33952026-08-04T17:48:26.942Z
33962026-08-04T17:48:26.942Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/305)
33972026-08-04T17:48:27.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33982026-08-04T17:48:27.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33992026-08-04T17:48:27.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34002026-08-04T17:48:27.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34012026-08-04T17:48:27.494Z
34022026-08-04T17:48:27.494Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/305)
34032026-08-04T17:48:27.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34042026-08-04T17:48:27.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34052026-08-04T17:48:27.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34062026-08-04T17:48:27.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34072026-08-04T17:48:28.045Z
34082026-08-04T17:48:28.045Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/305)
34092026-08-04T17:48:28.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34102026-08-04T17:48:28.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34112026-08-04T17:48:28.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34122026-08-04T17:48:28.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34132026-08-04T17:48:28.592Z
34142026-08-04T17:48:28.592Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/305)
34152026-08-04T17:48:29.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34162026-08-04T17:48:29.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34172026-08-04T17:48:29.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34182026-08-04T17:48:29.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34192026-08-04T17:48:29.144Z
34202026-08-04T17:48:29.144Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/305)
34212026-08-04T17:48:29.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34222026-08-04T17:48:29.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34232026-08-04T17:48:29.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34242026-08-04T17:48:29.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34252026-08-04T17:48:29.700Z
34262026-08-04T17:48:29.700Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/305)
34272026-08-04T17:48:30.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34282026-08-04T17:48:30.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34292026-08-04T17:48:30.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34302026-08-04T17:48:30.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34312026-08-04T17:48:30.264Z
34322026-08-04T17:48:30.264Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/305)
34332026-08-04T17:48:30.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34342026-08-04T17:48:30.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34352026-08-04T17:48:30.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34362026-08-04T17:48:30.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34372026-08-04T17:48:30.836Z
34382026-08-04T17:48:30.836Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/305)
34392026-08-04T17:48:31.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34402026-08-04T17:48:31.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34412026-08-04T17:48:31.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34422026-08-04T17:48:31.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34432026-08-04T17:48:31.407Z
34442026-08-04T17:48:31.407Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/305)
34452026-08-04T17:48:31.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34462026-08-04T17:48:31.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34472026-08-04T17:48:31.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34482026-08-04T17:48:31.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34492026-08-04T17:48:31.977Z
34502026-08-04T17:48:31.977Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/305)
34512026-08-04T17:48:32.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34522026-08-04T17:48:32.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34532026-08-04T17:48:32.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34542026-08-04T17:48:32.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34552026-08-04T17:48:32.546Z
34562026-08-04T17:48:32.546Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/305)
34572026-08-04T17:48:33.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34582026-08-04T17:48:33.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34592026-08-04T17:48:33.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34602026-08-04T17:48:33.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34612026-08-04T17:48:33.117Z
34622026-08-04T17:48:33.117Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/305)
34632026-08-04T17:48:33.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34642026-08-04T17:48:33.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34652026-08-04T17:48:33.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34662026-08-04T17:48:33.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34672026-08-04T17:48:33.684Z
34682026-08-04T17:48:33.684Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/305)
34692026-08-04T17:48:34.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34702026-08-04T17:48:34.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34712026-08-04T17:48:34.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34722026-08-04T17:48:34.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34732026-08-04T17:48:34.251Z
34742026-08-04T17:48:34.252Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/305)
34752026-08-04T17:48:34.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34762026-08-04T17:48:34.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34772026-08-04T17:48:34.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34782026-08-04T17:48:34.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34792026-08-04T17:48:34.824Z
34802026-08-04T17:48:34.824Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/305)
34812026-08-04T17:48:35.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34822026-08-04T17:48:35.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34832026-08-04T17:48:35.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34842026-08-04T17:48:35.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34852026-08-04T17:48:35.395Z
34862026-08-04T17:48:35.395Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/305)
34872026-08-04T17:48:35.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34882026-08-04T17:48:35.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34892026-08-04T17:48:35.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34902026-08-04T17:48:35.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34912026-08-04T17:48:35.951Z
34922026-08-04T17:48:35.951Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/305)
34932026-08-04T17:48:36.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34942026-08-04T17:48:36.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34952026-08-04T17:48:36.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34962026-08-04T17:48:36.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34972026-08-04T17:48:36.496Z
34982026-08-04T17:48:36.496Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/305)
34992026-08-04T17:48:36.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35002026-08-04T17:48:36.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35012026-08-04T17:48:36.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35022026-08-04T17:48:36.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35032026-08-04T17:48:37.048Z
35042026-08-04T17:48:37.048Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/305)
35052026-08-04T17:48:37.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35062026-08-04T17:48:37.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35072026-08-04T17:48:37.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35082026-08-04T17:48:37.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35092026-08-04T17:48:37.597Z
35102026-08-04T17:48:37.597Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/305)
35112026-08-04T17:48:38.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35122026-08-04T17:48:38.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35132026-08-04T17:48:38.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35142026-08-04T17:48:38.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35152026-08-04T17:48:38.148Z
35162026-08-04T17:48:38.148Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/305)
35172026-08-04T17:48:38.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35182026-08-04T17:48:38.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35192026-08-04T17:48:38.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35202026-08-04T17:48:38.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35212026-08-04T17:48:38.715Z
35222026-08-04T17:48:38.715Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/305)
35232026-08-04T17:48:39.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35242026-08-04T17:48:39.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35252026-08-04T17:48:39.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35262026-08-04T17:48:39.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35272026-08-04T17:48:39.249Z
35282026-08-04T17:48:39.250Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/305)
35292026-08-04T17:48:39.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35302026-08-04T17:48:39.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35312026-08-04T17:48:39.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35322026-08-04T17:48:39.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35332026-08-04T17:48:39.804Z
35342026-08-04T17:48:39.804Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/305)
35352026-08-04T17:48:40.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35362026-08-04T17:48:40.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35372026-08-04T17:48:40.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35382026-08-04T17:48:40.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35392026-08-04T17:48:40.380Z
35402026-08-04T17:48:40.381Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/305)
35412026-08-04T17:48:40.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35422026-08-04T17:48:40.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35432026-08-04T17:48:40.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35442026-08-04T17:48:40.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35452026-08-04T17:48:40.943Z
35462026-08-04T17:48:40.944Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/305)
35472026-08-04T17:48:41.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35482026-08-04T17:48:41.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35492026-08-04T17:48:41.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35502026-08-04T17:48:41.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35512026-08-04T17:48:41.512Z
35522026-08-04T17:48:41.512Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/305)
35532026-08-04T17:48:41.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35542026-08-04T17:48:41.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35552026-08-04T17:48:41.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35562026-08-04T17:48:41.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35572026-08-04T17:48:42.082Z
35582026-08-04T17:48:42.082Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/305)
35592026-08-04T17:48:42.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35602026-08-04T17:48:42.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35612026-08-04T17:48:42.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35622026-08-04T17:48:42.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35632026-08-04T17:48:42.653Z
35642026-08-04T17:48:42.653Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/305)
35652026-08-04T17:48:43.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35662026-08-04T17:48:43.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35672026-08-04T17:48:43.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35682026-08-04T17:48:43.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35692026-08-04T17:48:43.220Z
35702026-08-04T17:48:43.220Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/305)
35712026-08-04T17:48:43.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35722026-08-04T17:48:43.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35732026-08-04T17:48:43.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35742026-08-04T17:48:43.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35752026-08-04T17:48:43.789Z
35762026-08-04T17:48:43.789Zinfo: running `cargo check --bins` on oximeter-producer (173/305)
35772026-08-04T17:48:44.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35782026-08-04T17:48:44.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35792026-08-04T17:48:44.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35802026-08-04T17:48:44.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35812026-08-04T17:48:44.380Z
35822026-08-04T17:48:44.380Zinfo: running `cargo check --bins` on internal-dns-resolver (174/305)
35832026-08-04T17:48:44.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35842026-08-04T17:48:44.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35852026-08-04T17:48:44.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35862026-08-04T17:48:44.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35872026-08-04T17:48:44.934Z
35882026-08-04T17:48:44.934Zinfo: running `cargo check --bins` on dns-server (175/305)
35892026-08-04T17:48:45.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35902026-08-04T17:48:45.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35912026-08-04T17:48:45.552Z Compiling parking_lot_core v0.8.6
35922026-08-04T17:48:45.555Z Compiling git-stub v1.0.0
35932026-08-04T17:48:45.555Z Checking prefix-trie v0.7.0
35942026-08-04T17:48:45.555Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35952026-08-04T17:48:45.780Z Compiling git-stub-vcs v0.1.0
35962026-08-04T17:48:45.940Z Checking hickory-server v0.25.2
35972026-08-04T17:48:46.053Z Checking parking_lot v0.11.2
35982026-08-04T17:48:46.084Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35992026-08-04T17:48:46.119Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
36002026-08-04T17:48:46.122Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36012026-08-04T17:48:46.232Z Checking sled v0.34.7
36022026-08-04T17:48:48.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
36032026-08-04T17:48:48.269Z
36042026-08-04T17:48:48.269Zinfo: running `cargo check --bins` on dns-server-api (176/305)
36052026-08-04T17:48:48.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36062026-08-04T17:48:48.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36072026-08-04T17:48:48.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36082026-08-04T17:48:48.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36092026-08-04T17:48:48.823Z
36102026-08-04T17:48:48.823Zinfo: running `cargo check --bins` on oximeter-producer-api (177/305)
36112026-08-04T17:48:49.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36122026-08-04T17:48:49.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36132026-08-04T17:48:49.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36142026-08-04T17:48:49.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36152026-08-04T17:48:49.380Z
36162026-08-04T17:48:49.380Zinfo: running `cargo check --bins` on sp-sim (178/305)
36172026-08-04T17:48:49.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36182026-08-04T17:48:49.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36192026-08-04T17:48:50.081Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36202026-08-04T17:48:51.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s
36212026-08-04T17:48:52.031Z
36222026-08-04T17:48:52.031Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/305)
36232026-08-04T17:48:52.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36242026-08-04T17:48:52.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36252026-08-04T17:48:52.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36262026-08-04T17:48:52.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36272026-08-04T17:48:52.640Z
36282026-08-04T17:48:52.640Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/305)
36292026-08-04T17:48:53.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36302026-08-04T17:48:53.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36312026-08-04T17:48:53.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36322026-08-04T17:48:53.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36332026-08-04T17:48:53.255Z
36342026-08-04T17:48:53.255Zinfo: running `cargo check --bins` on db-macros (181/305)
36352026-08-04T17:48:53.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36362026-08-04T17:48:53.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36372026-08-04T17:48:53.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36382026-08-04T17:48:53.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36392026-08-04T17:48:53.800Z
36402026-08-04T17:48:53.800Zinfo: running `cargo check --bins` on nexus-macros-common (182/305)
36412026-08-04T17:48:54.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36422026-08-04T17:48:54.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36432026-08-04T17:48:54.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36442026-08-04T17:48:54.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36452026-08-04T17:48:54.344Z
36462026-08-04T17:48:54.344Zinfo: running `cargo check --bins` on nexus-auth (183/305)
36472026-08-04T17:48:54.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36482026-08-04T17:48:54.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36492026-08-04T17:48:54.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36502026-08-04T17:48:54.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36512026-08-04T17:48:54.956Z
36522026-08-04T17:48:54.956Zinfo: running `cargo check --bins` on authz-macros (184/305)
36532026-08-04T17:48:55.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36542026-08-04T17:48:55.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36552026-08-04T17:48:55.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36562026-08-04T17:48:55.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36572026-08-04T17:48:55.507Z
36582026-08-04T17:48:55.507Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/305)
36592026-08-04T17:48:56.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36602026-08-04T17:48:56.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36612026-08-04T17:48:56.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36622026-08-04T17:48:56.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36632026-08-04T17:48:56.104Z
36642026-08-04T17:48:56.104Zinfo: running `cargo check --bins` on nexus-db-model (186/305)
36652026-08-04T17:48:56.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36662026-08-04T17:48:56.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36672026-08-04T17:48:56.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36682026-08-04T17:48:56.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36692026-08-04T17:48:56.707Z
36702026-08-04T17:48:56.707Zinfo: running `cargo check --bins` on nexus-db-schema (187/305)
36712026-08-04T17:48:57.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36722026-08-04T17:48:57.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36732026-08-04T17:48:57.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36742026-08-04T17:48:57.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36752026-08-04T17:48:57.253Z
36762026-08-04T17:48:57.253Zinfo: running `cargo check --bins` on omicron-rpaths (188/305)
36772026-08-04T17:48:57.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36782026-08-04T17:48:57.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36792026-08-04T17:48:57.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36802026-08-04T17:48:57.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36812026-08-04T17:48:57.794Z
36822026-08-04T17:48:57.794Zinfo: running `cargo check --bins` on nexus-defaults (189/305)
36832026-08-04T17:48:58.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36842026-08-04T17:48:58.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36852026-08-04T17:48:58.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36862026-08-04T17:48:58.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36872026-08-04T17:48:58.349Z
36882026-08-04T17:48:58.349Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/305)
36892026-08-04T17:48:58.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36902026-08-04T17:48:58.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36912026-08-04T17:48:58.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36922026-08-04T17:48:58.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36932026-08-04T17:48:58.902Z
36942026-08-04T17:48:58.902Zinfo: running `cargo check --bins` on parallel-task-set (191/305)
36952026-08-04T17:48:59.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36962026-08-04T17:48:59.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36972026-08-04T17:48:59.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36982026-08-04T17:48:59.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36992026-08-04T17:48:59.440Z
37002026-08-04T17:48:59.440Zinfo: running `cargo check --bins` on omicron-git-version (192/305)
37012026-08-04T17:48:59.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37022026-08-04T17:48:59.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37032026-08-04T17:48:59.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37042026-08-04T17:48:59.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37052026-08-04T17:48:59.977Z
37062026-08-04T17:48:59.977Zinfo: running `cargo check --bins` on nexus-db-errors (193/305)
37072026-08-04T17:49:00.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37082026-08-04T17:49:00.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37092026-08-04T17:49:00.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37102026-08-04T17:49:00.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37112026-08-04T17:49:00.588Z
37122026-08-04T17:49:00.588Zinfo: running `cargo check --bins` on nexus-db-lookup (194/305)
37132026-08-04T17:49:01.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37142026-08-04T17:49:01.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37152026-08-04T17:49:01.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37162026-08-04T17:49:01.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37172026-08-04T17:49:01.202Z
37182026-08-04T17:49:01.202Zinfo: running `cargo check --bins` on nexus-inventory (195/305)
37192026-08-04T17:49:01.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37202026-08-04T17:49:01.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37212026-08-04T17:49:01.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37222026-08-04T17:49:01.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37232026-08-04T17:49:01.801Z
37242026-08-04T17:49:01.802Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/305)
37252026-08-04T17:49:02.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37262026-08-04T17:49:02.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37272026-08-04T17:49:02.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37282026-08-04T17:49:02.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37292026-08-04T17:49:02.385Z
37302026-08-04T17:49:02.385Zinfo: running `cargo check --bins --no-default-features` on sled-storage (197/305)
37312026-08-04T17:49:02.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37322026-08-04T17:49:02.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37332026-08-04T17:49:02.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37342026-08-04T17:49:02.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37352026-08-04T17:49:02.952Z
37362026-08-04T17:49:02.952Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/305)
37372026-08-04T17:49:03.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37382026-08-04T17:49:03.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37392026-08-04T17:49:03.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37402026-08-04T17:49:03.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37412026-08-04T17:49:03.530Z
37422026-08-04T17:49:03.530Zinfo: running `cargo check --bins` on key-manager (199/305)
37432026-08-04T17:49:03.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37442026-08-04T17:49:04.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37452026-08-04T17:49:04.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37462026-08-04T17:49:04.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37472026-08-04T17:49:04.079Z
37482026-08-04T17:49:04.079Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (200/305)
37492026-08-04T17:49:04.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37502026-08-04T17:49:04.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37512026-08-04T17:49:04.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37522026-08-04T17:49:04.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37532026-08-04T17:49:04.660Z
37542026-08-04T17:49:04.660Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/305)
37552026-08-04T17:49:05.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37562026-08-04T17:49:05.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37572026-08-04T17:49:05.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37582026-08-04T17:49:05.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37592026-08-04T17:49:05.229Z
37602026-08-04T17:49:05.229Zinfo: running `cargo check --bins` on typed-rng (202/305)
37612026-08-04T17:49:05.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37622026-08-04T17:49:05.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37632026-08-04T17:49:05.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37642026-08-04T17:49:05.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37652026-08-04T17:49:05.768Z
37662026-08-04T17:49:05.769Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/305)
37672026-08-04T17:49:06.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37682026-08-04T17:49:06.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37692026-08-04T17:49:06.580Z Compiling libefi-sys v0.1.0
37702026-08-04T17:49:06.583Z Compiling bitfield-struct v0.6.2
37712026-08-04T17:49:06.734Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37722026-08-04T17:49:06.738Z Compiling xshell-macros v0.2.7
37732026-08-04T17:49:06.744Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37742026-08-04T17:49:06.752Z Compiling salty v0.3.0
37752026-08-04T17:49:06.767Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37762026-08-04T17:49:06.783Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37772026-08-04T17:49:06.783Z Checking rfc6979 v0.4.0
37782026-08-04T17:49:06.903Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37792026-08-04T17:49:06.929Z Checking ecdsa v0.16.9
37802026-08-04T17:49:07.053Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37812026-08-04T17:49:07.071Z Checking primeorder v0.13.6
37822026-08-04T17:49:07.092Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37832026-08-04T17:49:07.113Z Checking xshell v0.2.7
37842026-08-04T17:49:07.196Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37852026-08-04T17:49:07.255Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
37862026-08-04T17:49:07.263Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
37872026-08-04T17:49:07.298Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
37882026-08-04T17:49:07.346Z Checking p384 v0.13.1
37892026-08-04T17:49:07.347Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37902026-08-04T17:49:07.417Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37912026-08-04T17:49:07.439Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37922026-08-04T17:49:07.481Z Compiling proc-macro-error-attr2 v2.0.0
37932026-08-04T17:49:07.555Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37942026-08-04T17:49:07.580Z Checking corncobs v0.1.4
37952026-08-04T17:49:07.620Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
37962026-08-04T17:49:07.635Z Checking tungstenite v0.21.0
37972026-08-04T17:49:07.696Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37982026-08-04T17:49:07.732Z Checking secrecy v0.8.0
37992026-08-04T17:49:07.777Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38002026-08-04T17:49:07.785Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
38012026-08-04T17:49:07.825Z Checking papergrid v0.17.0
38022026-08-04T17:49:07.847Z Checking libscf-sys v1.2.0
38032026-08-04T17:49:07.861Z Compiling proc-macro-error2 v2.0.1
38042026-08-04T17:49:07.900Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38052026-08-04T17:49:07.946Z Compiling progenitor-impl v0.13.0
38062026-08-04T17:49:07.971Z Checking testing_table v0.3.0
38072026-08-04T17:49:08.054Z Checking tokio-tungstenite v0.21.0
38082026-08-04T17:49:08.064Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38092026-08-04T17:49:08.163Z Compiling tabled_derive v0.11.0
38102026-08-04T17:49:08.321Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38112026-08-04T17:49:08.474Z Compiling unicase v2.9.0
38122026-08-04T17:49:08.515Z Compiling illumos-nvpair-sys v0.2.0
38132026-08-04T17:49:08.642Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38142026-08-04T17:49:08.656Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38152026-08-04T17:49:08.671Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
38162026-08-04T17:49:08.690Z Compiling mime_guess v2.0.5
38172026-08-04T17:49:08.815Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38182026-08-04T17:49:08.858Z Checking progenitor-client v0.13.0
38192026-08-04T17:49:08.988Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38202026-08-04T17:49:09.109Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38212026-08-04T17:49:09.244Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38222026-08-04T17:49:09.292Z Checking tabled v0.20.0
38232026-08-04T17:49:09.321Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38242026-08-04T17:49:09.355Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38252026-08-04T17:49:09.592Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38262026-08-04T17:49:09.612Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38272026-08-04T17:49:09.680Z Checking filetime v0.2.27
38282026-08-04T17:49:09.771Z Checking http-range v0.1.5
38292026-08-04T17:49:09.816Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38302026-08-04T17:49:09.831Z Checking xattr v1.6.1
38312026-08-04T17:49:09.911Z Checking crc8 v0.1.1
38322026-08-04T17:49:10.028Z Checking tar v0.4.46
38332026-08-04T17:49:10.073Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38342026-08-04T17:49:10.093Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38352026-08-04T17:49:10.257Z Checking illumos-nvpair v0.3.0
38362026-08-04T17:49:10.429Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38372026-08-04T17:49:10.486Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38382026-08-04T17:49:10.517Z Compiling progenitor-macro v0.13.0
38392026-08-04T17:49:10.553Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38402026-08-04T17:49:10.568Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38412026-08-04T17:49:10.765Z Checking atty v0.2.14
38422026-08-04T17:49:10.820Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38432026-08-04T17:49:10.875Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38442026-08-04T17:49:10.998Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38452026-08-04T17:49:11.137Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38462026-08-04T17:49:11.152Z Checking hyper-staticfile v0.10.1
38472026-08-04T17:49:11.313Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38482026-08-04T17:49:11.339Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38492026-08-04T17:49:11.441Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38502026-08-04T17:49:11.463Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
38512026-08-04T17:49:11.504Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38522026-08-04T17:49:11.681Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38532026-08-04T17:49:11.757Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38542026-08-04T17:49:11.807Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38552026-08-04T17:49:12.102Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38562026-08-04T17:49:12.139Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
38572026-08-04T17:49:13.439Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38582026-08-04T17:49:13.930Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38592026-08-04T17:49:14.298Z Checking progenitor v0.13.0
38602026-08-04T17:49:14.343Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38612026-08-04T17:49:14.432Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38622026-08-04T17:49:15.388Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
38632026-08-04T17:49:15.963Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
38642026-08-04T17:49:16.440Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38652026-08-04T17:49:19.775Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38662026-08-04T17:49:30.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.88s
38672026-08-04T17:49:30.661Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38682026-08-04T17:49:30.662Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38692026-08-04T17:49:30.866Z
38702026-08-04T17:49:30.866Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/305)
38712026-08-04T17:49:31.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38722026-08-04T17:49:31.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38732026-08-04T17:49:31.618Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38742026-08-04T17:49:42.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.27s
38752026-08-04T17:49:42.144Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38762026-08-04T17:49:42.144Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38772026-08-04T17:49:42.336Z
38782026-08-04T17:49:42.336Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/305)
38792026-08-04T17:49:42.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38802026-08-04T17:49:42.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38812026-08-04T17:49:43.089Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38822026-08-04T17:49:53.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s
38832026-08-04T17:49:53.695Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38842026-08-04T17:49:53.695Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38852026-08-04T17:49:53.894Z
38862026-08-04T17:49:53.894Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/305)
38872026-08-04T17:49:54.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38882026-08-04T17:49:54.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38892026-08-04T17:49:54.644Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38902026-08-04T17:50:05.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.26s
38912026-08-04T17:50:05.168Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38922026-08-04T17:50:05.168Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38932026-08-04T17:50:05.359Z
38942026-08-04T17:50:05.359Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/305)
38952026-08-04T17:50:05.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38962026-08-04T17:50:05.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38972026-08-04T17:50:06.111Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38982026-08-04T17:50:16.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.31s
38992026-08-04T17:50:16.677Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39002026-08-04T17:50:16.677Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39012026-08-04T17:50:16.871Z
39022026-08-04T17:50:16.871Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/305)
39032026-08-04T17:50:17.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39042026-08-04T17:50:17.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39052026-08-04T17:50:17.615Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39062026-08-04T17:50:28.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.30s
39072026-08-04T17:50:28.186Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39082026-08-04T17:50:28.186Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39092026-08-04T17:50:28.380Z
39102026-08-04T17:50:28.380Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/305)
39112026-08-04T17:50:28.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39122026-08-04T17:50:28.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39132026-08-04T17:50:29.126Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39142026-08-04T17:50:39.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.27s
39152026-08-04T17:50:39.664Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39162026-08-04T17:50:39.665Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39172026-08-04T17:50:39.862Z
39182026-08-04T17:50:39.862Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/305)
39192026-08-04T17:50:40.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39202026-08-04T17:50:40.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39212026-08-04T17:50:40.613Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39222026-08-04T17:50:51.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.32s
39232026-08-04T17:50:51.197Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39242026-08-04T17:50:51.197Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39252026-08-04T17:50:51.394Z
39262026-08-04T17:50:51.394Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/305)
39272026-08-04T17:50:51.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39282026-08-04T17:50:51.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39292026-08-04T17:50:51.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39302026-08-04T17:50:51.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39312026-08-04T17:50:51.950Z
39322026-08-04T17:50:51.950Zinfo: running `cargo check --bins` on range-requests (212/305)
39332026-08-04T17:50:52.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39342026-08-04T17:50:52.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39352026-08-04T17:50:52.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39362026-08-04T17:50:52.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39372026-08-04T17:50:52.494Z
39382026-08-04T17:50:52.494Zinfo: running `cargo check --bins` on repo-depot-api (213/305)
39392026-08-04T17:50:52.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39402026-08-04T17:50:52.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39412026-08-04T17:50:52.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39422026-08-04T17:50:52.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39432026-08-04T17:50:53.041Z
39442026-08-04T17:50:53.041Zinfo: running `cargo check --bins` on sled-agent-api (214/305)
39452026-08-04T17:50:53.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39462026-08-04T17:50:53.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39472026-08-04T17:50:53.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39482026-08-04T17:50:53.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39492026-08-04T17:50:53.614Z
39502026-08-04T17:50:53.614Zinfo: running `cargo check --bins` on sled-diagnostics (215/305)
39512026-08-04T17:50:54.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39522026-08-04T17:50:54.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39532026-08-04T17:50:54.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39542026-08-04T17:50:54.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39552026-08-04T17:50:54.187Z
39562026-08-04T17:50:54.187Zinfo: running `cargo check --bins` on zfs-test-harness (216/305)
39572026-08-04T17:50:54.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39582026-08-04T17:50:54.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39592026-08-04T17:50:54.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39602026-08-04T17:50:54.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39612026-08-04T17:50:54.770Z
39622026-08-04T17:50:54.770Zinfo: running `cargo check --bins` on sled-agent-bootstrap-common (217/305)
39632026-08-04T17:50:55.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39642026-08-04T17:50:55.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39652026-08-04T17:50:55.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39662026-08-04T17:50:55.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39672026-08-04T17:50:55.348Z
39682026-08-04T17:50:55.348Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (218/305)
39692026-08-04T17:50:55.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39702026-08-04T17:50:55.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39712026-08-04T17:50:55.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39722026-08-04T17:50:55.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39732026-08-04T17:50:55.932Z
39742026-08-04T17:50:55.932Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (219/305)
39752026-08-04T17:50:56.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39762026-08-04T17:50:56.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39772026-08-04T17:50:56.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39782026-08-04T17:50:56.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39792026-08-04T17:50:56.513Z
39802026-08-04T17:50:56.514Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (220/305)
39812026-08-04T17:50:57.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39822026-08-04T17:50:57.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39832026-08-04T17:50:57.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39842026-08-04T17:50:57.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39852026-08-04T17:50:57.094Z
39862026-08-04T17:50:57.094Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (221/305)
39872026-08-04T17:50:57.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39882026-08-04T17:50:57.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39892026-08-04T17:50:57.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39902026-08-04T17:50:57.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39912026-08-04T17:50:57.681Z
39922026-08-04T17:50:57.681Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (222/305)
39932026-08-04T17:50:58.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39942026-08-04T17:50:58.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39952026-08-04T17:50:58.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39962026-08-04T17:50:58.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39972026-08-04T17:50:58.261Z
39982026-08-04T17:50:58.261Zinfo: running `cargo check --bins` on trust-quorum (223/305)
39992026-08-04T17:50:58.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40002026-08-04T17:50:58.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40012026-08-04T17:50:58.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40022026-08-04T17:50:58.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40032026-08-04T17:50:58.849Z
40042026-08-04T17:50:58.850Zinfo: running `cargo check --bins` on sled-agent-early-networking (224/305)
40052026-08-04T17:50:59.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40062026-08-04T17:50:59.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40072026-08-04T17:50:59.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40082026-08-04T17:50:59.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40092026-08-04T17:50:59.433Z
40102026-08-04T17:50:59.433Zinfo: running `cargo check --bins` on sled-agent-health-monitor (225/305)
40112026-08-04T17:50:59.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40122026-08-04T17:50:59.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40132026-08-04T17:50:59.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40142026-08-04T17:50:59.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40152026-08-04T17:51:00.020Z
40162026-08-04T17:51:00.020Zinfo: running `cargo check --bins` on sled-agent-multirack-join (226/305)
40172026-08-04T17:51:00.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40182026-08-04T17:51:00.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40192026-08-04T17:51:00.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40202026-08-04T17:51:00.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40212026-08-04T17:51:00.630Z
40222026-08-04T17:51:00.630Zinfo: running `cargo check --bins` on sled-agent-rack-setup (227/305)
40232026-08-04T17:51:01.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40242026-08-04T17:51:01.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40252026-08-04T17:51:01.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40262026-08-04T17:51:01.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40272026-08-04T17:51:01.236Z
40282026-08-04T17:51:01.236Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (228/305)
40292026-08-04T17:51:01.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40302026-08-04T17:51:01.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40312026-08-04T17:51:01.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40322026-08-04T17:51:01.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40332026-08-04T17:51:01.838Z
40342026-08-04T17:51:01.838Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (229/305)
40352026-08-04T17:51:02.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40362026-08-04T17:51:02.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40372026-08-04T17:51:02.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40382026-08-04T17:51:02.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40392026-08-04T17:51:02.453Z
40402026-08-04T17:51:02.453Zinfo: running `cargo check --bins` on update-common (230/305)
40412026-08-04T17:51:02.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40422026-08-04T17:51:02.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40432026-08-04T17:51:02.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40442026-08-04T17:51:02.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40452026-08-04T17:51:03.024Z
40462026-08-04T17:51:03.024Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (231/305)
40472026-08-04T17:51:03.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40482026-08-04T17:51:03.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40492026-08-04T17:51:03.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40502026-08-04T17:51:03.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40512026-08-04T17:51:03.643Z
40522026-08-04T17:51:03.643Zinfo: running `cargo check --bins` on omicron-deployment-graph (232/305)
40532026-08-04T17:51:04.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40542026-08-04T17:51:04.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40552026-08-04T17:51:04.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40562026-08-04T17:51:04.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40572026-08-04T17:51:04.186Z
40582026-08-04T17:51:04.186Zinfo: running `cargo check --bins` on reconfigurator-cli (233/305)
40592026-08-04T17:51:04.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40602026-08-04T17:51:04.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40612026-08-04T17:51:04.939Z Compiling fs-err v2.11.0
40622026-08-04T17:51:04.943Z Checking ignore v0.4.25
40632026-08-04T17:51:04.943Z Checking arc-swap v1.8.2
40642026-08-04T17:51:05.076Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40652026-08-04T17:51:05.076Z Checking predicates-tree v1.0.13
40662026-08-04T17:51:05.083Z Checking parse-size v1.1.0
40672026-08-04T17:51:05.105Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40682026-08-04T17:51:05.108Z Checking rand_seeder v0.4.0
40692026-08-04T17:51:05.180Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40702026-08-04T17:51:05.202Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40712026-08-04T17:51:05.251Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40722026-08-04T17:51:05.266Z Checking slog-scope v4.4.1
40732026-08-04T17:51:05.301Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40742026-08-04T17:51:05.389Z Checking slog-stdlog v4.1.1
40752026-08-04T17:51:05.403Z Compiling petname v2.0.2
40762026-08-04T17:51:05.416Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40772026-08-04T17:51:05.440Z Checking globwalk v0.9.1
40782026-08-04T17:51:05.480Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
40792026-08-04T17:51:05.506Z Checking slog-envlogger v2.2.0
40802026-08-04T17:51:05.613Z Checking camino-tempfile-ext v0.3.3
40812026-08-04T17:51:05.651Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40822026-08-04T17:51:05.700Z Checking sapling-renderdag v0.1.0
40832026-08-04T17:51:05.805Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40842026-08-04T17:51:05.834Z Checking subprocess v0.2.15
40852026-08-04T17:51:05.931Z Checking sync-ptr v0.1.4
40862026-08-04T17:51:06.042Z Checking colored v2.2.0
40872026-08-04T17:51:06.055Z Checking assert_matches v1.5.0
40882026-08-04T17:51:06.112Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40892026-08-04T17:51:06.275Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40902026-08-04T17:51:06.275Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
40912026-08-04T17:51:07.003Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40922026-08-04T17:51:08.311Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40932026-08-04T17:51:10.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.32s
40942026-08-04T17:51:10.709Z
40952026-08-04T17:51:10.709Zinfo: running `cargo check --bins` on omicron-repl-utils (234/305)
40962026-08-04T17:51:11.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40972026-08-04T17:51:11.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40982026-08-04T17:51:11.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40992026-08-04T17:51:11.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
41002026-08-04T17:51:11.249Z
41012026-08-04T17:51:11.250Zinfo: running `cargo check --bins` on transient-dns-server (235/305)
41022026-08-04T17:51:11.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41032026-08-04T17:51:11.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41042026-08-04T17:51:11.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41052026-08-04T17:51:11.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41062026-08-04T17:51:11.828Z
41072026-08-04T17:51:11.828Zinfo: running `cargo check --bins` on nexus-test-interface (236/305)
41082026-08-04T17:51:12.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41092026-08-04T17:51:12.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41102026-08-04T17:51:12.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41112026-08-04T17:51:12.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41122026-08-04T17:51:12.445Z
41132026-08-04T17:51:12.445Zinfo: running `cargo check --bins` on oximeter-collector (237/305)
41142026-08-04T17:51:12.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41152026-08-04T17:51:12.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41162026-08-04T17:51:13.147Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
41172026-08-04T17:51:13.147Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
41182026-08-04T17:51:13.781Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
41192026-08-04T17:51:15.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s
41202026-08-04T17:51:15.612Z
41212026-08-04T17:51:15.612Zinfo: running `cargo check --bins` on oximeter-api (238/305)
41222026-08-04T17:51:16.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41232026-08-04T17:51:16.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41242026-08-04T17:51:16.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41252026-08-04T17:51:16.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41262026-08-04T17:51:16.173Z
41272026-08-04T17:51:16.173Zinfo: running `cargo check --bins` on cert-dev (239/305)
41282026-08-04T17:51:16.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41292026-08-04T17:51:16.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41302026-08-04T17:51:16.761Z Checking yasna v0.5.2
41312026-08-04T17:51:17.162Z Checking rcgen v0.12.1
41322026-08-04T17:51:17.408Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
41332026-08-04T17:51:17.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
41342026-08-04T17:51:17.750Z
41352026-08-04T17:51:17.750Zinfo: running `cargo check --bins` on clickana (240/305)
41362026-08-04T17:51:18.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41372026-08-04T17:51:18.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41382026-08-04T17:51:18.371Z Compiling instability v0.3.11
41392026-08-04T17:51:18.371Z Checking castaway v0.2.4
41402026-08-04T17:51:18.371Z Compiling indoc v2.0.7
41412026-08-04T17:51:18.374Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
41422026-08-04T17:51:18.374Z Checking unicode-truncate v1.1.0
41432026-08-04T17:51:18.374Z Checking lru v0.12.5
41442026-08-04T17:51:18.375Z Checking cassowary v0.3.0
41452026-08-04T17:51:18.597Z Checking compact_str v0.8.1
41462026-08-04T17:51:19.385Z Checking ratatui v0.29.0
41472026-08-04T17:51:19.749Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41482026-08-04T17:51:19.924Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41492026-08-04T17:51:20.826Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41502026-08-04T17:51:21.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.73s
41512026-08-04T17:51:21.661Z
41522026-08-04T17:51:21.661Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (241/305)
41532026-08-04T17:51:22.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41542026-08-04T17:51:22.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41552026-08-04T17:51:22.354Z Checking headers-core v0.3.0
41562026-08-04T17:51:22.359Z Checking port-file v0.1.0
41572026-08-04T17:51:22.359Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41582026-08-04T17:51:22.550Z Checking headers v0.4.1
41592026-08-04T17:51:22.911Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41602026-08-04T17:51:23.834Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41612026-08-04T17:51:24.321Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41622026-08-04T17:51:24.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s
41632026-08-04T17:51:24.918Z
41642026-08-04T17:51:24.918Zinfo: running `cargo check --bins` on ch-dev (242/305)
41652026-08-04T17:51:25.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41662026-08-04T17:51:25.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41672026-08-04T17:51:25.616Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41682026-08-04T17:51:26.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
41692026-08-04T17:51:26.542Z
41702026-08-04T17:51:26.542Zinfo: running `cargo check --bins` on dev-tools-common (243/305)
41712026-08-04T17:51:26.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41722026-08-04T17:51:26.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41732026-08-04T17:51:26.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41742026-08-04T17:51:26.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
41752026-08-04T17:51:26.954Z
41762026-08-04T17:51:26.954Zinfo: running `cargo check --bins` on corpus-adjust (244/305)
41772026-08-04T17:51:27.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41782026-08-04T17:51:27.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41792026-08-04T17:51:27.550Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
41802026-08-04T17:51:27.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
41812026-08-04T17:51:28.062Z
41822026-08-04T17:51:28.062Zinfo: running `cargo check --bins` on crdb-seed (245/305)
41832026-08-04T17:51:28.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41842026-08-04T17:51:28.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41852026-08-04T17:51:28.762Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41862026-08-04T17:51:29.825Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41872026-08-04T17:51:30.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.09s
41882026-08-04T17:51:30.348Z
41892026-08-04T17:51:30.348Zinfo: running `cargo check --bins` on db-dev (246/305)
41902026-08-04T17:51:30.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41912026-08-04T17:51:30.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41922026-08-04T17:51:31.036Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41932026-08-04T17:51:31.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
41942026-08-04T17:51:31.961Z
41952026-08-04T17:51:31.961Zinfo: running `cargo check --bins` on omicron-dev-lib (247/305)
41962026-08-04T17:51:32.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41972026-08-04T17:51:32.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41982026-08-04T17:51:32.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41992026-08-04T17:51:32.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42002026-08-04T17:51:32.556Z
42012026-08-04T17:51:32.556Zinfo: running `cargo check --bins` on xtask-downloader (248/305)
42022026-08-04T17:51:33.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42032026-08-04T17:51:33.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42042026-08-04T17:51:33.134Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
42052026-08-04T17:51:33.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
42062026-08-04T17:51:33.974Z
42072026-08-04T17:51:33.974Zinfo: running `cargo check --bins` on omicron-dropshot-apis (249/305)
42082026-08-04T17:51:34.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42092026-08-04T17:51:34.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42102026-08-04T17:51:34.696Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
42112026-08-04T17:51:34.696Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
42122026-08-04T17:51:34.696Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
42132026-08-04T17:51:34.700Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
42142026-08-04T17:51:34.700Z Checking git-stub v1.0.0
42152026-08-04T17:51:34.700Z Compiling trait-variant v0.1.2
42162026-08-04T17:51:34.821Z Checking is_ci v1.2.0
42172026-08-04T17:51:34.827Z Checking maplit v1.0.2
42182026-08-04T17:51:34.927Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
42192026-08-04T17:51:34.940Z Checking supports-color v3.0.2
42202026-08-04T17:51:34.980Z Checking git-stub-vcs v0.1.0
42212026-08-04T17:51:35.039Z Checking drift v0.2.0
42222026-08-04T17:51:35.059Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
42232026-08-04T17:51:35.130Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
42242026-08-04T17:51:35.177Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42252026-08-04T17:51:35.345Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42262026-08-04T17:51:35.359Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
42272026-08-04T17:51:35.362Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
42282026-08-04T17:51:35.389Z Checking dropshot-api-manager v0.7.2
42292026-08-04T17:51:35.547Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
42302026-08-04T17:51:35.588Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
42312026-08-04T17:51:35.804Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
42322026-08-04T17:51:36.103Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42332026-08-04T17:51:36.605Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
42342026-08-04T17:51:36.605Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
42352026-08-04T17:51:41.129Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
42362026-08-04T17:51:42.049Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
42372026-08-04T17:51:42.593Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
42382026-08-04T17:51:43.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.04s
42392026-08-04T17:51:43.027Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42402026-08-04T17:51:43.027Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42412026-08-04T17:51:43.205Z
42422026-08-04T17:51:43.205Zinfo: running `cargo check --bins` on installinator-api (250/305)
42432026-08-04T17:51:43.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42442026-08-04T17:51:43.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42452026-08-04T17:51:43.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42462026-08-04T17:51:43.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42472026-08-04T17:51:43.759Z
42482026-08-04T17:51:43.759Zinfo: running `cargo check --bins` on nexus-external-api (251/305)
42492026-08-04T17:51:44.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42502026-08-04T17:51:44.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42512026-08-04T17:51:44.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42522026-08-04T17:51:44.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42532026-08-04T17:51:44.348Z
42542026-08-04T17:51:44.348Zinfo: running `cargo check --bins` on nexus-internal-api (252/305)
42552026-08-04T17:51:44.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42562026-08-04T17:51:44.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42572026-08-04T17:51:44.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42582026-08-04T17:51:44.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42592026-08-04T17:51:44.945Z
42602026-08-04T17:51:44.945Zinfo: running `cargo check --bins` on nexus-lockstep-api (253/305)
42612026-08-04T17:51:45.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42622026-08-04T17:51:45.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42632026-08-04T17:51:45.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42642026-08-04T17:51:45.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42652026-08-04T17:51:45.532Z
42662026-08-04T17:51:45.532Zinfo: running `cargo check --bins` on ntp-admin-api (254/305)
42672026-08-04T17:51:46.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42682026-08-04T17:51:46.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42692026-08-04T17:51:46.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42702026-08-04T17:51:46.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42712026-08-04T17:51:46.092Z
42722026-08-04T17:51:46.092Zinfo: running `cargo check --bins` on ntp-admin-types-versions (255/305)
42732026-08-04T17:51:46.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42742026-08-04T17:51:46.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42752026-08-04T17:51:46.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42762026-08-04T17:51:46.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42772026-08-04T17:51:46.643Z
42782026-08-04T17:51:46.643Zinfo: running `cargo check --bins` on wicketd-api (256/305)
42792026-08-04T17:51:47.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42802026-08-04T17:51:47.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42812026-08-04T17:51:47.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42822026-08-04T17:51:47.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42832026-08-04T17:51:47.218Z
42842026-08-04T17:51:47.218Zinfo: running `cargo check --bins` on wicketd-commission-api (257/305)
42852026-08-04T17:51:47.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42862026-08-04T17:51:47.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42872026-08-04T17:51:47.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42882026-08-04T17:51:47.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42892026-08-04T17:51:47.786Z
42902026-08-04T17:51:47.786Zinfo: running `cargo check --bins` on omicron-ls-apis (258/305)
42912026-08-04T17:51:48.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42922026-08-04T17:51:48.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42932026-08-04T17:51:48.379Z Compiling blake3 v1.8.5
42942026-08-04T17:51:48.486Z Checking arrayref v0.3.9
42952026-08-04T17:51:48.486Z Checking arrayvec v0.7.6
42962026-08-04T17:51:48.489Z Checking constant_time_eq v0.4.2
42972026-08-04T17:51:48.513Z Checking cargo-platform v0.3.2
42982026-08-04T17:51:48.514Z Checking topological-sort v0.2.2
42992026-08-04T17:51:48.518Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
43002026-08-04T17:51:48.684Z Checking cargo_metadata v0.23.1
43012026-08-04T17:51:49.256Z Checking omicron-zone-package v0.12.3
43022026-08-04T17:51:49.966Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
43032026-08-04T17:51:50.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.00s
43042026-08-04T17:51:50.958Z
43052026-08-04T17:51:50.958Zinfo: running `cargo check --bins` on mgs-dev (259/305)
43062026-08-04T17:51:51.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43072026-08-04T17:51:51.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43082026-08-04T17:51:51.669Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43092026-08-04T17:51:52.287Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
43102026-08-04T17:51:52.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.82s
43112026-08-04T17:51:52.974Z
43122026-08-04T17:51:52.974Zinfo: running `cargo check --bins` on omicron-omdb (260/305)
43132026-08-04T17:51:53.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43142026-08-04T17:51:53.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43152026-08-04T17:51:53.919Z Compiling darling_core v0.21.3
43162026-08-04T17:51:53.919Z Compiling vergen-lib v0.1.6
43172026-08-04T17:51:53.919Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
43182026-08-04T17:51:53.919Z Compiling diesel_derives v2.3.7
43192026-08-04T17:51:53.919Z Checking scheduled-thread-pool v0.2.7
43202026-08-04T17:51:53.924Z Compiling vergen-gitcl v1.0.8
43212026-08-04T17:51:53.924Z Compiling diesel_table_macro_syntax v0.3.0
43222026-08-04T17:51:53.924Z Compiling dirs-sys-next v0.1.2
43232026-08-04T17:51:54.198Z Compiling crunchy v0.2.4
43242026-08-04T17:51:54.278Z Compiling glob v0.3.3
43252026-08-04T17:51:54.298Z Compiling dirs-next v2.0.0
43262026-08-04T17:51:54.384Z Checking r2d2 v0.8.10
43272026-08-04T17:51:54.408Z Checking downcast-rs v2.0.2
43282026-08-04T17:51:54.458Z Compiling tiny-keccak v2.0.2
43292026-08-04T17:51:54.520Z Compiling term v0.7.0
43302026-08-04T17:51:54.560Z Compiling bit-vec v0.6.3
43312026-08-04T17:51:54.581Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
43322026-08-04T17:51:54.644Z Compiling clang-sys v1.8.1
43332026-08-04T17:51:54.757Z Compiling bit-set v0.5.3
43342026-08-04T17:51:54.774Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
43352026-08-04T17:51:54.913Z Compiling ascii-canvas v3.0.0
43362026-08-04T17:51:54.938Z Compiling itertools v0.10.5
43372026-08-04T17:51:55.038Z Compiling ena v0.14.4
43382026-08-04T17:51:55.073Z Compiling libloading v0.8.9
43392026-08-04T17:51:55.166Z Compiling diff v0.1.13
43402026-08-04T17:51:55.194Z Compiling regex-syntax v0.6.29
43412026-08-04T17:51:55.252Z Compiling bindgen v0.71.1
43422026-08-04T17:51:55.269Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
43432026-08-04T17:51:55.452Z Compiling cexpr v0.6.0
43442026-08-04T17:51:55.648Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43452026-08-04T17:51:55.834Z Compiling rustc-hash v2.1.1
43462026-08-04T17:51:55.989Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
43472026-08-04T17:51:56.019Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
43482026-08-04T17:51:56.064Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
43492026-08-04T17:51:56.114Z Compiling libxml v0.3.3
43502026-08-04T17:51:56.323Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43512026-08-04T17:51:56.327Z Compiling strum_macros v0.24.3
43522026-08-04T17:51:56.386Z Compiling indoc v1.0.9
43532026-08-04T17:51:56.525Z Compiling lalrpop v0.19.12
43542026-08-04T17:51:56.542Z Compiling darling_macro v0.21.3
43552026-08-04T17:51:57.056Z Compiling darling v0.21.3
43562026-08-04T17:51:57.150Z Compiling dsl_auto_type v0.2.0
43572026-08-04T17:51:57.276Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43582026-08-04T17:51:57.465Z Checking derive_builder v0.20.2
43592026-08-04T17:51:57.589Z Compiling oso-derive v0.27.3
43602026-08-04T17:51:57.633Z Checking quick-xml v0.37.5
43612026-08-04T17:51:57.812Z Compiling impl-trait-for-tuples v0.2.3
43622026-08-04T17:51:58.088Z Checking openssl-probe v0.1.6
43632026-08-04T17:51:58.226Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43642026-08-04T17:51:58.515Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43652026-08-04T17:51:58.704Z Checking bb8 v0.8.6
43662026-08-04T17:51:58.841Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43672026-08-04T17:51:58.946Z Checking nonempty v0.12.0
43682026-08-04T17:51:58.986Z Compiling libz-sys v1.1.24
43692026-08-04T17:51:59.050Z Compiling strsim v0.10.0
43702026-08-04T17:51:59.110Z Compiling libgit2-sys v0.18.3+1.9.2
43712026-08-04T17:51:59.344Z Compiling darling_core v0.13.4
43722026-08-04T17:51:59.385Z Compiling vergen-git2 v9.1.0
43732026-08-04T17:51:59.558Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43742026-08-04T17:51:59.602Z Compiling base64 v0.21.7
43752026-08-04T17:51:59.768Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43762026-08-04T17:51:59.922Z Compiling ron v0.8.1
43772026-08-04T17:52:00.771Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43782026-08-04T17:52:00.885Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43792026-08-04T17:52:00.983Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43802026-08-04T17:52:01.171Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43812026-08-04T17:52:01.273Z Compiling darling_macro v0.13.4
43822026-08-04T17:52:01.359Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43832026-08-04T17:52:01.547Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43842026-08-04T17:52:01.732Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
43852026-08-04T17:52:01.762Z Compiling darling v0.13.4
43862026-08-04T17:52:01.855Z Compiling serde_with_macros v1.5.2
43872026-08-04T17:52:01.916Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43882026-08-04T17:52:02.102Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43892026-08-04T17:52:02.286Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43902026-08-04T17:52:02.315Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43912026-08-04T17:52:02.466Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43922026-08-04T17:52:02.680Z Compiling serde_with v1.14.0
43932026-08-04T17:52:03.014Z Checking diesel v2.3.7
43942026-08-04T17:52:03.819Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43952026-08-04T17:52:03.987Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43962026-08-04T17:52:04.208Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43972026-08-04T17:52:04.911Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43982026-08-04T17:52:05.428Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
43992026-08-04T17:52:05.609Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
44002026-08-04T17:52:05.777Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
44012026-08-04T17:52:06.091Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
44022026-08-04T17:52:06.397Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
44032026-08-04T17:52:06.468Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44042026-08-04T17:52:06.652Z Checking twox-hash v2.1.2
44052026-08-04T17:52:06.710Z Checking libsw-core v0.3.2
44062026-08-04T17:52:06.865Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44072026-08-04T17:52:06.945Z Checking libsw v3.5.0
44082026-08-04T17:52:06.972Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
44092026-08-04T17:52:07.126Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
44102026-08-04T17:52:07.301Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
44112026-08-04T17:52:07.453Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
44122026-08-04T17:52:08.720Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
44132026-08-04T17:52:08.774Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
44142026-08-04T17:52:08.989Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
44152026-08-04T17:52:09.376Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
44162026-08-04T17:52:09.676Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
44172026-08-04T17:52:09.865Z Checking console v0.16.2
44182026-08-04T17:52:10.183Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
44192026-08-04T17:52:10.331Z Checking fatfs v0.3.6
44202026-08-04T17:52:10.363Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
44212026-08-04T17:52:10.790Z Checking unit-prefix v0.5.2
44222026-08-04T17:52:10.927Z Compiling seq-macro v0.3.6
44232026-08-04T17:52:11.427Z Checking indicatif v0.18.4
44242026-08-04T17:52:11.682Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44252026-08-04T17:52:11.810Z Checking oxide-update-engine-display v0.1.2
44262026-08-04T17:52:11.852Z Checking support-bundle-viewer v0.1.2
44272026-08-04T17:52:12.095Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
44282026-08-04T17:52:12.111Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
44292026-08-04T17:52:12.312Z Checking multimap v0.10.1
44302026-08-04T17:52:17.850Z Checking async-bb8-diesel v0.2.1
44312026-08-04T17:52:18.201Z Checking diesel-dtrace v0.5.0
44322026-08-04T17:52:21.418Z Compiling samael v0.0.19
44332026-08-04T17:52:26.413Z Compiling git2 v0.20.4
44342026-08-04T17:52:27.570Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
44352026-08-04T17:52:28.350Z Compiling polar-core v0.27.3
44362026-08-04T17:52:28.891Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
44372026-08-04T17:52:32.833Z Checking oso v0.27.3
44382026-08-04T17:53:04.605Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
44392026-08-04T17:54:18.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s
44402026-08-04T17:54:18.360Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
44412026-08-04T17:54:18.360Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
44422026-08-04T17:54:18.572Z
44432026-08-04T17:54:18.573Zinfo: running `cargo check --bins` on nexus-networking (261/305)
44442026-08-04T17:54:19.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44452026-08-04T17:54:19.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44462026-08-04T17:54:19.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44472026-08-04T17:54:19.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44482026-08-04T17:54:19.232Z
44492026-08-04T17:54:19.232Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (262/305)
44502026-08-04T17:54:19.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44512026-08-04T17:54:19.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44522026-08-04T17:54:19.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44532026-08-04T17:54:19.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44542026-08-04T17:54:19.854Z
44552026-08-04T17:54:19.854Zinfo: running `cargo check --bins` on nexus-saga-recovery (263/305)
44562026-08-04T17:54:20.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44572026-08-04T17:54:20.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44582026-08-04T17:54:20.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44592026-08-04T17:54:20.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44602026-08-04T17:54:20.477Z
44612026-08-04T17:54:20.477Zinfo: running `cargo check --bins` on nexus-test-utils-macros (264/305)
44622026-08-04T17:54:20.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44632026-08-04T17:54:20.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44642026-08-04T17:54:20.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44652026-08-04T17:54:20.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
44662026-08-04T17:54:21.028Z
44672026-08-04T17:54:21.028Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (265/305)
44682026-08-04T17:54:21.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44692026-08-04T17:54:21.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44702026-08-04T17:54:21.840Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44712026-08-04T17:54:22.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s
44722026-08-04T17:54:22.601Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
44732026-08-04T17:54:22.601Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
44742026-08-04T17:54:22.807Z
44752026-08-04T17:54:22.807Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (266/305)
44762026-08-04T17:54:23.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44772026-08-04T17:54:23.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44782026-08-04T17:54:23.612Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44792026-08-04T17:55:01.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.80s
44802026-08-04T17:55:01.627Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
44812026-08-04T17:55:01.627Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
44822026-08-04T17:55:01.826Z
44832026-08-04T17:55:01.826Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (267/305)
44842026-08-04T17:55:02.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44852026-08-04T17:55:02.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44862026-08-04T17:55:02.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44872026-08-04T17:55:02.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
44882026-08-04T17:55:02.380Z
44892026-08-04T17:55:02.380Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (268/305)
44902026-08-04T17:55:02.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44912026-08-04T17:55:02.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44922026-08-04T17:55:02.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44932026-08-04T17:55:02.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
44942026-08-04T17:55:02.931Z
44952026-08-04T17:55:02.931Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (269/305)
44962026-08-04T17:55:03.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44972026-08-04T17:55:03.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44982026-08-04T17:55:03.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44992026-08-04T17:55:03.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45002026-08-04T17:55:03.537Z
45012026-08-04T17:55:03.537Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (270/305)
45022026-08-04T17:55:04.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45032026-08-04T17:55:04.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45042026-08-04T17:55:04.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45052026-08-04T17:55:04.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45062026-08-04T17:55:04.150Z
45072026-08-04T17:55:04.150Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (271/305)
45082026-08-04T17:55:04.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45092026-08-04T17:55:04.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45102026-08-04T17:55:04.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45112026-08-04T17:55:04.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45122026-08-04T17:55:04.777Z
45132026-08-04T17:55:04.777Zinfo: running `cargo check --bins` on nexus-mgs-updates (272/305)
45142026-08-04T17:55:05.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45152026-08-04T17:55:05.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45162026-08-04T17:55:05.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45172026-08-04T17:55:05.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45182026-08-04T17:55:05.408Z
45192026-08-04T17:55:05.408Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (273/305)
45202026-08-04T17:55:05.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45212026-08-04T17:55:05.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45222026-08-04T17:55:05.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45232026-08-04T17:55:05.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45242026-08-04T17:55:06.009Z
45252026-08-04T17:55:06.009Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (274/305)
45262026-08-04T17:55:06.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45272026-08-04T17:55:06.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45282026-08-04T17:55:06.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45292026-08-04T17:55:06.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45302026-08-04T17:55:06.635Z
45312026-08-04T17:55:06.635Zinfo: running `cargo check --bins` on nexus-switch-config (275/305)
45322026-08-04T17:55:07.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45332026-08-04T17:55:07.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45342026-08-04T17:55:07.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45352026-08-04T17:55:07.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45362026-08-04T17:55:07.233Z
45372026-08-04T17:55:07.233Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (276/305)
45382026-08-04T17:55:07.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45392026-08-04T17:55:07.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45402026-08-04T17:55:07.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45412026-08-04T17:55:07.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45422026-08-04T17:55:07.998Z
45432026-08-04T17:55:07.999Zinfo: running `cargo check --bins` on support-bundle-collection (277/305)
45442026-08-04T17:55:08.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45452026-08-04T17:55:08.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45462026-08-04T17:55:08.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45472026-08-04T17:55:08.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45482026-08-04T17:55:08.483Z
45492026-08-04T17:55:08.483Zinfo: running `cargo check --bins` on omicron-dev (278/305)
45502026-08-04T17:55:09.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45512026-08-04T17:55:13.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45522026-08-04T17:55:13.182Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
45532026-08-04T17:55:13.182Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45542026-08-04T17:55:13.182Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
45552026-08-04T17:55:13.182Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
45562026-08-04T17:55:13.182Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
45572026-08-04T17:55:13.182Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
45582026-08-04T17:55:13.182Z Checking yansi v1.0.1
45592026-08-04T17:55:13.182Z Checking diff v0.1.13
45602026-08-04T17:55:13.182Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
45612026-08-04T17:55:13.182Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
45622026-08-04T17:55:13.182Z Checking pretty_assertions v1.4.1
45632026-08-04T17:55:13.182Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45642026-08-04T17:55:13.182Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
45652026-08-04T17:55:35.158Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45662026-08-04T17:55:35.161Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
45672026-08-04T17:55:35.161Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45682026-08-04T17:55:35.161Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45692026-08-04T17:55:35.161Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
45702026-08-04T17:55:35.161Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
45712026-08-04T17:55:35.161Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45722026-08-04T17:55:36.027Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45732026-08-04T17:55:36.030Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45742026-08-04T17:55:37.242Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45752026-08-04T17:56:15.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
45762026-08-04T17:56:15.626Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
45772026-08-04T17:56:15.626Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
45782026-08-04T17:56:15.838Z
45792026-08-04T17:56:15.838Zinfo: running `cargo check --bins` on oximeter-load-test (279/305)
45802026-08-04T17:56:16.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45812026-08-04T17:56:16.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45822026-08-04T17:56:16.521Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
45832026-08-04T17:56:17.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
45842026-08-04T17:56:17.294Z
45852026-08-04T17:56:17.295Zinfo: running `cargo check --bins` on omicron-pins (280/305)
45862026-08-04T17:56:17.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45872026-08-04T17:56:17.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45882026-08-04T17:56:17.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45892026-08-04T17:56:17.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
45902026-08-04T17:56:17.843Z
45912026-08-04T17:56:17.843Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (281/305)
45922026-08-04T17:56:18.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45932026-08-04T17:56:18.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45942026-08-04T17:56:18.601Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45952026-08-04T17:56:18.724Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45962026-08-04T17:56:18.728Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45972026-08-04T17:56:45.270Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45982026-08-04T17:56:45.654Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45992026-08-04T17:56:47.378Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
46002026-08-04T17:56:47.830Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
46012026-08-04T17:56:50.914Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
46022026-08-04T17:57:14.590Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
46032026-08-04T17:57:15.293Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
46042026-08-04T17:57:16.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.07s
46052026-08-04T17:57:17.116Z
46062026-08-04T17:57:17.116Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (282/305)
46072026-08-04T17:57:17.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46082026-08-04T17:57:17.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46092026-08-04T17:57:17.808Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
46102026-08-04T17:57:18.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
46112026-08-04T17:57:18.676Z
46122026-08-04T17:57:18.676Zinfo: running `cargo check --bins` on omicron-releng (283/305)
46132026-08-04T17:57:19.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46142026-08-04T17:57:19.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46152026-08-04T17:57:19.307Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
46162026-08-04T17:57:19.415Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
46172026-08-04T17:57:19.415Z Checking digest-io v0.1.0
46182026-08-04T17:57:19.418Z Checking sha2 v0.11.0
46192026-08-04T17:57:19.431Z Checking rawzip v0.4.4
46202026-08-04T17:57:19.434Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
46212026-08-04T17:57:19.453Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
46222026-08-04T17:57:19.456Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46232026-08-04T17:57:19.535Z Checking shell-words v1.1.1
46242026-08-04T17:57:19.891Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
46252026-08-04T17:57:20.109Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
46262026-08-04T17:57:21.118Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
46272026-08-04T17:57:22.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.48s
46282026-08-04T17:57:22.329Z
46292026-08-04T17:57:22.329Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (284/305)
46302026-08-04T17:57:22.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46312026-08-04T17:57:22.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46322026-08-04T17:57:22.951Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
46332026-08-04T17:57:23.272Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
46342026-08-04T17:57:23.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
46352026-08-04T17:57:23.843Z
46362026-08-04T17:57:23.843Zinfo: running `cargo check --bins` on schema (285/305)
46372026-08-04T17:57:24.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46382026-08-04T17:57:24.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46392026-08-04T17:57:24.549Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
46402026-08-04T17:57:25.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
46412026-08-04T17:57:25.415Z
46422026-08-04T17:57:25.415Zinfo: running `cargo check --bins` on xtask (286/305)
46432026-08-04T17:57:25.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46442026-08-04T17:57:25.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46452026-08-04T17:57:25.815Z Checking serde_core v1.0.228
46462026-08-04T17:57:25.815Z Checking libc v0.2.185
46472026-08-04T17:57:25.896Z Checking bitflags v2.11.0
46482026-08-04T17:57:25.903Z Checking scroll v0.12.0
46492026-08-04T17:57:25.905Z Checking thiserror v1.0.69
46502026-08-04T17:57:25.917Z Checking log v0.4.29
46512026-08-04T17:57:25.924Z Checking indexmap v2.14.0
46522026-08-04T17:57:25.924Z Checking zerocopy v0.7.35
46532026-08-04T17:57:25.996Z Checking syn v2.0.117
46542026-08-04T17:57:26.033Z Checking dtrace-parser v0.2.0
46552026-08-04T17:57:26.054Z Checking once_cell v1.21.3
46562026-08-04T17:57:26.109Z Checking goblin v0.8.2
46572026-08-04T17:57:26.175Z Checking errno v0.3.14
46582026-08-04T17:57:26.221Z Checking thread-id v4.2.2
46592026-08-04T17:57:26.255Z Checking getrandom v0.4.1
46602026-08-04T17:57:26.287Z Checking rustix v1.1.3
46612026-08-04T17:57:26.299Z Checking memmap v0.7.0
46622026-08-04T17:57:26.381Z Checking thiserror v2.0.18
46632026-08-04T17:57:26.402Z Checking fs-err v3.3.0
46642026-08-04T17:57:26.420Z Checking anyhow v1.0.102
46652026-08-04T17:57:26.434Z Checking tabled v0.15.0
46662026-08-04T17:57:27.049Z Checking terminal_size v0.4.3
46672026-08-04T17:57:27.049Z Checking tempfile v3.25.0
46682026-08-04T17:57:27.178Z Checking clap_builder v4.6.0
46692026-08-04T17:57:27.181Z Checking textwrap v0.16.2
46702026-08-04T17:57:27.338Z Checking serde v1.0.228
46712026-08-04T17:57:27.339Z Checking serde_json v1.0.151
46722026-08-04T17:57:27.344Z Checking camino v1.2.2
46732026-08-04T17:57:27.376Z Checking semver v1.0.28
46742026-08-04T17:57:27.502Z Checking cargo-platform v0.3.2
46752026-08-04T17:57:27.583Z Checking camino-tempfile v1.4.1
46762026-08-04T17:57:27.736Z Checking toml_datetime v0.6.11
46772026-08-04T17:57:27.736Z Checking serde_spanned v0.6.9
46782026-08-04T17:57:27.741Z Checking macaddr v1.0.1
46792026-08-04T17:57:27.741Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46802026-08-04T17:57:27.927Z Checking toml_edit v0.22.27
46812026-08-04T17:57:27.938Z Checking dof v0.3.0
46822026-08-04T17:57:27.943Z Checking cargo_metadata v0.23.1
46832026-08-04T17:57:28.200Z Checking usdt-impl v0.5.0
46842026-08-04T17:57:28.342Z Checking clap v4.6.1
46852026-08-04T17:57:28.458Z Checking usdt v0.5.0
46862026-08-04T17:57:28.892Z Checking toml v0.8.23
46872026-08-04T17:57:29.146Z Checking cargo_toml v0.21.0
46882026-08-04T17:57:29.780Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46892026-08-04T17:57:30.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.75s
46902026-08-04T17:57:30.271Z
46912026-08-04T17:57:30.271Zinfo: running `cargo check --bins` on dnsadm (287/305)
46922026-08-04T17:57:30.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46932026-08-04T17:57:30.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46942026-08-04T17:57:30.888Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46952026-08-04T17:57:31.350Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46962026-08-04T17:57:31.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
46972026-08-04T17:57:31.912Z
46982026-08-04T17:57:31.912Zinfo: running `cargo check --bins` on end-to-end-tests (288/305)
46992026-08-04T17:57:32.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47002026-08-04T17:57:32.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47012026-08-04T17:57:32.705Z Checking cpubits v0.1.1
47022026-08-04T17:57:32.831Z Checking pem-rfc7468 v1.0.0
47032026-08-04T17:57:32.844Z Checking hmac v0.13.0
47042026-08-04T17:57:32.847Z Checking universal-hash v0.6.1
47052026-08-04T17:57:32.867Z Checking ctr v0.10.1
47062026-08-04T17:57:32.867Z Checking aead v0.6.1
47072026-08-04T17:57:32.895Z Checking aes v0.9.1
47082026-08-04T17:57:32.895Z Checking crypto-bigint v0.7.5
47092026-08-04T17:57:32.922Z Checking salsa20 v0.11.0
47102026-08-04T17:57:32.966Z Checking polyval v0.7.1
47112026-08-04T17:57:32.980Z Checking der v0.8.0
47122026-08-04T17:57:32.994Z Checking pbkdf2 v0.13.0
47132026-08-04T17:57:33.036Z Checking cbc v0.2.1
47142026-08-04T17:57:33.043Z Checking ff v0.14.0
47152026-08-04T17:57:33.088Z Checking signature v3.0.0
47162026-08-04T17:57:33.105Z Checking scrypt v0.12.0
47172026-08-04T17:57:33.129Z Checking ghash v0.6.0
47182026-08-04T17:57:33.184Z Checking base16ct v1.0.0
47192026-08-04T17:57:33.198Z Checking group v0.14.0
47202026-08-04T17:57:33.238Z Checking hkdf v0.13.0
47212026-08-04T17:57:33.257Z Compiling curve25519-dalek v5.0.0
47222026-08-04T17:57:33.277Z Checking keccak v0.2.0
47232026-08-04T17:57:33.293Z Checking aes-gcm v0.11.0
47242026-08-04T17:57:33.308Z Checking poly1305 v0.9.0
47252026-08-04T17:57:33.339Z Checking wnaf v0.14.0
47262026-08-04T17:57:33.365Z Checking blowfish v0.10.0
47272026-08-04T17:57:33.426Z Checking blake2 v0.11.0-rc.6
47282026-08-04T17:57:33.451Z Checking sha3 v0.11.0
47292026-08-04T17:57:33.501Z Checking kem v0.3.0
47302026-08-04T17:57:33.515Z Checking bcrypt-pbkdf v0.11.0
47312026-08-04T17:57:33.569Z Checking module-lattice v0.2.3
47322026-08-04T17:57:33.615Z Checking sponge-cursor v0.1.0
47332026-08-04T17:57:33.672Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
47342026-08-04T17:57:33.687Z Checking argon2 v0.6.0-rc.8
47352026-08-04T17:57:33.739Z Checking sha3 v0.12.0
47362026-08-04T17:57:33.771Z Checking spki v0.8.0
47372026-08-04T17:57:33.785Z Checking sec1 v0.8.1
47382026-08-04T17:57:33.798Z Checking ml-kem v0.3.2
47392026-08-04T17:57:33.848Z Checking internal-russh-num-bigint v0.5.0
47402026-08-04T17:57:33.932Z Checking num-bigint v0.4.6
47412026-08-04T17:57:33.947Z Checking pkcs5 v0.8.1
47422026-08-04T17:57:33.983Z Checking pkcs1 v0.8.0-rc.4
47432026-08-04T17:57:33.998Z Checking generic-array v1.4.3
47442026-08-04T17:57:34.188Z Compiling enum_dispatch v0.3.13
47452026-08-04T17:57:34.229Z Checking pkcs8 v0.11.0
47462026-08-04T17:57:34.387Z Checking russh-util v0.52.0
47472026-08-04T17:57:34.423Z Checking ed25519 v3.0.0
47482026-08-04T17:57:34.511Z Compiling delegate v0.13.5
47492026-08-04T17:57:34.527Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47502026-08-04T17:57:34.577Z Checking hex-literal v1.1.0
47512026-08-04T17:57:34.615Z Checking ed25519-dalek v3.0.0
47522026-08-04T17:57:34.671Z Checking md5 v0.8.0
47532026-08-04T17:57:34.708Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
47542026-08-04T17:57:34.835Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
47552026-08-04T17:57:34.835Z Checking socket2 v0.5.10
47562026-08-04T17:57:34.863Z Checking internet-checksum v0.2.1
47572026-08-04T17:57:34.922Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47582026-08-04T17:57:35.101Z Checking elliptic-curve v0.14.1
47592026-08-04T17:57:35.101Z Checking rfc6979 v0.6.0
47602026-08-04T17:57:35.104Z Checking primefield v0.14.0
47612026-08-04T17:57:35.104Z Checking ssh-encoding v0.3.0
47622026-08-04T17:57:35.154Z Checking crypto-primes v0.7.2
47632026-08-04T17:57:35.343Z Checking ssh-cipher v0.3.0
47642026-08-04T17:57:35.346Z Checking russh-cryptovec v0.62.0
47652026-08-04T17:57:35.478Z Checking primeorder v0.14.0
47662026-08-04T17:57:35.482Z Checking ecdsa v0.17.0
47672026-08-04T17:57:35.834Z Checking p256 v0.14.0
47682026-08-04T17:57:35.834Z Checking p384 v0.14.0
47692026-08-04T17:57:35.834Z Checking p521 v0.14.0
47702026-08-04T17:57:36.072Z Checking rsa v0.10.0-rc.18
47712026-08-04T17:57:38.638Z Checking ssh-key v0.7.0-rc.11
47722026-08-04T17:57:39.379Z Checking russh v0.62.4
47732026-08-04T17:57:52.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.81s
47742026-08-04T17:57:52.741Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
47752026-08-04T17:57:52.741Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
47762026-08-04T17:57:52.936Z
47772026-08-04T17:57:52.936Zinfo: running `cargo check --bins` on gateway-cli (289/305)
47782026-08-04T17:57:53.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47792026-08-04T17:57:53.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47802026-08-04T17:57:53.556Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
47812026-08-04T17:57:53.665Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
47822026-08-04T17:57:53.672Z Checking termios v0.3.3
47832026-08-04T17:57:54.867Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
47842026-08-04T17:57:55.019Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
47852026-08-04T17:57:56.674Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
47862026-08-04T17:57:57.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.30s
47872026-08-04T17:57:57.408Z
47882026-08-04T17:57:57.408Zinfo: running `cargo check --bins --no-default-features` on installinator (290/305)
47892026-08-04T17:57:57.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47902026-08-04T17:57:57.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47912026-08-04T17:57:58.091Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47922026-08-04T17:57:58.094Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
47932026-08-04T17:57:58.094Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
47942026-08-04T17:57:58.094Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
47952026-08-04T17:57:58.217Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
47962026-08-04T17:57:58.223Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
47972026-08-04T17:57:58.360Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
47982026-08-04T17:57:58.996Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47992026-08-04T17:57:59.562Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
48002026-08-04T17:58:01.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.79s
48012026-08-04T17:58:01.389Z
48022026-08-04T17:58:01.389Zinfo: running `cargo check --bins` on internal-dns-cli (291/305)
48032026-08-04T17:58:01.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48042026-08-04T17:58:01.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48052026-08-04T17:58:02.009Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
48062026-08-04T17:58:02.456Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
48072026-08-04T17:58:02.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
48082026-08-04T17:58:02.941Z
48092026-08-04T17:58:02.941Zinfo: running `cargo check --bins` on omicron-live-tests (292/305)
48102026-08-04T17:58:03.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48112026-08-04T17:58:03.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48122026-08-04T17:58:03.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48132026-08-04T17:58:03.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
48142026-08-04T17:58:03.490Z
48152026-08-04T17:58:03.490Zinfo: running `cargo check --bins` on live-tests-macros (293/305)
48162026-08-04T17:58:03.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48172026-08-04T17:58:03.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48182026-08-04T17:58:03.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48192026-08-04T17:58:03.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
48202026-08-04T17:58:04.035Z
48212026-08-04T17:58:04.035Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (294/305)
48222026-08-04T17:58:04.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48232026-08-04T17:58:04.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48242026-08-04T17:58:04.763Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
48252026-08-04T17:58:05.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
48262026-08-04T17:58:05.538Z
48272026-08-04T17:58:05.538Zinfo: running `cargo check --bins` on omicron-ntp-admin (295/305)
48282026-08-04T17:58:06.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48292026-08-04T17:58:06.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48302026-08-04T17:58:06.162Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
48312026-08-04T17:58:06.165Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
48322026-08-04T17:58:06.431Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
48332026-08-04T17:58:06.432Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
48342026-08-04T17:58:07.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
48352026-08-04T17:58:07.405Z
48362026-08-04T17:58:07.405Zinfo: running `cargo check --bins` on ntp-admin-types (296/305)
48372026-08-04T17:58:07.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48382026-08-04T17:58:07.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48392026-08-04T17:58:07.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48402026-08-04T17:58:07.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
48412026-08-04T17:58:07.965Z
48422026-08-04T17:58:07.966Zinfo: running `cargo check --bins` on omicron-package (297/305)
48432026-08-04T17:58:08.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48442026-08-04T17:58:08.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48452026-08-04T17:58:08.607Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
48462026-08-04T17:58:09.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
48472026-08-04T17:58:09.852Z
48482026-08-04T17:58:09.852Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (298/305)
48492026-08-04T17:58:10.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48502026-08-04T17:58:10.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48512026-08-04T17:58:10.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48522026-08-04T17:58:10.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
48532026-08-04T17:58:10.430Z
48542026-08-04T17:58:10.430Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (299/305)
48552026-08-04T17:58:10.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48562026-08-04T17:58:10.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48572026-08-04T17:58:10.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48582026-08-04T17:58:10.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
48592026-08-04T17:58:11.009Z
48602026-08-04T17:58:11.009Zinfo: running `cargo check --bins` on tqdb (300/305)
48612026-08-04T17:58:11.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48622026-08-04T17:58:11.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48632026-08-04T17:58:11.767Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
48642026-08-04T17:58:12.116Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
48652026-08-04T17:58:12.622Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
48662026-08-04T17:58:12.625Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
48672026-08-04T17:58:18.744Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
48682026-08-04T17:58:18.748Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
48692026-08-04T17:58:19.316Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
48702026-08-04T17:58:19.316Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
48712026-08-04T17:58:19.320Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
48722026-08-04T17:58:19.320Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
48732026-08-04T17:58:20.090Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
48742026-08-04T17:58:21.098Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
48752026-08-04T17:58:21.898Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
48762026-08-04T17:58:22.508Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
48772026-08-04T17:58:27.410Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
48782026-08-04T17:58:34.131Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
48792026-08-04T17:58:34.134Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
48802026-08-04T17:58:34.134Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
48812026-08-04T17:58:34.134Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
48822026-08-04T17:58:35.622Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
48832026-08-04T17:58:36.943Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
48842026-08-04T17:58:37.614Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
48852026-08-04T17:58:38.839Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
48862026-08-04T17:58:39.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.37s
48872026-08-04T17:58:39.583Z
48882026-08-04T17:58:39.583Zinfo: running `cargo check --bins` on wicket-dbg (301/305)
48892026-08-04T17:58:40.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48902026-08-04T17:58:40.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48912026-08-04T17:58:40.273Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
48922026-08-04T17:58:40.388Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
48932026-08-04T17:58:40.399Z Checking rtoolbox v0.0.3
48942026-08-04T17:58:40.410Z Checking tui-tree-widget v0.23.1
48952026-08-04T17:58:40.500Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
48962026-08-04T17:58:40.514Z Checking rpassword v7.5.4
48972026-08-04T17:58:41.976Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
48982026-08-04T17:58:42.164Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
48992026-08-04T17:58:43.079Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
49002026-08-04T17:58:46.098Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
49012026-08-04T17:58:47.912Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
49022026-08-04T17:58:48.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.21s
49032026-08-04T17:58:48.807Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
49042026-08-04T17:58:48.807Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
49052026-08-04T17:58:48.986Z
49062026-08-04T17:58:48.986Zinfo: running `cargo check --bins` on wicket (302/305)
49072026-08-04T17:58:49.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49082026-08-04T17:58:49.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49092026-08-04T17:58:49.656Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
49102026-08-04T17:58:50.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
49112026-08-04T17:58:50.005Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
49122026-08-04T17:58:50.005Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
49132026-08-04T17:58:50.182Z
49142026-08-04T17:58:50.182Zinfo: running `cargo check --bins` on wicketd (303/305)
49152026-08-04T17:58:50.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49162026-08-04T17:58:50.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49172026-08-04T17:58:50.878Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
49182026-08-04T17:58:50.878Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
49192026-08-04T17:58:50.881Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
49202026-08-04T17:58:50.881Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
49212026-08-04T17:58:50.881Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
49222026-08-04T17:58:51.997Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
49232026-08-04T17:58:55.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.20s
49242026-08-04T17:58:55.395Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
49252026-08-04T17:58:55.395Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
49262026-08-04T17:58:55.578Z
49272026-08-04T17:58:55.578Zinfo: running `cargo check --bins` on omicron-workspace-hack (304/305)
49282026-08-04T17:58:56.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49292026-08-04T17:58:56.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49302026-08-04T17:58:56.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49312026-08-04T17:58:56.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
49322026-08-04T17:58:56.123Z
49332026-08-04T17:58:56.123Zinfo: running `cargo check --bins` on zone-setup (305/305)
49342026-08-04T17:58:56.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49352026-08-04T17:58:56.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49362026-08-04T17:58:56.770Z Checking uzers v0.12.2
49372026-08-04T17:58:57.036Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
49382026-08-04T17:58:57.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
49392026-08-04T17:58:57.974Z
49402026-08-04T17:58:57.974Zreal 14:09.831767973
49412026-08-04T17:58:57.974Zuser 21:21.138931017
49422026-08-04T17:58:57.974Zsys 4:19.642237652
49432026-08-04T17:58:57.974Ztrap 0.330935332
49442026-08-04T17:58:57.974Ztflt 0.640768162
49452026-08-04T17:58:57.974Zdflt 0.982615908
49462026-08-04T17:58:57.974Zkflt 0.009920964
49472026-08-04T17:58:57.974Zlock 1:32:06.990191299
49482026-08-04T17:58:57.974Zslp 1:42:29.459967154
49492026-08-04T17:58:57.974Zlat 57.935625836
49502026-08-04T17:58:57.974Zstop 4:09.889187891
49512026-08-04T17:58:57.978Zprocess exited: duration 983228 ms, exit code 0
 
49522026-08-04T17:58:57.985Zfound 0 output files