01KT4N5TPAZW3XKV90JZX4ZD4H: 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: 01KT4N697MBBQ4M577QJKSX733

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-02T17:13:56.941Zjob assigned to worker 01KT4N6EQFMY4ZDDTWMW6424DD [factory aws, i-03ffd8b38f8aba293] (queued for 48 s)
 
22026-06-02T17:14:03.885Zstarting task 0: "setup"
32026-06-02T17:14:03.892Z++ uname -s
42026-06-02T17:14:03.895Z+ kern=SunOS
52026-06-02T17:14:03.895Z+ build_user=build
62026-06-02T17:14:03.895Z+ build_uid=12345
72026-06-02T17:14:03.895Z+ work_dir=/work
82026-06-02T17:14:03.895Z+ input_dir=/input
92026-06-02T17:14:03.895Z+ [[ 0 == 12345 ]]
102026-06-02T17:14:03.895Z+ case "$kern" in
112026-06-02T17:14:03.895Z+ groupadd -g 12345 build
122026-06-02T17:14:03.905Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-02T17:14:05.912Z+ zfs create -o mountpoint=/work rpool/work
142026-06-02T17:14:05.977Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-02T17:14:05.980Z+ home_fs=zfs
162026-06-02T17:14:05.980Z+ [[ zfs == autofs ]]
172026-06-02T17:14:05.980Z+ mkdir -p /home/build
182026-06-02T17:14:05.980Z+ chown build:build /home/build /work
192026-06-02T17:14:07.981Z+ chmod 0700 /home/build /work
202026-06-02T17:14:07.984Zprocess exited: duration 4098 ms, exit code 0
 
212026-06-02T17:14:07.990Zstarting task 1: "rust-toolchain"
222026-06-02T17:14:07.994Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-02T17:14:07.994Z * rust toolchain channel = "1.94.0"
242026-06-02T17:14:07.994Z * rust toolchain profile = "default"
252026-06-02T17:14:07.994Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-02T17:14:07.994Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-02T17:14:07.994Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-02T17:14:07.997Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-02T17:14:07.997Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-02T17:14:08.101Zinfo: downloading installer
312026-06-02T17:14:09.521Zwarn: It looks like you have an existing rustup settings file at:
322026-06-02T17:14:09.521Zwarn: /home/build/.rustup/settings.toml
332026-06-02T17:14:09.521Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-02T17:14:09.521Zwarn: instead of the one inferred from the default host triple.
352026-06-02T17:14:09.533Zinfo: profile set to default
362026-06-02T17:14:09.533Zinfo: default host triple is x86_64-unknown-illumos
372026-06-02T17:14:09.536Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-02T17:14:09.669Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-02T17:14:09.671Zinfo: downloading 6 components
402026-06-02T17:14:25.142Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-02T17:14:25.142Z
422026-06-02T17:14:25.169Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-02T17:14:25.169Z
442026-06-02T17:14:25.169Z
452026-06-02T17:14:25.169ZRust is installed now. Great!
462026-06-02T17:14:25.169Z
472026-06-02T17:14:25.169ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-02T17:14:25.169Zenvironment variable. This has not been done automatically.
492026-06-02T17:14:25.169Z
502026-06-02T17:14:25.169ZTo configure your current shell, you need to source
512026-06-02T17:14:25.169Zthe corresponding env file under $HOME/.cargo.
522026-06-02T17:14:25.169Z
532026-06-02T17:14:25.169ZThis is usually done by running one of the following (note the leading DOT):
542026-06-02T17:14:25.172Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-02T17:14:25.172Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-02T17:14:25.172Zsource "~/.cargo/env.nu" # For nushell
572026-06-02T17:14:25.172Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-02T17:14:25.172Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-02T17:14:25.172Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-02T17:14:25.172Zwarn: no default linker (`cc`) was found in your PATH
612026-06-02T17:14:25.172Zwarn: many Rust crates require a system C toolchain to build
622026-06-02T17:14:25.258Z+ rustup --version
632026-06-02T17:14:25.267Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-02T17:14:25.270Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-02T17:14:25.289Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-02T17:14:25.291Z+ cargo --version
672026-06-02T17:14:25.305Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-02T17:14:25.307Z+ rustc --version
692026-06-02T17:14:25.326Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-02T17:14:25.329Zprocess exited: duration 17338 ms, exit code 0
 
712026-06-02T17:14:25.335Zstarting task 2: "authentication"
722026-06-02T17:14:25.351Zprocess exited: duration 15 ms, exit code 0
 
732026-06-02T17:14:25.356Zstarting task 3: "clone repository"
742026-06-02T17:14:25.359Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-02T17:14:25.362Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-02T17:14:25.409ZCloning into '/work/oxidecomputer/omicron'...
772026-06-02T17:14:36.599Z+ cd /work/oxidecomputer/omicron
782026-06-02T17:14:36.599Z+ git fetch origin 4e7955dbfe17ca3ca394c2c7dafa778627cadeda
792026-06-02T17:14:36.975ZFrom https://github.com/oxidecomputer/omicron
802026-06-02T17:14:36.975Z * branch 4e7955dbfe17ca3ca394c2c7dafa778627cadeda -> FETCH_HEAD
812026-06-02T17:14:36.986Z+ [[ -n bump-console-0c8fd96e ]]
822026-06-02T17:14:36.989Z++ git branch --show-current
832026-06-02T17:14:36.989Z+ current=main
842026-06-02T17:14:36.989Z+ [[ main != bump-console-0c8fd96e ]]
852026-06-02T17:14:36.989Z+ git branch -f bump-console-0c8fd96e 4e7955dbfe17ca3ca394c2c7dafa778627cadeda
862026-06-02T17:14:36.992Z+ git checkout -f bump-console-0c8fd96e
872026-06-02T17:14:37.226ZSwitched to branch 'bump-console-0c8fd96e'
882026-06-02T17:14:37.230Z+ git reset --hard 4e7955dbfe17ca3ca394c2c7dafa778627cadeda
892026-06-02T17:14:37.242ZHEAD is now at 4e7955dbf Bump web console (a lot of small stuff)
902026-06-02T17:14:37.245Zprocess exited: duration 11886 ms, exit code 0
 
912026-06-02T17:14:37.251Zstarting task 4: "build"
922026-06-02T17:14:37.256Z+ source .github/buildomat/ci-env.sh
932026-06-02T17:14:37.259Z++ export CARGO_TERM_COLOR=always
942026-06-02T17:14:37.259Z++ CARGO_TERM_COLOR=always
952026-06-02T17:14:37.259Z+ cargo --version
962026-06-02T17:14:37.266Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-06-02T17:14:37.269Z+ rustc --version
982026-06-02T17:14:37.290Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-06-02T17:14:37.293Z+ source ./env.sh
1002026-06-02T17:14:37.293Z++ OLD_SHELL_OPTS=ehxB
1012026-06-02T17:14:37.293Z++ set -o xtrace
1022026-06-02T17:14:37.296Z++++ dirname ./env.sh
1032026-06-02T17:14:37.306Z+++ readlink -f .
1042026-06-02T17:14:37.310Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-06-02T17:14:37.313Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-06-02T17:14:37.313Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-06-02T17:14:37.313Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-06-02T17:14:37.313Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-06-02T17:14:37.313Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-06-02T17:14:37.313Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-06-02T17:14:37.313Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-06-02T17:14:37.313Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-06-02T17:14:37.313Z++ case $OLD_SHELL_OPTS in
1142026-06-02T17:14:37.313Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-06-02T17:14:37.313Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1162026-06-02T17:14:37.313Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1172026-06-02T17:14:37.313Z+ banner prerequisites
1182026-06-02T17:14:37.313Z
1192026-06-02T17:14:37.313Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-06-02T17:14:37.313Z # # # # # # # # # # # # # # #
1212026-06-02T17:14:37.314Z # # # # ##### # # ##### # # # # # #### #
1222026-06-02T17:14:37.314Z ##### ##### # ##### # # # # # # # # #
1232026-06-02T17:14:37.314Z # # # # # # # # # # # # # # #
1242026-06-02T17:14:37.314Z # # # ###### # # ###### ### # #### # #### #
1252026-06-02T17:14:37.314Z
1262026-06-02T17:14:37.314Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-06-02T17:14:39.414Z Startup: Refreshing catalog 'helios' ... Done
1282026-06-02T17:14:39.488Z Startup: Caching catalogs ... Done
1292026-06-02T17:14:39.777ZPlanning: Solver setup ... Done (0.250s)
1302026-06-02T17:14:39.796ZPlanning: Running solver ... Done (0.019s)
1312026-06-02T17:14:39.814ZPlanning: Finding local manifests ... Done (0.013s)
1322026-06-02T17:14:39.826ZPlanning: Fetching manifests: 0/2 0% complete
1332026-06-02T17:14:39.843ZPlanning: Fetching manifests: 2/2 100% complete
1342026-06-02T17:14:39.856ZPlanning: Package planning ... Done (0.014s)
1352026-06-02T17:14:39.860ZPlanning: Merging actions ... Done (0.001s)
1362026-06-02T17:14:40.051ZPlanning: Checking for conflicting actions ... Done (0.193s)
1372026-06-02T17:14:40.054ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-06-02T17:14:41.318ZPlanning: Evaluating mediators ... Done (1.265s)
1392026-06-02T17:14:41.321ZPlanning: Planning completed in 1.81 seconds
1402026-06-02T17:14:41.327Z Packages to install: 2
1412026-06-02T17:14:41.329Z Estimated space available: 156.07 GB
1422026-06-02T17:14:41.329ZEstimated space to be consumed: 23.93 MB
1432026-06-02T17:14:41.329Z Create boot environment: No
1442026-06-02T17:14:41.329ZCreate backup boot environment: No
1452026-06-02T17:14:41.329Z Rebuild boot archive: No
1462026-06-02T17:14:41.329Z
1472026-06-02T17:14:41.330ZChanged packages:
1482026-06-02T17:14:41.330Zhelios
1492026-06-02T17:14:41.330Z developer/build-essential
1502026-06-02T17:14:41.330Z None -> 11-3.0
1512026-06-02T17:14:41.330Z library/libxmlsec1
1522026-06-02T17:14:41.330Z None -> 1.2.35-3.0
1532026-06-02T17:14:41.372Z
1542026-06-02T17:14:41.372ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-06-02T17:14:43.348ZDownload: Completed 1.28 MB in 1.98 seconds (663k/s)
1562026-06-02T17:14:43.401Z Actions: 1/268 actions (Installing new actions)
1572026-06-02T17:14:43.438Z Actions: Completed 268 actions in 0.04 seconds.
1582026-06-02T17:14:43.445ZFinalize: Updating package state database ... Done (0.007s)
1592026-06-02T17:14:43.445ZFinalize: Updating package cache ... Done (0.000s)
1602026-06-02T17:14:43.466ZFinalize: Updating image state ... Done (0.021s)
1612026-06-02T17:14:46.097ZFinalize: Creating fast lookup database ... Done (2.608s)
1622026-06-02T17:14:46.179ZFinalize: Reading search index ... Done (0.027s)
1632026-06-02T17:14:46.181ZFinalize: Updating search index ... Done (0.000s)
1642026-06-02T17:14:46.272ZFinalize: Updating package cache ... Done (0.000s)
1652026-06-02T17:14:46.573ZPlanning: Evaluating mediator changes ... Done
1662026-06-02T17:14:46.679ZPlanning: Checking for conflicting actions ... Done
1672026-06-02T17:14:46.682ZPlanning: Consolidating action changes ... Done
1682026-06-02T17:14:46.840ZPlanning: Evaluating mediators ... Done
1692026-06-02T17:14:46.843ZPlanning: Planning completed in 0.27 seconds
1702026-06-02T17:14:46.863Z Mediators to change: 2
1712026-06-02T17:14:46.863Z Create boot environment: No
1722026-06-02T17:14:46.864ZCreate backup boot environment: No
1732026-06-02T17:14:46.911ZFinalize: Updating package state database ... Done
1742026-06-02T17:14:46.911ZFinalize: Updating package cache ... Done
1752026-06-02T17:14:46.922ZFinalize: Updating image state ... Done
1762026-06-02T17:14:48.882ZFinalize: Creating fast lookup database ... Done
1772026-06-02T17:14:48.944ZFinalize: Reading search index ... Done
1782026-06-02T17:14:48.948ZFinalize: Updating search index ... Done
1792026-06-02T17:14:48.998ZFinalize: Updating package cache ... Done
1802026-06-02T17:14:49.285ZPlanning: Evaluating mediator changes ... Done
1812026-06-02T17:14:49.392ZPlanning: Checking for conflicting actions ... Done
1822026-06-02T17:14:49.396ZPlanning: Consolidating action changes ... Done
1832026-06-02T17:14:49.551ZPlanning: Evaluating mediators ... Done
1842026-06-02T17:14:49.554ZPlanning: Planning completed in 0.27 seconds
1852026-06-02T17:14:49.574Z Mediators to change: 1
1862026-06-02T17:14:49.574Z Create boot environment: No
1872026-06-02T17:14:49.574ZCreate backup boot environment: No
1882026-06-02T17:14:49.615ZFinalize: Updating package state database ... Done
1892026-06-02T17:14:49.615ZFinalize: Updating package cache ... Done
1902026-06-02T17:14:49.626ZFinalize: Updating image state ... Done
1912026-06-02T17:14:51.581ZFinalize: Creating fast lookup database ... Done
1922026-06-02T17:14:51.642ZFinalize: Reading search index ... Done
1932026-06-02T17:14:51.645ZFinalize: Updating search index ... Done
1942026-06-02T17:14:51.697ZFinalize: Updating package cache ... Done
1952026-06-02T17:14:52.012ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-06-02T17:14:52.012Zapache system 2.4 system
1972026-06-02T17:14:52.013Zclang system 15 system
1982026-06-02T17:14:52.013Zcsh system system illumos
1992026-06-02T17:14:52.013Zctags system system illumos
2002026-06-02T17:14:52.013Zfile vendor vendor darwinsys
2012026-06-02T17:14:52.013Zfile system system illumos
2022026-06-02T17:14:52.013Zgcc vendor 14 vendor
2032026-06-02T17:14:52.013Zgcc system 13 system
2042026-06-02T17:14:52.013Zgcc system 10 system
2052026-06-02T17:14:52.013Zgo system 1.25 system
2062026-06-02T17:14:52.013Zllvm system 15 system
2072026-06-02T17:14:52.013Zmariadb system 11.4 system
2082026-06-02T17:14:52.013Zmta vendor vendor dma
2092026-06-02T17:14:52.013Zopenjdk system 17 system
2102026-06-02T17:14:52.013Zopenjdk system 11 system
2112026-06-02T17:14:52.013Zopenssl vendor 3 vendor
2122026-06-02T17:14:52.013Zperl system 5.40 system
2132026-06-02T17:14:52.013Zpostgresql system 18 system
2142026-06-02T17:14:52.013Zpostgresql system 17 system
2152026-06-02T17:14:52.013Zpython vendor 3 vendor
2162026-06-02T17:14:52.013Zpython system 2 system
2172026-06-02T17:14:52.013Zpython3 vendor 3.13 vendor
2182026-06-02T17:14:52.013Zruby system 3.4 system
2192026-06-02T17:14:52.013Zruby system 3.0 system
2202026-06-02T17:14:52.013Zwords vendor vendor american-english
2212026-06-02T17:14:52.013Zwords system system australian-english
2222026-06-02T17:14:52.013Zwords system system british-english
2232026-06-02T17:14:52.013Zwords system system canadian-english
2242026-06-02T17:14:52.013Zwords system system french
2252026-06-02T17:14:52.013Zwords system system italian
2262026-06-02T17:14:52.013Zwords system system ngerman
2272026-06-02T17:14:52.013Zwords system system ogerman
2282026-06-02T17:14:52.013Zwords system system spanish
2292026-06-02T17:14:52.269ZPUBLISHER TYPE STATUS P LOCATION
2302026-06-02T17:14:52.269Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-06-02T17:14:52.557ZFMRI IFO
2322026-06-02T17:14:52.557Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-06-02T17:14:52.557Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-06-02T17:14:52.557Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-06-02T17:14:52.557Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-06-02T17:14:52.557Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-06-02T17:14:52.557Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-06-02T17:14:52.557Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-06-02T17:14:52.557Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-06-02T17:14:52.557Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-06-02T17:14:52.802Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-06-02T17:14:53.131Z Updating crates.io index
2432026-06-02T17:14:53.164Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-06-02T17:14:53.961Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-06-02T17:14:54.412Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-06-02T17:14:55.062Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-06-02T17:14:56.049Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-06-02T17:14:56.550Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-06-02T17:14:58.250Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-06-02T17:14:59.137Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-06-02T17:14:59.444Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-06-02T17:15:00.304Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-06-02T17:15:00.933Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-06-02T17:15:01.324Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-06-02T17:15:01.862Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-06-02T17:15:03.011Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-06-02T17:15:03.785Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-06-02T17:15:04.232Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-06-02T17:15:04.771Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-06-02T17:15:05.255Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-06-02T17:15:05.784Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-06-02T17:15:06.081Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-06-02T17:15:06.376Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-06-02T17:15:06.702Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-06-02T17:15:07.183Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-06-02T17:15:07.804Z Updating git repository `https://github.com/oxidecomputer/erebor`
2672026-06-02T17:15:08.301Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2682026-06-02T17:15:09.015Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2692026-06-02T17:15:09.297Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2702026-06-02T17:15:09.896Z Updating git repository `https://github.com/oxidecomputer/ispf`
2712026-06-02T17:15:11.187Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2722026-06-02T17:15:11.816Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-06-02T17:15:12.306Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2742026-06-02T17:15:12.653Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2752026-06-02T17:15:12.994Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-06-02T17:15:13.293Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2772026-06-02T17:15:13.626Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2782026-06-02T17:15:14.083Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2792026-06-02T17:15:14.682Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2802026-06-02T17:15:14.957Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2812026-06-02T17:15:15.230Z Updating git repository `https://github.com/illumos/smf-rs`
2822026-06-02T17:15:15.646Z Updating git repository `https://github.com/oxidecomputer/omicron`
2832026-06-02T17:15:27.661Z Downloading crates ...
2842026-06-02T17:15:27.719Z Downloaded anstyle-parse v0.2.7
2852026-06-02T17:15:27.726Z Downloaded unicode-linebreak v0.1.5
2862026-06-02T17:15:27.729Z Downloaded getrandom v0.4.1
2872026-06-02T17:15:27.729Z Downloaded unicode-xid v0.2.6
2882026-06-02T17:15:27.729Z Downloaded clap_lex v1.0.0
2892026-06-02T17:15:27.733Z Downloaded anyhow v1.0.102
2902026-06-02T17:15:27.736Z Downloaded yoke v0.8.1
2912026-06-02T17:15:27.739Z Downloaded textwrap v0.16.2
2922026-06-02T17:15:27.739Z Downloaded icu_provider v2.1.1
2932026-06-02T17:15:27.742Z Downloaded zmij v1.0.21
2942026-06-02T17:15:27.742Z Downloaded scroll v0.12.0
2952026-06-02T17:15:27.742Z Downloaded is_terminal_polyfill v1.70.2
2962026-06-02T17:15:27.742Z Downloaded bytecount v0.6.9
2972026-06-02T17:15:27.746Z Downloaded zerofrom-derive v0.1.6
2982026-06-02T17:15:27.746Z Downloaded errno v0.3.14
2992026-06-02T17:15:27.749Z Downloaded percent-encoding v2.3.2
3002026-06-02T17:15:27.749Z Downloaded zerovec-derive v0.11.2
3012026-06-02T17:15:27.749Z Downloaded usdt-impl v0.5.0
3022026-06-02T17:15:27.750Z Downloaded itoa v1.0.17
3032026-06-02T17:15:27.750Z Downloaded usdt-macro v0.5.0
3042026-06-02T17:15:27.750Z Downloaded indexmap v2.14.0
3052026-06-02T17:15:27.753Z Downloaded yoke-derive v0.8.1
3062026-06-02T17:15:27.753Z Downloaded version_check v0.9.5
3072026-06-02T17:15:27.753Z Downloaded utf8_iter v1.0.4
3082026-06-02T17:15:27.756Z Downloaded thiserror-impl v1.0.69
3092026-06-02T17:15:27.756Z Downloaded displaydoc v0.2.5
3102026-06-02T17:15:27.756Z Downloaded thiserror-impl v2.0.18
3112026-06-02T17:15:27.759Z Downloaded thiserror v2.0.18
3122026-06-02T17:15:27.762Z Downloaded toml v0.8.23
3132026-06-02T17:15:27.762Z Downloaded toml_write v0.1.2
3142026-06-02T17:15:27.762Z Downloaded typeid v1.0.3
3152026-06-02T17:15:27.765Z Downloaded pretty-hex v0.4.1
3162026-06-02T17:15:27.765Z Downloaded serde_spanned v0.6.9
3172026-06-02T17:15:27.765Z Downloaded digest v0.10.7
3182026-06-02T17:15:27.765Z Downloaded zerofrom v0.1.6
3192026-06-02T17:15:27.768Z Downloaded cargo-util-schemas v0.8.2
3202026-06-02T17:15:27.768Z Downloaded autocfg v1.5.0
3212026-06-02T17:15:27.768Z Downloaded cargo_toml v0.21.0
3222026-06-02T17:15:27.770Z Downloaded fs-err v3.3.0
3232026-06-02T17:15:27.770Z Downloaded colorchoice v1.0.4
3242026-06-02T17:15:27.773Z Downloaded thread-id v4.2.2
3252026-06-02T17:15:27.773Z Downloaded utf8parse v0.2.2
3262026-06-02T17:15:27.776Z Downloaded toml_datetime v0.6.11
3272026-06-02T17:15:27.776Z Downloaded fastrand v2.3.0
3282026-06-02T17:15:27.776Z Downloaded ordered-float v2.10.1
3292026-06-02T17:15:27.779Z Downloaded memmap v0.7.0
3302026-06-02T17:15:27.779Z Downloaded form_urlencoded v1.2.2
3312026-06-02T17:15:27.779Z Downloaded heck v0.4.1
3322026-06-02T17:15:27.782Z Downloaded usdt-attr-macro v0.5.0
3332026-06-02T17:15:27.782Z Downloaded serde-value v0.7.0
3342026-06-02T17:15:27.782Z Downloaded writeable v0.6.2
3352026-06-02T17:15:27.785Z Downloaded smawk v0.3.2
3362026-06-02T17:15:27.785Z Downloaded generic-array v0.14.7
3372026-06-02T17:15:27.785Z Downloaded usdt v0.5.0
3382026-06-02T17:15:27.787Z Downloaded cfg-if v1.0.4
3392026-06-02T17:15:27.788Z Downloaded macaddr v1.0.1
3402026-06-02T17:15:27.788Z Downloaded cargo-platform v0.2.0
3412026-06-02T17:15:27.791Z Downloaded cargo_metadata v0.21.0
3422026-06-02T17:15:27.793Z Downloaded tinystr v0.8.2
3432026-06-02T17:15:27.798Z Downloaded fnv v1.0.7
3442026-06-02T17:15:27.798Z Downloaded typenum v1.19.0
3452026-06-02T17:15:27.800Z Downloaded zerocopy-derive v0.7.35
3462026-06-02T17:15:27.800Z Downloaded thiserror v1.0.69
3472026-06-02T17:15:27.806Z Downloaded toml_edit v0.22.27
3482026-06-02T17:15:27.808Z Downloaded stable_deref_trait v1.2.1
3492026-06-02T17:15:27.811Z Downloaded idna_adapter v1.2.1
3502026-06-02T17:15:27.811Z Downloaded unicode-ident v1.0.24
3512026-06-02T17:15:27.814Z Downloaded url v2.5.8
3522026-06-02T17:15:27.817Z Downloaded plain v0.2.3
3532026-06-02T17:15:27.817Z Downloaded ucd-trie v0.1.7
3542026-06-02T17:15:27.817Z Downloaded tabled_derive v0.7.0
3552026-06-02T17:15:27.820Z Downloaded potential_utf v0.1.4
3562026-06-02T17:15:27.820Z Downloaded heck v0.5.0
3572026-06-02T17:15:27.823Z Downloaded zerovec v0.11.5
3582026-06-02T17:15:27.826Z Downloaded crypto-common v0.1.7
3592026-06-02T17:15:27.826Z Downloaded zerotrie v0.2.3
3602026-06-02T17:15:27.826Z Downloaded anstyle-query v1.1.5
3612026-06-02T17:15:27.828Z Downloaded scroll_derive v0.12.1
3622026-06-02T17:15:27.828Z Downloaded dtrace-parser v0.2.0
3632026-06-02T17:15:27.828Z Downloaded cpufeatures v0.2.17
3642026-06-02T17:15:27.832Z Downloaded proc-macro-error-attr v1.0.4
3652026-06-02T17:15:27.832Z Downloaded terminal_size v0.4.3
3662026-06-02T17:15:27.835Z Downloaded swrite v0.1.0
3672026-06-02T17:15:27.835Z Downloaded zerocopy v0.7.35
3682026-06-02T17:15:27.844Z Downloaded winnow v0.7.14
3692026-06-02T17:15:27.847Z Downloaded equivalent v1.0.2
3702026-06-02T17:15:27.850Z Downloaded anstream v0.6.21
3712026-06-02T17:15:27.851Z Downloaded unicode-width v0.1.14
3722026-06-02T17:15:27.853Z Downloaded erased-serde v0.4.9
3732026-06-02T17:15:27.856Z Downloaded strsim v0.11.1
3742026-06-02T17:15:27.856Z Downloaded pest_derive v2.8.6
3752026-06-02T17:15:27.856Z Downloaded unicode-width v0.2.0
3762026-06-02T17:15:27.860Z Downloaded clap_derive v4.5.55
3772026-06-02T17:15:27.862Z Downloaded quote v1.0.45
3782026-06-02T17:15:27.867Z Downloaded camino-tempfile v1.4.1
3792026-06-02T17:15:27.870Z Downloaded byteorder v1.5.0
3802026-06-02T17:15:27.870Z Downloaded anstyle v1.0.13
3812026-06-02T17:15:27.874Z Downloaded synstructure v0.13.2
3822026-06-02T17:15:27.874Z Downloaded block-buffer v0.10.4
3832026-06-02T17:15:27.877Z Downloaded serde_tokenstream v0.2.3
3842026-06-02T17:15:27.877Z Downloaded proc-macro-error v1.0.4
3852026-06-02T17:15:27.880Z Downloaded dof v0.3.0
3862026-06-02T17:15:27.883Z Downloaded pest_generator v2.8.6
3872026-06-02T17:15:27.888Z Downloaded smallvec v1.15.1
3882026-06-02T17:15:27.891Z Downloaded icu_properties v2.1.2
3892026-06-02T17:15:27.899Z Downloaded semver v1.0.28
3902026-06-02T17:15:27.902Z Downloaded sha2 v0.10.9
3912026-06-02T17:15:27.905Z Downloaded tempfile v3.25.0
3922026-06-02T17:15:27.908Z Downloaded bitflags v2.11.0
3932026-06-02T17:15:27.912Z Downloaded serde-untagged v0.1.9
3942026-06-02T17:15:27.915Z Downloaded litemap v0.8.1
3952026-06-02T17:15:27.918Z Downloaded log v0.4.29
3962026-06-02T17:15:27.918Z Downloaded once_cell v1.21.3
3972026-06-02T17:15:27.921Z Downloaded icu_normalizer_data v2.1.1
3982026-06-02T17:15:27.924Z Downloaded icu_collections v2.1.1
3992026-06-02T17:15:27.927Z Downloaded papergrid v0.11.0
4002026-06-02T17:15:27.931Z Downloaded serde_derive v1.0.228
4012026-06-02T17:15:27.934Z Downloaded proc-macro2 v1.0.106
4022026-06-02T17:15:27.937Z Downloaded camino v1.2.2
4032026-06-02T17:15:27.939Z Downloaded icu_normalizer v2.1.1
4042026-06-02T17:15:27.939Z Downloaded num-traits v0.2.19
4052026-06-02T17:15:27.942Z Downloaded clap v4.5.60
4062026-06-02T17:15:27.951Z Downloaded pest_meta v2.8.6
4072026-06-02T17:15:27.954Z Downloaded serde v1.0.228
4082026-06-02T17:15:27.957Z Downloaded serde_core v1.0.228
4092026-06-02T17:15:27.961Z Downloaded memchr v2.8.0
4102026-06-02T17:15:27.961Z Downloaded icu_locale_core v2.1.1
4112026-06-02T17:15:27.974Z Downloaded pest v2.8.6
4122026-06-02T17:15:27.980Z Downloaded idna v1.1.0
4132026-06-02T17:15:27.984Z Downloaded icu_properties_data v2.1.2
4142026-06-02T17:15:27.988Z Downloaded hashbrown v0.17.0
4152026-06-02T17:15:28.004Z Downloaded serde_json v1.0.149
4162026-06-02T17:15:28.009Z Downloaded goblin v0.8.2
4172026-06-02T17:15:28.012Z Downloaded clap_builder v4.5.60
4182026-06-02T17:15:28.020Z Downloaded tabled v0.15.0
4192026-06-02T17:15:28.029Z Downloaded syn v1.0.109
4202026-06-02T17:15:28.050Z Downloaded syn v2.0.117
4212026-06-02T17:15:28.059Z Downloaded rustix v1.1.3
4222026-06-02T17:15:28.080Z Downloaded libc v0.2.185
4232026-06-02T17:15:28.148Z Compiling proc-macro2 v1.0.106
4242026-06-02T17:15:28.148Z Compiling quote v1.0.45
4252026-06-02T17:15:28.151Z Compiling unicode-ident v1.0.24
4262026-06-02T17:15:28.151Z Compiling serde_core v1.0.228
4272026-06-02T17:15:28.151Z Compiling libc v0.2.185
4282026-06-02T17:15:28.151Z Compiling version_check v0.9.5
4292026-06-02T17:15:28.151Z Compiling serde v1.0.228
4302026-06-02T17:15:28.331Z Compiling stable_deref_trait v1.2.1
4312026-06-02T17:15:28.435Z Compiling memchr v2.8.0
4322026-06-02T17:15:28.463Z Compiling zmij v1.0.21
4332026-06-02T17:15:28.668Z Compiling autocfg v1.5.0
4342026-06-02T17:15:28.776Z Compiling thiserror v1.0.69
4352026-06-02T17:15:28.779Z Compiling itoa v1.0.17
4362026-06-02T17:15:28.989Z Compiling ucd-trie v0.1.7
4372026-06-02T17:15:29.091Z Compiling writeable v0.6.2
4382026-06-02T17:15:29.095Z Compiling litemap v0.8.1
4392026-06-02T17:15:29.179Z Compiling pest v2.8.6
4402026-06-02T17:15:29.257Z Compiling rustix v1.1.3
4412026-06-02T17:15:29.286Z Compiling icu_normalizer_data v2.1.1
4422026-06-02T17:15:29.303Z Compiling byteorder v1.5.0
4432026-06-02T17:15:29.534Z Compiling icu_properties_data v2.1.2
4442026-06-02T17:15:29.630Z Compiling errno v0.3.14
4452026-06-02T17:15:29.717Z Compiling syn v2.0.117
4462026-06-02T17:15:29.749Z Compiling bitflags v2.11.0
4472026-06-02T17:15:29.768Z Compiling serde_json v1.0.149
4482026-06-02T17:15:29.920Z Compiling num-traits v0.2.19
4492026-06-02T17:15:29.972Z Compiling typeid v1.0.3
4502026-06-02T17:15:30.110Z Compiling hashbrown v0.17.0
4512026-06-02T17:15:30.189Z Compiling equivalent v1.0.2
4522026-06-02T17:15:30.245Z Compiling pest_meta v2.8.6
4532026-06-02T17:15:30.279Z Compiling smallvec v1.15.1
4542026-06-02T17:15:30.521Z Compiling thread-id v4.2.2
4552026-06-02T17:15:30.605Z Compiling indexmap v2.14.0
4562026-06-02T17:15:30.663Z Compiling usdt-impl v0.5.0
4572026-06-02T17:15:30.679Z Compiling proc-macro-error-attr v1.0.4
4582026-06-02T17:15:30.682Z Compiling erased-serde v0.4.9
4592026-06-02T17:15:30.867Z Compiling winnow v0.7.14
4602026-06-02T17:15:30.882Z Compiling toml_write v0.1.2
4612026-06-02T17:15:30.957Z Compiling syn v1.0.109
4622026-06-02T17:15:31.309Z Compiling proc-macro-error v1.0.4
4632026-06-02T17:15:31.355Z Compiling utf8parse v0.2.2
4642026-06-02T17:15:31.470Z Compiling log v0.4.29
4652026-06-02T17:15:31.499Z Compiling camino v1.2.2
4662026-06-02T17:15:31.654Z Compiling getrandom v0.4.1
4672026-06-02T17:15:31.858Z Compiling percent-encoding v2.3.2
4682026-06-02T17:15:31.874Z Compiling plain v0.2.3
4692026-06-02T17:15:31.889Z Compiling thiserror v2.0.18
4702026-06-02T17:15:31.991Z Compiling utf8_iter v1.0.4
4712026-06-02T17:15:32.061Z Compiling form_urlencoded v1.2.2
4722026-06-02T17:15:32.142Z Compiling ordered-float v2.10.1
4732026-06-02T17:15:32.180Z Compiling anstyle-parse v0.2.7
4742026-06-02T17:15:32.373Z Compiling synstructure v0.13.2
4752026-06-02T17:15:32.409Z Compiling pest_generator v2.8.6
4762026-06-02T17:15:32.425Z Compiling terminal_size v0.4.3
4772026-06-02T17:15:32.599Z Compiling colorchoice v1.0.4
4782026-06-02T17:15:32.682Z Compiling cfg-if v1.0.4
4792026-06-02T17:15:32.722Z Compiling anstyle-query v1.1.5
4802026-06-02T17:15:32.745Z Compiling anstyle v1.0.13
4812026-06-02T17:15:32.762Z Compiling is_terminal_polyfill v1.70.2
4822026-06-02T17:15:32.765Z Compiling pretty-hex v0.4.1
4832026-06-02T17:15:32.920Z Compiling anstream v0.6.21
4842026-06-02T17:15:32.975Z Compiling serde-untagged v0.1.9
4852026-06-02T17:15:33.015Z Compiling semver v1.0.28
4862026-06-02T17:15:33.184Z Compiling fs-err v3.3.0
4872026-06-02T17:15:33.290Z Compiling strsim v0.11.1
4882026-06-02T17:15:33.407Z Compiling unicode-width v0.1.14
4892026-06-02T17:15:33.514Z Compiling fnv v1.0.7
4902026-06-02T17:15:33.514Z Compiling bytecount v0.6.9
4912026-06-02T17:15:33.514Z Compiling fastrand v2.3.0
4922026-06-02T17:15:33.581Z Compiling heck v0.5.0
4932026-06-02T17:15:33.582Z Compiling heck v0.4.1
4942026-06-02T17:15:33.674Z Compiling anyhow v1.0.102
4952026-06-02T17:15:33.769Z Compiling once_cell v1.21.3
4962026-06-02T17:15:33.839Z Compiling unicode-xid v0.2.6
4972026-06-02T17:15:33.839Z Compiling clap_lex v1.0.0
4982026-06-02T17:15:33.840Z Compiling papergrid v0.11.0
4992026-06-02T17:15:33.902Z Compiling tempfile v3.25.0
5002026-06-02T17:15:34.015Z Compiling clap_builder v4.5.60
5012026-06-02T17:15:34.084Z Compiling memmap v0.7.0
5022026-06-02T17:15:34.131Z Compiling serde_derive v1.0.228
5032026-06-02T17:15:34.186Z Compiling zerofrom-derive v0.1.6
5042026-06-02T17:15:34.228Z Compiling yoke-derive v0.8.1
5052026-06-02T17:15:34.275Z Compiling zerovec-derive v0.11.2
5062026-06-02T17:15:34.345Z Compiling displaydoc v0.2.5
5072026-06-02T17:15:35.092Z Compiling thiserror-impl v1.0.69
5082026-06-02T17:15:35.185Z Compiling zerocopy-derive v0.7.35
5092026-06-02T17:15:35.316Z Compiling pest_derive v2.8.6
5102026-06-02T17:15:35.336Z Compiling scroll_derive v0.12.1
5112026-06-02T17:15:35.494Z Compiling zerofrom v0.1.6
5122026-06-02T17:15:35.627Z Compiling yoke v0.8.1
5132026-06-02T17:15:35.754Z Compiling thiserror-impl v2.0.18
5142026-06-02T17:15:35.824Z Compiling zerovec v0.11.5
5152026-06-02T17:15:36.015Z Compiling zerotrie v0.2.3
5162026-06-02T17:15:36.057Z Compiling zerocopy v0.7.35
5172026-06-02T17:15:36.315Z Compiling tinystr v0.8.2
5182026-06-02T17:15:36.334Z Compiling potential_utf v0.1.4
5192026-06-02T17:15:36.473Z Compiling icu_collections v2.1.1
5202026-06-02T17:15:36.501Z Compiling icu_locale_core v2.1.1
5212026-06-02T17:15:36.526Z Compiling dtrace-parser v0.2.0
5222026-06-02T17:15:36.609Z Compiling scroll v0.12.0
5232026-06-02T17:15:36.943Z Compiling goblin v0.8.2
5242026-06-02T17:15:37.026Z Compiling tabled_derive v0.7.0
5252026-06-02T17:15:37.047Z Compiling clap_derive v4.5.55
5262026-06-02T17:15:37.229Z Compiling icu_provider v2.1.1
5272026-06-02T17:15:37.357Z Compiling unicode-width v0.2.0
5282026-06-02T17:15:37.405Z Compiling unicode-linebreak v0.1.5
5292026-06-02T17:15:37.548Z Compiling toml_datetime v0.6.11
5302026-06-02T17:15:37.583Z Compiling serde_spanned v0.6.9
5312026-06-02T17:15:37.617Z Compiling icu_normalizer v2.1.1
5322026-06-02T17:15:37.654Z Compiling icu_properties v2.1.2
5332026-06-02T17:15:37.702Z Compiling dof v0.3.0
5342026-06-02T17:15:37.758Z Compiling toml_edit v0.22.27
5352026-06-02T17:15:37.808Z Compiling serde_tokenstream v0.2.3
5362026-06-02T17:15:38.052Z Compiling serde-value v0.7.0
5372026-06-02T17:15:38.136Z Compiling cargo-platform v0.2.0
5382026-06-02T17:15:38.154Z Compiling smawk v0.3.2
5392026-06-02T17:15:38.318Z Compiling textwrap v0.16.2
5402026-06-02T17:15:38.413Z Compiling tabled v0.15.0
5412026-06-02T17:15:38.430Z Compiling macaddr v1.0.1
5422026-06-02T17:15:38.583Z Compiling idna_adapter v1.2.1
5432026-06-02T17:15:38.669Z Compiling usdt-macro v0.5.0
5442026-06-02T17:15:38.728Z Compiling idna v1.1.0
5452026-06-02T17:15:38.761Z Compiling usdt-attr-macro v0.5.0
5462026-06-02T17:15:38.863Z Compiling clap v4.5.60
5472026-06-02T17:15:38.951Z Compiling camino-tempfile v1.4.1
5482026-06-02T17:15:39.131Z Compiling toml v0.8.23
5492026-06-02T17:15:39.186Z Compiling url v2.5.8
5502026-06-02T17:15:39.442Z Compiling swrite v0.1.0
5512026-06-02T17:15:39.545Z Compiling cargo_toml v0.21.0
5522026-06-02T17:15:39.754Z Compiling cargo-util-schemas v0.8.2
5532026-06-02T17:15:39.944Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5542026-06-02T17:15:40.008Z Compiling usdt v0.5.0
5552026-06-02T17:15:40.664Z Compiling cargo_metadata v0.21.0
5562026-06-02T17:15:41.581Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5572026-06-02T17:15:43.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.05s
5582026-06-02T17:15:43.945Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5592026-06-02T17:15:44.509Z Downloading crates ...
5602026-06-02T17:15:44.598Z Downloaded adler2 v2.0.1
5612026-06-02T17:15:44.620Z Downloaded async-stream-impl v0.3.6
5622026-06-02T17:15:44.622Z Downloaded async-stream v0.3.6
5632026-06-02T17:15:44.623Z Downloaded bitfield-struct v0.6.2
5642026-06-02T17:15:44.623Z Downloaded atty v0.2.14
5652026-06-02T17:15:44.633Z Downloaded ciborium-ll v0.2.2
5662026-06-02T17:15:44.636Z Downloaded bit-set v0.5.3
5672026-06-02T17:15:44.639Z Downloaded crc8 v0.1.1
5682026-06-02T17:15:44.644Z Downloaded buf-list v1.1.2
5692026-06-02T17:15:44.646Z Downloaded bindgen v0.71.1
5702026-06-02T17:15:44.649Z Downloaded darling v0.20.11
5712026-06-02T17:15:44.652Z Downloaded critical-section v1.2.0
5722026-06-02T17:15:44.655Z Downloaded darling v0.13.4
5732026-06-02T17:15:44.657Z Downloaded darling v0.23.0
5742026-06-02T17:15:44.660Z Downloaded cargo-platform v0.3.2
5752026-06-02T17:15:44.660Z Downloaded ctr v0.9.2
5762026-06-02T17:15:44.660Z Downloaded crossbeam-utils v0.8.21
5772026-06-02T17:15:44.663Z Downloaded crunchy v0.2.4
5782026-06-02T17:15:44.663Z Downloaded crossbeam-epoch v0.9.18
5792026-06-02T17:15:44.666Z Downloaded ahash v0.8.12
5802026-06-02T17:15:44.666Z Downloaded crypto-bigint v0.5.5
5812026-06-02T17:15:44.669Z Downloaded cstr-argument v0.1.2
5822026-06-02T17:15:44.672Z Downloaded crossbeam-channel v0.5.15
5832026-06-02T17:15:44.675Z Downloaded const_format_proc_macros v0.2.34
5842026-06-02T17:15:44.675Z Downloaded darling v0.21.3
5852026-06-02T17:15:44.677Z Downloaded daft-derive v0.1.7
5862026-06-02T17:15:44.680Z Downloaded async-recursion v1.1.1
5872026-06-02T17:15:44.683Z Downloaded dyn-clone v1.0.20
5882026-06-02T17:15:44.683Z Downloaded colored v2.2.0
5892026-06-02T17:15:44.686Z Downloaded ciborium v0.2.2
5902026-06-02T17:15:44.688Z Downloaded dtrace-parser v0.3.0
5912026-06-02T17:15:44.689Z Downloaded bytes v1.11.1
5922026-06-02T17:15:44.691Z Downloaded darling_macro v0.13.4
5932026-06-02T17:15:44.691Z Downloaded async-compression v0.4.41
5942026-06-02T17:15:44.694Z Downloaded embedded-io v0.6.1
5952026-06-02T17:15:44.697Z Downloaded downcast-rs v2.0.2
5962026-06-02T17:15:44.697Z Downloaded chacha20poly1305 v0.10.1
5972026-06-02T17:15:44.700Z Downloaded block-padding v0.3.3
5982026-06-02T17:15:44.700Z Downloaded diesel_table_macro_syntax v0.3.0
5992026-06-02T17:15:44.700Z Downloaded derive_builder_macro v0.20.2
6002026-06-02T17:15:44.700Z Downloaded enum-as-inner v0.6.1
6012026-06-02T17:15:44.703Z Downloaded curve25519-dalek-derive v0.1.1
6022026-06-02T17:15:44.703Z Downloaded csv-core v0.1.13
6032026-06-02T17:15:44.705Z Downloaded cobs v0.3.0
6042026-06-02T17:15:44.705Z Downloaded atomicwrites v0.4.4
6052026-06-02T17:15:44.705Z Downloaded bb8 v0.8.6
6062026-06-02T17:15:44.705Z Downloaded defmt-parser v1.0.0
6072026-06-02T17:15:44.708Z Downloaded dunce v1.0.5
6082026-06-02T17:15:44.708Z Downloaded document-features v0.2.12
6092026-06-02T17:15:44.708Z Downloaded dirs-sys-next v0.1.2
6102026-06-02T17:15:44.711Z Downloaded darling_macro v0.21.3
6112026-06-02T17:15:44.711Z Downloaded convert_case v0.4.0
6122026-06-02T17:15:44.711Z Downloaded assert_matches v1.5.0
6132026-06-02T17:15:44.711Z Downloaded float-ord v0.3.2
6142026-06-02T17:15:44.714Z Downloaded difflib v0.4.0
6152026-06-02T17:15:44.714Z Downloaded darling_macro v0.20.11
6162026-06-02T17:15:44.714Z Downloaded debug-ignore v1.0.5
6172026-06-02T17:15:44.716Z Downloaded dsl_auto_type v0.2.0
6182026-06-02T17:15:44.716Z Downloaded crucible-workspace-hack v0.1.0
6192026-06-02T17:15:44.717Z Downloaded cassowary v0.3.0
6202026-06-02T17:15:44.717Z Downloaded cexpr v0.6.0
6212026-06-02T17:15:44.719Z Downloaded float-cmp v0.10.0
6222026-06-02T17:15:44.719Z Downloaded cc v1.2.56
6232026-06-02T17:15:44.722Z Downloaded flagset v0.4.7
6242026-06-02T17:15:44.722Z Downloaded endian-type v0.1.2
6252026-06-02T17:15:44.722Z Downloaded defmt v0.3.100
6262026-06-02T17:15:44.725Z Downloaded bit-vec v0.6.3
6272026-06-02T17:15:44.725Z Downloaded foreign-types-shared v0.1.1
6282026-06-02T17:15:44.725Z Downloaded foreign-types-macros v0.2.3
6292026-06-02T17:15:44.725Z Downloaded arrayref v0.3.9
6302026-06-02T17:15:44.728Z Downloaded display-error-chain v0.2.2
6312026-06-02T17:15:44.728Z Downloaded darling_macro v0.23.0
6322026-06-02T17:15:44.730Z Downloaded crossbeam-deque v0.8.6
6332026-06-02T17:15:44.730Z Downloaded crc-catalog v2.4.0
6342026-06-02T17:15:44.730Z Downloaded darling_core v0.20.11
6352026-06-02T17:15:44.733Z Downloaded defmt-macros v1.0.1
6362026-06-02T17:15:44.736Z Downloaded atomic-waker v1.1.2
6372026-06-02T17:15:44.736Z Downloaded darling_core v0.21.3
6382026-06-02T17:15:44.739Z Downloaded crc32fast v1.5.0
6392026-06-02T17:15:44.742Z Downloaded env_filter v1.0.0
6402026-06-02T17:15:44.742Z Downloaded cpufeatures v0.3.0
6412026-06-02T17:15:44.746Z Downloaded castaway v0.2.4
6422026-06-02T17:15:44.746Z Downloaded bit-set v0.8.0
6432026-06-02T17:15:44.746Z Downloaded base16ct v0.2.0
6442026-06-02T17:15:44.749Z Downloaded foreign-types v0.3.2
6452026-06-02T17:15:44.749Z Downloaded fd-lock v4.0.4
6462026-06-02T17:15:44.749Z Downloaded aead v0.5.2
6472026-06-02T17:15:44.752Z Downloaded ascii-canvas v3.0.0
6482026-06-02T17:15:44.752Z Downloaded compression-core v0.4.31
6492026-06-02T17:15:44.755Z Downloaded dropshot-api-manager-types v0.7.2
6502026-06-02T17:15:44.755Z Downloaded cfg_aliases v0.1.1
6512026-06-02T17:15:44.755Z Downloaded bcrypt-pbkdf v0.10.0
6522026-06-02T17:15:44.758Z Downloaded fxhash v0.2.1
6532026-06-02T17:15:44.758Z Downloaded futures-task v0.3.32
6542026-06-02T17:15:44.758Z Downloaded embedded-io v0.4.0
6552026-06-02T17:15:44.760Z Downloaded gethostname v0.5.0
6562026-06-02T17:15:44.760Z Downloaded convert_case v0.10.0
6572026-06-02T17:15:44.760Z Downloaded cbc v0.1.2
6582026-06-02T17:15:44.763Z Downloaded async-trait v0.1.89
6592026-06-02T17:15:44.766Z Downloaded erased-serde v0.3.31
6602026-06-02T17:15:44.769Z Downloaded foreign-types-shared v0.3.1
6612026-06-02T17:15:44.769Z Downloaded foreign-types v0.5.0
6622026-06-02T17:15:44.769Z Downloaded filetime v0.2.27
6632026-06-02T17:15:44.771Z Downloaded ena v0.14.4
6642026-06-02T17:15:44.771Z Downloaded derive_builder_core v0.20.2
6652026-06-02T17:15:44.771Z Downloaded derive-ex v0.1.8
6662026-06-02T17:15:44.774Z Downloaded ed25519 v2.2.3
6672026-06-02T17:15:44.774Z Downloaded find-msvc-tools v0.1.9
6682026-06-02T17:15:44.777Z Downloaded defmt v1.0.1
6692026-06-02T17:15:44.777Z Downloaded ecdsa v0.16.9
6702026-06-02T17:15:44.780Z Downloaded globwalk v0.9.1
6712026-06-02T17:15:44.780Z Downloaded dirs-next v2.0.0
6722026-06-02T17:15:44.780Z Downloaded clang-sys v1.8.1
6732026-06-02T17:15:44.783Z Downloaded hash32 v0.2.1
6742026-06-02T17:15:44.783Z Downloaded ghash v0.5.1
6752026-06-02T17:15:44.786Z Downloaded futures-sink v0.3.32
6762026-06-02T17:15:44.786Z Downloaded hex-literal v0.4.1
6772026-06-02T17:15:44.786Z Downloaded compression-codecs v0.4.37
6782026-06-02T17:15:44.788Z Downloaded futures-io v0.3.32
6792026-06-02T17:15:44.788Z Downloaded futures-core v0.3.32
6802026-06-02T17:15:44.788Z Downloaded futures-macro v0.3.32
6812026-06-02T17:15:44.791Z Downloaded cfg_aliases v0.2.1
6822026-06-02T17:15:44.791Z Downloaded elliptic-curve v0.13.8
6832026-06-02T17:15:44.794Z Downloaded derive_builder v0.20.2
6842026-06-02T17:15:44.796Z Downloaded git-stub v1.0.0
6852026-06-02T17:15:44.796Z Downloaded chacha20 v0.9.1
6862026-06-02T17:15:44.799Z Downloaded byte-wrapper v0.1.0
6872026-06-02T17:15:44.799Z Downloaded deranged v0.5.8
6882026-06-02T17:15:44.803Z Downloaded blowfish v0.9.1
6892026-06-02T17:15:44.806Z Downloaded hostname v0.4.2
6902026-06-02T17:15:44.806Z Downloaded hostname v0.3.1
6912026-06-02T17:15:44.806Z Downloaded foldhash v0.1.5
6922026-06-02T17:15:44.806Z Downloaded des v0.8.1
6932026-06-02T17:15:44.809Z Downloaded der_derive v0.7.3
6942026-06-02T17:15:44.809Z Downloaded hyper-tls v0.6.0
6952026-06-02T17:15:44.812Z Downloaded httpdate v1.0.3
6962026-06-02T17:15:44.812Z Downloaded headers-core v0.3.0
6972026-06-02T17:15:44.812Z Downloaded futures-executor v0.3.32
6982026-06-02T17:15:44.815Z Downloaded fs_extra v1.3.0
6992026-06-02T17:15:44.815Z Downloaded foldhash v0.2.0
7002026-06-02T17:15:44.818Z Downloaded http-body v1.0.1
7012026-06-02T17:15:44.818Z Downloaded colored v3.1.1
7022026-06-02T17:15:44.820Z Downloaded crc v3.4.0
7032026-06-02T17:15:44.821Z Downloaded corncobs v0.1.4
7042026-06-02T17:15:44.821Z Downloaded home v0.5.12
7052026-06-02T17:15:44.823Z Downloaded constant_time_eq v0.4.2
7062026-06-02T17:15:44.823Z Downloaded hubpack_derive v0.1.1
7072026-06-02T17:15:44.826Z Downloaded ident_case v1.0.1
7082026-06-02T17:15:44.826Z Downloaded hubpack v0.1.2
7092026-06-02T17:15:44.826Z Downloaded bitfield v0.19.4
7102026-06-02T17:15:44.829Z Downloaded backoff v0.4.0
7112026-06-02T17:15:44.829Z Downloaded funty v2.0.0
7122026-06-02T17:15:44.832Z Downloaded fallible-iterator v0.2.0
7132026-06-02T17:15:44.832Z Downloaded either v1.15.0
7142026-06-02T17:15:44.832Z Downloaded arrayvec v0.7.6
7152026-06-02T17:15:44.834Z Downloaded indoc v1.0.9
7162026-06-02T17:15:44.837Z Downloaded instant v0.1.13
7172026-06-02T17:15:44.837Z Downloaded instability v0.3.11
7182026-06-02T17:15:44.840Z Downloaded derive_more v0.99.20
7192026-06-02T17:15:44.843Z Downloaded cargo_metadata v0.23.1
7202026-06-02T17:15:44.843Z Downloaded console v0.15.11
7212026-06-02T17:15:44.846Z Downloaded inout v0.1.4
7222026-06-02T17:15:44.846Z Downloaded group v0.13.0
7232026-06-02T17:15:44.846Z Downloaded illumos-nvpair-sys v0.2.0
7242026-06-02T17:15:44.848Z Downloaded cancel-safe-futures v0.1.5
7252026-06-02T17:15:44.848Z Downloaded illumos-nvpair v0.3.0
7262026-06-02T17:15:44.851Z Downloaded cookie_store v0.22.1
7272026-06-02T17:15:44.854Z Downloaded console v0.16.2
7282026-06-02T17:15:44.854Z Downloaded glob v0.3.3
7292026-06-02T17:15:44.854Z Downloaded git-stub-vcs v0.1.0
7302026-06-02T17:15:44.856Z Downloaded bzip2 v0.4.4
7312026-06-02T17:15:44.859Z Downloaded bitflags v1.3.2
7322026-06-02T17:15:44.859Z Downloaded is-terminal v0.4.17
7332026-06-02T17:15:44.862Z Downloaded http-range v0.1.5
7342026-06-02T17:15:44.862Z Downloaded highway v1.3.0
7352026-06-02T17:15:44.862Z Downloaded bcs v0.1.6
7362026-06-02T17:15:44.866Z Downloaded indent_write v2.2.0
7372026-06-02T17:15:44.866Z Downloaded lazy_static v1.5.0
7382026-06-02T17:15:44.869Z Downloaded keccak v0.1.6
7392026-06-02T17:15:44.869Z Downloaded cookie v0.18.1
7402026-06-02T17:15:44.869Z Downloaded daft v0.1.7
7412026-06-02T17:15:44.872Z Downloaded getrandom v0.2.17
7422026-06-02T17:15:44.872Z Downloaded lalrpop-util v0.19.12
7432026-06-02T17:15:44.875Z Downloaded lzss v0.8.2
7442026-06-02T17:15:44.875Z Downloaded blake2 v0.10.6
7452026-06-02T17:15:44.878Z Downloaded kstat-rs v0.2.4
7462026-06-02T17:15:44.878Z Downloaded bzip2 v0.6.1
7472026-06-02T17:15:44.880Z Downloaded hyper-staticfile v0.10.1
7482026-06-02T17:15:44.880Z Downloaded md5 v0.7.0
7492026-06-02T17:15:44.884Z Downloaded lru-slab v0.1.2
7502026-06-02T17:15:44.884Z Downloaded backon v1.6.0
7512026-06-02T17:15:44.884Z Downloaded libscf-sys v1.1.0
7522026-06-02T17:15:44.887Z Downloaded http-body-util v0.1.3
7532026-06-02T17:15:44.887Z Downloaded maybe-uninit v2.0.0
7542026-06-02T17:15:44.887Z Downloaded managed v0.8.0
7552026-06-02T17:15:44.890Z Downloaded lru-cache v0.1.2
7562026-06-02T17:15:44.890Z Downloaded impl-trait-for-tuples v0.2.3
7572026-06-02T17:15:44.892Z Downloaded async-bb8-diesel v0.2.1
7582026-06-02T17:15:44.892Z Downloaded fixedbitset v0.5.7
7592026-06-02T17:15:44.895Z Downloaded internet-checksum v0.2.1
7602026-06-02T17:15:44.895Z Downloaded ff v0.13.1
7612026-06-02T17:15:44.898Z Downloaded newline-converter v0.3.0
7622026-06-02T17:15:44.898Z Downloaded nodrop v0.1.14
7632026-06-02T17:15:44.898Z Downloaded maplit v1.0.2
7642026-06-02T17:15:44.901Z Downloaded linked-hash-map v0.5.6
7652026-06-02T17:15:44.901Z Downloaded match_cfg v0.1.0
7662026-06-02T17:15:44.901Z Downloaded new_debug_unreachable v1.0.6
7672026-06-02T17:15:44.901Z Downloaded multimap v0.10.1
7682026-06-02T17:15:44.906Z Downloaded newtype-uuid-macros v0.1.0
7692026-06-02T17:15:44.906Z Downloaded ipnet v2.11.0
7702026-06-02T17:15:44.906Z Downloaded memoffset v0.9.1
7712026-06-02T17:15:44.908Z Downloaded ingot v0.1.1
7722026-06-02T17:15:44.908Z Downloaded indoc v2.0.7
7732026-06-02T17:15:44.908Z Downloaded md-5 v0.10.6
7742026-06-02T17:15:44.911Z Downloaded lru v0.12.5
7752026-06-02T17:15:44.911Z Downloaded allocator-api2 v0.2.21
7762026-06-02T17:15:44.914Z Downloaded humantime v2.3.0
7772026-06-02T17:15:44.914Z Downloaded nibble_vec v0.1.0
7782026-06-02T17:15:44.916Z Downloaded mime v0.3.17
7792026-06-02T17:15:44.917Z Downloaded num-conv v0.2.0
7802026-06-02T17:15:44.919Z Downloaded futures-channel v0.3.32
7812026-06-02T17:15:44.919Z Downloaded drift v0.2.0
7822026-06-02T17:15:44.925Z Downloaded normalize-line-endings v0.3.0
7832026-06-02T17:15:44.927Z Downloaded nonempty v0.12.0
7842026-06-02T17:15:44.927Z Downloaded libefi-sys v0.1.0
7852026-06-02T17:15:44.927Z Downloaded jobserver v0.1.34
7862026-06-02T17:15:44.930Z Downloaded num_enum_derive v0.5.11
7872026-06-02T17:15:44.930Z Downloaded num-derive v0.3.3
7882026-06-02T17:15:44.933Z Downloaded num v0.4.3
7892026-06-02T17:15:44.933Z Downloaded hyper-rustls v0.27.7
7902026-06-02T17:15:44.935Z Downloaded dropshot_endpoint v0.17.0
7912026-06-02T17:15:44.938Z Downloaded newtype_derive v0.1.6
7922026-06-02T17:15:44.938Z Downloaded crossterm v0.28.1
7932026-06-02T17:15:44.942Z Downloaded openssl-probe v0.1.6
7942026-06-02T17:15:44.944Z Downloaded hmac v0.12.1
7952026-06-02T17:15:44.944Z Downloaded olpc-cjson v0.1.4
7962026-06-02T17:15:44.947Z Downloaded num-iter v0.1.45
7972026-06-02T17:15:44.947Z Downloaded libsw v3.5.0
7982026-06-02T17:15:44.947Z Downloaded libsw-core v0.3.2
7992026-06-02T17:15:44.950Z Downloaded opaque-debug v0.3.1
8002026-06-02T17:15:44.950Z Downloaded httparse v1.10.1
8012026-06-02T17:15:44.952Z Downloaded compact_str v0.8.1
8022026-06-02T17:15:44.956Z Downloaded oso-derive v0.27.3
8032026-06-02T17:15:44.956Z Downloaded openssl-macros v0.1.1
8042026-06-02T17:15:44.958Z Downloaded multer v3.1.0
8052026-06-02T17:15:44.958Z Downloaded ingot-types v0.1.2
8062026-06-02T17:15:44.958Z Downloaded ingot-macros v0.1.1
8072026-06-02T17:15:44.961Z Downloaded iana-time-zone v0.1.65
8082026-06-02T17:15:44.961Z Downloaded fatfs v0.3.6
8092026-06-02T17:15:44.964Z Downloaded packed_struct_codegen v0.10.1
8102026-06-02T17:15:44.966Z Downloaded openssl-probe v0.2.1
8112026-06-02T17:15:44.966Z Downloaded newtype-uuid v1.3.2
8122026-06-02T17:15:44.966Z Downloaded const-oid v0.9.6
8132026-06-02T17:15:44.970Z Downloaded is_ci v1.2.0
8142026-06-02T17:15:44.970Z Downloaded parse-size v1.1.0
8152026-06-02T17:15:44.973Z Downloaded getrandom v0.3.4
8162026-06-02T17:15:44.973Z Downloaded futures v0.3.32
8172026-06-02T17:15:44.976Z Downloaded mime_guess v2.0.5
8182026-06-02T17:15:44.978Z Downloaded crc-any v2.5.0
8192026-06-02T17:15:44.978Z Downloaded half v2.7.1
8202026-06-02T17:15:44.981Z Downloaded crossterm v0.29.0
8212026-06-02T17:15:44.984Z Downloaded libloading v0.8.9
8222026-06-02T17:15:44.987Z Downloaded parse-display v0.10.0
8232026-06-02T17:15:44.987Z Downloaded lock_api v0.4.14
8242026-06-02T17:15:44.990Z Downloaded der v0.7.10
8252026-06-02T17:15:44.992Z Downloaded phf_shared v0.12.1
8262026-06-02T17:15:44.992Z Downloaded peg-runtime v0.8.5
8272026-06-02T17:15:44.995Z Downloaded pbkdf2 v0.11.0
8282026-06-02T17:15:44.995Z Downloaded num-rational v0.4.2
8292026-06-02T17:15:44.998Z Downloaded phf_shared v0.11.3
8302026-06-02T17:15:44.998Z Downloaded base64 v0.22.1
8312026-06-02T17:15:45.001Z Downloaded num_enum_derive v0.7.5
8322026-06-02T17:15:45.004Z Downloaded num_enum v0.5.11
8332026-06-02T17:15:45.007Z Downloaded num_threads v0.1.7
8342026-06-02T17:15:45.007Z Downloaded memmap2 v0.9.10
8352026-06-02T17:15:45.007Z Downloaded linear-map v1.2.0
8362026-06-02T17:15:45.010Z Downloaded num-integer v0.1.46
8372026-06-02T17:15:45.027Z Downloaded predicates-core v1.0.10
8382026-06-02T17:15:45.030Z Downloaded indexmap v1.9.3
8392026-06-02T17:15:45.030Z Downloaded flate2 v1.1.9
8402026-06-02T17:15:45.033Z Downloaded precomputed-hash v0.1.1
8412026-06-02T17:15:45.036Z Downloaded ignore v0.4.25
8422026-06-02T17:15:45.038Z Downloaded parking_lot_core v0.8.6
8432026-06-02T17:15:45.038Z Downloaded paste v1.0.15
8442026-06-02T17:15:45.041Z Downloaded packed_struct v0.10.1
8452026-06-02T17:15:45.041Z Downloaded progenitor-client v0.10.0
8462026-06-02T17:15:45.044Z Downloaded progenitor-macro v0.13.0
8472026-06-02T17:15:45.044Z Downloaded progenitor-client v0.14.0
8482026-06-02T17:15:45.044Z Downloaded psl-types v2.0.11
8492026-06-02T17:15:45.044Z Downloaded proc-macro-error-attr2 v2.0.0
8502026-06-02T17:15:45.047Z Downloaded proc-macro-crate v1.3.1
8512026-06-02T17:15:45.047Z Downloaded predicates-tree v1.0.13
8522026-06-02T17:15:45.050Z Downloaded progenitor-client v0.11.2
8532026-06-02T17:15:45.050Z Downloaded pem v3.0.6
8542026-06-02T17:15:45.050Z Downloaded bumpalo v3.20.2
8552026-06-02T17:15:45.053Z Downloaded nanorand v0.7.0
8562026-06-02T17:15:45.056Z Downloaded arc-swap v1.8.2
8572026-06-02T17:15:45.059Z Downloaded powerfmt v0.2.0
8582026-06-02T17:15:45.059Z Downloaded peg-macros v0.8.5
8592026-06-02T17:15:45.059Z Downloaded pin-utils v0.1.0
8602026-06-02T17:15:45.063Z Downloaded phf_shared v0.13.1
8612026-06-02T17:15:45.063Z Downloaded progenitor-macro v0.14.0
8622026-06-02T17:15:45.063Z Downloaded progenitor-macro v0.11.2
8632026-06-02T17:15:45.063Z Downloaded pbkdf2 v0.12.2
8642026-06-02T17:15:45.066Z Downloaded heapless v0.7.17
8652026-06-02T17:15:45.066Z Downloaded headers v0.4.1
8662026-06-02T17:15:45.069Z Downloaded quick-error v1.2.3
8672026-06-02T17:15:45.072Z Downloaded pem-rfc7468 v0.7.0
8682026-06-02T17:15:45.072Z Downloaded num_enum v0.7.5
8692026-06-02T17:15:45.075Z Downloaded radium v0.7.0
8702026-06-02T17:15:45.079Z Downloaded libbz2-rs-sys v0.2.2
8712026-06-02T17:15:45.079Z Downloaded phf v0.13.1
8722026-06-02T17:15:45.082Z Downloaded const_format v0.2.35
8732026-06-02T17:15:45.086Z Downloaded ppv-lite86 v0.2.21
8742026-06-02T17:15:45.086Z Downloaded pkg-config v0.3.32
8752026-06-02T17:15:45.089Z Downloaded pkcs8 v0.10.2
8762026-06-02T17:15:45.089Z Downloaded pin-project-lite v0.2.17
8772026-06-02T17:15:45.092Z Downloaded rand_chacha v0.3.1
8782026-06-02T17:15:45.092Z Downloaded ref-cast v1.0.25
8792026-06-02T17:15:45.095Z Downloaded recursive-proc-macro-impl v0.1.1
8802026-06-02T17:15:45.095Z Downloaded parking_lot v0.11.2
8812026-06-02T17:15:45.097Z Downloaded parking_lot v0.12.5
8822026-06-02T17:15:45.097Z Downloaded predicates v3.1.4
8832026-06-02T17:15:45.100Z Downloaded postgres-protocol v0.6.10
8842026-06-02T17:15:45.103Z Downloaded progenitor-extras v0.2.0
8852026-06-02T17:15:45.103Z Downloaded progenitor v0.14.0
8862026-06-02T17:15:45.106Z Downloaded primeorder v0.13.6
8872026-06-02T17:15:45.106Z Downloaded password-hash v0.5.0
8882026-06-02T17:15:45.109Z Downloaded ref-cast-impl v1.0.25
8892026-06-02T17:15:45.109Z Downloaded password-hash v0.4.2
8902026-06-02T17:15:45.109Z Downloaded parking_lot_core v0.9.12
8912026-06-02T17:15:45.112Z Downloaded progenitor-client v0.13.0
8922026-06-02T17:15:45.112Z Downloaded ar_archive_writer v0.5.1
8932026-06-02T17:15:45.116Z Downloaded progenitor v0.13.0
8942026-06-02T17:15:45.116Z Downloaded progenitor v0.11.2
8952026-06-02T17:15:45.121Z Downloaded proc-macro-crate v3.4.0
8962026-06-02T17:15:45.121Z Downloaded indicatif v0.18.4
8972026-06-02T17:15:45.124Z Downloaded hickory-resolver v0.25.2
8982026-06-02T17:15:45.124Z Downloaded rfc6979 v0.4.0
8992026-06-02T17:15:45.126Z Downloaded rustc_version v0.1.7
9002026-06-02T17:15:45.127Z Downloaded poly1305 v0.8.0
9012026-06-02T17:15:45.127Z Downloaded aho-corasick v1.1.4
9022026-06-02T17:15:45.129Z Downloaded rustc_version v0.4.1
9032026-06-02T17:15:45.132Z Downloaded owo-colors v4.3.0
9042026-06-02T17:15:45.132Z Downloaded hickory-resolver v0.24.4
9052026-06-02T17:15:45.135Z Downloaded heapless v0.8.0
9062026-06-02T17:15:45.138Z Downloaded rtoolbox v0.0.3
9072026-06-02T17:15:45.141Z Downloaded derive_more v2.1.1
9082026-06-02T17:15:45.146Z Downloaded rustc-hash v2.1.1
9092026-06-02T17:15:45.149Z Downloaded recursive v0.1.1
9102026-06-02T17:15:45.149Z Downloaded ed25519-dalek v2.2.0
9112026-06-02T17:15:45.151Z Downloaded diesel_derives v2.3.7
9122026-06-02T17:15:45.158Z Downloaded sapling-renderdag v0.1.0
9132026-06-02T17:15:45.160Z Downloaded same-file v1.0.6
9142026-06-02T17:15:45.160Z Downloaded oso v0.27.3
9152026-06-02T17:15:45.160Z Downloaded salsa20 v0.10.2
9162026-06-02T17:15:45.163Z Downloaded postcard v1.1.3
9172026-06-02T17:15:45.163Z Downloaded papergrid v0.17.0
9182026-06-02T17:15:45.166Z Downloaded proc-macro-error2 v2.0.1
9192026-06-02T17:15:45.169Z Downloaded psm v0.1.30
9202026-06-02T17:15:45.171Z Downloaded scheduled-thread-pool v0.2.7
9212026-06-02T17:15:45.171Z Downloaded scrypt v0.11.0
9222026-06-02T17:15:45.174Z Downloaded scroll_derive v0.13.1
9232026-06-02T17:15:45.174Z Downloaded p256 v0.13.2
9242026-06-02T17:15:45.177Z Downloaded russh-cryptovec v0.7.3
9252026-06-02T17:15:45.177Z Downloaded rand_xorshift v0.4.0
9262026-06-02T17:15:45.177Z Downloaded resolv-conf v0.7.6
9272026-06-02T17:15:45.180Z Downloaded rand_seeder v0.4.0
9282026-06-02T17:15:45.180Z Downloaded rand_core v0.10.0
9292026-06-02T17:15:45.183Z Downloaded rand_core v0.6.4
9302026-06-02T17:15:45.183Z Downloaded rand_chacha v0.9.0
9312026-06-02T17:15:45.183Z Downloaded r2d2 v0.8.10
9322026-06-02T17:15:45.185Z Downloaded peg v0.8.5
9332026-06-02T17:15:45.188Z Downloaded jiff-static v0.2.21
9342026-06-02T17:15:45.191Z Downloaded serde_plain v1.0.2
9352026-06-02T17:15:45.191Z Downloaded serde_bytes v0.11.19
9362026-06-02T17:15:45.191Z Downloaded secrecy v0.10.3
9372026-06-02T17:15:45.194Z Downloaded serde-big-array v0.5.1
9382026-06-02T17:15:45.194Z Downloaded secrecy v0.8.0
9392026-06-02T17:15:45.194Z Downloaded hyper-util v0.1.20
9402026-06-02T17:15:45.198Z Downloaded serde_repr v0.1.20
9412026-06-02T17:15:45.200Z Downloaded serde_spanned v1.0.4
9422026-06-02T17:15:45.200Z Downloaded seq-macro v0.3.6
9432026-06-02T17:15:45.203Z Downloaded semver v0.1.20
9442026-06-02T17:15:45.203Z Downloaded rustls-pemfile v2.2.0
9452026-06-02T17:15:45.206Z Downloaded serde_urlencoded v0.7.1
9462026-06-02T17:15:45.206Z Downloaded signature v2.2.0
9472026-06-02T17:15:45.210Z Downloaded signal-hook-tokio v0.3.1
9482026-06-02T17:15:45.210Z Downloaded quinn-udp v0.5.14
9492026-06-02T17:15:45.211Z Downloaded rustls-pemfile v1.0.4
9502026-06-02T17:15:45.214Z Downloaded rand_core v0.9.5
9512026-06-02T17:15:45.214Z Downloaded rusty-fork v0.3.1
9522026-06-02T17:15:45.214Z Downloaded shell-words v1.1.1
9532026-06-02T17:15:45.214Z Downloaded sha1 v0.10.6
9542026-06-02T17:15:45.218Z Downloaded pkcs1 v0.7.5
9552026-06-02T17:15:45.218Z Downloaded rustls-native-certs v0.8.3
9562026-06-02T17:15:45.222Z Downloaded rustversion v1.0.22
9572026-06-02T17:15:45.222Z Downloaded postgres-types v0.2.12
9582026-06-02T17:15:45.224Z Downloaded siphasher v1.0.2
9592026-06-02T17:15:45.225Z Downloaded sigpipe v0.1.3
9602026-06-02T17:15:45.225Z Downloaded polyval v0.6.2
9612026-06-02T17:15:45.228Z Downloaded pin-project v1.1.11
9622026-06-02T17:15:45.232Z Downloaded miniz_oxide v0.8.9
9632026-06-02T17:15:45.235Z Downloaded pkcs5 v0.7.1
9642026-06-02T17:15:45.238Z Downloaded prefix-trie v0.7.0
9652026-06-02T17:15:45.241Z Downloaded pin-project-internal v1.1.11
9662026-06-02T17:15:45.241Z Downloaded omicron-zone-package v0.12.2
9672026-06-02T17:15:45.243Z Downloaded hashbrown v0.13.2
9682026-06-02T17:15:45.246Z Downloaded scopeguard v1.2.0
9692026-06-02T17:15:45.246Z Downloaded schemars_derive v0.8.22
9702026-06-02T17:15:45.249Z Downloaded scroll v0.13.0
9712026-06-02T17:15:45.249Z Downloaded slog-bunyan v2.5.0
9722026-06-02T17:15:45.249Z Downloaded slog-envlogger v2.2.0
9732026-06-02T17:15:45.252Z Downloaded progenitor-impl v0.13.0
9742026-06-02T17:15:45.252Z Downloaded hickory-server v0.25.2
9752026-06-02T17:15:45.255Z Downloaded progenitor-impl v0.14.0
9762026-06-02T17:15:45.257Z Downloaded expectorate v1.2.0
9772026-06-02T17:15:45.260Z Downloaded derive_more-impl v2.1.1
9782026-06-02T17:15:45.263Z Downloaded serde_derive_internals v0.29.1
9792026-06-02T17:15:45.263Z Downloaded rustls-pki-types v1.14.0
9802026-06-02T17:15:45.266Z Downloaded serde_with_macros v1.5.2
9812026-06-02T17:15:45.266Z Downloaded serde_path_to_error v0.1.20
9822026-06-02T17:15:45.269Z Downloaded ssh-cipher v0.2.0
9832026-06-02T17:15:45.269Z Downloaded ssh-encoding v0.2.0
9842026-06-02T17:15:45.269Z Downloaded sqlparser_derive v0.5.0
9852026-06-02T17:15:45.271Z Downloaded serde-hex v0.1.0
9862026-06-02T17:15:45.272Z Downloaded sec1 v0.7.3
9872026-06-02T17:15:45.274Z Downloaded simd-adler32 v0.3.8
9882026-06-02T17:15:45.275Z Downloaded phf v0.12.1
9892026-06-02T17:15:45.277Z Downloaded russh-keys v0.45.0
9902026-06-02T17:15:45.277Z Downloaded http v1.4.0
9912026-06-02T17:15:45.282Z Downloaded hashbrown v0.12.3
9922026-06-02T17:15:45.285Z Downloaded parse-display-derive v0.10.0
9932026-06-02T17:15:45.285Z Downloaded oxnet v0.1.4
9942026-06-02T17:15:45.285Z Downloaded structmeta-derive v0.3.0
9952026-06-02T17:15:45.287Z Downloaded strsim v0.10.0
9962026-06-02T17:15:45.287Z Downloaded openssl-sys v0.9.115
9972026-06-02T17:15:45.290Z Downloaded structmeta v0.3.0
9982026-06-02T17:15:45.293Z Downloaded strip-ansi-escapes v0.2.1
9992026-06-02T17:15:45.293Z Downloaded prettyplease v0.2.37
10002026-06-02T17:15:45.296Z Downloaded dropshot-api-manager v0.7.2
10012026-06-02T17:15:45.299Z Downloaded strum v0.27.2
10022026-06-02T17:15:45.299Z Downloaded signal-hook-mio v0.2.5
10032026-06-02T17:15:45.302Z Downloaded shlex v1.3.0
10042026-06-02T17:15:45.302Z Downloaded sync_wrapper v1.0.2
10052026-06-02T17:15:45.302Z Downloaded subtle v2.6.1
10062026-06-02T17:15:45.305Z Downloaded slab v0.4.12
10072026-06-02T17:15:45.305Z Downloaded strum v0.26.3
10082026-06-02T17:15:45.305Z Downloaded sync-ptr v0.1.4
10092026-06-02T17:15:45.305Z Downloaded supports-color v3.0.2
10102026-06-02T17:15:45.309Z Downloaded signal-hook-registry v1.4.8
10112026-06-02T17:15:45.309Z Downloaded slog-async v2.8.0
10122026-06-02T17:15:45.311Z Downloaded ron v0.8.1
10132026-06-02T17:15:45.311Z Downloaded slog-json v2.6.1
10142026-06-02T17:15:45.315Z Downloaded aes-gcm v0.10.3
10152026-06-02T17:15:45.319Z Downloaded rcgen v0.12.1
10162026-06-02T17:15:45.322Z Downloaded tagptr v0.2.0
10172026-06-02T17:15:45.322Z Downloaded tap v1.0.1
10182026-06-02T17:15:45.322Z Downloaded take_mut v0.2.2
10192026-06-02T17:15:45.322Z Downloaded tabwriter v1.4.1
10202026-06-02T17:15:45.322Z Downloaded tabled_derive v0.11.0
10212026-06-02T17:15:45.326Z Downloaded slog-dtrace v0.3.0
10222026-06-02T17:15:45.326Z Downloaded testing_table v0.3.0
10232026-06-02T17:15:45.326Z Downloaded spki v0.7.3
10242026-06-02T17:15:45.329Z Downloaded slog-term v2.9.2
10252026-06-02T17:15:45.329Z Downloaded smallvec v0.6.14
10262026-06-02T17:15:45.329Z Downloaded slog-stdlog v4.1.1
10272026-06-02T17:15:45.332Z Downloaded minimal-lexical v0.2.1
10282026-06-02T17:15:45.335Z Downloaded itertools v0.10.5
10292026-06-02T17:15:45.337Z Downloaded thread-id v5.1.0
10302026-06-02T17:15:45.340Z Downloaded thiserror-impl-no-std v2.0.2
10312026-06-02T17:15:45.340Z Downloaded smf v0.2.3
10322026-06-02T17:15:45.343Z Downloaded slog-scope v4.4.1
10332026-06-02T17:15:45.343Z Downloaded sct v0.7.1
10342026-06-02T17:15:45.345Z Downloaded static_assertions v1.1.0
10352026-06-02T17:15:45.345Z Downloaded stacker v0.1.23
10362026-06-02T17:15:45.348Z Downloaded rayon-core v1.13.0
10372026-06-02T17:15:45.351Z Downloaded snafu-derive v0.8.9
10382026-06-02T17:15:45.351Z Downloaded progenitor-impl v0.11.2
10392026-06-02T17:15:45.354Z Downloaded stringprep v0.1.5
10402026-06-02T17:15:45.354Z Downloaded sqlformat v0.3.5
10412026-06-02T17:15:45.357Z Downloaded tinyvec_macros v0.1.1
10422026-06-02T17:15:45.357Z Downloaded time-core v0.1.8
10432026-06-02T17:15:45.357Z Downloaded pretty_assertions v1.4.1
10442026-06-02T17:15:45.360Z Downloaded aes v0.8.4
10452026-06-02T17:15:45.363Z Downloaded mio v1.2.0
10462026-06-02T17:15:45.365Z Downloaded string_cache v0.8.9
10472026-06-02T17:15:45.369Z Downloaded ryu v1.0.23
10482026-06-02T17:15:45.369Z Downloaded oxide-tokio-rt v0.1.4
10492026-06-02T17:15:45.373Z Downloaded native-tls v0.2.18
10502026-06-02T17:15:45.373Z Downloaded tokio-macros v2.7.0
10512026-06-02T17:15:45.377Z Downloaded strum_macros v0.27.2
10522026-06-02T17:15:45.377Z Downloaded strum_macros v0.26.4
10532026-06-02T17:15:45.377Z Downloaded support-bundle-viewer v0.1.2
10542026-06-02T17:15:45.377Z Downloaded litrs v1.0.0
10552026-06-02T17:15:45.380Z Downloaded flume v0.11.1
10562026-06-02T17:15:45.382Z Downloaded path-slash v0.1.5
10572026-06-02T17:15:45.382Z Downloaded num-derive v0.4.2
10582026-06-02T17:15:45.385Z Downloaded num-complex v0.4.6
10592026-06-02T17:15:45.385Z Downloaded termios v0.3.3
10602026-06-02T17:15:45.388Z Downloaded schemars v0.8.22
10612026-06-02T17:15:45.393Z Downloaded tower-layer v0.3.3
10622026-06-02T17:15:45.395Z Downloaded topological-sort v0.2.2
10632026-06-02T17:15:45.395Z Downloaded termtree v0.5.1
10642026-06-02T17:15:45.398Z Downloaded quinn v0.11.9
10652026-06-02T17:15:45.398Z Downloaded thread_local v1.1.9
10662026-06-02T17:15:45.401Z Downloaded rustls-platform-verifier v0.6.2
10672026-06-02T17:15:45.403Z Downloaded thiserror-no-std v2.0.2
10682026-06-02T17:15:45.406Z Downloaded try-lock v0.2.5
10692026-06-02T17:15:45.406Z Downloaded num-bigint v0.4.6
10702026-06-02T17:15:45.409Z Downloaded trait-variant v0.1.2
10712026-06-02T17:15:45.412Z Downloaded tower-service v0.3.3
10722026-06-02T17:15:45.412Z Downloaded time-macros v0.2.27
10732026-06-02T17:15:45.415Z Downloaded rand v0.8.6
10742026-06-02T17:15:45.415Z Downloaded libxml v0.3.3
10752026-06-02T17:15:45.418Z Downloaded qorb v0.4.1
10762026-06-02T17:15:45.421Z Downloaded typify-macro v0.6.2
10772026-06-02T17:15:45.424Z Downloaded tls_codec_derive v0.4.2
10782026-06-02T17:15:45.424Z Downloaded tiny-keccak v2.0.2
10792026-06-02T17:15:45.426Z Downloaded universal-hash v0.5.1
10802026-06-02T17:15:45.426Z Downloaded unarray v0.1.4
10812026-06-02T17:15:45.426Z Downloaded typify-macro v0.4.3
10822026-06-02T17:15:45.429Z Downloaded nom v7.1.3
10832026-06-02T17:15:45.432Z Downloaded untrusted v0.7.1
10842026-06-02T17:15:45.432Z Downloaded serde_yaml v0.9.34+deprecated
10852026-06-02T17:15:45.435Z Downloaded tokio-native-tls v0.3.1
10862026-06-02T17:15:45.437Z Downloaded similar v2.7.0
10872026-06-02T17:15:45.440Z Downloaded tokio-dtrace v0.1.1
10882026-06-02T17:15:45.452Z Downloaded publicsuffix v2.3.0
10892026-06-02T17:15:45.452Z Downloaded usdt-attr-macro v0.6.0
10902026-06-02T17:15:45.452Z Downloaded unit-prefix v0.5.2
10912026-06-02T17:15:45.452Z Downloaded tokio-rustls v0.25.0
10922026-06-02T17:15:45.452Z Downloaded utf-8 v0.7.6
10932026-06-02T17:15:45.452Z Downloaded usdt v0.6.0
10942026-06-02T17:15:45.452Z Downloaded tokio-tungstenite v0.21.0
10952026-06-02T17:15:45.452Z Downloaded schemars v0.9.0
10962026-06-02T17:15:45.456Z Downloaded usdt-macro v0.6.0
10972026-06-02T17:15:45.458Z Downloaded itertools v0.13.0
10982026-06-02T17:15:45.461Z Downloaded toml_datetime v1.0.0+spec-1.1.0
10992026-06-02T17:15:45.464Z Downloaded term v1.2.1
11002026-06-02T17:15:45.464Z Downloaded toml_writer v1.0.6+spec-1.1.0
11012026-06-02T17:15:45.467Z Downloaded term v0.7.0
11022026-06-02T17:15:45.469Z Downloaded hashbrown v0.15.5
11032026-06-02T17:15:45.472Z Downloaded rsa v0.9.10
11042026-06-02T17:15:45.475Z Downloaded spin v0.9.8
11052026-06-02T17:15:45.478Z Downloaded serde_with_macros v3.17.0
11062026-06-02T17:15:45.478Z Downloaded wait-timeout v0.2.1
11072026-06-02T17:15:45.481Z Downloaded serde_cbor v0.11.2
11082026-06-02T17:15:45.481Z Downloaded waitgroup v0.1.2
11092026-06-02T17:15:45.484Z Downloaded void v1.0.2
11102026-06-02T17:15:45.484Z Downloaded itertools v0.12.1
11112026-06-02T17:15:45.487Z Downloaded rand v0.9.2
11122026-06-02T17:15:45.489Z Downloaded rand v0.10.0
11132026-06-02T17:15:45.492Z Downloaded subprocess v0.2.15
11142026-06-02T17:15:45.495Z Downloaded tls_codec v0.4.2
11152026-06-02T17:15:45.498Z Downloaded hashbrown v0.16.1
11162026-06-02T17:15:45.500Z Downloaded unicode-truncate v1.1.0
11172026-06-02T17:15:45.500Z Downloaded num-bigint-dig v0.8.6
11182026-06-02T17:15:45.503Z Downloaded hyper v1.8.1
11192026-06-02T17:15:45.507Z Downloaded xattr v1.6.1
11202026-06-02T17:15:45.510Z Downloaded want v0.3.1
11212026-06-02T17:15:45.510Z Downloaded schemars v1.2.1
11222026-06-02T17:15:45.517Z Downloaded xshell-macros v0.2.7
11232026-06-02T17:15:45.520Z Downloaded signal-hook v0.3.18
11242026-06-02T17:15:45.520Z Downloaded samael v0.0.19
11252026-06-02T17:15:45.524Z Downloaded uzers v0.12.2
11262026-06-02T17:15:45.526Z Downloaded tokio-rustls v0.24.1
11272026-06-02T17:15:45.529Z Downloaded zone_cfg_derive v0.3.1
11282026-06-02T17:15:45.529Z Downloaded vergen-lib v0.1.6
11292026-06-02T17:15:45.529Z Downloaded itertools v0.14.0
11302026-06-02T17:15:45.533Z Downloaded usdt-impl v0.6.0
11312026-06-02T17:15:45.536Z Downloaded h2 v0.4.13
11322026-06-02T17:15:45.539Z Downloaded zeroize_derive v1.4.3
11332026-06-02T17:15:45.539Z Downloaded vergen-gitcl v1.0.8
11342026-06-02T17:15:45.541Z Downloaded test-strategy v0.4.5
11352026-06-02T17:15:45.544Z Downloaded blake3 v1.8.3
11362026-06-02T17:15:45.548Z Downloaded zone v0.3.1
11372026-06-02T17:15:45.550Z Downloaded vsss-rs v3.3.4
11382026-06-02T17:15:45.550Z Downloaded vergen-git2 v9.1.0
11392026-06-02T17:15:45.553Z Downloaded socket2 v0.6.3
11402026-06-02T17:15:45.553Z Downloaded walkdir v2.5.0
11412026-06-02T17:15:45.556Z Downloaded twox-hash v2.1.2
11422026-06-02T17:15:45.556Z Downloaded socket2 v0.5.10
11432026-06-02T17:15:45.560Z Downloaded rustls-webpki v0.103.9
11442026-06-02T17:15:45.560Z Downloaded hkdf v0.12.4
11452026-06-02T17:15:45.563Z Downloaded unicase v2.9.0
11462026-06-02T17:15:45.563Z Downloaded tui-tree-widget v0.23.1
11472026-06-02T17:15:45.565Z Downloaded strum_macros v0.24.3
11482026-06-02T17:15:45.565Z Downloaded untrusted v0.9.0
11492026-06-02T17:15:45.565Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11502026-06-02T17:15:45.568Z Downloaded wyz v0.5.1
11512026-06-02T17:15:45.568Z Downloaded whoami v2.1.0
11522026-06-02T17:15:45.570Z Downloaded tokio-stream v0.1.18
11532026-06-02T17:15:45.573Z Downloaded tinyvec v1.10.0
11542026-06-02T17:15:45.573Z Downloaded slog v2.8.2
11552026-06-02T17:15:45.576Z Downloaded whoami v1.6.1
11562026-06-02T17:15:45.579Z Downloaded tokio-rustls v0.26.4
11572026-06-02T17:15:45.579Z Downloaded p521 v0.13.3
11582026-06-02T17:15:45.581Z Downloaded xshell v0.2.7
11592026-06-02T17:15:45.581Z Downloaded tokio-tungstenite v0.23.1
11602026-06-02T17:15:45.584Z Downloaded futures-util v0.3.32
11612026-06-02T17:15:45.590Z Downloaded vergen-lib v9.1.0
11622026-06-02T17:15:45.593Z Downloaded snafu v0.8.9
11632026-06-02T17:15:45.595Z Downloaded zeroize v1.8.2
11642026-06-02T17:15:45.598Z Downloaded toml_parser v1.0.9+spec-1.1.0
11652026-06-02T17:15:45.598Z Downloaded tracing-core v0.1.36
11662026-06-02T17:15:45.602Z Downloaded zstd v0.13.3
11672026-06-02T17:15:45.606Z Downloaded vergen v9.1.0
11682026-06-02T17:15:45.606Z Downloaded toml v1.0.6+spec-1.1.0
11692026-06-02T17:15:45.608Z Downloaded toml v0.7.8
11702026-06-02T17:15:45.608Z Downloaded tar v0.4.45
11712026-06-02T17:15:45.611Z Downloaded zstd-safe v7.2.4
11722026-06-02T17:15:45.611Z Downloaded russh v0.45.0
11732026-06-02T17:15:45.614Z Downloaded libm v0.2.16
11742026-06-02T17:15:45.620Z Downloaded unicode-properties v0.1.4
11752026-06-02T17:15:45.622Z Downloaded yasna v0.5.2
11762026-06-02T17:15:45.625Z Downloaded typify v0.6.2
11772026-06-02T17:15:45.625Z Downloaded iddqd v0.4.2
11782026-06-02T17:15:45.631Z Downloaded unicode-bidi v0.3.18
11792026-06-02T17:15:45.633Z Downloaded typify v0.4.3
11802026-06-02T17:15:45.636Z Downloaded uuid v1.23.0
11812026-06-02T17:15:45.639Z Downloaded tungstenite v0.21.0
11822026-06-02T17:15:45.642Z Downloaded zerocopy v0.6.6
11832026-06-02T17:15:45.642Z Downloaded toml_edit v0.23.10+spec-1.0.0
11842026-06-02T17:15:45.644Z Downloaded tracing-attributes v0.1.31
11852026-06-02T17:15:45.647Z Downloaded steno v0.4.1
11862026-06-02T17:15:45.649Z Downloaded rustyline v14.0.0
11872026-06-02T17:15:45.652Z Downloaded iri-string v0.7.10
11882026-06-02T17:15:45.655Z Downloaded unsafe-libyaml v0.2.11
11892026-06-02T17:15:45.658Z Downloaded serde_with v1.14.0
11902026-06-02T17:15:45.661Z Downloaded bitvec v1.0.1
11912026-06-02T17:15:45.671Z Downloaded tungstenite v0.23.0
11922026-06-02T17:15:45.675Z Downloaded nu-ansi-term v0.50.3
11932026-06-02T17:15:45.677Z Downloaded darling_core v0.23.0
11942026-06-02T17:15:45.682Z Downloaded reedline v0.40.0
11952026-06-02T17:15:45.685Z Downloaded tokio-postgres v0.7.16
11962026-06-02T17:15:45.687Z Downloaded darling_core v0.13.4
11972026-06-02T17:15:45.690Z Downloaded ipnetwork v0.21.1
11982026-06-02T17:15:45.690Z Downloaded half v1.8.3
11992026-06-02T17:15:45.693Z Downloaded globset v0.4.18
12002026-06-02T17:15:45.693Z Downloaded derive-where v1.6.0
12012026-06-02T17:15:45.695Z Downloaded zopfli v0.8.3
12022026-06-02T17:15:45.695Z Downloaded unicode_categories v0.1.1
12032026-06-02T17:15:45.698Z Downloaded vte v0.14.1
12042026-06-02T17:15:45.701Z Downloaded ssh-key v0.6.7
12052026-06-02T17:15:45.704Z Downloaded git2 v0.20.4
12062026-06-02T17:15:45.708Z Downloaded regex v1.12.3
12072026-06-02T17:15:45.711Z Downloaded p384 v0.13.1
12082026-06-02T17:15:45.715Z Downloaded toml_edit v0.19.15
12092026-06-02T17:15:45.725Z Downloaded yansi v1.0.1
12102026-06-02T17:15:45.728Z Downloaded chrono v0.4.44
12112026-06-02T17:15:45.732Z Downloaded rpassword v7.4.0
12122026-06-02T17:15:45.735Z Downloaded bit-vec v0.8.0
12132026-06-02T17:15:45.735Z Downloaded base64ct v1.8.3
12142026-06-02T17:15:45.738Z Downloaded hex v0.4.3
12152026-06-02T17:15:45.738Z Downloaded fixedbitset v0.4.2
12162026-06-02T17:15:45.738Z Downloaded zerocopy-derive v0.8.40
12172026-06-02T17:15:45.742Z Downloaded rayon v1.11.0
12182026-06-02T17:15:45.748Z Downloaded tower v0.5.3
12192026-06-02T17:15:45.754Z Downloaded zip v0.6.6
12202026-06-02T17:15:45.757Z Downloaded reqwest v0.13.2
12212026-06-02T17:15:45.760Z Downloaded reqwest v0.12.28
12222026-06-02T17:15:45.763Z Downloaded typed-path v0.9.3
12232026-06-02T17:15:45.766Z Downloaded portable-atomic v1.13.1
12242026-06-02T17:15:45.771Z Downloaded lalrpop v0.19.12
12252026-06-02T17:15:45.777Z Downloaded salty v0.3.0
12262026-06-02T17:15:45.781Z Downloaded unicode-segmentation v1.12.0
12272026-06-02T17:15:45.785Z Downloaded aws-lc-rs v1.16.3
12282026-06-02T17:15:45.788Z Downloaded quick-xml v0.37.5
12292026-06-02T17:15:45.792Z Downloaded rustls-webpki v0.101.7
12302026-06-02T17:15:45.800Z Downloaded proptest v1.10.0
12312026-06-02T17:15:45.805Z Downloaded tokio-util v0.7.18
12322026-06-02T17:15:45.809Z Downloaded tower-http v0.6.8
12332026-06-02T17:15:45.815Z Downloaded zip v4.6.1
12342026-06-02T17:15:45.819Z Downloaded tough v0.22.0
12352026-06-02T17:15:45.821Z Downloaded x509-cert v0.2.5
12362026-06-02T17:15:45.824Z Downloaded unicode-normalization v0.1.25
12372026-06-02T17:15:45.826Z Downloaded petname v2.0.2
12382026-06-02T17:15:45.829Z Downloaded goblin v0.10.5
12392026-06-02T17:15:45.835Z Downloaded moka v0.12.13
12402026-06-02T17:15:45.838Z Downloaded fs-err v2.11.0
12412026-06-02T17:15:45.841Z Downloaded cmake v0.1.57
12422026-06-02T17:15:45.841Z Downloaded camino-tempfile-ext v0.3.3
12432026-06-02T17:15:45.841Z Downloaded hash32 v0.3.1
12442026-06-02T17:15:45.844Z Downloaded data-encoding v2.10.0
12452026-06-02T17:15:45.844Z Downloaded diff v0.1.13
12462026-06-02T17:15:45.844Z Downloaded cipher v0.4.4
12472026-06-02T17:15:45.847Z Downloaded chacha20 v0.10.0
12482026-06-02T17:15:45.847Z Downloaded base64 v0.21.7
12492026-06-02T17:15:45.849Z Downloaded argon2 v0.5.3
12502026-06-02T17:15:45.849Z Downloaded dof v0.4.0
12512026-06-02T17:15:45.852Z Downloaded ciborium-io v0.2.2
12522026-06-02T17:15:45.852Z Downloaded bitfield-macros v0.19.4
12532026-06-02T17:15:45.852Z Downloaded array-init v0.0.4
12542026-06-02T17:15:45.852Z Downloaded quinn-proto v0.11.13
12552026-06-02T17:15:45.855Z Downloaded curve25519-dalek v4.1.3
12562026-06-02T17:15:45.860Z Downloaded rustls-webpki v0.102.8
12572026-06-02T17:15:45.870Z Downloaded env_logger v0.11.9
12582026-06-02T17:15:45.873Z Downloaded bstr v1.12.1
12592026-06-02T17:15:45.876Z Downloaded radix_trie v0.2.1
12602026-06-02T17:15:45.880Z Downloaded nix v0.27.1
12612026-06-02T17:15:45.886Z Downloaded openssl v0.10.79
12622026-06-02T17:15:45.892Z Downloaded serde_with v3.17.0
12632026-06-02T17:15:45.898Z Downloaded object v0.30.4
12642026-06-02T17:15:45.904Z Downloaded winnow v0.6.26
12652026-06-02T17:15:45.908Z Downloaded time v0.3.47
12662026-06-02T17:15:45.915Z Downloaded diesel-dtrace v0.5.0
12672026-06-02T17:15:45.920Z Downloaded winnow v0.5.40
12682026-06-02T17:15:45.930Z Downloaded nix v0.31.2
12692026-06-02T17:15:45.935Z Downloaded nix v0.28.0
12702026-06-02T17:15:45.945Z Downloaded vcpkg v0.2.15
12712026-06-02T17:15:45.967Z Downloaded tabled v0.20.0
12722026-06-02T17:15:45.978Z Downloaded bzip2-sys v0.1.13+1.0.8
12732026-06-02T17:15:45.984Z Downloaded rustls v0.22.4
12742026-06-02T17:15:45.991Z Downloaded zerocopy v0.8.40
12752026-06-02T17:15:45.996Z Downloaded smoltcp v0.9.1
12762026-06-02T17:15:46.002Z Downloaded regex-syntax v0.6.29
12772026-06-02T17:15:46.006Z Downloaded rustls v0.21.12
12782026-06-02T17:15:46.012Z Downloaded openapiv3 v2.2.0
12792026-06-02T17:15:46.018Z Downloaded regress v0.11.1
12802026-06-02T17:15:46.023Z Downloaded dropshot v0.17.0
12812026-06-02T17:15:46.036Z Downloaded object v0.37.3
12822026-06-02T17:15:46.042Z Downloaded hickory-proto v0.24.4
12832026-06-02T17:15:46.052Z Downloaded polar-core v0.27.3
12842026-06-02T17:15:46.058Z Downloaded webpki-roots v1.0.6
12852026-06-02T17:15:46.060Z Downloaded zlib-rs v0.6.2
12862026-06-02T17:15:46.065Z Downloaded regress v0.10.5
12872026-06-02T17:15:46.070Z Downloaded regex-syntax v0.8.10
12882026-06-02T17:15:46.075Z Downloaded diesel v2.3.7
12892026-06-02T17:15:46.087Z Downloaded smoltcp v0.11.0
12902026-06-02T17:15:46.094Z Downloaded sled v0.34.7
12912026-06-02T17:15:46.100Z Downloaded rustix v0.38.44
12922026-06-02T17:15:46.112Z Downloaded typify-impl v0.4.3
12932026-06-02T17:15:46.121Z Downloaded rustls v0.23.37
12942026-06-02T17:15:46.127Z Downloaded ratatui v0.29.0
12952026-06-02T17:15:46.138Z Downloaded hickory-proto v0.25.2
12962026-06-02T17:15:46.167Z Downloaded petgraph v0.6.5
12972026-06-02T17:15:46.176Z Downloaded chrono-tz v0.10.4
12982026-06-02T17:15:46.187Z Downloaded sqlparser v0.61.0
12992026-06-02T17:15:46.206Z Downloaded typify-impl v0.6.2
13002026-06-02T17:15:46.214Z Downloaded petgraph v0.8.3
13012026-06-02T17:15:46.227Z Downloaded libz-sys v1.1.24
13022026-06-02T17:15:46.239Z Downloaded zerocopy-derive v0.6.6
13032026-06-02T17:15:46.244Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13042026-06-02T17:15:46.255Z Downloaded tracing v0.1.44
13052026-06-02T17:15:46.267Z Downloaded regex-automata v0.4.14
13062026-06-02T17:15:46.278Z Downloaded csv v1.4.0
13072026-06-02T17:15:46.288Z Downloaded jiff v0.2.21
13082026-06-02T17:15:46.315Z Downloaded sha3 v0.10.8
13092026-06-02T17:15:46.335Z Downloaded tokio v1.52.1
13102026-06-02T17:15:46.358Z Downloaded ring v0.17.14
13112026-06-02T17:15:46.410Z Downloaded encoding_rs v0.8.35
13122026-06-02T17:15:46.438Z Downloaded libgit2-sys v0.18.3+1.9.2
13132026-06-02T17:15:46.871Z Downloaded aws-lc-sys v0.40.0
13142026-06-02T17:15:47.117Z Compiling libc v0.2.185
13152026-06-02T17:15:47.117Z Compiling serde v1.0.228
13162026-06-02T17:15:47.123Z Compiling log v0.4.29
13172026-06-02T17:15:47.123Z Compiling find-msvc-tools v0.1.9
13182026-06-02T17:15:47.263Z Compiling shlex v1.3.0
13192026-06-02T17:15:47.271Z Compiling smallvec v1.15.1
13202026-06-02T17:15:47.291Z Compiling syn v2.0.117
13212026-06-02T17:15:47.303Z Compiling typenum v1.19.0
13222026-06-02T17:15:47.472Z Compiling generic-array v0.14.7
13232026-06-02T17:15:47.491Z Compiling subtle v2.6.1
13242026-06-02T17:15:47.518Z Compiling scopeguard v1.2.0
13252026-06-02T17:15:47.584Z Compiling const-oid v0.9.6
13262026-06-02T17:15:47.637Z Compiling lock_api v0.4.14
13272026-06-02T17:15:47.643Z Compiling serde_json v1.0.149
13282026-06-02T17:15:47.670Z Compiling zerocopy v0.8.40
13292026-06-02T17:15:47.722Z Compiling portable-atomic v1.13.1
13302026-06-02T17:15:47.851Z Compiling pin-project-lite v0.2.17
13312026-06-02T17:15:47.947Z Compiling parking_lot_core v0.9.12
13322026-06-02T17:15:48.117Z Compiling pkg-config v0.3.32
13332026-06-02T17:15:48.183Z Compiling getrandom v0.2.17
13342026-06-02T17:15:48.197Z Compiling jobserver v0.1.34
13352026-06-02T17:15:48.214Z Compiling errno v0.3.14
13362026-06-02T17:15:48.323Z Compiling rand_core v0.6.4
13372026-06-02T17:15:48.404Z Compiling cc v1.2.56
13382026-06-02T17:15:48.579Z Compiling signal-hook-registry v1.4.8
13392026-06-02T17:15:48.600Z Compiling bitflags v2.11.0
13402026-06-02T17:15:48.661Z Compiling critical-section v1.2.0
13412026-06-02T17:15:48.681Z Compiling futures-core v0.3.32
13422026-06-02T17:15:48.771Z Compiling libm v0.2.16
13432026-06-02T17:15:48.833Z Compiling once_cell v1.21.3
13442026-06-02T17:15:48.833Z Compiling parking_lot v0.12.5
13452026-06-02T17:15:48.859Z Compiling mio v1.2.0
13462026-06-02T17:15:48.931Z Compiling num-traits v0.2.19
13472026-06-02T17:15:48.986Z Compiling percent-encoding v2.3.2
13482026-06-02T17:15:49.048Z Compiling socket2 v0.6.3
13492026-06-02T17:15:49.210Z Compiling futures-sink v0.3.32
13502026-06-02T17:15:49.227Z Compiling futures-io v0.3.32
13512026-06-02T17:15:49.303Z Compiling futures-channel v0.3.32
13522026-06-02T17:15:49.323Z Compiling slab v0.4.12
13532026-06-02T17:15:49.361Z Compiling futures-task v0.3.32
13542026-06-02T17:15:49.383Z Compiling getrandom v0.4.1
13552026-06-02T17:15:49.494Z Compiling cpufeatures v0.2.17
13562026-06-02T17:15:49.497Z Compiling rand_core v0.10.0
13572026-06-02T17:15:49.524Z Compiling indexmap v2.14.0
13582026-06-02T17:15:49.538Z Compiling getrandom v0.3.4
13592026-06-02T17:15:49.568Z Compiling rustversion v1.0.22
13602026-06-02T17:15:49.667Z Compiling cmake v0.1.57
13612026-06-02T17:15:49.997Z Compiling form_urlencoded v1.2.2
13622026-06-02T17:15:50.001Z Compiling fs_extra v1.3.0
13632026-06-02T17:15:50.067Z Compiling dunce v1.0.5
13642026-06-02T17:15:50.163Z Compiling synstructure v0.13.2
13652026-06-02T17:15:50.189Z Compiling base64ct v1.8.3
13662026-06-02T17:15:50.230Z Compiling ident_case v1.0.1
13672026-06-02T17:15:50.276Z Compiling aws-lc-sys v0.40.0
13682026-06-02T17:15:50.352Z Compiling flagset v0.4.7
13692026-06-02T17:15:50.470Z Compiling pem-rfc7468 v0.7.0
13702026-06-02T17:15:50.484Z Compiling rustix v1.1.3
13712026-06-02T17:15:50.498Z Compiling iana-time-zone v0.1.65
13722026-06-02T17:15:50.513Z Compiling regex-syntax v0.8.10
13732026-06-02T17:15:50.695Z Compiling rand_core v0.9.5
13742026-06-02T17:15:50.730Z Compiling ring v0.17.14
13752026-06-02T17:15:50.766Z Compiling vcpkg v0.2.15
13762026-06-02T17:15:50.780Z Compiling aws-lc-rs v1.16.3
13772026-06-02T17:15:50.973Z Compiling uuid v1.23.0
13782026-06-02T17:15:51.058Z Compiling rustc_version v0.4.1
13792026-06-02T17:15:51.381Z Compiling tracing-core v0.1.36
13802026-06-02T17:15:51.486Z Compiling openssl-sys v0.9.115
13812026-06-02T17:15:51.661Z Compiling base64 v0.22.1
13822026-06-02T17:15:51.871Z Compiling serde_derive v1.0.228
13832026-06-02T17:15:51.978Z Compiling zeroize_derive v1.4.3
13842026-06-02T17:15:52.029Z Compiling zerofrom-derive v0.1.6
13852026-06-02T17:15:52.042Z Compiling yoke-derive v0.8.1
13862026-06-02T17:15:52.238Z Compiling zerovec-derive v0.11.2
13872026-06-02T17:15:52.635Z Compiling zeroize v1.8.2
13882026-06-02T17:15:52.895Z Compiling zerocopy-derive v0.8.40
13892026-06-02T17:15:53.205Z Compiling displaydoc v0.2.5
13902026-06-02T17:15:53.360Z Compiling crypto-common v0.1.7
13912026-06-02T17:15:53.390Z Compiling block-buffer v0.10.4
13922026-06-02T17:15:53.422Z Compiling zerofrom v0.1.6
13932026-06-02T17:15:53.502Z Compiling tokio-macros v2.7.0
13942026-06-02T17:15:53.543Z Compiling yoke v0.8.1
13952026-06-02T17:15:53.556Z Compiling digest v0.10.7
13962026-06-02T17:15:53.724Z Compiling zerovec v0.11.5
13972026-06-02T17:15:53.798Z Compiling futures-macro v0.3.32
13982026-06-02T17:15:53.933Z Compiling zerotrie v0.2.3
13992026-06-02T17:15:54.211Z Compiling tinystr v0.8.2
14002026-06-02T17:15:54.228Z Compiling potential_utf v0.1.4
14012026-06-02T17:15:54.244Z Compiling hmac v0.12.1
14022026-06-02T17:15:54.389Z Compiling icu_locale_core v2.1.1
14032026-06-02T17:15:54.402Z Compiling icu_collections v2.1.1
14042026-06-02T17:15:54.416Z Compiling block-padding v0.3.3
14052026-06-02T17:15:54.569Z Compiling inout v0.1.4
14062026-06-02T17:15:54.594Z Compiling futures-util v0.3.32
14072026-06-02T17:15:54.731Z Compiling cipher v0.4.4
14082026-06-02T17:15:54.871Z Compiling sha2 v0.10.9
14092026-06-02T17:15:54.993Z Compiling icu_provider v2.1.1
14102026-06-02T17:15:55.265Z Compiling bytes v1.11.1
14112026-06-02T17:15:55.286Z Compiling icu_normalizer v2.1.1
14122026-06-02T17:15:55.320Z Compiling icu_properties v2.1.2
14132026-06-02T17:15:55.807Z Compiling tokio v1.52.1
14142026-06-02T17:15:55.867Z Compiling der_derive v0.7.3
14152026-06-02T17:15:56.147Z Compiling idna_adapter v1.2.1
14162026-06-02T17:15:56.283Z Compiling idna v1.1.0
14172026-06-02T17:15:56.390Z Compiling http v1.4.0
14182026-06-02T17:15:56.557Z Compiling url v2.5.8
14192026-06-02T17:15:56.816Z Compiling der v0.7.10
14202026-06-02T17:15:56.856Z Compiling chrono v0.4.44
14212026-06-02T17:15:56.962Z Compiling salsa20 v0.10.2
14222026-06-02T17:15:57.102Z Compiling pbkdf2 v0.12.2
14232026-06-02T17:15:57.223Z Compiling ppv-lite86 v0.2.21
14242026-06-02T17:15:57.312Z Compiling rustls-pki-types v1.14.0
14252026-06-02T17:15:57.336Z Compiling thiserror-impl v2.0.18
14262026-06-02T17:15:57.408Z Compiling tracing-attributes v0.1.31
14272026-06-02T17:15:57.545Z Compiling rand_chacha v0.9.0
14282026-06-02T17:15:57.760Z Compiling spki v0.7.3
14292026-06-02T17:15:57.966Z Compiling scrypt v0.11.0
14302026-06-02T17:15:58.024Z Compiling http-body v1.0.1
14312026-06-02T17:15:58.177Z Compiling cbc v0.1.2
14322026-06-02T17:15:58.214Z Compiling aes v0.8.4
14332026-06-02T17:15:58.242Z Compiling untrusted v0.9.0
14342026-06-02T17:15:58.320Z Compiling tinyvec_macros v0.1.1
14352026-06-02T17:15:58.355Z Compiling untrusted v0.7.1
14362026-06-02T17:15:58.369Z Compiling httparse v1.10.1
14372026-06-02T17:15:58.388Z Compiling openssl-probe v0.2.1
14382026-06-02T17:15:58.473Z Compiling tinyvec v1.10.0
14392026-06-02T17:15:58.654Z Compiling thiserror v2.0.18
14402026-06-02T17:15:58.706Z Compiling tracing v0.1.44
14412026-06-02T17:15:58.736Z Compiling pkcs5 v0.7.1
14422026-06-02T17:15:58.755Z Compiling pest_generator v2.8.6
14432026-06-02T17:15:58.811Z Compiling rand v0.9.2
14442026-06-02T17:15:58.964Z Compiling serde_derive_internals v0.29.1
14452026-06-02T17:15:59.210Z Compiling aho-corasick v1.1.4
14462026-06-02T17:15:59.253Z Compiling atomic-waker v1.1.2
14472026-06-02T17:15:59.379Z Compiling tower-layer v0.3.3
14482026-06-02T17:15:59.441Z Compiling dyn-clone v1.0.20
14492026-06-02T17:15:59.538Z Compiling tokio-util v0.7.18
14502026-06-02T17:15:59.579Z Compiling schemars v0.8.22
14512026-06-02T17:15:59.597Z Compiling try-lock v0.2.5
14522026-06-02T17:15:59.706Z Compiling rustls v0.23.37
14532026-06-02T17:15:59.777Z Compiling tower-service v0.3.3
14542026-06-02T17:15:59.852Z Compiling schemars_derive v0.8.22
14552026-06-02T17:15:59.873Z Compiling want v0.3.1
14562026-06-02T17:15:59.903Z Compiling pest_derive v2.8.6
14572026-06-02T17:16:00.050Z Compiling regex-automata v0.4.14
14582026-06-02T17:16:00.320Z Compiling h2 v0.4.13
14592026-06-02T17:16:00.335Z Compiling pkcs8 v0.10.2
14602026-06-02T17:16:00.634Z Compiling ipnet v2.11.0
14612026-06-02T17:16:00.862Z Compiling scroll_derive v0.13.1
14622026-06-02T17:16:00.881Z Compiling darling_core v0.20.11
14632026-06-02T17:16:01.089Z Compiling httpdate v1.0.3
14642026-06-02T17:16:01.131Z Compiling foreign-types-shared v0.1.1
14652026-06-02T17:16:01.220Z Compiling openssl v0.10.79
14662026-06-02T17:16:01.308Z Compiling pin-utils v0.1.0
14672026-06-02T17:16:01.382Z Compiling tempfile v3.25.0
14682026-06-02T17:16:01.465Z Compiling foreign-types v0.3.2
14692026-06-02T17:16:01.535Z Compiling unicode-normalization v0.1.25
14702026-06-02T17:16:01.652Z Compiling scroll v0.13.0
14712026-06-02T17:16:01.955Z Compiling openssl-macros v0.1.1
14722026-06-02T17:16:02.024Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14732026-06-02T17:16:02.190Z Compiling spin v0.9.8
14742026-06-02T17:16:02.342Z Compiling powerfmt v0.2.0
14752026-06-02T17:16:02.399Z Compiling native-tls v0.2.18
14762026-06-02T17:16:02.414Z Compiling crc32fast v1.5.0
14772026-06-02T17:16:02.545Z Compiling num-conv v0.2.0
14782026-06-02T17:16:02.599Z Compiling time-core v0.1.8
14792026-06-02T17:16:02.707Z Compiling deranged v0.5.8
14802026-06-02T17:16:02.752Z Compiling time-macros v0.2.27
14812026-06-02T17:16:03.198Z Compiling darling_macro v0.20.11
14822026-06-02T17:16:03.654Z Compiling hyper v1.8.1
14832026-06-02T17:16:03.669Z Compiling darling v0.20.11
14842026-06-02T17:16:03.749Z Compiling goblin v0.10.5
14852026-06-02T17:16:03.799Z Compiling rustls-native-certs v0.8.3
14862026-06-02T17:16:04.086Z Compiling sync_wrapper v1.0.2
14872026-06-02T17:16:04.144Z Compiling wait-timeout v0.2.1
14882026-06-02T17:16:04.193Z Compiling quick-error v1.2.3
14892026-06-02T17:16:04.298Z Compiling bit-vec v0.8.0
14902026-06-02T17:16:04.298Z Compiling syn v1.0.109
14912026-06-02T17:16:04.407Z Compiling siphasher v1.0.2
14922026-06-02T17:16:04.527Z Compiling usdt-impl v0.6.0
14932026-06-02T17:16:04.590Z Compiling simd-adler32 v0.3.8
14942026-06-02T17:16:04.605Z Compiling num_threads v0.1.7
14952026-06-02T17:16:04.703Z Compiling hyper-util v0.1.20
14962026-06-02T17:16:04.727Z Compiling crossbeam-utils v0.8.21
14972026-06-02T17:16:04.852Z Compiling time v0.3.47
14982026-06-02T17:16:05.271Z Compiling bit-set v0.8.0
14992026-06-02T17:16:05.339Z Compiling rusty-fork v0.3.1
15002026-06-02T17:16:05.431Z Compiling tower v0.5.3
15012026-06-02T17:16:05.654Z Compiling derive_builder_core v0.20.2
15022026-06-02T17:16:05.907Z Compiling dtrace-parser v0.3.0
15032026-06-02T17:16:05.982Z Compiling http-body-util v0.1.3
15042026-06-02T17:16:06.228Z Compiling webpki-roots v1.0.6
15052026-06-02T17:16:06.351Z Compiling signature v2.2.0
15062026-06-02T17:16:06.408Z Compiling dof v0.4.0
15072026-06-02T17:16:06.425Z Compiling thiserror-impl v1.0.69
15082026-06-02T17:16:06.528Z Compiling scroll_derive v0.12.1
15092026-06-02T17:16:06.544Z Compiling heapless v0.7.17
15102026-06-02T17:16:06.647Z Compiling rand_xorshift v0.4.0
15112026-06-02T17:16:06.821Z Compiling slog v2.8.2
15122026-06-02T17:16:06.854Z Compiling darling_core v0.21.3
15132026-06-02T17:16:07.002Z Compiling bzip2-sys v0.1.13+1.0.8
15142026-06-02T17:16:07.229Z Compiling thread-id v5.1.0
15152026-06-02T17:16:07.275Z Compiling cookie v0.18.1
15162026-06-02T17:16:07.310Z Compiling signal-hook v0.3.18
15172026-06-02T17:16:07.455Z Compiling zstd-safe v7.2.4
15182026-06-02T17:16:07.480Z Compiling paste v1.0.15
15192026-06-02T17:16:07.640Z Compiling adler2 v2.0.1
15202026-06-02T17:16:07.654Z Compiling allocator-api2 v0.2.21
15212026-06-02T17:16:07.682Z Compiling unicode-bidi v0.3.18
15222026-06-02T17:16:07.748Z Compiling ryu v1.0.23
15232026-06-02T17:16:07.768Z Compiling anyhow v1.0.102
15242026-06-02T17:16:07.928Z Compiling unicode-properties v0.1.4
15252026-06-02T17:16:07.973Z Compiling iri-string v0.7.10
15262026-06-02T17:16:08.007Z Compiling unarray v0.1.4
15272026-06-02T17:16:08.112Z Compiling proptest v1.10.0
15282026-06-02T17:16:08.128Z Compiling stringprep v0.1.5
15292026-06-02T17:16:08.218Z Compiling serde_urlencoded v0.7.1
15302026-06-02T17:16:08.319Z Compiling miniz_oxide v0.8.9
15312026-06-02T17:16:08.463Z Compiling thiserror v1.0.69
15322026-06-02T17:16:08.915Z Compiling scroll v0.12.0
15332026-06-02T17:16:09.158Z Compiling tower-http v0.6.8
15342026-06-02T17:16:09.263Z Compiling derive_builder_macro v0.20.2
15352026-06-02T17:16:09.356Z Compiling darling_macro v0.21.3
15362026-06-02T17:16:09.376Z Compiling tokio-native-tls v0.3.1
15372026-06-02T17:16:09.547Z Compiling ipnetwork v0.21.1
15382026-06-02T17:16:09.562Z Compiling bstr v1.12.1
15392026-06-02T17:16:09.711Z Compiling rand_chacha v0.3.1
15402026-06-02T17:16:09.819Z Compiling serde_tokenstream v0.2.3
15412026-06-02T17:16:09.939Z Compiling serde_spanned v0.6.9
15422026-06-02T17:16:09.942Z Compiling erased-serde v0.3.31
15432026-06-02T17:16:10.086Z Compiling toml_datetime v0.6.11
15442026-06-02T17:16:10.132Z Compiling md-5 v0.10.6
15452026-06-02T17:16:10.199Z Compiling zerocopy-derive v0.7.35
15462026-06-02T17:16:10.297Z Compiling pin-project-internal v1.1.11
15472026-06-02T17:16:10.341Z Compiling async-trait v0.1.89
15482026-06-02T17:16:10.432Z Compiling curve25519-dalek v4.1.3
15492026-06-02T17:16:10.509Z Compiling vergen-lib v9.1.0
15502026-06-02T17:16:10.691Z Compiling num-integer v0.1.46
15512026-06-02T17:16:10.765Z Compiling hash32 v0.2.1
15522026-06-02T17:16:10.957Z Compiling ff v0.13.1
15532026-06-02T17:16:11.013Z Compiling memoffset v0.9.1
15542026-06-02T17:16:11.055Z Compiling encoding_rs v0.8.35
15552026-06-02T17:16:11.096Z Compiling psl-types v2.0.11
15562026-06-02T17:16:11.203Z Compiling num-bigint-dig v0.8.6
15572026-06-02T17:16:11.222Z Compiling ref-cast v1.0.25
15582026-06-02T17:16:11.348Z Compiling mime v0.3.17
15592026-06-02T17:16:11.395Z Compiling zlib-rs v0.6.2
15602026-06-02T17:16:11.410Z Compiling fallible-iterator v0.2.0
15612026-06-02T17:16:11.527Z Compiling litrs v1.0.0
15622026-06-02T17:16:11.607Z Compiling cfg_aliases v0.2.1
15632026-06-02T17:16:11.697Z Compiling smoltcp v0.9.1
15642026-06-02T17:16:11.740Z Compiling rustix v0.38.44
15652026-06-02T17:16:12.059Z Compiling base16ct v0.2.0
15662026-06-02T17:16:12.075Z Compiling document-features v0.2.12
15672026-06-02T17:16:12.181Z Compiling sec1 v0.7.3
15682026-06-02T17:16:12.262Z Compiling nix v0.31.2
15692026-06-02T17:16:12.466Z Compiling postgres-protocol v0.6.10
15702026-06-02T17:16:12.632Z Compiling pin-project v1.1.11
15712026-06-02T17:16:12.679Z Compiling publicsuffix v2.3.0
15722026-06-02T17:16:12.730Z Compiling group v0.13.0
15732026-06-02T17:16:12.760Z Compiling zerocopy v0.7.35
15742026-06-02T17:16:12.909Z Compiling num-iter v0.1.45
15752026-06-02T17:16:13.048Z Compiling newtype-uuid v1.3.2
15762026-06-02T17:16:13.241Z Compiling hubpack_derive v0.1.1
15772026-06-02T17:16:13.308Z Compiling rand v0.8.6
15782026-06-02T17:16:13.311Z Compiling darling v0.21.3
15792026-06-02T17:16:13.376Z Compiling oxnet v0.1.4
15802026-06-02T17:16:13.401Z Compiling derive_builder v0.20.2
15812026-06-02T17:16:13.478Z Compiling hyper-tls v0.6.0
15822026-06-02T17:16:13.673Z Compiling goblin v0.8.2
15832026-06-02T17:16:14.147Z Compiling phf_shared v0.13.1
15842026-06-02T17:16:14.230Z Compiling lazy_static v1.5.0
15852026-06-02T17:16:14.326Z Compiling flate2 v1.1.9
15862026-06-02T17:16:14.341Z Compiling regex v1.12.3
15872026-06-02T17:16:14.390Z Compiling futures-executor v0.3.32
15882026-06-02T17:16:14.404Z Compiling hex v0.4.3
15892026-06-02T17:16:14.648Z Compiling hkdf v0.12.4
15902026-06-02T17:16:14.664Z Compiling crypto-bigint v0.5.5
15912026-06-02T17:16:14.677Z Compiling terminal_size v0.4.3
15922026-06-02T17:16:14.727Z Compiling daft-derive v0.1.7
15932026-06-02T17:16:14.761Z Compiling strum_macros v0.27.2
15942026-06-02T17:16:14.809Z Compiling ref-cast-impl v1.0.25
15952026-06-02T17:16:14.812Z Compiling curve25519-dalek-derive v0.1.1
15962026-06-02T17:16:15.349Z Compiling snafu-derive v0.8.9
15972026-06-02T17:16:15.445Z Compiling vergen v9.1.0
15982026-06-02T17:16:15.460Z Compiling fs-err v3.3.0
15992026-06-02T17:16:15.622Z Compiling cargo-platform v0.3.2
16002026-06-02T17:16:15.645Z Compiling ahash v0.8.12
16012026-06-02T17:16:15.859Z Compiling foldhash v0.2.0
16022026-06-02T17:16:15.895Z Compiling object v0.37.3
16032026-06-02T17:16:16.083Z Compiling same-file v1.0.6
16042026-06-02T17:16:16.162Z Compiling managed v0.8.0
16052026-06-02T17:16:16.248Z Compiling bumpalo v3.20.2
16062026-06-02T17:16:16.377Z Compiling winnow v0.5.40
16072026-06-02T17:16:16.500Z Compiling bitflags v1.3.2
16082026-06-02T17:16:16.578Z Compiling unicode-segmentation v1.12.0
16092026-06-02T17:16:16.758Z Compiling libbz2-rs-sys v0.2.2
16102026-06-02T17:16:16.777Z Compiling foldhash v0.1.5
16112026-06-02T17:16:16.954Z Compiling hashbrown v0.15.5
16122026-06-02T17:16:17.000Z Compiling strum v0.27.2
16132026-06-02T17:16:17.214Z Compiling bzip2 v0.6.1
16142026-06-02T17:16:17.292Z Compiling snafu v0.8.9
16152026-06-02T17:16:17.426Z Compiling zopfli v0.8.3
16162026-06-02T17:16:17.468Z Compiling walkdir v2.5.0
16172026-06-02T17:16:17.563Z Compiling hashbrown v0.16.1
16182026-06-02T17:16:17.655Z Compiling clap_builder v4.5.60
16192026-06-02T17:16:17.783Z Compiling toml_edit v0.19.15
16202026-06-02T17:16:17.852Z Compiling dof v0.3.0
16212026-06-02T17:16:17.995Z Compiling cargo_metadata v0.23.1
16222026-06-02T17:16:18.174Z Compiling elliptic-curve v0.13.8
16232026-06-02T17:16:18.564Z Compiling daft v0.1.7
16242026-06-02T17:16:18.681Z Compiling futures v0.3.32
16252026-06-02T17:16:18.764Z Compiling phf v0.13.1
16262026-06-02T17:16:19.181Z Compiling cookie_store v0.22.1
16272026-06-02T17:16:19.292Z Compiling signal-hook-mio v0.2.5
16282026-06-02T17:16:19.357Z Compiling zstd v0.13.3
16292026-06-02T17:16:19.409Z Compiling hubpack v0.1.2
16302026-06-02T17:16:19.618Z Compiling bzip2 v0.4.4
16312026-06-02T17:16:19.633Z Compiling serde_with_macros v3.17.0
16322026-06-02T17:16:19.822Z Compiling postgres-types v0.2.12
16332026-06-02T17:16:20.385Z Compiling usdt-macro v0.6.0
16342026-06-02T17:16:20.400Z Compiling usdt-attr-macro v0.6.0
16352026-06-02T17:16:20.660Z Compiling globset v0.4.18
16362026-06-02T17:16:20.761Z Compiling dtrace-parser v0.2.0
16372026-06-02T17:16:21.044Z Compiling ed25519 v2.2.3
16382026-06-02T17:16:21.122Z Compiling phf_shared v0.11.3
16392026-06-02T17:16:21.189Z Compiling olpc-cjson v0.1.4
16402026-06-02T17:16:21.192Z Compiling pkcs1 v0.7.5
16412026-06-02T17:16:21.304Z Compiling serde_plain v1.0.2
16422026-06-02T17:16:21.338Z Compiling serde-big-array v0.5.1
16432026-06-02T17:16:21.352Z Compiling rfc6979 v0.4.0
16442026-06-02T17:16:21.474Z Compiling pem v3.0.6
16452026-06-02T17:16:21.495Z Compiling async-recursion v1.1.1
16462026-06-02T17:16:21.498Z Compiling enum-as-inner v0.6.1
16472026-06-02T17:16:21.525Z Compiling serde_repr v0.1.20
16482026-06-02T17:16:21.599Z Compiling clap_derive v4.5.55
16492026-06-02T17:16:21.825Z Compiling strum_macros v0.26.4
16502026-06-02T17:16:21.970Z Compiling float-cmp v0.10.0
16512026-06-02T17:16:22.019Z Compiling thread-id v4.2.2
16522026-06-02T17:16:22.095Z Compiling memmap2 v0.9.10
16532026-06-02T17:16:22.108Z Compiling env_filter v1.0.0
16542026-06-02T17:16:22.122Z Compiling data-encoding v2.10.0
16552026-06-02T17:16:22.153Z Compiling precomputed-hash v0.1.1
16562026-06-02T17:16:22.249Z Compiling jiff v0.2.21
16572026-06-02T17:16:22.312Z Compiling whoami v2.1.0
16582026-06-02T17:16:22.412Z Compiling difflib v0.4.0
16592026-06-02T17:16:22.688Z Compiling fixedbitset v0.4.2
16602026-06-02T17:16:22.829Z Compiling static_assertions v1.1.0
16612026-06-02T17:16:22.905Z Compiling predicates-core v1.0.10
16622026-06-02T17:16:22.919Z Compiling typed-path v0.9.3
16632026-06-02T17:16:22.974Z Compiling keccak v0.1.6
16642026-06-02T17:16:23.078Z Compiling either v1.15.0
16652026-06-02T17:16:23.282Z Compiling normalize-line-endings v0.3.0
16662026-06-02T17:16:23.386Z Compiling new_debug_unreachable v1.0.6
16672026-06-02T17:16:23.415Z Compiling fixedbitset v0.5.7
16682026-06-02T17:16:23.451Z Compiling string_cache v0.8.9
16692026-06-02T17:16:23.565Z Compiling strum v0.26.3
16702026-06-02T17:16:23.679Z Compiling petgraph v0.8.3
16712026-06-02T17:16:23.698Z Compiling clap v4.5.60
16722026-06-02T17:16:23.712Z Compiling predicates v3.1.4
16732026-06-02T17:16:23.774Z Compiling itertools v0.13.0
16742026-06-02T17:16:23.790Z Compiling sha3 v0.10.8
16752026-06-02T17:16:24.116Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16762026-06-02T17:16:24.251Z Compiling petgraph v0.6.5
16772026-06-02T17:16:24.372Z Compiling tokio-postgres v0.7.16
16782026-06-02T17:16:24.480Z Compiling hickory-proto v0.25.2
16792026-06-02T17:16:25.005Z Compiling zip v4.6.1
16802026-06-02T17:16:25.613Z Compiling env_logger v0.11.9
16812026-06-02T17:16:25.710Z Compiling usdt v0.6.0
16822026-06-02T17:16:25.966Z Compiling toml_edit v0.22.27
16832026-06-02T17:16:25.979Z Compiling usdt-impl v0.5.0
16842026-06-02T17:16:25.979Z Compiling ecdsa v0.16.9
16852026-06-02T17:16:26.369Z Compiling rsa v0.9.10
16862026-06-02T17:16:26.503Z Compiling ed25519-dalek v2.2.0
16872026-06-02T17:16:26.557Z Compiling crossterm v0.28.1
16882026-06-02T17:16:26.570Z Compiling serde_with v3.17.0
16892026-06-02T17:16:27.167Z Compiling zip v0.6.6
16902026-06-02T17:16:27.896Z Compiling toml v0.7.8
16912026-06-02T17:16:28.164Z Compiling iddqd v0.4.2
16922026-06-02T17:16:28.749Z Compiling heck v0.4.1
16932026-06-02T17:16:28.764Z Compiling similar v2.7.0
16942026-06-02T17:16:28.767Z Compiling toml_parser v1.0.9+spec-1.1.0
16952026-06-02T17:16:28.980Z Compiling crossbeam-epoch v0.9.18
16962026-06-02T17:16:29.218Z Compiling tokio-stream v0.1.18
16972026-06-02T17:16:29.314Z Compiling buf-list v1.1.2
16982026-06-02T17:16:29.425Z Compiling x509-cert v0.2.5
16992026-06-02T17:16:29.440Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17002026-06-02T17:16:29.593Z Compiling openapiv3 v2.2.0
17012026-06-02T17:16:29.646Z Compiling sha1 v0.10.6
17022026-06-02T17:16:29.683Z Compiling lalrpop-util v0.19.12
17032026-06-02T17:16:29.737Z Compiling peg-runtime v0.8.5
17042026-06-02T17:16:29.752Z Compiling thread_local v1.1.9
17052026-06-02T17:16:29.866Z Compiling slog-async v2.8.0
17062026-06-02T17:16:29.882Z Compiling crossbeam-channel v0.5.15
17072026-06-02T17:16:30.004Z Compiling is-terminal v0.4.17
17082026-06-02T17:16:30.022Z Compiling filetime v0.2.27
17092026-06-02T17:16:30.102Z Compiling take_mut v0.2.2
17102026-06-02T17:16:30.184Z Compiling xattr v1.6.1
17112026-06-02T17:16:30.199Z Compiling term v1.2.1
17122026-06-02T17:16:30.329Z Compiling tar v0.4.45
17132026-06-02T17:16:30.783Z Compiling slog-term v2.9.2
17142026-06-02T17:16:40.620Z Compiling rustls-webpki v0.103.9
17152026-06-02T17:16:43.447Z Compiling tokio-rustls v0.26.4
17162026-06-02T17:16:43.447Z Compiling rustls-platform-verifier v0.6.2
17172026-06-02T17:16:43.637Z Compiling hyper-rustls v0.27.7
17182026-06-02T17:16:43.838Z Compiling reqwest v0.12.28
17192026-06-02T17:16:43.838Z Compiling reqwest v0.13.2
17202026-06-02T17:16:45.097Z Compiling tough v0.22.0
17212026-06-02T17:16:47.661Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17222026-06-02T17:16:47.875Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17232026-06-02T17:16:50.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17242026-06-02T17:16:50.945Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17252026-06-02T17:16:51.008ZJun 02 17:16:50.140 INFO Starting download, target: Console
17262026-06-02T17:16:51.008ZJun 02 17:16:50.141 INFO Starting download, target: Cockroach
17272026-06-02T17:16:51.008ZJun 02 17:16:50.141 INFO Starting download, target: Clickhouse
17282026-06-02T17:16:51.008ZJun 02 17:16:50.141 INFO Starting download, target: DendriteStub
17292026-06-02T17:16:51.008ZJun 02 17:16:50.141 INFO Starting download, target: TransceiverControl
17302026-06-02T17:16:51.008ZJun 02 17:16:50.141 INFO Starting download, target: MaghemiteMgd
17312026-06-02T17:16:51.008ZJun 02 17:16:50.141 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17322026-06-02T17:16:51.008ZJun 02 17:16:50.141 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17332026-06-02T17:16:51.008ZJun 02 17:16:50.141 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17342026-06-02T17:16:51.008ZJun 02 17:16:50.141 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17352026-06-02T17:16:51.009ZJun 02 17:16:50.141 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17362026-06-02T17:16:51.009ZJun 02 17:16:50.141 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17372026-06-02T17:16:51.766ZJun 02 17:16:50.912 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17382026-06-02T17:16:51.987ZJun 02 17:16:51.127 INFO Download complete, target: TransceiverControl
17392026-06-02T17:16:52.111ZJun 02 17:16:51.172 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17402026-06-02T17:16:52.305ZJun 02 17:16:51.407 INFO Download complete, target: Console
17412026-06-02T17:16:53.145ZJun 02 17:16:52.336 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17422026-06-02T17:16:53.970ZJun 02 17:16:53.154 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17432026-06-02T17:16:54.126ZJun 02 17:16:53.306 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17442026-06-02T17:16:54.445ZJun 02 17:16:53.641 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17452026-06-02T17:16:54.445ZJun 02 17:16:53.641 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17462026-06-02T17:16:56.494ZJun 02 17:16:55.690 INFO Download complete, target: MaghemiteMgd
17472026-06-02T17:16:56.536ZJun 02 17:16:55.733 INFO Download complete, target: DendriteStub
17482026-06-02T17:16:59.131ZJun 02 17:16:58.327 INFO Checking that binary works, target: Cockroach
17492026-06-02T17:16:59.624ZJun 02 17:16:58.819 INFO Download complete, target: Cockroach
17502026-06-02T17:16:59.949ZJun 02 17:16:59.144 INFO Checking that binary works, target: Clickhouse
17512026-06-02T17:17:00.286ZJun 02 17:16:59.481 INFO Download complete, target: Clickhouse
17522026-06-02T17:17:00.301ZAll builder prerequisites installed successfully, and PATH looks valid
17532026-06-02T17:17:00.305Z
17542026-06-02T17:17:00.305Zreal 2:22.975330206
17552026-06-02T17:17:00.305Zuser 6:58.678493200
17562026-06-02T17:17:00.305Zsys 1:22.890607188
17572026-06-02T17:17:00.305Ztrap 0.203152060
17582026-06-02T17:17:00.305Ztflt 0.867587645
17592026-06-02T17:17:00.305Zdflt 1.104204479
17602026-06-02T17:17:00.305Zkflt 0.064846725
17612026-06-02T17:17:00.305Zlock 21:58.711545347
17622026-06-02T17:17:00.305Zslp 21:43.261052820
17632026-06-02T17:17:00.305Zlat 42.042335733
17642026-06-02T17:17:00.305Zstop 1:55.717425323
17652026-06-02T17:17:00.305Z+ banner hack-check
17662026-06-02T17:17:00.305Z
17672026-06-02T17:17:00.305Z # # ## #### # # #### # # ###### #### # #
17682026-06-02T17:17:00.305Z # # # # # # # # # # # # # # # # #
17692026-06-02T17:17:00.305Z ###### # # # #### ##### # ###### ##### # ####
17702026-06-02T17:17:00.305Z # # ###### # # # # # # # # # #
17712026-06-02T17:17:00.305Z # # # # # # # # # # # # # # # # #
17722026-06-02T17:17:00.305Z # # # # #### # # #### # # ###### #### # #
17732026-06-02T17:17:00.305Z
17742026-06-02T17:17:00.305Z+ export CARGO_INCREMENTAL=0
17752026-06-02T17:17:00.306Z+ CARGO_INCREMENTAL=0
17762026-06-02T17:17:00.306Z+ ptime -m timeout 2h cargo xtask check-features --ci
17772026-06-02T17:17:00.831Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17782026-06-02T17:17:01.048Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17792026-06-02T17:17:02.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s
17802026-06-02T17:17:02.997Z Running `target/debug/xtask check-features --ci`
17812026-06-02T17:17:03.024Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17822026-06-02T17:17:03.027Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17832026-06-02T17:17:03.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17842026-06-02T17:17:03.541Z Running `target/debug/xtask download cargo-hack`
17852026-06-02T17:17:04.335Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17862026-06-02T17:17:04.652Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17872026-06-02T17:17:07.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.59s
17882026-06-02T17:17:07.333Z Running `target/debug/xtask-downloader cargo-hack`
17892026-06-02T17:17:07.376ZJun 02 17:17:06.572 INFO Starting download, target: CargoHack
17902026-06-02T17:17:07.380ZJun 02 17:17:06.573 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17912026-06-02T17:17:07.828ZJun 02 17:17:07.023 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17922026-06-02T17:17:07.879ZJun 02 17:17:07.075 INFO Download complete, target: CargoHack
17932026-06-02T17:17:07.881Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
17942026-06-02T17:17:07.896Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17952026-06-02T17:17:08.052Zinfo: running `cargo check --bins` on api_identity (1/295)
17962026-06-02T17:17:08.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17972026-06-02T17:17:08.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17982026-06-02T17:17:08.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17992026-06-02T17:17:08.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18002026-06-02T17:17:08.637Z
18012026-06-02T17:17:08.637Zinfo: running `cargo check --bins` on bootstore (2/295)
18022026-06-02T17:17:09.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18032026-06-02T17:17:09.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18042026-06-02T17:17:09.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18052026-06-02T17:17:09.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18062026-06-02T17:17:09.229Z
18072026-06-02T17:17:09.229Zinfo: running `cargo check --bins` on omicron-ledger (3/295)
18082026-06-02T17:17:09.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18092026-06-02T17:17:09.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18102026-06-02T17:17:09.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18112026-06-02T17:17:09.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18122026-06-02T17:17:09.814Z
18132026-06-02T17:17:09.814Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/295)
18142026-06-02T17:17:10.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18152026-06-02T17:17:10.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18162026-06-02T17:17:10.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18172026-06-02T17:17:10.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18182026-06-02T17:17:10.401Z
18192026-06-02T17:17:10.401Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/295)
18202026-06-02T17:17:10.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18212026-06-02T17:17:10.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18222026-06-02T17:17:10.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18232026-06-02T17:17:10.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18242026-06-02T17:17:10.992Z
18252026-06-02T17:17:10.992Zinfo: running `cargo check --bins` on omicron-certificates (6/295)
18262026-06-02T17:17:11.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272026-06-02T17:17:11.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282026-06-02T17:17:11.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292026-06-02T17:17:11.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18302026-06-02T17:17:11.598Z
18312026-06-02T17:17:11.598Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/295)
18322026-06-02T17:17:12.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332026-06-02T17:17:12.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342026-06-02T17:17:12.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352026-06-02T17:17:12.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18362026-06-02T17:17:12.191Z
18372026-06-02T17:17:12.192Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/295)
18382026-06-02T17:17:12.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392026-06-02T17:17:12.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402026-06-02T17:17:12.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412026-06-02T17:17:12.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18422026-06-02T17:17:12.786Z
18432026-06-02T17:17:12.786Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/295)
18442026-06-02T17:17:13.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452026-06-02T17:17:13.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462026-06-02T17:17:13.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472026-06-02T17:17:13.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18482026-06-02T17:17:13.252Z
18492026-06-02T17:17:13.252Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/295)
18502026-06-02T17:17:13.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512026-06-02T17:17:13.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522026-06-02T17:17:13.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532026-06-02T17:17:13.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18542026-06-02T17:17:13.720Z
18552026-06-02T17:17:13.720Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/295)
18562026-06-02T17:17:14.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572026-06-02T17:17:14.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582026-06-02T17:17:14.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592026-06-02T17:17:14.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18602026-06-02T17:17:14.189Z
18612026-06-02T17:17:14.189Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/295)
18622026-06-02T17:17:14.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-06-02T17:17:14.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-06-02T17:17:14.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-06-02T17:17:14.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18662026-06-02T17:17:14.655Z
18672026-06-02T17:17:14.655Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/295)
18682026-06-02T17:17:15.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-06-02T17:17:15.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-06-02T17:17:15.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-06-02T17:17:15.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18722026-06-02T17:17:15.126Z
18732026-06-02T17:17:15.126Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/295)
18742026-06-02T17:17:15.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-06-02T17:17:15.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-06-02T17:17:15.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-06-02T17:17:15.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18782026-06-02T17:17:15.598Z
18792026-06-02T17:17:15.598Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/295)
18802026-06-02T17:17:16.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-06-02T17:17:16.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-06-02T17:17:16.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-06-02T17:17:16.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18842026-06-02T17:17:16.071Z
18852026-06-02T17:17:16.071Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/295)
18862026-06-02T17:17:16.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-06-02T17:17:16.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-06-02T17:17:16.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-06-02T17:17:16.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18902026-06-02T17:17:16.544Z
18912026-06-02T17:17:16.544Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/295)
18922026-06-02T17:17:16.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-06-02T17:17:16.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-06-02T17:17:16.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-06-02T17:17:16.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18962026-06-02T17:17:17.014Z
18972026-06-02T17:17:17.014Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/295)
18982026-06-02T17:17:17.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-06-02T17:17:17.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-06-02T17:17:17.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-06-02T17:17:17.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19022026-06-02T17:17:17.483Z
19032026-06-02T17:17:17.484Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/295)
19042026-06-02T17:17:17.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-06-02T17:17:17.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-06-02T17:17:17.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-06-02T17:17:17.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19082026-06-02T17:17:17.953Z
19092026-06-02T17:17:17.953Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/295)
19102026-06-02T17:17:18.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-06-02T17:17:18.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-06-02T17:17:18.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-06-02T17:17:18.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19142026-06-02T17:17:18.427Z
19152026-06-02T17:17:18.427Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/295)
19162026-06-02T17:17:18.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-06-02T17:17:18.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-06-02T17:17:18.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-06-02T17:17:18.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19202026-06-02T17:17:18.901Z
19212026-06-02T17:17:18.901Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/295)
19222026-06-02T17:17:19.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-06-02T17:17:19.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-06-02T17:17:19.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-06-02T17:17:19.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19262026-06-02T17:17:19.376Z
19272026-06-02T17:17:19.376Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/295)
19282026-06-02T17:17:19.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-06-02T17:17:19.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-06-02T17:17:19.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-06-02T17:17:19.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19322026-06-02T17:17:19.853Z
19332026-06-02T17:17:19.853Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/295)
19342026-06-02T17:17:20.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-06-02T17:17:20.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-06-02T17:17:20.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-06-02T17:17:20.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19382026-06-02T17:17:20.331Z
19392026-06-02T17:17:20.331Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/295)
19402026-06-02T17:17:20.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-06-02T17:17:20.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-06-02T17:17:20.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-06-02T17:17:20.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19442026-06-02T17:17:20.838Z
19452026-06-02T17:17:20.838Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/295)
19462026-06-02T17:17:21.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-06-02T17:17:21.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-06-02T17:17:21.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-06-02T17:17:21.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19502026-06-02T17:17:21.304Z
19512026-06-02T17:17:21.304Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/295)
19522026-06-02T17:17:21.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-06-02T17:17:21.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-06-02T17:17:21.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-06-02T17:17:21.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19562026-06-02T17:17:21.761Z
19572026-06-02T17:17:21.761Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/295)
19582026-06-02T17:17:22.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-06-02T17:17:22.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-06-02T17:17:22.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-06-02T17:17:22.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19622026-06-02T17:17:22.233Z
19632026-06-02T17:17:22.233Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/295)
19642026-06-02T17:17:22.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-06-02T17:17:22.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-06-02T17:17:22.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-06-02T17:17:22.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19682026-06-02T17:17:22.708Z
19692026-06-02T17:17:22.708Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/295)
19702026-06-02T17:17:23.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-06-02T17:17:23.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-06-02T17:17:23.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-06-02T17:17:23.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19742026-06-02T17:17:23.183Z
19752026-06-02T17:17:23.184Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/295)
19762026-06-02T17:17:23.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-06-02T17:17:23.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-06-02T17:17:23.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-06-02T17:17:23.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19802026-06-02T17:17:23.659Z
19812026-06-02T17:17:23.659Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/295)
19822026-06-02T17:17:24.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-06-02T17:17:24.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-06-02T17:17:24.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-06-02T17:17:24.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19862026-06-02T17:17:24.124Z
19872026-06-02T17:17:24.124Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/295)
19882026-06-02T17:17:24.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-06-02T17:17:24.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-06-02T17:17:24.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-06-02T17:17:24.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19922026-06-02T17:17:24.587Z
19932026-06-02T17:17:24.587Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/295)
19942026-06-02T17:17:24.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-06-02T17:17:25.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-06-02T17:17:25.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-06-02T17:17:25.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19982026-06-02T17:17:25.059Z
19992026-06-02T17:17:25.059Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/295)
20002026-06-02T17:17:25.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-06-02T17:17:25.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-06-02T17:17:25.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-06-02T17:17:25.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20042026-06-02T17:17:25.533Z
20052026-06-02T17:17:25.533Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/295)
20062026-06-02T17:17:25.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-06-02T17:17:25.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-06-02T17:17:25.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-06-02T17:17:25.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20102026-06-02T17:17:26.003Z
20112026-06-02T17:17:26.003Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/295)
20122026-06-02T17:17:26.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-06-02T17:17:26.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-06-02T17:17:26.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-06-02T17:17:26.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20162026-06-02T17:17:26.472Z
20172026-06-02T17:17:26.472Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/295)
20182026-06-02T17:17:26.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-06-02T17:17:26.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-06-02T17:17:26.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-06-02T17:17:26.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20222026-06-02T17:17:26.940Z
20232026-06-02T17:17:26.940Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/295)
20242026-06-02T17:17:27.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-06-02T17:17:27.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-06-02T17:17:27.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-06-02T17:17:27.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20282026-06-02T17:17:27.413Z
20292026-06-02T17:17:27.413Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/295)
20302026-06-02T17:17:27.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-06-02T17:17:27.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-06-02T17:17:27.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-06-02T17:17:27.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20342026-06-02T17:17:27.885Z
20352026-06-02T17:17:27.886Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/295)
20362026-06-02T17:17:28.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-06-02T17:17:28.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-06-02T17:17:28.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-06-02T17:17:28.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20402026-06-02T17:17:28.355Z
20412026-06-02T17:17:28.355Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/295)
20422026-06-02T17:17:28.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-06-02T17:17:28.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-06-02T17:17:28.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-06-02T17:17:28.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20462026-06-02T17:17:28.825Z
20472026-06-02T17:17:28.826Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/295)
20482026-06-02T17:17:29.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-06-02T17:17:29.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-06-02T17:17:29.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-06-02T17:17:29.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20522026-06-02T17:17:29.299Z
20532026-06-02T17:17:29.299Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/295)
20542026-06-02T17:17:29.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-06-02T17:17:29.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-06-02T17:17:29.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-06-02T17:17:29.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20582026-06-02T17:17:29.768Z
20592026-06-02T17:17:29.769Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/295)
20602026-06-02T17:17:30.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-06-02T17:17:30.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-06-02T17:17:30.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-06-02T17:17:30.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20642026-06-02T17:17:30.239Z
20652026-06-02T17:17:30.239Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/295)
20662026-06-02T17:17:30.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-06-02T17:17:30.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-06-02T17:17:30.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-06-02T17:17:30.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20702026-06-02T17:17:30.710Z
20712026-06-02T17:17:30.710Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/295)
20722026-06-02T17:17:31.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-06-02T17:17:31.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-06-02T17:17:31.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-06-02T17:17:31.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20762026-06-02T17:17:31.187Z
20772026-06-02T17:17:31.187Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/295)
20782026-06-02T17:17:31.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-06-02T17:17:31.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-06-02T17:17:31.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-06-02T17:17:31.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20822026-06-02T17:17:31.656Z
20832026-06-02T17:17:31.656Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/295)
20842026-06-02T17:17:32.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-06-02T17:17:32.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-06-02T17:17:32.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-06-02T17:17:32.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20882026-06-02T17:17:32.297Z
20892026-06-02T17:17:32.297Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/295)
20902026-06-02T17:17:32.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-06-02T17:17:32.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-06-02T17:17:32.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-06-02T17:17:32.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20942026-06-02T17:17:32.939Z
20952026-06-02T17:17:32.939Zinfo: running `cargo check --bins` on nexus-config (51/295)
20962026-06-02T17:17:33.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-06-02T17:17:33.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-06-02T17:17:33.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-06-02T17:17:33.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21002026-06-02T17:17:33.578Z
21012026-06-02T17:17:33.578Zinfo: running `cargo check --bins` on nexus-types (52/295)
21022026-06-02T17:17:34.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-06-02T17:17:34.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-06-02T17:17:34.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-06-02T17:17:34.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21062026-06-02T17:17:34.223Z
21072026-06-02T17:17:34.223Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/295)
21082026-06-02T17:17:34.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-06-02T17:17:34.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-06-02T17:17:34.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-06-02T17:17:34.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21122026-06-02T17:17:34.830Z
21132026-06-02T17:17:34.830Zinfo: running `cargo check --bins` on omicron-passwords (54/295)
21142026-06-02T17:17:35.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-06-02T17:17:35.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-06-02T17:17:35.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-06-02T17:17:35.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21182026-06-02T17:17:35.409Z
21192026-06-02T17:17:35.409Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/295)
21202026-06-02T17:17:35.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-06-02T17:17:35.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-06-02T17:17:35.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-06-02T17:17:35.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21242026-06-02T17:17:36.015Z
21252026-06-02T17:17:36.015Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/295)
21262026-06-02T17:17:36.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-06-02T17:17:36.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-06-02T17:17:36.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-06-02T17:17:36.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21302026-06-02T17:17:36.618Z
21312026-06-02T17:17:36.618Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/295)
21322026-06-02T17:17:37.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-06-02T17:17:37.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-06-02T17:17:37.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-06-02T17:17:37.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21362026-06-02T17:17:37.228Z
21372026-06-02T17:17:37.228Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/295)
21382026-06-02T17:17:37.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-06-02T17:17:37.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-06-02T17:17:37.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-06-02T17:17:37.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21422026-06-02T17:17:37.836Z
21432026-06-02T17:17:37.836Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/295)
21442026-06-02T17:17:38.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-06-02T17:17:38.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-06-02T17:17:38.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-06-02T17:17:38.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21482026-06-02T17:17:38.426Z
21492026-06-02T17:17:38.426Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/295)
21502026-06-02T17:17:38.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-06-02T17:17:38.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-06-02T17:17:38.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-06-02T17:17:38.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21542026-06-02T17:17:39.016Z
21552026-06-02T17:17:39.016Zinfo: running `cargo check --bins --no-default-features` on gfss (61/295)
21562026-06-02T17:17:39.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-06-02T17:17:39.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-06-02T17:17:39.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-06-02T17:17:39.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21602026-06-02T17:17:39.590Z
21612026-06-02T17:17:39.590Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/295)
21622026-06-02T17:17:40.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-06-02T17:17:40.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-06-02T17:17:40.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-06-02T17:17:40.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21662026-06-02T17:17:40.168Z
21672026-06-02T17:17:40.168Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/295)
21682026-06-02T17:17:40.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-06-02T17:17:40.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-06-02T17:17:40.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-06-02T17:17:40.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21722026-06-02T17:17:40.764Z
21732026-06-02T17:17:40.764Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/295)
21742026-06-02T17:17:41.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-06-02T17:17:41.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-06-02T17:17:41.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-06-02T17:17:41.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21782026-06-02T17:17:41.361Z
21792026-06-02T17:17:41.361Zinfo: running `cargo check --bins` on cockroach-admin-types (65/295)
21802026-06-02T17:17:41.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-06-02T17:17:41.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-06-02T17:17:41.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-06-02T17:17:41.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21842026-06-02T17:17:41.941Z
21852026-06-02T17:17:41.942Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/295)
21862026-06-02T17:17:42.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-06-02T17:17:42.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-06-02T17:17:42.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-06-02T17:17:42.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21902026-06-02T17:17:42.525Z
21912026-06-02T17:17:42.525Zinfo: running `cargo check --bins` on ereport-types (67/295)
21922026-06-02T17:17:43.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-06-02T17:17:43.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-06-02T17:17:43.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-06-02T17:17:43.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21962026-06-02T17:17:43.112Z
21972026-06-02T17:17:43.112Zinfo: running `cargo check --bins` on gateway-client (68/295)
21982026-06-02T17:17:43.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-06-02T17:17:43.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-06-02T17:17:43.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-06-02T17:17:43.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22022026-06-02T17:17:43.704Z
22032026-06-02T17:17:43.704Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/295)
22042026-06-02T17:17:44.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-06-02T17:17:44.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-06-02T17:17:44.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-06-02T17:17:44.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22082026-06-02T17:17:44.293Z
22092026-06-02T17:17:44.293Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/295)
22102026-06-02T17:17:44.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-06-02T17:17:44.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-06-02T17:17:44.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-06-02T17:17:44.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22142026-06-02T17:17:44.879Z
22152026-06-02T17:17:44.879Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/295)
22162026-06-02T17:17:45.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-06-02T17:17:45.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-06-02T17:17:45.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-06-02T17:17:45.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22202026-06-02T17:17:45.467Z
22212026-06-02T17:17:45.467Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/295)
22222026-06-02T17:17:45.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-06-02T17:17:45.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-06-02T17:17:45.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-06-02T17:17:45.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22262026-06-02T17:17:46.055Z
22272026-06-02T17:17:46.055Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/295)
22282026-06-02T17:17:46.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-06-02T17:17:46.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-06-02T17:17:46.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-06-02T17:17:46.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22322026-06-02T17:17:46.663Z
22332026-06-02T17:17:46.664Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/295)
22342026-06-02T17:17:47.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-06-02T17:17:47.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-06-02T17:17:47.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-06-02T17:17:47.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22382026-06-02T17:17:47.269Z
22392026-06-02T17:17:47.269Zinfo: running `cargo check --bins` on key-manager-types (75/295)
22402026-06-02T17:17:47.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-06-02T17:17:47.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-06-02T17:17:47.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-06-02T17:17:47.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22442026-06-02T17:17:47.846Z
22452026-06-02T17:17:47.846Zinfo: running `cargo check --bins` on oxlog (76/295)
22462026-06-02T17:17:48.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-06-02T17:17:48.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-06-02T17:17:48.449Z Checking cfg-if v1.0.4
22492026-06-02T17:17:48.453Z Checking libc v0.2.185
22502026-06-02T17:17:48.453Z Checking serde_core v1.0.228
22512026-06-02T17:17:48.568Z Checking zeroize v1.8.2
22522026-06-02T17:17:48.575Z Checking memchr v2.8.0
22532026-06-02T17:17:48.583Z Checking log v0.4.29
22542026-06-02T17:17:48.591Z Checking smallvec v1.15.1
22552026-06-02T17:17:48.602Z Checking typenum v1.19.0
22562026-06-02T17:17:48.614Z Checking subtle v2.6.1
22572026-06-02T17:17:48.707Z Checking itoa v1.0.17
22582026-06-02T17:17:48.737Z Checking scopeguard v1.2.0
22592026-06-02T17:17:48.757Z Checking stable_deref_trait v1.2.1
22602026-06-02T17:17:48.768Z Checking const-oid v0.9.6
22612026-06-02T17:17:48.829Z Checking zerofrom v0.1.6
22622026-06-02T17:17:48.841Z Checking lock_api v0.4.14
22632026-06-02T17:17:48.854Z Checking pin-project-lite v0.2.17
22642026-06-02T17:17:48.942Z Checking yoke v0.8.1
22652026-06-02T17:17:48.954Z Checking portable-atomic v1.13.1
22662026-06-02T17:17:48.957Z Checking futures-core v0.3.32
22672026-06-02T17:17:48.961Z Checking getrandom v0.2.17
22682026-06-02T17:17:49.037Z Checking errno v0.3.14
22692026-06-02T17:17:49.103Z Checking zerovec v0.11.5
22702026-06-02T17:17:49.116Z Checking generic-array v0.14.7
22712026-06-02T17:17:49.127Z Checking parking_lot_core v0.9.12
22722026-06-02T17:17:49.139Z Checking rand_core v0.6.4
22732026-06-02T17:17:49.154Z Checking signal-hook-registry v1.4.8
22742026-06-02T17:17:49.306Z Checking critical-section v1.2.0
22752026-06-02T17:17:49.306Z Checking parking_lot v0.12.5
22762026-06-02T17:17:49.309Z Checking mio v1.2.0
22772026-06-02T17:17:49.382Z Checking zerocopy v0.8.40
22782026-06-02T17:17:49.403Z Checking once_cell v1.21.3
22792026-06-02T17:17:49.444Z Checking zmij v1.0.21
22802026-06-02T17:17:49.497Z Checking socket2 v0.6.3
22812026-06-02T17:17:49.525Z Checking tinystr v0.8.2
22822026-06-02T17:17:49.547Z Checking crypto-common v0.1.7
22832026-06-02T17:17:49.572Z Checking block-buffer v0.10.4
22842026-06-02T17:17:49.598Z Checking libm v0.2.16
22852026-06-02T17:17:49.654Z Checking equivalent v1.0.2
22862026-06-02T17:17:49.667Z Checking writeable v0.6.2
22872026-06-02T17:17:49.699Z Checking percent-encoding v2.3.2
22882026-06-02T17:17:49.710Z Checking digest v0.10.7
22892026-06-02T17:17:49.733Z Checking litemap v0.8.1
22902026-06-02T17:17:49.745Z Checking potential_utf v0.1.4
22912026-06-02T17:17:49.820Z Checking zerotrie v0.2.3
22922026-06-02T17:17:49.836Z Checking futures-sink v0.3.32
22932026-06-02T17:17:49.869Z Checking icu_collections v2.1.1
22942026-06-02T17:17:49.902Z Checking icu_locale_core v2.1.1
22952026-06-02T17:17:49.915Z Checking futures-task v0.3.32
22962026-06-02T17:17:49.929Z Checking futures-channel v0.3.32
22972026-06-02T17:17:50.038Z Checking serde v1.0.228
22982026-06-02T17:17:50.050Z Checking bitflags v2.11.0
22992026-06-02T17:17:50.065Z Checking serde_json v1.0.149
23002026-06-02T17:17:50.120Z Checking slab v0.4.12
23012026-06-02T17:17:50.167Z Checking cpufeatures v0.2.17
23022026-06-02T17:17:50.213Z Checking futures-io v0.3.32
23032026-06-02T17:17:50.237Z Checking hmac v0.12.1
23042026-06-02T17:17:50.279Z Checking icu_normalizer_data v2.1.1
23052026-06-02T17:17:50.306Z Checking num-traits v0.2.19
23062026-06-02T17:17:50.322Z Checking futures-util v0.3.32
23072026-06-02T17:17:50.347Z Checking icu_properties_data v2.1.2
23082026-06-02T17:17:50.368Z Checking rand_core v0.10.0
23092026-06-02T17:17:50.439Z Checking bytes v1.11.1
23102026-06-02T17:17:50.456Z Checking icu_provider v2.1.1
23112026-06-02T17:17:50.474Z Checking hashbrown v0.17.0
23122026-06-02T17:17:50.507Z Checking getrandom v0.4.1
23132026-06-02T17:17:50.651Z Checking block-padding v0.3.3
23142026-06-02T17:17:50.684Z Checking icu_normalizer v2.1.1
23152026-06-02T17:17:50.731Z Checking icu_properties v2.1.2
23162026-06-02T17:17:50.782Z Checking inout v0.1.4
23172026-06-02T17:17:50.824Z Checking utf8_iter v1.0.4
23182026-06-02T17:17:50.871Z Checking tokio v1.52.1
23192026-06-02T17:17:50.922Z Checking indexmap v2.14.0
23202026-06-02T17:17:50.934Z Checking cipher v0.4.4
23212026-06-02T17:17:50.946Z Checking sha2 v0.10.9
23222026-06-02T17:17:50.981Z Checking form_urlencoded v1.2.2
23232026-06-02T17:17:51.108Z Checking getrandom v0.3.4
23242026-06-02T17:17:51.147Z Checking fnv v1.0.7
23252026-06-02T17:17:51.214Z Checking base64ct v1.8.3
23262026-06-02T17:17:51.240Z Checking byteorder v1.5.0
23272026-06-02T17:17:51.255Z Checking flagset v0.4.7
23282026-06-02T17:17:51.380Z Checking rand_core v0.9.5
23292026-06-02T17:17:51.445Z Checking http v1.4.0
23302026-06-02T17:17:51.456Z Checking pem-rfc7468 v0.7.0
23312026-06-02T17:17:51.506Z Checking regex-syntax v0.8.10
23322026-06-02T17:17:51.554Z Checking salsa20 v0.10.2
23332026-06-02T17:17:51.572Z Checking idna_adapter v1.2.1
23342026-06-02T17:17:51.611Z Checking der v0.7.10
23352026-06-02T17:17:51.684Z Checking uuid v1.23.0
23362026-06-02T17:17:51.696Z Checking idna v1.1.0
23372026-06-02T17:17:51.936Z Checking url v2.5.8
23382026-06-02T17:17:51.992Z Checking pbkdf2 v0.12.2
23392026-06-02T17:17:52.011Z Checking rustix v1.1.3
23402026-06-02T17:17:52.104Z Checking tracing-core v0.1.36
23412026-06-02T17:17:52.159Z Checking ppv-lite86 v0.2.21
23422026-06-02T17:17:52.230Z Checking rustls-pki-types v1.14.0
23432026-06-02T17:17:52.359Z Checking spki v0.7.3
23442026-06-02T17:17:52.383Z Checking iana-time-zone v0.1.65
23452026-06-02T17:17:52.412Z Checking base64 v0.22.1
23462026-06-02T17:17:52.453Z Checking rand_chacha v0.9.0
23472026-06-02T17:17:52.488Z Checking chrono v0.4.44
23482026-06-02T17:17:52.516Z Checking tracing v0.1.44
23492026-06-02T17:17:52.529Z Checking scrypt v0.11.0
23502026-06-02T17:17:52.648Z Checking http-body v1.0.1
23512026-06-02T17:17:52.660Z Checking cbc v0.1.2
23522026-06-02T17:17:52.672Z Checking aes v0.8.4
23532026-06-02T17:17:52.721Z Checking aws-lc-sys v0.40.0
23542026-06-02T17:17:52.780Z Checking untrusted v0.9.0
23552026-06-02T17:17:52.793Z Checking untrusted v0.7.1
23562026-06-02T17:17:52.818Z Checking openssl-probe v0.2.1
23572026-06-02T17:17:52.853Z Checking tinyvec_macros v0.1.1
23582026-06-02T17:17:52.886Z Checking ring v0.17.14
23592026-06-02T17:17:52.902Z Checking rand v0.9.2
23602026-06-02T17:17:52.918Z Checking tinyvec v1.10.0
23612026-06-02T17:17:52.931Z Checking tower-service v0.3.3
23622026-06-02T17:17:53.019Z Checking try-lock v0.2.5
23632026-06-02T17:17:53.065Z Checking pkcs5 v0.7.1
23642026-06-02T17:17:53.117Z Checking atomic-waker v1.1.2
23652026-06-02T17:17:53.216Z Checking tower-layer v0.3.3
23662026-06-02T17:17:53.229Z Checking aws-lc-rs v1.16.3
23672026-06-02T17:17:53.229Z Checking want v0.3.1
23682026-06-02T17:17:53.322Z Checking pkcs8 v0.10.2
23692026-06-02T17:17:53.339Z Checking ipnet v2.11.0
23702026-06-02T17:17:53.356Z Checking httparse v1.10.1
23712026-06-02T17:17:53.367Z Checking aho-corasick v1.1.4
23722026-06-02T17:17:53.379Z Checking fastrand v2.3.0
23732026-06-02T17:17:53.502Z Checking dyn-clone v1.0.20
23742026-06-02T17:17:53.555Z Checking pin-utils v0.1.0
23752026-06-02T17:17:53.569Z Checking httpdate v1.0.3
23762026-06-02T17:17:53.590Z Checking plain v0.2.3
23772026-06-02T17:17:53.603Z Checking foreign-types-shared v0.1.1
23782026-06-02T17:17:53.624Z Checking tempfile v3.25.0
23792026-06-02T17:17:53.682Z Checking foreign-types v0.3.2
23802026-06-02T17:17:53.697Z Checking unicode-normalization v0.1.25
23812026-06-02T17:17:53.710Z Checking semver v1.0.28
23822026-06-02T17:17:53.752Z Checking openssl-sys v0.9.115
23832026-06-02T17:17:53.816Z Checking spin v0.9.8
23842026-06-02T17:17:53.880Z Checking ucd-trie v0.1.7
23852026-06-02T17:17:53.917Z Checking unicode-ident v1.0.24
23862026-06-02T17:17:54.003Z Checking schemars v0.8.22
23872026-06-02T17:17:54.020Z Checking pest v2.8.6
23882026-06-02T17:17:54.032Z Checking proc-macro2 v1.0.106
23892026-06-02T17:17:54.043Z Checking regex-automata v0.4.14
23902026-06-02T17:17:54.072Z Checking rustls-webpki v0.103.9
23912026-06-02T17:17:54.101Z Checking rustls-native-certs v0.8.3
23922026-06-02T17:17:54.135Z Checking tokio-util v0.7.18
23932026-06-02T17:17:54.150Z Checking openssl v0.10.79
23942026-06-02T17:17:54.228Z Checking thiserror v2.0.18
23952026-06-02T17:17:54.330Z Checking sync_wrapper v1.0.2
23962026-06-02T17:17:54.342Z Checking wait-timeout v0.2.1
23972026-06-02T17:17:54.433Z Checking bit-vec v0.8.0
23982026-06-02T17:17:54.462Z Checking pretty-hex v0.4.1
23992026-06-02T17:17:54.494Z Checking rustls v0.23.37
24002026-06-02T17:17:54.577Z Checking anstyle v1.0.13
24012026-06-02T17:17:54.626Z Checking siphasher v1.0.2
24022026-06-02T17:17:54.648Z Checking simd-adler32 v0.3.8
24032026-06-02T17:17:54.740Z Checking h2 v0.4.13
24042026-06-02T17:17:54.757Z Checking powerfmt v0.2.0
24052026-06-02T17:17:54.779Z Checking quick-error v1.2.3
24062026-06-02T17:17:54.816Z Checking utf8parse v0.2.2
24072026-06-02T17:17:54.880Z Checking rusty-fork v0.3.1
24082026-06-02T17:17:54.906Z Checking deranged v0.5.8
24092026-06-02T17:17:54.920Z Checking anstyle-parse v0.2.7
24102026-06-02T17:17:55.048Z Checking bit-set v0.8.0
24112026-06-02T17:17:55.068Z Checking tower v0.5.3
24122026-06-02T17:17:55.081Z Checking quote v1.0.45
24132026-06-02T17:17:55.193Z Compiling newtype-uuid v1.3.2
24142026-06-02T17:17:55.253Z Checking http-body-util v0.1.3
24152026-06-02T17:17:55.375Z Checking crossbeam-utils v0.8.21
24162026-06-02T17:17:55.447Z Checking webpki-roots v1.0.6
24172026-06-02T17:17:55.472Z Checking rand_xorshift v0.4.0
24182026-06-02T17:17:55.561Z Checking crc32fast v1.5.0
24192026-06-02T17:17:55.593Z Checking scroll v0.13.0
24202026-06-02T17:17:55.700Z Checking signature v2.2.0
24212026-06-02T17:17:55.714Z Checking unicode-bidi v0.3.18
24222026-06-02T17:17:55.820Z Checking anstyle-query v1.1.5
24232026-06-02T17:17:55.820Z Checking allocator-api2 v0.2.21
24242026-06-02T17:17:55.843Z Checking unarray v0.1.4
24252026-06-02T17:17:55.875Z Checking is_terminal_polyfill v1.70.2
24262026-06-02T17:17:55.919Z Checking time-core v0.1.8
24272026-06-02T17:17:55.941Z Checking iri-string v0.7.10
24282026-06-02T17:17:55.963Z Checking num_threads v0.1.7
24292026-06-02T17:17:56.008Z Checking unicode-properties v0.1.4
24302026-06-02T17:17:56.049Z Checking num-conv v0.2.0
24312026-06-02T17:17:56.060Z Checking adler2 v2.0.1
24322026-06-02T17:17:56.117Z Checking ryu v1.0.23
24332026-06-02T17:17:56.167Z Checking colorchoice v1.0.4
24342026-06-02T17:17:56.180Z Checking time v0.3.47
24352026-06-02T17:17:56.198Z Checking native-tls v0.2.18
24362026-06-02T17:17:56.213Z Checking stringprep v0.1.5
24372026-06-02T17:17:56.252Z Checking serde_urlencoded v0.7.1
24382026-06-02T17:17:56.265Z Checking anstream v0.6.21
24392026-06-02T17:17:56.363Z Checking miniz_oxide v0.8.9
24402026-06-02T17:17:56.378Z Checking tokio-native-tls v0.3.1
24412026-06-02T17:17:56.463Z Checking proptest v1.10.0
24422026-06-02T17:17:56.463Z Checking bstr v1.12.1
24432026-06-02T17:17:56.537Z Checking goblin v0.10.5
24442026-06-02T17:17:56.723Z Checking crossbeam-epoch v0.9.18
24452026-06-02T17:17:56.871Z Compiling daft v0.1.7
24462026-06-02T17:17:56.885Z Checking tokio-rustls v0.26.4
24472026-06-02T17:17:56.949Z Checking syn v2.0.117
24482026-06-02T17:17:56.997Z Checking tower-http v0.6.8
24492026-06-02T17:17:57.109Z Checking ipnetwork v0.21.1
24502026-06-02T17:17:57.147Z Checking rand_chacha v0.3.1
24512026-06-02T17:17:57.277Z Checking thiserror v1.0.69
24522026-06-02T17:17:57.326Z Checking scroll v0.12.0
24532026-06-02T17:17:57.338Z Checking hash32 v0.2.1
24542026-06-02T17:17:57.355Z Checking zstd-sys v2.0.16+zstd.1.5.7
24552026-06-02T17:17:57.372Z Checking num-integer v0.1.46
24562026-06-02T17:17:57.464Z Checking toml_datetime v0.6.11
24572026-06-02T17:17:57.476Z Checking hyper v1.8.1
24582026-06-02T17:17:57.488Z Checking serde_spanned v0.6.9
24592026-06-02T17:17:57.546Z Checking md-5 v0.10.6
24602026-06-02T17:17:57.593Z Checking ff v0.13.1
24612026-06-02T17:17:57.605Z Checking encoding_rs v0.8.35
24622026-06-02T17:17:57.642Z Checking psl-types v2.0.11
24632026-06-02T17:17:57.680Z Checking mime v0.3.17
24642026-06-02T17:17:57.719Z Checking base16ct v0.2.0
24652026-06-02T17:17:57.757Z Checking zlib-rs v0.6.2
24662026-06-02T17:17:57.845Z Checking fallible-iterator v0.2.0
24672026-06-02T17:17:57.859Z Checking sec1 v0.7.3
24682026-06-02T17:17:58.063Z Checking publicsuffix v2.3.0
24692026-06-02T17:17:58.113Z Checking postgres-protocol v0.6.10
24702026-06-02T17:17:58.226Z Checking group v0.13.0
24712026-06-02T17:17:58.373Z Checking hyper-util v0.1.20
24722026-06-02T17:17:58.386Z Checking num-iter v0.1.45
24732026-06-02T17:17:58.420Z Checking goblin v0.8.2
24742026-06-02T17:17:58.432Z Checking heapless v0.7.17
24752026-06-02T17:17:58.495Z Checking zstd-safe v7.2.4
24762026-06-02T17:17:58.540Z Checking rand v0.8.6
24772026-06-02T17:17:58.630Z Checking flate2 v1.1.9
24782026-06-02T17:17:58.658Z Checking cookie v0.18.1
24792026-06-02T17:17:58.838Z Checking oxnet v0.1.4
24802026-06-02T17:17:58.865Z Checking dof v0.4.0
24812026-06-02T17:17:58.885Z Compiling iddqd v0.4.2
24822026-06-02T17:17:58.927Z Checking dtrace-parser v0.3.0
24832026-06-02T17:17:59.050Z Checking phf_shared v0.13.1
24842026-06-02T17:17:59.070Z Checking lazy_static v1.5.0
24852026-06-02T17:17:59.158Z Checking pin-project v1.1.11
24862026-06-02T17:17:59.171Z Checking zerocopy v0.7.35
24872026-06-02T17:17:59.224Z Checking bzip2-sys v0.1.13+1.0.8
24882026-06-02T17:17:59.249Z Checking signal-hook v0.3.18
24892026-06-02T17:17:59.252Z Checking terminal_size v0.4.3
24902026-06-02T17:17:59.307Z Checking futures-executor v0.3.32
24912026-06-02T17:17:59.372Z Checking hex v0.4.3
24922026-06-02T17:17:59.435Z Checking hkdf v0.12.4
24932026-06-02T17:17:59.455Z Checking crypto-bigint v0.5.5
24942026-06-02T17:17:59.487Z Checking thread-id v5.1.0
24952026-06-02T17:17:59.566Z Checking bitflags v1.3.2
24962026-06-02T17:17:59.566Z Checking strsim v0.11.1
24972026-06-02T17:17:59.593Z Checking winnow v0.7.14
24982026-06-02T17:17:59.637Z Checking either v1.15.0
24992026-06-02T17:17:59.649Z Checking libbz2-rs-sys v0.2.2
25002026-06-02T17:17:59.652Z Checking hyper-rustls v0.27.7
25012026-06-02T17:17:59.736Z Checking hyper-tls v0.6.0
25022026-06-02T17:17:59.819Z Checking managed v0.8.0
25032026-06-02T17:17:59.870Z Checking bumpalo v3.20.2
25042026-06-02T17:17:59.907Z Checking winnow v0.5.40
25052026-06-02T17:18:00.005Z Checking clap_lex v1.0.0
25062026-06-02T17:18:00.041Z Checking foldhash v0.1.5
25072026-06-02T17:18:00.067Z Checking same-file v1.0.6
25082026-06-02T17:18:00.154Z Checking foldhash v0.2.0
25092026-06-02T17:18:00.168Z Compiling rayon-core v1.13.0
25102026-06-02T17:18:00.180Z Checking walkdir v2.5.0
25112026-06-02T17:18:00.180Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25122026-06-02T17:18:00.311Z Checking hashbrown v0.16.1
25132026-06-02T17:18:00.322Z Checking dof v0.3.0
25142026-06-02T17:18:00.337Z Checking hashbrown v0.15.5
25152026-06-02T17:18:00.365Z Checking clap_builder v4.5.60
25162026-06-02T17:18:00.378Z Checking elliptic-curve v0.13.8
25172026-06-02T17:18:00.392Z Checking zopfli v0.8.3
25182026-06-02T17:18:00.600Z Checking bzip2 v0.6.1
25192026-06-02T17:18:00.690Z Checking smoltcp v0.9.1
25202026-06-02T17:18:00.715Z Checking reqwest v0.12.28
25212026-06-02T17:18:00.764Z Checking usdt-impl v0.6.0
25222026-06-02T17:18:00.776Z Checking futures v0.3.32
25232026-06-02T17:18:00.789Z Checking signal-hook-mio v0.2.5
25242026-06-02T17:18:00.802Z Checking bzip2 v0.4.4
25252026-06-02T17:18:00.849Z Checking snafu v0.8.9
25262026-06-02T17:18:00.890Z Checking phf v0.13.1
25272026-06-02T17:18:00.962Z Checking num-bigint-dig v0.8.6
25282026-06-02T17:18:01.038Z Checking cookie_store v0.22.1
25292026-06-02T17:18:01.074Z Checking toml_edit v0.19.15
25302026-06-02T17:18:01.087Z Checking zstd v0.13.3
25312026-06-02T17:18:01.281Z Checking postgres-types v0.2.12
25322026-06-02T17:18:01.296Z Checking dtrace-parser v0.2.0
25332026-06-02T17:18:01.299Z Checking crossbeam-deque v0.8.6
25342026-06-02T17:18:01.403Z Checking rustls-platform-verifier v0.6.2
25352026-06-02T17:18:01.483Z Checking globset v0.4.18
25362026-06-02T17:18:01.531Z Checking regex v1.12.3
25372026-06-02T17:18:01.550Z Checking ed25519 v2.2.3
25382026-06-02T17:18:01.594Z Checking phf_shared v0.11.3
25392026-06-02T17:18:01.608Z Checking olpc-cjson v0.1.4
25402026-06-02T17:18:01.623Z Checking curve25519-dalek v4.1.3
25412026-06-02T17:18:01.732Z Checking ref-cast v1.0.25
25422026-06-02T17:18:01.745Z Checking strum v0.27.2
25432026-06-02T17:18:01.747Z Checking hubpack v0.1.2
25442026-06-02T17:18:01.747Z Checking memoffset v0.9.1
25452026-06-02T17:18:01.806Z Checking rustix v0.38.44
25462026-06-02T17:18:01.819Z Checking pkcs1 v0.7.5
25472026-06-02T17:18:01.831Z Checking pem v3.0.6
25482026-06-02T17:18:01.843Z Checking float-cmp v0.10.0
25492026-06-02T17:18:01.855Z Checking erased-serde v0.3.31
25502026-06-02T17:18:01.916Z Checking serde_plain v1.0.2
25512026-06-02T17:18:01.968Z Checking serde-big-array v0.5.1
25522026-06-02T17:18:01.982Z Checking rfc6979 v0.4.0
25532026-06-02T17:18:02.022Z Checking memmap2 v0.9.10
25542026-06-02T17:18:02.057Z Checking thread-id v4.2.2
25552026-06-02T17:18:02.095Z Checking env_filter v1.0.0
25562026-06-02T17:18:02.098Z Checking fixedbitset v0.4.2
25572026-06-02T17:18:02.121Z Checking toml_write v0.1.2
25582026-06-02T17:18:02.133Z Checking predicates-core v1.0.10
25592026-06-02T17:18:02.177Z Checking fixedbitset v0.5.7
25602026-06-02T17:18:02.235Z Checking precomputed-hash v0.1.1
25612026-06-02T17:18:02.247Z Checking unicode-segmentation v1.12.0
25622026-06-02T17:18:02.250Z Checking static_assertions v1.1.0
25632026-06-02T17:18:02.250Z Checking data-encoding v2.10.0
25642026-06-02T17:18:02.284Z Checking typed-path v0.9.3
25652026-06-02T17:18:02.315Z Checking whoami v2.1.0
25662026-06-02T17:18:02.327Z Checking new_debug_unreachable v1.0.6
25672026-06-02T17:18:02.374Z Checking keccak v0.1.6
25682026-06-02T17:18:02.393Z Checking jiff v0.2.21
25692026-06-02T17:18:02.406Z Checking difflib v0.4.0
25702026-06-02T17:18:02.507Z Checking normalize-line-endings v0.3.0
25712026-06-02T17:18:02.537Z Checking hickory-proto v0.25.2
25722026-06-02T17:18:02.540Z Checking sha3 v0.10.8
25732026-06-02T17:18:02.561Z Checking similar v2.7.0
25742026-06-02T17:18:02.582Z Checking tokio-postgres v0.7.16
25752026-06-02T17:18:02.594Z Checking predicates v3.1.4
25762026-06-02T17:18:02.612Z Checking crossterm v0.28.1
25772026-06-02T17:18:02.740Z Checking ed25519-dalek v2.2.0
25782026-06-02T17:18:02.895Z Checking string_cache v0.8.9
25792026-06-02T17:18:02.940Z Checking petgraph v0.8.3
25802026-06-02T17:18:02.972Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25812026-06-02T17:18:03.058Z Checking tough v0.22.0
25822026-06-02T17:18:03.070Z Checking toml_edit v0.22.27
25832026-06-02T17:18:03.330Z Checking slog v2.8.2
25842026-06-02T17:18:03.594Z Checking petgraph v0.6.5
25852026-06-02T17:18:03.857Z Checking env_logger v0.11.9
25862026-06-02T17:18:04.052Z Checking usdt v0.6.0
25872026-06-02T17:18:04.149Z Checking usdt-impl v0.5.0
25882026-06-02T17:18:04.224Z Checking toml v0.7.8
25892026-06-02T17:18:04.441Z Checking ecdsa v0.16.9
25902026-06-02T17:18:04.524Z Checking rsa v0.9.10
25912026-06-02T17:18:04.548Z Checking nix v0.31.2
25922026-06-02T17:18:04.622Z Checking zip v4.6.1
25932026-06-02T17:18:04.844Z Checking clap v4.5.60
25942026-06-02T17:18:04.924Z Checking reqwest v0.13.2
25952026-06-02T17:18:05.068Z Checking zip v0.6.6
25962026-06-02T17:18:05.198Z Checking toml_parser v1.0.9+spec-1.1.0
25972026-06-02T17:18:05.282Z Checking itertools v0.13.0
25982026-06-02T17:18:05.323Z Checking serde_with v3.17.0
25992026-06-02T17:18:05.336Z Checking strum v0.26.3
26002026-06-02T17:18:05.391Z Checking fs-err v3.3.0
26012026-06-02T17:18:05.444Z Checking ahash v0.8.12
26022026-06-02T17:18:05.527Z Checking object v0.37.3
26032026-06-02T17:18:05.604Z Checking tokio-stream v0.1.18
26042026-06-02T17:18:05.639Z Checking buf-list v1.1.2
26052026-06-02T17:18:05.687Z Checking anyhow v1.0.102
26062026-06-02T17:18:05.701Z Checking camino v1.2.2
26072026-06-02T17:18:05.789Z Checking x509-cert v0.2.5
26082026-06-02T17:18:05.820Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26092026-06-02T17:18:05.885Z Checking openapiv3 v2.2.0
26102026-06-02T17:18:05.954Z Checking sha1 v0.10.6
26112026-06-02T17:18:05.986Z Checking lalrpop-util v0.19.12
26122026-06-02T17:18:06.088Z Checking peg-runtime v0.8.5
26132026-06-02T17:18:06.129Z Checking rayon v1.11.0
26142026-06-02T17:18:06.162Z Checking sigpipe v0.1.3
26152026-06-02T17:18:06.233Z Checking glob v0.3.3
26162026-06-02T17:18:07.742Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26172026-06-02T17:18:08.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.17s
26182026-06-02T17:18:08.191Z
26192026-06-02T17:18:08.191Zinfo: running `cargo check --bins` on internal-dns-types (77/295)
26202026-06-02T17:18:08.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26212026-06-02T17:18:08.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26222026-06-02T17:18:08.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26232026-06-02T17:18:08.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26242026-06-02T17:18:08.784Z
26252026-06-02T17:18:08.784Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/295)
26262026-06-02T17:18:09.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26272026-06-02T17:18:09.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26282026-06-02T17:18:09.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26292026-06-02T17:18:09.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26302026-06-02T17:18:09.380Z
26312026-06-02T17:18:09.381Zinfo: running `cargo check --bins` on nexus-types-versions (79/295)
26322026-06-02T17:18:09.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26332026-06-02T17:18:09.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26342026-06-02T17:18:09.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26352026-06-02T17:18:09.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26362026-06-02T17:18:09.983Z
26372026-06-02T17:18:09.983Zinfo: running `cargo check --bins` on oxql-types (80/295)
26382026-06-02T17:18:10.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26392026-06-02T17:18:10.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26402026-06-02T17:18:10.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26412026-06-02T17:18:10.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26422026-06-02T17:18:10.575Z
26432026-06-02T17:18:10.576Zinfo: running `cargo check --bins` on oximeter-types (81/295)
26442026-06-02T17:18:11.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452026-06-02T17:18:11.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462026-06-02T17:18:11.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26472026-06-02T17:18:11.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26482026-06-02T17:18:11.172Z
26492026-06-02T17:18:11.172Zinfo: running `cargo check --bins` on oximeter-types-versions (82/295)
26502026-06-02T17:18:11.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512026-06-02T17:18:11.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522026-06-02T17:18:11.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26532026-06-02T17:18:11.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26542026-06-02T17:18:11.766Z
26552026-06-02T17:18:11.766Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/295)
26562026-06-02T17:18:12.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572026-06-02T17:18:12.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582026-06-02T17:18:12.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26592026-06-02T17:18:12.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26602026-06-02T17:18:12.346Z
26612026-06-02T17:18:12.346Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/295)
26622026-06-02T17:18:12.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632026-06-02T17:18:12.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642026-06-02T17:18:13.036Z Compiling structmeta-derive v0.3.0
26652026-06-02T17:18:13.152Z Compiling rustls v0.22.4
26662026-06-02T17:18:13.162Z Compiling multer v3.1.0
26672026-06-02T17:18:13.171Z Compiling async-stream-impl v0.3.6
26682026-06-02T17:18:13.171Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26692026-06-02T17:18:13.193Z Compiling dropshot v0.17.0
26702026-06-02T17:18:13.208Z Compiling dropshot_endpoint v0.17.0
26712026-06-02T17:18:13.208Z Compiling newtype-uuid-macros v0.1.0
26722026-06-02T17:18:13.346Z Checking newtype-uuid v1.3.2
26732026-06-02T17:18:13.392Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26742026-06-02T17:18:13.452Z Checking rustls-webpki v0.102.8
26752026-06-02T17:18:13.544Z Checking daft v0.1.7
26762026-06-02T17:18:13.560Z Checking thread_local v1.1.9
26772026-06-02T17:18:13.729Z Checking match_cfg v0.1.0
26782026-06-02T17:18:13.746Z Checking compression-core v0.4.31
26792026-06-02T17:18:13.788Z Checking iddqd v0.4.2
26802026-06-02T17:18:13.802Z Checking hostname v0.3.1
26812026-06-02T17:18:13.832Z Checking crossbeam-channel v0.5.15
26822026-06-02T17:18:13.872Z Checking compression-codecs v0.4.37
26832026-06-02T17:18:13.896Z Checking slog-json v2.6.1
26842026-06-02T17:18:13.973Z Checking toml_datetime v1.0.0+spec-1.1.0
26852026-06-02T17:18:14.035Z Checking is-terminal v0.4.17
26862026-06-02T17:18:14.051Z Checking serde_spanned v1.0.4
26872026-06-02T17:18:14.128Z Checking toml_writer v1.0.6+spec-1.1.0
26882026-06-02T17:18:14.168Z Checking take_mut v0.2.2
26892026-06-02T17:18:14.181Z Checking term v1.2.1
26902026-06-02T17:18:14.184Z Checking debug-ignore v1.0.5
26912026-06-02T17:18:14.205Z Compiling structmeta v0.3.0
26922026-06-02T17:18:14.269Z Checking slog-async v2.8.0
26932026-06-02T17:18:14.289Z Checking slog-bunyan v2.5.0
26942026-06-02T17:18:14.313Z Checking toml v1.0.6+spec-1.1.0
26952026-06-02T17:18:14.399Z Checking slog-term v2.9.2
26962026-06-02T17:18:14.413Z Checking async-compression v0.4.41
26972026-06-02T17:18:14.425Z Compiling derive-ex v0.1.8
26982026-06-02T17:18:14.440Z Compiling parse-display-derive v0.10.0
26992026-06-02T17:18:14.653Z Checking async-stream v0.3.6
27002026-06-02T17:18:14.665Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27012026-06-02T17:18:14.712Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27022026-06-02T17:18:14.769Z Checking progenitor-client v0.14.0
27032026-06-02T17:18:14.781Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27042026-06-02T17:18:14.893Z Checking waitgroup v0.1.2
27052026-06-02T17:18:14.922Z Checking backon v1.6.0
27062026-06-02T17:18:14.960Z Checking rustls-pemfile v2.2.0
27072026-06-02T17:18:15.006Z Checking serde_path_to_error v0.1.20
27082026-06-02T17:18:15.019Z Checking hostname v0.4.2
27092026-06-02T17:18:15.086Z Checking instant v0.1.13
27102026-06-02T17:18:15.172Z Checking backoff v0.4.0
27112026-06-02T17:18:15.264Z Checking tokio-rustls v0.25.0
27122026-06-02T17:18:15.279Z Checking progenitor-extras v0.2.0
27132026-06-02T17:18:15.312Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27142026-06-02T17:18:15.359Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27152026-06-02T17:18:15.527Z Checking itertools v0.14.0
27162026-06-02T17:18:15.540Z Checking progenitor-client v0.10.0
27172026-06-02T17:18:15.725Z Checking regress v0.10.5
27182026-06-02T17:18:15.747Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27192026-06-02T17:18:15.983Z Checking macaddr v1.0.1
27202026-06-02T17:18:16.102Z Compiling test-strategy v0.4.5
27212026-06-02T17:18:16.188Z Checking parse-display v0.10.0
27222026-06-02T17:18:16.389Z Checking humantime v2.3.0
27232026-06-02T17:18:17.376Z Compiling prettyplease v0.2.37
27242026-06-02T17:18:17.645Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27252026-06-02T17:18:17.858Z Checking num-rational v0.4.2
27262026-06-02T17:18:18.018Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27272026-06-02T17:18:18.283Z Checking num-complex v0.4.6
27282026-06-02T17:18:19.009Z Compiling num v0.4.3
27292026-06-02T17:18:19.087Z Compiling usdt-macro v0.5.0
27302026-06-02T17:18:19.119Z Compiling usdt-attr-macro v0.5.0
27312026-06-02T17:18:19.119Z Checking memmap v0.7.0
27322026-06-02T17:18:19.122Z Checking float-ord v0.3.2
27332026-06-02T17:18:19.249Z Compiling convert_case v0.4.0
27342026-06-02T17:18:19.262Z Checking unicode-width v0.2.0
27352026-06-02T17:18:19.517Z Checking console v0.15.11
27362026-06-02T17:18:19.631Z Compiling derive_more v0.99.20
27372026-06-02T17:18:19.803Z Checking newline-converter v0.3.0
27382026-06-02T17:18:19.815Z Checking atomicwrites v0.4.4
27392026-06-02T17:18:19.894Z Checking usdt v0.5.0
27402026-06-02T17:18:19.915Z Compiling toml v0.8.23
27412026-06-02T17:18:19.944Z Compiling minimal-lexical v0.2.1
27422026-06-02T17:18:20.063Z Checking linked-hash-map v0.5.6
27432026-06-02T17:18:20.199Z Compiling nom v7.1.3
27442026-06-02T17:18:20.238Z Checking lru-cache v0.1.2
27452026-06-02T17:18:20.432Z Checking expectorate v1.2.0
27462026-06-02T17:18:20.896Z Checking camino-tempfile v1.4.1
27472026-06-02T17:18:21.050Z Checking hickory-proto v0.24.4
27482026-06-02T17:18:21.064Z Checking phf_shared v0.12.1
27492026-06-02T17:18:21.238Z Compiling slog-dtrace v0.3.0
27502026-06-02T17:18:21.271Z Checking resolv-conf v0.7.6
27512026-06-02T17:18:21.434Z Compiling chrono-tz v0.10.4
27522026-06-02T17:18:21.461Z Checking heck v0.5.0
27532026-06-02T17:18:21.594Z Compiling const_format_proc_macros v0.2.34
27542026-06-02T17:18:21.608Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27552026-06-02T17:18:21.635Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27562026-06-02T17:18:21.703Z Checking phf v0.12.1
27572026-06-02T17:18:21.850Z Checking tokio-dtrace v0.1.1
27582026-06-02T17:18:22.042Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27592026-06-02T17:18:22.092Z Compiling derive-where v1.6.0
27602026-06-02T17:18:22.208Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27612026-06-02T17:18:22.410Z Checking highway v1.3.0
27622026-06-02T17:18:22.644Z Checking const_format v0.2.35
27632026-06-02T17:18:22.881Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27642026-06-02T17:18:22.902Z Checking hickory-resolver v0.24.4
27652026-06-02T17:18:23.021Z Checking oxide-tokio-rt v0.1.4
27662026-06-02T17:18:23.184Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27672026-06-02T17:18:23.407Z Checking gethostname v0.5.0
27682026-06-02T17:18:23.444Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27692026-06-02T17:18:23.497Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27702026-06-02T17:18:23.595Z Checking bcs v0.1.6
27712026-06-02T17:18:23.635Z Checking qorb v0.4.1
27722026-06-02T17:18:23.722Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27732026-06-02T17:18:23.827Z Checking termtree v0.5.1
27742026-06-02T17:18:26.991Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27752026-06-02T17:18:29.746Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27762026-06-02T17:18:31.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.55s
27772026-06-02T17:18:32.082Z
27782026-06-02T17:18:32.082Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/295)
27792026-06-02T17:18:32.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27802026-06-02T17:18:32.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27812026-06-02T17:18:32.759Z Compiling ar_archive_writer v0.5.1
27822026-06-02T17:18:32.871Z Compiling stacker v0.1.23
27832026-06-02T17:18:32.874Z Compiling cfg_aliases v0.1.1
27842026-06-02T17:18:32.886Z Compiling convert_case v0.10.0
27852026-06-02T17:18:32.889Z Checking unicode-width v0.1.14
27862026-06-02T17:18:32.901Z Compiling proc-macro-error v1.0.4
27872026-06-02T17:18:32.912Z Checking fd-lock v4.0.4
27882026-06-02T17:18:32.912Z Checking nibble_vec v0.1.0
27892026-06-02T17:18:32.935Z Compiling nix v0.28.0
27902026-06-02T17:18:33.024Z Checking vte v0.14.1
27912026-06-02T17:18:33.041Z Compiling recursive-proc-macro-impl v0.1.1
27922026-06-02T17:18:33.124Z Checking bytecount v0.6.9
27932026-06-02T17:18:33.138Z Checking endian-type v0.1.2
27942026-06-02T17:18:33.171Z Checking strip-ansi-escapes v0.2.1
27952026-06-02T17:18:33.184Z Compiling derive_more-impl v2.1.1
27962026-06-02T17:18:33.199Z Compiling tabled_derive v0.7.0
27972026-06-02T17:18:33.222Z Checking papergrid v0.11.0
27982026-06-02T17:18:33.254Z Checking radix_trie v0.2.1
27992026-06-02T17:18:33.281Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28002026-06-02T17:18:33.430Z Compiling peg-macros v0.8.5
28012026-06-02T17:18:33.455Z Checking winnow v0.6.26
28022026-06-02T17:18:33.720Z Compiling psm v0.1.30
28032026-06-02T17:18:33.784Z Compiling sqlparser_derive v0.5.0
28042026-06-02T17:18:33.828Z Checking home v0.5.12
28052026-06-02T17:18:33.935Z Checking unicode_categories v0.1.1
28062026-06-02T17:18:33.979Z Checking derive_more v2.1.1
28072026-06-02T17:18:34.058Z Checking nu-ansi-term v0.50.3
28082026-06-02T17:18:34.089Z Checking crossterm v0.29.0
28092026-06-02T17:18:34.155Z Checking tabled v0.15.0
28102026-06-02T17:18:34.256Z Checking rustyline v14.0.0
28112026-06-02T17:18:34.269Z Checking reedline v0.40.0
28122026-06-02T17:18:34.498Z Checking recursive v0.1.1
28132026-06-02T17:18:34.572Z Checking display-error-chain v0.2.2
28142026-06-02T17:18:34.590Z Checking sqlparser v0.61.0
28152026-06-02T17:18:34.590Z Checking sqlformat v0.3.5
28162026-06-02T17:18:34.799Z Checking peg v0.8.5
28172026-06-02T17:18:45.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.72s
28182026-06-02T17:18:45.996Z
28192026-06-02T17:18:45.996Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/295)
28202026-06-02T17:18:46.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28212026-06-02T17:18:46.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28222026-06-02T17:18:46.678Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28232026-06-02T17:18:50.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s
28242026-06-02T17:18:50.334Z
28252026-06-02T17:18:50.334Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/295)
28262026-06-02T17:18:50.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272026-06-02T17:18:50.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282026-06-02T17:18:51.003Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28292026-06-02T17:18:53.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.11s
28302026-06-02T17:18:53.641Z
28312026-06-02T17:18:53.641Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/295)
28322026-06-02T17:18:54.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-06-02T17:18:54.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-06-02T17:18:54.303Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28352026-06-02T17:18:57.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s
28362026-06-02T17:18:57.729Z
28372026-06-02T17:18:57.729Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/295)
28382026-06-02T17:18:58.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-06-02T17:18:58.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-06-02T17:18:58.397Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28412026-06-02T17:19:01.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.93s
28422026-06-02T17:19:01.855Z
28432026-06-02T17:19:01.856Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/295)
28442026-06-02T17:19:02.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-06-02T17:19:02.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-06-02T17:19:02.525Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28472026-06-02T17:19:05.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
28482026-06-02T17:19:05.313Z
28492026-06-02T17:19:05.313Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/295)
28502026-06-02T17:19:05.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512026-06-02T17:19:05.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522026-06-02T17:19:05.984Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532026-06-02T17:19:08.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.32s
28542026-06-02T17:19:08.823Z
28552026-06-02T17:19:08.823Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/295)
28562026-06-02T17:19:09.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-06-02T17:19:09.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-06-02T17:19:09.495Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28592026-06-02T17:19:12.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.10s
28602026-06-02T17:19:13.135Z
28612026-06-02T17:19:13.135Zinfo: running `cargo check --bins` on oximeter (93/295)
28622026-06-02T17:19:13.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-06-02T17:19:13.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-06-02T17:19:13.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28652026-06-02T17:19:13.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28662026-06-02T17:19:13.735Z
28672026-06-02T17:19:13.735Zinfo: running `cargo check --bins` on oximeter-schema (94/295)
28682026-06-02T17:19:14.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-06-02T17:19:14.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-06-02T17:19:14.372Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28712026-06-02T17:19:14.537Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28722026-06-02T17:19:14.537Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28732026-06-02T17:19:14.879Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28742026-06-02T17:19:17.765Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28752026-06-02T17:19:19.004Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28762026-06-02T17:19:19.217Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28772026-06-02T17:19:19.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.15s
28782026-06-02T17:19:20.074Z
28792026-06-02T17:19:20.074Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/295)
28802026-06-02T17:19:20.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812026-06-02T17:19:20.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822026-06-02T17:19:20.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832026-06-02T17:19:20.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28842026-06-02T17:19:20.674Z
28852026-06-02T17:19:20.674Zinfo: running `cargo check --bins` on oximeter-test-utils (96/295)
28862026-06-02T17:19:21.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872026-06-02T17:19:21.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882026-06-02T17:19:21.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892026-06-02T17:19:21.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28902026-06-02T17:19:21.316Z
28912026-06-02T17:19:21.316Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/295)
28922026-06-02T17:19:21.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-06-02T17:19:21.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-06-02T17:19:21.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-06-02T17:19:21.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28962026-06-02T17:19:21.918Z
28972026-06-02T17:19:21.918Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/295)
28982026-06-02T17:19:22.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-06-02T17:19:22.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-06-02T17:19:22.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-06-02T17:19:22.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29022026-06-02T17:19:22.520Z
29032026-06-02T17:19:22.520Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/295)
29042026-06-02T17:19:23.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-06-02T17:19:23.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-06-02T17:19:23.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-06-02T17:19:23.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29082026-06-02T17:19:23.124Z
29092026-06-02T17:19:23.124Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/295)
29102026-06-02T17:19:23.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-06-02T17:19:23.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-06-02T17:19:23.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-06-02T17:19:23.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29142026-06-02T17:19:23.728Z
29152026-06-02T17:19:23.728Zinfo: running `cargo check --bins` on trust-quorum-types (101/295)
29162026-06-02T17:19:24.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-06-02T17:19:24.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-06-02T17:19:24.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-06-02T17:19:24.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29202026-06-02T17:19:24.318Z
29212026-06-02T17:19:24.318Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/295)
29222026-06-02T17:19:24.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-06-02T17:19:24.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-06-02T17:19:24.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-06-02T17:19:24.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29262026-06-02T17:19:24.927Z
29272026-06-02T17:19:24.927Zinfo: running `cargo check --bins` on update-engine (103/295)
29282026-06-02T17:19:25.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-06-02T17:19:25.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-06-02T17:19:25.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312026-06-02T17:19:25.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29322026-06-02T17:19:25.519Z
29332026-06-02T17:19:25.519Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/295)
29342026-06-02T17:19:26.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352026-06-02T17:19:26.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362026-06-02T17:19:26.243Z Compiling crucible-workspace-hack v0.1.0
29372026-06-02T17:19:26.361Z Checking secrecy v0.10.3
29382026-06-02T17:19:26.367Z Compiling toml_datetime v0.7.5+spec-1.1.0
29392026-06-02T17:19:26.372Z Compiling heapless v0.8.0
29402026-06-02T17:19:26.381Z Compiling ingot-macros v0.1.1
29412026-06-02T17:19:26.391Z Checking hash32 v0.3.1
29422026-06-02T17:19:26.402Z Compiling smoltcp v0.11.0
29432026-06-02T17:19:26.408Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29442026-06-02T17:19:26.462Z Checking cobs v0.3.0
29452026-06-02T17:19:26.509Z Compiling toml_edit v0.23.10+spec-1.0.0
29462026-06-02T17:19:26.593Z Compiling thiserror-impl-no-std v2.0.2
29472026-06-02T17:19:26.606Z Checking universal-hash v0.5.1
29482026-06-02T17:19:26.619Z Checking half v2.7.1
29492026-06-02T17:19:26.659Z Checking ciborium-io v0.2.2
29502026-06-02T17:19:26.727Z Checking opaque-debug v0.3.1
29512026-06-02T17:19:26.753Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29522026-06-02T17:19:26.766Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29532026-06-02T17:19:26.808Z Checking poly1305 v0.8.0
29542026-06-02T17:19:26.874Z Checking ciborium-ll v0.2.2
29552026-06-02T17:19:26.950Z Checking postcard v1.1.3
29562026-06-02T17:19:27.052Z Compiling proc-macro-crate v3.4.0
29572026-06-02T17:19:27.071Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29582026-06-02T17:19:27.163Z Checking password-hash v0.5.0
29592026-06-02T17:19:27.236Z Checking chacha20 v0.9.1
29602026-06-02T17:19:27.374Z Compiling proc-macro-crate v1.3.1
29612026-06-02T17:19:27.393Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
29622026-06-02T17:19:27.433Z Checking blake2 v0.10.6
29632026-06-02T17:19:27.576Z Checking aead v0.5.2
29642026-06-02T17:19:27.610Z Compiling num_enum_derive v0.7.5
29652026-06-02T17:19:27.630Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29662026-06-02T17:19:27.668Z Compiling foreign-types-macros v0.2.3
29672026-06-02T17:19:27.720Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29682026-06-02T17:19:27.757Z Checking thiserror-no-std v2.0.2
29692026-06-02T17:19:27.790Z Checking cpufeatures v0.3.0
29702026-06-02T17:19:27.834Z Checking foreign-types-shared v0.3.1
29712026-06-02T17:19:27.848Z Checking vsss-rs v3.3.4
29722026-06-02T17:19:27.865Z Checking chacha20 v0.10.0
29732026-06-02T17:19:27.926Z Compiling num_enum_derive v0.5.11
29742026-06-02T17:19:27.959Z Checking chacha20poly1305 v0.10.1
29752026-06-02T17:19:28.080Z Checking argon2 v0.5.3
29762026-06-02T17:19:28.094Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
29772026-06-02T17:19:28.260Z Checking foreign-types v0.5.0
29782026-06-02T17:19:28.342Z Checking ciborium v0.2.2
29792026-06-02T17:19:28.516Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29802026-06-02T17:19:28.540Z Checking tabwriter v1.4.1
29812026-06-02T17:19:28.645Z Checking num_enum v0.7.5
29822026-06-02T17:19:28.685Z Checking byte-wrapper v0.1.0
29832026-06-02T17:19:28.759Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29842026-06-02T17:19:28.759Z Checking cstr-argument v0.1.2
29852026-06-02T17:19:28.801Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29862026-06-02T17:19:28.884Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29872026-06-02T17:19:28.902Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29882026-06-02T17:19:28.949Z Checking num_enum v0.5.11
29892026-06-02T17:19:28.952Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29902026-06-02T17:19:29.062Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29912026-06-02T17:19:29.095Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29922026-06-02T17:19:29.180Z Checking ingot-types v0.1.2
29932026-06-02T17:19:29.195Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29942026-06-02T17:19:29.231Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29952026-06-02T17:19:29.245Z Checking rand v0.10.0
29962026-06-02T17:19:29.260Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29972026-06-02T17:19:29.301Z Checking colored v3.1.1
29982026-06-02T17:19:29.433Z Checking indent_write v2.2.0
29992026-06-02T17:19:29.500Z Compiling zone_cfg_derive v0.3.1
30002026-06-02T17:19:29.528Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30012026-06-02T17:19:29.544Z Checking ingot v0.1.1
30022026-06-02T17:19:29.559Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30032026-06-02T17:19:29.571Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30042026-06-02T17:19:29.571Z Checking itertools v0.12.1
30052026-06-02T17:19:29.652Z Compiling num-derive v0.4.2
30062026-06-02T17:19:29.697Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30072026-06-02T17:19:29.740Z Checking swrite v0.1.0
30082026-06-02T17:19:29.832Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30092026-06-02T17:19:29.905Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30102026-06-02T17:19:30.061Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30112026-06-02T17:19:30.078Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30122026-06-02T17:19:30.147Z Checking dropshot-api-manager-types v0.7.2
30132026-06-02T17:19:30.150Z Checking smf v0.2.3
30142026-06-02T17:19:30.176Z Checking nanorand v0.7.0
30152026-06-02T17:19:30.319Z Checking whoami v1.6.1
30162026-06-02T17:19:30.374Z Checking flume v0.11.1
30172026-06-02T17:19:30.393Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30182026-06-02T17:19:30.586Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30192026-06-02T17:19:30.598Z Checking zone v0.3.1
30202026-06-02T17:19:31.110Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30212026-06-02T17:19:32.092Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30222026-06-02T17:19:32.986Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30232026-06-02T17:19:36.277Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30242026-06-02T17:19:38.362Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30252026-06-02T17:19:39.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.95s
30262026-06-02T17:19:39.669Z
30272026-06-02T17:19:39.669Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/295)
30282026-06-02T17:19:40.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292026-06-02T17:19:40.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302026-06-02T17:19:40.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30312026-06-02T17:19:40.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30322026-06-02T17:19:40.273Z
30332026-06-02T17:19:40.273Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/295)
30342026-06-02T17:19:40.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-06-02T17:19:40.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-06-02T17:19:40.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372026-06-02T17:19:40.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30382026-06-02T17:19:40.875Z
30392026-06-02T17:19:40.875Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/295)
30402026-06-02T17:19:41.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-06-02T17:19:41.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-06-02T17:19:41.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-06-02T17:19:41.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30442026-06-02T17:19:41.483Z
30452026-06-02T17:19:41.483Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/295)
30462026-06-02T17:19:41.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-06-02T17:19:41.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-06-02T17:19:41.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-06-02T17:19:41.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30502026-06-02T17:19:42.089Z
30512026-06-02T17:19:42.089Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/295)
30522026-06-02T17:19:42.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-06-02T17:19:42.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-06-02T17:19:42.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-06-02T17:19:42.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30562026-06-02T17:19:42.694Z
30572026-06-02T17:19:42.694Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/295)
30582026-06-02T17:19:43.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-06-02T17:19:43.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-06-02T17:19:43.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-06-02T17:19:43.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30622026-06-02T17:19:43.299Z
30632026-06-02T17:19:43.299Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/295)
30642026-06-02T17:19:43.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-06-02T17:19:43.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-06-02T17:19:43.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-06-02T17:19:43.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30682026-06-02T17:19:43.902Z
30692026-06-02T17:19:43.902Zinfo: running `cargo check --bins` on cockroach-admin-client (112/295)
30702026-06-02T17:19:44.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-06-02T17:19:44.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-06-02T17:19:44.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-06-02T17:19:44.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30742026-06-02T17:19:44.490Z
30752026-06-02T17:19:44.490Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/295)
30762026-06-02T17:19:44.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-06-02T17:19:44.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-06-02T17:19:44.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-06-02T17:19:45.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30802026-06-02T17:19:45.091Z
30812026-06-02T17:19:45.091Zinfo: running `cargo check --bins` on dns-service-client (114/295)
30822026-06-02T17:19:45.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-06-02T17:19:45.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-06-02T17:19:45.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-06-02T17:19:45.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30862026-06-02T17:19:45.693Z
30872026-06-02T17:19:45.694Zinfo: running `cargo check --bins` on installinator-client (115/295)
30882026-06-02T17:19:46.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-06-02T17:19:46.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-06-02T17:19:46.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-06-02T17:19:46.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30922026-06-02T17:19:46.295Z
30932026-06-02T17:19:46.295Zinfo: running `cargo check --bins` on nexus-client (116/295)
30942026-06-02T17:19:46.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-06-02T17:19:46.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-06-02T17:19:46.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-06-02T17:19:46.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30982026-06-02T17:19:46.934Z
30992026-06-02T17:19:46.934Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/295)
31002026-06-02T17:19:47.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-06-02T17:19:47.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-06-02T17:19:47.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-06-02T17:19:47.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31042026-06-02T17:19:47.570Z
31052026-06-02T17:19:47.570Zinfo: running `cargo check --bins` on ntp-admin-client (118/295)
31062026-06-02T17:19:48.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-06-02T17:19:48.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-06-02T17:19:48.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-06-02T17:19:48.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31102026-06-02T17:19:48.157Z
31112026-06-02T17:19:48.157Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/295)
31122026-06-02T17:19:48.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-06-02T17:19:48.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-06-02T17:19:48.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-06-02T17:19:48.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31162026-06-02T17:19:48.741Z
31172026-06-02T17:19:48.741Zinfo: running `cargo check --bins` on oxide-client (120/295)
31182026-06-02T17:19:49.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-06-02T17:19:49.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-06-02T17:19:49.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-06-02T17:19:49.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31222026-06-02T17:19:49.330Z
31232026-06-02T17:19:49.330Zinfo: running `cargo check --bins` on oximeter-client (121/295)
31242026-06-02T17:19:49.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-06-02T17:19:49.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-06-02T17:19:49.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-06-02T17:19:49.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31282026-06-02T17:19:49.932Z
31292026-06-02T17:19:49.932Zinfo: running `cargo check --bins` on repo-depot-client (122/295)
31302026-06-02T17:19:50.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-06-02T17:19:50.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-06-02T17:19:50.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-06-02T17:19:50.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31342026-06-02T17:19:50.509Z
31352026-06-02T17:19:50.509Zinfo: running `cargo check --bins` on sled-agent-client (123/295)
31362026-06-02T17:19:51.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-06-02T17:19:51.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-06-02T17:19:51.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-06-02T17:19:51.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31402026-06-02T17:19:51.119Z
31412026-06-02T17:19:51.119Zinfo: running `cargo check --bins` on wicketd-client (124/295)
31422026-06-02T17:19:51.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-06-02T17:19:51.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-06-02T17:19:51.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-06-02T17:19:51.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31462026-06-02T17:19:51.739Z
31472026-06-02T17:19:51.739Zinfo: running `cargo check --bins` on installinator-common (125/295)
31482026-06-02T17:19:52.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-06-02T17:19:52.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-06-02T17:19:52.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-06-02T17:19:52.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31522026-06-02T17:19:52.357Z
31532026-06-02T17:19:52.357Zinfo: running `cargo check --bins` on installinator-common-versions (126/295)
31542026-06-02T17:19:52.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-06-02T17:19:52.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-06-02T17:19:52.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-06-02T17:19:52.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31582026-06-02T17:19:52.945Z
31592026-06-02T17:19:52.945Zinfo: running `cargo check --bins` on wicket-common (127/295)
31602026-06-02T17:19:53.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-06-02T17:19:53.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-06-02T17:19:53.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-06-02T17:19:53.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31642026-06-02T17:19:53.563Z
31652026-06-02T17:19:53.563Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/295)
31662026-06-02T17:19:54.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-06-02T17:19:54.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-06-02T17:19:54.259Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31692026-06-02T17:19:54.374Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31702026-06-02T17:19:54.381Z Checking csv-core v0.1.13
31712026-06-02T17:19:54.390Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31722026-06-02T17:19:54.396Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31732026-06-02T17:19:54.405Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31742026-06-02T17:19:54.417Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31752026-06-02T17:19:54.429Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31762026-06-02T17:19:54.542Z Checking csv v1.4.0
31772026-06-02T17:19:54.569Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31782026-06-02T17:19:54.584Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31792026-06-02T17:19:54.611Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31802026-06-02T17:19:54.639Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31812026-06-02T17:19:54.878Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31822026-06-02T17:19:55.245Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31832026-06-02T17:19:55.245Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31842026-06-02T17:19:55.585Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31852026-06-02T17:20:01.568Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31862026-06-02T17:20:02.106Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31872026-06-02T17:20:04.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.89s
31882026-06-02T17:20:04.654Z
31892026-06-02T17:20:04.654Zinfo: running `cargo check --bins` on cockroach-admin-api (129/295)
31902026-06-02T17:20:05.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31912026-06-02T17:20:05.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31922026-06-02T17:20:05.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31932026-06-02T17:20:05.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31942026-06-02T17:20:05.252Z
31952026-06-02T17:20:05.252Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/295)
31962026-06-02T17:20:05.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31972026-06-02T17:20:05.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31982026-06-02T17:20:05.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31992026-06-02T17:20:05.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32002026-06-02T17:20:05.938Z
32012026-06-02T17:20:05.938Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/295)
32022026-06-02T17:20:06.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032026-06-02T17:20:06.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042026-06-02T17:20:06.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052026-06-02T17:20:06.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32062026-06-02T17:20:06.623Z
32072026-06-02T17:20:06.623Zinfo: running `cargo check --bins` on gateway-test-utils (132/295)
32082026-06-02T17:20:07.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-06-02T17:20:07.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-06-02T17:20:07.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112026-06-02T17:20:07.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32122026-06-02T17:20:07.276Z
32132026-06-02T17:20:07.276Zinfo: running `cargo check --bins` on omicron-gateway (133/295)
32142026-06-02T17:20:07.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152026-06-02T17:20:07.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162026-06-02T17:20:08.049Z Compiling regress v0.11.1
32172026-06-02T17:20:08.189Z Compiling unsafe-libyaml v0.2.11
32182026-06-02T17:20:08.205Z Compiling semver v0.1.20
32192026-06-02T17:20:08.217Z Compiling radium v0.7.0
32202026-06-02T17:20:08.232Z Checking tap v1.0.1
32212026-06-02T17:20:08.232Z Compiling maybe-uninit v2.0.0
32222026-06-02T17:20:08.258Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32232026-06-02T17:20:08.331Z Checking wyz v0.5.1
32242026-06-02T17:20:08.484Z Compiling rustc_version v0.1.7
32252026-06-02T17:20:08.525Z Checking progenitor-client v0.13.0
32262026-06-02T17:20:08.558Z Compiling zerocopy-derive v0.6.6
32272026-06-02T17:20:08.672Z Checking crc-catalog v2.4.0
32282026-06-02T17:20:08.701Z Compiling newtype_derive v0.1.6
32292026-06-02T17:20:08.757Z Compiling serde_yaml v0.9.34+deprecated
32302026-06-02T17:20:08.770Z Compiling cancel-safe-futures v0.1.5
32312026-06-02T17:20:08.899Z Compiling owo-colors v4.3.0
32322026-06-02T17:20:08.942Z Compiling packed_struct v0.10.1
32332026-06-02T17:20:08.982Z Checking funty v2.0.0
32342026-06-02T17:20:09.279Z Checking crc v3.4.0
32352026-06-02T17:20:09.341Z Checking bitvec v1.0.1
32362026-06-02T17:20:09.375Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32372026-06-02T17:20:09.401Z Checking zerocopy v0.6.6
32382026-06-02T17:20:09.457Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32392026-06-02T17:20:09.621Z Checking typify-impl v0.6.2
32402026-06-02T17:20:09.766Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32412026-06-02T17:20:09.795Z Compiling packed_struct_codegen v0.10.1
32422026-06-02T17:20:09.918Z Checking libsw-core v0.3.2
32432026-06-02T17:20:10.026Z Compiling bitfield-macros v0.19.4
32442026-06-02T17:20:10.069Z Compiling indexmap v1.9.3
32452026-06-02T17:20:10.206Z Checking nodrop v0.1.14
32462026-06-02T17:20:10.287Z Checking libsw v3.5.0
32472026-06-02T17:20:10.303Z Checking array-init v0.0.4
32482026-06-02T17:20:10.446Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32492026-06-02T17:20:10.604Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32502026-06-02T17:20:10.670Z Checking smallvec v0.6.14
32512026-06-02T17:20:10.732Z Checking bitfield v0.19.4
32522026-06-02T17:20:10.760Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32532026-06-02T17:20:10.873Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32542026-06-02T17:20:11.003Z Checking hashbrown v0.12.3
32552026-06-02T17:20:11.026Z Checking linear-map v1.2.0
32562026-06-02T17:20:11.139Z Checking smawk v0.3.2
32572026-06-02T17:20:11.206Z Checking base64 v0.21.7
32582026-06-02T17:20:11.221Z Checking tagptr v0.2.0
32592026-06-02T17:20:11.272Z Checking unicode-linebreak v0.1.5
32602026-06-02T17:20:11.364Z Checking moka v0.12.13
32612026-06-02T17:20:11.384Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32622026-06-02T17:20:11.445Z Checking ron v0.8.1
32632026-06-02T17:20:11.474Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32642026-06-02T17:20:11.487Z Checking textwrap v0.16.2
32652026-06-02T17:20:11.557Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32662026-06-02T17:20:11.705Z Checking steno v0.4.1
32672026-06-02T17:20:11.785Z Checking serde-hex v0.1.0
32682026-06-02T17:20:11.969Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32692026-06-02T17:20:11.984Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32702026-06-02T17:20:12.013Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32712026-06-02T17:20:12.145Z Checking hashbrown v0.13.2
32722026-06-02T17:20:12.372Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32732026-06-02T17:20:12.572Z Checking crc-any v2.5.0
32742026-06-02T17:20:12.587Z Checking object v0.30.4
32752026-06-02T17:20:12.623Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32762026-06-02T17:20:12.710Z Checking hickory-resolver v0.25.2
32772026-06-02T17:20:12.750Z Checking half v1.8.3
32782026-06-02T17:20:12.765Z Checking utf-8 v0.7.6
32792026-06-02T17:20:12.789Z Checking void v1.0.2
32802026-06-02T17:20:12.897Z Checking path-slash v0.1.5
32812026-06-02T17:20:12.897Z Checking tungstenite v0.23.0
32822026-06-02T17:20:12.948Z Checking serde_cbor v0.11.2
32832026-06-02T17:20:13.014Z Checking lzss v0.8.2
32842026-06-02T17:20:13.273Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32852026-06-02T17:20:13.312Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32862026-06-02T17:20:13.328Z Checking nix v0.27.1
32872026-06-02T17:20:13.343Z Checking kstat-rs v0.2.4
32882026-06-02T17:20:13.411Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32892026-06-02T17:20:13.431Z Checking fxhash v0.2.1
32902026-06-02T17:20:13.530Z Checking serde_bytes v0.11.19
32912026-06-02T17:20:13.546Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32922026-06-02T17:20:13.561Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32932026-06-02T17:20:13.707Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32942026-06-02T17:20:13.787Z Checking tokio-tungstenite v0.23.1
32952026-06-02T17:20:13.828Z Checking signal-hook-tokio v0.3.1
32962026-06-02T17:20:14.136Z Compiling typify-macro v0.6.2
32972026-06-02T17:20:14.924Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32982026-06-02T17:20:15.277Z Compiling typify v0.6.2
32992026-06-02T17:20:15.357Z Compiling progenitor-impl v0.13.0
33002026-06-02T17:20:15.360Z Compiling progenitor-impl v0.14.0
33012026-06-02T17:20:15.837Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33022026-06-02T17:20:16.168Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33032026-06-02T17:20:16.965Z Compiling progenitor-macro v0.13.0
33042026-06-02T17:20:17.009Z Compiling progenitor-macro v0.14.0
33052026-06-02T17:20:19.581Z Checking progenitor v0.13.0
33062026-06-02T17:20:19.584Z Checking progenitor v0.14.0
33072026-06-02T17:20:19.715Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33082026-06-02T17:20:19.718Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33092026-06-02T17:20:22.764Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33102026-06-02T17:20:30.439Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33112026-06-02T17:20:36.756Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33122026-06-02T17:20:38.129Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33132026-06-02T17:20:38.637Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33142026-06-02T17:20:40.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.46s
33152026-06-02T17:20:40.940Z
33162026-06-02T17:20:40.940Zinfo: running `cargo check --bins` on gateway-api (134/295)
33172026-06-02T17:20:41.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182026-06-02T17:20:41.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192026-06-02T17:20:41.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33202026-06-02T17:20:41.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33212026-06-02T17:20:41.544Z
33222026-06-02T17:20:41.544Zinfo: running `cargo check --bins` on ipcc (135/295)
33232026-06-02T17:20:42.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242026-06-02T17:20:42.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252026-06-02T17:20:42.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262026-06-02T17:20:42.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33272026-06-02T17:20:42.156Z
33282026-06-02T17:20:42.156Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/295)
33292026-06-02T17:20:42.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-06-02T17:20:42.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-06-02T17:20:42.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-06-02T17:20:42.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33332026-06-02T17:20:42.743Z
33342026-06-02T17:20:42.743Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/295)
33352026-06-02T17:20:43.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-06-02T17:20:43.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-06-02T17:20:43.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-06-02T17:20:43.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33392026-06-02T17:20:43.363Z
33402026-06-02T17:20:43.363Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/295)
33412026-06-02T17:20:43.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-06-02T17:20:43.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-06-02T17:20:43.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-06-02T17:20:43.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33452026-06-02T17:20:43.966Z
33462026-06-02T17:20:43.966Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/295)
33472026-06-02T17:20:44.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-06-02T17:20:44.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-06-02T17:20:44.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-06-02T17:20:44.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33512026-06-02T17:20:44.574Z
33522026-06-02T17:20:44.574Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/295)
33532026-06-02T17:20:45.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-06-02T17:20:45.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-06-02T17:20:45.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-06-02T17:20:45.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33572026-06-02T17:20:45.182Z
33582026-06-02T17:20:45.182Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/295)
33592026-06-02T17:20:45.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-06-02T17:20:45.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-06-02T17:20:45.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-06-02T17:20:45.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33632026-06-02T17:20:45.803Z
33642026-06-02T17:20:45.803Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/295)
33652026-06-02T17:20:46.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-06-02T17:20:46.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-06-02T17:20:46.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-06-02T17:20:46.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33692026-06-02T17:20:46.411Z
33702026-06-02T17:20:46.412Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/295)
33712026-06-02T17:20:46.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-06-02T17:20:46.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-06-02T17:20:46.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-06-02T17:20:46.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33752026-06-02T17:20:47.022Z
33762026-06-02T17:20:47.022Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/295)
33772026-06-02T17:20:47.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-06-02T17:20:47.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-06-02T17:20:47.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-06-02T17:20:47.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33812026-06-02T17:20:47.630Z
33822026-06-02T17:20:47.630Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/295)
33832026-06-02T17:20:48.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-06-02T17:20:48.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-06-02T17:20:48.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-06-02T17:20:48.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33872026-06-02T17:20:48.234Z
33882026-06-02T17:20:48.234Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/295)
33892026-06-02T17:20:48.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-06-02T17:20:48.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-06-02T17:20:48.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-06-02T17:20:48.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33932026-06-02T17:20:48.842Z
33942026-06-02T17:20:48.842Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/295)
33952026-06-02T17:20:49.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-06-02T17:20:49.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-06-02T17:20:49.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-06-02T17:20:49.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33992026-06-02T17:20:49.451Z
34002026-06-02T17:20:49.451Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/295)
34012026-06-02T17:20:49.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-06-02T17:20:49.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-06-02T17:20:49.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-06-02T17:20:49.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34052026-06-02T17:20:50.076Z
34062026-06-02T17:20:50.076Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/295)
34072026-06-02T17:20:50.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-06-02T17:20:50.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-06-02T17:20:50.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-06-02T17:20:50.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34112026-06-02T17:20:50.700Z
34122026-06-02T17:20:50.700Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/295)
34132026-06-02T17:20:51.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-06-02T17:20:51.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-06-02T17:20:51.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-06-02T17:20:51.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34172026-06-02T17:20:51.323Z
34182026-06-02T17:20:51.323Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/295)
34192026-06-02T17:20:51.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-06-02T17:20:51.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-06-02T17:20:51.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-06-02T17:20:51.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34232026-06-02T17:20:51.948Z
34242026-06-02T17:20:51.948Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/295)
34252026-06-02T17:20:52.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-06-02T17:20:52.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-06-02T17:20:52.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-06-02T17:20:52.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34292026-06-02T17:20:52.568Z
34302026-06-02T17:20:52.568Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/295)
34312026-06-02T17:20:53.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-06-02T17:20:53.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-06-02T17:20:53.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-06-02T17:20:53.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34352026-06-02T17:20:53.193Z
34362026-06-02T17:20:53.193Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/295)
34372026-06-02T17:20:53.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-06-02T17:20:53.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-06-02T17:20:53.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-06-02T17:20:53.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34412026-06-02T17:20:53.816Z
34422026-06-02T17:20:53.816Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/295)
34432026-06-02T17:20:54.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-06-02T17:20:54.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-06-02T17:20:54.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-06-02T17:20:54.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34472026-06-02T17:20:54.441Z
34482026-06-02T17:20:54.441Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/295)
34492026-06-02T17:20:54.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-06-02T17:20:54.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-06-02T17:20:54.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-06-02T17:20:54.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34532026-06-02T17:20:55.066Z
34542026-06-02T17:20:55.066Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/295)
34552026-06-02T17:20:55.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-06-02T17:20:55.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-06-02T17:20:55.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-06-02T17:20:55.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34592026-06-02T17:20:55.692Z
34602026-06-02T17:20:55.692Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/295)
34612026-06-02T17:20:56.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-06-02T17:20:56.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-06-02T17:20:56.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-06-02T17:20:56.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34652026-06-02T17:20:56.298Z
34662026-06-02T17:20:56.298Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/295)
34672026-06-02T17:20:56.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-06-02T17:20:56.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-06-02T17:20:56.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-06-02T17:20:56.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34712026-06-02T17:20:56.904Z
34722026-06-02T17:20:56.904Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/295)
34732026-06-02T17:20:57.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-06-02T17:20:57.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-06-02T17:20:57.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-06-02T17:20:57.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34772026-06-02T17:20:57.509Z
34782026-06-02T17:20:57.509Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/295)
34792026-06-02T17:20:58.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-06-02T17:20:58.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-06-02T17:20:58.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-06-02T17:20:58.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34832026-06-02T17:20:58.114Z
34842026-06-02T17:20:58.114Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/295)
34852026-06-02T17:20:58.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-06-02T17:20:58.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-06-02T17:20:58.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-06-02T17:20:58.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34892026-06-02T17:20:58.719Z
34902026-06-02T17:20:58.719Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/295)
34912026-06-02T17:20:59.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-06-02T17:20:59.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-06-02T17:20:59.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-06-02T17:20:59.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34952026-06-02T17:20:59.322Z
34962026-06-02T17:20:59.322Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/295)
34972026-06-02T17:20:59.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-06-02T17:20:59.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-06-02T17:20:59.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-06-02T17:20:59.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35012026-06-02T17:20:59.924Z
35022026-06-02T17:20:59.924Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/295)
35032026-06-02T17:21:00.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-06-02T17:21:00.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-06-02T17:21:00.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-06-02T17:21:00.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35072026-06-02T17:21:00.530Z
35082026-06-02T17:21:00.530Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/295)
35092026-06-02T17:21:01.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-06-02T17:21:01.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-06-02T17:21:01.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-06-02T17:21:01.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35132026-06-02T17:21:01.159Z
35142026-06-02T17:21:01.159Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/295)
35152026-06-02T17:21:01.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-06-02T17:21:01.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-06-02T17:21:01.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-06-02T17:21:01.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35192026-06-02T17:21:01.784Z
35202026-06-02T17:21:01.784Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/295)
35212026-06-02T17:21:02.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-06-02T17:21:02.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-06-02T17:21:02.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-06-02T17:21:02.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35252026-06-02T17:21:02.404Z
35262026-06-02T17:21:02.404Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/295)
35272026-06-02T17:21:02.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-06-02T17:21:02.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-06-02T17:21:02.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-06-02T17:21:02.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35312026-06-02T17:21:03.025Z
35322026-06-02T17:21:03.026Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/295)
35332026-06-02T17:21:03.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-06-02T17:21:03.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-06-02T17:21:03.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-06-02T17:21:03.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35372026-06-02T17:21:03.651Z
35382026-06-02T17:21:03.651Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/295)
35392026-06-02T17:21:04.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-06-02T17:21:04.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-06-02T17:21:04.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-06-02T17:21:04.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35432026-06-02T17:21:04.275Z
35442026-06-02T17:21:04.275Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/295)
35452026-06-02T17:21:04.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-06-02T17:21:04.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-06-02T17:21:04.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-06-02T17:21:04.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35492026-06-02T17:21:04.902Z
35502026-06-02T17:21:04.902Zinfo: running `cargo check --bins` on oximeter-producer (173/295)
35512026-06-02T17:21:05.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-06-02T17:21:05.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-06-02T17:21:05.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-06-02T17:21:05.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35552026-06-02T17:21:05.547Z
35562026-06-02T17:21:05.548Zinfo: running `cargo check --bins` on internal-dns-resolver (174/295)
35572026-06-02T17:21:06.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-06-02T17:21:06.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-06-02T17:21:06.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-06-02T17:21:06.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35612026-06-02T17:21:06.155Z
35622026-06-02T17:21:06.155Zinfo: running `cargo check --bins` on dns-server (175/295)
35632026-06-02T17:21:06.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-06-02T17:21:06.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-06-02T17:21:06.821Z Compiling parking_lot_core v0.8.6
35662026-06-02T17:21:06.821Z Compiling atomicwrites v0.4.4
35672026-06-02T17:21:06.824Z Compiling git-stub v1.0.0
35682026-06-02T17:21:06.824Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35692026-06-02T17:21:06.945Z Checking prefix-trie v0.7.0
35702026-06-02T17:21:07.061Z Compiling git-stub-vcs v0.1.0
35712026-06-02T17:21:07.236Z Checking hickory-server v0.25.2
35722026-06-02T17:21:07.331Z Checking parking_lot v0.11.2
35732026-06-02T17:21:07.344Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35742026-06-02T17:21:07.411Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35752026-06-02T17:21:07.414Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35762026-06-02T17:21:07.502Z Checking sled v0.34.7
35772026-06-02T17:21:09.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
35782026-06-02T17:21:09.598Z
35792026-06-02T17:21:09.598Zinfo: running `cargo check --bins` on dns-server-api (176/295)
35802026-06-02T17:21:10.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-06-02T17:21:10.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-06-02T17:21:10.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-06-02T17:21:10.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35842026-06-02T17:21:10.203Z
35852026-06-02T17:21:10.203Zinfo: running `cargo check --bins` on oximeter-producer-api (177/295)
35862026-06-02T17:21:10.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-06-02T17:21:10.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-06-02T17:21:10.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-06-02T17:21:10.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35902026-06-02T17:21:10.807Z
35912026-06-02T17:21:10.807Zinfo: running `cargo check --bins` on sp-sim (178/295)
35922026-06-02T17:21:11.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-06-02T17:21:11.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-06-02T17:21:11.537Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35952026-06-02T17:21:13.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.51s
35962026-06-02T17:21:13.527Z
35972026-06-02T17:21:13.527Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/295)
35982026-06-02T17:21:14.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-06-02T17:21:14.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-06-02T17:21:14.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-06-02T17:21:14.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36022026-06-02T17:21:14.189Z
36032026-06-02T17:21:14.189Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/295)
36042026-06-02T17:21:14.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-06-02T17:21:14.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-06-02T17:21:14.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-06-02T17:21:14.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36082026-06-02T17:21:14.844Z
36092026-06-02T17:21:14.844Zinfo: running `cargo check --bins` on db-macros (181/295)
36102026-06-02T17:21:15.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-06-02T17:21:15.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-06-02T17:21:15.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36132026-06-02T17:21:16.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36142026-06-02T17:21:16.347Z
36152026-06-02T17:21:16.347Zinfo: running `cargo check --bins` on nexus-macros-common (182/295)
36162026-06-02T17:21:16.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-06-02T17:21:16.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-06-02T17:21:16.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-06-02T17:21:16.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36202026-06-02T17:21:16.347Z
36212026-06-02T17:21:16.347Zinfo: running `cargo check --bins` on nexus-auth (183/295)
36222026-06-02T17:21:16.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-06-02T17:21:16.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-06-02T17:21:16.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252026-06-02T17:21:16.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36262026-06-02T17:21:16.663Z
36272026-06-02T17:21:16.663Zinfo: running `cargo check --bins` on authz-macros (184/295)
36282026-06-02T17:21:17.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292026-06-02T17:21:17.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302026-06-02T17:21:17.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36312026-06-02T17:21:17.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36322026-06-02T17:21:17.251Z
36332026-06-02T17:21:17.251Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/295)
36342026-06-02T17:21:17.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36352026-06-02T17:21:17.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36362026-06-02T17:21:17.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36372026-06-02T17:21:17.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36382026-06-02T17:21:17.895Z
36392026-06-02T17:21:17.895Zinfo: running `cargo check --bins` on nexus-db-model (186/295)
36402026-06-02T17:21:18.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36412026-06-02T17:21:18.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36422026-06-02T17:21:18.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36432026-06-02T17:21:18.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36442026-06-02T17:21:18.534Z
36452026-06-02T17:21:18.534Zinfo: running `cargo check --bins` on nexus-db-schema (187/295)
36462026-06-02T17:21:19.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36472026-06-02T17:21:19.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36482026-06-02T17:21:19.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36492026-06-02T17:21:19.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36502026-06-02T17:21:19.122Z
36512026-06-02T17:21:19.123Zinfo: running `cargo check --bins` on omicron-rpaths (188/295)
36522026-06-02T17:21:19.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36532026-06-02T17:21:19.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36542026-06-02T17:21:19.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36552026-06-02T17:21:19.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36562026-06-02T17:21:19.708Z
36572026-06-02T17:21:19.708Zinfo: running `cargo check --bins` on nexus-defaults (189/295)
36582026-06-02T17:21:20.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36592026-06-02T17:21:20.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36602026-06-02T17:21:20.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36612026-06-02T17:21:20.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36622026-06-02T17:21:20.310Z
36632026-06-02T17:21:20.310Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/295)
36642026-06-02T17:21:20.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36652026-06-02T17:21:20.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36662026-06-02T17:21:20.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36672026-06-02T17:21:20.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36682026-06-02T17:21:20.898Z
36692026-06-02T17:21:20.898Zinfo: running `cargo check --bins` on parallel-task-set (191/295)
36702026-06-02T17:21:21.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36712026-06-02T17:21:21.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36722026-06-02T17:21:21.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36732026-06-02T17:21:21.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36742026-06-02T17:21:21.482Z
36752026-06-02T17:21:21.482Zinfo: running `cargo check --bins` on nexus-db-errors (192/295)
36762026-06-02T17:21:22.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36772026-06-02T17:21:22.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36782026-06-02T17:21:22.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36792026-06-02T17:21:22.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36802026-06-02T17:21:22.132Z
36812026-06-02T17:21:22.132Zinfo: running `cargo check --bins` on nexus-db-lookup (193/295)
36822026-06-02T17:21:22.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36832026-06-02T17:21:22.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36842026-06-02T17:21:22.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36852026-06-02T17:21:22.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36862026-06-02T17:21:22.785Z
36872026-06-02T17:21:22.785Zinfo: running `cargo check --bins` on nexus-inventory (194/295)
36882026-06-02T17:21:23.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36892026-06-02T17:21:23.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36902026-06-02T17:21:23.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36912026-06-02T17:21:23.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36922026-06-02T17:21:23.432Z
36932026-06-02T17:21:23.432Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (195/295)
36942026-06-02T17:21:23.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36952026-06-02T17:21:23.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36962026-06-02T17:21:23.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36972026-06-02T17:21:23.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36982026-06-02T17:21:24.057Z
36992026-06-02T17:21:24.057Zinfo: running `cargo check --bins --no-default-features` on sled-storage (196/295)
37002026-06-02T17:21:24.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37012026-06-02T17:21:24.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37022026-06-02T17:21:24.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37032026-06-02T17:21:24.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37042026-06-02T17:21:24.683Z
37052026-06-02T17:21:24.683Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (197/295)
37062026-06-02T17:21:25.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37072026-06-02T17:21:25.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37082026-06-02T17:21:25.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37092026-06-02T17:21:25.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37102026-06-02T17:21:25.299Z
37112026-06-02T17:21:25.300Zinfo: running `cargo check --bins` on key-manager (198/295)
37122026-06-02T17:21:25.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37132026-06-02T17:21:25.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37142026-06-02T17:21:25.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37152026-06-02T17:21:25.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37162026-06-02T17:21:25.906Z
37172026-06-02T17:21:25.906Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (199/295)
37182026-06-02T17:21:26.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37192026-06-02T17:21:26.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37202026-06-02T17:21:26.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37212026-06-02T17:21:26.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37222026-06-02T17:21:26.529Z
37232026-06-02T17:21:26.529Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (200/295)
37242026-06-02T17:21:27.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37252026-06-02T17:21:27.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37262026-06-02T17:21:27.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37272026-06-02T17:21:27.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37282026-06-02T17:21:27.148Z
37292026-06-02T17:21:27.148Zinfo: running `cargo check --bins` on typed-rng (201/295)
37302026-06-02T17:21:27.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37312026-06-02T17:21:27.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37322026-06-02T17:21:27.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37332026-06-02T17:21:27.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37342026-06-02T17:21:27.736Z
37352026-06-02T17:21:27.736Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/295)
37362026-06-02T17:21:28.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37372026-06-02T17:21:28.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37382026-06-02T17:21:28.596Z Compiling libefi-sys v0.1.0
37392026-06-02T17:21:28.600Z Compiling bitfield-struct v0.6.2
37402026-06-02T17:21:28.760Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37412026-06-02T17:21:28.767Z Compiling xshell-macros v0.2.7
37422026-06-02T17:21:28.770Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37432026-06-02T17:21:28.771Z Compiling typify-impl v0.4.3
37442026-06-02T17:21:28.774Z Compiling salty v0.3.0
37452026-06-02T17:21:28.774Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37462026-06-02T17:21:28.871Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37472026-06-02T17:21:28.980Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37482026-06-02T17:21:29.090Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37492026-06-02T17:21:29.162Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37502026-06-02T17:21:29.214Z Checking xshell v0.2.7
37512026-06-02T17:21:29.307Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37522026-06-02T17:21:29.325Z Checking primeorder v0.13.6
37532026-06-02T17:21:29.345Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37542026-06-02T17:21:29.408Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37552026-06-02T17:21:29.473Z Compiling proc-macro-error-attr2 v2.0.0
37562026-06-02T17:21:29.520Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37572026-06-02T17:21:29.561Z Checking p384 v0.13.1
37582026-06-02T17:21:29.581Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37592026-06-02T17:21:29.731Z Checking tungstenite v0.21.0
37602026-06-02T17:21:29.792Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37612026-06-02T17:21:29.817Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37622026-06-02T17:21:29.857Z Compiling proc-macro-error2 v2.0.1
37632026-06-02T17:21:30.181Z Compiling num-derive v0.3.3
37642026-06-02T17:21:30.316Z Compiling tabled_derive v0.11.0
37652026-06-02T17:21:30.451Z Checking tokio-tungstenite v0.21.0
37662026-06-02T17:21:30.689Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37672026-06-02T17:21:30.733Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37682026-06-02T17:21:30.988Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37692026-06-02T17:21:31.071Z Checking libscf-sys v1.1.0
37702026-06-02T17:21:31.326Z Checking papergrid v0.17.0
37712026-06-02T17:21:31.371Z Checking testing_table v0.3.0
37722026-06-02T17:21:31.418Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37732026-06-02T17:21:31.474Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37742026-06-02T17:21:31.490Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37752026-06-02T17:21:31.675Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37762026-06-02T17:21:31.890Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37772026-06-02T17:21:31.906Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37782026-06-02T17:21:32.009Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37792026-06-02T17:21:32.034Z Checking corncobs v0.1.4
37802026-06-02T17:21:32.091Z Compiling illumos-nvpair-sys v0.2.0
37812026-06-02T17:21:32.146Z Compiling unicase v2.9.0
37822026-06-02T17:21:32.165Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37832026-06-02T17:21:32.256Z Checking tabled v0.20.0
37842026-06-02T17:21:32.272Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37852026-06-02T17:21:32.331Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37862026-06-02T17:21:32.355Z Compiling mime_guess v2.0.5
37872026-06-02T17:21:32.422Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37882026-06-02T17:21:32.439Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37892026-06-02T17:21:32.614Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37902026-06-02T17:21:32.631Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
37912026-06-02T17:21:32.663Z Checking progenitor-client v0.11.2
37922026-06-02T17:21:32.887Z Checking secrecy v0.8.0
37932026-06-02T17:21:32.903Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37942026-06-02T17:21:33.156Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
37952026-06-02T17:21:33.239Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37962026-06-02T17:21:33.266Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37972026-06-02T17:21:33.287Z Compiling typify-macro v0.4.3
37982026-06-02T17:21:33.336Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37992026-06-02T17:21:33.520Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38002026-06-02T17:21:33.539Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38012026-06-02T17:21:33.580Z Checking filetime v0.2.27
38022026-06-02T17:21:33.710Z Checking http-range v0.1.5
38032026-06-02T17:21:33.726Z Checking xattr v1.6.1
38042026-06-02T17:21:33.850Z Checking crc8 v0.1.1
38052026-06-02T17:21:33.955Z Checking tar v0.4.45
38062026-06-02T17:21:33.981Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38072026-06-02T17:21:34.175Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38082026-06-02T17:21:34.291Z Checking illumos-nvpair v0.3.0
38092026-06-02T17:21:34.374Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38102026-06-02T17:21:34.455Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38112026-06-02T17:21:34.483Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38122026-06-02T17:21:34.772Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38132026-06-02T17:21:34.843Z Checking atty v0.2.14
38142026-06-02T17:21:34.860Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38152026-06-02T17:21:34.884Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38162026-06-02T17:21:34.941Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
38172026-06-02T17:21:34.987Z Compiling typify v0.4.3
38182026-06-02T17:21:35.106Z Compiling progenitor-impl v0.11.2
38192026-06-02T17:21:35.370Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38202026-06-02T17:21:35.450Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
38212026-06-02T17:21:35.490Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38222026-06-02T17:21:35.698Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38232026-06-02T17:21:35.716Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38242026-06-02T17:21:35.892Z Checking hyper-staticfile v0.10.1
38252026-06-02T17:21:36.013Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38262026-06-02T17:21:36.233Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38272026-06-02T17:21:36.273Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38282026-06-02T17:21:36.463Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38292026-06-02T17:21:36.520Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38302026-06-02T17:21:36.537Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38312026-06-02T17:21:36.620Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38322026-06-02T17:21:36.828Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38332026-06-02T17:21:36.897Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38342026-06-02T17:21:37.047Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38352026-06-02T17:21:37.108Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
38362026-06-02T17:21:37.192Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38372026-06-02T17:21:37.727Z Compiling progenitor-macro v0.11.2
38382026-06-02T17:21:40.129Z Checking progenitor v0.11.2
38392026-06-02T17:21:40.261Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38402026-06-02T17:21:40.367Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38412026-06-02T17:21:44.951Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38422026-06-02T17:21:55.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.19s
38432026-06-02T17:21:56.138Z
38442026-06-02T17:21:56.138Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/295)
38452026-06-02T17:21:56.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38462026-06-02T17:21:56.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38472026-06-02T17:21:56.920Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38482026-06-02T17:22:07.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.51s
38492026-06-02T17:22:07.876Z
38502026-06-02T17:22:07.876Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/295)
38512026-06-02T17:22:08.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38522026-06-02T17:22:08.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38532026-06-02T17:22:08.652Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38542026-06-02T17:22:19.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.48s
38552026-06-02T17:22:19.578Z
38562026-06-02T17:22:19.578Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/295)
38572026-06-02T17:22:20.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38582026-06-02T17:22:20.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38592026-06-02T17:22:20.362Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38602026-06-02T17:22:31.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.57s
38612026-06-02T17:22:31.376Z
38622026-06-02T17:22:31.376Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/295)
38632026-06-02T17:22:31.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38642026-06-02T17:22:31.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38652026-06-02T17:22:32.156Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38662026-06-02T17:22:42.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.48s
38672026-06-02T17:22:43.080Z
38682026-06-02T17:22:43.080Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/295)
38692026-06-02T17:22:43.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38702026-06-02T17:22:43.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38712026-06-02T17:22:43.860Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38722026-06-02T17:22:54.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.48s
38732026-06-02T17:22:54.780Z
38742026-06-02T17:22:54.780Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/295)
38752026-06-02T17:22:55.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38762026-06-02T17:22:55.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38772026-06-02T17:22:55.563Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38782026-06-02T17:23:06.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.50s
38792026-06-02T17:23:06.509Z
38802026-06-02T17:23:06.509Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/295)
38812026-06-02T17:23:07.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38822026-06-02T17:23:07.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38832026-06-02T17:23:07.305Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38842026-06-02T17:23:18.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.58s
38852026-06-02T17:23:18.319Z
38862026-06-02T17:23:18.319Zinfo: running `cargo check --bins` on bootstrap-agent-api (210/295)
38872026-06-02T17:23:18.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38882026-06-02T17:23:18.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38892026-06-02T17:23:18.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38902026-06-02T17:23:18.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38912026-06-02T17:23:18.936Z
38922026-06-02T17:23:18.936Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/295)
38932026-06-02T17:23:19.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38942026-06-02T17:23:19.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38952026-06-02T17:23:19.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38962026-06-02T17:23:19.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38972026-06-02T17:23:19.550Z
38982026-06-02T17:23:19.550Zinfo: running `cargo check --bins` on range-requests (212/295)
38992026-06-02T17:23:20.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39002026-06-02T17:23:20.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39012026-06-02T17:23:20.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39022026-06-02T17:23:20.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39032026-06-02T17:23:20.148Z
39042026-06-02T17:23:20.148Zinfo: running `cargo check --bins` on repo-depot-api (213/295)
39052026-06-02T17:23:20.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39062026-06-02T17:23:20.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39072026-06-02T17:23:20.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39082026-06-02T17:23:20.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39092026-06-02T17:23:20.752Z
39102026-06-02T17:23:20.752Zinfo: running `cargo check --bins` on sled-agent-api (214/295)
39112026-06-02T17:23:21.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39122026-06-02T17:23:21.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39132026-06-02T17:23:21.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39142026-06-02T17:23:21.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39152026-06-02T17:23:21.382Z
39162026-06-02T17:23:21.382Zinfo: running `cargo check --bins` on sled-diagnostics (215/295)
39172026-06-02T17:23:21.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39182026-06-02T17:23:21.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39192026-06-02T17:23:21.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39202026-06-02T17:23:21.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39212026-06-02T17:23:22.011Z
39222026-06-02T17:23:22.011Zinfo: running `cargo check --bins` on zfs-test-harness (216/295)
39232026-06-02T17:23:22.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39242026-06-02T17:23:22.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39252026-06-02T17:23:22.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39262026-06-02T17:23:22.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39272026-06-02T17:23:22.637Z
39282026-06-02T17:23:22.637Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (217/295)
39292026-06-02T17:23:23.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39302026-06-02T17:23:23.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39312026-06-02T17:23:23.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39322026-06-02T17:23:23.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39332026-06-02T17:23:23.267Z
39342026-06-02T17:23:23.267Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (218/295)
39352026-06-02T17:23:23.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39362026-06-02T17:23:23.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39372026-06-02T17:23:23.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39382026-06-02T17:23:23.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39392026-06-02T17:23:23.906Z
39402026-06-02T17:23:23.906Zinfo: running `cargo check --bins` on sled-agent-early-networking (219/295)
39412026-06-02T17:23:24.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-06-02T17:23:24.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-06-02T17:23:24.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442026-06-02T17:23:24.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39452026-06-02T17:23:24.524Z
39462026-06-02T17:23:24.524Zinfo: running `cargo check --bins` on sled-agent-health-monitor (220/295)
39472026-06-02T17:23:25.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-06-02T17:23:25.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-06-02T17:23:25.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-06-02T17:23:25.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39512026-06-02T17:23:25.143Z
39522026-06-02T17:23:25.143Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (221/295)
39532026-06-02T17:23:25.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-06-02T17:23:25.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-06-02T17:23:25.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-06-02T17:23:25.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39572026-06-02T17:23:25.768Z
39582026-06-02T17:23:25.768Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (222/295)
39592026-06-02T17:23:26.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-06-02T17:23:26.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-06-02T17:23:26.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-06-02T17:23:26.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39632026-06-02T17:23:26.390Z
39642026-06-02T17:23:26.390Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (223/295)
39652026-06-02T17:23:26.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-06-02T17:23:26.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-06-02T17:23:26.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-06-02T17:23:26.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39692026-06-02T17:23:27.020Z
39702026-06-02T17:23:27.021Zinfo: running `cargo check --bins` on sled-agent-rack-setup (224/295)
39712026-06-02T17:23:27.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-06-02T17:23:27.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-06-02T17:23:27.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-06-02T17:23:27.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39752026-06-02T17:23:27.666Z
39762026-06-02T17:23:27.666Zinfo: running `cargo check --bins` on trust-quorum (225/295)
39772026-06-02T17:23:28.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-06-02T17:23:28.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-06-02T17:23:28.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39802026-06-02T17:23:28.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39812026-06-02T17:23:28.291Z
39822026-06-02T17:23:28.291Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (226/295)
39832026-06-02T17:23:28.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39842026-06-02T17:23:28.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39852026-06-02T17:23:28.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39862026-06-02T17:23:28.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39872026-06-02T17:23:28.925Z
39882026-06-02T17:23:28.925Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (227/295)
39892026-06-02T17:23:29.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39902026-06-02T17:23:29.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39912026-06-02T17:23:29.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39922026-06-02T17:23:29.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39932026-06-02T17:23:29.577Z
39942026-06-02T17:23:29.577Zinfo: running `cargo check --bins` on update-common (228/295)
39952026-06-02T17:23:30.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39962026-06-02T17:23:30.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39972026-06-02T17:23:30.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39982026-06-02T17:23:30.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39992026-06-02T17:23:30.181Z
40002026-06-02T17:23:30.182Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (229/295)
40012026-06-02T17:23:30.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-06-02T17:23:30.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-06-02T17:23:30.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40042026-06-02T17:23:30.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40052026-06-02T17:23:30.834Z
40062026-06-02T17:23:30.834Zinfo: running `cargo check --bins` on omicron-deployment-graph (230/295)
40072026-06-02T17:23:31.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-06-02T17:23:31.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-06-02T17:23:31.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40102026-06-02T17:23:31.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40112026-06-02T17:23:31.422Z
40122026-06-02T17:23:31.423Zinfo: running `cargo check --bins` on reconfigurator-cli (231/295)
40132026-06-02T17:23:31.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40142026-06-02T17:23:31.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40152026-06-02T17:23:32.188Z Compiling fs-err v2.11.0
40162026-06-02T17:23:32.191Z Checking ignore v0.4.25
40172026-06-02T17:23:32.191Z Checking arc-swap v1.8.2
40182026-06-02T17:23:32.325Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40192026-06-02T17:23:32.325Z Checking predicates-tree v1.0.13
40202026-06-02T17:23:32.332Z Checking parse-size v1.1.0
40212026-06-02T17:23:32.355Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40222026-06-02T17:23:32.358Z Checking rand_seeder v0.4.0
40232026-06-02T17:23:32.422Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40242026-06-02T17:23:32.454Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40252026-06-02T17:23:32.508Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40262026-06-02T17:23:32.523Z Checking slog-scope v4.4.1
40272026-06-02T17:23:32.559Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40282026-06-02T17:23:32.650Z Checking slog-stdlog v4.1.1
40292026-06-02T17:23:32.665Z Compiling petname v2.0.2
40302026-06-02T17:23:32.681Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40312026-06-02T17:23:32.695Z Checking globwalk v0.9.1
40322026-06-02T17:23:32.768Z Checking slog-envlogger v2.2.0
40332026-06-02T17:23:32.786Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40342026-06-02T17:23:32.875Z Checking camino-tempfile-ext v0.3.3
40352026-06-02T17:23:32.917Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40362026-06-02T17:23:32.949Z Checking sapling-renderdag v0.1.0
40372026-06-02T17:23:33.072Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40382026-06-02T17:23:33.105Z Checking subprocess v0.2.15
40392026-06-02T17:23:33.192Z Checking sync-ptr v0.1.4
40402026-06-02T17:23:33.312Z Checking colored v2.2.0
40412026-06-02T17:23:33.326Z Checking assert_matches v1.5.0
40422026-06-02T17:23:33.385Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40432026-06-02T17:23:33.606Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40442026-06-02T17:23:33.609Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40452026-06-02T17:23:34.294Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40462026-06-02T17:23:35.618Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40472026-06-02T17:23:37.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.40s
40482026-06-02T17:23:38.030Z
40492026-06-02T17:23:38.030Zinfo: running `cargo check --bins` on omicron-repl-utils (232/295)
40502026-06-02T17:23:38.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40512026-06-02T17:23:38.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40522026-06-02T17:23:38.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40532026-06-02T17:23:38.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40542026-06-02T17:23:38.616Z
40552026-06-02T17:23:38.616Zinfo: running `cargo check --bins` on transient-dns-server (233/295)
40562026-06-02T17:23:39.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40572026-06-02T17:23:39.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40582026-06-02T17:23:39.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40592026-06-02T17:23:39.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40602026-06-02T17:23:39.224Z
40612026-06-02T17:23:39.224Zinfo: running `cargo check --bins` on nexus-test-interface (234/295)
40622026-06-02T17:23:39.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40632026-06-02T17:23:39.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40642026-06-02T17:23:39.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40652026-06-02T17:23:39.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40662026-06-02T17:23:39.869Z
40672026-06-02T17:23:39.869Zinfo: running `cargo check --bins` on oximeter-collector (235/295)
40682026-06-02T17:23:40.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40692026-06-02T17:23:40.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40702026-06-02T17:23:40.590Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40712026-06-02T17:23:40.590Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40722026-06-02T17:23:41.238Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40732026-06-02T17:23:42.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.98s
40742026-06-02T17:23:43.054Z
40752026-06-02T17:23:43.054Zinfo: running `cargo check --bins` on oximeter-api (236/295)
40762026-06-02T17:23:43.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40772026-06-02T17:23:43.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40782026-06-02T17:23:43.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40792026-06-02T17:23:43.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40802026-06-02T17:23:43.654Z
40812026-06-02T17:23:43.654Zinfo: running `cargo check --bins` on cert-dev (237/295)
40822026-06-02T17:23:44.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40832026-06-02T17:23:44.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40842026-06-02T17:23:44.264Z Checking yasna v0.5.2
40852026-06-02T17:23:44.668Z Checking rcgen v0.12.1
40862026-06-02T17:23:44.925Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40872026-06-02T17:23:45.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
40882026-06-02T17:23:45.277Z
40892026-06-02T17:23:45.277Zinfo: running `cargo check --bins` on clickana (238/295)
40902026-06-02T17:23:45.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40912026-06-02T17:23:45.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40922026-06-02T17:23:45.933Z Compiling darling_core v0.23.0
40932026-06-02T17:23:45.936Z Compiling instability v0.3.11
40942026-06-02T17:23:46.043Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40952026-06-02T17:23:46.055Z Checking castaway v0.2.4
40962026-06-02T17:23:46.058Z Compiling indoc v2.0.7
40972026-06-02T17:23:46.069Z Checking unicode-truncate v1.1.0
40982026-06-02T17:23:46.072Z Checking lru v0.12.5
40992026-06-02T17:23:46.072Z Checking cassowary v0.3.0
41002026-06-02T17:23:46.159Z Checking compact_str v0.8.1
41012026-06-02T17:23:47.379Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41022026-06-02T17:23:47.484Z Compiling darling_macro v0.23.0
41032026-06-02T17:23:47.558Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41042026-06-02T17:23:47.892Z Compiling darling v0.23.0
41052026-06-02T17:23:48.506Z Checking ratatui v0.29.0
41062026-06-02T17:23:49.573Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41072026-06-02T17:23:50.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.97s
41082026-06-02T17:23:50.438Z
41092026-06-02T17:23:50.438Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (239/295)
41102026-06-02T17:23:50.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41112026-06-02T17:23:50.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41122026-06-02T17:23:51.171Z Checking headers-core v0.3.0
41132026-06-02T17:23:51.174Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41142026-06-02T17:23:51.369Z Checking headers v0.4.1
41152026-06-02T17:23:51.742Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41162026-06-02T17:23:52.597Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41172026-06-02T17:23:53.105Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41182026-06-02T17:23:53.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s
41192026-06-02T17:23:53.730Z
41202026-06-02T17:23:53.731Zinfo: running `cargo check --bins` on ch-dev (240/295)
41212026-06-02T17:23:54.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41222026-06-02T17:23:54.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41232026-06-02T17:23:54.455Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41242026-06-02T17:23:55.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
41252026-06-02T17:23:55.404Z
41262026-06-02T17:23:55.404Zinfo: running `cargo check --bins` on dev-tools-common (241/295)
41272026-06-02T17:23:55.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41282026-06-02T17:23:55.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41292026-06-02T17:23:55.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41302026-06-02T17:23:55.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
41312026-06-02T17:23:55.871Z
41322026-06-02T17:23:55.871Zinfo: running `cargo check --bins` on crdb-seed (242/295)
41332026-06-02T17:23:56.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41342026-06-02T17:23:56.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41352026-06-02T17:23:56.596Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41362026-06-02T17:23:57.603Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41372026-06-02T17:23:57.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.07s
41382026-06-02T17:23:58.154Z
41392026-06-02T17:23:58.154Zinfo: running `cargo check --bins` on db-dev (243/295)
41402026-06-02T17:23:58.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41412026-06-02T17:23:58.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41422026-06-02T17:23:58.873Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41432026-06-02T17:23:59.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
41442026-06-02T17:23:59.831Z
41452026-06-02T17:23:59.831Zinfo: running `cargo check --bins` on omicron-dev-lib (244/295)
41462026-06-02T17:24:00.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41472026-06-02T17:24:00.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41482026-06-02T17:24:00.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41492026-06-02T17:24:00.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41502026-06-02T17:24:00.478Z
41512026-06-02T17:24:00.478Zinfo: running `cargo check --bins` on xtask-downloader (245/295)
41522026-06-02T17:24:00.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41532026-06-02T17:24:00.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41542026-06-02T17:24:01.098Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41552026-06-02T17:24:01.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
41562026-06-02T17:24:01.964Z
41572026-06-02T17:24:01.964Zinfo: running `cargo check --bins` on omicron-dropshot-apis (246/295)
41582026-06-02T17:24:02.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41592026-06-02T17:24:02.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41602026-06-02T17:24:02.718Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41612026-06-02T17:24:02.718Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41622026-06-02T17:24:02.721Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41632026-06-02T17:24:02.721Z Checking git-stub v1.0.0
41642026-06-02T17:24:02.721Z Compiling trait-variant v0.1.2
41652026-06-02T17:24:02.721Z Checking maplit v1.0.2
41662026-06-02T17:24:02.721Z Checking is_ci v1.2.0
41672026-06-02T17:24:02.721Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41682026-06-02T17:24:02.912Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41692026-06-02T17:24:02.948Z Checking supports-color v3.0.2
41702026-06-02T17:24:02.994Z Checking git-stub-vcs v0.1.0
41712026-06-02T17:24:03.076Z Checking drift v0.2.0
41722026-06-02T17:24:03.110Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41732026-06-02T17:24:03.126Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41742026-06-02T17:24:03.189Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41752026-06-02T17:24:03.338Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41762026-06-02T17:24:03.396Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41772026-06-02T17:24:03.410Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41782026-06-02T17:24:03.423Z Checking dropshot-api-manager v0.7.2
41792026-06-02T17:24:03.578Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41802026-06-02T17:24:03.614Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41812026-06-02T17:24:03.836Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41822026-06-02T17:24:04.139Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41832026-06-02T17:24:09.099Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41842026-06-02T17:24:10.188Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41852026-06-02T17:24:10.750Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41862026-06-02T17:24:11.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.21s
41872026-06-02T17:24:11.392Z
41882026-06-02T17:24:11.392Zinfo: running `cargo check --bins` on installinator-api (247/295)
41892026-06-02T17:24:11.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41902026-06-02T17:24:11.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41912026-06-02T17:24:11.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41922026-06-02T17:24:11.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41932026-06-02T17:24:11.994Z
41942026-06-02T17:24:11.994Zinfo: running `cargo check --bins` on nexus-external-api (248/295)
41952026-06-02T17:24:12.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41962026-06-02T17:24:12.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41972026-06-02T17:24:12.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41982026-06-02T17:24:12.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41992026-06-02T17:24:12.638Z
42002026-06-02T17:24:12.638Zinfo: running `cargo check --bins` on nexus-internal-api (249/295)
42012026-06-02T17:24:13.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42022026-06-02T17:24:13.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42032026-06-02T17:24:13.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42042026-06-02T17:24:13.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42052026-06-02T17:24:13.284Z
42062026-06-02T17:24:13.285Zinfo: running `cargo check --bins` on nexus-lockstep-api (250/295)
42072026-06-02T17:24:13.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42082026-06-02T17:24:13.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42092026-06-02T17:24:13.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42102026-06-02T17:24:13.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42112026-06-02T17:24:13.934Z
42122026-06-02T17:24:13.934Zinfo: running `cargo check --bins` on ntp-admin-api (251/295)
42132026-06-02T17:24:14.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42142026-06-02T17:24:14.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42152026-06-02T17:24:14.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42162026-06-02T17:24:14.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42172026-06-02T17:24:14.542Z
42182026-06-02T17:24:14.542Zinfo: running `cargo check --bins` on ntp-admin-types-versions (252/295)
42192026-06-02T17:24:15.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42202026-06-02T17:24:15.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42212026-06-02T17:24:15.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42222026-06-02T17:24:15.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42232026-06-02T17:24:15.139Z
42242026-06-02T17:24:15.139Zinfo: running `cargo check --bins` on wicketd-api (253/295)
42252026-06-02T17:24:15.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42262026-06-02T17:24:15.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42272026-06-02T17:24:15.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42282026-06-02T17:24:15.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42292026-06-02T17:24:15.760Z
42302026-06-02T17:24:15.760Zinfo: running `cargo check --bins` on omicron-ls-apis (254/295)
42312026-06-02T17:24:16.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42322026-06-02T17:24:16.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42332026-06-02T17:24:16.375Z Checking typeid v1.0.3
42342026-06-02T17:24:16.487Z Checking ordered-float v2.10.1
42352026-06-02T17:24:16.505Z Checking unicode-xid v0.2.6
42362026-06-02T17:24:16.518Z Checking cargo-platform v0.2.0
42372026-06-02T17:24:16.529Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42382026-06-02T17:24:16.556Z Checking erased-serde v0.4.9
42392026-06-02T17:24:16.691Z Checking serde-value v0.7.0
42402026-06-02T17:24:16.871Z Checking serde-untagged v0.1.9
42412026-06-02T17:24:17.026Z Checking cargo-util-schemas v0.8.2
42422026-06-02T17:24:17.718Z Checking cargo_metadata v0.21.0
42432026-06-02T17:24:18.324Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42442026-06-02T17:24:19.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s
42452026-06-02T17:24:19.227Z
42462026-06-02T17:24:19.227Zinfo: running `cargo check --bins` on mgs-dev (255/295)
42472026-06-02T17:24:19.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42482026-06-02T17:24:19.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42492026-06-02T17:24:19.967Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42502026-06-02T17:24:20.596Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42512026-06-02T17:24:21.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s
42522026-06-02T17:24:21.325Z
42532026-06-02T17:24:21.325Zinfo: running `cargo check --bins` on omicron-omdb (256/295)
42542026-06-02T17:24:21.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42552026-06-02T17:24:21.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42562026-06-02T17:24:22.277Z Compiling vergen-lib v0.1.6
42572026-06-02T17:24:22.277Z Compiling vergen-gitcl v1.0.8
42582026-06-02T17:24:22.277Z Compiling dirs-sys-next v0.1.2
42592026-06-02T17:24:22.277Z Compiling diesel_derives v2.3.7
42602026-06-02T17:24:22.281Z Compiling glob v0.3.3
42612026-06-02T17:24:22.281Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42622026-06-02T17:24:22.281Z Compiling crunchy v0.2.4
42632026-06-02T17:24:22.504Z Compiling dsl_auto_type v0.2.0
42642026-06-02T17:24:22.652Z Compiling dirs-next v2.0.0
42652026-06-02T17:24:22.668Z Checking scheduled-thread-pool v0.2.7
42662026-06-02T17:24:22.751Z Compiling diesel_table_macro_syntax v0.3.0
42672026-06-02T17:24:22.761Z Compiling tiny-keccak v2.0.2
42682026-06-02T17:24:22.843Z Compiling clang-sys v1.8.1
42692026-06-02T17:24:22.864Z Checking r2d2 v0.8.10
42702026-06-02T17:24:22.999Z Compiling term v0.7.0
42712026-06-02T17:24:23.016Z Compiling bit-vec v0.6.3
42722026-06-02T17:24:23.048Z Checking downcast-rs v2.0.2
42732026-06-02T17:24:23.148Z Compiling itertools v0.10.5
42742026-06-02T17:24:23.216Z Compiling bit-set v0.5.3
42752026-06-02T17:24:23.234Z Compiling ena v0.14.4
42762026-06-02T17:24:23.380Z Compiling ascii-canvas v3.0.0
42772026-06-02T17:24:23.451Z Compiling libloading v0.8.9
42782026-06-02T17:24:23.472Z Compiling bindgen v0.71.1
42792026-06-02T17:24:23.489Z Compiling diff v0.1.13
42802026-06-02T17:24:23.550Z Compiling regex-syntax v0.6.29
42812026-06-02T17:24:23.664Z Compiling cexpr v0.6.0
42822026-06-02T17:24:23.755Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42832026-06-02T17:24:23.919Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42842026-06-02T17:24:23.951Z Compiling rustc-hash v2.1.1
42852026-06-02T17:24:24.094Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42862026-06-02T17:24:24.114Z Compiling libxml v0.3.3
42872026-06-02T17:24:24.224Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42882026-06-02T17:24:24.351Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42892026-06-02T17:24:24.424Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42902026-06-02T17:24:24.674Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42912026-06-02T17:24:24.693Z Compiling strum_macros v0.24.3
42922026-06-02T17:24:24.710Z Compiling indoc v1.0.9
42932026-06-02T17:24:24.867Z Compiling lalrpop v0.19.12
42942026-06-02T17:24:25.653Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42952026-06-02T17:24:25.850Z Checking derive_builder v0.20.2
42962026-06-02T17:24:25.976Z Compiling oso-derive v0.27.3
42972026-06-02T17:24:26.049Z Checking quick-xml v0.37.5
42982026-06-02T17:24:26.109Z Compiling impl-trait-for-tuples v0.2.3
42992026-06-02T17:24:26.503Z Checking openssl-probe v0.1.6
43002026-06-02T17:24:26.651Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43012026-06-02T17:24:26.995Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43022026-06-02T17:24:27.192Z Checking bb8 v0.8.6
43032026-06-02T17:24:27.370Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43042026-06-02T17:24:27.388Z Compiling libz-sys v1.1.24
43052026-06-02T17:24:27.477Z Checking nonempty v0.12.0
43062026-06-02T17:24:27.585Z Compiling strsim v0.10.0
43072026-06-02T17:24:27.648Z Compiling libgit2-sys v0.18.3+1.9.2
43082026-06-02T17:24:27.698Z Compiling vergen-git2 v9.1.0
43092026-06-02T17:24:27.834Z Compiling darling_core v0.13.4
43102026-06-02T17:24:27.944Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43112026-06-02T17:24:28.016Z Compiling base64 v0.21.7
43122026-06-02T17:24:28.142Z Compiling rustls v0.21.12
43132026-06-02T17:24:28.349Z Compiling ron v0.8.1
43142026-06-02T17:24:28.395Z Checking diesel v2.3.7
43152026-06-02T17:24:28.414Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
43162026-06-02T17:24:29.315Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43172026-06-02T17:24:29.348Z Checking sct v0.7.1
43182026-06-02T17:24:29.493Z Checking rustls-webpki v0.101.7
43192026-06-02T17:24:29.535Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
43202026-06-02T17:24:29.713Z Compiling darling_macro v0.13.4
43212026-06-02T17:24:30.187Z Compiling darling v0.13.4
43222026-06-02T17:24:30.283Z Compiling serde_with_macros v1.5.2
43232026-06-02T17:24:30.350Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43242026-06-02T17:24:31.182Z Compiling serde_with v1.14.0
43252026-06-02T17:24:31.208Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43262026-06-02T17:24:32.112Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43272026-06-02T17:24:32.334Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43282026-06-02T17:24:32.988Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43292026-06-02T17:24:33.653Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43302026-06-02T17:24:33.740Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43312026-06-02T17:24:33.848Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43322026-06-02T17:24:33.876Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43332026-06-02T17:24:33.934Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43342026-06-02T17:24:34.037Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43352026-06-02T17:24:34.193Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43362026-06-02T17:24:34.242Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43372026-06-02T17:24:34.264Z Checking tokio-rustls v0.24.1
43382026-06-02T17:24:34.471Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43392026-06-02T17:24:35.071Z Checking rustls-pemfile v1.0.4
43402026-06-02T17:24:35.108Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43412026-06-02T17:24:35.219Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43422026-06-02T17:24:35.291Z Checking twox-hash v2.1.2
43432026-06-02T17:24:35.408Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43442026-06-02T17:24:35.621Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43452026-06-02T17:24:35.693Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43462026-06-02T17:24:35.866Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
43472026-06-02T17:24:36.022Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
43482026-06-02T17:24:37.385Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43492026-06-02T17:24:37.404Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43502026-06-02T17:24:37.730Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43512026-06-02T17:24:38.051Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43522026-06-02T17:24:38.098Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43532026-06-02T17:24:38.285Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43542026-06-02T17:24:38.606Z Checking console v0.16.2
43552026-06-02T17:24:38.926Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43562026-06-02T17:24:39.077Z Checking fatfs v0.3.6
43572026-06-02T17:24:39.285Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43582026-06-02T17:24:39.545Z Checking unit-prefix v0.5.2
43592026-06-02T17:24:39.684Z Compiling seq-macro v0.3.6
43602026-06-02T17:24:40.217Z Checking indicatif v0.18.4
43612026-06-02T17:24:40.604Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43622026-06-02T17:24:40.672Z Checking support-bundle-viewer v0.1.2
43632026-06-02T17:24:40.836Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43642026-06-02T17:24:40.924Z Checking multimap v0.10.1
43652026-06-02T17:24:47.076Z Checking async-bb8-diesel v0.2.1
43662026-06-02T17:24:47.439Z Checking diesel-dtrace v0.5.0
43672026-06-02T17:24:49.328Z Compiling samael v0.0.19
43682026-06-02T17:24:52.145Z Compiling git2 v0.20.4
43692026-06-02T17:24:56.086Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43702026-06-02T17:24:56.445Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43712026-06-02T17:24:57.782Z Compiling polar-core v0.27.3
43722026-06-02T17:25:02.319Z Checking oso v0.27.3
43732026-06-02T17:25:29.079Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43742026-06-02T17:26:40.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 19s
43752026-06-02T17:26:40.672Z
43762026-06-02T17:26:40.672Zinfo: running `cargo check --bins` on nexus-networking (257/295)
43772026-06-02T17:26:41.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43782026-06-02T17:26:41.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43792026-06-02T17:26:41.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43802026-06-02T17:26:41.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
43812026-06-02T17:26:41.380Z
43822026-06-02T17:26:41.380Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (258/295)
43832026-06-02T17:26:41.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43842026-06-02T17:26:41.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43852026-06-02T17:26:41.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43862026-06-02T17:26:41.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43872026-06-02T17:26:42.039Z
43882026-06-02T17:26:42.039Zinfo: running `cargo check --bins` on nexus-saga-recovery (259/295)
43892026-06-02T17:26:42.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43902026-06-02T17:26:42.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43912026-06-02T17:26:42.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43922026-06-02T17:26:42.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43932026-06-02T17:26:42.693Z
43942026-06-02T17:26:42.693Zinfo: running `cargo check --bins` on nexus-test-utils-macros (260/295)
43952026-06-02T17:26:43.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43962026-06-02T17:26:43.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43972026-06-02T17:26:43.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43982026-06-02T17:26:43.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43992026-06-02T17:26:43.282Z
44002026-06-02T17:26:43.282Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (261/295)
44012026-06-02T17:26:43.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44022026-06-02T17:26:43.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44032026-06-02T17:26:44.134Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44042026-06-02T17:26:44.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s
44052026-06-02T17:26:45.121Z
44062026-06-02T17:26:45.122Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (262/295)
44072026-06-02T17:26:45.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44082026-06-02T17:26:45.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44092026-06-02T17:26:45.947Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44102026-06-02T17:27:22.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.38s
44112026-06-02T17:27:22.732Z
44122026-06-02T17:27:22.733Zinfo: running `cargo check --bins` on nexus-background-task-interface (263/295)
44132026-06-02T17:27:23.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44142026-06-02T17:27:23.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44152026-06-02T17:27:23.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44162026-06-02T17:27:23.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44172026-06-02T17:27:23.326Z
44182026-06-02T17:27:23.326Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (264/295)
44192026-06-02T17:27:23.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44202026-06-02T17:27:23.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44212026-06-02T17:27:23.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44222026-06-02T17:27:23.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44232026-06-02T17:27:23.968Z
44242026-06-02T17:27:23.968Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (265/295)
44252026-06-02T17:27:24.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44262026-06-02T17:27:24.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44272026-06-02T17:27:24.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44282026-06-02T17:27:24.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44292026-06-02T17:27:24.622Z
44302026-06-02T17:27:24.623Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (266/295)
44312026-06-02T17:27:25.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44322026-06-02T17:27:25.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44332026-06-02T17:27:25.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44342026-06-02T17:27:25.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44352026-06-02T17:27:25.281Z
44362026-06-02T17:27:25.281Zinfo: running `cargo check --bins` on nexus-mgs-updates (267/295)
44372026-06-02T17:27:25.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44382026-06-02T17:27:25.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44392026-06-02T17:27:25.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44402026-06-02T17:27:25.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44412026-06-02T17:27:25.929Z
44422026-06-02T17:27:25.929Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (268/295)
44432026-06-02T17:27:26.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44442026-06-02T17:27:26.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44452026-06-02T17:27:26.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44462026-06-02T17:27:26.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44472026-06-02T17:27:26.589Z
44482026-06-02T17:27:26.589Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (269/295)
44492026-06-02T17:27:27.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44502026-06-02T17:27:27.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44512026-06-02T17:27:27.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44522026-06-02T17:27:27.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44532026-06-02T17:27:27.251Z
44542026-06-02T17:27:27.251Zinfo: running `cargo check --bins` on support-bundle-collection (270/295)
44552026-06-02T17:27:27.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44562026-06-02T17:27:27.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44572026-06-02T17:27:27.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44582026-06-02T17:27:27.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44592026-06-02T17:27:27.911Z
44602026-06-02T17:27:27.911Zinfo: running `cargo check --bins` on omicron-dev (271/295)
44612026-06-02T17:27:28.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44622026-06-02T17:27:28.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44632026-06-02T17:27:28.808Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44642026-06-02T17:27:28.808Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44652026-06-02T17:27:28.997Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44662026-06-02T17:27:29.026Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44672026-06-02T17:27:29.045Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44682026-06-02T17:27:29.048Z Checking yansi v1.0.1
44692026-06-02T17:27:29.048Z Checking diff v0.1.13
44702026-06-02T17:27:29.061Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44712026-06-02T17:27:29.134Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44722026-06-02T17:27:29.335Z Checking pretty_assertions v1.4.1
44732026-06-02T17:27:29.973Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44742026-06-02T17:27:30.111Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44752026-06-02T17:27:53.788Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44762026-06-02T17:27:53.793Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44772026-06-02T17:27:53.793Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44782026-06-02T17:27:53.794Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44792026-06-02T17:27:53.794Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44802026-06-02T17:27:53.794Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44812026-06-02T17:27:54.631Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44822026-06-02T17:27:54.635Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44832026-06-02T17:27:55.847Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44842026-06-02T17:28:32.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
44852026-06-02T17:28:32.579Z
44862026-06-02T17:28:32.579Zinfo: running `cargo check --bins` on omicron-pins (272/295)
44872026-06-02T17:28:33.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44882026-06-02T17:28:33.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44892026-06-02T17:28:33.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44902026-06-02T17:28:33.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44912026-06-02T17:28:33.170Z
44922026-06-02T17:28:33.170Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (273/295)
44932026-06-02T17:28:33.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44942026-06-02T17:28:33.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44952026-06-02T17:28:33.955Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
44962026-06-02T17:28:34.079Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
44972026-06-02T17:28:34.082Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
44982026-06-02T17:28:59.913Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
44992026-06-02T17:29:00.302Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45002026-06-02T17:29:02.002Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45012026-06-02T17:29:02.454Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45022026-06-02T17:29:05.381Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45032026-06-02T17:29:28.239Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45042026-06-02T17:29:28.949Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45052026-06-02T17:29:30.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.40s
45062026-06-02T17:29:30.793Z
45072026-06-02T17:29:30.793Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (274/295)
45082026-06-02T17:29:31.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45092026-06-02T17:29:31.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45102026-06-02T17:29:31.513Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45112026-06-02T17:29:32.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
45122026-06-02T17:29:32.398Z
45132026-06-02T17:29:32.398Zinfo: running `cargo check --bins` on omicron-releng (275/295)
45142026-06-02T17:29:32.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45152026-06-02T17:29:32.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45162026-06-02T17:29:33.052Z Compiling blake3 v1.8.3
45172026-06-02T17:29:33.163Z Checking arrayvec v0.7.6
45182026-06-02T17:29:33.163Z Checking constant_time_eq v0.4.2
45192026-06-02T17:29:33.170Z Checking arrayref v0.3.9
45202026-06-02T17:29:33.183Z Checking topological-sort v0.2.2
45212026-06-02T17:29:33.186Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45222026-06-02T17:29:33.186Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45232026-06-02T17:29:33.186Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45242026-06-02T17:29:33.234Z Checking shell-words v1.1.1
45252026-06-02T17:29:33.968Z Checking omicron-zone-package v0.12.2
45262026-06-02T17:29:34.686Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45272026-06-02T17:29:35.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s
45282026-06-02T17:29:35.742Z
45292026-06-02T17:29:35.742Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (276/295)
45302026-06-02T17:29:36.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45312026-06-02T17:29:36.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45322026-06-02T17:29:36.393Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45332026-06-02T17:29:36.718Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45342026-06-02T17:29:37.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
45352026-06-02T17:29:37.313Z
45362026-06-02T17:29:37.313Zinfo: running `cargo check --bins` on schema (277/295)
45372026-06-02T17:29:37.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45382026-06-02T17:29:37.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45392026-06-02T17:29:38.052Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45402026-06-02T17:29:38.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
45412026-06-02T17:29:38.967Z
45422026-06-02T17:29:38.967Zinfo: running `cargo check --bins` on xtask (278/295)
45432026-06-02T17:29:39.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45442026-06-02T17:29:39.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45452026-06-02T17:29:39.420Z Checking libc v0.2.185
45462026-06-02T17:29:39.501Z Checking serde v1.0.228
45472026-06-02T17:29:39.507Z Checking zerofrom v0.1.6
45482026-06-02T17:29:39.511Z Checking bitflags v2.11.0
45492026-06-02T17:29:39.517Z Checking smallvec v1.15.1
45502026-06-02T17:29:39.523Z Checking indexmap v2.14.0
45512026-06-02T17:29:39.532Z Checking serde_json v1.0.149
45522026-06-02T17:29:39.535Z Checking scroll v0.12.0
45532026-06-02T17:29:39.602Z Checking yoke v0.8.1
45542026-06-02T17:29:39.657Z Checking num-traits v0.2.19
45552026-06-02T17:29:39.689Z Checking thiserror v1.0.69
45562026-06-02T17:29:39.764Z Checking log v0.4.29
45572026-06-02T17:29:39.774Z Checking zerovec v0.11.5
45582026-06-02T17:29:39.785Z Checking zerotrie v0.2.3
45592026-06-02T17:29:39.796Z Checking errno v0.3.14
45602026-06-02T17:29:39.889Z Checking serde_spanned v0.6.9
45612026-06-02T17:29:39.910Z Checking rustix v1.1.3
45622026-06-02T17:29:39.921Z Checking toml_datetime v0.6.11
45632026-06-02T17:29:40.014Z Checking percent-encoding v2.3.2
45642026-06-02T17:29:40.026Z Checking goblin v0.8.2
45652026-06-02T17:29:40.045Z Checking zerocopy v0.7.35
45662026-06-02T17:29:40.098Z Checking toml_edit v0.22.27
45672026-06-02T17:29:40.138Z Checking getrandom v0.4.1
45682026-06-02T17:29:40.152Z Checking form_urlencoded v1.2.2
45692026-06-02T17:29:40.175Z Checking ordered-float v2.10.1
45702026-06-02T17:29:40.199Z Checking tinystr v0.8.2
45712026-06-02T17:29:40.268Z Checking potential_utf v0.1.4
45722026-06-02T17:29:40.279Z Checking thiserror v2.0.18
45732026-06-02T17:29:40.377Z Checking syn v2.0.117
45742026-06-02T17:29:40.380Z Checking icu_locale_core v2.1.1
45752026-06-02T17:29:40.397Z Checking serde-value v0.7.0
45762026-06-02T17:29:40.400Z Checking icu_collections v2.1.1
45772026-06-02T17:29:40.534Z Checking dtrace-parser v0.2.0
45782026-06-02T17:29:40.597Z Checking thread-id v4.2.2
45792026-06-02T17:29:40.678Z Checking once_cell v1.21.3
45802026-06-02T17:29:40.715Z Checking terminal_size v0.4.3
45812026-06-02T17:29:40.720Z Checking cargo-platform v0.2.0
45822026-06-02T17:29:40.771Z Checking memmap v0.7.0
45832026-06-02T17:29:40.852Z Checking clap_builder v4.5.60
45842026-06-02T17:29:40.857Z Checking tempfile v3.25.0
45852026-06-02T17:29:40.904Z Checking textwrap v0.16.2
45862026-06-02T17:29:40.921Z Checking fs-err v3.3.0
45872026-06-02T17:29:40.938Z Checking icu_provider v2.1.1
45882026-06-02T17:29:41.051Z Checking camino-tempfile v1.4.1
45892026-06-02T17:29:41.091Z Checking anyhow v1.0.102
45902026-06-02T17:29:41.107Z Checking tabled v0.15.0
45912026-06-02T17:29:41.172Z Checking icu_normalizer v2.1.1
45922026-06-02T17:29:41.207Z Checking icu_properties v2.1.2
45932026-06-02T17:29:41.211Z Checking toml v0.8.23
45942026-06-02T17:29:41.286Z Checking macaddr v1.0.1
45952026-06-02T17:29:41.470Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45962026-06-02T17:29:41.537Z Checking cargo_toml v0.21.0
45972026-06-02T17:29:41.906Z Checking dof v0.3.0
45982026-06-02T17:29:42.023Z Checking idna_adapter v1.2.1
45992026-06-02T17:29:42.046Z Checking clap v4.5.60
46002026-06-02T17:29:42.141Z Checking idna v1.1.0
46012026-06-02T17:29:42.182Z Checking usdt-impl v0.5.0
46022026-06-02T17:29:42.364Z Checking url v2.5.8
46032026-06-02T17:29:42.433Z Checking usdt v0.5.0
46042026-06-02T17:29:42.697Z Checking cargo-util-schemas v0.8.2
46052026-06-02T17:29:43.392Z Checking cargo_metadata v0.21.0
46062026-06-02T17:29:43.998Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46072026-06-02T17:29:44.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.45s
46082026-06-02T17:29:44.539Z
46092026-06-02T17:29:44.539Zinfo: running `cargo check --bins` on dnsadm (279/295)
46102026-06-02T17:29:45.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46112026-06-02T17:29:45.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46122026-06-02T17:29:45.180Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46132026-06-02T17:29:45.660Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46142026-06-02T17:29:46.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
46152026-06-02T17:29:46.251Z
46162026-06-02T17:29:46.251Zinfo: running `cargo check --bins` on end-to-end-tests (280/295)
46172026-06-02T17:29:46.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46182026-06-02T17:29:46.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46192026-06-02T17:29:47.060Z Checking polyval v0.6.2
46202026-06-02T17:29:47.186Z Checking ctr v0.9.2
46212026-06-02T17:29:47.197Z Checking ssh-encoding v0.2.0
46222026-06-02T17:29:47.197Z Checking blowfish v0.9.1
46232026-06-02T17:29:47.218Z Checking password-hash v0.4.2
46242026-06-02T17:29:47.232Z Checking p256 v0.13.2
46252026-06-02T17:29:47.235Z Checking p521 v0.13.3
46262026-06-02T17:29:47.260Z Checking russh-cryptovec v0.7.3
46272026-06-02T17:29:47.325Z Checking ghash v0.5.1
46282026-06-02T17:29:47.340Z Checking md5 v0.7.0
46292026-06-02T17:29:47.353Z Checking bcrypt-pbkdf v0.10.0
46302026-06-02T17:29:47.371Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46312026-06-02T17:29:47.386Z Checking num-bigint v0.4.6
46322026-06-02T17:29:47.430Z Checking pbkdf2 v0.11.0
46332026-06-02T17:29:47.444Z Checking aes-gcm v0.10.3
46342026-06-02T17:29:47.475Z Checking des v0.8.1
46352026-06-02T17:29:47.502Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46362026-06-02T17:29:47.505Z Checking hex-literal v0.4.1
46372026-06-02T17:29:47.590Z Checking ssh-cipher v0.2.0
46382026-06-02T17:29:47.593Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46392026-06-02T17:29:47.620Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46402026-06-02T17:29:47.635Z Checking socket2 v0.5.10
46412026-06-02T17:29:47.647Z Checking internet-checksum v0.2.1
46422026-06-02T17:29:47.760Z Checking ssh-key v0.6.7
46432026-06-02T17:29:47.925Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46442026-06-02T17:29:48.391Z Checking russh-keys v0.45.0
46452026-06-02T17:29:48.948Z Checking russh v0.45.0
46462026-06-02T17:30:05.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.09s
46472026-06-02T17:30:05.559Z
46482026-06-02T17:30:05.559Zinfo: running `cargo check --bins` on gateway-cli (281/295)
46492026-06-02T17:30:06.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46502026-06-02T17:30:06.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46512026-06-02T17:30:06.206Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46522026-06-02T17:30:06.316Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46532026-06-02T17:30:06.323Z Checking termios v0.3.3
46542026-06-02T17:30:07.523Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46552026-06-02T17:30:07.671Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46562026-06-02T17:30:09.465Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46572026-06-02T17:30:10.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.47s
46582026-06-02T17:30:10.221Z
46592026-06-02T17:30:10.221Zinfo: running `cargo check --bins --no-default-features` on installinator (282/295)
46602026-06-02T17:30:10.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46612026-06-02T17:30:10.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46622026-06-02T17:30:10.938Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46632026-06-02T17:30:10.941Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46642026-06-02T17:30:11.063Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46652026-06-02T17:30:11.067Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46662026-06-02T17:30:11.077Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46672026-06-02T17:30:11.077Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46682026-06-02T17:30:11.804Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46692026-06-02T17:30:12.171Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46702026-06-02T17:30:12.175Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46712026-06-02T17:30:12.818Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46722026-06-02T17:30:14.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.23s
46732026-06-02T17:30:14.661Z
46742026-06-02T17:30:14.661Zinfo: running `cargo check --bins` on internal-dns-cli (283/295)
46752026-06-02T17:30:15.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46762026-06-02T17:30:15.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46772026-06-02T17:30:15.303Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
46782026-06-02T17:30:15.759Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46792026-06-02T17:30:16.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
46802026-06-02T17:30:16.264Z
46812026-06-02T17:30:16.264Zinfo: running `cargo check --bins` on omicron-live-tests (284/295)
46822026-06-02T17:30:16.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46832026-06-02T17:30:16.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46842026-06-02T17:30:16.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46852026-06-02T17:30:16.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46862026-06-02T17:30:16.856Z
46872026-06-02T17:30:16.856Zinfo: running `cargo check --bins` on live-tests-macros (285/295)
46882026-06-02T17:30:17.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46892026-06-02T17:30:17.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46902026-06-02T17:30:17.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46912026-06-02T17:30:17.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46922026-06-02T17:30:17.451Z
46932026-06-02T17:30:17.451Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (286/295)
46942026-06-02T17:30:18.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46952026-06-02T17:30:18.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46962026-06-02T17:30:18.210Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
46972026-06-02T17:30:18.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
46982026-06-02T17:30:19.012Z
46992026-06-02T17:30:19.012Zinfo: running `cargo check --bins` on omicron-ntp-admin (287/295)
47002026-06-02T17:30:19.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47012026-06-02T17:30:19.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47022026-06-02T17:30:19.667Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47032026-06-02T17:30:19.670Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47042026-06-02T17:30:19.950Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47052026-06-02T17:30:19.950Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47062026-06-02T17:30:20.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
47072026-06-02T17:30:20.946Z
47082026-06-02T17:30:20.946Zinfo: running `cargo check --bins` on ntp-admin-types (288/295)
47092026-06-02T17:30:21.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47102026-06-02T17:30:21.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47112026-06-02T17:30:21.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47122026-06-02T17:30:21.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47132026-06-02T17:30:21.539Z
47142026-06-02T17:30:21.539Zinfo: running `cargo check --bins` on omicron-package (289/295)
47152026-06-02T17:30:22.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47162026-06-02T17:30:22.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47172026-06-02T17:30:22.229Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47182026-06-02T17:30:23.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
47192026-06-02T17:30:23.508Z
47202026-06-02T17:30:23.508Zinfo: running `cargo check --bins` on tqdb (290/295)
47212026-06-02T17:30:24.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47222026-06-02T17:30:24.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47232026-06-02T17:30:24.294Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47242026-06-02T17:30:24.654Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47252026-06-02T17:30:25.168Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47262026-06-02T17:30:25.171Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47272026-06-02T17:30:31.193Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47282026-06-02T17:30:31.196Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47292026-06-02T17:30:31.770Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47302026-06-02T17:30:31.774Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47312026-06-02T17:30:31.774Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47322026-06-02T17:30:31.774Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47332026-06-02T17:30:32.550Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47342026-06-02T17:30:33.530Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47352026-06-02T17:30:34.302Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47362026-06-02T17:30:34.915Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47372026-06-02T17:30:39.228Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47382026-06-02T17:30:45.625Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47392026-06-02T17:30:45.637Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47402026-06-02T17:30:45.637Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47412026-06-02T17:30:45.637Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47422026-06-02T17:30:47.115Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47432026-06-02T17:30:48.456Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47442026-06-02T17:30:49.138Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47452026-06-02T17:30:50.383Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47462026-06-02T17:30:50.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.42s
47472026-06-02T17:30:51.147Z
47482026-06-02T17:30:51.147Zinfo: running `cargo check --bins` on wicket-dbg (291/295)
47492026-06-02T17:30:51.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47502026-06-02T17:30:51.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47512026-06-02T17:30:51.870Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47522026-06-02T17:30:51.909Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47532026-06-02T17:30:51.909Z Checking rtoolbox v0.0.3
47542026-06-02T17:30:51.988Z Checking tui-tree-widget v0.23.1
47552026-06-02T17:30:52.095Z Checking rpassword v7.4.0
47562026-06-02T17:30:53.113Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47572026-06-02T17:30:56.079Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47582026-06-02T17:30:57.953Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47592026-06-02T17:30:58.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.70s
47602026-06-02T17:30:59.059Z
47612026-06-02T17:30:59.059Zinfo: running `cargo check --bins` on wicket (292/295)
47622026-06-02T17:30:59.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47632026-06-02T17:30:59.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47642026-06-02T17:30:59.753Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47652026-06-02T17:31:00.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
47662026-06-02T17:31:00.323Z
47672026-06-02T17:31:00.323Zinfo: running `cargo check --bins` on wicketd (293/295)
47682026-06-02T17:31:00.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47692026-06-02T17:31:00.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47702026-06-02T17:31:01.043Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47712026-06-02T17:31:01.043Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47722026-06-02T17:31:01.059Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
47732026-06-02T17:31:01.059Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47742026-06-02T17:31:02.036Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47752026-06-02T17:31:02.609Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47762026-06-02T17:31:05.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.24s
47772026-06-02T17:31:09.493Z
47782026-06-02T17:31:09.493Zinfo: running `cargo check --bins` on omicron-workspace-hack (294/295)
47792026-06-02T17:31:09.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47802026-06-02T17:31:09.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47812026-06-02T17:31:09.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47822026-06-02T17:31:09.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
47832026-06-02T17:31:09.517Z
47842026-06-02T17:31:09.517Zinfo: running `cargo check --bins` on zone-setup (295/295)
47852026-06-02T17:31:09.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47862026-06-02T17:31:09.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47872026-06-02T17:31:09.517Z Checking uzers v0.12.2
47882026-06-02T17:31:09.517Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
47892026-06-02T17:31:09.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
47902026-06-02T17:31:09.517Z
47912026-06-02T17:31:09.517Zreal 14:07.969020266
47922026-06-02T17:31:09.517Zuser 21:09.538624495
47932026-06-02T17:31:09.517Zsys 4:24.018329287
47942026-06-02T17:31:09.517Ztrap 0.341651616
47952026-06-02T17:31:09.517Ztflt 1.265702287
47962026-06-02T17:31:09.517Zdflt 1.546427527
47972026-06-02T17:31:09.518Zkflt 0.035659372
47982026-06-02T17:31:09.518Zlock 1:18:57.224426731
47992026-06-02T17:31:09.518Zslp 1:41:30.662766582
48002026-06-02T17:31:09.518Zlat 58.950013478
48012026-06-02T17:31:09.518Zstop 3:50.163408974
48022026-06-02T17:31:09.518Zprocess exited: duration 991022 ms, exit code 0
 
48032026-06-02T17:31:09.548Zfound 0 output files