01KTSQZV9412ESRPM167A681Z5: 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: 01KTSR1Z6XAAME66AADBWEDK2F

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-10T21:48:06.619Zjob assigned to worker 01KTSR28WR334B2RJYEEDWCVZ5 [factory aws, i-09df4bd73f17411d6] (queued for 51 s)
 
22026-06-10T21:48:13.212Zstarting task 0: "setup"
32026-06-10T21:48:13.221Z++ uname -s
42026-06-10T21:48:13.221Z+ kern=SunOS
52026-06-10T21:48:13.222Z+ build_user=build
62026-06-10T21:48:13.222Z+ build_uid=12345
72026-06-10T21:48:13.222Z+ work_dir=/work
82026-06-10T21:48:13.222Z+ input_dir=/input
92026-06-10T21:48:13.222Z+ [[ 0 == 12345 ]]
102026-06-10T21:48:13.222Z+ case "$kern" in
112026-06-10T21:48:13.222Z+ groupadd -g 12345 build
122026-06-10T21:48:13.222Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-10T21:48:15.226Z+ zfs create -o mountpoint=/work rpool/work
142026-06-10T21:48:15.309Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-10T21:48:15.328Z+ home_fs=zfs
162026-06-10T21:48:15.329Z+ [[ zfs == autofs ]]
172026-06-10T21:48:15.329Z+ mkdir -p /home/build
182026-06-10T21:48:15.329Z+ chown build:build /home/build /work
192026-06-10T21:48:17.501Z+ chmod 0700 /home/build /work
202026-06-10T21:48:17.610Zprocess exited: duration 4106 ms, exit code 0
 
212026-06-10T21:48:17.744Zstarting task 1: "rust-toolchain"
222026-06-10T21:48:17.775Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-10T21:48:17.775Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-10T21:48:17.775Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-10T21:48:17.775Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-10T21:48:17.775Z * rust toolchain channel = "1.94.0"
272026-06-10T21:48:17.775Z * rust toolchain profile = "default"
282026-06-10T21:48:17.775Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-10T21:48:17.775Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-10T21:48:17.872Zinfo: downloading installer
312026-06-10T21:48:21.787Zwarn: It looks like you have an existing rustup settings file at:
322026-06-10T21:48:21.788Zwarn: /home/build/.rustup/settings.toml
332026-06-10T21:48:21.788Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-10T21:48:21.788Zwarn: instead of the one inferred from the default host triple.
352026-06-10T21:48:21.849Zinfo: profile set to default
362026-06-10T21:48:21.849Zinfo: default host triple is x86_64-unknown-illumos
372026-06-10T21:48:21.849Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-10T21:48:21.849Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-10T21:48:21.849Zinfo: downloading 6 components
402026-06-10T21:48:34.475Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-10T21:48:34.475Z
422026-06-10T21:48:34.549Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-10T21:48:34.549Z
442026-06-10T21:48:34.549Z
452026-06-10T21:48:34.549ZRust is installed now. Great!
462026-06-10T21:48:34.549Z
472026-06-10T21:48:34.549ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-10T21:48:34.549Zenvironment variable. This has not been done automatically.
492026-06-10T21:48:34.549Z
502026-06-10T21:48:34.549ZTo configure your current shell, you need to source
512026-06-10T21:48:34.549Zthe corresponding env file under $HOME/.cargo.
522026-06-10T21:48:34.549Z
532026-06-10T21:48:34.549ZThis is usually done by running one of the following (note the leading DOT):
542026-06-10T21:48:34.549Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-10T21:48:34.549Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-10T21:48:34.549Zsource "~/.cargo/env.nu" # For nushell
572026-06-10T21:48:34.549Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-10T21:48:34.549Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-10T21:48:34.549Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-10T21:48:34.549Zwarn: no default linker (`cc`) was found in your PATH
612026-06-10T21:48:34.549Zwarn: many Rust crates require a system C toolchain to build
622026-06-10T21:48:34.550Z+ rustup --version
632026-06-10T21:48:34.550Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-10T21:48:34.550Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-10T21:48:34.550Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-10T21:48:34.550Z+ cargo --version
672026-06-10T21:48:34.550Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-10T21:48:34.550Z+ rustc --version
692026-06-10T21:48:34.550Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-10T21:48:34.550Zprocess exited: duration 16335 ms, exit code 0
 
712026-06-10T21:48:34.759Zstarting task 2: "authentication"
722026-06-10T21:48:34.802ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-06-10T21:48:50.912Zprocess exited: duration 16174 ms, exit code 0
 
742026-06-10T21:48:50.923Zstarting task 3: "clone repository"
752026-06-10T21:48:50.926Z+ mkdir -p /work/oxidecomputer/omicron
762026-06-10T21:48:50.929Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
772026-06-10T21:48:50.961ZCloning into '/work/oxidecomputer/omicron'...
782026-06-10T21:49:01.812Z+ cd /work/oxidecomputer/omicron
792026-06-10T21:49:01.815Z+ git fetch origin cc4cc740d7b61e8ab818c578275fb9ab7cb410ca
802026-06-10T21:49:02.097ZFrom https://github.com/oxidecomputer/omicron
812026-06-10T21:49:02.097Z * branch cc4cc740d7b61e8ab818c578275fb9ab7cb410ca -> FETCH_HEAD
822026-06-10T21:49:02.110Z+ [[ -n bump-console-f1ccb168 ]]
832026-06-10T21:49:02.113Z++ git branch --show-current
842026-06-10T21:49:02.113Z+ current=main
852026-06-10T21:49:02.113Z+ [[ main != bump-console-f1ccb168 ]]
862026-06-10T21:49:02.113Z+ git branch -f bump-console-f1ccb168 cc4cc740d7b61e8ab818c578275fb9ab7cb410ca
872026-06-10T21:49:02.116Z+ git checkout -f bump-console-f1ccb168
882026-06-10T21:49:02.361ZSwitched to branch 'bump-console-f1ccb168'
892026-06-10T21:49:02.367Z+ git reset --hard cc4cc740d7b61e8ab818c578275fb9ab7cb410ca
902026-06-10T21:49:02.609ZHEAD is now at cc4cc740d Bump web console (amd_turin_v2)
912026-06-10T21:49:02.612Zprocess exited: duration 11690 ms, exit code 0
 
922026-06-10T21:49:02.619Zstarting task 4: "build"
932026-06-10T21:49:02.622Z+ source .github/buildomat/ci-env.sh
942026-06-10T21:49:02.626Z++ export CARGO_TERM_COLOR=always
952026-06-10T21:49:02.626Z++ CARGO_TERM_COLOR=always
962026-06-10T21:49:02.626Z+ cargo --version
972026-06-10T21:49:02.633Zcargo 1.94.0 (85eff7c80 2026-01-15)
982026-06-10T21:49:02.636Z+ rustc --version
992026-06-10T21:49:02.655Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1002026-06-10T21:49:02.658Z+ source ./env.sh
1012026-06-10T21:49:02.659Z++ OLD_SHELL_OPTS=ehxB
1022026-06-10T21:49:02.659Z++ set -o xtrace
1032026-06-10T21:49:02.659Z++++ dirname ./env.sh
1042026-06-10T21:49:02.662Z+++ readlink -f .
1052026-06-10T21:49:02.665Z++ OMICRON_WS=/work/oxidecomputer/omicron
1062026-06-10T21:49:02.665Z++ export 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-10T21:49:02.665Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-06-10T21:49:02.665Z++ 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
1092026-06-10T21:49:02.665Z++ 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
1102026-06-10T21:49:02.665Z++ 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
1112026-06-10T21:49:02.665Z++ 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
1122026-06-10T21:49:02.665Z++ 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
1132026-06-10T21:49:02.665Z++ 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
1142026-06-10T21:49:02.665Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-06-10T21:49:02.665Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-06-10T21:49:02.665Z++ case $OLD_SHELL_OPTS in
1172026-06-10T21:49:02.665Z++ unset OLD_SHELL_OPTS OMICRON_WS
1182026-06-10T21:49:02.665Z+ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1192026-06-10T21:49:02.666Z+ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1202026-06-10T21:49:02.666Z+ banner prerequisites
1212026-06-10T21:49:02.666Z
1222026-06-10T21:49:02.666Z ##### ##### ###### ##### ###### #### # # # #### #
1232026-06-10T21:49:02.666Z # # # # # # # # # # # # # # #
1242026-06-10T21:49:02.666Z # # # # ##### # # ##### # # # # # #### #
1252026-06-10T21:49:02.666Z ##### ##### # ##### # # # # # # # # #
1262026-06-10T21:49:02.666Z # # # # # # # # # # # # # # #
1272026-06-10T21:49:02.666Z # # # ###### # # ###### ### # #### # #### #
1282026-06-10T21:49:02.666Z
1292026-06-10T21:49:02.666Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1302026-06-10T21:49:04.088Z Startup: Refreshing catalog 'helios' ... Done
1312026-06-10T21:49:04.171Z Startup: Caching catalogs ... Done
1322026-06-10T21:49:04.492ZPlanning: Solver setup ... Done (0.281s)
1332026-06-10T21:49:04.513ZPlanning: Running solver ... Done (0.021s)
1342026-06-10T21:49:04.519ZPlanning: Finding local manifests ... Done (0.003s)
1352026-06-10T21:49:04.529ZPlanning: Fetching manifests: 0/2 0% complete
1362026-06-10T21:49:04.550ZPlanning: Fetching manifests: 2/2 100% complete
1372026-06-10T21:49:04.564ZPlanning: Package planning ... Done (0.014s)
1382026-06-10T21:49:04.568ZPlanning: Merging actions ... Done (0.002s)
1392026-06-10T21:49:04.754ZPlanning: Checking for conflicting actions ... Done (0.186s)
1402026-06-10T21:49:04.758ZPlanning: Consolidating action changes ... Done (0.001s)
1412026-06-10T21:49:05.584ZPlanning: Evaluating mediators ... Done (0.807s)
1422026-06-10T21:49:05.606ZPlanning: Planning completed in 1.37 seconds
1432026-06-10T21:49:05.607Z Packages to install: 2
1442026-06-10T21:49:05.607Z Estimated space available: 156.07 GB
1452026-06-10T21:49:05.607ZEstimated space to be consumed: 25.37 MB
1462026-06-10T21:49:05.607Z Create boot environment: No
1472026-06-10T21:49:05.607ZCreate backup boot environment: No
1482026-06-10T21:49:05.607Z Rebuild boot archive: No
1492026-06-10T21:49:05.607Z
1502026-06-10T21:49:05.607ZChanged packages:
1512026-06-10T21:49:05.607Zhelios
1522026-06-10T21:49:05.607Z developer/build-essential
1532026-06-10T21:49:05.607Z None -> 11-3.0
1542026-06-10T21:49:05.607Z library/libxmlsec1
1552026-06-10T21:49:05.607Z None -> 1.2.35-3.0
1562026-06-10T21:49:05.608Z
1572026-06-10T21:49:05.608ZDownload: 0/214 items 0.0/1.3MB 0% complete
1582026-06-10T21:49:06.063ZDownload: Completed 1.28 MB in 0.47 seconds (2.7M/s)
1592026-06-10T21:49:06.139Z Actions: 1/268 actions (Installing new actions)
1602026-06-10T21:49:06.171Z Actions: Completed 268 actions in 0.04 seconds.
1612026-06-10T21:49:06.183ZFinalize: Updating package state database ... Done (0.008s)
1622026-06-10T21:49:06.184ZFinalize: Updating package cache ... Done (0.000s)
1632026-06-10T21:49:06.203ZFinalize: Updating image state ... Done (0.022s)
1642026-06-10T21:49:08.595ZFinalize: Creating fast lookup database ... Done (2.366s)
1652026-06-10T21:49:08.656ZFinalize: Reading search index ... Done (0.013s)
1662026-06-10T21:49:08.660ZFinalize: Updating search index ... Done (0.000s)
1672026-06-10T21:49:08.759ZFinalize: Updating package cache ... Done (0.000s)
1682026-06-10T21:49:09.059ZPlanning: Evaluating mediator changes ... Done
1692026-06-10T21:49:09.163ZPlanning: Checking for conflicting actions ... Done
1702026-06-10T21:49:09.167ZPlanning: Consolidating action changes ... Done
1712026-06-10T21:49:09.339ZPlanning: Evaluating mediators ... Done
1722026-06-10T21:49:09.343ZPlanning: Planning completed in 0.26 seconds
1732026-06-10T21:49:09.349Z Mediators to change: 2
1742026-06-10T21:49:09.349Z Create boot environment: No
1752026-06-10T21:49:09.349ZCreate backup boot environment: No
1762026-06-10T21:49:09.390ZFinalize: Updating package state database ... Done
1772026-06-10T21:49:09.394ZFinalize: Updating package cache ... Done
1782026-06-10T21:49:09.403ZFinalize: Updating image state ... Done
1792026-06-10T21:49:11.339ZFinalize: Creating fast lookup database ... Done
1802026-06-10T21:49:11.401ZFinalize: Reading search index ... Done
1812026-06-10T21:49:11.406ZFinalize: Updating search index ... Done
1822026-06-10T21:49:11.472ZFinalize: Updating package cache ... Done
1832026-06-10T21:49:11.769ZPlanning: Evaluating mediator changes ... Done
1842026-06-10T21:49:11.863ZPlanning: Checking for conflicting actions ... Done
1852026-06-10T21:49:11.885ZPlanning: Consolidating action changes ... Done
1862026-06-10T21:49:12.017ZPlanning: Evaluating mediators ... Done
1872026-06-10T21:49:12.021ZPlanning: Planning completed in 0.26 seconds
1882026-06-10T21:49:12.043Z Mediators to change: 1
1892026-06-10T21:49:12.043Z Create boot environment: No
1902026-06-10T21:49:12.043ZCreate backup boot environment: No
1912026-06-10T21:49:12.080ZFinalize: Updating package state database ... Done
1922026-06-10T21:49:12.080ZFinalize: Updating package cache ... Done
1932026-06-10T21:49:12.089ZFinalize: Updating image state ... Done
1942026-06-10T21:49:14.029ZFinalize: Creating fast lookup database ... Done
1952026-06-10T21:49:14.088ZFinalize: Reading search index ... Done
1962026-06-10T21:49:14.093ZFinalize: Updating search index ... Done
1972026-06-10T21:49:14.145ZFinalize: Updating package cache ... Done
1982026-06-10T21:49:14.452ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992026-06-10T21:49:14.452Zapache system 2.4 system
2002026-06-10T21:49:14.452Zclang system 15 system
2012026-06-10T21:49:14.452Zcsh system system illumos
2022026-06-10T21:49:14.452Zctags system system illumos
2032026-06-10T21:49:14.452Zfile vendor vendor darwinsys
2042026-06-10T21:49:14.452Zfile system system illumos
2052026-06-10T21:49:14.452Zgcc vendor 14 vendor
2062026-06-10T21:49:14.452Zgcc system 13 system
2072026-06-10T21:49:14.452Zgcc system 10 system
2082026-06-10T21:49:14.452Zgo system 1.25 system
2092026-06-10T21:49:14.452Zllvm system 15 system
2102026-06-10T21:49:14.452Zmariadb system 11.4 system
2112026-06-10T21:49:14.453Zmta vendor vendor dma
2122026-06-10T21:49:14.453Zopenjdk system 17 system
2132026-06-10T21:49:14.453Zopenjdk system 11 system
2142026-06-10T21:49:14.453Zopenssl vendor 3 vendor
2152026-06-10T21:49:14.453Zperl system 5.40 system
2162026-06-10T21:49:14.453Zpostgresql system 18 system
2172026-06-10T21:49:14.453Zpostgresql system 17 system
2182026-06-10T21:49:14.453Zpython vendor 3 vendor
2192026-06-10T21:49:14.453Zpython system 2 system
2202026-06-10T21:49:14.453Zpython3 vendor 3.13 vendor
2212026-06-10T21:49:14.453Zruby system 3.4 system
2222026-06-10T21:49:14.453Zruby system 3.0 system
2232026-06-10T21:49:14.453Zwords vendor vendor american-english
2242026-06-10T21:49:14.453Zwords system system australian-english
2252026-06-10T21:49:14.453Zwords system system british-english
2262026-06-10T21:49:14.453Zwords system system canadian-english
2272026-06-10T21:49:14.453Zwords system system french
2282026-06-10T21:49:14.453Zwords system system italian
2292026-06-10T21:49:14.453Zwords system system ngerman
2302026-06-10T21:49:14.453Zwords system system ogerman
2312026-06-10T21:49:14.453Zwords system system spanish
2322026-06-10T21:49:14.703ZPUBLISHER TYPE STATUS P LOCATION
2332026-06-10T21:49:14.703Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2342026-06-10T21:49:14.989ZFMRI IFO
2352026-06-10T21:49:14.989Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2362026-06-10T21:49:14.989Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2372026-06-10T21:49:14.989Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2382026-06-10T21:49:14.989Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2392026-06-10T21:49:14.989Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2402026-06-10T21:49:14.989Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2412026-06-10T21:49:14.989Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2422026-06-10T21:49:14.989Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2432026-06-10T21:49:14.989Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2442026-06-10T21:49:15.241Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2452026-06-10T21:49:15.526Z Updating crates.io index
2462026-06-10T21:49:15.534Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2472026-06-10T21:49:15.771Z Updating git repository `https://github.com/oxidecomputer/lldp`
2482026-06-10T21:49:16.754Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2492026-06-10T21:49:17.261Z Updating git repository `https://github.com/oxidecomputer/propolis`
2502026-06-10T21:49:18.523Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2512026-06-10T21:49:19.059Z Updating git repository `https://github.com/oxidecomputer/crucible`
2522026-06-10T21:49:20.654Z Updating git repository `https://github.com/oxidecomputer/opte`
2532026-06-10T21:49:21.422Z Updating git repository `https://github.com/oxidecomputer/tofino`
2542026-06-10T21:49:21.927Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2552026-06-10T21:49:22.990Z Updating git repository `https://github.com/oxidecomputer/clickward`
2562026-06-10T21:49:23.533Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2572026-06-10T21:49:24.073Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2582026-06-10T21:49:24.441Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2592026-06-10T21:49:25.652Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2602026-06-10T21:49:26.135Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2612026-06-10T21:49:26.420Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2622026-06-10T21:49:26.775Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2632026-06-10T21:49:27.178Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2642026-06-10T21:49:27.882Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2652026-06-10T21:49:28.164Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2662026-06-10T21:49:28.401Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2672026-06-10T21:49:28.690Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2682026-06-10T21:49:29.164Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2692026-06-10T21:49:29.533Z Updating git repository `https://github.com/oxidecomputer/erebor`
2702026-06-10T21:49:29.977Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2712026-06-10T21:49:30.414Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2722026-06-10T21:49:30.723Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2732026-06-10T21:49:31.054Z Updating git repository `https://github.com/oxidecomputer/ispf`
2742026-06-10T21:49:31.346Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2752026-06-10T21:49:32.342Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2762026-06-10T21:49:33.219Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2772026-06-10T21:49:33.610Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2782026-06-10T21:49:34.013Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2792026-06-10T21:49:34.410Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2802026-06-10T21:49:34.795Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2812026-06-10T21:49:35.164Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2822026-06-10T21:49:35.448Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2832026-06-10T21:49:36.070Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2842026-06-10T21:49:36.334Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2852026-06-10T21:49:36.650Z Updating git repository `https://github.com/illumos/smf-rs`
2862026-06-10T21:49:37.060Z Updating git repository `https://github.com/oxidecomputer/omicron`
2872026-06-10T21:49:50.467Z Downloading crates ...
2882026-06-10T21:49:50.525Z Downloaded camino v1.2.2
2892026-06-10T21:49:50.529Z Downloaded byteorder v1.5.0
2902026-06-10T21:49:50.532Z Downloaded anstream v1.0.0
2912026-06-10T21:49:50.541Z Downloaded getrandom v0.4.1
2922026-06-10T21:49:50.545Z Downloaded itoa v1.0.17
2932026-06-10T21:49:50.545Z Downloaded unicode-xid v0.2.6
2942026-06-10T21:49:50.545Z Downloaded idna_adapter v1.2.1
2952026-06-10T21:49:50.548Z Downloaded macaddr v1.0.1
2962026-06-10T21:49:50.548Z Downloaded icu_provider v2.1.1
2972026-06-10T21:49:50.552Z Downloaded toml_write v0.1.2
2982026-06-10T21:49:50.552Z Downloaded once_cell v1.21.3
2992026-06-10T21:49:50.552Z Downloaded usdt-macro v0.5.0
3002026-06-10T21:49:50.558Z Downloaded is_terminal_polyfill v1.70.2
3012026-06-10T21:49:50.558Z Downloaded thiserror-impl v1.0.69
3022026-06-10T21:49:50.561Z Downloaded dof v0.3.0
3032026-06-10T21:49:50.561Z Downloaded serde-value v0.7.0
3042026-06-10T21:49:50.561Z Downloaded plain v0.2.3
3052026-06-10T21:49:50.561Z Downloaded yoke-derive v0.8.1
3062026-06-10T21:49:50.561Z Downloaded toml_datetime v0.6.11
3072026-06-10T21:49:50.564Z Downloaded block-buffer v0.10.4
3082026-06-10T21:49:50.564Z Downloaded zerofrom v0.1.6
3092026-06-10T21:49:50.564Z Downloaded usdt-attr-macro v0.5.0
3102026-06-10T21:49:50.568Z Downloaded unicode-linebreak v0.1.5
3112026-06-10T21:49:50.568Z Downloaded utf8parse v0.2.2
3122026-06-10T21:49:50.568Z Downloaded utf8_iter v1.0.4
3132026-06-10T21:49:50.568Z Downloaded heck v0.4.1
3142026-06-10T21:49:50.568Z Downloaded proc-macro-error v1.0.4
3152026-06-10T21:49:50.571Z Downloaded typeid v1.0.3
3162026-06-10T21:49:50.571Z Downloaded usdt v0.5.0
3172026-06-10T21:49:50.571Z Downloaded thread-id v4.2.2
3182026-06-10T21:49:50.576Z Downloaded zerofrom-derive v0.1.6
3192026-06-10T21:49:50.576Z Downloaded toml_edit v0.22.27
3202026-06-10T21:49:50.580Z Downloaded erased-serde v0.4.9
3212026-06-10T21:49:50.583Z Downloaded fnv v1.0.7
3222026-06-10T21:49:50.583Z Downloaded dtrace-parser v0.2.0
3232026-06-10T21:49:50.587Z Downloaded swrite v0.1.0
3242026-06-10T21:49:50.587Z Downloaded cfg-if v1.0.4
3252026-06-10T21:49:50.587Z Downloaded usdt-impl v0.5.0
3262026-06-10T21:49:50.587Z Downloaded thiserror-impl v2.0.18
3272026-06-10T21:49:50.587Z Downloaded cargo-util-schemas v0.8.2
3282026-06-10T21:49:50.591Z Downloaded writeable v0.6.2
3292026-06-10T21:49:50.594Z Downloaded displaydoc v0.2.5
3302026-06-10T21:49:50.594Z Downloaded yoke v0.8.1
3312026-06-10T21:49:50.599Z Downloaded version_check v0.9.5
3322026-06-10T21:49:50.602Z Downloaded log v0.4.29
3332026-06-10T21:49:50.609Z Downloaded smawk v0.3.2
3342026-06-10T21:49:50.609Z Downloaded semver v1.0.28
3352026-06-10T21:49:50.609Z Downloaded digest v0.10.7
3362026-06-10T21:49:50.609Z Downloaded tinystr v0.8.2
3372026-06-10T21:49:50.613Z Downloaded cargo_toml v0.21.0
3382026-06-10T21:49:50.613Z Downloaded form_urlencoded v1.2.2
3392026-06-10T21:49:50.613Z Downloaded zmij v1.0.21
3402026-06-10T21:49:50.617Z Downloaded thiserror v1.0.69
3412026-06-10T21:49:50.617Z Downloaded zerocopy-derive v0.7.35
3422026-06-10T21:49:50.620Z Downloaded potential_utf v0.1.4
3432026-06-10T21:49:50.620Z Downloaded pretty-hex v0.4.1
3442026-06-10T21:49:50.621Z Downloaded zerovec-derive v0.11.2
3452026-06-10T21:49:50.624Z Downloaded unicode-ident v1.0.24
3462026-06-10T21:49:50.624Z Downloaded thiserror v2.0.18
3472026-06-10T21:49:50.627Z Downloaded crypto-common v0.1.7
3482026-06-10T21:49:50.627Z Downloaded toml v0.8.23
3492026-06-10T21:49:50.627Z Downloaded ucd-trie v0.1.7
3502026-06-10T21:49:50.631Z Downloaded heck v0.5.0
3512026-06-10T21:49:50.631Z Downloaded generic-array v0.14.7
3522026-06-10T21:49:50.631Z Downloaded equivalent v1.0.2
3532026-06-10T21:49:50.636Z Downloaded terminal_size v0.4.3
3542026-06-10T21:49:50.636Z Downloaded colorchoice v1.0.4
3552026-06-10T21:49:50.636Z Downloaded clap_lex v1.0.0
3562026-06-10T21:49:50.636Z Downloaded anstyle-query v1.1.5
3572026-06-10T21:49:50.639Z Downloaded synstructure v0.13.2
3582026-06-10T21:49:50.639Z Downloaded strsim v0.11.1
3592026-06-10T21:49:50.639Z Downloaded serde-untagged v0.1.9
3602026-06-10T21:49:50.639Z Downloaded icu_properties v2.1.2
3612026-06-10T21:49:50.640Z Downloaded icu_normalizer v2.1.1
3622026-06-10T21:49:50.643Z Downloaded typenum v1.19.0
3632026-06-10T21:49:50.643Z Downloaded zerovec v0.11.5
3642026-06-10T21:49:50.646Z Downloaded memmap v0.7.0
3652026-06-10T21:49:50.646Z Downloaded textwrap v0.16.2
3662026-06-10T21:49:50.647Z Downloaded url v2.5.8
3672026-06-10T21:49:50.651Z Downloaded cargo-platform v0.2.0
3682026-06-10T21:49:50.658Z Downloaded stable_deref_trait v1.2.1
3692026-06-10T21:49:50.661Z Downloaded zerocopy v0.7.35
3702026-06-10T21:49:50.669Z Downloaded zerotrie v0.2.3
3712026-06-10T21:49:50.672Z Downloaded serde_spanned v0.6.9
3722026-06-10T21:49:50.672Z Downloaded scroll_derive v0.12.1
3732026-06-10T21:49:50.672Z Downloaded percent-encoding v2.3.2
3742026-06-10T21:49:50.672Z Downloaded fastrand v2.3.0
3752026-06-10T21:49:50.676Z Downloaded proc-macro-error-attr v1.0.4
3762026-06-10T21:49:50.676Z Downloaded cargo_metadata v0.21.0
3772026-06-10T21:49:50.676Z Downloaded winnow v0.7.14
3782026-06-10T21:49:50.686Z Downloaded sha2 v0.10.9
3792026-06-10T21:49:50.690Z Downloaded anstyle v1.0.14
3802026-06-10T21:49:50.690Z Downloaded quote v1.0.45
3812026-06-10T21:49:50.690Z Downloaded unicode-width v0.2.0
3822026-06-10T21:49:50.693Z Downloaded scroll v0.12.0
3832026-06-10T21:49:50.696Z Downloaded cpufeatures v0.2.17
3842026-06-10T21:49:50.696Z Downloaded pest_derive v2.8.6
3852026-06-10T21:49:50.696Z Downloaded unicode-width v0.1.14
3862026-06-10T21:49:50.700Z Downloaded fs-err v3.3.0
3872026-06-10T21:49:50.700Z Downloaded errno v0.3.14
3882026-06-10T21:49:50.703Z Downloaded bytecount v0.6.9
3892026-06-10T21:49:50.703Z Downloaded anstyle-parse v1.0.0
3902026-06-10T21:49:50.717Z Downloaded autocfg v1.5.0
3912026-06-10T21:49:50.725Z Downloaded serde_tokenstream v0.2.3
3922026-06-10T21:49:50.728Z Downloaded camino-tempfile v1.4.1
3932026-06-10T21:49:50.728Z Downloaded pest_generator v2.8.6
3942026-06-10T21:49:50.731Z Downloaded tabled_derive v0.7.0
3952026-06-10T21:49:50.734Z Downloaded smallvec v1.15.1
3962026-06-10T21:49:50.734Z Downloaded litemap v0.8.1
3972026-06-10T21:49:50.734Z Downloaded tempfile v3.25.0
3982026-06-10T21:49:50.738Z Downloaded ordered-float v2.10.1
3992026-06-10T21:49:50.744Z Downloaded clap_derive v4.6.1
4002026-06-10T21:49:50.766Z Downloaded serde_derive v1.0.228
4012026-06-10T21:49:50.773Z Downloaded icu_collections v2.1.1
4022026-06-10T21:49:50.781Z Downloaded anyhow v1.0.102
4032026-06-10T21:49:50.784Z Downloaded clap v4.6.1
4042026-06-10T21:49:50.788Z Downloaded papergrid v0.11.0
4052026-06-10T21:49:50.791Z Downloaded bitflags v2.11.0
4062026-06-10T21:49:50.798Z Downloaded memchr v2.8.0
4072026-06-10T21:49:50.801Z Downloaded proc-macro2 v1.0.106
4082026-06-10T21:49:50.808Z Downloaded icu_normalizer_data v2.1.1
4092026-06-10T21:49:50.812Z Downloaded num-traits v0.2.19
4102026-06-10T21:49:50.815Z Downloaded serde_core v1.0.228
4112026-06-10T21:49:50.818Z Downloaded icu_locale_core v2.1.1
4122026-06-10T21:49:50.821Z Downloaded pest_meta v2.8.6
4132026-06-10T21:49:50.839Z Downloaded serde v1.0.228
4142026-06-10T21:49:50.843Z Downloaded hashbrown v0.17.0
4152026-06-10T21:49:50.846Z Downloaded indexmap v2.14.0
4162026-06-10T21:49:50.865Z Downloaded goblin v0.8.2
4172026-06-10T21:49:50.868Z Downloaded clap_builder v4.6.0
4182026-06-10T21:49:50.876Z Downloaded serde_json v1.0.149
4192026-06-10T21:49:50.881Z Downloaded idna v1.1.0
4202026-06-10T21:49:50.884Z Downloaded pest v2.8.6
4212026-06-10T21:49:50.893Z Downloaded icu_properties_data v2.1.2
4222026-06-10T21:49:50.918Z Downloaded tabled v0.15.0
4232026-06-10T21:49:50.927Z Downloaded syn v1.0.109
4242026-06-10T21:49:50.936Z Downloaded syn v2.0.117
4252026-06-10T21:49:50.953Z Downloaded rustix v1.1.3
4262026-06-10T21:49:50.987Z Downloaded libc v0.2.185
4272026-06-10T21:49:51.055Z Compiling proc-macro2 v1.0.106
4282026-06-10T21:49:51.055Z Compiling unicode-ident v1.0.24
4292026-06-10T21:49:51.055Z Compiling quote v1.0.45
4302026-06-10T21:49:51.055Z Compiling serde_core v1.0.228
4312026-06-10T21:49:51.055Z Compiling libc v0.2.185
4322026-06-10T21:49:51.055Z Compiling version_check v0.9.5
4332026-06-10T21:49:51.055Z Compiling stable_deref_trait v1.2.1
4342026-06-10T21:49:51.055Z Compiling memchr v2.8.0
4352026-06-10T21:49:51.425Z Compiling serde v1.0.228
4362026-06-10T21:49:51.434Z Compiling zmij v1.0.21
4372026-06-10T21:49:51.561Z Compiling itoa v1.0.17
4382026-06-10T21:49:51.633Z Compiling ucd-trie v0.1.7
4392026-06-10T21:49:51.725Z Compiling autocfg v1.5.0
4402026-06-10T21:49:51.886Z Compiling thiserror v1.0.69
4412026-06-10T21:49:51.904Z Compiling pest v2.8.6
4422026-06-10T21:49:51.976Z Compiling writeable v0.6.2
4432026-06-10T21:49:52.089Z Compiling litemap v0.8.1
4442026-06-10T21:49:52.141Z Compiling rustix v1.1.3
4452026-06-10T21:49:52.190Z Compiling icu_properties_data v2.1.2
4462026-06-10T21:49:52.373Z Compiling icu_normalizer_data v2.1.1
4472026-06-10T21:49:52.479Z Compiling syn v2.0.117
4482026-06-10T21:49:52.538Z Compiling byteorder v1.5.0
4492026-06-10T21:49:52.669Z Compiling errno v0.3.14
4502026-06-10T21:49:52.695Z Compiling serde_json v1.0.149
4512026-06-10T21:49:52.755Z Compiling bitflags v2.11.0
4522026-06-10T21:49:52.870Z Compiling num-traits v0.2.19
4532026-06-10T21:49:52.909Z Compiling equivalent v1.0.2
4542026-06-10T21:49:52.925Z Compiling pest_meta v2.8.6
4552026-06-10T21:49:53.000Z Compiling typeid v1.0.3
4562026-06-10T21:49:53.140Z Compiling hashbrown v0.17.0
4572026-06-10T21:49:53.244Z Compiling smallvec v1.15.1
4582026-06-10T21:49:53.459Z Compiling thread-id v4.2.2
4592026-06-10T21:49:53.474Z Compiling proc-macro-error-attr v1.0.4
4602026-06-10T21:49:53.495Z Compiling usdt-impl v0.5.0
4612026-06-10T21:49:53.541Z Compiling toml_write v0.1.2
4622026-06-10T21:49:53.653Z Compiling indexmap v2.14.0
4632026-06-10T21:49:53.684Z Compiling erased-serde v0.4.9
4642026-06-10T21:49:53.700Z Compiling winnow v0.7.14
4652026-06-10T21:49:53.888Z Compiling syn v1.0.109
4662026-06-10T21:49:54.323Z Compiling proc-macro-error v1.0.4
4672026-06-10T21:49:54.374Z Compiling camino v1.2.2
4682026-06-10T21:49:54.505Z Compiling plain v0.2.3
4692026-06-10T21:49:54.604Z Compiling log v0.4.29
4702026-06-10T21:49:54.620Z Compiling utf8parse v0.2.2
4712026-06-10T21:49:54.701Z Compiling thiserror v2.0.18
4722026-06-10T21:49:54.736Z Compiling getrandom v0.4.1
4732026-06-10T21:49:54.786Z Compiling percent-encoding v2.3.2
4742026-06-10T21:49:54.789Z Compiling utf8_iter v1.0.4
4752026-06-10T21:49:54.818Z Compiling anstyle-parse v1.0.0
4762026-06-10T21:49:54.960Z Compiling form_urlencoded v1.2.2
4772026-06-10T21:49:55.010Z Compiling ordered-float v2.10.1
4782026-06-10T21:49:55.036Z Compiling synstructure v0.13.2
4792026-06-10T21:49:55.042Z Compiling pest_generator v2.8.6
4802026-06-10T21:49:55.290Z Compiling terminal_size v0.4.3
4812026-06-10T21:49:55.439Z Compiling colorchoice v1.0.4
4822026-06-10T21:49:55.540Z Compiling anstyle-query v1.1.5
4832026-06-10T21:49:55.567Z Compiling cfg-if v1.0.4
4842026-06-10T21:49:55.645Z Compiling anstyle v1.0.14
4852026-06-10T21:49:55.661Z Compiling pretty-hex v0.4.1
4862026-06-10T21:49:55.664Z Compiling is_terminal_polyfill v1.70.2
4872026-06-10T21:49:55.710Z Compiling serde-untagged v0.1.9
4882026-06-10T21:49:55.807Z Compiling semver v1.0.28
4892026-06-10T21:49:55.869Z Compiling anstream v1.0.0
4902026-06-10T21:49:55.901Z Compiling fs-err v3.3.0
4912026-06-10T21:49:55.959Z Compiling bytecount v0.6.9
4922026-06-10T21:49:56.090Z Compiling clap_lex v1.0.0
4932026-06-10T21:49:56.107Z Compiling fastrand v2.3.0
4942026-06-10T21:49:56.129Z Compiling anyhow v1.0.102
4952026-06-10T21:49:56.159Z Compiling unicode-xid v0.2.6
4962026-06-10T21:49:56.175Z Compiling fnv v1.0.7
4972026-06-10T21:49:56.280Z Compiling unicode-width v0.1.14
4982026-06-10T21:49:56.297Z Compiling strsim v0.11.1
4992026-06-10T21:49:56.320Z Compiling once_cell v1.21.3
5002026-06-10T21:49:56.431Z Compiling heck v0.5.0
5012026-06-10T21:49:56.557Z Compiling heck v0.4.1
5022026-06-10T21:49:56.563Z Compiling papergrid v0.11.0
5032026-06-10T21:49:56.644Z Compiling tempfile v3.25.0
5042026-06-10T21:49:56.669Z Compiling clap_builder v4.6.0
5052026-06-10T21:49:56.715Z Compiling serde_derive v1.0.228
5062026-06-10T21:49:56.762Z Compiling zerofrom-derive v0.1.6
5072026-06-10T21:49:56.899Z Compiling yoke-derive v0.8.1
5082026-06-10T21:49:57.016Z Compiling zerovec-derive v0.11.2
5092026-06-10T21:49:57.270Z Compiling displaydoc v0.2.5
5102026-06-10T21:49:57.952Z Compiling thiserror-impl v1.0.69
5112026-06-10T21:49:57.998Z Compiling zerocopy-derive v0.7.35
5122026-06-10T21:49:58.026Z Compiling pest_derive v2.8.6
5132026-06-10T21:49:58.115Z Compiling scroll_derive v0.12.1
5142026-06-10T21:49:58.149Z Compiling zerofrom v0.1.6
5152026-06-10T21:49:58.285Z Compiling yoke v0.8.1
5162026-06-10T21:49:58.464Z Compiling zerovec v0.11.5
5172026-06-10T21:49:58.483Z Compiling zerotrie v0.2.3
5182026-06-10T21:49:58.782Z Compiling scroll v0.12.0
5192026-06-10T21:49:58.800Z Compiling thiserror-impl v2.0.18
5202026-06-10T21:49:58.857Z Compiling zerocopy v0.7.35
5212026-06-10T21:49:58.963Z Compiling tinystr v0.8.2
5222026-06-10T21:49:59.059Z Compiling potential_utf v0.1.4
5232026-06-10T21:49:59.268Z Compiling icu_locale_core v2.1.1
5242026-06-10T21:49:59.276Z Compiling icu_collections v2.1.1
5252026-06-10T21:49:59.364Z Compiling dtrace-parser v0.2.0
5262026-06-10T21:49:59.487Z Compiling goblin v0.8.2
5272026-06-10T21:49:59.773Z Compiling tabled_derive v0.7.0
5282026-06-10T21:49:59.791Z Compiling clap_derive v4.6.1
5292026-06-10T21:50:00.098Z Compiling icu_provider v2.1.1
5302026-06-10T21:50:00.123Z Compiling serde_spanned v0.6.9
5312026-06-10T21:50:00.157Z Compiling toml_datetime v0.6.11
5322026-06-10T21:50:00.176Z Compiling dof v0.3.0
5332026-06-10T21:50:00.189Z Compiling serde_tokenstream v0.2.3
5342026-06-10T21:50:00.391Z Compiling icu_normalizer v2.1.1
5352026-06-10T21:50:00.407Z Compiling icu_properties v2.1.2
5362026-06-10T21:50:00.424Z Compiling toml_edit v0.22.27
5372026-06-10T21:50:00.575Z Compiling serde-value v0.7.0
5382026-06-10T21:50:00.699Z Compiling cargo-platform v0.2.0
5392026-06-10T21:50:00.955Z Compiling memmap v0.7.0
5402026-06-10T21:50:00.978Z Compiling unicode-width v0.2.0
5412026-06-10T21:50:01.034Z Compiling unicode-linebreak v0.1.5
5422026-06-10T21:50:01.146Z Compiling usdt-attr-macro v0.5.0
5432026-06-10T21:50:01.162Z Compiling usdt-macro v0.5.0
5442026-06-10T21:50:01.275Z Compiling idna_adapter v1.2.1
5452026-06-10T21:50:01.295Z Compiling smawk v0.3.2
5462026-06-10T21:50:01.422Z Compiling idna v1.1.0
5472026-06-10T21:50:01.440Z Compiling textwrap v0.16.2
5482026-06-10T21:50:01.547Z Compiling clap v4.6.1
5492026-06-10T21:50:01.635Z Compiling tabled v0.15.0
5502026-06-10T21:50:01.772Z Compiling url v2.5.8
5512026-06-10T21:50:01.813Z Compiling toml v0.8.23
5522026-06-10T21:50:01.896Z Compiling macaddr v1.0.1
5532026-06-10T21:50:02.423Z Compiling cargo-util-schemas v0.8.2
5542026-06-10T21:50:02.423Z Compiling cargo_toml v0.21.0
5552026-06-10T21:50:02.480Z Compiling usdt v0.5.0
5562026-06-10T21:50:02.504Z Compiling camino-tempfile v1.4.1
5572026-06-10T21:50:02.710Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5582026-06-10T21:50:02.735Z Compiling swrite v0.1.0
5592026-06-10T21:50:03.325Z Compiling cargo_metadata v0.21.0
5602026-06-10T21:50:04.278Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5612026-06-10T21:50:06.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.29s
5622026-06-10T21:50:06.608Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5632026-06-10T21:50:07.177Z Downloading crates ...
5642026-06-10T21:50:07.286Z Downloaded cfg_aliases v0.2.1
5652026-06-10T21:50:07.290Z Downloaded assert_matches v1.5.0
5662026-06-10T21:50:07.290Z Downloaded async-stream-impl v0.3.6
5672026-06-10T21:50:07.290Z Downloaded anstream v0.6.21
5682026-06-10T21:50:07.296Z Downloaded ahash v0.8.12
5692026-06-10T21:50:07.299Z Downloaded adler2 v2.0.1
5702026-06-10T21:50:07.299Z Downloaded camino-tempfile-ext v0.3.3
5712026-06-10T21:50:07.303Z Downloaded bit-vec v0.8.0
5722026-06-10T21:50:07.303Z Downloaded crossbeam-utils v0.8.21
5732026-06-10T21:50:07.306Z Downloaded diff v0.1.13
5742026-06-10T21:50:07.310Z Downloaded fatfs v0.3.6
5752026-06-10T21:50:07.313Z Downloaded erased-serde v0.3.31
5762026-06-10T21:50:07.317Z Downloaded crossbeam-epoch v0.9.18
5772026-06-10T21:50:07.317Z Downloaded bitvec v1.0.1
5782026-06-10T21:50:07.326Z Downloaded darling v0.20.11
5792026-06-10T21:50:07.329Z Downloaded downcast-rs v2.0.2
5802026-06-10T21:50:07.329Z Downloaded document-features v0.2.12
5812026-06-10T21:50:07.332Z Downloaded embedded-io v0.6.1
5822026-06-10T21:50:07.332Z Downloaded ena v0.14.4
5832026-06-10T21:50:07.332Z Downloaded bit-vec v0.6.3
5842026-06-10T21:50:07.332Z Downloaded async-bb8-diesel v0.2.1
5852026-06-10T21:50:07.336Z Downloaded crossbeam-deque v0.8.6
5862026-06-10T21:50:07.336Z Downloaded critical-section v1.2.0
5872026-06-10T21:50:07.339Z Downloaded bitflags v1.3.2
5882026-06-10T21:50:07.339Z Downloaded async-stream v0.3.6
5892026-06-10T21:50:07.339Z Downloaded arrayref v0.3.9
5902026-06-10T21:50:07.342Z Downloaded block-padding v0.3.3
5912026-06-10T21:50:07.346Z Downloaded difflib v0.4.0
5922026-06-10T21:50:07.346Z Downloaded derive_builder_macro v0.20.2
5932026-06-10T21:50:07.349Z Downloaded bcs v0.1.6
5942026-06-10T21:50:07.349Z Downloaded cassowary v0.3.0
5952026-06-10T21:50:07.352Z Downloaded dyn-clone v1.0.20
5962026-06-10T21:50:07.352Z Downloaded crc-any v2.5.0
5972026-06-10T21:50:07.356Z Downloaded crossterm v0.28.1
5982026-06-10T21:50:07.359Z Downloaded bitfield-struct v0.6.2
5992026-06-10T21:50:07.359Z Downloaded crc-catalog v2.4.0
6002026-06-10T21:50:07.359Z Downloaded dirs-sys-next v0.1.2
6012026-06-10T21:50:07.362Z Downloaded crucible-workspace-hack v0.1.0
6022026-06-10T21:50:07.362Z Downloaded ciborium-ll v0.2.2
6032026-06-10T21:50:07.366Z Downloaded atty v0.2.14
6042026-06-10T21:50:07.366Z Downloaded darling_core v0.20.11
6052026-06-10T21:50:07.369Z Downloaded either v1.15.0
6062026-06-10T21:50:07.369Z Downloaded ed25519 v2.2.3
6072026-06-10T21:50:07.372Z Downloaded bitfield-macros v0.19.4
6082026-06-10T21:50:07.372Z Downloaded cfg_aliases v0.1.1
6092026-06-10T21:50:07.374Z Downloaded atomic-waker v1.1.2
6102026-06-10T21:50:07.374Z Downloaded aead v0.5.2
6112026-06-10T21:50:07.378Z Downloaded base16ct v0.2.0
6122026-06-10T21:50:07.378Z Downloaded diesel-dtrace v0.5.0
6132026-06-10T21:50:07.378Z Downloaded dropshot-api-manager-types v0.7.2
6142026-06-10T21:50:07.382Z Downloaded colored v2.2.0
6152026-06-10T21:50:07.382Z Downloaded chacha20 v0.9.1
6162026-06-10T21:50:07.385Z Downloaded cancel-safe-futures v0.1.5
6172026-06-10T21:50:07.385Z Downloaded async-trait v0.1.89
6182026-06-10T21:50:07.385Z Downloaded endian-type v0.1.2
6192026-06-10T21:50:07.388Z Downloaded crc8 v0.1.1
6202026-06-10T21:50:07.388Z Downloaded dsl_auto_type v0.2.0
6212026-06-10T21:50:07.388Z Downloaded bcrypt-pbkdf v0.10.0
6222026-06-10T21:50:07.391Z Downloaded ciborium-io v0.2.2
6232026-06-10T21:50:07.395Z Downloaded float-cmp v0.10.0
6242026-06-10T21:50:07.395Z Downloaded env_filter v1.0.0
6252026-06-10T21:50:07.398Z Downloaded bit-set v0.8.0
6262026-06-10T21:50:07.398Z Downloaded bb8 v0.8.6
6272026-06-10T21:50:07.398Z Downloaded dirs-next v2.0.0
6282026-06-10T21:50:07.402Z Downloaded cargo-platform v0.3.2
6292026-06-10T21:50:07.402Z Downloaded async-recursion v1.1.1
6302026-06-10T21:50:07.406Z Downloaded fixedbitset v0.5.7
6312026-06-10T21:50:07.406Z Downloaded array-init v0.0.4
6322026-06-10T21:50:07.407Z Downloaded enum-as-inner v0.6.1
6332026-06-10T21:50:07.410Z Downloaded cobs v0.3.0
6342026-06-10T21:50:07.410Z Downloaded darling_macro v0.23.0
6352026-06-10T21:50:07.410Z Downloaded curve25519-dalek-derive v0.1.1
6362026-06-10T21:50:07.410Z Downloaded display-error-chain v0.2.2
6372026-06-10T21:50:07.414Z Downloaded ascii-canvas v3.0.0
6382026-06-10T21:50:07.414Z Downloaded castaway v0.2.4
6392026-06-10T21:50:07.418Z Downloaded bit-set v0.5.3
6402026-06-10T21:50:07.418Z Downloaded fixedbitset v0.4.2
6412026-06-10T21:50:07.421Z Downloaded float-ord v0.3.2
6422026-06-10T21:50:07.422Z Downloaded darling_macro v0.13.4
6432026-06-10T21:50:07.422Z Downloaded crunchy v0.2.4
6442026-06-10T21:50:07.425Z Downloaded cpufeatures v0.3.0
6452026-06-10T21:50:07.425Z Downloaded dtrace-parser v0.3.0
6462026-06-10T21:50:07.428Z Downloaded cstr-argument v0.1.2
6472026-06-10T21:50:07.428Z Downloaded flagset v0.4.7
6482026-06-10T21:50:07.428Z Downloaded embedded-io v0.4.0
6492026-06-10T21:50:07.432Z Downloaded defmt v0.3.100
6502026-06-10T21:50:07.432Z Downloaded dunce v1.0.5
6512026-06-10T21:50:07.435Z Downloaded compression-core v0.4.31
6522026-06-10T21:50:07.435Z Downloaded dof v0.4.0
6532026-06-10T21:50:07.435Z Downloaded diesel_table_macro_syntax v0.3.0
6542026-06-10T21:50:07.435Z Downloaded data-encoding v2.10.0
6552026-06-10T21:50:07.439Z Downloaded derive_builder_core v0.20.2
6562026-06-10T21:50:07.442Z Downloaded atomicwrites v0.4.4
6572026-06-10T21:50:07.445Z Downloaded anstyle-parse v0.2.7
6582026-06-10T21:50:07.445Z Downloaded darling_macro v0.21.3
6592026-06-10T21:50:07.445Z Downloaded darling_macro v0.20.11
6602026-06-10T21:50:07.445Z Downloaded cbc v0.1.2
6612026-06-10T21:50:07.450Z Downloaded blowfish v0.9.1
6622026-06-10T21:50:07.455Z Downloaded defmt-parser v1.0.0
6632026-06-10T21:50:07.455Z Downloaded fd-lock v4.0.4
6642026-06-10T21:50:07.455Z Downloaded foreign-types v0.5.0
6652026-06-10T21:50:07.460Z Downloaded futures-io v0.3.32
6662026-06-10T21:50:07.460Z Downloaded debug-ignore v1.0.5
6672026-06-10T21:50:07.460Z Downloaded foreign-types-shared v0.1.1
6682026-06-10T21:50:07.464Z Downloaded foreign-types-shared v0.3.1
6692026-06-10T21:50:07.464Z Downloaded foreign-types-macros v0.2.3
6702026-06-10T21:50:07.464Z Downloaded convert_case v0.4.0
6712026-06-10T21:50:07.467Z Downloaded filetime v0.2.27
6722026-06-10T21:50:07.467Z Downloaded futures-task v0.3.32
6732026-06-10T21:50:07.470Z Downloaded futures-sink v0.3.32
6742026-06-10T21:50:07.470Z Downloaded futures-core v0.3.32
6752026-06-10T21:50:07.473Z Downloaded ghash v0.5.1
6762026-06-10T21:50:07.473Z Downloaded git-stub v1.0.0
6772026-06-10T21:50:07.473Z Downloaded gethostname v0.5.0
6782026-06-10T21:50:07.476Z Downloaded funty v2.0.0
6792026-06-10T21:50:07.476Z Downloaded fxhash v0.2.1
6802026-06-10T21:50:07.476Z Downloaded globwalk v0.9.1
6812026-06-10T21:50:07.476Z Downloaded futures-macro v0.3.32
6822026-06-10T21:50:07.479Z Downloaded cexpr v0.6.0
6832026-06-10T21:50:07.483Z Downloaded ed25519-dalek v2.2.0
6842026-06-10T21:50:07.485Z Downloaded byte-wrapper v0.1.0
6852026-06-10T21:50:07.486Z Downloaded bitfield v0.19.4
6862026-06-10T21:50:07.490Z Downloaded backoff v0.4.0
6872026-06-10T21:50:07.490Z Downloaded crc v3.4.0
6882026-06-10T21:50:07.493Z Downloaded derive-ex v0.1.8
6892026-06-10T21:50:07.493Z Downloaded csv-core v0.1.13
6902026-06-10T21:50:07.493Z Downloaded deranged v0.5.8
6912026-06-10T21:50:07.493Z Downloaded defmt-macros v1.0.1
6922026-06-10T21:50:07.496Z Downloaded argon2 v0.5.3
6932026-06-10T21:50:07.496Z Downloaded fs_extra v1.3.0
6942026-06-10T21:50:07.499Z Downloaded corncobs v0.1.4
6952026-06-10T21:50:07.502Z Downloaded hash32 v0.3.1
6962026-06-10T21:50:07.502Z Downloaded cipher v0.4.4
6972026-06-10T21:50:07.506Z Downloaded hash32 v0.2.1
6982026-06-10T21:50:07.510Z Downloaded convert_case v0.10.0
6992026-06-10T21:50:07.510Z Downloaded hostname v0.3.1
7002026-06-10T21:50:07.513Z Downloaded hex v0.4.3
7012026-06-10T21:50:07.513Z Downloaded headers-core v0.3.0
7022026-06-10T21:50:07.516Z Downloaded ecdsa v0.16.9
7032026-06-10T21:50:07.516Z Downloaded hex-literal v0.4.1
7042026-06-10T21:50:07.516Z Downloaded blake2 v0.10.6
7052026-06-10T21:50:07.519Z Downloaded defmt v1.0.1
7062026-06-10T21:50:07.519Z Downloaded darling v0.23.0
7072026-06-10T21:50:07.522Z Downloaded fallible-iterator v0.2.0
7082026-06-10T21:50:07.526Z Downloaded constant_time_eq v0.4.2
7092026-06-10T21:50:07.526Z Downloaded foldhash v0.2.0
7102026-06-10T21:50:07.526Z Downloaded darling v0.13.4
7112026-06-10T21:50:07.529Z Downloaded fs-err v2.11.0
7122026-06-10T21:50:07.529Z Downloaded dropshot_endpoint v0.17.0
7132026-06-10T21:50:07.533Z Downloaded find-msvc-tools v0.1.9
7142026-06-10T21:50:07.533Z Downloaded ciborium v0.2.2
7152026-06-10T21:50:07.538Z Downloaded crossbeam-channel v0.5.15
7162026-06-10T21:50:07.538Z Downloaded http-body v1.0.1
7172026-06-10T21:50:07.538Z Downloaded home v0.5.12
7182026-06-10T21:50:07.538Z Downloaded bzip2 v0.6.1
7192026-06-10T21:50:07.543Z Downloaded glob v0.3.3
7202026-06-10T21:50:07.543Z Downloaded hostname v0.4.2
7212026-06-10T21:50:07.543Z Downloaded env_logger v0.11.9
7222026-06-10T21:50:07.546Z Downloaded illumos-nvpair-sys v0.2.0
7232026-06-10T21:50:07.546Z Downloaded hubpack v0.1.2
7242026-06-10T21:50:07.546Z Downloaded hubpack_derive v0.1.1
7252026-06-10T21:50:07.546Z Downloaded httpdate v1.0.3
7262026-06-10T21:50:07.546Z Downloaded http-range v0.1.5
7272026-06-10T21:50:07.546Z Downloaded hyper-tls v0.6.0
7282026-06-10T21:50:07.546Z Downloaded ar_archive_writer v0.5.1
7292026-06-10T21:50:07.549Z Downloaded compression-codecs v0.4.37
7302026-06-10T21:50:07.552Z Downloaded illumos-nvpair v0.3.0
7312026-06-10T21:50:07.552Z Downloaded cmake v0.1.57
7322026-06-10T21:50:07.552Z Downloaded instant v0.1.13
7332026-06-10T21:50:07.555Z Downloaded indoc v1.0.9
7342026-06-10T21:50:07.555Z Downloaded foreign-types v0.3.2
7352026-06-10T21:50:07.555Z Downloaded const_format_proc_macros v0.2.34
7362026-06-10T21:50:07.559Z Downloaded base64ct v1.8.3
7372026-06-10T21:50:07.559Z Downloaded foldhash v0.1.5
7382026-06-10T21:50:07.562Z Downloaded is_ci v1.2.0
7392026-06-10T21:50:07.562Z Downloaded instability v0.3.11
7402026-06-10T21:50:07.562Z Downloaded globset v0.4.18
7412026-06-10T21:50:07.562Z Downloaded git-stub-vcs v0.1.0
7422026-06-10T21:50:07.566Z Downloaded daft-derive v0.1.7
7432026-06-10T21:50:07.569Z Downloaded derive_builder v0.20.2
7442026-06-10T21:50:07.569Z Downloaded inout v0.1.4
7452026-06-10T21:50:07.569Z Downloaded bzip2 v0.4.4
7462026-06-10T21:50:07.572Z Downloaded arrayvec v0.7.6
7472026-06-10T21:50:07.572Z Downloaded indent_write v2.2.0
7482026-06-10T21:50:07.572Z Downloaded ident_case v1.0.1
7492026-06-10T21:50:07.577Z Downloaded cargo_metadata v0.23.1
7502026-06-10T21:50:07.581Z Downloaded group v0.13.0
7512026-06-10T21:50:07.581Z Downloaded colored v3.1.1
7522026-06-10T21:50:07.584Z Downloaded chacha20 v0.10.0
7532026-06-10T21:50:07.584Z Downloaded buf-list v1.1.2
7542026-06-10T21:50:07.588Z Downloaded console v0.15.11
7552026-06-10T21:50:07.588Z Downloaded clang-sys v1.8.1
7562026-06-10T21:50:07.597Z Downloaded lalrpop-util v0.19.12
7572026-06-10T21:50:07.601Z Downloaded keccak v0.1.6
7582026-06-10T21:50:07.601Z Downloaded is-terminal v0.4.17
7592026-06-10T21:50:07.601Z Downloaded derive_more v0.99.20
7602026-06-10T21:50:07.604Z Downloaded expectorate v1.2.0
7612026-06-10T21:50:07.605Z Downloaded darling v0.21.3
7622026-06-10T21:50:07.610Z Downloaded cookie v0.18.1
7632026-06-10T21:50:07.613Z Downloaded drift v0.2.0
7642026-06-10T21:50:07.618Z Downloaded kstat-rs v0.2.4
7652026-06-10T21:50:07.618Z Downloaded http-body-util v0.1.3
7662026-06-10T21:50:07.618Z Downloaded highway v1.3.0
7672026-06-10T21:50:07.621Z Downloaded der_derive v0.7.3
7682026-06-10T21:50:07.621Z Downloaded match_cfg v0.1.0
7692026-06-10T21:50:07.621Z Downloaded managed v0.8.0
7702026-06-10T21:50:07.621Z Downloaded ctr v0.9.2
7712026-06-10T21:50:07.624Z Downloaded maplit v1.0.2
7722026-06-10T21:50:07.624Z Downloaded lru-slab v0.1.2
7732026-06-10T21:50:07.624Z Downloaded crc32fast v1.5.0
7742026-06-10T21:50:07.624Z Downloaded libscf-sys v1.1.0
7752026-06-10T21:50:07.628Z Downloaded lazy_static v1.5.0
7762026-06-10T21:50:07.628Z Downloaded humantime v2.3.0
7772026-06-10T21:50:07.628Z Downloaded impl-trait-for-tuples v0.2.3
7782026-06-10T21:50:07.631Z Downloaded hyper-staticfile v0.10.1
7792026-06-10T21:50:07.631Z Downloaded linked-hash-map v0.5.6
7802026-06-10T21:50:07.631Z Downloaded indoc v2.0.7
7812026-06-10T21:50:07.635Z Downloaded internet-checksum v0.2.1
7822026-06-10T21:50:07.635Z Downloaded daft v0.1.7
7832026-06-10T21:50:07.635Z Downloaded mime v0.3.17
7842026-06-10T21:50:07.639Z Downloaded md-5 v0.10.6
7852026-06-10T21:50:07.639Z Downloaded ingot-types v0.1.2
7862026-06-10T21:50:07.639Z Downloaded getrandom v0.2.17
7872026-06-10T21:50:07.642Z Downloaded futures-channel v0.3.32
7882026-06-10T21:50:07.642Z Downloaded futures-executor v0.3.32
7892026-06-10T21:50:07.642Z Downloaded cookie_store v0.22.1
7902026-06-10T21:50:07.646Z Downloaded console v0.16.2
7912026-06-10T21:50:07.646Z Downloaded ff v0.13.1
7922026-06-10T21:50:07.650Z Downloaded darling_core v0.13.4
7932026-06-10T21:50:07.653Z Downloaded memoffset v0.9.1
7942026-06-10T21:50:07.653Z Downloaded md5 v0.7.0
7952026-06-10T21:50:07.653Z Downloaded maybe-uninit v2.0.0
7962026-06-10T21:50:07.653Z Downloaded lru-cache v0.1.2
7972026-06-10T21:50:07.653Z Downloaded derive-where v1.6.0
7982026-06-10T21:50:07.658Z Downloaded newtype_derive v0.1.6
7992026-06-10T21:50:07.663Z Downloaded half v1.8.3
8002026-06-10T21:50:07.663Z Downloaded backon v1.6.0
8012026-06-10T21:50:07.666Z Downloaded multimap v0.10.1
8022026-06-10T21:50:07.670Z Downloaded const-oid v0.9.6
8032026-06-10T21:50:07.678Z Downloaded num v0.4.3
8042026-06-10T21:50:07.686Z Downloaded libefi-sys v0.1.0
8052026-06-10T21:50:07.686Z Downloaded ipnetwork v0.21.1
8062026-06-10T21:50:07.695Z Downloaded num-iter v0.1.45
8072026-06-10T21:50:07.699Z Downloaded num-derive v0.4.2
8082026-06-10T21:50:07.699Z Downloaded nodrop v0.1.14
8092026-06-10T21:50:07.699Z Downloaded lzss v0.8.2
8102026-06-10T21:50:07.700Z Downloaded jobserver v0.1.34
8112026-06-10T21:50:07.703Z Downloaded num-conv v0.2.0
8122026-06-10T21:50:07.703Z Downloaded normalize-line-endings v0.3.0
8132026-06-10T21:50:07.703Z Downloaded nonempty v0.12.0
8142026-06-10T21:50:07.703Z Downloaded linear-map v1.2.0
8152026-06-10T21:50:07.703Z Downloaded opaque-debug v0.3.1
8162026-06-10T21:50:07.707Z Downloaded num_threads v0.1.7
8172026-06-10T21:50:07.707Z Downloaded olpc-cjson v0.1.4
8182026-06-10T21:50:07.707Z Downloaded ingot-macros v0.1.1
8192026-06-10T21:50:07.712Z Downloaded ingot v0.1.1
8202026-06-10T21:50:07.712Z Downloaded async-compression v0.4.41
8212026-06-10T21:50:07.712Z Downloaded num-derive v0.3.3
8222026-06-10T21:50:07.715Z Downloaded httparse v1.10.1
8232026-06-10T21:50:07.715Z Downloaded des v0.8.1
8242026-06-10T21:50:07.715Z Downloaded lock_api v0.4.14
8252026-06-10T21:50:07.721Z Downloaded libloading v0.8.9
8262026-06-10T21:50:07.721Z Downloaded newtype-uuid-macros v0.1.0
8272026-06-10T21:50:07.721Z Downloaded newline-converter v0.3.0
8282026-06-10T21:50:07.721Z Downloaded new_debug_unreachable v1.0.6
8292026-06-10T21:50:07.726Z Downloaded libsw-core v0.3.2
8302026-06-10T21:50:07.726Z Downloaded parse-display v0.10.0
8312026-06-10T21:50:07.726Z Downloaded openssl-probe v0.2.1
8322026-06-10T21:50:07.726Z Downloaded openssl-macros v0.1.1
8332026-06-10T21:50:07.726Z Downloaded elliptic-curve v0.13.8
8342026-06-10T21:50:07.730Z Downloaded openssl-probe v0.1.6
8352026-06-10T21:50:07.730Z Downloaded darling_core v0.23.0
8362026-06-10T21:50:07.730Z Downloaded darling_core v0.21.3
8372026-06-10T21:50:07.736Z Downloaded half v2.7.1
8382026-06-10T21:50:07.736Z Downloaded oso-derive v0.27.3
8392026-06-10T21:50:07.741Z Downloaded hyper-rustls v0.27.7
8402026-06-10T21:50:07.741Z Downloaded libsw v3.5.0
8412026-06-10T21:50:07.741Z Downloaded hmac v0.12.1
8422026-06-10T21:50:07.741Z Downloaded multer v3.1.0
8432026-06-10T21:50:07.741Z Downloaded getrandom v0.3.4
8442026-06-10T21:50:07.744Z Downloaded newtype-uuid v1.3.2
8452026-06-10T21:50:07.744Z Downloaded nibble_vec v0.1.0
8462026-06-10T21:50:07.744Z Downloaded lru v0.12.5
8472026-06-10T21:50:07.747Z Downloaded futures v0.3.32
8482026-06-10T21:50:07.747Z Downloaded packed_struct_codegen v0.10.1
8492026-06-10T21:50:07.750Z Downloaded bytes v1.11.1
8502026-06-10T21:50:07.753Z Downloaded mime_guess v2.0.5
8512026-06-10T21:50:07.753Z Downloaded pbkdf2 v0.12.2
8522026-06-10T21:50:07.756Z Downloaded path-slash v0.1.5
8532026-06-10T21:50:07.765Z Downloaded compact_str v0.8.1
8542026-06-10T21:50:07.769Z Downloaded num_enum_derive v0.5.11
8552026-06-10T21:50:07.769Z Downloaded num-integer v0.1.46
8562026-06-10T21:50:07.769Z Downloaded nu-ansi-term v0.50.3
8572026-06-10T21:50:07.769Z Downloaded pbkdf2 v0.11.0
8582026-06-10T21:50:07.774Z Downloaded const_format v0.2.35
8592026-06-10T21:50:07.774Z Downloaded phf_shared v0.11.3
8602026-06-10T21:50:07.777Z Downloaded peg-runtime v0.8.5
8612026-06-10T21:50:07.777Z Downloaded phf_shared v0.12.1
8622026-06-10T21:50:07.777Z Downloaded phf_shared v0.13.1
8632026-06-10T21:50:07.821Z Downloaded parse-size v1.1.0
8642026-06-10T21:50:07.821Z Downloaded native-tls v0.2.18
8652026-06-10T21:50:07.821Z Downloaded ipnet v2.11.0
8662026-06-10T21:50:07.830Z Downloaded num-complex v0.4.6
8672026-06-10T21:50:07.830Z Downloaded pin-utils v0.1.0
8682026-06-10T21:50:07.830Z Downloaded indexmap v1.9.3
8692026-06-10T21:50:07.830Z Downloaded memmap2 v0.9.10
8702026-06-10T21:50:07.830Z Downloaded num_enum v0.7.6
8712026-06-10T21:50:07.831Z Downloaded precomputed-hash v0.1.1
8722026-06-10T21:50:07.831Z Downloaded owo-colors v4.3.0
8732026-06-10T21:50:07.831Z Downloaded chacha20poly1305 v0.10.1
8742026-06-10T21:50:07.831Z Downloaded arc-swap v1.8.2
8752026-06-10T21:50:07.831Z Downloaded flate2 v1.1.9
8762026-06-10T21:50:07.831Z Downloaded parking_lot_core v0.8.6
8772026-06-10T21:50:07.831Z Downloaded crypto-bigint v0.5.5
8782026-06-10T21:50:07.831Z Downloaded headers v0.4.1
8792026-06-10T21:50:07.831Z Downloaded num_enum v0.5.11
8802026-06-10T21:50:07.831Z Downloaded num_enum_derive v0.7.6
8812026-06-10T21:50:07.839Z Downloaded proc-macro-crate v1.3.1
8822026-06-10T21:50:07.839Z Downloaded progenitor-client v0.10.0
8832026-06-10T21:50:07.839Z Downloaded proc-macro-error-attr2 v2.0.0
8842026-06-10T21:50:07.839Z Downloaded proc-macro-crate v3.4.0
8852026-06-10T21:50:07.839Z Downloaded paste v1.0.15
8862026-06-10T21:50:07.839Z Downloaded derive_more v2.1.1
8872026-06-10T21:50:07.845Z Downloaded predicates-core v1.0.10
8882026-06-10T21:50:07.845Z Downloaded oxnet v0.1.5
8892026-06-10T21:50:07.845Z Downloaded oxide-tokio-rt v0.1.4
8902026-06-10T21:50:07.845Z Downloaded powerfmt v0.2.0
8912026-06-10T21:50:07.845Z Downloaded pem v3.0.6
8922026-06-10T21:50:07.845Z Downloaded iana-time-zone v0.1.65
8932026-06-10T21:50:07.853Z Downloaded progenitor-client v0.14.0
8942026-06-10T21:50:07.853Z Downloaded der v0.7.10
8952026-06-10T21:50:07.853Z Downloaded psl-types v2.0.11
8962026-06-10T21:50:07.853Z Downloaded derive_more-impl v2.1.1
8972026-06-10T21:50:07.856Z Downloaded litrs v1.0.0
8982026-06-10T21:50:07.856Z Downloaded progenitor-macro v0.13.0
8992026-06-10T21:50:07.856Z Downloaded pem-rfc7468 v0.7.0
9002026-06-10T21:50:07.856Z Downloaded progenitor-macro v0.11.2
9012026-06-10T21:50:07.856Z Downloaded phf v0.13.1
9022026-06-10T21:50:07.860Z Downloaded phf v0.12.1
9032026-06-10T21:50:07.860Z Downloaded packed_struct v0.10.1
9042026-06-10T21:50:07.860Z Downloaded indicatif v0.18.4
9052026-06-10T21:50:07.865Z Downloaded predicates-tree v1.0.13
9062026-06-10T21:50:07.865Z Downloaded nanorand v0.7.0
9072026-06-10T21:50:07.865Z Downloaded ignore v0.4.25
9082026-06-10T21:50:07.869Z Downloaded progenitor-client v0.11.2
9092026-06-10T21:50:07.869Z Downloaded polyval v0.6.2
9102026-06-10T21:50:07.869Z Downloaded quick-error v1.2.3
9112026-06-10T21:50:07.869Z Downloaded ppv-lite86 v0.2.21
9122026-06-10T21:50:07.874Z Downloaded base64 v0.22.1
9132026-06-10T21:50:07.874Z Downloaded flume v0.11.1
9142026-06-10T21:50:07.874Z Downloaded password-hash v0.4.2
9152026-06-10T21:50:07.878Z Downloaded rand_chacha v0.3.1
9162026-06-10T21:50:07.879Z Downloaded rand_xorshift v0.4.0
9172026-06-10T21:50:07.879Z Downloaded heapless v0.7.17
9182026-06-10T21:50:07.884Z Downloaded password-hash v0.5.0
9192026-06-10T21:50:07.884Z Downloaded allocator-api2 v0.2.21
9202026-06-10T21:50:07.889Z Downloaded parking_lot_core v0.9.12
9212026-06-10T21:50:07.889Z Downloaded peg-macros v0.8.5
9222026-06-10T21:50:07.889Z Downloaded parking_lot v0.12.5
9232026-06-10T21:50:07.889Z Downloaded progenitor-macro v0.14.0
9242026-06-10T21:50:07.896Z Downloaded radium v0.7.0
9252026-06-10T21:50:07.901Z Downloaded pin-project-internal v1.1.11
9262026-06-10T21:50:07.901Z Downloaded bumpalo v3.20.2
9272026-06-10T21:50:07.907Z Downloaded recursive v0.1.1
9282026-06-10T21:50:07.911Z Downloaded pin-project-lite v0.2.17
9292026-06-10T21:50:07.911Z Downloaded ref-cast-impl v1.0.25
9302026-06-10T21:50:07.914Z Downloaded pkg-config v0.3.32
9312026-06-10T21:50:07.914Z Downloaded pkcs8 v0.10.2
9322026-06-10T21:50:07.914Z Downloaded num-rational v0.4.2
9332026-06-10T21:50:07.914Z Downloaded ref-cast v1.0.25
9342026-06-10T21:50:07.917Z Downloaded parse-display-derive v0.10.0
9352026-06-10T21:50:07.922Z Downloaded progenitor v0.14.0
9362026-06-10T21:50:07.927Z Downloaded progenitor v0.13.0
9372026-06-10T21:50:07.927Z Downloaded proc-macro-error2 v2.0.1
9382026-06-10T21:50:07.927Z Downloaded progenitor-extras v0.2.0
9392026-06-10T21:50:07.927Z Downloaded libbz2-rs-sys v0.2.2
9402026-06-10T21:50:07.931Z Downloaded psm v0.1.30
9412026-06-10T21:50:07.934Z Downloaded omicron-zone-package v0.12.2
9422026-06-10T21:50:07.937Z Downloaded rtoolbox v0.0.3
9432026-06-10T21:50:07.942Z Downloaded recursive-proc-macro-impl v0.1.1
9442026-06-10T21:50:07.942Z Downloaded postgres-protocol v0.6.10
9452026-06-10T21:50:07.942Z Downloaded rfc6979 v0.4.0
9462026-06-10T21:50:07.945Z Downloaded pkcs1 v0.7.5
9472026-06-10T21:50:07.948Z Downloaded postgres-types v0.2.12
9482026-06-10T21:50:07.951Z Downloaded primeorder v0.13.6
9492026-06-10T21:50:07.951Z Downloaded r2d2 v0.8.10
9502026-06-10T21:50:07.951Z Downloaded predicates v3.1.4
9512026-06-10T21:50:07.955Z Downloaded rustc_version v0.1.7
9522026-06-10T21:50:07.955Z Downloaded russh-cryptovec v0.7.3
9532026-06-10T21:50:07.955Z Downloaded rand_seeder v0.4.0
9542026-06-10T21:50:07.958Z Downloaded rustc_version v0.4.1
9552026-06-10T21:50:07.961Z Downloaded miniz_oxide v0.8.9
9562026-06-10T21:50:07.967Z Downloaded rand_core v0.9.5
9572026-06-10T21:50:07.973Z Downloaded diesel_derives v2.3.7
9582026-06-10T21:50:07.973Z Downloaded progenitor-client v0.13.0
9592026-06-10T21:50:07.977Z Downloaded cc v1.2.56
9602026-06-10T21:50:07.977Z Downloaded base64 v0.21.7
9612026-06-10T21:50:07.977Z Downloaded heapless v0.8.0
9622026-06-10T21:50:07.980Z Downloaded peg v0.8.5
9632026-06-10T21:50:07.987Z Downloaded parking_lot v0.11.2
9642026-06-10T21:50:07.991Z Downloaded rustc-hash v2.1.1
9652026-06-10T21:50:07.991Z Downloaded salsa20 v0.10.2
9662026-06-10T21:50:07.996Z Downloaded scheduled-thread-pool v0.2.7
9672026-06-10T21:50:08.002Z Downloaded poly1305 v0.8.0
9682026-06-10T21:50:08.006Z Downloaded rand_core v0.6.4
9692026-06-10T21:50:08.006Z Downloaded same-file v1.0.6
9702026-06-10T21:50:08.009Z Downloaded progenitor v0.11.2
9712026-06-10T21:50:08.013Z Downloaded scopeguard v1.2.0
9722026-06-10T21:50:08.016Z Downloaded resolv-conf v0.7.6
9732026-06-10T21:50:08.016Z Downloaded pin-project v1.1.11
9742026-06-10T21:50:08.020Z Downloaded sapling-renderdag v0.1.0
9752026-06-10T21:50:08.024Z Downloaded secrecy v0.8.0
9762026-06-10T21:50:08.024Z Downloaded rand_core v0.10.0
9772026-06-10T21:50:08.024Z Downloaded serde_bytes v0.11.19
9782026-06-10T21:50:08.027Z Downloaded scrypt v0.11.0
9792026-06-10T21:50:08.027Z Downloaded semver v0.1.20
9802026-06-10T21:50:08.027Z Downloaded postcard v1.1.3
9812026-06-10T21:50:08.031Z Downloaded scroll_derive v0.13.1
9822026-06-10T21:50:08.031Z Downloaded http v1.4.0
9832026-06-10T21:50:08.031Z Downloaded hickory-resolver v0.25.2
9842026-06-10T21:50:08.034Z Downloaded pkcs5 v0.7.1
9852026-06-10T21:50:08.038Z Downloaded secrecy v0.10.3
9862026-06-10T21:50:08.042Z Downloaded rand_chacha v0.9.0
9872026-06-10T21:50:08.045Z Downloaded serde-big-array v0.5.1
9882026-06-10T21:50:08.045Z Downloaded sha1 v0.10.6
9892026-06-10T21:50:08.049Z Downloaded serde_repr v0.1.20
9902026-06-10T21:50:08.049Z Downloaded p256 v0.13.2
9912026-06-10T21:50:08.052Z Downloaded oso v0.27.3
9922026-06-10T21:50:08.052Z Downloaded shell-words v1.1.1
9932026-06-10T21:50:08.056Z Downloaded rustls-pemfile v1.0.4
9942026-06-10T21:50:08.066Z Downloaded jiff-static v0.2.21
9952026-06-10T21:50:08.069Z Downloaded serde_plain v1.0.2
9962026-06-10T21:50:08.069Z Downloaded serde_urlencoded v0.7.1
9972026-06-10T21:50:08.079Z Downloaded rustversion v1.0.22
9982026-06-10T21:50:08.085Z Downloaded quinn-udp v0.5.14
9992026-06-10T21:50:08.088Z Downloaded signal-hook-mio v0.2.5
10002026-06-10T21:50:08.092Z Downloaded sigpipe v0.1.3
10012026-06-10T21:50:08.092Z Downloaded signature v2.2.0
10022026-06-10T21:50:08.095Z Downloaded signal-hook-tokio v0.3.1
10032026-06-10T21:50:08.095Z Downloaded rusty-fork v0.3.1
10042026-06-10T21:50:08.098Z Downloaded siphasher v1.0.2
10052026-06-10T21:50:08.103Z Downloaded rustls-pemfile v2.2.0
10062026-06-10T21:50:08.107Z Downloaded progenitor-impl v0.11.2
10072026-06-10T21:50:08.111Z Downloaded sct v0.7.1
10082026-06-10T21:50:08.115Z Downloaded seq-macro v0.3.6
10092026-06-10T21:50:08.115Z Downloaded slog-bunyan v2.5.0
10102026-06-10T21:50:08.118Z Downloaded sec1 v0.7.3
10112026-06-10T21:50:08.118Z Downloaded slog-envlogger v2.2.0
10122026-06-10T21:50:08.118Z Downloaded hickory-resolver v0.24.4
10132026-06-10T21:50:08.121Z Downloaded scroll v0.13.0
10142026-06-10T21:50:08.121Z Downloaded schemars_derive v0.8.22
10152026-06-10T21:50:08.127Z Downloaded hyper-util v0.1.20
10162026-06-10T21:50:08.131Z Downloaded serde_derive_internals v0.29.1
10172026-06-10T21:50:08.135Z Downloaded serde_spanned v1.0.4
10182026-06-10T21:50:08.140Z Downloaded sqlparser_derive v0.5.0
10192026-06-10T21:50:08.143Z Downloaded serde_path_to_error v0.1.20
10202026-06-10T21:50:08.147Z Downloaded shlex v1.3.0
10212026-06-10T21:50:08.151Z Downloaded dropshot-api-manager v0.7.2
10222026-06-10T21:50:08.155Z Downloaded papergrid v0.17.0
10232026-06-10T21:50:08.159Z Downloaded minimal-lexical v0.2.1
10242026-06-10T21:50:08.167Z Downloaded prefix-trie v0.7.0
10252026-06-10T21:50:08.167Z Downloaded itertools v0.10.5
10262026-06-10T21:50:08.172Z Downloaded ssh-cipher v0.2.0
10272026-06-10T21:50:08.172Z Downloaded hashbrown v0.15.5
10282026-06-10T21:50:08.172Z Downloaded progenitor-impl v0.13.0
10292026-06-10T21:50:08.177Z Downloaded rustls-native-certs v0.8.3
10302026-06-10T21:50:08.177Z Downloaded ssh-encoding v0.2.0
10312026-06-10T21:50:08.181Z Downloaded hashbrown v0.13.2
10322026-06-10T21:50:08.181Z Downloaded hashbrown v0.12.3
10332026-06-10T21:50:08.187Z Downloaded strsim v0.10.0
10342026-06-10T21:50:08.187Z Downloaded strip-ansi-escapes v0.2.1
10352026-06-10T21:50:08.187Z Downloaded structmeta v0.3.0
10362026-06-10T21:50:08.191Z Downloaded russh-keys v0.45.0
10372026-06-10T21:50:08.191Z Downloaded strum v0.26.3
10382026-06-10T21:50:08.191Z Downloaded signal-hook-registry v1.4.8
10392026-06-10T21:50:08.191Z Downloaded supports-color v3.0.2
10402026-06-10T21:50:08.191Z Downloaded subtle v2.6.1
10412026-06-10T21:50:08.194Z Downloaded strum v0.27.2
10422026-06-10T21:50:08.198Z Downloaded structmeta-derive v0.3.0
10432026-06-10T21:50:08.198Z Downloaded sync_wrapper v1.0.2
10442026-06-10T21:50:08.198Z Downloaded slog-async v2.8.0
10452026-06-10T21:50:08.198Z Downloaded slab v0.4.12
10462026-06-10T21:50:08.202Z Downloaded simd-adler32 v0.3.8
10472026-06-10T21:50:08.202Z Downloaded progenitor-impl v0.14.0
10482026-06-10T21:50:08.205Z Downloaded slog-json v2.6.1
10492026-06-10T21:50:08.205Z Downloaded ron v0.8.1
10502026-06-10T21:50:08.209Z Downloaded sync-ptr v0.1.4
10512026-06-10T21:50:08.209Z Downloaded slog-stdlog v4.1.1
10522026-06-10T21:50:08.229Z Downloaded slog-scope v4.4.1
10532026-06-10T21:50:08.229Z Downloaded serde-hex v0.1.0
10542026-06-10T21:50:08.233Z Downloaded tabled_derive v0.11.0
10552026-06-10T21:50:08.233Z Downloaded rustls-pki-types v1.14.0
10562026-06-10T21:50:08.233Z Downloaded openssl-sys v0.9.115
10572026-06-10T21:50:08.233Z Downloaded hickory-server v0.25.2
10582026-06-10T21:50:08.233Z Downloaded snafu-derive v0.8.9
10592026-06-10T21:50:08.233Z Downloaded smf v0.2.3
10602026-06-10T21:50:08.233Z Downloaded termtree v0.5.1
10612026-06-10T21:50:08.233Z Downloaded tagptr v0.2.0
10622026-06-10T21:50:08.233Z Downloaded serde_cbor v0.11.2
10632026-06-10T21:50:08.237Z Downloaded spki v0.7.3
10642026-06-10T21:50:08.240Z Downloaded tap v1.0.1
10652026-06-10T21:50:08.240Z Downloaded take_mut v0.2.2
10662026-06-10T21:50:08.240Z Downloaded crossterm v0.29.0
10672026-06-10T21:50:08.249Z Downloaded hashbrown v0.16.1
10682026-06-10T21:50:08.252Z Downloaded rayon-core v1.13.0
10692026-06-10T21:50:08.256Z Downloaded prettyplease v0.2.37
10702026-06-10T21:50:08.259Z Downloaded testing_table v0.3.0
10712026-06-10T21:50:08.259Z Downloaded ryu v1.0.23
10722026-06-10T21:50:08.262Z Downloaded time-core v0.1.8
10732026-06-10T21:50:08.262Z Downloaded rcgen v0.12.1
10742026-06-10T21:50:08.266Z Downloaded thread-id v5.1.0
10752026-06-10T21:50:08.266Z Downloaded stringprep v0.1.5
10762026-06-10T21:50:08.269Z Downloaded stacker v0.1.23
10772026-06-10T21:50:08.269Z Downloaded aes-gcm v0.10.3
10782026-06-10T21:50:08.272Z Downloaded serde_with_macros v3.17.0
10792026-06-10T21:50:08.272Z Downloaded serde_with_macros v1.5.2
10802026-06-10T21:50:08.272Z Downloaded string_cache v0.8.9
10812026-06-10T21:50:08.275Z Downloaded static_assertions v1.1.0
10822026-06-10T21:50:08.278Z Downloaded thiserror-impl-no-std v2.0.2
10832026-06-10T21:50:08.285Z Downloaded strum_macros v0.24.3
10842026-06-10T21:50:08.289Z Downloaded strum_macros v0.27.2
10852026-06-10T21:50:08.289Z Downloaded rustls-platform-verifier v0.6.2
10862026-06-10T21:50:08.293Z Downloaded slog-term v2.9.2
10872026-06-10T21:50:08.296Z Downloaded schemars v0.8.22
10882026-06-10T21:50:08.302Z Downloaded quinn v0.11.9
10892026-06-10T21:50:08.305Z Downloaded support-bundle-viewer v0.1.2
10902026-06-10T21:50:08.310Z Downloaded spin v0.9.8
10912026-06-10T21:50:08.315Z Downloaded tokio-macros v2.7.0
10922026-06-10T21:50:08.320Z Downloaded smallvec v0.6.14
10932026-06-10T21:50:08.323Z Downloaded signal-hook v0.3.18
10942026-06-10T21:50:08.332Z Downloaded tabwriter v1.4.1
10952026-06-10T21:50:08.335Z Downloaded itertools v0.12.1
10962026-06-10T21:50:08.336Z Downloaded topological-sort v0.2.2
10972026-06-10T21:50:08.336Z Downloaded itertools v0.13.0
10982026-06-10T21:50:08.343Z Downloaded mio v1.2.0
10992026-06-10T21:50:08.347Z Downloaded pretty_assertions v1.4.1
11002026-06-10T21:50:08.350Z Downloaded tower-layer v0.3.3
11012026-06-10T21:50:08.350Z Downloaded tower-service v0.3.3
11022026-06-10T21:50:08.353Z Downloaded try-lock v0.2.5
11032026-06-10T21:50:08.353Z Downloaded sqlformat v0.3.5
11042026-06-10T21:50:08.356Z Downloaded termios v0.3.3
11052026-06-10T21:50:08.356Z Downloaded trait-variant v0.1.2
11062026-06-10T21:50:08.363Z Downloaded tiny-keccak v2.0.2
11072026-06-10T21:50:08.366Z Downloaded strum_macros v0.26.4
11082026-06-10T21:50:08.366Z Downloaded slog-dtrace v0.3.0
11092026-06-10T21:50:08.369Z Downloaded num-bigint-dig v0.8.6
11102026-06-10T21:50:08.373Z Downloaded schemars v0.9.0
11112026-06-10T21:50:08.378Z Downloaded typify-macro v0.4.3
11122026-06-10T21:50:08.382Z Downloaded tinyvec_macros v0.1.1
11132026-06-10T21:50:08.382Z Downloaded rsa v0.9.10
11142026-06-10T21:50:08.387Z Downloaded tls_codec v0.4.2
11152026-06-10T21:50:08.387Z Downloaded unicode-truncate v1.1.0
11162026-06-10T21:50:08.387Z Downloaded unarray v0.1.4
11172026-06-10T21:50:08.387Z Downloaded typify-macro v0.6.2
11182026-06-10T21:50:08.391Z Downloaded rand v0.8.6
11192026-06-10T21:50:08.391Z Downloaded time-macros v0.2.27
11202026-06-10T21:50:08.391Z Downloaded thread_local v1.1.9
11212026-06-10T21:50:08.391Z Downloaded slog v2.8.2
11222026-06-10T21:50:08.394Z Downloaded tokio-dtrace v0.1.1
11232026-06-10T21:50:08.394Z Downloaded num-bigint v0.4.6
11242026-06-10T21:50:08.398Z Downloaded tokio-rustls v0.25.0
11252026-06-10T21:50:08.398Z Downloaded thiserror-no-std v2.0.2
11262026-06-10T21:50:08.401Z Downloaded unit-prefix v0.5.2
11272026-06-10T21:50:08.401Z Downloaded similar v2.7.0
11282026-06-10T21:50:08.405Z Downloaded tokio-native-tls v0.3.1
11292026-06-10T21:50:08.405Z Downloaded nom v7.1.3
11302026-06-10T21:50:08.408Z Downloaded tokio-tungstenite v0.23.1
11312026-06-10T21:50:08.411Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11322026-06-10T21:50:08.411Z Downloaded libxml v0.3.3
11332026-06-10T21:50:08.414Z Downloaded usdt-macro v0.6.0
11342026-06-10T21:50:08.415Z Downloaded universal-hash v0.5.1
11352026-06-10T21:50:08.415Z Downloaded usdt-attr-macro v0.6.0
11362026-06-10T21:50:08.418Z Downloaded untrusted v0.9.0
11372026-06-10T21:50:08.418Z Downloaded untrusted v0.7.1
11382026-06-10T21:50:08.421Z Downloaded socket2 v0.5.10
11392026-06-10T21:50:08.425Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11402026-06-10T21:50:08.425Z Downloaded tokio-tungstenite v0.21.0
11412026-06-10T21:50:08.431Z Downloaded utf-8 v0.7.6
11422026-06-10T21:50:08.435Z Downloaded aes v0.8.4
11432026-06-10T21:50:08.439Z Downloaded toml_writer v1.0.6+spec-1.1.0
11442026-06-10T21:50:08.447Z Downloaded serde_yaml v0.9.34+deprecated
11452026-06-10T21:50:08.450Z Downloaded term v1.2.1
11462026-06-10T21:50:08.454Z Downloaded nom v8.0.0
11472026-06-10T21:50:08.457Z Downloaded term v0.7.0
11482026-06-10T21:50:08.457Z Downloaded tui-tree-widget v0.23.1
11492026-06-10T21:50:08.461Z Downloaded wait-timeout v0.2.1
11502026-06-10T21:50:08.461Z Downloaded void v1.0.2
11512026-06-10T21:50:08.466Z Downloaded waitgroup v0.1.2
11522026-06-10T21:50:08.466Z Downloaded publicsuffix v2.3.0
11532026-06-10T21:50:08.469Z Downloaded qorb v0.4.1
11542026-06-10T21:50:08.472Z Downloaded schemars v1.2.1
11552026-06-10T21:50:08.478Z Downloaded want v0.3.1
11562026-06-10T21:50:08.481Z Downloaded aho-corasick v1.1.4
11572026-06-10T21:50:08.485Z Downloaded unicase v2.9.0
11582026-06-10T21:50:08.485Z Downloaded russh v0.45.0
11592026-06-10T21:50:08.488Z Downloaded samael v0.0.19
11602026-06-10T21:50:08.492Z Downloaded rustls-webpki v0.103.9
11612026-06-10T21:50:08.492Z Downloaded tokio-rustls v0.26.4
11622026-06-10T21:50:08.495Z Downloaded tokio-rustls v0.24.1
11632026-06-10T21:50:08.495Z Downloaded rand v0.10.0
11642026-06-10T21:50:08.500Z Downloaded xattr v1.6.1
11652026-06-10T21:50:08.500Z Downloaded usdt v0.6.0
11662026-06-10T21:50:08.500Z Downloaded tls_codec_derive v0.4.2
11672026-06-10T21:50:08.503Z Downloaded rand v0.9.2
11682026-06-10T21:50:08.510Z Downloaded socket2 v0.6.3
11692026-06-10T21:50:08.513Z Downloaded uzers v0.12.2
11702026-06-10T21:50:08.513Z Downloaded hyper v1.8.1
11712026-06-10T21:50:08.518Z Downloaded snafu v0.8.9
11722026-06-10T21:50:08.522Z Downloaded tokio-stream v0.1.18
11732026-06-10T21:50:08.529Z Downloaded xshell-macros v0.2.7
11742026-06-10T21:50:08.533Z Downloaded zone_cfg_derive v0.3.1
11752026-06-10T21:50:08.536Z Downloaded usdt-impl v0.6.0
11762026-06-10T21:50:08.539Z Downloaded futures-util v0.3.32
11772026-06-10T21:50:08.543Z Downloaded subprocess v0.2.15
11782026-06-10T21:50:08.549Z Downloaded vsss-rs v3.3.4
11792026-06-10T21:50:08.549Z Downloaded vergen-lib v9.1.0
11802026-06-10T21:50:08.550Z Downloaded vergen-lib v0.1.6
11812026-06-10T21:50:08.553Z Downloaded vergen-git2 v9.1.0
11822026-06-10T21:50:08.553Z Downloaded test-strategy v0.4.5
11832026-06-10T21:50:08.553Z Downloaded twox-hash v2.1.2
11842026-06-10T21:50:08.553Z Downloaded vergen-gitcl v1.0.8
11852026-06-10T21:50:08.556Z Downloaded tinyvec v1.10.0
11862026-06-10T21:50:08.556Z Downloaded zeroize_derive v1.4.3
11872026-06-10T21:50:08.560Z Downloaded iri-string v0.7.10
11882026-06-10T21:50:08.571Z Downloaded walkdir v2.5.0
11892026-06-10T21:50:08.576Z Downloaded xshell v0.2.7
11902026-06-10T21:50:08.579Z Downloaded zeroize v1.8.2
11912026-06-10T21:50:08.582Z Downloaded itertools v0.14.0
11922026-06-10T21:50:08.585Z Downloaded unicode-properties v0.1.4
11932026-06-10T21:50:08.585Z Downloaded wyz v0.5.1
11942026-06-10T21:50:08.588Z Downloaded whoami v2.1.0
11952026-06-10T21:50:08.588Z Downloaded h2 v0.4.13
11962026-06-10T21:50:08.593Z Downloaded rustyline v14.0.0
11972026-06-10T21:50:08.596Z Downloaded tracing-attributes v0.1.31
11982026-06-10T21:50:08.600Z Downloaded tracing-core v0.1.36
11992026-06-10T21:50:08.604Z Downloaded zstd v0.13.3
12002026-06-10T21:50:08.612Z Downloaded toml_parser v1.0.9+spec-1.1.0
12012026-06-10T21:50:08.616Z Downloaded tungstenite v0.21.0
12022026-06-10T21:50:08.619Z Downloaded zstd-safe v7.2.4
12032026-06-10T21:50:08.619Z Downloaded vergen v9.1.0
12042026-06-10T21:50:08.622Z Downloaded tungstenite v0.23.0
12052026-06-10T21:50:08.622Z Downloaded libm v0.2.16
12062026-06-10T21:50:08.627Z Downloaded whoami v1.6.1
12072026-06-10T21:50:08.671Z Downloaded tar v0.4.45
12082026-06-10T21:50:08.671Z Downloaded p521 v0.13.3
12092026-06-10T21:50:08.671Z Downloaded zone v0.3.1
12102026-06-10T21:50:08.671Z Downloaded rpassword v7.4.0
12112026-06-10T21:50:08.671Z Downloaded typify v0.6.2
12122026-06-10T21:50:08.671Z Downloaded serde_with v1.14.0
12132026-06-10T21:50:08.671Z Downloaded typify v0.4.3
12142026-06-10T21:50:08.671Z Downloaded unicode-bidi v0.3.18
12152026-06-10T21:50:08.677Z Downloaded toml v1.0.6+spec-1.1.0
12162026-06-10T21:50:08.677Z Downloaded ssh-key v0.6.7
12172026-06-10T21:50:08.681Z Downloaded toml_edit v0.23.10+spec-1.0.0
12182026-06-10T21:50:08.687Z Downloaded yasna v0.5.2
12192026-06-10T21:50:08.687Z Downloaded toml v0.7.8
12202026-06-10T21:50:08.690Z Downloaded iddqd v0.4.2
12212026-06-10T21:50:08.704Z Downloaded steno v0.4.1
12222026-06-10T21:50:08.707Z Downloaded unsafe-libyaml v0.2.11
12232026-06-10T21:50:08.712Z Downloaded zerocopy v0.6.6
12242026-06-10T21:50:08.712Z Downloaded tokio-postgres v0.7.16
12252026-06-10T21:50:08.716Z Downloaded blake3 v1.8.3
12262026-06-10T21:50:08.720Z Downloaded regex v1.12.3
12272026-06-10T21:50:08.735Z Downloaded diesel v2.3.7
12282026-06-10T21:50:08.748Z Downloaded uuid v1.23.0
12292026-06-10T21:50:08.759Z Downloaded unicode_categories v0.1.1
12302026-06-10T21:50:08.762Z Downloaded toml_edit v0.19.15
12312026-06-10T21:50:08.770Z Downloaded git2 v0.20.4
12322026-06-10T21:50:08.775Z Downloaded rayon v1.11.0
12332026-06-10T21:50:08.780Z Downloaded p384 v0.13.1
12342026-06-10T21:50:08.784Z Downloaded hkdf v0.12.4
12352026-06-10T21:50:08.787Z Downloaded aws-lc-rs v1.16.3
12362026-06-10T21:50:08.796Z Downloaded zopfli v0.8.3
12372026-06-10T21:50:08.801Z Downloaded vte v0.14.1
12382026-06-10T21:50:08.805Z Downloaded reqwest v0.13.2
12392026-06-10T21:50:08.809Z Downloaded zip v0.6.6
12402026-06-10T21:50:08.812Z Downloaded zerocopy-derive v0.8.40
12412026-06-10T21:50:08.816Z Downloaded goblin v0.10.5
12422026-06-10T21:50:08.823Z Downloaded quick-xml v0.37.5
12432026-06-10T21:50:08.827Z Downloaded reedline v0.40.0
12442026-06-10T21:50:08.830Z Downloaded yansi v1.0.1
12452026-06-10T21:50:08.835Z Downloaded rustls-webpki v0.101.7
12462026-06-10T21:50:08.840Z Downloaded tower v0.5.3
12472026-06-10T21:50:08.845Z Downloaded unicode-segmentation v1.12.0
12482026-06-10T21:50:08.848Z Downloaded typed-path v0.9.3
12492026-06-10T21:50:08.852Z Downloaded bindgen v0.71.1
12502026-06-10T21:50:08.855Z Downloaded reqwest v0.12.28
12512026-06-10T21:50:08.858Z Downloaded portable-atomic v1.13.1
12522026-06-10T21:50:08.863Z Downloaded x509-cert v0.2.5
12532026-06-10T21:50:08.867Z Downloaded chrono v0.4.44
12542026-06-10T21:50:08.895Z Downloaded tokio-util v0.7.18
12552026-06-10T21:50:08.911Z Downloaded unicode-normalization v0.1.25
12562026-06-10T21:50:08.920Z Downloaded petname v2.0.2
12572026-06-10T21:50:08.926Z Downloaded tough v0.22.0
12582026-06-10T21:50:08.935Z Downloaded zip v4.6.1
12592026-06-10T21:50:08.938Z Downloaded proptest v1.10.0
12602026-06-10T21:50:08.947Z Downloaded tower-http v0.6.8
12612026-06-10T21:50:08.952Z Downloaded salty v0.3.0
12622026-06-10T21:50:08.956Z Downloaded rustls-webpki v0.102.8
12632026-06-10T21:50:08.967Z Downloaded serde_with v3.17.0
12642026-06-10T21:50:08.975Z Downloaded moka v0.12.13
12652026-06-10T21:50:08.980Z Downloaded curve25519-dalek v4.1.3
12662026-06-10T21:50:08.984Z Downloaded winnow v0.5.40
12672026-06-10T21:50:08.990Z Downloaded nix v0.27.1
12682026-06-10T21:50:08.996Z Downloaded lalrpop v0.19.12
12692026-06-10T21:50:09.003Z Downloaded radix_trie v0.2.1
12702026-06-10T21:50:09.007Z Downloaded object v0.30.4
12712026-06-10T21:50:09.012Z Downloaded quinn-proto v0.11.13
12722026-06-10T21:50:09.021Z Downloaded nix v0.28.0
12732026-06-10T21:50:09.030Z Downloaded winnow v0.6.26
12742026-06-10T21:50:09.036Z Downloaded tabled v0.20.0
12752026-06-10T21:50:09.046Z Downloaded polar-core v0.27.3
12762026-06-10T21:50:09.053Z Downloaded rustls v0.21.12
12772026-06-10T21:50:09.067Z Downloaded bstr v1.12.1
12782026-06-10T21:50:09.072Z Downloaded nix v0.31.2
12792026-06-10T21:50:09.079Z Downloaded hickory-proto v0.24.4
12802026-06-10T21:50:09.108Z Downloaded openssl v0.10.79
12812026-06-10T21:50:09.115Z Downloaded object v0.37.3
12822026-06-10T21:50:09.137Z Downloaded smoltcp v0.9.1
12832026-06-10T21:50:09.144Z Downloaded hickory-proto v0.25.2
12842026-06-10T21:50:09.152Z Downloaded regex-syntax v0.6.29
12852026-06-10T21:50:09.155Z Downloaded zerocopy v0.8.40
12862026-06-10T21:50:09.162Z Downloaded regress v0.10.5
12872026-06-10T21:50:09.165Z Downloaded rustls v0.23.37
12882026-06-10T21:50:09.172Z Downloaded time v0.3.47
12892026-06-10T21:50:09.179Z Downloaded zlib-rs v0.6.2
12902026-06-10T21:50:09.182Z Downloaded rustls v0.22.4
12912026-06-10T21:50:09.189Z Downloaded webpki-roots v1.0.6
12922026-06-10T21:50:09.192Z Downloaded vcpkg v0.2.15
12932026-06-10T21:50:09.215Z Downloaded rustix v0.38.44
12942026-06-10T21:50:09.229Z Downloaded dropshot v0.17.0
12952026-06-10T21:50:09.241Z Downloaded regress v0.11.1
12962026-06-10T21:50:09.245Z Downloaded smoltcp v0.11.0
12972026-06-10T21:50:09.252Z Downloaded regex-syntax v0.8.10
12982026-06-10T21:50:09.256Z Downloaded openapiv3 v2.2.0
12992026-06-10T21:50:09.276Z Downloaded sqlparser v0.61.0
13002026-06-10T21:50:09.307Z Downloaded tracing v0.1.44
13012026-06-10T21:50:09.350Z Downloaded zerocopy-derive v0.6.6
13022026-06-10T21:50:09.390Z Downloaded petgraph v0.6.5
13032026-06-10T21:50:09.402Z Downloaded sled v0.34.7
13042026-06-10T21:50:09.412Z Downloaded jiff v0.2.21
13052026-06-10T21:50:09.422Z Downloaded typify-impl v0.6.2
13062026-06-10T21:50:09.443Z Downloaded typify-impl v0.4.3
13072026-06-10T21:50:09.455Z Downloaded csv v1.4.0
13082026-06-10T21:50:09.466Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13092026-06-10T21:50:09.477Z Downloaded ratatui v0.29.0
13102026-06-10T21:50:09.488Z Downloaded sha3 v0.10.8
13112026-06-10T21:50:09.493Z Downloaded regex-automata v0.4.14
13122026-06-10T21:50:09.499Z Downloaded bzip2-sys v0.1.13+1.0.8
13132026-06-10T21:50:09.548Z Downloaded encoding_rs v0.8.35
13142026-06-10T21:50:09.560Z Downloaded chrono-tz v0.10.4
13152026-06-10T21:50:09.570Z Downloaded ring v0.17.14
13162026-06-10T21:50:09.592Z Downloaded petgraph v0.8.3
13172026-06-10T21:50:09.603Z Downloaded libz-sys v1.1.24
13182026-06-10T21:50:09.650Z Downloaded tokio v1.52.1
13192026-06-10T21:50:09.792Z Downloaded libgit2-sys v0.18.3+1.9.2
13202026-06-10T21:50:10.513Z Downloaded aws-lc-sys v0.40.0
13212026-06-10T21:50:10.762Z Compiling libc v0.2.185
13222026-06-10T21:50:10.762Z Compiling serde v1.0.228
13232026-06-10T21:50:10.766Z Compiling log v0.4.29
13242026-06-10T21:50:10.766Z Compiling find-msvc-tools v0.1.9
13252026-06-10T21:50:10.911Z Compiling shlex v1.3.0
13262026-06-10T21:50:10.939Z Compiling syn v2.0.117
13272026-06-10T21:50:10.944Z Compiling smallvec v1.15.1
13282026-06-10T21:50:10.944Z Compiling typenum v1.19.0
13292026-06-10T21:50:11.113Z Compiling generic-array v0.14.7
13302026-06-10T21:50:11.126Z Compiling subtle v2.6.1
13312026-06-10T21:50:11.170Z Compiling scopeguard v1.2.0
13322026-06-10T21:50:11.174Z Compiling const-oid v0.9.6
13332026-06-10T21:50:11.248Z Compiling serde_json v1.0.149
13342026-06-10T21:50:11.291Z Compiling lock_api v0.4.14
13352026-06-10T21:50:11.316Z Compiling zerocopy v0.8.40
13362026-06-10T21:50:11.371Z Compiling parking_lot_core v0.9.12
13372026-06-10T21:50:11.530Z Compiling portable-atomic v1.13.1
13382026-06-10T21:50:11.607Z Compiling pin-project-lite v0.2.17
13392026-06-10T21:50:11.735Z Compiling pkg-config v0.3.32
13402026-06-10T21:50:11.765Z Compiling bitflags v2.11.0
13412026-06-10T21:50:11.850Z Compiling getrandom v0.2.17
13422026-06-10T21:50:11.927Z Compiling jobserver v0.1.34
13432026-06-10T21:50:11.941Z Compiling errno v0.3.14
13442026-06-10T21:50:11.990Z Compiling rand_core v0.6.4
13452026-06-10T21:50:12.080Z Compiling signal-hook-registry v1.4.8
13462026-06-10T21:50:12.269Z Compiling cc v1.2.56
13472026-06-10T21:50:12.278Z Compiling critical-section v1.2.0
13482026-06-10T21:50:12.292Z Compiling libm v0.2.16
13492026-06-10T21:50:12.345Z Compiling futures-core v0.3.32
13502026-06-10T21:50:12.373Z Compiling parking_lot v0.12.5
13512026-06-10T21:50:12.387Z Compiling mio v1.2.0
13522026-06-10T21:50:12.497Z Compiling once_cell v1.21.3
13532026-06-10T21:50:12.539Z Compiling num-traits v0.2.19
13542026-06-10T21:50:12.582Z Compiling percent-encoding v2.3.2
13552026-06-10T21:50:12.704Z Compiling socket2 v0.6.3
13562026-06-10T21:50:12.739Z Compiling futures-sink v0.3.32
13572026-06-10T21:50:12.768Z Compiling slab v0.4.12
13582026-06-10T21:50:12.841Z Compiling futures-channel v0.3.32
13592026-06-10T21:50:12.841Z Compiling futures-task v0.3.32
13602026-06-10T21:50:12.884Z Compiling getrandom v0.4.1
13612026-06-10T21:50:12.938Z Compiling cpufeatures v0.2.17
13622026-06-10T21:50:13.012Z Compiling futures-io v0.3.32
13632026-06-10T21:50:13.026Z Compiling rand_core v0.10.0
13642026-06-10T21:50:13.059Z Compiling indexmap v2.14.0
13652026-06-10T21:50:13.092Z Compiling rustversion v1.0.22
13662026-06-10T21:50:13.164Z Compiling getrandom v0.3.4
13672026-06-10T21:50:13.197Z Compiling cmake v0.1.57
13682026-06-10T21:50:13.504Z Compiling form_urlencoded v1.2.2
13692026-06-10T21:50:13.586Z Compiling dunce v1.0.5
13702026-06-10T21:50:13.682Z Compiling synstructure v0.13.2
13712026-06-10T21:50:13.685Z Compiling fs_extra v1.3.0
13722026-06-10T21:50:13.721Z Compiling base64ct v1.8.3
13732026-06-10T21:50:13.792Z Compiling ident_case v1.0.1
13742026-06-10T21:50:13.917Z Compiling regex-syntax v0.8.10
13752026-06-10T21:50:13.952Z Compiling aws-lc-sys v0.40.0
13762026-06-10T21:50:13.998Z Compiling pem-rfc7468 v0.7.0
13772026-06-10T21:50:14.055Z Compiling flagset v0.4.7
13782026-06-10T21:50:14.132Z Compiling iana-time-zone v0.1.65
13792026-06-10T21:50:14.244Z Compiling rustix v1.1.3
13802026-06-10T21:50:14.335Z Compiling rand_core v0.9.5
13812026-06-10T21:50:14.349Z Compiling ring v0.17.14
13822026-06-10T21:50:14.363Z Compiling aws-lc-rs v1.16.3
13832026-06-10T21:50:14.394Z Compiling vcpkg v0.2.15
13842026-06-10T21:50:14.614Z Compiling uuid v1.23.0
13852026-06-10T21:50:14.644Z Compiling rustc_version v0.4.1
13862026-06-10T21:50:14.971Z Compiling tracing-core v0.1.36
13872026-06-10T21:50:15.132Z Compiling openssl-sys v0.9.115
13882026-06-10T21:50:15.318Z Compiling base64 v0.22.1
13892026-06-10T21:50:15.430Z Compiling serde_derive v1.0.228
13902026-06-10T21:50:15.532Z Compiling zeroize_derive v1.4.3
13912026-06-10T21:50:15.643Z Compiling zerofrom-derive v0.1.6
13922026-06-10T21:50:15.662Z Compiling yoke-derive v0.8.1
13932026-06-10T21:50:16.988Z Compiling zerovec-derive v0.11.2
13942026-06-10T21:50:16.992Z Compiling zeroize v1.8.2
13952026-06-10T21:50:16.992Z Compiling zerocopy-derive v0.8.40
13962026-06-10T21:50:16.992Z Compiling displaydoc v0.2.5
13972026-06-10T21:50:16.992Z Compiling crypto-common v0.1.7
13982026-06-10T21:50:17.038Z Compiling zerofrom v0.1.6
13992026-06-10T21:50:17.078Z Compiling block-buffer v0.10.4
14002026-06-10T21:50:17.110Z Compiling tokio-macros v2.7.0
14012026-06-10T21:50:17.159Z Compiling yoke v0.8.1
14022026-06-10T21:50:17.242Z Compiling digest v0.10.7
14032026-06-10T21:50:17.343Z Compiling zerovec v0.11.5
14042026-06-10T21:50:17.490Z Compiling futures-macro v0.3.32
14052026-06-10T21:50:17.557Z Compiling zerotrie v0.2.3
14062026-06-10T21:50:17.812Z Compiling tinystr v0.8.2
14072026-06-10T21:50:17.839Z Compiling potential_utf v0.1.4
14082026-06-10T21:50:17.851Z Compiling hmac v0.12.1
14092026-06-10T21:50:17.995Z Compiling icu_locale_core v2.1.1
14102026-06-10T21:50:17.995Z Compiling icu_collections v2.1.1
14112026-06-10T21:50:18.020Z Compiling block-padding v0.3.3
14122026-06-10T21:50:18.175Z Compiling inout v0.1.4
14132026-06-10T21:50:18.267Z Compiling futures-util v0.3.32
14142026-06-10T21:50:18.339Z Compiling cipher v0.4.4
14152026-06-10T21:50:18.470Z Compiling sha2 v0.10.9
14162026-06-10T21:50:18.591Z Compiling icu_provider v2.1.1
14172026-06-10T21:50:18.850Z Compiling bytes v1.11.1
14182026-06-10T21:50:18.865Z Compiling icu_properties v2.1.2
14192026-06-10T21:50:18.880Z Compiling icu_normalizer v2.1.1
14202026-06-10T21:50:19.034Z Compiling der_derive v0.7.3
14212026-06-10T21:50:19.469Z Compiling tokio v1.52.1
14222026-06-10T21:50:19.486Z Compiling http v1.4.0
14232026-06-10T21:50:19.885Z Compiling idna_adapter v1.2.1
14242026-06-10T21:50:19.986Z Compiling idna v1.1.0
14252026-06-10T21:50:20.022Z Compiling chrono v0.4.44
14262026-06-10T21:50:20.047Z Compiling der v0.7.10
14272026-06-10T21:50:20.391Z Compiling url v2.5.8
14282026-06-10T21:50:20.569Z Compiling ppv-lite86 v0.2.21
14292026-06-10T21:50:20.638Z Compiling salsa20 v0.10.2
14302026-06-10T21:50:20.728Z Compiling pbkdf2 v0.12.2
14312026-06-10T21:50:20.777Z Compiling rustls-pki-types v1.14.0
14322026-06-10T21:50:20.843Z Compiling tracing-attributes v0.1.31
14332026-06-10T21:50:20.882Z Compiling spki v0.7.3
14342026-06-10T21:50:21.084Z Compiling thiserror-impl v2.0.18
14352026-06-10T21:50:21.165Z Compiling rand_chacha v0.9.0
14362026-06-10T21:50:21.213Z Compiling scrypt v0.11.0
14372026-06-10T21:50:21.230Z Compiling http-body v1.0.1
14382026-06-10T21:50:21.374Z Compiling cbc v0.1.2
14392026-06-10T21:50:21.388Z Compiling aes v0.8.4
14402026-06-10T21:50:21.523Z Compiling httparse v1.10.1
14412026-06-10T21:50:21.537Z Compiling untrusted v0.9.0
14422026-06-10T21:50:21.657Z Compiling untrusted v0.7.1
14432026-06-10T21:50:21.817Z Compiling openssl-probe v0.2.1
14442026-06-10T21:50:21.848Z Compiling tinyvec_macros v0.1.1
14452026-06-10T21:50:21.907Z Compiling tinyvec v1.10.0
14462026-06-10T21:50:21.921Z Compiling pkcs5 v0.7.1
14472026-06-10T21:50:22.115Z Compiling tracing v0.1.44
14482026-06-10T21:50:22.248Z Compiling pest_generator v2.8.6
14492026-06-10T21:50:22.376Z Compiling rand v0.9.2
14502026-06-10T21:50:22.379Z Compiling serde_derive_internals v0.29.1
14512026-06-10T21:50:22.402Z Compiling thiserror v2.0.18
14522026-06-10T21:50:22.416Z Compiling aho-corasick v1.1.4
14532026-06-10T21:50:22.504Z Compiling rustls v0.23.37
14542026-06-10T21:50:22.674Z Compiling schemars v0.8.22
14552026-06-10T21:50:22.874Z Compiling tower-layer v0.3.3
14562026-06-10T21:50:22.925Z Compiling tower-service v0.3.3
14572026-06-10T21:50:23.024Z Compiling try-lock v0.2.5
14582026-06-10T21:50:23.036Z Compiling atomic-waker v1.1.2
14592026-06-10T21:50:23.134Z Compiling tokio-util v0.7.18
14602026-06-10T21:50:23.146Z Compiling dyn-clone v1.0.20
14612026-06-10T21:50:23.161Z Compiling want v0.3.1
14622026-06-10T21:50:23.259Z Compiling schemars_derive v0.8.22
14632026-06-10T21:50:23.280Z Compiling regex-automata v0.4.14
14642026-06-10T21:50:23.320Z Compiling pest_derive v2.8.6
14652026-06-10T21:50:23.701Z Compiling pkcs8 v0.10.2
14662026-06-10T21:50:24.005Z Compiling h2 v0.4.13
14672026-06-10T21:50:24.021Z Compiling ipnet v2.11.0
14682026-06-10T21:50:24.055Z Compiling scroll_derive v0.13.1
14692026-06-10T21:50:24.143Z Compiling darling_core v0.20.11
14702026-06-10T21:50:24.524Z Compiling pin-utils v0.1.0
14712026-06-10T21:50:24.550Z Compiling foreign-types-shared v0.1.1
14722026-06-10T21:50:24.598Z Compiling openssl v0.10.79
14732026-06-10T21:50:24.637Z Compiling httpdate v1.0.3
14742026-06-10T21:50:24.847Z Compiling foreign-types v0.3.2
14752026-06-10T21:50:24.860Z Compiling scroll v0.13.0
14762026-06-10T21:50:24.865Z Compiling tempfile v3.25.0
14772026-06-10T21:50:25.118Z Compiling unicode-normalization v0.1.25
14782026-06-10T21:50:25.235Z Compiling openssl-macros v0.1.1
14792026-06-10T21:50:25.551Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14802026-06-10T21:50:25.568Z Compiling spin v0.9.8
14812026-06-10T21:50:25.621Z Compiling crc32fast v1.5.0
14822026-06-10T21:50:25.768Z Compiling num-conv v0.2.0
14832026-06-10T21:50:25.881Z Compiling time-core v0.1.8
14842026-06-10T21:50:25.900Z Compiling powerfmt v0.2.0
14852026-06-10T21:50:25.925Z Compiling native-tls v0.2.18
14862026-06-10T21:50:26.028Z Compiling time-macros v0.2.27
14872026-06-10T21:50:26.100Z Compiling deranged v0.5.8
14882026-06-10T21:50:26.422Z Compiling darling_macro v0.20.11
14892026-06-10T21:50:26.878Z Compiling darling v0.20.11
14902026-06-10T21:50:26.958Z Compiling hyper v1.8.1
14912026-06-10T21:50:27.044Z Compiling goblin v0.10.5
14922026-06-10T21:50:27.064Z Compiling rustls-native-certs v0.8.3
14932026-06-10T21:50:27.316Z Compiling sync_wrapper v1.0.2
14942026-06-10T21:50:27.349Z Compiling wait-timeout v0.2.1
14952026-06-10T21:50:27.423Z Compiling bit-vec v0.8.0
14962026-06-10T21:50:27.609Z Compiling quick-error v1.2.3
14972026-06-10T21:50:27.650Z Compiling syn v1.0.109
14982026-06-10T21:50:27.716Z Compiling siphasher v1.0.2
14992026-06-10T21:50:27.934Z Compiling usdt-impl v0.6.0
15002026-06-10T21:50:27.942Z Compiling num_threads v0.1.7
15012026-06-10T21:50:27.946Z Compiling simd-adler32 v0.3.8
15022026-06-10T21:50:28.019Z Compiling hyper-util v0.1.20
15032026-06-10T21:50:28.125Z Compiling crossbeam-utils v0.8.21
15042026-06-10T21:50:28.186Z Compiling unicode-segmentation v1.12.0
15052026-06-10T21:50:28.497Z Compiling time v0.3.47
15062026-06-10T21:50:28.610Z Compiling rusty-fork v0.3.1
15072026-06-10T21:50:28.731Z Compiling bit-set v0.8.0
15082026-06-10T21:50:28.889Z Compiling tower v0.5.3
15092026-06-10T21:50:28.916Z Compiling derive_builder_core v0.20.2
15102026-06-10T21:50:29.376Z Compiling dtrace-parser v0.3.0
15112026-06-10T21:50:29.408Z Compiling http-body-util v0.1.3
15122026-06-10T21:50:29.658Z Compiling webpki-roots v1.0.6
15132026-06-10T21:50:29.785Z Compiling dof v0.4.0
15142026-06-10T21:50:29.808Z Compiling signature v2.2.0
15152026-06-10T21:50:29.831Z Compiling scroll_derive v0.12.1
15162026-06-10T21:50:29.995Z Compiling thiserror-impl v1.0.69
15172026-06-10T21:50:30.107Z Compiling heapless v0.7.17
15182026-06-10T21:50:30.130Z Compiling rand_xorshift v0.4.0
15192026-06-10T21:50:30.290Z Compiling slog v2.8.2
15202026-06-10T21:50:30.345Z Compiling darling_core v0.21.3
15212026-06-10T21:50:30.475Z Compiling bzip2-sys v0.1.13+1.0.8
15222026-06-10T21:50:30.488Z Compiling thread-id v5.1.0
15232026-06-10T21:50:30.572Z Compiling cookie v0.18.1
15242026-06-10T21:50:30.746Z Compiling signal-hook v0.3.18
15252026-06-10T21:50:30.760Z Compiling unicode-properties v0.1.4
15262026-06-10T21:50:30.916Z Compiling adler2 v2.0.1
15272026-06-10T21:50:30.943Z Compiling zstd-safe v7.2.4
15282026-06-10T21:50:30.964Z Compiling paste v1.0.15
15292026-06-10T21:50:31.046Z Compiling unarray v0.1.4
15302026-06-10T21:50:31.133Z Compiling ryu v1.0.23
15312026-06-10T21:50:31.157Z Compiling allocator-api2 v0.2.21
15322026-06-10T21:50:31.224Z Compiling unicode-bidi v0.3.18
15332026-06-10T21:50:31.238Z Compiling iri-string v0.7.10
15342026-06-10T21:50:31.256Z Compiling anyhow v1.0.102
15352026-06-10T21:50:31.307Z Compiling serde_urlencoded v0.7.1
15362026-06-10T21:50:31.478Z Compiling thiserror v1.0.69
15372026-06-10T21:50:31.546Z Compiling stringprep v0.1.5
15382026-06-10T21:50:32.633Z Compiling proptest v1.10.0
15392026-06-10T21:50:32.636Z Compiling miniz_oxide v0.8.9
15402026-06-10T21:50:32.636Z Compiling tower-http v0.6.8
15412026-06-10T21:50:32.636Z Compiling scroll v0.12.0
15422026-06-10T21:50:32.668Z Compiling derive_builder_macro v0.20.2
15432026-06-10T21:50:32.731Z Compiling tokio-native-tls v0.3.1
15442026-06-10T21:50:32.773Z Compiling heck v0.4.1
15452026-06-10T21:50:32.806Z Compiling darling_macro v0.21.3
15462026-06-10T21:50:32.895Z Compiling ipnetwork v0.21.1
15472026-06-10T21:50:32.989Z Compiling bstr v1.12.1
15482026-06-10T21:50:33.109Z Compiling rand_chacha v0.3.1
15492026-06-10T21:50:33.276Z Compiling toml_datetime v0.6.11
15502026-06-10T21:50:33.291Z Compiling serde_spanned v0.6.9
15512026-06-10T21:50:33.296Z Compiling erased-serde v0.3.31
15522026-06-10T21:50:33.446Z Compiling serde_tokenstream v0.2.3
15532026-06-10T21:50:33.539Z Compiling md-5 v0.10.6
15542026-06-10T21:50:33.621Z Compiling pin-project-internal v1.1.11
15552026-06-10T21:50:33.706Z Compiling async-trait v0.1.89
15562026-06-10T21:50:33.760Z Compiling zerocopy-derive v0.7.35
15572026-06-10T21:50:33.775Z Compiling curve25519-dalek v4.1.3
15582026-06-10T21:50:33.891Z Compiling vergen-lib v9.1.0
15592026-06-10T21:50:34.073Z Compiling num-integer v0.1.46
15602026-06-10T21:50:34.103Z Compiling hash32 v0.2.1
15612026-06-10T21:50:34.355Z Compiling ff v0.13.1
15622026-06-10T21:50:34.445Z Compiling memoffset v0.9.1
15632026-06-10T21:50:34.495Z Compiling encoding_rs v0.8.35
15642026-06-10T21:50:34.642Z Compiling fallible-iterator v0.2.0
15652026-06-10T21:50:34.657Z Compiling ref-cast v1.0.25
15662026-06-10T21:50:34.720Z Compiling mime v0.3.17
15672026-06-10T21:50:34.761Z Compiling smoltcp v0.9.1
15682026-06-10T21:50:34.955Z Compiling zlib-rs v0.6.2
15692026-06-10T21:50:34.968Z Compiling rustix v0.38.44
15702026-06-10T21:50:34.982Z Compiling litrs v1.0.0
15712026-06-10T21:50:35.099Z Compiling num-bigint-dig v0.8.6
15722026-06-10T21:50:35.287Z Compiling psl-types v2.0.11
15732026-06-10T21:50:35.312Z Compiling base16ct v0.2.0
15742026-06-10T21:50:35.415Z Compiling cfg_aliases v0.2.1
15752026-06-10T21:50:35.488Z Compiling document-features v0.2.12
15762026-06-10T21:50:35.504Z Compiling sec1 v0.7.3
15772026-06-10T21:50:35.507Z Compiling nix v0.31.2
15782026-06-10T21:50:35.782Z Compiling publicsuffix v2.3.0
15792026-06-10T21:50:35.997Z Compiling postgres-protocol v0.6.10
15802026-06-10T21:50:36.002Z Compiling pin-project v1.1.11
15812026-06-10T21:50:36.028Z Compiling zerocopy v0.7.35
15822026-06-10T21:50:36.103Z Compiling group v0.13.0
15832026-06-10T21:50:36.218Z Compiling num-iter v0.1.45
15842026-06-10T21:50:36.380Z Compiling newtype-uuid v1.3.2
15852026-06-10T21:50:36.545Z Compiling hubpack_derive v0.1.1
15862026-06-10T21:50:36.558Z Compiling rand v0.8.6
15872026-06-10T21:50:36.705Z Compiling darling v0.21.3
15882026-06-10T21:50:36.729Z Compiling oxnet v0.1.5
15892026-06-10T21:50:36.788Z Compiling derive_builder v0.20.2
15902026-06-10T21:50:36.909Z Compiling snafu-derive v0.8.9
15912026-06-10T21:50:36.927Z Compiling hyper-tls v0.6.0
15922026-06-10T21:50:36.977Z Compiling goblin v0.8.2
15932026-06-10T21:50:37.711Z Compiling phf_shared v0.13.1
15942026-06-10T21:50:37.762Z Compiling flate2 v1.1.9
15952026-06-10T21:50:37.948Z Compiling lazy_static v1.5.0
15962026-06-10T21:50:38.046Z Compiling regex v1.12.3
15972026-06-10T21:50:38.125Z Compiling anstyle-parse v0.2.7
15982026-06-10T21:50:38.139Z Compiling strum_macros v0.27.2
15992026-06-10T21:50:38.171Z Compiling futures-executor v0.3.32
16002026-06-10T21:50:38.307Z Compiling hex v0.4.3
16012026-06-10T21:50:38.446Z Compiling hkdf v0.12.4
16022026-06-10T21:50:38.479Z Compiling crypto-bigint v0.5.5
16032026-06-10T21:50:38.570Z Compiling terminal_size v0.4.3
16042026-06-10T21:50:38.592Z Compiling daft-derive v0.1.7
16052026-06-10T21:50:38.712Z Compiling ref-cast-impl v1.0.25
16062026-06-10T21:50:38.777Z Compiling curve25519-dalek-derive v0.1.1
16072026-06-10T21:50:39.280Z Compiling vergen v9.1.0
16082026-06-10T21:50:39.343Z Compiling fs-err v3.3.0
16092026-06-10T21:50:39.455Z Compiling cargo-platform v0.3.2
16102026-06-10T21:50:39.469Z Compiling ahash v0.8.12
16112026-06-10T21:50:39.534Z Compiling same-file v1.0.6
16122026-06-10T21:50:39.668Z Compiling managed v0.8.0
16132026-06-10T21:50:39.700Z Compiling foldhash v0.1.5
16142026-06-10T21:50:39.730Z Compiling libbz2-rs-sys v0.2.2
16152026-06-10T21:50:39.874Z Compiling object v0.37.3
16162026-06-10T21:50:39.888Z Compiling foldhash v0.2.0
16172026-06-10T21:50:40.117Z Compiling bumpalo v3.20.2
16182026-06-10T21:50:40.134Z Compiling bitflags v1.3.2
16192026-06-10T21:50:40.150Z Compiling winnow v0.5.40
16202026-06-10T21:50:40.378Z Compiling zopfli v0.8.3
16212026-06-10T21:50:40.476Z Compiling bzip2 v0.6.1
16222026-06-10T21:50:40.491Z Compiling clap_builder v4.6.0
16232026-06-10T21:50:40.630Z Compiling strum v0.27.2
16242026-06-10T21:50:40.678Z Compiling hashbrown v0.16.1
16252026-06-10T21:50:40.756Z Compiling hashbrown v0.15.5
16262026-06-10T21:50:41.028Z Compiling walkdir v2.5.0
16272026-06-10T21:50:41.048Z Compiling cargo_metadata v0.23.1
16282026-06-10T21:50:41.333Z Compiling elliptic-curve v0.13.8
16292026-06-10T21:50:41.350Z Compiling daft v0.1.7
16302026-06-10T21:50:41.551Z Compiling toml_edit v0.19.15
16312026-06-10T21:50:41.724Z Compiling dof v0.3.0
16322026-06-10T21:50:41.738Z Compiling snafu v0.8.9
16332026-06-10T21:50:42.082Z Compiling futures v0.3.32
16342026-06-10T21:50:42.167Z Compiling anstream v0.6.21
16352026-06-10T21:50:42.423Z Compiling phf v0.13.1
16362026-06-10T21:50:42.552Z Compiling signal-hook-mio v0.2.5
16372026-06-10T21:50:42.581Z Compiling cookie_store v0.22.1
16382026-06-10T21:50:42.682Z Compiling zstd v0.13.3
16392026-06-10T21:50:42.832Z Compiling bzip2 v0.4.4
16402026-06-10T21:50:42.937Z Compiling hubpack v0.1.2
16412026-06-10T21:50:43.039Z Compiling serde_with_macros v3.17.0
16422026-06-10T21:50:43.156Z Compiling postgres-types v0.2.12
16432026-06-10T21:50:43.442Z Compiling usdt-macro v0.6.0
16442026-06-10T21:50:43.703Z Compiling usdt-attr-macro v0.6.0
16452026-06-10T21:50:44.161Z Compiling globset v0.4.18
16462026-06-10T21:50:44.212Z Compiling dtrace-parser v0.2.0
16472026-06-10T21:50:44.226Z Compiling ed25519 v2.2.3
16482026-06-10T21:50:44.271Z Compiling phf_shared v0.11.3
16492026-06-10T21:50:44.455Z Compiling olpc-cjson v0.1.4
16502026-06-10T21:50:44.474Z Compiling pkcs1 v0.7.5
16512026-06-10T21:50:44.498Z Compiling strum_macros v0.26.4
16522026-06-10T21:50:44.627Z Compiling clap_derive v4.6.1
16532026-06-10T21:50:44.853Z Compiling enum-as-inner v0.6.1
16542026-06-10T21:50:44.868Z Compiling serde_plain v1.0.2
16552026-06-10T21:50:44.969Z Compiling serde-big-array v0.5.1
16562026-06-10T21:50:45.067Z Compiling rfc6979 v0.4.0
16572026-06-10T21:50:45.114Z Compiling pem v3.0.6
16582026-06-10T21:50:45.256Z Compiling serde_repr v0.1.20
16592026-06-10T21:50:45.272Z Compiling async-recursion v1.1.1
16602026-06-10T21:50:45.352Z Compiling float-cmp v0.10.0
16612026-06-10T21:50:45.444Z Compiling memmap2 v0.9.10
16622026-06-10T21:50:45.508Z Compiling thread-id v4.2.2
16632026-06-10T21:50:45.599Z Compiling env_filter v1.0.0
16642026-06-10T21:50:45.657Z Compiling static_assertions v1.1.0
16652026-06-10T21:50:45.671Z Compiling keccak v0.1.6
16662026-06-10T21:50:45.733Z Compiling data-encoding v2.10.0
16672026-06-10T21:50:45.832Z Compiling difflib v0.4.0
16682026-06-10T21:50:45.902Z Compiling normalize-line-endings v0.3.0
16692026-06-10T21:50:45.998Z Compiling precomputed-hash v0.1.1
16702026-06-10T21:50:46.089Z Compiling fixedbitset v0.4.2
16712026-06-10T21:50:46.246Z Compiling typed-path v0.9.3
16722026-06-10T21:50:46.303Z Compiling either v1.15.0
16732026-06-10T21:50:46.375Z Compiling fixedbitset v0.5.7
16742026-06-10T21:50:46.388Z Compiling jiff v0.2.21
16752026-06-10T21:50:46.411Z Compiling predicates-core v1.0.10
16762026-06-10T21:50:46.466Z Compiling new_debug_unreachable v1.0.6
16772026-06-10T21:50:46.505Z Compiling whoami v2.1.0
16782026-06-10T21:50:46.537Z Compiling toml_edit v0.22.27
16792026-06-10T21:50:46.583Z Compiling petgraph v0.8.3
16802026-06-10T21:50:46.670Z Compiling string_cache v0.8.9
16812026-06-10T21:50:46.930Z Compiling tokio-postgres v0.7.16
16822026-06-10T21:50:46.935Z Compiling predicates v3.1.4
16832026-06-10T21:50:47.440Z Compiling itertools v0.13.0
16842026-06-10T21:50:47.535Z Compiling clap v4.6.1
16852026-06-10T21:50:47.623Z Compiling strum v0.26.3
16862026-06-10T21:50:47.757Z Compiling petgraph v0.6.5
16872026-06-10T21:50:48.014Z Compiling hickory-proto v0.25.2
16882026-06-10T21:50:48.481Z Compiling sha3 v0.10.8
16892026-06-10T21:50:48.670Z Compiling env_logger v0.11.9
16902026-06-10T21:50:48.943Z Compiling zip v4.6.1
16912026-06-10T21:50:49.025Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16922026-06-10T21:50:49.040Z Compiling usdt v0.6.0
16932026-06-10T21:50:49.265Z Compiling usdt-impl v0.5.0
16942026-06-10T21:50:49.265Z Compiling ecdsa v0.16.9
16952026-06-10T21:50:49.362Z Compiling rsa v0.9.10
16962026-06-10T21:50:49.669Z Compiling ed25519-dalek v2.2.0
16972026-06-10T21:50:49.852Z Compiling serde_with v3.17.0
16982026-06-10T21:50:49.932Z Compiling crossterm v0.28.1
16992026-06-10T21:50:50.583Z Compiling zip v0.6.6
17002026-06-10T21:50:51.152Z Compiling toml v0.7.8
17012026-06-10T21:50:51.551Z Compiling iddqd v0.4.2
17022026-06-10T21:50:51.858Z Compiling toml_parser v1.0.9+spec-1.1.0
17032026-06-10T21:50:51.980Z Compiling similar v2.7.0
17042026-06-10T21:50:52.044Z Compiling crossbeam-epoch v0.9.18
17052026-06-10T21:50:52.373Z Compiling tokio-stream v0.1.18
17062026-06-10T21:50:52.478Z Compiling buf-list v1.1.2
17072026-06-10T21:50:52.630Z Compiling x509-cert v0.2.5
17082026-06-10T21:50:52.682Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17092026-06-10T21:50:52.751Z Compiling openapiv3 v2.2.0
17102026-06-10T21:50:52.811Z Compiling sha1 v0.10.6
17112026-06-10T21:50:52.839Z Compiling lalrpop-util v0.19.12
17122026-06-10T21:50:52.839Z Compiling peg-runtime v0.8.5
17132026-06-10T21:50:52.976Z Compiling thread_local v1.1.9
17142026-06-10T21:50:53.026Z Compiling slog-async v2.8.0
17152026-06-10T21:50:53.026Z Compiling crossbeam-channel v0.5.15
17162026-06-10T21:50:53.128Z Compiling is-terminal v0.4.17
17172026-06-10T21:50:53.221Z Compiling filetime v0.2.27
17182026-06-10T21:50:53.225Z Compiling take_mut v0.2.2
17192026-06-10T21:50:53.334Z Compiling term v1.2.1
17202026-06-10T21:50:53.348Z Compiling xattr v1.6.1
17212026-06-10T21:50:53.487Z Compiling tar v0.4.45
17222026-06-10T21:50:53.851Z Compiling slog-term v2.9.2
17232026-06-10T21:51:03.656Z Compiling rustls-webpki v0.103.9
17242026-06-10T21:51:06.468Z Compiling tokio-rustls v0.26.4
17252026-06-10T21:51:06.468Z Compiling rustls-platform-verifier v0.6.2
17262026-06-10T21:51:06.666Z Compiling hyper-rustls v0.27.7
17272026-06-10T21:51:06.866Z Compiling reqwest v0.12.28
17282026-06-10T21:51:06.866Z Compiling reqwest v0.13.2
17292026-06-10T21:51:08.126Z Compiling tough v0.22.0
17302026-06-10T21:51:10.643Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17312026-06-10T21:51:10.861Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17322026-06-10T21:51:13.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
17332026-06-10T21:51:13.885Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17342026-06-10T21:51:13.976ZJun 10 21:51:12.456 INFO Starting download, target: Cockroach
17352026-06-10T21:51:13.976ZJun 10 21:51:12.457 INFO Starting download, target: Console
17362026-06-10T21:51:13.976ZJun 10 21:51:12.457 INFO Starting download, target: DendriteStub
17372026-06-10T21:51:13.984ZJun 10 21:51:12.457 INFO Starting download, target: Clickhouse
17382026-06-10T21:51:13.984ZJun 10 21:51:12.457 INFO Starting download, target: MaghemiteMgd
17392026-06-10T21:51:13.984ZJun 10 21:51:12.457 INFO Starting download, target: MaghemiteDdmd
17402026-06-10T21:51:13.984ZJun 10 21:51:12.457 INFO Starting download, target: TransceiverControl
17412026-06-10T21:51:13.984ZJun 10 21:51:12.457 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17422026-06-10T21:51:13.984ZJun 10 21:51:12.457 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17432026-06-10T21:51:13.984ZJun 10 21:51:12.457 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17442026-06-10T21:51:13.984ZJun 10 21:51:12.457 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17452026-06-10T21:51:13.984ZJun 10 21:51:12.457 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17462026-06-10T21:51:13.984ZJun 10 21:51:12.457 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17472026-06-10T21:51:13.984ZJun 10 21:51:12.457 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17482026-06-10T21:51:14.644ZJun 10 21:51:13.154 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17492026-06-10T21:51:14.836ZJun 10 21:51:13.347 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17502026-06-10T21:51:14.862ZJun 10 21:51:13.379 INFO Download complete, target: TransceiverControl
17512026-06-10T21:51:15.076ZJun 10 21:51:13.599 INFO Download complete, target: Console
17522026-06-10T21:51:15.885ZJun 10 21:51:14.404 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17532026-06-10T21:51:16.061ZJun 10 21:51:14.580 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17542026-06-10T21:51:16.194ZJun 10 21:51:14.711 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17552026-06-10T21:51:16.365ZJun 10 21:51:14.887 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17562026-06-10T21:51:16.728ZJun 10 21:51:15.254 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17572026-06-10T21:51:16.728ZJun 10 21:51:15.254 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17582026-06-10T21:51:17.951ZJun 10 21:51:16.476 INFO Download complete, target: MaghemiteDdmd
17592026-06-10T21:51:18.802ZJun 10 21:51:17.327 INFO Download complete, target: DendriteStub
17602026-06-10T21:51:18.848ZJun 10 21:51:17.373 INFO Download complete, target: MaghemiteMgd
17612026-06-10T21:51:21.534ZJun 10 21:51:20.060 INFO Checking that binary works, target: Cockroach
17622026-06-10T21:51:21.653ZJun 10 21:51:20.178 INFO Download complete, target: Cockroach
17632026-06-10T21:51:22.813ZJun 10 21:51:21.338 INFO Checking that binary works, target: Clickhouse
17642026-06-10T21:51:22.947ZJun 10 21:51:21.472 INFO Download complete, target: Clickhouse
17652026-06-10T21:51:22.962ZAll builder prerequisites installed successfully, and PATH looks valid
17662026-06-10T21:51:22.965Z
17672026-06-10T21:51:22.965Zreal 2:20.295032397
17682026-06-10T21:51:22.965Zuser 6:55.976652517
17692026-06-10T21:51:22.965Zsys 1:23.307093245
17702026-06-10T21:51:22.965Ztrap 0.221867095
17712026-06-10T21:51:22.965Ztflt 0.633949267
17722026-06-10T21:51:22.965Zdflt 0.563241189
17732026-06-10T21:51:22.965Zkflt 0.021669420
17742026-06-10T21:51:22.965Zlock 21:38.516989601
17752026-06-10T21:51:22.965Zslp 21:25.543802685
17762026-06-10T21:51:22.965Zlat 43.242003200
17772026-06-10T21:51:22.965Zstop 1:54.230503277
17782026-06-10T21:51:22.965Z+ banner hack-check
17792026-06-10T21:51:22.965Z
17802026-06-10T21:51:22.965Z # # ## #### # # #### # # ###### #### # #
17812026-06-10T21:51:22.965Z # # # # # # # # # # # # # # # # #
17822026-06-10T21:51:22.965Z ###### # # # #### ##### # ###### ##### # ####
17832026-06-10T21:51:22.965Z # # ###### # # # # # # # # # #
17842026-06-10T21:51:22.965Z # # # # # # # # # # # # # # # # #
17852026-06-10T21:51:22.965Z # # # # #### # # #### # # ###### #### # #
17862026-06-10T21:51:22.966Z
17872026-06-10T21:51:22.966Z+ export CARGO_INCREMENTAL=0
17882026-06-10T21:51:22.966Z+ CARGO_INCREMENTAL=0
17892026-06-10T21:51:22.966Z+ ptime -m timeout 2h cargo xtask check-features --ci
17902026-06-10T21:51:23.489Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17912026-06-10T21:51:23.713Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17922026-06-10T21:51:25.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s
17932026-06-10T21:51:25.628Z Running `target/debug/xtask check-features --ci`
17942026-06-10T21:51:25.654Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17952026-06-10T21:51:25.654Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17962026-06-10T21:51:26.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17972026-06-10T21:51:26.162Z Running `target/debug/xtask download cargo-hack`
17982026-06-10T21:51:26.943Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17992026-06-10T21:51:27.257Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18002026-06-10T21:51:29.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.62s
18012026-06-10T21:51:29.983Z Running `target/debug/xtask-downloader cargo-hack`
18022026-06-10T21:51:30.020ZJun 10 21:51:28.545 INFO Starting download, target: CargoHack
18032026-06-10T21:51:30.023ZJun 10 21:51:28.546 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18042026-06-10T21:51:30.665ZJun 10 21:51:29.190 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18052026-06-10T21:51:30.715ZJun 10 21:51:29.241 INFO Download complete, target: CargoHack
18062026-06-10T21:51:30.718Zrunning: "/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"
18072026-06-10T21:51:30.732Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18082026-06-10T21:51:30.885Zinfo: running `cargo check --bins` on api_identity (1/295)
18092026-06-10T21:51:31.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18102026-06-10T21:51:31.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18112026-06-10T21:51:31.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18122026-06-10T21:51:31.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18132026-06-10T21:51:31.452Z
18142026-06-10T21:51:31.452Zinfo: running `cargo check --bins` on bootstore (2/295)
18152026-06-10T21:51:31.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18162026-06-10T21:51:31.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18172026-06-10T21:51:31.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18182026-06-10T21:51:31.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18192026-06-10T21:51:32.078Z
18202026-06-10T21:51:32.078Zinfo: running `cargo check --bins` on omicron-ledger (3/295)
18212026-06-10T21:51:32.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18222026-06-10T21:51:32.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18232026-06-10T21:51:32.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18242026-06-10T21:51:32.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18252026-06-10T21:51:32.596Z
18262026-06-10T21:51:32.596Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/295)
18272026-06-10T21:51:33.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18282026-06-10T21:51:33.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18292026-06-10T21:51:33.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18302026-06-10T21:51:33.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18312026-06-10T21:51:33.169Z
18322026-06-10T21:51:33.169Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/295)
18332026-06-10T21:51:33.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18342026-06-10T21:51:33.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18352026-06-10T21:51:33.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18362026-06-10T21:51:33.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18372026-06-10T21:51:33.748Z
18382026-06-10T21:51:33.748Zinfo: running `cargo check --bins` on omicron-certificates (6/295)
18392026-06-10T21:51:34.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18402026-06-10T21:51:34.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18412026-06-10T21:51:34.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18422026-06-10T21:51:34.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18432026-06-10T21:51:34.335Z
18442026-06-10T21:51:34.335Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/295)
18452026-06-10T21:51:34.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18462026-06-10T21:51:34.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18472026-06-10T21:51:34.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18482026-06-10T21:51:34.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18492026-06-10T21:51:34.919Z
18502026-06-10T21:51:34.919Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/295)
18512026-06-10T21:51:35.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18522026-06-10T21:51:35.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18532026-06-10T21:51:35.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18542026-06-10T21:51:35.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18552026-06-10T21:51:35.503Z
18562026-06-10T21:51:35.504Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/295)
18572026-06-10T21:51:35.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18582026-06-10T21:51:35.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18592026-06-10T21:51:35.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18602026-06-10T21:51:35.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18612026-06-10T21:51:35.957Z
18622026-06-10T21:51:35.957Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/295)
18632026-06-10T21:51:36.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18642026-06-10T21:51:36.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18652026-06-10T21:51:36.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18662026-06-10T21:51:36.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18672026-06-10T21:51:36.418Z
18682026-06-10T21:51:36.418Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/295)
18692026-06-10T21:51:36.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18702026-06-10T21:51:36.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18712026-06-10T21:51:36.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18722026-06-10T21:51:36.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18732026-06-10T21:51:36.883Z
18742026-06-10T21:51:36.883Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/295)
18752026-06-10T21:51:37.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18762026-06-10T21:51:37.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18772026-06-10T21:51:37.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18782026-06-10T21:51:37.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18792026-06-10T21:51:37.332Z
18802026-06-10T21:51:37.332Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/295)
18812026-06-10T21:51:37.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18822026-06-10T21:51:37.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18832026-06-10T21:51:37.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18842026-06-10T21:51:37.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18852026-06-10T21:51:37.788Z
18862026-06-10T21:51:37.788Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/295)
18872026-06-10T21:51:38.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18882026-06-10T21:51:38.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18892026-06-10T21:51:38.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18902026-06-10T21:51:38.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18912026-06-10T21:51:38.251Z
18922026-06-10T21:51:38.251Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/295)
18932026-06-10T21:51:38.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18942026-06-10T21:51:38.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18952026-06-10T21:51:38.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18962026-06-10T21:51:38.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18972026-06-10T21:51:38.714Z
18982026-06-10T21:51:38.714Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/295)
18992026-06-10T21:51:39.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19002026-06-10T21:51:39.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19012026-06-10T21:51:39.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19022026-06-10T21:51:39.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19032026-06-10T21:51:39.176Z
19042026-06-10T21:51:39.176Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/295)
19052026-06-10T21:51:39.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19062026-06-10T21:51:39.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19072026-06-10T21:51:39.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19082026-06-10T21:51:39.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19092026-06-10T21:51:39.640Z
19102026-06-10T21:51:39.640Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/295)
19112026-06-10T21:51:40.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19122026-06-10T21:51:40.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19132026-06-10T21:51:40.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19142026-06-10T21:51:40.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19152026-06-10T21:51:40.096Z
19162026-06-10T21:51:40.096Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/295)
19172026-06-10T21:51:40.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19182026-06-10T21:51:40.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19192026-06-10T21:51:40.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19202026-06-10T21:51:40.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19212026-06-10T21:51:40.556Z
19222026-06-10T21:51:40.556Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/295)
19232026-06-10T21:51:40.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19242026-06-10T21:51:40.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19252026-06-10T21:51:40.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19262026-06-10T21:51:40.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19272026-06-10T21:51:41.019Z
19282026-06-10T21:51:41.019Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/295)
19292026-06-10T21:51:41.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19302026-06-10T21:51:41.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19312026-06-10T21:51:41.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19322026-06-10T21:51:41.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19332026-06-10T21:51:41.482Z
19342026-06-10T21:51:41.482Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/295)
19352026-06-10T21:51:41.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19362026-06-10T21:51:41.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19372026-06-10T21:51:41.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19382026-06-10T21:51:41.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19392026-06-10T21:51:41.944Z
19402026-06-10T21:51:41.944Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/295)
19412026-06-10T21:51:42.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19422026-06-10T21:51:42.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19432026-06-10T21:51:42.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19442026-06-10T21:51:42.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19452026-06-10T21:51:42.404Z
19462026-06-10T21:51:42.404Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/295)
19472026-06-10T21:51:42.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19482026-06-10T21:51:42.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19492026-06-10T21:51:42.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19502026-06-10T21:51:42.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19512026-06-10T21:51:42.868Z
19522026-06-10T21:51:42.868Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/295)
19532026-06-10T21:51:43.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19542026-06-10T21:51:43.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19552026-06-10T21:51:43.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19562026-06-10T21:51:43.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19572026-06-10T21:51:43.332Z
19582026-06-10T21:51:43.332Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/295)
19592026-06-10T21:51:43.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19602026-06-10T21:51:43.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19612026-06-10T21:51:43.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19622026-06-10T21:51:43.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19632026-06-10T21:51:43.796Z
19642026-06-10T21:51:43.796Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/295)
19652026-06-10T21:51:44.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19662026-06-10T21:51:44.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19672026-06-10T21:51:44.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19682026-06-10T21:51:44.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19692026-06-10T21:51:44.259Z
19702026-06-10T21:51:44.259Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/295)
19712026-06-10T21:51:44.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19722026-06-10T21:51:44.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19732026-06-10T21:51:44.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19742026-06-10T21:51:44.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19752026-06-10T21:51:44.723Z
19762026-06-10T21:51:44.723Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/295)
19772026-06-10T21:51:45.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19782026-06-10T21:51:45.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19792026-06-10T21:51:45.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19802026-06-10T21:51:45.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19812026-06-10T21:51:45.188Z
19822026-06-10T21:51:45.188Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/295)
19832026-06-10T21:51:45.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19842026-06-10T21:51:45.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19852026-06-10T21:51:45.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19862026-06-10T21:51:45.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19872026-06-10T21:51:45.644Z
19882026-06-10T21:51:45.644Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/295)
19892026-06-10T21:51:46.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19902026-06-10T21:51:46.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19912026-06-10T21:51:46.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19922026-06-10T21:51:46.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19932026-06-10T21:51:46.104Z
19942026-06-10T21:51:46.104Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/295)
19952026-06-10T21:51:46.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19962026-06-10T21:51:46.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19972026-06-10T21:51:46.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19982026-06-10T21:51:46.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19992026-06-10T21:51:46.566Z
20002026-06-10T21:51:46.566Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/295)
20012026-06-10T21:51:46.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20022026-06-10T21:51:46.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20032026-06-10T21:51:46.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20042026-06-10T21:51:46.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20052026-06-10T21:51:47.022Z
20062026-06-10T21:51:47.022Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/295)
20072026-06-10T21:51:47.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20082026-06-10T21:51:47.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20092026-06-10T21:51:47.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20102026-06-10T21:51:47.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20112026-06-10T21:51:47.480Z
20122026-06-10T21:51:47.480Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/295)
20132026-06-10T21:51:47.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20142026-06-10T21:51:47.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20152026-06-10T21:51:47.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20162026-06-10T21:51:47.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20172026-06-10T21:51:47.936Z
20182026-06-10T21:51:47.936Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/295)
20192026-06-10T21:51:48.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20202026-06-10T21:51:48.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20212026-06-10T21:51:48.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20222026-06-10T21:51:48.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20232026-06-10T21:51:48.392Z
20242026-06-10T21:51:48.392Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/295)
20252026-06-10T21:51:48.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20262026-06-10T21:51:48.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20272026-06-10T21:51:48.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20282026-06-10T21:51:48.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20292026-06-10T21:51:48.850Z
20302026-06-10T21:51:48.850Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/295)
20312026-06-10T21:51:49.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20322026-06-10T21:51:49.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20332026-06-10T21:51:49.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20342026-06-10T21:51:49.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20352026-06-10T21:51:49.311Z
20362026-06-10T21:51:49.311Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/295)
20372026-06-10T21:51:49.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20382026-06-10T21:51:49.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20392026-06-10T21:51:49.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20402026-06-10T21:51:49.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20412026-06-10T21:51:49.773Z
20422026-06-10T21:51:49.773Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/295)
20432026-06-10T21:51:50.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20442026-06-10T21:51:50.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20452026-06-10T21:51:50.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20462026-06-10T21:51:50.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20472026-06-10T21:51:50.238Z
20482026-06-10T21:51:50.238Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/295)
20492026-06-10T21:51:50.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20502026-06-10T21:51:50.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20512026-06-10T21:51:50.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20522026-06-10T21:51:50.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20532026-06-10T21:51:50.702Z
20542026-06-10T21:51:50.702Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/295)
20552026-06-10T21:51:51.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20562026-06-10T21:51:51.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20572026-06-10T21:51:51.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20582026-06-10T21:51:51.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20592026-06-10T21:51:51.165Z
20602026-06-10T21:51:51.165Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/295)
20612026-06-10T21:51:51.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20622026-06-10T21:51:51.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20632026-06-10T21:51:51.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20642026-06-10T21:51:51.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20652026-06-10T21:51:51.627Z
20662026-06-10T21:51:51.627Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/295)
20672026-06-10T21:51:52.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20682026-06-10T21:51:52.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20692026-06-10T21:51:52.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20702026-06-10T21:51:52.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20712026-06-10T21:51:52.092Z
20722026-06-10T21:51:52.092Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/295)
20732026-06-10T21:51:52.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20742026-06-10T21:51:52.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20752026-06-10T21:51:52.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20762026-06-10T21:51:52.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20772026-06-10T21:51:52.557Z
20782026-06-10T21:51:52.557Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/295)
20792026-06-10T21:51:52.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20802026-06-10T21:51:52.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20812026-06-10T21:51:52.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20822026-06-10T21:51:52.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20832026-06-10T21:51:53.021Z
20842026-06-10T21:51:53.021Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/295)
20852026-06-10T21:51:53.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20862026-06-10T21:51:53.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20872026-06-10T21:51:53.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20882026-06-10T21:51:53.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20892026-06-10T21:51:53.486Z
20902026-06-10T21:51:53.486Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/295)
20912026-06-10T21:51:53.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20922026-06-10T21:51:53.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20932026-06-10T21:51:53.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20942026-06-10T21:51:53.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20952026-06-10T21:51:53.951Z
20962026-06-10T21:51:53.951Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/295)
20972026-06-10T21:51:54.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20982026-06-10T21:51:54.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20992026-06-10T21:51:54.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21002026-06-10T21:51:54.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21012026-06-10T21:51:54.579Z
21022026-06-10T21:51:54.579Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/295)
21032026-06-10T21:51:55.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21042026-06-10T21:51:55.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21052026-06-10T21:51:55.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21062026-06-10T21:51:55.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21072026-06-10T21:51:55.204Z
21082026-06-10T21:51:55.204Zinfo: running `cargo check --bins` on nexus-config (51/295)
21092026-06-10T21:51:55.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21102026-06-10T21:51:55.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21112026-06-10T21:51:55.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21122026-06-10T21:51:55.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21132026-06-10T21:51:55.821Z
21142026-06-10T21:51:55.821Zinfo: running `cargo check --bins` on nexus-types (52/295)
21152026-06-10T21:51:56.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21162026-06-10T21:51:56.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21172026-06-10T21:51:56.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21182026-06-10T21:51:56.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21192026-06-10T21:51:56.443Z
21202026-06-10T21:51:56.443Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/295)
21212026-06-10T21:51:56.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21222026-06-10T21:51:56.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21232026-06-10T21:51:56.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21242026-06-10T21:51:56.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21252026-06-10T21:51:57.147Z
21262026-06-10T21:51:57.148Zinfo: running `cargo check --bins` on omicron-passwords (54/295)
21272026-06-10T21:51:57.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21282026-06-10T21:51:57.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21292026-06-10T21:51:57.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21302026-06-10T21:51:57.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21312026-06-10T21:51:57.615Z
21322026-06-10T21:51:57.615Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/295)
21332026-06-10T21:51:58.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21342026-06-10T21:51:58.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21352026-06-10T21:51:58.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21362026-06-10T21:51:58.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21372026-06-10T21:51:58.207Z
21382026-06-10T21:51:58.207Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/295)
21392026-06-10T21:51:58.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21402026-06-10T21:51:58.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21412026-06-10T21:51:58.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21422026-06-10T21:51:58.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21432026-06-10T21:51:58.797Z
21442026-06-10T21:51:58.797Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/295)
21452026-06-10T21:51:59.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21462026-06-10T21:51:59.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21472026-06-10T21:51:59.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21482026-06-10T21:51:59.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21492026-06-10T21:51:59.395Z
21502026-06-10T21:51:59.395Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/295)
21512026-06-10T21:51:59.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21522026-06-10T21:51:59.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21532026-06-10T21:51:59.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21542026-06-10T21:51:59.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21552026-06-10T21:51:59.991Z
21562026-06-10T21:51:59.991Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/295)
21572026-06-10T21:52:00.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21582026-06-10T21:52:00.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21592026-06-10T21:52:00.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21602026-06-10T21:52:00.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21612026-06-10T21:52:00.571Z
21622026-06-10T21:52:00.571Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/295)
21632026-06-10T21:52:01.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21642026-06-10T21:52:01.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21652026-06-10T21:52:01.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21662026-06-10T21:52:01.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21672026-06-10T21:52:01.144Z
21682026-06-10T21:52:01.144Zinfo: running `cargo check --bins --no-default-features` on gfss (61/295)
21692026-06-10T21:52:01.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21702026-06-10T21:52:01.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21712026-06-10T21:52:01.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21722026-06-10T21:52:01.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21732026-06-10T21:52:01.715Z
21742026-06-10T21:52:01.715Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/295)
21752026-06-10T21:52:02.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21762026-06-10T21:52:02.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21772026-06-10T21:52:02.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21782026-06-10T21:52:02.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21792026-06-10T21:52:02.291Z
21802026-06-10T21:52:02.292Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/295)
21812026-06-10T21:52:02.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21822026-06-10T21:52:02.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21832026-06-10T21:52:02.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21842026-06-10T21:52:02.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21852026-06-10T21:52:02.885Z
21862026-06-10T21:52:02.886Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/295)
21872026-06-10T21:52:03.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21882026-06-10T21:52:03.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21892026-06-10T21:52:03.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21902026-06-10T21:52:03.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21912026-06-10T21:52:03.474Z
21922026-06-10T21:52:03.474Zinfo: running `cargo check --bins` on cockroach-admin-types (65/295)
21932026-06-10T21:52:03.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21942026-06-10T21:52:03.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21952026-06-10T21:52:03.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21962026-06-10T21:52:03.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21972026-06-10T21:52:04.050Z
21982026-06-10T21:52:04.051Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/295)
21992026-06-10T21:52:04.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22002026-06-10T21:52:04.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22012026-06-10T21:52:04.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22022026-06-10T21:52:04.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22032026-06-10T21:52:04.629Z
22042026-06-10T21:52:04.629Zinfo: running `cargo check --bins` on ereport-types (67/295)
22052026-06-10T21:52:05.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22062026-06-10T21:52:05.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22072026-06-10T21:52:05.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22082026-06-10T21:52:05.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22092026-06-10T21:52:05.217Z
22102026-06-10T21:52:05.217Zinfo: running `cargo check --bins` on gateway-client (68/295)
22112026-06-10T21:52:05.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22122026-06-10T21:52:05.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22132026-06-10T21:52:05.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22142026-06-10T21:52:05.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22152026-06-10T21:52:05.808Z
22162026-06-10T21:52:05.808Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/295)
22172026-06-10T21:52:06.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22182026-06-10T21:52:06.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22192026-06-10T21:52:06.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22202026-06-10T21:52:06.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22212026-06-10T21:52:06.817Z
22222026-06-10T21:52:06.817Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/295)
22232026-06-10T21:52:06.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22242026-06-10T21:52:06.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22252026-06-10T21:52:06.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22262026-06-10T21:52:06.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22272026-06-10T21:52:07.053Z
22282026-06-10T21:52:07.053Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/295)
22292026-06-10T21:52:07.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22302026-06-10T21:52:07.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22312026-06-10T21:52:07.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22322026-06-10T21:52:07.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22332026-06-10T21:52:07.557Z
22342026-06-10T21:52:07.557Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/295)
22352026-06-10T21:52:08.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22362026-06-10T21:52:08.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22372026-06-10T21:52:08.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22382026-06-10T21:52:08.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22392026-06-10T21:52:08.142Z
22402026-06-10T21:52:08.142Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/295)
22412026-06-10T21:52:08.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22422026-06-10T21:52:08.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22432026-06-10T21:52:08.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22442026-06-10T21:52:08.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22452026-06-10T21:52:08.747Z
22462026-06-10T21:52:08.747Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/295)
22472026-06-10T21:52:09.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22482026-06-10T21:52:09.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22492026-06-10T21:52:09.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22502026-06-10T21:52:09.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22512026-06-10T21:52:09.360Z
22522026-06-10T21:52:09.360Zinfo: running `cargo check --bins` on key-manager-types (75/295)
22532026-06-10T21:52:09.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22542026-06-10T21:52:09.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22552026-06-10T21:52:09.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22562026-06-10T21:52:09.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22572026-06-10T21:52:09.928Z
22582026-06-10T21:52:09.928Zinfo: running `cargo check --bins` on oxlog (76/295)
22592026-06-10T21:52:10.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22602026-06-10T21:52:10.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22612026-06-10T21:52:10.537Z Checking cfg-if v1.0.4
22622026-06-10T21:52:10.541Z Checking libc v0.2.185
22632026-06-10T21:52:10.541Z Checking serde_core v1.0.228
22642026-06-10T21:52:10.656Z Checking zeroize v1.8.2
22652026-06-10T21:52:10.663Z Checking memchr v2.8.0
22662026-06-10T21:52:10.674Z Checking log v0.4.29
22672026-06-10T21:52:10.682Z Checking smallvec v1.15.1
22682026-06-10T21:52:10.694Z Checking typenum v1.19.0
22692026-06-10T21:52:10.694Z Checking subtle v2.6.1
22702026-06-10T21:52:10.795Z Checking itoa v1.0.17
22712026-06-10T21:52:10.830Z Checking scopeguard v1.2.0
22722026-06-10T21:52:10.847Z Checking stable_deref_trait v1.2.1
22732026-06-10T21:52:10.858Z Checking const-oid v0.9.6
22742026-06-10T21:52:10.919Z Checking zerofrom v0.1.6
22752026-06-10T21:52:10.931Z Checking lock_api v0.4.14
22762026-06-10T21:52:10.943Z Checking pin-project-lite v0.2.17
22772026-06-10T21:52:11.097Z Checking yoke v0.8.1
22782026-06-10T21:52:11.102Z Checking getrandom v0.2.17
22792026-06-10T21:52:11.102Z Checking errno v0.3.14
22802026-06-10T21:52:11.102Z Checking parking_lot_core v0.9.12
22812026-06-10T21:52:11.125Z Checking portable-atomic v1.13.1
22822026-06-10T21:52:11.153Z Checking signal-hook-registry v1.4.8
22832026-06-10T21:52:11.179Z Checking rand_core v0.6.4
22842026-06-10T21:52:11.191Z Checking zerovec v0.11.5
22852026-06-10T21:52:11.204Z Checking generic-array v0.14.7
22862026-06-10T21:52:11.273Z Checking futures-core v0.3.32
22872026-06-10T21:52:11.310Z Checking critical-section v1.2.0
22882026-06-10T21:52:11.352Z Checking parking_lot v0.12.5
22892026-06-10T21:52:11.390Z Checking mio v1.2.0
22902026-06-10T21:52:11.407Z Checking zerocopy v0.8.40
22912026-06-10T21:52:11.523Z Checking once_cell v1.21.3
22922026-06-10T21:52:11.533Z Checking zmij v1.0.21
22932026-06-10T21:52:11.545Z Checking socket2 v0.6.3
22942026-06-10T21:52:11.603Z Checking tinystr v0.8.2
22952026-06-10T21:52:11.627Z Checking crypto-common v0.1.7
22962026-06-10T21:52:11.668Z Checking block-buffer v0.10.4
22972026-06-10T21:52:11.690Z Checking libm v0.2.16
22982026-06-10T21:52:11.737Z Checking equivalent v1.0.2
22992026-06-10T21:52:11.749Z Checking percent-encoding v2.3.2
23002026-06-10T21:52:11.774Z Checking writeable v0.6.2
23012026-06-10T21:52:11.785Z Checking litemap v0.8.1
23022026-06-10T21:52:11.799Z Checking digest v0.10.7
23032026-06-10T21:52:11.816Z Checking potential_utf v0.1.4
23042026-06-10T21:52:11.883Z Checking zerotrie v0.2.3
23052026-06-10T21:52:11.931Z Checking futures-sink v0.3.32
23062026-06-10T21:52:11.945Z Checking icu_collections v2.1.1
23072026-06-10T21:52:11.956Z Checking icu_locale_core v2.1.1
23082026-06-10T21:52:11.988Z Checking cpufeatures v0.2.17
23092026-06-10T21:52:12.026Z Checking futures-channel v0.3.32
23102026-06-10T21:52:12.055Z Checking futures-task v0.3.32
23112026-06-10T21:52:12.104Z Checking serde v1.0.228
23122026-06-10T21:52:12.124Z Checking bitflags v2.11.0
23132026-06-10T21:52:12.188Z Checking serde_json v1.0.149
23142026-06-10T21:52:12.213Z Checking slab v0.4.12
23152026-06-10T21:52:12.243Z Checking futures-io v0.3.32
23162026-06-10T21:52:12.284Z Checking hmac v0.12.1
23172026-06-10T21:52:12.355Z Checking icu_properties_data v2.1.2
23182026-06-10T21:52:12.367Z Checking futures-util v0.3.32
23192026-06-10T21:52:12.386Z Checking num-traits v0.2.19
23202026-06-10T21:52:12.412Z Checking icu_normalizer_data v2.1.1
23212026-06-10T21:52:12.482Z Checking hashbrown v0.17.0
23222026-06-10T21:52:12.494Z Checking rand_core v0.10.0
23232026-06-10T21:52:12.506Z Checking bytes v1.11.1
23242026-06-10T21:52:12.509Z Checking icu_provider v2.1.1
23252026-06-10T21:52:12.626Z Checking getrandom v0.4.1
23262026-06-10T21:52:12.748Z Checking icu_normalizer v2.1.1
23272026-06-10T21:52:12.769Z Checking icu_properties v2.1.2
23282026-06-10T21:52:12.840Z Checking block-padding v0.3.3
23292026-06-10T21:52:12.905Z Checking utf8_iter v1.0.4
23302026-06-10T21:52:12.932Z Checking indexmap v2.14.0
23312026-06-10T21:52:12.944Z Checking tokio v1.52.1
23322026-06-10T21:52:12.972Z Checking inout v0.1.4
23332026-06-10T21:52:13.024Z Checking sha2 v0.10.9
23342026-06-10T21:52:13.051Z Checking form_urlencoded v1.2.2
23352026-06-10T21:52:13.105Z Checking cipher v0.4.4
23362026-06-10T21:52:13.174Z Checking getrandom v0.3.4
23372026-06-10T21:52:13.290Z Checking base64ct v1.8.3
23382026-06-10T21:52:13.305Z Checking byteorder v1.5.0
23392026-06-10T21:52:13.316Z Checking fnv v1.0.7
23402026-06-10T21:52:13.409Z Checking flagset v0.4.7
23412026-06-10T21:52:13.477Z Checking rand_core v0.9.5
23422026-06-10T21:52:13.500Z Checking http v1.4.0
23432026-06-10T21:52:13.520Z Checking pem-rfc7468 v0.7.0
23442026-06-10T21:52:13.534Z Checking regex-syntax v0.8.10
23452026-06-10T21:52:13.590Z Checking idna_adapter v1.2.1
23462026-06-10T21:52:13.664Z Checking salsa20 v0.10.2
23472026-06-10T21:52:13.676Z Checking der v0.7.10
23482026-06-10T21:52:13.711Z Checking idna v1.1.0
23492026-06-10T21:52:13.795Z Checking uuid v1.23.0
23502026-06-10T21:52:13.960Z Checking url v2.5.8
23512026-06-10T21:52:14.081Z Checking pbkdf2 v0.12.2
23522026-06-10T21:52:14.099Z Checking rustix v1.1.3
23532026-06-10T21:52:14.146Z Checking ppv-lite86 v0.2.21
23542026-06-10T21:52:14.188Z Checking tracing-core v0.1.36
23552026-06-10T21:52:14.260Z Checking rustls-pki-types v1.14.0
23562026-06-10T21:52:14.391Z Checking base64 v0.22.1
23572026-06-10T21:52:14.403Z Checking spki v0.7.3
23582026-06-10T21:52:14.434Z Checking iana-time-zone v0.1.65
23592026-06-10T21:52:14.482Z Checking tracing v0.1.44
23602026-06-10T21:52:14.540Z Checking chrono v0.4.44
23612026-06-10T21:52:14.549Z Checking rand_chacha v0.9.0
23622026-06-10T21:52:14.561Z Checking scrypt v0.11.0
23632026-06-10T21:52:14.676Z Checking http-body v1.0.1
23642026-06-10T21:52:14.682Z Checking aes v0.8.4
23652026-06-10T21:52:14.698Z Checking cbc v0.1.2
23662026-06-10T21:52:14.741Z Checking aws-lc-sys v0.40.0
23672026-06-10T21:52:14.754Z Checking untrusted v0.7.1
23682026-06-10T21:52:14.823Z Checking tinyvec_macros v0.1.1
23692026-06-10T21:52:14.837Z Checking openssl-probe v0.2.1
23702026-06-10T21:52:14.859Z Checking untrusted v0.9.0
23712026-06-10T21:52:14.889Z Checking tinyvec v1.10.0
23722026-06-10T21:52:14.915Z Checking rand v0.9.2
23732026-06-10T21:52:14.939Z Checking tower-layer v0.3.3
23742026-06-10T21:52:14.964Z Checking ring v0.17.14
23752026-06-10T21:52:15.067Z Checking pkcs5 v0.7.1
23762026-06-10T21:52:15.084Z Checking atomic-waker v1.1.2
23772026-06-10T21:52:15.181Z Checking tower-service v0.3.3
23782026-06-10T21:52:15.192Z Checking try-lock v0.2.5
23792026-06-10T21:52:15.237Z Checking aws-lc-rs v1.16.3
23802026-06-10T21:52:15.269Z Checking ipnet v2.11.0
23812026-06-10T21:52:15.285Z Checking want v0.3.1
23822026-06-10T21:52:15.319Z Checking pkcs8 v0.10.2
23832026-06-10T21:52:15.372Z Checking httparse v1.10.1
23842026-06-10T21:52:15.385Z Checking aho-corasick v1.1.4
23852026-06-10T21:52:15.404Z Checking pin-utils v0.1.0
23862026-06-10T21:52:15.473Z Checking plain v0.2.3
23872026-06-10T21:52:15.493Z Checking dyn-clone v1.0.20
23882026-06-10T21:52:15.523Z Checking fastrand v2.3.0
23892026-06-10T21:52:15.572Z Checking httpdate v1.0.3
23902026-06-10T21:52:15.583Z Checking utf8parse v0.2.2
23912026-06-10T21:52:15.595Z Checking foreign-types-shared v0.1.1
23922026-06-10T21:52:15.674Z Checking foreign-types v0.3.2
23932026-06-10T21:52:15.689Z Checking unicode-normalization v0.1.25
23942026-06-10T21:52:15.701Z Checking tempfile v3.25.0
23952026-06-10T21:52:15.715Z Checking semver v1.0.28
23962026-06-10T21:52:15.741Z Checking openssl-sys v0.9.115
23972026-06-10T21:52:15.889Z Checking spin v0.9.8
23982026-06-10T21:52:15.917Z Checking unicode-ident v1.0.24
23992026-06-10T21:52:15.952Z Checking ucd-trie v0.1.7
24002026-06-10T21:52:16.026Z Checking anstyle v1.0.14
24012026-06-10T21:52:16.046Z Checking regex-automata v0.4.14
24022026-06-10T21:52:16.058Z Checking rustls-webpki v0.103.9
24032026-06-10T21:52:16.072Z Checking proc-macro2 v1.0.106
24042026-06-10T21:52:16.083Z Checking pest v2.8.6
24052026-06-10T21:52:16.095Z Checking schemars v0.8.22
24062026-06-10T21:52:16.118Z Checking openssl v0.10.79
24072026-06-10T21:52:16.159Z Checking tokio-util v0.7.18
24082026-06-10T21:52:16.206Z Checking rustls-native-certs v0.8.3
24092026-06-10T21:52:16.336Z Checking thiserror v2.0.18
24102026-06-10T21:52:16.382Z Checking sync_wrapper v1.0.2
24112026-06-10T21:52:16.435Z Checking wait-timeout v0.2.1
24122026-06-10T21:52:16.468Z Checking rustls v0.23.37
24132026-06-10T21:52:16.483Z Checking simd-adler32 v0.3.8
24142026-06-10T21:52:16.552Z Checking powerfmt v0.2.0
24152026-06-10T21:52:16.650Z Checking quick-error v1.2.3
24162026-06-10T21:52:16.699Z Checking pretty-hex v0.4.1
24172026-06-10T21:52:16.725Z Checking is_terminal_polyfill v1.70.2
24182026-06-10T21:52:16.748Z Checking bit-vec v0.8.0
24192026-06-10T21:52:16.762Z Checking h2 v0.4.13
24202026-06-10T21:52:16.806Z Checking siphasher v1.0.2
24212026-06-10T21:52:16.818Z Checking colorchoice v1.0.4
24222026-06-10T21:52:16.913Z Checking anstyle-query v1.1.5
24232026-06-10T21:52:16.938Z Checking bit-set v0.8.0
24242026-06-10T21:52:16.960Z Checking rusty-fork v0.3.1
24252026-06-10T21:52:17.004Z Checking deranged v0.5.8
24262026-06-10T21:52:17.084Z Checking tower v0.5.3
24272026-06-10T21:52:17.122Z Checking quote v1.0.45
24282026-06-10T21:52:17.136Z Compiling newtype-uuid v1.3.2
24292026-06-10T21:52:17.287Z Checking http-body-util v0.1.3
24302026-06-10T21:52:17.312Z Checking crossbeam-utils v0.8.21
24312026-06-10T21:52:17.464Z Checking webpki-roots v1.0.6
24322026-06-10T21:52:17.516Z Checking rand_xorshift v0.4.0
24332026-06-10T21:52:17.579Z Checking crc32fast v1.5.0
24342026-06-10T21:52:17.739Z Checking scroll v0.13.0
24352026-06-10T21:52:17.746Z Checking signature v2.2.0
24362026-06-10T21:52:17.746Z Checking adler2 v2.0.1
24372026-06-10T21:52:17.761Z Checking unarray v0.1.4
24382026-06-10T21:52:17.825Z Checking ryu v1.0.23
24392026-06-10T21:52:17.838Z Checking num-conv v0.2.0
24402026-06-10T21:52:17.850Z Checking unicode-bidi v0.3.18
24412026-06-10T21:52:17.859Z Checking allocator-api2 v0.2.21
24422026-06-10T21:52:17.914Z Checking unicode-properties v0.1.4
24432026-06-10T21:52:17.948Z Checking num_threads v0.1.7
24442026-06-10T21:52:17.960Z Checking iri-string v0.7.10
24452026-06-10T21:52:18.035Z Checking time-core v0.1.8
24462026-06-10T21:52:18.099Z Checking serde_urlencoded v0.7.1
24472026-06-10T21:52:18.119Z Checking native-tls v0.2.18
24482026-06-10T21:52:18.132Z Checking proptest v1.10.0
24492026-06-10T21:52:18.135Z Checking stringprep v0.1.5
24502026-06-10T21:52:18.176Z Checking time v0.3.47
24512026-06-10T21:52:18.278Z Checking goblin v0.10.5
24522026-06-10T21:52:18.369Z Checking tokio-native-tls v0.3.1
24532026-06-10T21:52:18.370Z Checking bstr v1.12.1
24542026-06-10T21:52:18.452Z Checking miniz_oxide v0.8.9
24552026-06-10T21:52:18.697Z Checking crossbeam-epoch v0.9.18
24562026-06-10T21:52:18.804Z Checking tokio-rustls v0.26.4
24572026-06-10T21:52:18.822Z Checking syn v2.0.117
24582026-06-10T21:52:18.919Z Compiling daft v0.1.7
24592026-06-10T21:52:18.985Z Checking tower-http v0.6.8
24602026-06-10T21:52:19.031Z Checking ipnetwork v0.21.1
24612026-06-10T21:52:19.199Z Checking anstyle-parse v1.0.0
24622026-06-10T21:52:19.249Z Checking rand_chacha v0.3.1
24632026-06-10T21:52:19.262Z Checking thiserror v1.0.69
24642026-06-10T21:52:19.315Z Checking scroll v0.12.0
24652026-06-10T21:52:19.349Z Checking hash32 v0.2.1
24662026-06-10T21:52:19.360Z Checking zstd-sys v2.0.16+zstd.1.5.7
24672026-06-10T21:52:19.447Z Checking hyper v1.8.1
24682026-06-10T21:52:19.469Z Checking num-integer v0.1.46
24692026-06-10T21:52:19.473Z Checking serde_spanned v0.6.9
24702026-06-10T21:52:19.501Z Checking toml_datetime v0.6.11
24712026-06-10T21:52:19.539Z Checking md-5 v0.10.6
24722026-06-10T21:52:19.600Z Checking ff v0.13.1
24732026-06-10T21:52:19.672Z Checking encoding_rs v0.8.35
24742026-06-10T21:52:19.688Z Checking mime v0.3.17
24752026-06-10T21:52:19.709Z Checking fallible-iterator v0.2.0
24762026-06-10T21:52:19.722Z Checking zlib-rs v0.6.2
24772026-06-10T21:52:19.867Z Checking psl-types v2.0.11
24782026-06-10T21:52:19.929Z Checking base16ct v0.2.0
24792026-06-10T21:52:19.947Z Checking postgres-protocol v0.6.10
24802026-06-10T21:52:19.980Z Checking publicsuffix v2.3.0
24812026-06-10T21:52:20.049Z Checking sec1 v0.7.3
24822026-06-10T21:52:20.250Z Checking group v0.13.0
24832026-06-10T21:52:20.265Z Checking num-iter v0.1.45
24842026-06-10T21:52:20.288Z Checking goblin v0.8.2
24852026-06-10T21:52:20.367Z Checking hyper-util v0.1.20
24862026-06-10T21:52:20.373Z Checking heapless v0.7.17
24872026-06-10T21:52:20.397Z Checking zstd-safe v7.2.4
24882026-06-10T21:52:20.557Z Checking rand v0.8.6
24892026-06-10T21:52:20.582Z Checking flate2 v1.1.9
24902026-06-10T21:52:20.592Z Checking anstream v1.0.0
24912026-06-10T21:52:20.602Z Checking dof v0.4.0
24922026-06-10T21:52:20.831Z Checking cookie v0.18.1
24932026-06-10T21:52:20.870Z Checking oxnet v0.1.5
24942026-06-10T21:52:20.883Z Compiling iddqd v0.4.2
24952026-06-10T21:52:21.024Z Checking dtrace-parser v0.3.0
24962026-06-10T21:52:21.048Z Checking phf_shared v0.13.1
24972026-06-10T21:52:21.066Z Checking lazy_static v1.5.0
24982026-06-10T21:52:21.077Z Checking anstyle-parse v0.2.7
24992026-06-10T21:52:21.154Z Checking zerocopy v0.7.35
25002026-06-10T21:52:21.277Z Checking pin-project v1.1.11
25012026-06-10T21:52:21.302Z Checking bzip2-sys v0.1.13+1.0.8
25022026-06-10T21:52:21.302Z Checking terminal_size v0.4.3
25032026-06-10T21:52:21.302Z Checking signal-hook v0.3.18
25042026-06-10T21:52:21.321Z Checking futures-executor v0.3.32
25052026-06-10T21:52:21.336Z Checking hex v0.4.3
25062026-06-10T21:52:21.397Z Checking hkdf v0.12.4
25072026-06-10T21:52:21.524Z Checking crypto-bigint v0.5.5
25082026-06-10T21:52:21.609Z Checking thread-id v5.1.0
25092026-06-10T21:52:21.609Z Checking bitflags v1.3.2
25102026-06-10T21:52:21.627Z Checking clap_lex v1.0.0
25112026-06-10T21:52:21.627Z Checking libbz2-rs-sys v0.2.2
25122026-06-10T21:52:21.627Z Checking winnow v0.7.14
25132026-06-10T21:52:21.627Z Checking hyper-rustls v0.27.7
25142026-06-10T21:52:21.635Z Checking hyper-tls v0.6.0
25152026-06-10T21:52:21.719Z Checking bumpalo v3.20.2
25162026-06-10T21:52:21.823Z Checking same-file v1.0.6
25172026-06-10T21:52:21.837Z Checking strsim v0.11.1
25182026-06-10T21:52:22.054Z Compiling rayon-core v1.13.0
25192026-06-10T21:52:22.164Z Checking either v1.15.0
25202026-06-10T21:52:22.164Z Checking managed v0.8.0
25212026-06-10T21:52:22.164Z Checking winnow v0.5.40
25222026-06-10T21:52:22.171Z Checking foldhash v0.2.0
25232026-06-10T21:52:22.171Z Checking foldhash v0.1.5
25242026-06-10T21:52:22.171Z Checking smoltcp v0.9.1
25252026-06-10T21:52:22.171Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25262026-06-10T21:52:22.171Z Checking dof v0.3.0
25272026-06-10T21:52:22.271Z Checking hashbrown v0.15.5
25282026-06-10T21:52:22.286Z Checking hashbrown v0.16.1
25292026-06-10T21:52:22.342Z Checking elliptic-curve v0.13.8
25302026-06-10T21:52:22.371Z Checking clap_builder v4.6.0
25312026-06-10T21:52:22.498Z Checking bzip2 v0.6.1
25322026-06-10T21:52:22.641Z Checking walkdir v2.5.0
25332026-06-10T21:52:22.653Z Checking zopfli v0.8.3
25342026-06-10T21:52:22.681Z Checking reqwest v0.12.28
25352026-06-10T21:52:22.700Z Checking usdt-impl v0.6.0
25362026-06-10T21:52:22.736Z Checking futures v0.3.32
25372026-06-10T21:52:22.762Z Checking signal-hook-mio v0.2.5
25382026-06-10T21:52:22.781Z Checking bzip2 v0.4.4
25392026-06-10T21:52:22.787Z Checking snafu v0.8.9
25402026-06-10T21:52:22.829Z Checking anstream v0.6.21
25412026-06-10T21:52:22.940Z Checking phf v0.13.1
25422026-06-10T21:52:22.949Z Checking num-bigint-dig v0.8.6
25432026-06-10T21:52:23.017Z Checking cookie_store v0.22.1
25442026-06-10T21:52:23.025Z Checking zstd v0.13.3
25452026-06-10T21:52:23.078Z Checking postgres-types v0.2.12
25462026-06-10T21:52:23.096Z Checking toml_edit v0.19.15
25472026-06-10T21:52:23.207Z Checking dtrace-parser v0.2.0
25482026-06-10T21:52:23.220Z Checking crossbeam-deque v0.8.6
25492026-06-10T21:52:23.339Z Checking rustls-platform-verifier v0.6.2
25502026-06-10T21:52:23.390Z Checking globset v0.4.18
25512026-06-10T21:52:23.393Z Checking regex v1.12.3
25522026-06-10T21:52:23.438Z Checking ed25519 v2.2.3
25532026-06-10T21:52:23.476Z Checking phf_shared v0.11.3
25542026-06-10T21:52:23.503Z Checking olpc-cjson v0.1.4
25552026-06-10T21:52:23.583Z Checking curve25519-dalek v4.1.3
25562026-06-10T21:52:23.634Z Checking ref-cast v1.0.25
25572026-06-10T21:52:23.637Z Checking strum v0.27.2
25582026-06-10T21:52:23.637Z Checking hubpack v0.1.2
25592026-06-10T21:52:23.669Z Checking memoffset v0.9.1
25602026-06-10T21:52:23.686Z Checking rustix v0.38.44
25612026-06-10T21:52:23.740Z Checking pkcs1 v0.7.5
25622026-06-10T21:52:23.743Z Checking pem v3.0.6
25632026-06-10T21:52:23.743Z Checking float-cmp v0.10.0
25642026-06-10T21:52:23.774Z Checking erased-serde v0.3.31
25652026-06-10T21:52:23.819Z Checking serde-big-array v0.5.1
25662026-06-10T21:52:23.889Z Checking serde_plain v1.0.2
25672026-06-10T21:52:23.901Z Checking rfc6979 v0.4.0
25682026-06-10T21:52:23.954Z Checking thread-id v4.2.2
25692026-06-10T21:52:23.965Z Checking memmap2 v0.9.10
25702026-06-10T21:52:24.011Z Checking env_filter v1.0.0
25712026-06-10T21:52:24.032Z Checking keccak v0.1.6
25722026-06-10T21:52:24.035Z Checking unicode-segmentation v1.12.0
25732026-06-10T21:52:24.131Z Checking precomputed-hash v0.1.1
25742026-06-10T21:52:24.151Z Checking typed-path v0.9.3
25752026-06-10T21:52:24.154Z Checking normalize-line-endings v0.3.0
25762026-06-10T21:52:24.175Z Checking data-encoding v2.10.0
25772026-06-10T21:52:24.199Z Checking predicates-core v1.0.10
25782026-06-10T21:52:24.211Z Checking new_debug_unreachable v1.0.6
25792026-06-10T21:52:24.249Z Checking static_assertions v1.1.0
25802026-06-10T21:52:24.277Z Checking whoami v2.1.0
25812026-06-10T21:52:24.317Z Checking jiff v0.2.21
25822026-06-10T21:52:24.329Z Checking toml_write v0.1.2
25832026-06-10T21:52:24.355Z Checking difflib v0.4.0
25842026-06-10T21:52:24.369Z Checking fixedbitset v0.4.2
25852026-06-10T21:52:24.438Z Checking fixedbitset v0.5.7
25862026-06-10T21:52:24.467Z Checking tokio-postgres v0.7.16
25872026-06-10T21:52:24.490Z Checking toml_edit v0.22.27
25882026-06-10T21:52:24.502Z Checking crossterm v0.28.1
25892026-06-10T21:52:24.513Z Checking petgraph v0.6.5
25902026-06-10T21:52:24.533Z Checking predicates v3.1.4
25912026-06-10T21:52:24.628Z Checking petgraph v0.8.3
25922026-06-10T21:52:24.829Z Checking hickory-proto v0.25.2
25932026-06-10T21:52:24.914Z Checking tough v0.22.0
25942026-06-10T21:52:25.191Z Checking ed25519-dalek v2.2.0
25952026-06-10T21:52:25.426Z Checking similar v2.7.0
25962026-06-10T21:52:25.550Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25972026-06-10T21:52:25.697Z Checking string_cache v0.8.9
25982026-06-10T21:52:25.742Z Checking sha3 v0.10.8
25992026-06-10T21:52:25.803Z Checking slog v2.8.2
26002026-06-10T21:52:25.866Z Checking toml v0.7.8
26012026-06-10T21:52:25.946Z Checking env_logger v0.11.9
26022026-06-10T21:52:26.069Z Checking usdt v0.6.0
26032026-06-10T21:52:26.137Z Checking usdt-impl v0.5.0
26042026-06-10T21:52:26.172Z Checking ecdsa v0.16.9
26052026-06-10T21:52:26.185Z Checking rsa v0.9.10
26062026-06-10T21:52:26.237Z Checking nix v0.31.2
26072026-06-10T21:52:26.508Z Checking clap v4.6.1
26082026-06-10T21:52:26.531Z Checking zip v4.6.1
26092026-06-10T21:52:26.586Z Checking reqwest v0.13.2
26102026-06-10T21:52:26.911Z Checking zip v0.6.6
26112026-06-10T21:52:26.968Z Checking toml_parser v1.0.9+spec-1.1.0
26122026-06-10T21:52:27.110Z Checking itertools v0.13.0
26132026-06-10T21:52:27.228Z Checking serde_with v3.17.0
26142026-06-10T21:52:27.272Z Checking strum v0.26.3
26152026-06-10T21:52:27.288Z Checking fs-err v3.3.0
26162026-06-10T21:52:27.318Z Checking ahash v0.8.12
26172026-06-10T21:52:27.383Z Checking object v0.37.3
26182026-06-10T21:52:27.420Z Checking tokio-stream v0.1.18
26192026-06-10T21:52:27.510Z Checking buf-list v1.1.2
26202026-06-10T21:52:27.578Z Checking camino v1.2.2
26212026-06-10T21:52:27.593Z Checking anyhow v1.0.102
26222026-06-10T21:52:27.694Z Checking x509-cert v0.2.5
26232026-06-10T21:52:27.783Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26242026-06-10T21:52:27.795Z Checking openapiv3 v2.2.0
26252026-06-10T21:52:27.806Z Checking sha1 v0.10.6
26262026-06-10T21:52:27.823Z Checking lalrpop-util v0.19.12
26272026-06-10T21:52:27.964Z Checking peg-runtime v0.8.5
26282026-06-10T21:52:27.978Z Checking rayon v1.11.0
26292026-06-10T21:52:28.039Z Checking sigpipe v0.1.3
26302026-06-10T21:52:28.106Z Checking glob v0.3.3
26312026-06-10T21:52:29.575Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26322026-06-10T21:52:29.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.92s
26332026-06-10T21:52:30.018Z
26342026-06-10T21:52:30.018Zinfo: running `cargo check --bins` on internal-dns-types (77/295)
26352026-06-10T21:52:30.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26362026-06-10T21:52:30.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26372026-06-10T21:52:30.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26382026-06-10T21:52:30.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26392026-06-10T21:52:30.619Z
26402026-06-10T21:52:30.619Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/295)
26412026-06-10T21:52:31.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26422026-06-10T21:52:31.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26432026-06-10T21:52:31.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26442026-06-10T21:52:31.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26452026-06-10T21:52:31.205Z
26462026-06-10T21:52:31.205Zinfo: running `cargo check --bins` on nexus-types-versions (79/295)
26472026-06-10T21:52:31.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26482026-06-10T21:52:31.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26492026-06-10T21:52:31.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26502026-06-10T21:52:31.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26512026-06-10T21:52:31.805Z
26522026-06-10T21:52:31.805Zinfo: running `cargo check --bins` on oxql-types (80/295)
26532026-06-10T21:52:32.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26542026-06-10T21:52:32.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26552026-06-10T21:52:32.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26562026-06-10T21:52:32.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26572026-06-10T21:52:32.395Z
26582026-06-10T21:52:32.395Zinfo: running `cargo check --bins` on oximeter-types (81/295)
26592026-06-10T21:52:32.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26602026-06-10T21:52:32.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26612026-06-10T21:52:32.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26622026-06-10T21:52:32.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26632026-06-10T21:52:32.986Z
26642026-06-10T21:52:32.986Zinfo: running `cargo check --bins` on oximeter-types-versions (82/295)
26652026-06-10T21:52:33.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26662026-06-10T21:52:33.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26672026-06-10T21:52:33.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26682026-06-10T21:52:33.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26692026-06-10T21:52:33.578Z
26702026-06-10T21:52:33.578Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/295)
26712026-06-10T21:52:34.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26722026-06-10T21:52:34.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26732026-06-10T21:52:34.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26742026-06-10T21:52:34.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26752026-06-10T21:52:34.156Z
26762026-06-10T21:52:34.156Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/295)
26772026-06-10T21:52:34.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26782026-06-10T21:52:34.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26792026-06-10T21:52:34.840Z Compiling structmeta-derive v0.3.0
26802026-06-10T21:52:34.957Z Compiling rustls v0.22.4
26812026-06-10T21:52:34.966Z Compiling multer v3.1.0
26822026-06-10T21:52:34.977Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26832026-06-10T21:52:34.980Z Compiling async-stream-impl v0.3.6
26842026-06-10T21:52:34.999Z Compiling dropshot v0.17.0
26852026-06-10T21:52:35.014Z Compiling newtype-uuid-macros v0.1.0
26862026-06-10T21:52:35.014Z Compiling dropshot_endpoint v0.17.0
26872026-06-10T21:52:35.135Z Checking newtype-uuid v1.3.2
26882026-06-10T21:52:35.226Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26892026-06-10T21:52:35.256Z Checking rustls-webpki v0.102.8
26902026-06-10T21:52:35.330Z Checking daft v0.1.7
26912026-06-10T21:52:35.358Z Checking thread_local v1.1.9
26922026-06-10T21:52:35.524Z Checking compression-core v0.4.31
26932026-06-10T21:52:35.552Z Checking match_cfg v0.1.0
26942026-06-10T21:52:35.569Z Checking iddqd v0.4.2
26952026-06-10T21:52:35.628Z Checking hostname v0.3.1
26962026-06-10T21:52:35.645Z Checking crossbeam-channel v0.5.15
26972026-06-10T21:52:35.659Z Checking compression-codecs v0.4.37
26982026-06-10T21:52:35.724Z Checking atomicwrites v0.4.4
26992026-06-10T21:52:35.766Z Checking slog-json v2.6.1
27002026-06-10T21:52:35.824Z Checking serde_spanned v1.0.4
27012026-06-10T21:52:35.847Z Checking toml_datetime v1.0.0+spec-1.1.0
27022026-06-10T21:52:35.910Z Checking is-terminal v0.4.17
27032026-06-10T21:52:35.956Z Checking toml_writer v1.0.6+spec-1.1.0
27042026-06-10T21:52:35.979Z Checking debug-ignore v1.0.5
27052026-06-10T21:52:35.989Z Compiling structmeta v0.3.0
27062026-06-10T21:52:36.000Z Checking term v1.2.1
27072026-06-10T21:52:36.048Z Checking take_mut v0.2.2
27082026-06-10T21:52:36.075Z Checking slog-bunyan v2.5.0
27092026-06-10T21:52:36.132Z Checking toml v1.0.6+spec-1.1.0
27102026-06-10T21:52:36.151Z Checking slog-async v2.8.0
27112026-06-10T21:52:36.275Z Checking async-compression v0.4.41
27122026-06-10T21:52:36.275Z Compiling derive-ex v0.1.8
27132026-06-10T21:52:36.275Z Compiling parse-display-derive v0.10.0
27142026-06-10T21:52:36.320Z Checking slog-term v2.9.2
27152026-06-10T21:52:36.425Z Checking async-stream v0.3.6
27162026-06-10T21:52:36.469Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27172026-06-10T21:52:36.545Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27182026-06-10T21:52:36.558Z Checking progenitor-client v0.14.0
27192026-06-10T21:52:36.572Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27202026-06-10T21:52:36.700Z Checking waitgroup v0.1.2
27212026-06-10T21:52:36.713Z Checking backon v1.6.0
27222026-06-10T21:52:36.746Z Checking rustls-pemfile v2.2.0
27232026-06-10T21:52:36.800Z Checking serde_path_to_error v0.1.20
27242026-06-10T21:52:36.872Z Checking hostname v0.4.2
27252026-06-10T21:52:36.875Z Checking instant v0.1.13
27262026-06-10T21:52:36.967Z Checking backoff v0.4.0
27272026-06-10T21:52:37.049Z Checking tokio-rustls v0.25.0
27282026-06-10T21:52:37.067Z Checking progenitor-extras v0.2.0
27292026-06-10T21:52:37.123Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27302026-06-10T21:52:37.163Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27312026-06-10T21:52:37.326Z Checking itertools v0.14.0
27322026-06-10T21:52:37.351Z Checking progenitor-client v0.10.0
27332026-06-10T21:52:37.527Z Checking regress v0.10.5
27342026-06-10T21:52:37.530Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27352026-06-10T21:52:37.784Z Checking macaddr v1.0.1
27362026-06-10T21:52:37.860Z Compiling test-strategy v0.4.5
27372026-06-10T21:52:37.886Z Checking parse-display v0.10.0
27382026-06-10T21:52:38.110Z Checking humantime v2.3.0
27392026-06-10T21:52:39.264Z Compiling prettyplease v0.2.37
27402026-06-10T21:52:39.351Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27412026-06-10T21:52:39.558Z Checking num-rational v0.4.2
27422026-06-10T21:52:39.730Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27432026-06-10T21:52:40.164Z Checking num-complex v0.4.6
27442026-06-10T21:52:40.733Z Checking num v0.4.3
27452026-06-10T21:52:40.809Z Compiling usdt-macro v0.5.0
27462026-06-10T21:52:40.906Z Compiling usdt-attr-macro v0.5.0
27472026-06-10T21:52:40.951Z Checking memmap v0.7.0
27482026-06-10T21:52:40.963Z Checking float-ord v0.3.2
27492026-06-10T21:52:41.065Z Compiling convert_case v0.4.0
27502026-06-10T21:52:41.083Z Checking unicode-width v0.2.0
27512026-06-10T21:52:41.342Z Checking console v0.15.11
27522026-06-10T21:52:41.446Z Compiling derive_more v0.99.20
27532026-06-10T21:52:41.542Z Checking newline-converter v0.3.0
27542026-06-10T21:52:41.623Z Compiling toml v0.8.23
27552026-06-10T21:52:41.652Z Checking linked-hash-map v0.5.6
27562026-06-10T21:52:41.679Z Checking usdt v0.5.0
27572026-06-10T21:52:41.820Z Compiling minimal-lexical v0.2.1
27582026-06-10T21:52:41.847Z Checking lru-cache v0.1.2
27592026-06-10T21:52:41.968Z Checking expectorate v1.2.0
27602026-06-10T21:52:42.104Z Compiling nom v7.1.3
27612026-06-10T21:52:42.575Z Checking camino-tempfile v1.4.1
27622026-06-10T21:52:42.772Z Checking hickory-proto v0.24.4
27632026-06-10T21:52:42.777Z Checking phf_shared v0.12.1
27642026-06-10T21:52:42.895Z Compiling slog-dtrace v0.3.0
27652026-06-10T21:52:42.937Z Checking heck v0.5.0
27662026-06-10T21:52:43.067Z Compiling chrono-tz v0.10.4
27672026-06-10T21:52:43.087Z Checking resolv-conf v0.7.6
27682026-06-10T21:52:43.278Z Compiling const_format_proc_macros v0.2.34
27692026-06-10T21:52:43.291Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27702026-06-10T21:52:43.311Z Checking phf v0.12.1
27712026-06-10T21:52:43.437Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27722026-06-10T21:52:43.454Z Checking tokio-dtrace v0.1.1
27732026-06-10T21:52:43.697Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27742026-06-10T21:52:43.993Z Compiling derive-where v1.6.0
27752026-06-10T21:52:43.996Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27762026-06-10T21:52:44.132Z Checking highway v1.3.0
27772026-06-10T21:52:44.368Z Checking const_format v0.2.35
27782026-06-10T21:52:44.593Z Checking hickory-resolver v0.24.4
27792026-06-10T21:52:44.610Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27802026-06-10T21:52:44.743Z Checking oxide-tokio-rt v0.1.4
27812026-06-10T21:52:44.854Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27822026-06-10T21:52:45.115Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27832026-06-10T21:52:45.347Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27842026-06-10T21:52:45.359Z Checking gethostname v0.5.0
27852026-06-10T21:52:45.359Z Checking qorb v0.4.1
27862026-06-10T21:52:45.409Z Checking bcs v0.1.6
27872026-06-10T21:52:45.461Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27882026-06-10T21:52:45.498Z Checking termtree v0.5.1
27892026-06-10T21:52:48.537Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27902026-06-10T21:52:51.364Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27912026-06-10T21:52:53.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.30s
27922026-06-10T21:52:53.646Z
27932026-06-10T21:52:53.646Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/295)
27942026-06-10T21:52:54.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27952026-06-10T21:52:54.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27962026-06-10T21:52:54.336Z Compiling ar_archive_writer v0.5.1
27972026-06-10T21:52:54.449Z Compiling stacker v0.1.23
27982026-06-10T21:52:54.457Z Compiling cfg_aliases v0.1.1
27992026-06-10T21:52:54.464Z Compiling convert_case v0.10.0
28002026-06-10T21:52:54.471Z Checking unicode-width v0.1.14
28012026-06-10T21:52:54.482Z Compiling proc-macro-error v1.0.4
28022026-06-10T21:52:54.499Z Checking fd-lock v4.0.4
28032026-06-10T21:52:54.499Z Checking nibble_vec v0.1.0
28042026-06-10T21:52:54.515Z Compiling nix v0.28.0
28052026-06-10T21:52:54.609Z Checking vte v0.14.1
28062026-06-10T21:52:54.621Z Compiling recursive-proc-macro-impl v0.1.1
28072026-06-10T21:52:54.702Z Checking bytecount v0.6.9
28082026-06-10T21:52:54.715Z Checking endian-type v0.1.2
28092026-06-10T21:52:54.755Z Checking strip-ansi-escapes v0.2.1
28102026-06-10T21:52:54.767Z Compiling derive_more-impl v2.1.1
28112026-06-10T21:52:54.778Z Compiling tabled_derive v0.7.0
28122026-06-10T21:52:54.802Z Checking papergrid v0.11.0
28132026-06-10T21:52:54.834Z Checking radix_trie v0.2.1
28142026-06-10T21:52:54.872Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28152026-06-10T21:52:55.016Z Compiling peg-macros v0.8.5
28162026-06-10T21:52:55.036Z Checking winnow v0.6.26
28172026-06-10T21:52:55.278Z Compiling psm v0.1.30
28182026-06-10T21:52:55.363Z Compiling sqlparser_derive v0.5.0
28192026-06-10T21:52:55.398Z Checking nu-ansi-term v0.50.3
28202026-06-10T21:52:55.558Z Checking derive_more v2.1.1
28212026-06-10T21:52:55.605Z Checking unicode_categories v0.1.1
28222026-06-10T21:52:55.632Z Checking home v0.5.12
28232026-06-10T21:52:55.723Z Checking tabled v0.15.0
28242026-06-10T21:52:55.738Z Checking crossterm v0.29.0
28252026-06-10T21:52:55.757Z Checking reedline v0.40.0
28262026-06-10T21:52:55.839Z Checking rustyline v14.0.0
28272026-06-10T21:52:56.042Z Checking recursive v0.1.1
28282026-06-10T21:52:56.135Z Checking sqlparser v0.61.0
28292026-06-10T21:52:56.148Z Checking display-error-chain v0.2.2
28302026-06-10T21:52:56.163Z Checking sqlformat v0.3.5
28312026-06-10T21:52:56.370Z Checking peg v0.8.5
28322026-06-10T21:53:07.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.66s
28332026-06-10T21:53:07.487Z
28342026-06-10T21:53:07.487Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/295)
28352026-06-10T21:53:08.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362026-06-10T21:53:08.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372026-06-10T21:53:08.165Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28382026-06-10T21:53:11.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.10s
28392026-06-10T21:53:11.782Z
28402026-06-10T21:53:11.782Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/295)
28412026-06-10T21:53:12.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422026-06-10T21:53:12.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432026-06-10T21:53:12.452Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28442026-06-10T21:53:14.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s
28452026-06-10T21:53:15.079Z
28462026-06-10T21:53:15.079Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/295)
28472026-06-10T21:53:15.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482026-06-10T21:53:15.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492026-06-10T21:53:15.746Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28502026-06-10T21:53:18.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s
28512026-06-10T21:53:19.175Z
28522026-06-10T21:53:19.175Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/295)
28532026-06-10T21:53:19.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28542026-06-10T21:53:19.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28552026-06-10T21:53:19.849Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28562026-06-10T21:53:23.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.94s
28572026-06-10T21:53:23.306Z
28582026-06-10T21:53:23.306Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/295)
28592026-06-10T21:53:23.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28602026-06-10T21:53:23.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28612026-06-10T21:53:23.981Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28622026-06-10T21:53:26.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
28632026-06-10T21:53:26.759Z
28642026-06-10T21:53:26.759Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/295)
28652026-06-10T21:53:27.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28662026-06-10T21:53:27.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28672026-06-10T21:53:27.434Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28682026-06-10T21:53:30.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s
28692026-06-10T21:53:30.236Z
28702026-06-10T21:53:30.237Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/295)
28712026-06-10T21:53:30.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28722026-06-10T21:53:30.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28732026-06-10T21:53:30.909Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28742026-06-10T21:53:34.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s
28752026-06-10T21:53:34.555Z
28762026-06-10T21:53:34.555Zinfo: running `cargo check --bins` on oximeter (93/295)
28772026-06-10T21:53:35.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28782026-06-10T21:53:35.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28792026-06-10T21:53:35.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28802026-06-10T21:53:35.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28812026-06-10T21:53:35.159Z
28822026-06-10T21:53:35.159Zinfo: running `cargo check --bins` on oximeter-schema (94/295)
28832026-06-10T21:53:35.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28842026-06-10T21:53:35.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28852026-06-10T21:53:35.798Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28862026-06-10T21:53:35.963Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28872026-06-10T21:53:35.978Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28882026-06-10T21:53:36.303Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28892026-06-10T21:53:39.146Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28902026-06-10T21:53:40.370Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28912026-06-10T21:53:40.579Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28922026-06-10T21:53:41.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.09s
28932026-06-10T21:53:41.439Z
28942026-06-10T21:53:41.439Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/295)
28952026-06-10T21:53:41.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28962026-06-10T21:53:41.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28972026-06-10T21:53:41.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28982026-06-10T21:53:41.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28992026-06-10T21:53:42.033Z
29002026-06-10T21:53:42.033Zinfo: running `cargo check --bins` on oximeter-test-utils (96/295)
29012026-06-10T21:53:42.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29022026-06-10T21:53:42.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29032026-06-10T21:53:42.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29042026-06-10T21:53:42.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29052026-06-10T21:53:42.673Z
29062026-06-10T21:53:42.673Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/295)
29072026-06-10T21:53:43.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29082026-06-10T21:53:43.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29092026-06-10T21:53:43.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29102026-06-10T21:53:43.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29112026-06-10T21:53:43.279Z
29122026-06-10T21:53:43.279Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/295)
29132026-06-10T21:53:43.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29142026-06-10T21:53:43.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29152026-06-10T21:53:43.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29162026-06-10T21:53:43.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29172026-06-10T21:53:43.894Z
29182026-06-10T21:53:43.894Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/295)
29192026-06-10T21:53:44.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29202026-06-10T21:53:44.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29212026-06-10T21:53:44.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29222026-06-10T21:53:44.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29232026-06-10T21:53:44.493Z
29242026-06-10T21:53:44.494Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/295)
29252026-06-10T21:53:45.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29262026-06-10T21:53:45.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29272026-06-10T21:53:45.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29282026-06-10T21:53:45.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29292026-06-10T21:53:45.094Z
29302026-06-10T21:53:45.094Zinfo: running `cargo check --bins` on trust-quorum-types (101/295)
29312026-06-10T21:53:45.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29322026-06-10T21:53:45.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29332026-06-10T21:53:45.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29342026-06-10T21:53:45.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29352026-06-10T21:53:45.682Z
29362026-06-10T21:53:45.682Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/295)
29372026-06-10T21:53:46.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29382026-06-10T21:53:46.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29392026-06-10T21:53:46.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29402026-06-10T21:53:46.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29412026-06-10T21:53:46.286Z
29422026-06-10T21:53:46.286Zinfo: running `cargo check --bins` on update-engine (103/295)
29432026-06-10T21:53:46.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29442026-06-10T21:53:46.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29452026-06-10T21:53:46.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29462026-06-10T21:53:46.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29472026-06-10T21:53:46.867Z
29482026-06-10T21:53:46.868Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/295)
29492026-06-10T21:53:47.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29502026-06-10T21:53:47.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29512026-06-10T21:53:47.587Z Compiling crucible-workspace-hack v0.1.0
29522026-06-10T21:53:47.706Z Checking secrecy v0.10.3
29532026-06-10T21:53:47.713Z Compiling toml_datetime v0.7.5+spec-1.1.0
29542026-06-10T21:53:47.716Z Compiling heapless v0.8.0
29552026-06-10T21:53:47.727Z Compiling ingot-macros v0.1.1
29562026-06-10T21:53:47.736Z Checking hash32 v0.3.1
29572026-06-10T21:53:47.825Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29582026-06-10T21:53:47.828Z Compiling smoltcp v0.11.0
29592026-06-10T21:53:47.828Z Checking cobs v0.3.0
29602026-06-10T21:53:47.853Z Compiling toml_edit v0.23.10+spec-1.0.0
29612026-06-10T21:53:47.935Z Compiling thiserror-impl-no-std v2.0.2
29622026-06-10T21:53:47.949Z Checking universal-hash v0.5.1
29632026-06-10T21:53:47.952Z Checking half v2.7.1
29642026-06-10T21:53:47.999Z Checking ciborium-io v0.2.2
29652026-06-10T21:53:48.069Z Checking opaque-debug v0.3.1
29662026-06-10T21:53:48.082Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29672026-06-10T21:53:48.115Z Checking postcard v1.1.3
29682026-06-10T21:53:48.138Z Checking poly1305 v0.8.0
29692026-06-10T21:53:48.219Z Checking ciborium-ll v0.2.2
29702026-06-10T21:53:48.273Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29712026-06-10T21:53:48.388Z Compiling proc-macro-crate v3.4.0
29722026-06-10T21:53:48.402Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29732026-06-10T21:53:48.414Z Checking password-hash v0.5.0
29742026-06-10T21:53:48.655Z Checking chacha20 v0.9.1
29752026-06-10T21:53:48.680Z Compiling proc-macro-crate v1.3.1
29762026-06-10T21:53:48.694Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29772026-06-10T21:53:48.853Z Checking blake2 v0.10.6
29782026-06-10T21:53:48.893Z Checking aead v0.5.2
29792026-06-10T21:53:48.934Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29802026-06-10T21:53:48.961Z Compiling num_enum_derive v0.7.6
29812026-06-10T21:53:49.037Z Compiling foreign-types-macros v0.2.3
29822026-06-10T21:53:49.084Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29832026-06-10T21:53:49.099Z Checking cpufeatures v0.3.0
29842026-06-10T21:53:49.114Z Checking thiserror-no-std v2.0.2
29852026-06-10T21:53:49.140Z Checking foreign-types-shared v0.3.1
29862026-06-10T21:53:49.171Z Checking chacha20 v0.10.0
29872026-06-10T21:53:49.201Z Checking vsss-rs v3.3.4
29882026-06-10T21:53:49.229Z Compiling num_enum_derive v0.5.11
29892026-06-10T21:53:49.319Z Checking argon2 v0.5.3
29902026-06-10T21:53:49.477Z Checking chacha20poly1305 v0.10.1
29912026-06-10T21:53:49.514Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29922026-06-10T21:53:49.618Z Checking foreign-types v0.5.0
29932026-06-10T21:53:49.656Z Checking ciborium v0.2.2
29942026-06-10T21:53:49.800Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29952026-06-10T21:53:49.871Z Checking tabwriter v1.4.1
29962026-06-10T21:53:49.989Z Checking num_enum v0.7.6
29972026-06-10T21:53:50.016Z Checking byte-wrapper v0.1.0
29982026-06-10T21:53:50.072Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29992026-06-10T21:53:50.086Z Checking cstr-argument v0.1.2
30002026-06-10T21:53:50.099Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30012026-06-10T21:53:50.207Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30022026-06-10T21:53:50.222Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30032026-06-10T21:53:50.246Z Checking num_enum v0.5.11
30042026-06-10T21:53:50.297Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30052026-06-10T21:53:50.357Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30062026-06-10T21:53:50.406Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30072026-06-10T21:53:50.493Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30082026-06-10T21:53:50.512Z Checking ingot-types v0.1.2
30092026-06-10T21:53:50.526Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30102026-06-10T21:53:50.539Z Checking rand v0.10.0
30112026-06-10T21:53:50.569Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30122026-06-10T21:53:50.598Z Checking indent_write v2.2.0
30132026-06-10T21:53:50.725Z Checking colored v3.1.1
30142026-06-10T21:53:50.736Z Compiling zone_cfg_derive v0.3.1
30152026-06-10T21:53:50.835Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30162026-06-10T21:53:50.902Z Checking ingot v0.1.1
30172026-06-10T21:53:50.907Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30182026-06-10T21:53:50.921Z Checking itertools v0.12.1
30192026-06-10T21:53:50.956Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30202026-06-10T21:53:51.009Z Compiling num-derive v0.4.2
30212026-06-10T21:53:51.046Z Checking swrite v0.1.0
30222026-06-10T21:53:51.059Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30232026-06-10T21:53:51.137Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30242026-06-10T21:53:51.258Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30252026-06-10T21:53:51.370Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30262026-06-10T21:53:51.385Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30272026-06-10T21:53:51.411Z Checking dropshot-api-manager-types v0.7.2
30282026-06-10T21:53:51.451Z Checking smf v0.2.3
30292026-06-10T21:53:51.480Z Checking nanorand v0.7.0
30302026-06-10T21:53:51.574Z Checking whoami v1.6.1
30312026-06-10T21:53:51.676Z Checking flume v0.11.1
30322026-06-10T21:53:51.721Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30332026-06-10T21:53:51.915Z Checking zone v0.3.1
30342026-06-10T21:53:51.929Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30352026-06-10T21:53:52.419Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30362026-06-10T21:53:53.388Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30372026-06-10T21:53:54.291Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30382026-06-10T21:53:57.502Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30392026-06-10T21:53:59.538Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30402026-06-10T21:54:00.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.76s
30412026-06-10T21:54:00.824Z
30422026-06-10T21:54:00.824Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/295)
30432026-06-10T21:54:01.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442026-06-10T21:54:01.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452026-06-10T21:54:01.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30462026-06-10T21:54:01.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30472026-06-10T21:54:01.426Z
30482026-06-10T21:54:01.426Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/295)
30492026-06-10T21:54:01.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502026-06-10T21:54:01.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512026-06-10T21:54:01.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30522026-06-10T21:54:01.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30532026-06-10T21:54:02.028Z
30542026-06-10T21:54:02.028Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/295)
30552026-06-10T21:54:02.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30562026-06-10T21:54:02.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30572026-06-10T21:54:02.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30582026-06-10T21:54:02.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30592026-06-10T21:54:02.644Z
30602026-06-10T21:54:02.644Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/295)
30612026-06-10T21:54:03.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30622026-06-10T21:54:03.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30632026-06-10T21:54:03.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30642026-06-10T21:54:03.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30652026-06-10T21:54:03.256Z
30662026-06-10T21:54:03.256Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/295)
30672026-06-10T21:54:03.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30682026-06-10T21:54:03.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30692026-06-10T21:54:03.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30702026-06-10T21:54:03.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30712026-06-10T21:54:03.866Z
30722026-06-10T21:54:03.866Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/295)
30732026-06-10T21:54:04.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30742026-06-10T21:54:04.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30752026-06-10T21:54:04.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30762026-06-10T21:54:04.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30772026-06-10T21:54:04.471Z
30782026-06-10T21:54:04.471Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/295)
30792026-06-10T21:54:04.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30802026-06-10T21:54:04.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30812026-06-10T21:54:04.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30822026-06-10T21:54:04.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30832026-06-10T21:54:05.083Z
30842026-06-10T21:54:05.083Zinfo: running `cargo check --bins` on cockroach-admin-client (112/295)
30852026-06-10T21:54:05.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30862026-06-10T21:54:05.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30872026-06-10T21:54:05.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30882026-06-10T21:54:05.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30892026-06-10T21:54:05.679Z
30902026-06-10T21:54:05.679Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/295)
30912026-06-10T21:54:06.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30922026-06-10T21:54:06.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30932026-06-10T21:54:06.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30942026-06-10T21:54:06.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30952026-06-10T21:54:06.288Z
30962026-06-10T21:54:06.288Zinfo: running `cargo check --bins` on dns-service-client (114/295)
30972026-06-10T21:54:06.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30982026-06-10T21:54:06.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30992026-06-10T21:54:06.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31002026-06-10T21:54:06.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31012026-06-10T21:54:06.898Z
31022026-06-10T21:54:06.899Zinfo: running `cargo check --bins` on installinator-client (115/295)
31032026-06-10T21:54:07.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31042026-06-10T21:54:07.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31052026-06-10T21:54:07.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31062026-06-10T21:54:07.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31072026-06-10T21:54:07.503Z
31082026-06-10T21:54:07.503Zinfo: running `cargo check --bins` on nexus-client (116/295)
31092026-06-10T21:54:08.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31102026-06-10T21:54:08.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31112026-06-10T21:54:08.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31122026-06-10T21:54:08.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31132026-06-10T21:54:08.147Z
31142026-06-10T21:54:08.147Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/295)
31152026-06-10T21:54:08.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31162026-06-10T21:54:08.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31172026-06-10T21:54:08.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31182026-06-10T21:54:08.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31192026-06-10T21:54:08.803Z
31202026-06-10T21:54:08.803Zinfo: running `cargo check --bins` on ntp-admin-client (118/295)
31212026-06-10T21:54:09.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31222026-06-10T21:54:09.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31232026-06-10T21:54:09.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31242026-06-10T21:54:09.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31252026-06-10T21:54:09.397Z
31262026-06-10T21:54:09.397Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/295)
31272026-06-10T21:54:09.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31282026-06-10T21:54:09.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31292026-06-10T21:54:09.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31302026-06-10T21:54:09.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31312026-06-10T21:54:09.992Z
31322026-06-10T21:54:09.992Zinfo: running `cargo check --bins` on oxide-client (120/295)
31332026-06-10T21:54:10.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31342026-06-10T21:54:10.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31352026-06-10T21:54:10.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31362026-06-10T21:54:10.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31372026-06-10T21:54:10.607Z
31382026-06-10T21:54:10.607Zinfo: running `cargo check --bins` on oximeter-client (121/295)
31392026-06-10T21:54:11.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31402026-06-10T21:54:11.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31412026-06-10T21:54:11.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31422026-06-10T21:54:11.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31432026-06-10T21:54:11.186Z
31442026-06-10T21:54:11.186Zinfo: running `cargo check --bins` on repo-depot-client (122/295)
31452026-06-10T21:54:11.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31462026-06-10T21:54:11.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31472026-06-10T21:54:11.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31482026-06-10T21:54:11.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31492026-06-10T21:54:11.782Z
31502026-06-10T21:54:11.782Zinfo: running `cargo check --bins` on sled-agent-client (123/295)
31512026-06-10T21:54:12.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31522026-06-10T21:54:12.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31532026-06-10T21:54:12.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31542026-06-10T21:54:12.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31552026-06-10T21:54:12.394Z
31562026-06-10T21:54:12.394Zinfo: running `cargo check --bins` on wicketd-client (124/295)
31572026-06-10T21:54:12.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31582026-06-10T21:54:12.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31592026-06-10T21:54:12.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31602026-06-10T21:54:12.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31612026-06-10T21:54:13.017Z
31622026-06-10T21:54:13.017Zinfo: running `cargo check --bins` on installinator-common (125/295)
31632026-06-10T21:54:13.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31642026-06-10T21:54:13.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31652026-06-10T21:54:13.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31662026-06-10T21:54:13.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31672026-06-10T21:54:13.639Z
31682026-06-10T21:54:13.639Zinfo: running `cargo check --bins` on installinator-common-versions (126/295)
31692026-06-10T21:54:14.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31702026-06-10T21:54:14.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31712026-06-10T21:54:14.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31722026-06-10T21:54:14.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31732026-06-10T21:54:14.266Z
31742026-06-10T21:54:14.267Zinfo: running `cargo check --bins` on wicket-common (127/295)
31752026-06-10T21:54:14.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31762026-06-10T21:54:14.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31772026-06-10T21:54:14.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31782026-06-10T21:54:14.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31792026-06-10T21:54:14.857Z
31802026-06-10T21:54:14.857Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/295)
31812026-06-10T21:54:15.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31822026-06-10T21:54:15.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31832026-06-10T21:54:15.572Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31842026-06-10T21:54:15.682Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31852026-06-10T21:54:15.693Z Checking csv-core v0.1.13
31862026-06-10T21:54:15.693Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31872026-06-10T21:54:15.700Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31882026-06-10T21:54:15.700Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31892026-06-10T21:54:15.742Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31902026-06-10T21:54:15.763Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31912026-06-10T21:54:15.838Z Checking csv v1.4.0
31922026-06-10T21:54:15.915Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31932026-06-10T21:54:15.921Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31942026-06-10T21:54:15.921Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31952026-06-10T21:54:16.008Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31962026-06-10T21:54:16.173Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31972026-06-10T21:54:16.535Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31982026-06-10T21:54:16.539Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31992026-06-10T21:54:16.899Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32002026-06-10T21:54:22.746Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32012026-06-10T21:54:23.277Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32022026-06-10T21:54:25.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.76s
32032026-06-10T21:54:25.811Z
32042026-06-10T21:54:25.811Zinfo: running `cargo check --bins` on cockroach-admin-api (129/295)
32052026-06-10T21:54:26.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32062026-06-10T21:54:26.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32072026-06-10T21:54:26.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32082026-06-10T21:54:26.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32092026-06-10T21:54:26.404Z
32102026-06-10T21:54:26.404Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/295)
32112026-06-10T21:54:26.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32122026-06-10T21:54:26.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32132026-06-10T21:54:26.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32142026-06-10T21:54:26.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32152026-06-10T21:54:27.087Z
32162026-06-10T21:54:27.088Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/295)
32172026-06-10T21:54:27.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32182026-06-10T21:54:27.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32192026-06-10T21:54:27.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32202026-06-10T21:54:27.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32212026-06-10T21:54:27.780Z
32222026-06-10T21:54:27.780Zinfo: running `cargo check --bins` on gateway-test-utils (132/295)
32232026-06-10T21:54:28.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32242026-06-10T21:54:28.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32252026-06-10T21:54:28.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32262026-06-10T21:54:28.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32272026-06-10T21:54:28.428Z
32282026-06-10T21:54:28.428Zinfo: running `cargo check --bins` on omicron-gateway (133/295)
32292026-06-10T21:54:28.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32302026-06-10T21:54:28.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32312026-06-10T21:54:29.189Z Compiling regress v0.11.1
32322026-06-10T21:54:29.346Z Compiling unsafe-libyaml v0.2.11
32332026-06-10T21:54:29.351Z Compiling radium v0.7.0
32342026-06-10T21:54:29.363Z Compiling semver v0.1.20
32352026-06-10T21:54:29.377Z Checking nom v8.0.0
32362026-06-10T21:54:29.377Z Compiling maybe-uninit v2.0.0
32372026-06-10T21:54:29.377Z Checking tap v1.0.1
32382026-06-10T21:54:29.535Z Checking wyz v0.5.1
32392026-06-10T21:54:29.607Z Compiling rustc_version v0.1.7
32402026-06-10T21:54:29.653Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32412026-06-10T21:54:29.684Z Compiling zerocopy-derive v0.6.6
32422026-06-10T21:54:29.795Z Checking funty v2.0.0
32432026-06-10T21:54:29.837Z Compiling newtype_derive v0.1.6
32442026-06-10T21:54:30.028Z Compiling serde_yaml v0.9.34+deprecated
32452026-06-10T21:54:30.065Z Compiling cancel-safe-futures v0.1.5
32462026-06-10T21:54:30.115Z Compiling owo-colors v4.3.0
32472026-06-10T21:54:30.272Z Compiling packed_struct v0.10.1
32482026-06-10T21:54:30.446Z Checking crc-catalog v2.4.0
32492026-06-10T21:54:30.534Z Checking zerocopy v0.6.6
32502026-06-10T21:54:30.570Z Checking crc v3.4.0
32512026-06-10T21:54:30.647Z Checking bitvec v1.0.1
32522026-06-10T21:54:30.767Z Checking typify-impl v0.6.2
32532026-06-10T21:54:30.856Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32542026-06-10T21:54:31.131Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32552026-06-10T21:54:31.305Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32562026-06-10T21:54:31.380Z Compiling packed_struct_codegen v0.10.1
32572026-06-10T21:54:31.471Z Checking libsw-core v0.3.2
32582026-06-10T21:54:31.501Z Compiling bitfield-macros v0.19.4
32592026-06-10T21:54:31.617Z Compiling indexmap v1.9.3
32602026-06-10T21:54:31.815Z Checking nodrop v0.1.14
32612026-06-10T21:54:31.903Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32622026-06-10T21:54:31.916Z Checking array-init v0.0.4
32632026-06-10T21:54:31.953Z Checking libsw v3.5.0
32642026-06-10T21:54:31.976Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32652026-06-10T21:54:32.104Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32662026-06-10T21:54:32.211Z Checking smallvec v0.6.14
32672026-06-10T21:54:32.225Z Checking bitfield v0.19.4
32682026-06-10T21:54:32.281Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32692026-06-10T21:54:32.492Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32702026-06-10T21:54:32.509Z Checking hashbrown v0.12.3
32712026-06-10T21:54:32.614Z Checking linear-map v1.2.0
32722026-06-10T21:54:32.636Z Checking tagptr v0.2.0
32732026-06-10T21:54:32.701Z Checking base64 v0.21.7
32742026-06-10T21:54:32.798Z Checking smawk v0.3.2
32752026-06-10T21:54:32.802Z Checking unicode-linebreak v0.1.5
32762026-06-10T21:54:32.905Z Checking moka v0.12.13
32772026-06-10T21:54:32.935Z Checking ron v0.8.1
32782026-06-10T21:54:32.999Z Checking textwrap v0.16.2
32792026-06-10T21:54:33.002Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32802026-06-10T21:54:33.212Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32812026-06-10T21:54:33.228Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32822026-06-10T21:54:33.387Z Checking steno v0.4.1
32832026-06-10T21:54:33.439Z Checking serde-hex v0.1.0
32842026-06-10T21:54:33.500Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32852026-06-10T21:54:33.534Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32862026-06-10T21:54:33.709Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32872026-06-10T21:54:34.033Z Checking hashbrown v0.13.2
32882026-06-10T21:54:34.297Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32892026-06-10T21:54:34.300Z Checking crc-any v2.5.0
32902026-06-10T21:54:34.421Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32912026-06-10T21:54:34.463Z Checking object v0.30.4
32922026-06-10T21:54:34.487Z Checking hickory-resolver v0.25.2
32932026-06-10T21:54:34.522Z Checking path-slash v0.1.5
32942026-06-10T21:54:34.587Z Checking half v1.8.3
32952026-06-10T21:54:34.626Z Checking void v1.0.2
32962026-06-10T21:54:34.684Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32972026-06-10T21:54:34.730Z Checking utf-8 v0.7.6
32982026-06-10T21:54:34.784Z Checking serde_cbor v0.11.2
32992026-06-10T21:54:34.798Z Checking lzss v0.8.2
33002026-06-10T21:54:34.866Z Checking tungstenite v0.23.0
33012026-06-10T21:54:34.981Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33022026-06-10T21:54:35.093Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33032026-06-10T21:54:35.139Z Checking nix v0.27.1
33042026-06-10T21:54:35.157Z Checking kstat-rs v0.2.4
33052026-06-10T21:54:35.200Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33062026-06-10T21:54:35.275Z Checking fxhash v0.2.1
33072026-06-10T21:54:35.326Z Checking serde_bytes v0.11.19
33082026-06-10T21:54:35.340Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33092026-06-10T21:54:35.344Z Compiling typify-macro v0.6.2
33102026-06-10T21:54:35.391Z Checking tokio-tungstenite v0.23.1
33112026-06-10T21:54:35.496Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33122026-06-10T21:54:35.612Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33132026-06-10T21:54:35.635Z Checking signal-hook-tokio v0.3.1
33142026-06-10T21:54:36.473Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33152026-06-10T21:54:36.578Z Compiling typify v0.6.2
33162026-06-10T21:54:36.657Z Compiling progenitor-impl v0.14.0
33172026-06-10T21:54:37.362Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33182026-06-10T21:54:37.661Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33192026-06-10T21:54:38.083Z Compiling progenitor-macro v0.14.0
33202026-06-10T21:54:40.401Z Checking progenitor v0.14.0
33212026-06-10T21:54:40.520Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33222026-06-10T21:54:40.524Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33232026-06-10T21:54:43.157Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33242026-06-10T21:54:51.052Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33252026-06-10T21:54:57.380Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33262026-06-10T21:54:58.728Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33272026-06-10T21:54:59.264Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33282026-06-10T21:55:01.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.86s
33292026-06-10T21:55:01.487Z
33302026-06-10T21:55:01.487Zinfo: running `cargo check --bins` on gateway-api (134/295)
33312026-06-10T21:55:01.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33322026-06-10T21:55:01.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33332026-06-10T21:55:01.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33342026-06-10T21:55:01.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33352026-06-10T21:55:02.087Z
33362026-06-10T21:55:02.087Zinfo: running `cargo check --bins` on ipcc (135/295)
33372026-06-10T21:55:02.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33382026-06-10T21:55:02.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33392026-06-10T21:55:02.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33402026-06-10T21:55:02.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33412026-06-10T21:55:02.692Z
33422026-06-10T21:55:02.692Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/295)
33432026-06-10T21:55:03.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33442026-06-10T21:55:03.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33452026-06-10T21:55:03.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33462026-06-10T21:55:03.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33472026-06-10T21:55:03.275Z
33482026-06-10T21:55:03.275Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/295)
33492026-06-10T21:55:03.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33502026-06-10T21:55:03.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33512026-06-10T21:55:03.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33522026-06-10T21:55:03.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33532026-06-10T21:55:03.895Z
33542026-06-10T21:55:03.895Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/295)
33552026-06-10T21:55:04.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33562026-06-10T21:55:04.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33572026-06-10T21:55:04.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33582026-06-10T21:55:04.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33592026-06-10T21:55:04.500Z
33602026-06-10T21:55:04.500Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/295)
33612026-06-10T21:55:05.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33622026-06-10T21:55:05.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33632026-06-10T21:55:05.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33642026-06-10T21:55:05.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33652026-06-10T21:55:05.106Z
33662026-06-10T21:55:05.106Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/295)
33672026-06-10T21:55:05.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33682026-06-10T21:55:05.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33692026-06-10T21:55:05.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33702026-06-10T21:55:05.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33712026-06-10T21:55:05.709Z
33722026-06-10T21:55:05.709Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/295)
33732026-06-10T21:55:06.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33742026-06-10T21:55:06.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33752026-06-10T21:55:06.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33762026-06-10T21:55:06.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33772026-06-10T21:55:06.332Z
33782026-06-10T21:55:06.332Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/295)
33792026-06-10T21:55:06.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33802026-06-10T21:55:06.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33812026-06-10T21:55:06.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33822026-06-10T21:55:06.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33832026-06-10T21:55:06.938Z
33842026-06-10T21:55:06.938Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/295)
33852026-06-10T21:55:07.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33862026-06-10T21:55:07.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33872026-06-10T21:55:07.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33882026-06-10T21:55:07.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33892026-06-10T21:55:07.537Z
33902026-06-10T21:55:07.537Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/295)
33912026-06-10T21:55:08.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33922026-06-10T21:55:08.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33932026-06-10T21:55:08.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33942026-06-10T21:55:08.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33952026-06-10T21:55:08.143Z
33962026-06-10T21:55:08.143Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/295)
33972026-06-10T21:55:08.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33982026-06-10T21:55:08.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33992026-06-10T21:55:08.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34002026-06-10T21:55:08.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34012026-06-10T21:55:08.746Z
34022026-06-10T21:55:08.746Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/295)
34032026-06-10T21:55:09.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34042026-06-10T21:55:09.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34052026-06-10T21:55:09.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34062026-06-10T21:55:09.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34072026-06-10T21:55:09.345Z
34082026-06-10T21:55:09.345Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/295)
34092026-06-10T21:55:09.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34102026-06-10T21:55:09.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34112026-06-10T21:55:09.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34122026-06-10T21:55:09.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34132026-06-10T21:55:09.945Z
34142026-06-10T21:55:09.945Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/295)
34152026-06-10T21:55:10.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34162026-06-10T21:55:10.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34172026-06-10T21:55:10.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34182026-06-10T21:55:10.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34192026-06-10T21:55:10.562Z
34202026-06-10T21:55:10.562Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/295)
34212026-06-10T21:55:11.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34222026-06-10T21:55:11.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34232026-06-10T21:55:11.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34242026-06-10T21:55:11.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34252026-06-10T21:55:11.181Z
34262026-06-10T21:55:11.181Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/295)
34272026-06-10T21:55:11.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34282026-06-10T21:55:11.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34292026-06-10T21:55:11.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34302026-06-10T21:55:11.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34312026-06-10T21:55:11.798Z
34322026-06-10T21:55:11.798Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/295)
34332026-06-10T21:55:12.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34342026-06-10T21:55:12.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34352026-06-10T21:55:12.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34362026-06-10T21:55:12.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34372026-06-10T21:55:12.417Z
34382026-06-10T21:55:12.417Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/295)
34392026-06-10T21:55:12.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34402026-06-10T21:55:12.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34412026-06-10T21:55:12.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34422026-06-10T21:55:12.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34432026-06-10T21:55:13.039Z
34442026-06-10T21:55:13.039Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/295)
34452026-06-10T21:55:13.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34462026-06-10T21:55:13.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34472026-06-10T21:55:13.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34482026-06-10T21:55:13.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34492026-06-10T21:55:13.661Z
34502026-06-10T21:55:13.662Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/295)
34512026-06-10T21:55:14.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34522026-06-10T21:55:14.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34532026-06-10T21:55:14.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34542026-06-10T21:55:14.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34552026-06-10T21:55:14.280Z
34562026-06-10T21:55:14.280Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/295)
34572026-06-10T21:55:14.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34582026-06-10T21:55:14.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34592026-06-10T21:55:14.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34602026-06-10T21:55:14.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34612026-06-10T21:55:14.907Z
34622026-06-10T21:55:14.907Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/295)
34632026-06-10T21:55:15.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34642026-06-10T21:55:15.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34652026-06-10T21:55:15.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34662026-06-10T21:55:15.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34672026-06-10T21:55:15.527Z
34682026-06-10T21:55:15.528Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/295)
34692026-06-10T21:55:16.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34702026-06-10T21:55:16.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34712026-06-10T21:55:16.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34722026-06-10T21:55:16.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34732026-06-10T21:55:16.151Z
34742026-06-10T21:55:16.151Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/295)
34752026-06-10T21:55:16.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34762026-06-10T21:55:16.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34772026-06-10T21:55:16.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34782026-06-10T21:55:16.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34792026-06-10T21:55:16.765Z
34802026-06-10T21:55:16.765Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/295)
34812026-06-10T21:55:17.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34822026-06-10T21:55:17.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34832026-06-10T21:55:17.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34842026-06-10T21:55:17.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34852026-06-10T21:55:17.373Z
34862026-06-10T21:55:17.373Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/295)
34872026-06-10T21:55:17.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34882026-06-10T21:55:17.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34892026-06-10T21:55:17.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34902026-06-10T21:55:17.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34912026-06-10T21:55:17.966Z
34922026-06-10T21:55:17.966Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/295)
34932026-06-10T21:55:18.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34942026-06-10T21:55:18.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34952026-06-10T21:55:18.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34962026-06-10T21:55:18.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34972026-06-10T21:55:18.572Z
34982026-06-10T21:55:18.572Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/295)
34992026-06-10T21:55:19.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35002026-06-10T21:55:19.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35012026-06-10T21:55:19.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35022026-06-10T21:55:19.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35032026-06-10T21:55:19.168Z
35042026-06-10T21:55:19.168Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/295)
35052026-06-10T21:55:19.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35062026-06-10T21:55:19.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35072026-06-10T21:55:19.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35082026-06-10T21:55:19.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35092026-06-10T21:55:19.768Z
35102026-06-10T21:55:19.768Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/295)
35112026-06-10T21:55:20.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35122026-06-10T21:55:20.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35132026-06-10T21:55:20.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35142026-06-10T21:55:20.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35152026-06-10T21:55:20.386Z
35162026-06-10T21:55:20.386Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/295)
35172026-06-10T21:55:20.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35182026-06-10T21:55:20.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35192026-06-10T21:55:20.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35202026-06-10T21:55:20.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35212026-06-10T21:55:20.992Z
35222026-06-10T21:55:20.992Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/295)
35232026-06-10T21:55:21.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35242026-06-10T21:55:21.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35252026-06-10T21:55:21.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35262026-06-10T21:55:21.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35272026-06-10T21:55:21.618Z
35282026-06-10T21:55:21.618Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/295)
35292026-06-10T21:55:22.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35302026-06-10T21:55:22.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35312026-06-10T21:55:22.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35322026-06-10T21:55:22.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35332026-06-10T21:55:22.233Z
35342026-06-10T21:55:22.233Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/295)
35352026-06-10T21:55:22.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35362026-06-10T21:55:22.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35372026-06-10T21:55:22.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35382026-06-10T21:55:22.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35392026-06-10T21:55:22.860Z
35402026-06-10T21:55:22.860Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/295)
35412026-06-10T21:55:23.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35422026-06-10T21:55:23.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35432026-06-10T21:55:23.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35442026-06-10T21:55:23.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35452026-06-10T21:55:23.480Z
35462026-06-10T21:55:23.480Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/295)
35472026-06-10T21:55:24.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35482026-06-10T21:55:24.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35492026-06-10T21:55:24.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35502026-06-10T21:55:24.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35512026-06-10T21:55:24.103Z
35522026-06-10T21:55:24.103Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/295)
35532026-06-10T21:55:24.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35542026-06-10T21:55:24.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35552026-06-10T21:55:24.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35562026-06-10T21:55:24.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35572026-06-10T21:55:24.723Z
35582026-06-10T21:55:24.723Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/295)
35592026-06-10T21:55:25.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35602026-06-10T21:55:25.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35612026-06-10T21:55:25.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35622026-06-10T21:55:25.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35632026-06-10T21:55:25.344Z
35642026-06-10T21:55:25.344Zinfo: running `cargo check --bins` on oximeter-producer (173/295)
35652026-06-10T21:55:25.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35662026-06-10T21:55:25.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35672026-06-10T21:55:25.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35682026-06-10T21:55:25.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35692026-06-10T21:55:25.986Z
35702026-06-10T21:55:25.986Zinfo: running `cargo check --bins` on internal-dns-resolver (174/295)
35712026-06-10T21:55:26.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35722026-06-10T21:55:26.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35732026-06-10T21:55:26.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35742026-06-10T21:55:26.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35752026-06-10T21:55:26.596Z
35762026-06-10T21:55:26.596Zinfo: running `cargo check --bins` on dns-server (175/295)
35772026-06-10T21:55:27.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35782026-06-10T21:55:27.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35792026-06-10T21:55:27.254Z Compiling parking_lot_core v0.8.6
35802026-06-10T21:55:27.254Z Compiling git-stub v1.0.0
35812026-06-10T21:55:27.257Z Checking prefix-trie v0.7.0
35822026-06-10T21:55:27.257Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35832026-06-10T21:55:27.494Z Compiling git-stub-vcs v0.1.0
35842026-06-10T21:55:27.654Z Checking hickory-server v0.25.2
35852026-06-10T21:55:27.762Z Checking parking_lot v0.11.2
35862026-06-10T21:55:27.768Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35872026-06-10T21:55:27.833Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35882026-06-10T21:55:27.836Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35892026-06-10T21:55:27.970Z Checking sled v0.34.7
35902026-06-10T21:55:29.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
35912026-06-10T21:55:30.015Z
35922026-06-10T21:55:30.015Zinfo: running `cargo check --bins` on dns-server-api (176/295)
35932026-06-10T21:55:30.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35942026-06-10T21:55:30.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35952026-06-10T21:55:30.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35962026-06-10T21:55:30.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35972026-06-10T21:55:30.614Z
35982026-06-10T21:55:30.615Zinfo: running `cargo check --bins` on oximeter-producer-api (177/295)
35992026-06-10T21:55:31.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36002026-06-10T21:55:31.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36012026-06-10T21:55:31.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36022026-06-10T21:55:31.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36032026-06-10T21:55:31.220Z
36042026-06-10T21:55:31.220Zinfo: running `cargo check --bins` on sp-sim (178/295)
36052026-06-10T21:55:31.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36062026-06-10T21:55:31.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36072026-06-10T21:55:31.939Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36082026-06-10T21:55:33.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.44s
36092026-06-10T21:55:33.870Z
36102026-06-10T21:55:33.870Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/295)
36112026-06-10T21:55:34.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36122026-06-10T21:55:34.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36132026-06-10T21:55:34.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36142026-06-10T21:55:34.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36152026-06-10T21:55:34.521Z
36162026-06-10T21:55:34.521Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/295)
36172026-06-10T21:55:35.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36182026-06-10T21:55:35.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36192026-06-10T21:55:35.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36202026-06-10T21:55:35.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36212026-06-10T21:55:35.173Z
36222026-06-10T21:55:35.173Zinfo: running `cargo check --bins` on db-macros (181/295)
36232026-06-10T21:55:35.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36242026-06-10T21:55:35.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36252026-06-10T21:55:35.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36262026-06-10T21:55:35.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36272026-06-10T21:55:35.757Z
36282026-06-10T21:55:35.758Zinfo: running `cargo check --bins` on nexus-macros-common (182/295)
36292026-06-10T21:55:36.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36302026-06-10T21:55:36.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36312026-06-10T21:55:36.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36322026-06-10T21:55:36.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36332026-06-10T21:55:36.345Z
36342026-06-10T21:55:36.345Zinfo: running `cargo check --bins` on nexus-auth (183/295)
36352026-06-10T21:55:36.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36362026-06-10T21:55:36.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36372026-06-10T21:55:36.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36382026-06-10T21:55:36.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36392026-06-10T21:55:36.997Z
36402026-06-10T21:55:36.997Zinfo: running `cargo check --bins` on authz-macros (184/295)
36412026-06-10T21:55:37.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36422026-06-10T21:55:37.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36432026-06-10T21:55:37.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36442026-06-10T21:55:37.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36452026-06-10T21:55:37.573Z
36462026-06-10T21:55:37.573Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/295)
36472026-06-10T21:55:38.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36482026-06-10T21:55:38.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36492026-06-10T21:55:38.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36502026-06-10T21:55:38.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36512026-06-10T21:55:38.211Z
36522026-06-10T21:55:38.211Zinfo: running `cargo check --bins` on nexus-db-model (186/295)
36532026-06-10T21:55:38.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36542026-06-10T21:55:38.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36552026-06-10T21:55:38.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36562026-06-10T21:55:38.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36572026-06-10T21:55:38.850Z
36582026-06-10T21:55:38.850Zinfo: running `cargo check --bins` on nexus-db-schema (187/295)
36592026-06-10T21:55:39.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36602026-06-10T21:55:39.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36612026-06-10T21:55:39.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36622026-06-10T21:55:39.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36632026-06-10T21:55:39.431Z
36642026-06-10T21:55:39.431Zinfo: running `cargo check --bins` on omicron-rpaths (188/295)
36652026-06-10T21:55:39.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36662026-06-10T21:55:39.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36672026-06-10T21:55:39.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36682026-06-10T21:55:39.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36692026-06-10T21:55:40.013Z
36702026-06-10T21:55:40.013Zinfo: running `cargo check --bins` on nexus-defaults (189/295)
36712026-06-10T21:55:40.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36722026-06-10T21:55:40.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36732026-06-10T21:55:40.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36742026-06-10T21:55:40.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36752026-06-10T21:55:40.613Z
36762026-06-10T21:55:40.614Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/295)
36772026-06-10T21:55:41.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36782026-06-10T21:55:41.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36792026-06-10T21:55:41.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36802026-06-10T21:55:41.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36812026-06-10T21:55:41.190Z
36822026-06-10T21:55:41.190Zinfo: running `cargo check --bins` on parallel-task-set (191/295)
36832026-06-10T21:55:41.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36842026-06-10T21:55:41.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36852026-06-10T21:55:41.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36862026-06-10T21:55:41.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36872026-06-10T21:55:41.768Z
36882026-06-10T21:55:41.769Zinfo: running `cargo check --bins` on nexus-db-errors (192/295)
36892026-06-10T21:55:42.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36902026-06-10T21:55:42.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36912026-06-10T21:55:42.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36922026-06-10T21:55:42.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36932026-06-10T21:55:42.417Z
36942026-06-10T21:55:42.417Zinfo: running `cargo check --bins` on nexus-db-lookup (193/295)
36952026-06-10T21:55:42.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36962026-06-10T21:55:42.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36972026-06-10T21:55:42.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36982026-06-10T21:55:42.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36992026-06-10T21:55:43.062Z
37002026-06-10T21:55:43.062Zinfo: running `cargo check --bins` on nexus-inventory (194/295)
37012026-06-10T21:55:43.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37022026-06-10T21:55:43.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37032026-06-10T21:55:43.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37042026-06-10T21:55:43.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
37052026-06-10T21:55:43.696Z
37062026-06-10T21:55:43.696Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (195/295)
37072026-06-10T21:55:44.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37082026-06-10T21:55:44.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37092026-06-10T21:55:44.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37102026-06-10T21:55:44.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37112026-06-10T21:55:44.313Z
37122026-06-10T21:55:44.313Zinfo: running `cargo check --bins --no-default-features` on sled-storage (196/295)
37132026-06-10T21:55:44.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37142026-06-10T21:55:44.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37152026-06-10T21:55:44.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37162026-06-10T21:55:44.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37172026-06-10T21:55:44.984Z
37182026-06-10T21:55:44.985Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (197/295)
37192026-06-10T21:55:45.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37202026-06-10T21:55:45.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37212026-06-10T21:55:45.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37222026-06-10T21:55:45.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37232026-06-10T21:55:45.573Z
37242026-06-10T21:55:45.573Zinfo: running `cargo check --bins` on key-manager (198/295)
37252026-06-10T21:55:46.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37262026-06-10T21:55:46.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37272026-06-10T21:55:46.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37282026-06-10T21:55:46.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37292026-06-10T21:55:46.146Z
37302026-06-10T21:55:46.146Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (199/295)
37312026-06-10T21:55:46.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37322026-06-10T21:55:46.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37332026-06-10T21:55:46.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37342026-06-10T21:55:46.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37352026-06-10T21:55:46.765Z
37362026-06-10T21:55:46.765Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (200/295)
37372026-06-10T21:55:47.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37382026-06-10T21:55:47.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37392026-06-10T21:55:47.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37402026-06-10T21:55:47.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37412026-06-10T21:55:47.371Z
37422026-06-10T21:55:47.371Zinfo: running `cargo check --bins` on typed-rng (201/295)
37432026-06-10T21:55:47.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37442026-06-10T21:55:47.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37452026-06-10T21:55:47.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37462026-06-10T21:55:47.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37472026-06-10T21:55:47.972Z
37482026-06-10T21:55:47.972Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/295)
37492026-06-10T21:55:48.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37502026-06-10T21:55:48.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37512026-06-10T21:55:48.819Z Compiling libefi-sys v0.1.0
37522026-06-10T21:55:48.825Z Compiling bitfield-struct v0.6.2
37532026-06-10T21:55:48.963Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37542026-06-10T21:55:48.985Z Compiling xshell-macros v0.2.7
37552026-06-10T21:55:48.992Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37562026-06-10T21:55:48.996Z Compiling typify-impl v0.4.3
37572026-06-10T21:55:48.996Z Compiling salty v0.3.0
37582026-06-10T21:55:49.020Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37592026-06-10T21:55:49.034Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37602026-06-10T21:55:49.150Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37612026-06-10T21:55:49.302Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37622026-06-10T21:55:49.319Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37632026-06-10T21:55:49.332Z Checking xshell v0.2.7
37642026-06-10T21:55:49.556Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37652026-06-10T21:55:49.560Z Checking primeorder v0.13.6
37662026-06-10T21:55:49.560Z Compiling proc-macro-error-attr2 v2.0.0
37672026-06-10T21:55:49.614Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37682026-06-10T21:55:49.677Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37692026-06-10T21:55:49.695Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37702026-06-10T21:55:49.761Z Checking p384 v0.13.1
37712026-06-10T21:55:49.830Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37722026-06-10T21:55:49.909Z Checking tungstenite v0.21.0
37732026-06-10T21:55:49.924Z Compiling proc-macro-error2 v2.0.1
37742026-06-10T21:55:49.937Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37752026-06-10T21:55:50.062Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37762026-06-10T21:55:50.328Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
37772026-06-10T21:55:50.513Z Compiling num-derive v0.3.3
37782026-06-10T21:55:50.595Z Checking tokio-tungstenite v0.21.0
37792026-06-10T21:55:50.702Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
37802026-06-10T21:55:50.878Z Compiling tabled_derive v0.11.0
37812026-06-10T21:55:50.908Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37822026-06-10T21:55:50.998Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37832026-06-10T21:55:51.213Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37842026-06-10T21:55:51.393Z Checking libscf-sys v1.1.0
37852026-06-10T21:55:51.549Z Checking papergrid v0.17.0
37862026-06-10T21:55:51.584Z Checking testing_table v0.3.0
37872026-06-10T21:55:51.602Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37882026-06-10T21:55:51.648Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37892026-06-10T21:55:51.916Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37902026-06-10T21:55:52.047Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37912026-06-10T21:55:52.081Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37922026-06-10T21:55:52.201Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37932026-06-10T21:55:52.249Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37942026-06-10T21:55:52.274Z Compiling unicase v2.9.0
37952026-06-10T21:55:52.321Z Checking corncobs v0.1.4
37962026-06-10T21:55:52.376Z Compiling illumos-nvpair-sys v0.2.0
37972026-06-10T21:55:52.466Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37982026-06-10T21:55:52.504Z Compiling mime_guess v2.0.5
37992026-06-10T21:55:52.504Z Checking tabled v0.20.0
38002026-06-10T21:55:52.609Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38012026-06-10T21:55:52.664Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
38022026-06-10T21:55:52.692Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38032026-06-10T21:55:52.702Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38042026-06-10T21:55:52.791Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38052026-06-10T21:55:52.827Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
38062026-06-10T21:55:53.016Z Checking progenitor-client v0.11.2
38072026-06-10T21:55:53.056Z Checking secrecy v0.8.0
38082026-06-10T21:55:53.167Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38092026-06-10T21:55:53.362Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38102026-06-10T21:55:53.418Z Compiling typify-macro v0.4.3
38112026-06-10T21:55:53.498Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38122026-06-10T21:55:53.524Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38132026-06-10T21:55:53.551Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38142026-06-10T21:55:53.805Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38152026-06-10T21:55:53.874Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38162026-06-10T21:55:54.015Z Checking filetime v0.2.27
38172026-06-10T21:55:54.081Z Checking crc8 v0.1.1
38182026-06-10T21:55:54.138Z Checking http-range v0.1.5
38192026-06-10T21:55:54.224Z Checking xattr v1.6.1
38202026-06-10T21:55:54.299Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38212026-06-10T21:55:54.335Z Checking tar v0.4.45
38222026-06-10T21:55:54.600Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38232026-06-10T21:55:54.662Z Checking illumos-nvpair v0.3.0
38242026-06-10T21:55:55.246Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38252026-06-10T21:55:55.271Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38262026-06-10T21:55:55.271Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38272026-06-10T21:55:55.272Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38282026-06-10T21:55:55.272Z Compiling typify v0.4.3
38292026-06-10T21:55:55.272Z Compiling progenitor-impl v0.11.2
38302026-06-10T21:55:55.272Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38312026-06-10T21:55:55.272Z Checking atty v0.2.14
38322026-06-10T21:55:55.424Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38332026-06-10T21:55:55.487Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38342026-06-10T21:55:55.682Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38352026-06-10T21:55:55.733Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
38362026-06-10T21:55:55.782Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38372026-06-10T21:55:55.975Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38382026-06-10T21:55:56.065Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38392026-06-10T21:55:56.178Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38402026-06-10T21:55:56.211Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38412026-06-10T21:55:56.246Z Checking hyper-staticfile v0.10.1
38422026-06-10T21:55:56.409Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38432026-06-10T21:55:56.543Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38442026-06-10T21:55:56.636Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38452026-06-10T21:55:56.672Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38462026-06-10T21:55:56.879Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38472026-06-10T21:55:56.918Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38482026-06-10T21:55:57.149Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38492026-06-10T21:55:57.172Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
38502026-06-10T21:55:57.388Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38512026-06-10T21:55:57.451Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38522026-06-10T21:55:57.832Z Compiling progenitor-macro v0.11.2
38532026-06-10T21:56:00.276Z Checking progenitor v0.11.2
38542026-06-10T21:56:00.415Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38552026-06-10T21:56:00.602Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38562026-06-10T21:56:05.040Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38572026-06-10T21:56:16.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.06s
38582026-06-10T21:56:16.236Z
38592026-06-10T21:56:16.236Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/295)
38602026-06-10T21:56:16.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38612026-06-10T21:56:16.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38622026-06-10T21:56:17.027Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38632026-06-10T21:56:27.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.52s
38642026-06-10T21:56:27.971Z
38652026-06-10T21:56:27.971Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/295)
38662026-06-10T21:56:28.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-06-10T21:56:28.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-06-10T21:56:28.755Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38692026-06-10T21:56:39.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.48s
38702026-06-10T21:56:39.683Z
38712026-06-10T21:56:39.683Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/295)
38722026-06-10T21:56:40.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38732026-06-10T21:56:40.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38742026-06-10T21:56:40.487Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38752026-06-10T21:56:51.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.52s
38762026-06-10T21:56:51.420Z
38772026-06-10T21:56:51.420Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/295)
38782026-06-10T21:56:51.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-06-10T21:56:51.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-06-10T21:56:52.198Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38812026-06-10T21:57:02.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.46s
38822026-06-10T21:57:03.099Z
38832026-06-10T21:57:03.099Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/295)
38842026-06-10T21:57:03.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38852026-06-10T21:57:03.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38862026-06-10T21:57:03.890Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38872026-06-10T21:57:14.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.47s
38882026-06-10T21:57:14.820Z
38892026-06-10T21:57:14.820Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/295)
38902026-06-10T21:57:15.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38912026-06-10T21:57:15.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38922026-06-10T21:57:15.572Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38932026-06-10T21:57:26.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s
38942026-06-10T21:57:26.426Z
38952026-06-10T21:57:26.427Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/295)
38962026-06-10T21:57:26.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38972026-06-10T21:57:26.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38982026-06-10T21:57:27.211Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38992026-06-10T21:57:37.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.45s
39002026-06-10T21:57:38.127Z
39012026-06-10T21:57:38.127Zinfo: running `cargo check --bins` on bootstrap-agent-api (210/295)
39022026-06-10T21:57:38.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39032026-06-10T21:57:38.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39042026-06-10T21:57:38.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39052026-06-10T21:57:38.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39062026-06-10T21:57:38.776Z
39072026-06-10T21:57:38.776Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/295)
39082026-06-10T21:57:39.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39092026-06-10T21:57:39.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39102026-06-10T21:57:39.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39112026-06-10T21:57:39.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39122026-06-10T21:57:39.495Z
39132026-06-10T21:57:39.495Zinfo: running `cargo check --bins` on range-requests (212/295)
39142026-06-10T21:57:39.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39152026-06-10T21:57:40.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39162026-06-10T21:57:40.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39172026-06-10T21:57:40.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39182026-06-10T21:57:40.079Z
39192026-06-10T21:57:40.079Zinfo: running `cargo check --bins` on repo-depot-api (213/295)
39202026-06-10T21:57:40.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39212026-06-10T21:57:40.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39222026-06-10T21:57:40.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39232026-06-10T21:57:40.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39242026-06-10T21:57:40.583Z
39252026-06-10T21:57:40.583Zinfo: running `cargo check --bins` on sled-agent-api (214/295)
39262026-06-10T21:57:41.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39272026-06-10T21:57:41.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39282026-06-10T21:57:41.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39292026-06-10T21:57:41.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39302026-06-10T21:57:41.242Z
39312026-06-10T21:57:41.242Zinfo: running `cargo check --bins` on sled-diagnostics (215/295)
39322026-06-10T21:57:41.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39332026-06-10T21:57:41.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39342026-06-10T21:57:41.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39352026-06-10T21:57:41.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39362026-06-10T21:57:41.915Z
39372026-06-10T21:57:41.916Zinfo: running `cargo check --bins` on zfs-test-harness (216/295)
39382026-06-10T21:57:42.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39392026-06-10T21:57:42.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39402026-06-10T21:57:42.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39412026-06-10T21:57:42.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39422026-06-10T21:57:42.448Z
39432026-06-10T21:57:42.448Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (217/295)
39442026-06-10T21:57:42.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39452026-06-10T21:57:43.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39462026-06-10T21:57:43.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39472026-06-10T21:57:43.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39482026-06-10T21:57:43.092Z
39492026-06-10T21:57:43.092Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (218/295)
39502026-06-10T21:57:43.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39512026-06-10T21:57:43.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39522026-06-10T21:57:43.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39532026-06-10T21:57:43.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39542026-06-10T21:57:43.656Z
39552026-06-10T21:57:43.656Zinfo: running `cargo check --bins` on sled-agent-early-networking (219/295)
39562026-06-10T21:57:44.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39572026-06-10T21:57:44.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39582026-06-10T21:57:44.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39592026-06-10T21:57:44.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39602026-06-10T21:57:44.271Z
39612026-06-10T21:57:44.271Zinfo: running `cargo check --bins` on sled-agent-health-monitor (220/295)
39622026-06-10T21:57:44.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39632026-06-10T21:57:44.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39642026-06-10T21:57:44.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39652026-06-10T21:57:44.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39662026-06-10T21:57:44.891Z
39672026-06-10T21:57:44.891Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (221/295)
39682026-06-10T21:57:45.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39692026-06-10T21:57:45.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39702026-06-10T21:57:45.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39712026-06-10T21:57:45.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39722026-06-10T21:57:45.521Z
39732026-06-10T21:57:45.521Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (222/295)
39742026-06-10T21:57:46.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39752026-06-10T21:57:46.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39762026-06-10T21:57:46.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39772026-06-10T21:57:46.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39782026-06-10T21:57:46.148Z
39792026-06-10T21:57:46.148Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (223/295)
39802026-06-10T21:57:46.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39812026-06-10T21:57:46.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39822026-06-10T21:57:46.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39832026-06-10T21:57:46.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39842026-06-10T21:57:46.776Z
39852026-06-10T21:57:46.776Zinfo: running `cargo check --bins` on sled-agent-rack-setup (224/295)
39862026-06-10T21:57:47.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39872026-06-10T21:57:47.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39882026-06-10T21:57:47.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39892026-06-10T21:57:47.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39902026-06-10T21:57:47.456Z
39912026-06-10T21:57:47.456Zinfo: running `cargo check --bins` on trust-quorum (225/295)
39922026-06-10T21:57:47.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39932026-06-10T21:57:47.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39942026-06-10T21:57:47.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39952026-06-10T21:57:47.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39962026-06-10T21:57:48.063Z
39972026-06-10T21:57:48.064Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (226/295)
39982026-06-10T21:57:48.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39992026-06-10T21:57:48.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40002026-06-10T21:57:48.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40012026-06-10T21:57:48.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40022026-06-10T21:57:48.718Z
40032026-06-10T21:57:48.718Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (227/295)
40042026-06-10T21:57:49.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40052026-06-10T21:57:49.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40062026-06-10T21:57:49.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40072026-06-10T21:57:49.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40082026-06-10T21:57:49.377Z
40092026-06-10T21:57:49.378Zinfo: running `cargo check --bins` on update-common (228/295)
40102026-06-10T21:57:49.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40112026-06-10T21:57:49.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40122026-06-10T21:57:49.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40132026-06-10T21:57:49.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40142026-06-10T21:57:49.985Z
40152026-06-10T21:57:49.985Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (229/295)
40162026-06-10T21:57:50.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40172026-06-10T21:57:50.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40182026-06-10T21:57:50.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40192026-06-10T21:57:50.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40202026-06-10T21:57:50.635Z
40212026-06-10T21:57:50.635Zinfo: running `cargo check --bins` on omicron-deployment-graph (230/295)
40222026-06-10T21:57:51.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40232026-06-10T21:57:51.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40242026-06-10T21:57:51.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40252026-06-10T21:57:51.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40262026-06-10T21:57:51.222Z
40272026-06-10T21:57:51.222Zinfo: running `cargo check --bins` on reconfigurator-cli (231/295)
40282026-06-10T21:57:51.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40292026-06-10T21:57:51.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40302026-06-10T21:57:52.000Z Compiling fs-err v2.11.0
40312026-06-10T21:57:52.003Z Checking ignore v0.4.25
40322026-06-10T21:57:52.003Z Checking arc-swap v1.8.2
40332026-06-10T21:57:52.137Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40342026-06-10T21:57:52.137Z Checking predicates-tree v1.0.13
40352026-06-10T21:57:52.145Z Checking parse-size v1.1.0
40362026-06-10T21:57:52.168Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40372026-06-10T21:57:52.171Z Checking rand_seeder v0.4.0
40382026-06-10T21:57:52.236Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40392026-06-10T21:57:52.269Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40402026-06-10T21:57:52.308Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40412026-06-10T21:57:52.327Z Checking slog-scope v4.4.1
40422026-06-10T21:57:52.375Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40432026-06-10T21:57:52.449Z Compiling petname v2.0.2
40442026-06-10T21:57:52.463Z Checking slog-stdlog v4.1.1
40452026-06-10T21:57:52.478Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40462026-06-10T21:57:52.512Z Checking globwalk v0.9.1
40472026-06-10T21:57:52.563Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40482026-06-10T21:57:52.581Z Checking slog-envlogger v2.2.0
40492026-06-10T21:57:52.689Z Checking camino-tempfile-ext v0.3.3
40502026-06-10T21:57:52.729Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40512026-06-10T21:57:52.775Z Checking sapling-renderdag v0.1.0
40522026-06-10T21:57:52.880Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40532026-06-10T21:57:52.919Z Checking subprocess v0.2.15
40542026-06-10T21:57:53.011Z Checking sync-ptr v0.1.4
40552026-06-10T21:57:53.089Z Checking colored v2.2.0
40562026-06-10T21:57:53.128Z Checking assert_matches v1.5.0
40572026-06-10T21:57:53.207Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40582026-06-10T21:57:53.359Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40592026-06-10T21:57:53.359Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40602026-06-10T21:57:54.078Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40612026-06-10T21:57:55.372Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40622026-06-10T21:57:57.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.29s
40632026-06-10T21:57:57.737Z
40642026-06-10T21:57:57.737Zinfo: running `cargo check --bins` on omicron-repl-utils (232/295)
40652026-06-10T21:57:58.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40662026-06-10T21:57:58.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40672026-06-10T21:57:58.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40682026-06-10T21:57:58.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40692026-06-10T21:57:58.325Z
40702026-06-10T21:57:58.325Zinfo: running `cargo check --bins` on transient-dns-server (233/295)
40712026-06-10T21:57:58.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40722026-06-10T21:57:58.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40732026-06-10T21:57:58.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40742026-06-10T21:57:58.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40752026-06-10T21:57:58.941Z
40762026-06-10T21:57:58.941Zinfo: running `cargo check --bins` on nexus-test-interface (234/295)
40772026-06-10T21:57:59.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40782026-06-10T21:57:59.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40792026-06-10T21:57:59.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40802026-06-10T21:57:59.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40812026-06-10T21:57:59.598Z
40822026-06-10T21:57:59.598Zinfo: running `cargo check --bins` on oximeter-collector (235/295)
40832026-06-10T21:58:00.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40842026-06-10T21:58:00.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40852026-06-10T21:58:00.322Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40862026-06-10T21:58:00.322Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40872026-06-10T21:58:00.972Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40882026-06-10T21:58:02.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.93s
40892026-06-10T21:58:02.740Z
40902026-06-10T21:58:02.740Zinfo: running `cargo check --bins` on oximeter-api (236/295)
40912026-06-10T21:58:03.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40922026-06-10T21:58:03.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40932026-06-10T21:58:03.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40942026-06-10T21:58:03.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40952026-06-10T21:58:03.336Z
40962026-06-10T21:58:03.336Zinfo: running `cargo check --bins` on cert-dev (237/295)
40972026-06-10T21:58:03.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40982026-06-10T21:58:03.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40992026-06-10T21:58:03.947Z Checking yasna v0.5.2
41002026-06-10T21:58:04.350Z Checking rcgen v0.12.1
41012026-06-10T21:58:04.603Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
41022026-06-10T21:58:04.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
41032026-06-10T21:58:04.969Z
41042026-06-10T21:58:04.969Zinfo: running `cargo check --bins` on clickana (238/295)
41052026-06-10T21:58:05.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41062026-06-10T21:58:05.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41072026-06-10T21:58:05.612Z Compiling darling_core v0.23.0
41082026-06-10T21:58:05.615Z Compiling instability v0.3.11
41092026-06-10T21:58:05.615Z Checking castaway v0.2.4
41102026-06-10T21:58:05.723Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
41112026-06-10T21:58:05.736Z Compiling indoc v2.0.7
41122026-06-10T21:58:05.750Z Checking unicode-truncate v1.1.0
41132026-06-10T21:58:05.753Z Checking lru v0.12.5
41142026-06-10T21:58:05.753Z Checking cassowary v0.3.0
41152026-06-10T21:58:05.816Z Checking compact_str v0.8.1
41162026-06-10T21:58:07.046Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41172026-06-10T21:58:07.141Z Compiling darling_macro v0.23.0
41182026-06-10T21:58:07.226Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41192026-06-10T21:58:07.554Z Compiling darling v0.23.0
41202026-06-10T21:58:08.202Z Checking ratatui v0.29.0
41212026-06-10T21:58:09.237Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41222026-06-10T21:58:09.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.91s
41232026-06-10T21:58:10.098Z
41242026-06-10T21:58:10.098Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (239/295)
41252026-06-10T21:58:10.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41262026-06-10T21:58:10.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41272026-06-10T21:58:10.788Z Checking headers-core v0.3.0
41282026-06-10T21:58:10.792Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41292026-06-10T21:58:11.012Z Checking headers v0.4.1
41302026-06-10T21:58:11.355Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41312026-06-10T21:58:12.229Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41322026-06-10T21:58:12.692Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41332026-06-10T21:58:13.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.02s
41342026-06-10T21:58:13.297Z
41352026-06-10T21:58:13.297Zinfo: running `cargo check --bins` on ch-dev (240/295)
41362026-06-10T21:58:13.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41372026-06-10T21:58:13.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41382026-06-10T21:58:14.027Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41392026-06-10T21:58:14.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
41402026-06-10T21:58:15.036Z
41412026-06-10T21:58:15.036Zinfo: running `cargo check --bins` on dev-tools-common (241/295)
41422026-06-10T21:58:15.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41432026-06-10T21:58:15.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41442026-06-10T21:58:15.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41452026-06-10T21:58:15.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
41462026-06-10T21:58:15.451Z
41472026-06-10T21:58:15.451Zinfo: running `cargo check --bins` on crdb-seed (242/295)
41482026-06-10T21:58:15.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41492026-06-10T21:58:15.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41502026-06-10T21:58:16.171Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41512026-06-10T21:58:17.144Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41522026-06-10T21:58:17.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.01s
41532026-06-10T21:58:17.669Z
41542026-06-10T21:58:17.669Zinfo: running `cargo check --bins` on db-dev (243/295)
41552026-06-10T21:58:18.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41562026-06-10T21:58:18.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41572026-06-10T21:58:18.411Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41582026-06-10T21:58:19.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
41592026-06-10T21:58:19.337Z
41602026-06-10T21:58:19.337Zinfo: running `cargo check --bins` on omicron-dev-lib (244/295)
41612026-06-10T21:58:19.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41622026-06-10T21:58:19.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41632026-06-10T21:58:19.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41642026-06-10T21:58:19.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41652026-06-10T21:58:19.988Z
41662026-06-10T21:58:19.988Zinfo: running `cargo check --bins` on xtask-downloader (245/295)
41672026-06-10T21:58:20.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41682026-06-10T21:58:20.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41692026-06-10T21:58:20.597Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41702026-06-10T21:58:21.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
41712026-06-10T21:58:21.483Z
41722026-06-10T21:58:21.483Zinfo: running `cargo check --bins` on omicron-dropshot-apis (246/295)
41732026-06-10T21:58:22.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41742026-06-10T21:58:22.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41752026-06-10T21:58:22.232Z Compiling progenitor-impl v0.13.0
41762026-06-10T21:58:22.346Z Checking progenitor-client v0.13.0
41772026-06-10T21:58:22.395Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41782026-06-10T21:58:22.395Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41792026-06-10T21:58:22.441Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41802026-06-10T21:58:22.441Z Checking git-stub v1.0.0
41812026-06-10T21:58:22.441Z Compiling trait-variant v0.1.2
41822026-06-10T21:58:22.555Z Checking is_ci v1.2.0
41832026-06-10T21:58:22.592Z Checking maplit v1.0.2
41842026-06-10T21:58:22.618Z Checking git-stub-vcs v0.1.0
41852026-06-10T21:58:22.653Z Checking supports-color v3.0.2
41862026-06-10T21:58:22.676Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41872026-06-10T21:58:22.833Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41882026-06-10T21:58:22.871Z Checking drift v0.2.0
41892026-06-10T21:58:22.929Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41902026-06-10T21:58:22.975Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41912026-06-10T21:58:23.126Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41922026-06-10T21:58:23.151Z Checking dropshot-api-manager v0.7.2
41932026-06-10T21:58:23.189Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41942026-06-10T21:58:23.216Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41952026-06-10T21:58:23.348Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41962026-06-10T21:58:23.478Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41972026-06-10T21:58:23.698Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41982026-06-10T21:58:23.717Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41992026-06-10T21:58:24.222Z Compiling progenitor-macro v0.13.0
42002026-06-10T21:58:26.617Z Checking progenitor v0.13.0
42012026-06-10T21:58:26.732Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
42022026-06-10T21:58:31.783Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
42032026-06-10T21:58:32.883Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
42042026-06-10T21:58:33.438Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
42052026-06-10T21:58:33.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.38s
42062026-06-10T21:58:34.073Z
42072026-06-10T21:58:34.073Zinfo: running `cargo check --bins` on installinator-api (247/295)
42082026-06-10T21:58:34.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42092026-06-10T21:58:34.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42102026-06-10T21:58:34.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42112026-06-10T21:58:34.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42122026-06-10T21:58:34.670Z
42132026-06-10T21:58:34.671Zinfo: running `cargo check --bins` on nexus-external-api (248/295)
42142026-06-10T21:58:35.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42152026-06-10T21:58:35.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42162026-06-10T21:58:35.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42172026-06-10T21:58:35.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42182026-06-10T21:58:35.339Z
42192026-06-10T21:58:35.339Zinfo: running `cargo check --bins` on nexus-internal-api (249/295)
42202026-06-10T21:58:35.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42212026-06-10T21:58:35.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42222026-06-10T21:58:35.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42232026-06-10T21:58:35.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42242026-06-10T21:58:35.970Z
42252026-06-10T21:58:35.970Zinfo: running `cargo check --bins` on nexus-lockstep-api (250/295)
42262026-06-10T21:58:36.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42272026-06-10T21:58:36.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42282026-06-10T21:58:36.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42292026-06-10T21:58:36.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42302026-06-10T21:58:36.738Z
42312026-06-10T21:58:36.738Zinfo: running `cargo check --bins` on ntp-admin-api (251/295)
42322026-06-10T21:58:37.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42332026-06-10T21:58:37.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42342026-06-10T21:58:37.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42352026-06-10T21:58:37.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42362026-06-10T21:58:37.869Z
42372026-06-10T21:58:37.869Zinfo: running `cargo check --bins` on ntp-admin-types-versions (252/295)
42382026-06-10T21:58:38.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42392026-06-10T21:58:38.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42402026-06-10T21:58:38.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42412026-06-10T21:58:38.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42422026-06-10T21:58:38.122Z
42432026-06-10T21:58:38.123Zinfo: running `cargo check --bins` on wicketd-api (253/295)
42442026-06-10T21:58:38.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42452026-06-10T21:58:38.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42462026-06-10T21:58:38.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42472026-06-10T21:58:38.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42482026-06-10T21:58:38.471Z
42492026-06-10T21:58:38.472Zinfo: running `cargo check --bins` on omicron-ls-apis (254/295)
42502026-06-10T21:58:38.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42512026-06-10T21:58:38.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42522026-06-10T21:58:39.010Z Checking typeid v1.0.3
42532026-06-10T21:58:39.127Z Checking ordered-float v2.10.1
42542026-06-10T21:58:39.152Z Checking unicode-xid v0.2.6
42552026-06-10T21:58:39.179Z Checking cargo-platform v0.2.0
42562026-06-10T21:58:39.179Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42572026-06-10T21:58:39.188Z Checking erased-serde v0.4.9
42582026-06-10T21:58:39.322Z Checking serde-value v0.7.0
42592026-06-10T21:58:39.509Z Checking serde-untagged v0.1.9
42602026-06-10T21:58:39.686Z Checking cargo-util-schemas v0.8.2
42612026-06-10T21:58:40.344Z Checking cargo_metadata v0.21.0
42622026-06-10T21:58:41.212Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42632026-06-10T21:58:42.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s
42642026-06-10T21:58:42.158Z
42652026-06-10T21:58:42.158Zinfo: running `cargo check --bins` on mgs-dev (255/295)
42662026-06-10T21:58:42.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42672026-06-10T21:58:42.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42682026-06-10T21:58:42.620Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42692026-06-10T21:58:46.529Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42702026-06-10T21:58:46.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
42712026-06-10T21:58:46.529Z
42722026-06-10T21:58:46.529Zinfo: running `cargo check --bins` on omicron-omdb (256/295)
42732026-06-10T21:58:46.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42742026-06-10T21:58:46.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42752026-06-10T21:58:46.529Z Compiling vergen-lib v0.1.6
42762026-06-10T21:58:46.529Z Compiling vergen-gitcl v1.0.8
42772026-06-10T21:58:46.529Z Compiling dirs-sys-next v0.1.2
42782026-06-10T21:58:46.529Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42792026-06-10T21:58:46.529Z Compiling glob v0.3.3
42802026-06-10T21:58:46.529Z Compiling diesel_derives v2.3.7
42812026-06-10T21:58:46.530Z Compiling crunchy v0.2.4
42822026-06-10T21:58:46.530Z Compiling dsl_auto_type v0.2.0
42832026-06-10T21:58:46.530Z Compiling dirs-next v2.0.0
42842026-06-10T21:58:46.530Z Checking scheduled-thread-pool v0.2.7
42852026-06-10T21:58:46.530Z Compiling diesel_table_macro_syntax v0.3.0
42862026-06-10T21:58:46.530Z Compiling tiny-keccak v2.0.2
42872026-06-10T21:58:46.530Z Compiling term v0.7.0
42882026-06-10T21:58:46.530Z Compiling clang-sys v1.8.1
42892026-06-10T21:58:46.530Z Checking r2d2 v0.8.10
42902026-06-10T21:58:46.530Z Checking downcast-rs v2.0.2
42912026-06-10T21:58:46.530Z Compiling bit-vec v0.6.3
42922026-06-10T21:58:46.530Z Compiling ascii-canvas v3.0.0
42932026-06-10T21:58:46.530Z Compiling itertools v0.10.5
42942026-06-10T21:58:46.530Z Compiling bit-set v0.5.3
42952026-06-10T21:58:46.530Z Compiling ena v0.14.4
42962026-06-10T21:58:46.530Z Compiling libloading v0.8.9
42972026-06-10T21:58:46.530Z Compiling bindgen v0.71.1
42982026-06-10T21:58:46.530Z Compiling diff v0.1.13
42992026-06-10T21:58:46.562Z Compiling regex-syntax v0.6.29
43002026-06-10T21:58:46.562Z Compiling cexpr v0.6.0
43012026-06-10T21:58:46.562Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
43022026-06-10T21:58:46.562Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
43032026-06-10T21:58:46.570Z Compiling rustc-hash v2.1.1
43042026-06-10T21:58:46.684Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43052026-06-10T21:58:46.701Z Compiling libxml v0.3.3
43062026-06-10T21:58:46.826Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
43072026-06-10T21:58:46.846Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
43082026-06-10T21:58:46.957Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
43092026-06-10T21:58:47.164Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43102026-06-10T21:58:47.221Z Compiling strum_macros v0.24.3
43112026-06-10T21:58:47.278Z Compiling indoc v1.0.9
43122026-06-10T21:58:47.725Z Compiling lalrpop v0.19.12
43132026-06-10T21:58:48.103Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43142026-06-10T21:58:48.280Z Checking derive_builder v0.20.2
43152026-06-10T21:58:48.304Z Compiling oso-derive v0.27.3
43162026-06-10T21:58:48.323Z Checking quick-xml v0.37.5
43172026-06-10T21:58:48.608Z Compiling impl-trait-for-tuples v0.2.3
43182026-06-10T21:58:48.825Z Checking openssl-probe v0.1.6
43192026-06-10T21:58:48.974Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43202026-06-10T21:58:49.243Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43212026-06-10T21:58:49.446Z Checking bb8 v0.8.6
43222026-06-10T21:58:49.732Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43232026-06-10T21:58:49.748Z Compiling libz-sys v1.1.24
43242026-06-10T21:58:49.915Z Checking nonempty v0.12.0
43252026-06-10T21:58:49.982Z Compiling strsim v0.10.0
43262026-06-10T21:58:50.000Z Compiling libgit2-sys v0.18.3+1.9.2
43272026-06-10T21:58:50.139Z Compiling darling_core v0.13.4
43282026-06-10T21:58:50.277Z Compiling vergen-git2 v9.1.0
43292026-06-10T21:58:50.322Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43302026-06-10T21:58:50.506Z Compiling base64 v0.21.7
43312026-06-10T21:58:50.514Z Compiling rustls v0.21.12
43322026-06-10T21:58:50.755Z Compiling ron v0.8.1
43332026-06-10T21:58:50.823Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43342026-06-10T21:58:50.940Z Checking diesel v2.3.7
43352026-06-10T21:58:51.716Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43362026-06-10T21:58:51.790Z Checking sct v0.7.1
43372026-06-10T21:58:51.922Z Checking rustls-webpki v0.101.7
43382026-06-10T21:58:51.952Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43392026-06-10T21:58:51.995Z Compiling darling_macro v0.13.4
43402026-06-10T21:58:52.468Z Compiling darling v0.13.4
43412026-06-10T21:58:52.568Z Compiling serde_with_macros v1.5.2
43422026-06-10T21:58:52.847Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43432026-06-10T21:58:53.417Z Compiling serde_with v1.14.0
43442026-06-10T21:58:53.534Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43452026-06-10T21:58:54.554Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43462026-06-10T21:58:54.574Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43472026-06-10T21:58:55.353Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43482026-06-10T21:58:56.002Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43492026-06-10T21:58:56.095Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43502026-06-10T21:58:56.115Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43512026-06-10T21:58:56.196Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43522026-06-10T21:58:56.284Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43532026-06-10T21:58:56.307Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43542026-06-10T21:58:56.605Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43552026-06-10T21:58:56.635Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43562026-06-10T21:58:56.635Z Checking tokio-rustls v0.24.1
43572026-06-10T21:58:56.771Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43582026-06-10T21:58:57.320Z Checking rustls-pemfile v1.0.4
43592026-06-10T21:58:57.379Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43602026-06-10T21:58:57.464Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43612026-06-10T21:58:57.584Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43622026-06-10T21:58:57.655Z Checking twox-hash v2.1.2
43632026-06-10T21:58:57.953Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43642026-06-10T21:58:57.957Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43652026-06-10T21:58:58.010Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43662026-06-10T21:58:58.343Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43672026-06-10T21:58:58.515Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43682026-06-10T21:58:59.689Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43692026-06-10T21:58:59.787Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43702026-06-10T21:58:59.988Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43712026-06-10T21:59:00.452Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43722026-06-10T21:59:00.528Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43732026-06-10T21:59:01.043Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43742026-06-10T21:59:01.192Z Checking console v0.16.2
43752026-06-10T21:59:01.439Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43762026-06-10T21:59:01.603Z Checking fatfs v0.3.6
43772026-06-10T21:59:02.023Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43782026-06-10T21:59:02.050Z Compiling seq-macro v0.3.6
43792026-06-10T21:59:02.557Z Checking unit-prefix v0.5.2
43802026-06-10T21:59:02.687Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43812026-06-10T21:59:02.706Z Checking indicatif v0.18.4
43822026-06-10T21:59:03.342Z Checking support-bundle-viewer v0.1.2
43832026-06-10T21:59:03.366Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43842026-06-10T21:59:03.367Z Checking multimap v0.10.1
43852026-06-10T21:59:05.945Z Checking diesel-dtrace v0.5.0
43862026-06-10T21:59:06.206Z Checking async-bb8-diesel v0.2.1
43872026-06-10T21:59:12.093Z Compiling samael v0.0.19
43882026-06-10T21:59:18.019Z Compiling git2 v0.20.4
43892026-06-10T21:59:18.735Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43902026-06-10T21:59:19.323Z Compiling polar-core v0.27.3
43912026-06-10T21:59:20.396Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43922026-06-10T21:59:26.079Z Checking oso v0.27.3
43932026-06-10T21:59:51.451Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43942026-06-10T22:01:02.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s
43952026-06-10T22:01:02.279Z
43962026-06-10T22:01:02.279Zinfo: running `cargo check --bins` on nexus-networking (257/295)
43972026-06-10T22:01:02.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43982026-06-10T22:01:02.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43992026-06-10T22:01:02.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44002026-06-10T22:01:02.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
44012026-06-10T22:01:03.012Z
44022026-06-10T22:01:03.012Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (258/295)
44032026-06-10T22:01:03.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44042026-06-10T22:01:03.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44052026-06-10T22:01:03.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44062026-06-10T22:01:03.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44072026-06-10T22:01:03.676Z
44082026-06-10T22:01:03.676Zinfo: running `cargo check --bins` on nexus-saga-recovery (259/295)
44092026-06-10T22:01:04.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44102026-06-10T22:01:04.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44112026-06-10T22:01:04.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44122026-06-10T22:01:04.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44132026-06-10T22:01:04.331Z
44142026-06-10T22:01:04.331Zinfo: running `cargo check --bins` on nexus-test-utils-macros (260/295)
44152026-06-10T22:01:04.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44162026-06-10T22:01:04.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44172026-06-10T22:01:04.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44182026-06-10T22:01:04.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44192026-06-10T22:01:04.908Z
44202026-06-10T22:01:04.908Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (261/295)
44212026-06-10T22:01:05.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44222026-06-10T22:01:05.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44232026-06-10T22:01:05.740Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44242026-06-10T22:01:06.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s
44252026-06-10T22:01:06.714Z
44262026-06-10T22:01:06.714Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (262/295)
44272026-06-10T22:01:07.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44282026-06-10T22:01:07.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44292026-06-10T22:01:07.549Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44302026-06-10T22:01:43.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.16s
44312026-06-10T22:01:44.097Z
44322026-06-10T22:01:44.097Zinfo: running `cargo check --bins` on nexus-background-task-interface (263/295)
44332026-06-10T22:01:44.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44342026-06-10T22:01:44.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44352026-06-10T22:01:44.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44362026-06-10T22:01:44.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44372026-06-10T22:01:44.693Z
44382026-06-10T22:01:44.693Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (264/295)
44392026-06-10T22:01:45.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44402026-06-10T22:01:45.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44412026-06-10T22:01:45.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44422026-06-10T22:01:45.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44432026-06-10T22:01:45.338Z
44442026-06-10T22:01:45.338Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (265/295)
44452026-06-10T22:01:45.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44462026-06-10T22:01:45.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44472026-06-10T22:01:45.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44482026-06-10T22:01:45.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44492026-06-10T22:01:45.995Z
44502026-06-10T22:01:45.995Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (266/295)
44512026-06-10T22:01:46.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44522026-06-10T22:01:46.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44532026-06-10T22:01:46.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44542026-06-10T22:01:46.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44552026-06-10T22:01:46.650Z
44562026-06-10T22:01:46.650Zinfo: running `cargo check --bins` on nexus-mgs-updates (267/295)
44572026-06-10T22:01:47.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44582026-06-10T22:01:47.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44592026-06-10T22:01:47.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44602026-06-10T22:01:47.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
44612026-06-10T22:01:47.285Z
44622026-06-10T22:01:47.285Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (268/295)
44632026-06-10T22:01:47.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44642026-06-10T22:01:47.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44652026-06-10T22:01:47.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44662026-06-10T22:01:47.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44672026-06-10T22:01:47.938Z
44682026-06-10T22:01:47.938Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (269/295)
44692026-06-10T22:01:48.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44702026-06-10T22:01:48.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44712026-06-10T22:01:48.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44722026-06-10T22:01:48.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44732026-06-10T22:01:48.586Z
44742026-06-10T22:01:48.586Zinfo: running `cargo check --bins` on support-bundle-collection (270/295)
44752026-06-10T22:01:49.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44762026-06-10T22:01:49.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44772026-06-10T22:01:49.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44782026-06-10T22:01:49.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44792026-06-10T22:01:49.232Z
44802026-06-10T22:01:49.232Zinfo: running `cargo check --bins` on omicron-dev (271/295)
44812026-06-10T22:01:49.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44822026-06-10T22:01:49.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44832026-06-10T22:01:50.126Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44842026-06-10T22:01:50.130Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44852026-06-10T22:01:50.339Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44862026-06-10T22:01:50.359Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44872026-06-10T22:01:50.373Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44882026-06-10T22:01:50.386Z Checking diff v0.1.13
44892026-06-10T22:01:50.389Z Checking yansi v1.0.1
44902026-06-10T22:01:50.399Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44912026-06-10T22:01:50.516Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44922026-06-10T22:01:50.799Z Checking pretty_assertions v1.4.1
44932026-06-10T22:01:51.300Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44942026-06-10T22:01:51.428Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44952026-06-10T22:02:15.046Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44962026-06-10T22:02:15.046Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44972026-06-10T22:02:15.079Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44982026-06-10T22:02:15.079Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44992026-06-10T22:02:15.079Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
45002026-06-10T22:02:15.079Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45012026-06-10T22:02:15.833Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45022026-06-10T22:02:15.833Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45032026-06-10T22:02:17.041Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45042026-06-10T22:02:53.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
45052026-06-10T22:02:53.732Z
45062026-06-10T22:02:53.732Zinfo: running `cargo check --bins` on omicron-pins (272/295)
45072026-06-10T22:02:54.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45082026-06-10T22:02:54.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45092026-06-10T22:02:54.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45102026-06-10T22:02:54.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45112026-06-10T22:02:54.324Z
45122026-06-10T22:02:54.324Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (273/295)
45132026-06-10T22:02:54.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45142026-06-10T22:02:54.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45152026-06-10T22:02:55.101Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45162026-06-10T22:02:55.224Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45172026-06-10T22:02:55.224Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45182026-06-10T22:03:20.953Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45192026-06-10T22:03:21.332Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45202026-06-10T22:03:23.039Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45212026-06-10T22:03:23.483Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45222026-06-10T22:03:26.448Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45232026-06-10T22:03:49.079Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45242026-06-10T22:03:49.776Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45252026-06-10T22:03:51.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.05s
45262026-06-10T22:03:51.599Z
45272026-06-10T22:03:51.599Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (274/295)
45282026-06-10T22:03:52.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45292026-06-10T22:03:52.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45302026-06-10T22:03:52.314Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45312026-06-10T22:03:52.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
45322026-06-10T22:03:53.199Z
45332026-06-10T22:03:53.200Zinfo: running `cargo check --bins` on omicron-releng (275/295)
45342026-06-10T22:03:53.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45352026-06-10T22:03:53.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45362026-06-10T22:03:53.855Z Compiling blake3 v1.8.3
45372026-06-10T22:03:53.965Z Checking arrayref v0.3.9
45382026-06-10T22:03:53.966Z Checking arrayvec v0.7.6
45392026-06-10T22:03:53.969Z Checking constant_time_eq v0.4.2
45402026-06-10T22:03:53.985Z Checking topological-sort v0.2.2
45412026-06-10T22:03:53.988Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45422026-06-10T22:03:53.988Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45432026-06-10T22:03:53.988Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45442026-06-10T22:03:54.027Z Checking shell-words v1.1.1
45452026-06-10T22:03:54.852Z Checking omicron-zone-package v0.12.2
45462026-06-10T22:03:55.562Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45472026-06-10T22:03:56.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
45482026-06-10T22:03:56.607Z
45492026-06-10T22:03:56.607Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (276/295)
45502026-06-10T22:03:57.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45512026-06-10T22:03:57.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45522026-06-10T22:03:57.255Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45532026-06-10T22:03:57.579Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45542026-06-10T22:03:57.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
45552026-06-10T22:03:58.159Z
45562026-06-10T22:03:58.159Zinfo: running `cargo check --bins` on schema (277/295)
45572026-06-10T22:03:58.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45582026-06-10T22:03:58.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45592026-06-10T22:03:58.888Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45602026-06-10T22:03:59.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
45612026-06-10T22:03:59.777Z
45622026-06-10T22:03:59.777Zinfo: running `cargo check --bins` on xtask (278/295)
45632026-06-10T22:04:00.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45642026-06-10T22:04:00.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45652026-06-10T22:04:00.231Z Checking libc v0.2.185
45662026-06-10T22:04:00.234Z Checking serde v1.0.228
45672026-06-10T22:04:00.314Z Checking zerofrom v0.1.6
45682026-06-10T22:04:00.323Z Checking bitflags v2.11.0
45692026-06-10T22:04:00.329Z Checking smallvec v1.15.1
45702026-06-10T22:04:00.335Z Checking indexmap v2.14.0
45712026-06-10T22:04:00.344Z Checking serde_json v1.0.149
45722026-06-10T22:04:00.347Z Checking scroll v0.12.0
45732026-06-10T22:04:00.416Z Checking yoke v0.8.1
45742026-06-10T22:04:00.468Z Checking num-traits v0.2.19
45752026-06-10T22:04:00.500Z Checking thiserror v1.0.69
45762026-06-10T22:04:00.574Z Checking log v0.4.29
45772026-06-10T22:04:00.584Z Checking zerovec v0.11.5
45782026-06-10T22:04:00.597Z Checking zerotrie v0.2.3
45792026-06-10T22:04:00.606Z Checking errno v0.3.14
45802026-06-10T22:04:00.704Z Checking toml_datetime v0.6.11
45812026-06-10T22:04:00.721Z Checking rustix v1.1.3
45822026-06-10T22:04:00.732Z Checking serde_spanned v0.6.9
45832026-06-10T22:04:00.847Z Checking percent-encoding v2.3.2
45842026-06-10T22:04:00.853Z Checking zerocopy v0.7.35
45852026-06-10T22:04:00.853Z Checking goblin v0.8.2
45862026-06-10T22:04:00.881Z Checking toml_edit v0.22.27
45872026-06-10T22:04:00.951Z Checking getrandom v0.4.1
45882026-06-10T22:04:00.972Z Checking form_urlencoded v1.2.2
45892026-06-10T22:04:00.982Z Checking ordered-float v2.10.1
45902026-06-10T22:04:01.020Z Checking tinystr v0.8.2
45912026-06-10T22:04:01.084Z Checking potential_utf v0.1.4
45922026-06-10T22:04:01.116Z Checking thiserror v2.0.18
45932026-06-10T22:04:01.201Z Checking icu_locale_core v2.1.1
45942026-06-10T22:04:01.213Z Checking serde-value v0.7.0
45952026-06-10T22:04:01.223Z Checking syn v2.0.117
45962026-06-10T22:04:01.235Z Checking icu_collections v2.1.1
45972026-06-10T22:04:01.355Z Checking dtrace-parser v0.2.0
45982026-06-10T22:04:01.413Z Checking thread-id v4.2.2
45992026-06-10T22:04:01.497Z Checking once_cell v1.21.3
46002026-06-10T22:04:01.532Z Checking terminal_size v0.4.3
46012026-06-10T22:04:01.549Z Checking cargo-platform v0.2.0
46022026-06-10T22:04:01.599Z Checking memmap v0.7.0
46032026-06-10T22:04:01.647Z Checking clap_builder v4.6.0
46042026-06-10T22:04:01.671Z Checking tempfile v3.25.0
46052026-06-10T22:04:01.723Z Checking textwrap v0.16.2
46062026-06-10T22:04:01.726Z Checking fs-err v3.3.0
46072026-06-10T22:04:01.751Z Checking icu_provider v2.1.1
46082026-06-10T22:04:01.861Z Checking camino-tempfile v1.4.1
46092026-06-10T22:04:01.910Z Checking anyhow v1.0.102
46102026-06-10T22:04:01.935Z Checking tabled v0.15.0
46112026-06-10T22:04:01.987Z Checking toml v0.8.23
46122026-06-10T22:04:01.990Z Checking icu_properties v2.1.2
46132026-06-10T22:04:02.014Z Checking icu_normalizer v2.1.1
46142026-06-10T22:04:02.103Z Checking macaddr v1.0.1
46152026-06-10T22:04:02.285Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46162026-06-10T22:04:02.308Z Checking cargo_toml v0.21.0
46172026-06-10T22:04:02.746Z Checking dof v0.3.0
46182026-06-10T22:04:02.782Z Checking idna_adapter v1.2.1
46192026-06-10T22:04:02.829Z Checking clap v4.6.1
46202026-06-10T22:04:02.900Z Checking idna v1.1.0
46212026-06-10T22:04:03.020Z Checking usdt-impl v0.5.0
46222026-06-10T22:04:03.125Z Checking url v2.5.8
46232026-06-10T22:04:03.260Z Checking usdt v0.5.0
46242026-06-10T22:04:03.467Z Checking cargo-util-schemas v0.8.2
46252026-06-10T22:04:04.149Z Checking cargo_metadata v0.21.0
46262026-06-10T22:04:04.751Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46272026-06-10T22:04:05.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.38s
46282026-06-10T22:04:05.285Z
46292026-06-10T22:04:05.285Zinfo: running `cargo check --bins` on dnsadm (279/295)
46302026-06-10T22:04:05.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46312026-06-10T22:04:05.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46322026-06-10T22:04:05.933Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46332026-06-10T22:04:06.412Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46342026-06-10T22:04:06.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s
46352026-06-10T22:04:06.991Z
46362026-06-10T22:04:06.991Zinfo: running `cargo check --bins` on end-to-end-tests (280/295)
46372026-06-10T22:04:07.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46382026-06-10T22:04:07.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46392026-06-10T22:04:07.797Z Checking polyval v0.6.2
46402026-06-10T22:04:07.924Z Checking ctr v0.9.2
46412026-06-10T22:04:07.934Z Checking ssh-encoding v0.2.0
46422026-06-10T22:04:07.935Z Checking blowfish v0.9.1
46432026-06-10T22:04:07.955Z Checking password-hash v0.4.2
46442026-06-10T22:04:07.968Z Checking p521 v0.13.3
46452026-06-10T22:04:07.974Z Checking p256 v0.13.2
46462026-06-10T22:04:07.996Z Checking russh-cryptovec v0.7.3
46472026-06-10T22:04:08.064Z Checking ghash v0.5.1
46482026-06-10T22:04:08.078Z Checking bcrypt-pbkdf v0.10.0
46492026-06-10T22:04:08.081Z Checking md5 v0.7.0
46502026-06-10T22:04:08.109Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46512026-06-10T22:04:08.126Z Checking num-bigint v0.4.6
46522026-06-10T22:04:08.171Z Checking pbkdf2 v0.11.0
46532026-06-10T22:04:08.180Z Checking aes-gcm v0.10.3
46542026-06-10T22:04:08.226Z Checking des v0.8.1
46552026-06-10T22:04:08.233Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46562026-06-10T22:04:08.258Z Checking hex-literal v0.4.1
46572026-06-10T22:04:08.332Z Checking ssh-cipher v0.2.0
46582026-06-10T22:04:08.344Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46592026-06-10T22:04:08.378Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46602026-06-10T22:04:08.383Z Checking socket2 v0.5.10
46612026-06-10T22:04:08.411Z Checking internet-checksum v0.2.1
46622026-06-10T22:04:08.503Z Checking ssh-key v0.6.7
46632026-06-10T22:04:08.619Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46642026-06-10T22:04:09.137Z Checking russh-keys v0.45.0
46652026-06-10T22:04:09.677Z Checking russh v0.45.0
46662026-06-10T22:04:25.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.85s
46672026-06-10T22:04:26.058Z
46682026-06-10T22:04:26.058Zinfo: running `cargo check --bins` on gateway-cli (281/295)
46692026-06-10T22:04:26.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46702026-06-10T22:04:26.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46712026-06-10T22:04:26.710Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46722026-06-10T22:04:26.820Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46732026-06-10T22:04:26.828Z Checking termios v0.3.3
46742026-06-10T22:04:28.038Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46752026-06-10T22:04:28.179Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46762026-06-10T22:04:29.936Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46772026-06-10T22:04:30.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.43s
46782026-06-10T22:04:30.679Z
46792026-06-10T22:04:30.679Zinfo: running `cargo check --bins --no-default-features` on installinator (282/295)
46802026-06-10T22:04:31.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46812026-06-10T22:04:31.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46822026-06-10T22:04:31.392Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46832026-06-10T22:04:31.395Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46842026-06-10T22:04:31.509Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46852026-06-10T22:04:31.509Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46862026-06-10T22:04:31.569Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46872026-06-10T22:04:31.574Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46882026-06-10T22:04:32.270Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46892026-06-10T22:04:32.611Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46902026-06-10T22:04:32.612Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46912026-06-10T22:04:33.254Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46922026-06-10T22:04:34.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s
46932026-06-10T22:04:35.046Z
46942026-06-10T22:04:35.046Zinfo: running `cargo check --bins` on internal-dns-cli (283/295)
46952026-06-10T22:04:35.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46962026-06-10T22:04:35.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46972026-06-10T22:04:35.688Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
46982026-06-10T22:04:36.147Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46992026-06-10T22:04:36.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
47002026-06-10T22:04:36.669Z
47012026-06-10T22:04:36.669Zinfo: running `cargo check --bins` on omicron-live-tests (284/295)
47022026-06-10T22:04:37.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47032026-06-10T22:04:37.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47042026-06-10T22:04:37.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47052026-06-10T22:04:37.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47062026-06-10T22:04:37.259Z
47072026-06-10T22:04:37.259Zinfo: running `cargo check --bins` on live-tests-macros (285/295)
47082026-06-10T22:04:37.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47092026-06-10T22:04:37.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47102026-06-10T22:04:37.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47112026-06-10T22:04:37.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47122026-06-10T22:04:38.031Z
47132026-06-10T22:04:38.031Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (286/295)
47142026-06-10T22:04:38.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47152026-06-10T22:04:38.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47162026-06-10T22:04:38.612Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47172026-06-10T22:04:39.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
47182026-06-10T22:04:39.425Z
47192026-06-10T22:04:39.425Zinfo: running `cargo check --bins` on omicron-ntp-admin (287/295)
47202026-06-10T22:04:39.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47212026-06-10T22:04:39.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47222026-06-10T22:04:40.084Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47232026-06-10T22:04:40.088Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47242026-06-10T22:04:40.363Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47252026-06-10T22:04:40.367Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47262026-06-10T22:04:41.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
47272026-06-10T22:04:41.414Z
47282026-06-10T22:04:41.414Zinfo: running `cargo check --bins` on ntp-admin-types (288/295)
47292026-06-10T22:04:41.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47302026-06-10T22:04:41.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47312026-06-10T22:04:41.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47322026-06-10T22:04:41.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47332026-06-10T22:04:41.953Z
47342026-06-10T22:04:41.953Zinfo: running `cargo check --bins` on omicron-package (289/295)
47352026-06-10T22:04:42.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47362026-06-10T22:04:42.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47372026-06-10T22:04:42.647Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47382026-06-10T22:04:43.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
47392026-06-10T22:04:43.919Z
47402026-06-10T22:04:43.920Zinfo: running `cargo check --bins` on tqdb (290/295)
47412026-06-10T22:04:44.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47422026-06-10T22:04:44.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47432026-06-10T22:04:44.708Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47442026-06-10T22:04:45.067Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47452026-06-10T22:04:45.594Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47462026-06-10T22:04:45.594Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47472026-06-10T22:04:51.531Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47482026-06-10T22:04:51.536Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47492026-06-10T22:04:52.103Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47502026-06-10T22:04:52.103Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47512026-06-10T22:04:52.106Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47522026-06-10T22:04:52.106Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47532026-06-10T22:04:52.872Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47542026-06-10T22:04:53.878Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47552026-06-10T22:04:54.645Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47562026-06-10T22:04:55.251Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47572026-06-10T22:04:59.809Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47582026-06-10T22:05:06.175Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47592026-06-10T22:05:06.178Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47602026-06-10T22:05:06.178Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47612026-06-10T22:05:06.178Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47622026-06-10T22:05:07.646Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47632026-06-10T22:05:08.958Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47642026-06-10T22:05:09.619Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47652026-06-10T22:05:10.832Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47662026-06-10T22:05:11.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.44s
47672026-06-10T22:05:11.581Z
47682026-06-10T22:05:11.581Zinfo: running `cargo check --bins` on wicket-dbg (291/295)
47692026-06-10T22:05:12.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47702026-06-10T22:05:12.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47712026-06-10T22:05:12.299Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47722026-06-10T22:05:12.299Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47732026-06-10T22:05:12.303Z Checking rtoolbox v0.0.3
47742026-06-10T22:05:12.433Z Checking tui-tree-widget v0.23.1
47752026-06-10T22:05:12.533Z Checking rpassword v7.4.0
47762026-06-10T22:05:13.530Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47772026-06-10T22:05:16.487Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47782026-06-10T22:05:18.309Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47792026-06-10T22:05:19.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.62s
47802026-06-10T22:05:19.415Z
47812026-06-10T22:05:19.416Zinfo: running `cargo check --bins` on wicket (292/295)
47822026-06-10T22:05:19.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47832026-06-10T22:05:19.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47842026-06-10T22:05:20.122Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47852026-06-10T22:05:20.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
47862026-06-10T22:05:20.697Z
47872026-06-10T22:05:20.697Zinfo: running `cargo check --bins` on wicketd (293/295)
47882026-06-10T22:05:21.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47892026-06-10T22:05:21.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47902026-06-10T22:05:21.416Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47912026-06-10T22:05:21.420Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47922026-06-10T22:05:21.420Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
47932026-06-10T22:05:21.420Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47942026-06-10T22:05:22.410Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47952026-06-10T22:05:22.979Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47962026-06-10T22:05:25.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.22s
47972026-06-10T22:05:26.131Z
47982026-06-10T22:05:26.131Zinfo: running `cargo check --bins` on omicron-workspace-hack (294/295)
47992026-06-10T22:05:26.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48002026-06-10T22:05:26.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48012026-06-10T22:05:26.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48022026-06-10T22:05:26.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
48032026-06-10T22:05:26.726Z
48042026-06-10T22:05:26.726Zinfo: running `cargo check --bins` on zone-setup (295/295)
48052026-06-10T22:05:27.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48062026-06-10T22:05:27.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48072026-06-10T22:05:27.413Z Checking uzers v0.12.2
48082026-06-10T22:05:27.694Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48092026-06-10T22:05:28.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
48102026-06-10T22:05:28.637Z
48112026-06-10T22:05:28.637Zreal 14:05.666386836
48122026-06-10T22:05:28.637Zuser 21:03.312719956
48132026-06-10T22:05:28.637Zsys 4:22.782406818
48142026-06-10T22:05:28.637Ztrap 0.339658513
48152026-06-10T22:05:28.637Ztflt 0.787026935
48162026-06-10T22:05:28.638Zdflt 1.328511258
48172026-06-10T22:05:28.638Zkflt 0.005090344
48182026-06-10T22:05:28.638Zlock 1:18:28.342865070
48192026-06-10T22:05:28.638Zslp 1:41:22.279301856
48202026-06-10T22:05:28.638Zlat 55.168608966
48212026-06-10T22:05:28.638Zstop 3:33.071820580
48222026-06-10T22:05:28.641Zprocess exited: duration 986014 ms, exit code 0
 
48232026-06-10T22:05:28.648Zfound 0 output files