01KSKAK29VFD4J45ADW5369HM6: 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: 01KSKAKM3RQH42Q0CAV5KGF4DK

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-26T23:41:53.020Zjob assigned to worker 01KSKAKTG8XQ60AD0QTKRXJ41V [factory aws, i-02c05d89ef86876ee] (queued for 47 s)
 
22026-05-26T23:41:59.854Zstarting task 0: "setup"
32026-05-26T23:41:59.858Z++ uname -s
42026-05-26T23:41:59.861Z+ kern=SunOS
52026-05-26T23:41:59.861Z+ build_user=build
62026-05-26T23:41:59.861Z+ build_uid=12345
72026-05-26T23:41:59.861Z+ work_dir=/work
82026-05-26T23:41:59.861Z+ input_dir=/input
92026-05-26T23:41:59.861Z+ [[ 0 == 12345 ]]
102026-05-26T23:41:59.861Z+ case "$kern" in
112026-05-26T23:41:59.861Z+ groupadd -g 12345 build
122026-05-26T23:41:59.869Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-26T23:42:01.875Z+ zfs create -o mountpoint=/work rpool/work
142026-05-26T23:42:01.942Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-26T23:42:01.945Z+ home_fs=zfs
162026-05-26T23:42:01.945Z+ [[ zfs == autofs ]]
172026-05-26T23:42:01.945Z+ mkdir -p /home/build
182026-05-26T23:42:01.945Z+ chown build:build /home/build /work
192026-05-26T23:42:03.946Z+ chmod 0700 /home/build /work
202026-05-26T23:42:03.950Zprocess exited: duration 4096 ms, exit code 0
 
212026-05-26T23:42:03.959Zstarting task 1: "rust-toolchain"
222026-05-26T23:42:03.963Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-26T23:42:03.963Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-26T23:42:03.963Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-26T23:42:03.963Z * rust toolchain channel = "1.94.0"
262026-05-26T23:42:03.963Z * rust toolchain profile = "default"
272026-05-26T23:42:03.963Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-26T23:42:03.963Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-26T23:42:03.966Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-26T23:42:04.043Zinfo: downloading installer
312026-05-26T23:42:05.390Zwarn: It looks like you have an existing rustup settings file at:
322026-05-26T23:42:05.390Zwarn: /home/build/.rustup/settings.toml
332026-05-26T23:42:05.390Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-26T23:42:05.390Zwarn: instead of the one inferred from the default host triple.
352026-05-26T23:42:05.403Zinfo: profile set to default
362026-05-26T23:42:05.403Zinfo: default host triple is x86_64-unknown-illumos
372026-05-26T23:42:05.407Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-26T23:42:05.538Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-26T23:42:05.546Zinfo: downloading 6 components
402026-05-26T23:42:19.577Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-26T23:42:19.577Z
422026-05-26T23:42:19.604Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-26T23:42:19.604Z
442026-05-26T23:42:19.604Z
452026-05-26T23:42:19.604ZRust is installed now. Great!
462026-05-26T23:42:19.604Z
472026-05-26T23:42:19.604ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-26T23:42:19.604Zenvironment variable. This has not been done automatically.
492026-05-26T23:42:19.604Z
502026-05-26T23:42:19.607ZTo configure your current shell, you need to source
512026-05-26T23:42:19.607Zthe corresponding env file under $HOME/.cargo.
522026-05-26T23:42:19.607Z
532026-05-26T23:42:19.607ZThis is usually done by running one of the following (note the leading DOT):
542026-05-26T23:42:19.607Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-26T23:42:19.609Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-26T23:42:19.609Zsource "~/.cargo/env.nu" # For nushell
572026-05-26T23:42:19.609Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-26T23:42:19.609Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-26T23:42:19.609Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-26T23:42:19.609Zwarn: no default linker (`cc`) was found in your PATH
612026-05-26T23:42:19.610Zwarn: many Rust crates require a system C toolchain to build
622026-05-26T23:42:19.694Z+ rustup --version
632026-05-26T23:42:19.703Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-26T23:42:19.707Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-26T23:42:19.724Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-26T23:42:19.727Z+ cargo --version
672026-05-26T23:42:19.739Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-26T23:42:19.742Z+ rustc --version
692026-05-26T23:42:19.762Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-26T23:42:19.766Zprocess exited: duration 15806 ms, exit code 0
 
712026-05-26T23:42:19.771Zstarting task 2: "authentication"
722026-05-26T23:42:19.788Zprocess exited: duration 16 ms, exit code 0
 
732026-05-26T23:42:19.795Zstarting task 3: "clone repository"
742026-05-26T23:42:19.798Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-26T23:42:19.801Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-26T23:42:19.849ZCloning into '/work/oxidecomputer/omicron'...
772026-05-26T23:42:29.769Z+ cd /work/oxidecomputer/omicron
782026-05-26T23:42:29.769Z+ git fetch origin 91a304ab5aabd1a0d37b781a0709f297e2d8df5a
792026-05-26T23:42:30.029ZFrom https://github.com/oxidecomputer/omicron
802026-05-26T23:42:30.029Z * branch 91a304ab5aabd1a0d37b781a0709f297e2d8df5a -> FETCH_HEAD
812026-05-26T23:42:30.039Z+ [[ -n sunshowers/spr/3n-ls-apis-track-sled-agent-rack-setup-as-a-separate-subcomponent ]]
822026-05-26T23:42:30.044Z++ git branch --show-current
832026-05-26T23:42:30.044Z+ current=main
842026-05-26T23:42:30.044Z+ [[ main != sunshowers/spr/3n-ls-apis-track-sled-agent-rack-setup-as-a-separate-subcomponent ]]
852026-05-26T23:42:30.044Z+ git branch -f sunshowers/spr/3n-ls-apis-track-sled-agent-rack-setup-as-a-separate-subcomponent 91a304ab5aabd1a0d37b781a0709f297e2d8df5a
862026-05-26T23:42:30.046Z+ git checkout -f sunshowers/spr/3n-ls-apis-track-sled-agent-rack-setup-as-a-separate-subcomponent
872026-05-26T23:42:30.279ZSwitched to branch 'sunshowers/spr/3n-ls-apis-track-sled-agent-rack-setup-as-a-separate-subcomponent'
882026-05-26T23:42:30.282Z+ git reset --hard 91a304ab5aabd1a0d37b781a0709f297e2d8df5a
892026-05-26T23:42:30.294ZHEAD is now at 91a304ab5 rebase on main
902026-05-26T23:42:30.299Zprocess exited: duration 10500 ms, exit code 0
 
912026-05-26T23:42:30.304Zstarting task 4: "build"
922026-05-26T23:42:30.308Z+ source .github/buildomat/ci-env.sh
932026-05-26T23:42:30.308Z++ export CARGO_TERM_COLOR=always
942026-05-26T23:42:30.308Z++ CARGO_TERM_COLOR=always
952026-05-26T23:42:30.311Z+ cargo --version
962026-05-26T23:42:30.319Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-26T23:42:30.323Z+ rustc --version
982026-05-26T23:42:30.341Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-26T23:42:30.344Z+ source ./env.sh
1002026-05-26T23:42:30.344Z++ OLD_SHELL_OPTS=ehxB
1012026-05-26T23:42:30.344Z++ set -o xtrace
1022026-05-26T23:42:30.347Z++++ dirname ./env.sh
1032026-05-26T23:42:30.353Z+++ readlink -f .
1042026-05-26T23:42:30.358Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-05-26T23:42:30.358Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-05-26T23:42:30.358Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-05-26T23:42:30.361Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-05-26T23:42:30.361Z++ 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-05-26T23:42:30.361Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-05-26T23:42:30.361Z++ 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-05-26T23:42:30.362Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-05-26T23:42:30.362Z++ 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-05-26T23:42:30.363Z++ case $OLD_SHELL_OPTS in
1142026-05-26T23:42:30.363Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-05-26T23:42:30.363Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1162026-05-26T23:42:30.363Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1172026-05-26T23:42:30.363Z+ banner prerequisites
1182026-05-26T23:42:30.363Z
1192026-05-26T23:42:30.363Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-05-26T23:42:30.363Z # # # # # # # # # # # # # # #
1212026-05-26T23:42:30.363Z # # # # ##### # # ##### # # # # # #### #
1222026-05-26T23:42:30.364Z ##### ##### # ##### # # # # # # # # #
1232026-05-26T23:42:30.364Z # # # # # # # # # # # # # # #
1242026-05-26T23:42:30.364Z # # # ###### # # ###### ### # #### # #### #
1252026-05-26T23:42:30.364Z
1262026-05-26T23:42:30.364Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-05-26T23:42:32.349Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-26T23:42:32.424Z Startup: Caching catalogs ... Done
1292026-05-26T23:42:32.685ZPlanning: Solver setup ... Done (0.226s)
1302026-05-26T23:42:32.704ZPlanning: Running solver ... Done (0.018s)
1312026-05-26T23:42:32.709ZPlanning: Finding local manifests ... Done (0.003s)
1322026-05-26T23:42:32.720ZPlanning: Fetching manifests: 0/2 0% complete
1332026-05-26T23:42:32.738ZPlanning: Fetching manifests: 2/2 100% complete
1342026-05-26T23:42:32.752ZPlanning: Package planning ... Done (0.014s)
1352026-05-26T23:42:32.755ZPlanning: Merging actions ... Done (0.001s)
1362026-05-26T23:42:32.937ZPlanning: Checking for conflicting actions ... Done (0.184s)
1372026-05-26T23:42:32.941ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-05-26T23:42:34.156ZPlanning: Evaluating mediators ... Done (1.218s)
1392026-05-26T23:42:34.159ZPlanning: Planning completed in 1.71 seconds
1402026-05-26T23:42:34.167Z Packages to install: 2
1412026-05-26T23:42:34.170Z Estimated space available: 156.07 GB
1422026-05-26T23:42:34.170ZEstimated space to be consumed: 22.53 MB
1432026-05-26T23:42:34.170Z Create boot environment: No
1442026-05-26T23:42:34.170ZCreate backup boot environment: No
1452026-05-26T23:42:34.170Z Rebuild boot archive: No
1462026-05-26T23:42:34.170Z
1472026-05-26T23:42:34.170ZChanged packages:
1482026-05-26T23:42:34.170Zhelios
1492026-05-26T23:42:34.170Z developer/build-essential
1502026-05-26T23:42:34.170Z None -> 11-3.0
1512026-05-26T23:42:34.170Z library/libxmlsec1
1522026-05-26T23:42:34.170Z None -> 1.2.35-3.0
1532026-05-26T23:42:34.201Z
1542026-05-26T23:42:34.204ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-05-26T23:42:34.706ZDownload: Completed 1.28 MB in 0.50 seconds (2.5M/s)
1562026-05-26T23:42:34.773Z Actions: 1/268 actions (Installing new actions)
1572026-05-26T23:42:34.818Z Actions: Completed 268 actions in 0.05 seconds.
1582026-05-26T23:42:34.854ZFinalize: Updating package state database ... Done (0.034s)
1592026-05-26T23:42:34.854ZFinalize: Updating package cache ... Done (0.000s)
1602026-05-26T23:42:34.871ZFinalize: Updating image state ... Done (0.018s)
1612026-05-26T23:42:37.302ZFinalize: Creating fast lookup database ... Done (2.409s)
1622026-05-26T23:42:37.375ZFinalize: Reading search index ... Done (0.018s)
1632026-05-26T23:42:37.378ZFinalize: Updating search index ... Done (0.000s)
1642026-05-26T23:42:37.454ZFinalize: Updating package cache ... Done (0.000s)
1652026-05-26T23:42:37.751ZPlanning: Evaluating mediator changes ... Done
1662026-05-26T23:42:37.854ZPlanning: Checking for conflicting actions ... Done
1672026-05-26T23:42:37.857ZPlanning: Consolidating action changes ... Done
1682026-05-26T23:42:38.010ZPlanning: Evaluating mediators ... Done
1692026-05-26T23:42:38.013ZPlanning: Planning completed in 0.26 seconds
1702026-05-26T23:42:38.033Z Mediators to change: 2
1712026-05-26T23:42:38.033Z Create boot environment: No
1722026-05-26T23:42:38.033ZCreate backup boot environment: No
1732026-05-26T23:42:38.079ZFinalize: Updating package state database ... Done
1742026-05-26T23:42:38.079ZFinalize: Updating package cache ... Done
1752026-05-26T23:42:38.090ZFinalize: Updating image state ... Done
1762026-05-26T23:42:40.013ZFinalize: Creating fast lookup database ... Done
1772026-05-26T23:42:40.072ZFinalize: Reading search index ... Done
1782026-05-26T23:42:40.072ZFinalize: Updating search index ... Done
1792026-05-26T23:42:40.130ZFinalize: Updating package cache ... Done
1802026-05-26T23:42:40.411ZPlanning: Evaluating mediator changes ... Done
1812026-05-26T23:42:40.519ZPlanning: Checking for conflicting actions ... Done
1822026-05-26T23:42:40.537ZPlanning: Consolidating action changes ... Done
1832026-05-26T23:42:40.672ZPlanning: Evaluating mediators ... Done
1842026-05-26T23:42:40.675ZPlanning: Planning completed in 0.26 seconds
1852026-05-26T23:42:40.695Z Mediators to change: 1
1862026-05-26T23:42:40.695Z Create boot environment: No
1872026-05-26T23:42:40.695ZCreate backup boot environment: No
1882026-05-26T23:42:40.731ZFinalize: Updating package state database ... Done
1892026-05-26T23:42:40.732ZFinalize: Updating package cache ... Done
1902026-05-26T23:42:40.742ZFinalize: Updating image state ... Done
1912026-05-26T23:42:42.672ZFinalize: Creating fast lookup database ... Done
1922026-05-26T23:42:42.734ZFinalize: Reading search index ... Done
1932026-05-26T23:42:42.737ZFinalize: Updating search index ... Done
1942026-05-26T23:42:42.796ZFinalize: Updating package cache ... Done
1952026-05-26T23:42:43.104ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-05-26T23:42:43.104Zapache system 2.4 system
1972026-05-26T23:42:43.104Zclang system 15 system
1982026-05-26T23:42:43.104Zcsh system system illumos
1992026-05-26T23:42:43.104Zctags system system illumos
2002026-05-26T23:42:43.104Zfile vendor vendor darwinsys
2012026-05-26T23:42:43.104Zfile system system illumos
2022026-05-26T23:42:43.104Zgcc vendor 14 vendor
2032026-05-26T23:42:43.104Zgcc system 13 system
2042026-05-26T23:42:43.104Zgcc system 10 system
2052026-05-26T23:42:43.104Zgo system 1.25 system
2062026-05-26T23:42:43.104Zllvm system 15 system
2072026-05-26T23:42:43.104Zmariadb system 11.4 system
2082026-05-26T23:42:43.104Zmta vendor vendor dma
2092026-05-26T23:42:43.104Zopenjdk system 17 system
2102026-05-26T23:42:43.104Zopenjdk system 11 system
2112026-05-26T23:42:43.104Zopenssl vendor 3 vendor
2122026-05-26T23:42:43.104Zperl system 5.40 system
2132026-05-26T23:42:43.104Zpostgresql system 18 system
2142026-05-26T23:42:43.104Zpostgresql system 17 system
2152026-05-26T23:42:43.104Zpython vendor 3 vendor
2162026-05-26T23:42:43.105Zpython system 2 system
2172026-05-26T23:42:43.105Zpython3 vendor 3.13 vendor
2182026-05-26T23:42:43.105Zruby system 3.4 system
2192026-05-26T23:42:43.105Zruby system 3.0 system
2202026-05-26T23:42:43.105Zwords vendor vendor american-english
2212026-05-26T23:42:43.105Zwords system system australian-english
2222026-05-26T23:42:43.105Zwords system system british-english
2232026-05-26T23:42:43.105Zwords system system canadian-english
2242026-05-26T23:42:43.105Zwords system system french
2252026-05-26T23:42:43.105Zwords system system italian
2262026-05-26T23:42:43.105Zwords system system ngerman
2272026-05-26T23:42:43.106Zwords system system ogerman
2282026-05-26T23:42:43.106Zwords system system spanish
2292026-05-26T23:42:43.355ZPUBLISHER TYPE STATUS P LOCATION
2302026-05-26T23:42:43.355Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-05-26T23:42:43.628ZFMRI IFO
2322026-05-26T23:42:43.628Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-05-26T23:42:43.628Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-05-26T23:42:43.628Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-05-26T23:42:43.628Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-05-26T23:42:43.628Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-05-26T23:42:43.628Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-05-26T23:42:43.628Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-05-26T23:42:43.628Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-05-26T23:42:43.628Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-05-26T23:42:43.872Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-05-26T23:42:44.136Z Updating crates.io index
2432026-05-26T23:42:44.139Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-05-26T23:42:44.625Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-05-26T23:42:44.950Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-05-26T23:42:45.309Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-05-26T23:42:46.328Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-05-26T23:42:46.842Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-05-26T23:42:48.342Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-05-26T23:42:49.121Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-05-26T23:42:49.434Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-05-26T23:42:50.339Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-05-26T23:42:50.587Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-05-26T23:42:51.072Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-05-26T23:42:51.488Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-05-26T23:42:52.391Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-05-26T23:42:53.099Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-05-26T23:42:53.424Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-05-26T23:42:53.675Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-05-26T23:42:54.060Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-05-26T23:42:54.551Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-05-26T23:42:54.811Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-05-26T23:42:55.069Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-05-26T23:42:55.318Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-05-26T23:42:55.688Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-05-26T23:42:56.046Z Updating git repository `https://github.com/oxidecomputer/erebor`
2672026-05-26T23:42:56.549Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2682026-05-26T23:42:56.953Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2692026-05-26T23:42:57.304Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2702026-05-26T23:42:57.618Z Updating git repository `https://github.com/oxidecomputer/ispf`
2712026-05-26T23:42:58.709Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2722026-05-26T23:42:59.308Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-05-26T23:42:59.704Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2742026-05-26T23:43:00.010Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2752026-05-26T23:43:00.319Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-05-26T23:43:00.668Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2772026-05-26T23:43:00.944Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2782026-05-26T23:43:01.291Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2792026-05-26T23:43:01.739Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2802026-05-26T23:43:01.975Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2812026-05-26T23:43:02.255Z Updating git repository `https://github.com/illumos/smf-rs`
2822026-05-26T23:43:02.563Z Updating git repository `https://github.com/oxidecomputer/omicron`
2832026-05-26T23:43:15.063Z Downloading crates ...
2842026-05-26T23:43:15.108Z Downloaded anstyle-query v1.1.5
2852026-05-26T23:43:15.122Z Downloaded idna_adapter v1.2.1
2862026-05-26T23:43:15.125Z Downloaded dtrace-parser v0.2.0
2872026-05-26T23:43:15.128Z Downloaded unicode-xid v0.2.6
2882026-05-26T23:43:15.132Z Downloaded equivalent v1.0.2
2892026-05-26T23:43:15.135Z Downloaded form_urlencoded v1.2.2
2902026-05-26T23:43:15.139Z Downloaded fastrand v2.3.0
2912026-05-26T23:43:15.139Z Downloaded anstyle v1.0.13
2922026-05-26T23:43:15.142Z Downloaded generic-array v0.14.7
2932026-05-26T23:43:15.145Z Downloaded cargo_toml v0.21.0
2942026-05-26T23:43:15.148Z Downloaded zerofrom-derive v0.1.6
2952026-05-26T23:43:15.151Z Downloaded fnv v1.0.7
2962026-05-26T23:43:15.155Z Downloaded unicode-ident v1.0.24
2972026-05-26T23:43:15.155Z Downloaded zerocopy-derive v0.7.35
2982026-05-26T23:43:15.159Z Downloaded icu_properties v2.1.2
2992026-05-26T23:43:15.163Z Downloaded utf8_iter v1.0.4
3002026-05-26T23:43:15.163Z Downloaded thiserror-impl v2.0.18
3012026-05-26T23:43:15.163Z Downloaded thiserror-impl v1.0.69
3022026-05-26T23:43:15.169Z Downloaded zerovec-derive v0.11.2
3032026-05-26T23:43:15.169Z Downloaded clap_lex v1.0.0
3042026-05-26T23:43:15.169Z Downloaded usdt-impl v0.5.0
3052026-05-26T23:43:15.169Z Downloaded yoke-derive v0.8.1
3062026-05-26T23:43:15.172Z Downloaded typeid v1.0.3
3072026-05-26T23:43:15.176Z Downloaded icu_provider v2.1.1
3082026-05-26T23:43:15.176Z Downloaded ordered-float v2.10.1
3092026-05-26T23:43:15.179Z Downloaded colorchoice v1.0.4
3102026-05-26T23:43:15.179Z Downloaded pretty-hex v0.4.1
3112026-05-26T23:43:15.179Z Downloaded errno v0.3.14
3122026-05-26T23:43:15.179Z Downloaded usdt v0.5.0
3132026-05-26T23:43:15.184Z Downloaded cpufeatures v0.2.17
3142026-05-26T23:43:15.184Z Downloaded unicode-linebreak v0.1.5
3152026-05-26T23:43:15.187Z Downloaded anstyle-parse v0.2.7
3162026-05-26T23:43:15.187Z Downloaded usdt-attr-macro v0.5.0
3172026-05-26T23:43:15.187Z Downloaded anstream v0.6.21
3182026-05-26T23:43:15.187Z Downloaded toml_write v0.1.2
3192026-05-26T23:43:15.191Z Downloaded thiserror v1.0.69
3202026-05-26T23:43:15.194Z Downloaded utf8parse v0.2.2
3212026-05-26T23:43:15.194Z Downloaded potential_utf v0.1.4
3222026-05-26T23:43:15.197Z Downloaded macaddr v1.0.1
3232026-05-26T23:43:15.197Z Downloaded heck v0.4.1
3242026-05-26T23:43:15.197Z Downloaded bytecount v0.6.9
3252026-05-26T23:43:15.197Z Downloaded zmij v1.0.21
3262026-05-26T23:43:15.201Z Downloaded typenum v1.19.0
3272026-05-26T23:43:15.204Z Downloaded tinystr v0.8.2
3282026-05-26T23:43:15.204Z Downloaded serde_spanned v0.6.9
3292026-05-26T23:43:15.242Z Downloaded proc-macro-error-attr v1.0.4
3302026-05-26T23:43:15.242Z Downloaded percent-encoding v2.3.2
3312026-05-26T23:43:15.242Z Downloaded toml_edit v0.22.27
3322026-05-26T23:43:15.242Z Downloaded strsim v0.11.1
3332026-05-26T23:43:15.242Z Downloaded zerofrom v0.1.6
3342026-05-26T23:43:15.242Z Downloaded usdt-macro v0.5.0
3352026-05-26T23:43:15.242Z Downloaded thread-id v4.2.2
3362026-05-26T23:43:15.242Z Downloaded tabled_derive v0.7.0
3372026-05-26T23:43:15.242Z Downloaded dof v0.3.0
3382026-05-26T23:43:15.242Z Downloaded crypto-common v0.1.7
3392026-05-26T23:43:15.242Z Downloaded serde_tokenstream v0.2.3
3402026-05-26T23:43:15.242Z Downloaded yoke v0.8.1
3412026-05-26T23:43:15.242Z Downloaded textwrap v0.16.2
3422026-05-26T23:43:15.242Z Downloaded displaydoc v0.2.5
3432026-05-26T23:43:15.242Z Downloaded version_check v0.9.5
3442026-05-26T23:43:15.242Z Downloaded writeable v0.6.2
3452026-05-26T23:43:15.242Z Downloaded ucd-trie v0.1.7
3462026-05-26T23:43:15.242Z Downloaded toml v0.8.23
3472026-05-26T23:43:15.242Z Downloaded toml_datetime v0.6.11
3482026-05-26T23:43:15.242Z Downloaded thiserror v2.0.18
3492026-05-26T23:43:15.243Z Downloaded swrite v0.1.0
3502026-05-26T23:43:15.243Z Downloaded serde-value v0.7.0
3512026-05-26T23:43:15.243Z Downloaded url v2.5.8
3522026-05-26T23:43:15.243Z Downloaded itoa v1.0.17
3532026-05-26T23:43:15.243Z Downloaded cargo-platform v0.2.0
3542026-05-26T23:43:15.243Z Downloaded cfg-if v1.0.4
3552026-05-26T23:43:15.244Z Downloaded stable_deref_trait v1.2.1
3562026-05-26T23:43:15.244Z Downloaded plain v0.2.3
3572026-05-26T23:43:15.244Z Downloaded zerotrie v0.2.3
3582026-05-26T23:43:15.244Z Downloaded is_terminal_polyfill v1.70.2
3592026-05-26T23:43:15.244Z Downloaded terminal_size v0.4.3
3602026-05-26T23:43:15.247Z Downloaded block-buffer v0.10.4
3612026-05-26T23:43:15.247Z Downloaded smawk v0.3.2
3622026-05-26T23:43:15.250Z Downloaded zerocopy v0.7.35
3632026-05-26T23:43:15.257Z Downloaded memmap v0.7.0
3642026-05-26T23:43:15.260Z Downloaded heck v0.5.0
3652026-05-26T23:43:15.260Z Downloaded winnow v0.7.14
3662026-05-26T23:43:15.264Z Downloaded unicode-width v0.1.14
3672026-05-26T23:43:15.268Z Downloaded autocfg v1.5.0
3682026-05-26T23:43:15.271Z Downloaded zerovec v0.11.5
3692026-05-26T23:43:15.274Z Downloaded pest_generator v2.8.6
3702026-05-26T23:43:15.274Z Downloaded synstructure v0.13.2
3712026-05-26T23:43:15.275Z Downloaded unicode-width v0.2.0
3722026-05-26T23:43:15.279Z Downloaded cargo_metadata v0.21.0
3732026-05-26T23:43:15.279Z Downloaded byteorder v1.5.0
3742026-05-26T23:43:15.282Z Downloaded getrandom v0.4.1
3752026-05-26T23:43:15.282Z Downloaded proc-macro-error v1.0.4
3762026-05-26T23:43:15.286Z Downloaded scroll_derive v0.12.1
3772026-05-26T23:43:15.286Z Downloaded scroll v0.12.0
3782026-05-26T23:43:15.286Z Downloaded erased-serde v0.4.9
3792026-05-26T23:43:15.291Z Downloaded digest v0.10.7
3802026-05-26T23:43:15.291Z Downloaded fs-err v3.3.0
3812026-05-26T23:43:15.291Z Downloaded sha2 v0.10.9
3822026-05-26T23:43:15.291Z Downloaded quote v1.0.45
3832026-05-26T23:43:15.295Z Downloaded camino-tempfile v1.4.1
3842026-05-26T23:43:15.303Z Downloaded icu_collections v2.1.1
3852026-05-26T23:43:15.306Z Downloaded semver v1.0.28
3862026-05-26T23:43:15.309Z Downloaded pest_derive v2.8.6
3872026-05-26T23:43:15.309Z Downloaded smallvec v1.15.1
3882026-05-26T23:43:15.312Z Downloaded anyhow v1.0.102
3892026-05-26T23:43:15.312Z Downloaded camino v1.2.2
3902026-05-26T23:43:15.316Z Downloaded icu_normalizer_data v2.1.1
3912026-05-26T23:43:15.319Z Downloaded cargo-util-schemas v0.8.2
3922026-05-26T23:43:15.322Z Downloaded bitflags v2.11.0
3932026-05-26T23:43:15.326Z Downloaded tempfile v3.25.0
3942026-05-26T23:43:15.329Z Downloaded litemap v0.8.1
3952026-05-26T23:43:15.336Z Downloaded serde_core v1.0.228
3962026-05-26T23:43:15.339Z Downloaded clap_derive v4.5.55
3972026-05-26T23:43:15.339Z Downloaded serde-untagged v0.1.9
3982026-05-26T23:43:15.343Z Downloaded icu_locale_core v2.1.1
3992026-05-26T23:43:15.346Z Downloaded once_cell v1.21.3
4002026-05-26T23:43:15.349Z Downloaded serde_derive v1.0.228
4012026-05-26T23:43:15.349Z Downloaded papergrid v0.11.0
4022026-05-26T23:43:15.352Z Downloaded log v0.4.29
4032026-05-26T23:43:15.355Z Downloaded clap v4.5.60
4042026-05-26T23:43:15.359Z Downloaded proc-macro2 v1.0.106
4052026-05-26T23:43:15.363Z Downloaded pest_meta v2.8.6
4062026-05-26T23:43:15.363Z Downloaded num-traits v0.2.19
4072026-05-26T23:43:15.366Z Downloaded icu_normalizer v2.1.1
4082026-05-26T23:43:15.373Z Downloaded goblin v0.8.2
4092026-05-26T23:43:15.381Z Downloaded serde v1.0.228
4102026-05-26T23:43:15.384Z Downloaded hashbrown v0.17.0
4112026-05-26T23:43:15.390Z Downloaded icu_properties_data v2.1.2
4122026-05-26T23:43:15.394Z Downloaded memchr v2.8.0
4132026-05-26T23:43:15.397Z Downloaded indexmap v2.14.0
4142026-05-26T23:43:15.409Z Downloaded idna v1.1.0
4152026-05-26T23:43:15.419Z Downloaded pest v2.8.6
4162026-05-26T23:43:15.427Z Downloaded serde_json v1.0.149
4172026-05-26T23:43:15.431Z Downloaded clap_builder v4.5.60
4182026-05-26T23:43:15.445Z Downloaded syn v1.0.109
4192026-05-26T23:43:15.451Z Downloaded tabled v0.15.0
4202026-05-26T23:43:15.460Z Downloaded syn v2.0.117
4212026-05-26T23:43:15.475Z Downloaded rustix v1.1.3
4222026-05-26T23:43:15.502Z Downloaded libc v0.2.185
4232026-05-26T23:43:15.569Z Compiling proc-macro2 v1.0.106
4242026-05-26T23:43:15.570Z Compiling quote v1.0.45
4252026-05-26T23:43:15.573Z Compiling unicode-ident v1.0.24
4262026-05-26T23:43:15.573Z Compiling serde_core v1.0.228
4272026-05-26T23:43:15.573Z Compiling libc v0.2.185
4282026-05-26T23:43:15.573Z Compiling version_check v0.9.5
4292026-05-26T23:43:15.573Z Compiling serde v1.0.228
4302026-05-26T23:43:15.573Z Compiling stable_deref_trait v1.2.1
4312026-05-26T23:43:15.842Z Compiling memchr v2.8.0
4322026-05-26T23:43:15.934Z Compiling zmij v1.0.21
4332026-05-26T23:43:16.068Z Compiling ucd-trie v0.1.7
4342026-05-26T23:43:16.315Z Compiling itoa v1.0.17
4352026-05-26T23:43:16.341Z Compiling autocfg v1.5.0
4362026-05-26T23:43:16.440Z Compiling thiserror v1.0.69
4372026-05-26T23:43:16.495Z Compiling pest v2.8.6
4382026-05-26T23:43:16.571Z Compiling writeable v0.6.2
4392026-05-26T23:43:16.674Z Compiling litemap v0.8.1
4402026-05-26T23:43:16.774Z Compiling icu_normalizer_data v2.1.1
4412026-05-26T23:43:16.804Z Compiling icu_properties_data v2.1.2
4422026-05-26T23:43:16.879Z Compiling rustix v1.1.3
4432026-05-26T23:43:16.906Z Compiling byteorder v1.5.0
4442026-05-26T23:43:17.179Z Compiling syn v2.0.117
4452026-05-26T23:43:17.254Z Compiling errno v0.3.14
4462026-05-26T23:43:17.275Z Compiling serde_json v1.0.149
4472026-05-26T23:43:17.312Z Compiling bitflags v2.11.0
4482026-05-26T23:43:17.495Z Compiling pest_meta v2.8.6
4492026-05-26T23:43:17.527Z Compiling num-traits v0.2.19
4502026-05-26T23:43:17.552Z Compiling equivalent v1.0.2
4512026-05-26T23:43:17.643Z Compiling typeid v1.0.3
4522026-05-26T23:43:17.707Z Compiling hashbrown v0.17.0
4532026-05-26T23:43:17.943Z Compiling smallvec v1.15.1
4542026-05-26T23:43:18.169Z Compiling thread-id v4.2.2
4552026-05-26T23:43:18.192Z Compiling proc-macro-error-attr v1.0.4
4562026-05-26T23:43:18.207Z Compiling usdt-impl v0.5.0
4572026-05-26T23:43:18.258Z Compiling indexmap v2.14.0
4582026-05-26T23:43:18.319Z Compiling syn v1.0.109
4592026-05-26T23:43:18.374Z Compiling erased-serde v0.4.9
4602026-05-26T23:43:18.416Z Compiling toml_write v0.1.2
4612026-05-26T23:43:18.618Z Compiling winnow v0.7.14
4622026-05-26T23:43:18.869Z Compiling proc-macro-error v1.0.4
4632026-05-26T23:43:18.895Z Compiling plain v0.2.3
4642026-05-26T23:43:19.014Z Compiling camino v1.2.2
4652026-05-26T23:43:19.068Z Compiling percent-encoding v2.3.2
4662026-05-26T23:43:19.189Z Compiling getrandom v0.4.1
4672026-05-26T23:43:19.261Z Compiling utf8parse v0.2.2
4682026-05-26T23:43:19.329Z Compiling utf8_iter v1.0.4
4692026-05-26T23:43:19.343Z Compiling log v0.4.29
4702026-05-26T23:43:19.367Z Compiling thiserror v2.0.18
4712026-05-26T23:43:19.525Z Compiling anstyle-parse v0.2.7
4722026-05-26T23:43:19.542Z Compiling ordered-float v2.10.1
4732026-05-26T23:43:19.578Z Compiling form_urlencoded v1.2.2
4742026-05-26T23:43:19.767Z Compiling terminal_size v0.4.3
4752026-05-26T23:43:19.891Z Compiling synstructure v0.13.2
4762026-05-26T23:43:19.940Z Compiling pest_generator v2.8.6
4772026-05-26T23:43:20.041Z Compiling cfg-if v1.0.4
4782026-05-26T23:43:20.095Z Compiling colorchoice v1.0.4
4792026-05-26T23:43:20.115Z Compiling is_terminal_polyfill v1.70.2
4802026-05-26T23:43:20.149Z Compiling pretty-hex v0.4.1
4812026-05-26T23:43:20.184Z Compiling anstyle v1.0.13
4822026-05-26T23:43:20.212Z Compiling anstyle-query v1.1.5
4832026-05-26T23:43:20.224Z Compiling serde-untagged v0.1.9
4842026-05-26T23:43:20.402Z Compiling anstream v0.6.21
4852026-05-26T23:43:20.448Z Compiling semver v1.0.28
4862026-05-26T23:43:20.484Z Compiling fs-err v3.3.0
4872026-05-26T23:43:20.641Z Compiling unicode-width v0.1.14
4882026-05-26T23:43:20.668Z Compiling fnv v1.0.7
4892026-05-26T23:43:20.698Z Compiling once_cell v1.21.3
4902026-05-26T23:43:20.761Z Compiling strsim v0.11.1
4912026-05-26T23:43:20.776Z Compiling bytecount v0.6.9
4922026-05-26T23:43:20.791Z Compiling fastrand v2.3.0
4932026-05-26T23:43:20.917Z Compiling clap_lex v1.0.0
4942026-05-26T23:43:20.932Z Compiling unicode-xid v0.2.6
4952026-05-26T23:43:21.052Z Compiling heck v0.4.1
4962026-05-26T23:43:21.068Z Compiling anyhow v1.0.102
4972026-05-26T23:43:21.111Z Compiling heck v0.5.0
4982026-05-26T23:43:21.138Z Compiling clap_builder v4.5.60
4992026-05-26T23:43:21.197Z Compiling tempfile v3.25.0
5002026-05-26T23:43:21.268Z Compiling papergrid v0.11.0
5012026-05-26T23:43:21.436Z Compiling memmap v0.7.0
5022026-05-26T23:43:21.528Z Compiling serde_derive v1.0.228
5032026-05-26T23:43:21.566Z Compiling zerofrom-derive v0.1.6
5042026-05-26T23:43:21.581Z Compiling yoke-derive v0.8.1
5052026-05-26T23:43:21.615Z Compiling zerovec-derive v0.11.2
5062026-05-26T23:43:21.742Z Compiling displaydoc v0.2.5
5072026-05-26T23:43:22.463Z Compiling thiserror-impl v1.0.69
5082026-05-26T23:43:22.644Z Compiling zerocopy-derive v0.7.35
5092026-05-26T23:43:22.698Z Compiling pest_derive v2.8.6
5102026-05-26T23:43:22.698Z Compiling scroll_derive v0.12.1
5112026-05-26T23:43:22.980Z Compiling zerofrom v0.1.6
5122026-05-26T23:43:23.117Z Compiling yoke v0.8.1
5132026-05-26T23:43:23.192Z Compiling thiserror-impl v2.0.18
5142026-05-26T23:43:23.310Z Compiling zerovec v0.11.5
5152026-05-26T23:43:23.412Z Compiling zerotrie v0.2.3
5162026-05-26T23:43:23.578Z Compiling zerocopy v0.7.35
5172026-05-26T23:43:23.718Z Compiling scroll v0.12.0
5182026-05-26T23:43:23.770Z Compiling tinystr v0.8.2
5192026-05-26T23:43:23.940Z Compiling icu_locale_core v2.1.1
5202026-05-26T23:43:23.978Z Compiling potential_utf v0.1.4
5212026-05-26T23:43:23.994Z Compiling dtrace-parser v0.2.0
5222026-05-26T23:43:24.133Z Compiling icu_collections v2.1.1
5232026-05-26T23:43:24.153Z Compiling goblin v0.8.2
5242026-05-26T23:43:24.172Z Compiling tabled_derive v0.7.0
5252026-05-26T23:43:24.299Z Compiling clap_derive v4.5.55
5262026-05-26T23:43:24.624Z Compiling icu_provider v2.1.1
5272026-05-26T23:43:24.817Z Compiling smawk v0.3.2
5282026-05-26T23:43:24.843Z Compiling unicode-linebreak v0.1.5
5292026-05-26T23:43:24.918Z Compiling serde_spanned v0.6.9
5302026-05-26T23:43:24.933Z Compiling icu_normalizer v2.1.1
5312026-05-26T23:43:24.956Z Compiling icu_properties v2.1.2
5322026-05-26T23:43:25.033Z Compiling toml_datetime v0.6.11
5332026-05-26T23:43:25.065Z Compiling dof v0.3.0
5342026-05-26T23:43:25.066Z Compiling serde_tokenstream v0.2.3
5352026-05-26T23:43:25.091Z Compiling serde-value v0.7.0
5362026-05-26T23:43:25.290Z Compiling toml_edit v0.22.27
5372026-05-26T23:43:25.443Z Compiling cargo-platform v0.2.0
5382026-05-26T23:43:25.455Z Compiling unicode-width v0.2.0
5392026-05-26T23:43:25.470Z Compiling tabled v0.15.0
5402026-05-26T23:43:25.712Z Compiling textwrap v0.16.2
5412026-05-26T23:43:25.727Z Compiling macaddr v1.0.1
5422026-05-26T23:43:25.964Z Compiling idna_adapter v1.2.1
5432026-05-26T23:43:26.002Z Compiling usdt-attr-macro v0.5.0
5442026-05-26T23:43:26.044Z Compiling usdt-macro v0.5.0
5452026-05-26T23:43:26.058Z Compiling clap v4.5.60
5462026-05-26T23:43:26.105Z Compiling idna v1.1.0
5472026-05-26T23:43:26.458Z Compiling url v2.5.8
5482026-05-26T23:43:26.651Z Compiling camino-tempfile v1.4.1
5492026-05-26T23:43:26.667Z Compiling swrite v0.1.0
5502026-05-26T23:43:26.753Z Compiling toml v0.8.23
5512026-05-26T23:43:26.769Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5522026-05-26T23:43:27.170Z Compiling cargo-util-schemas v0.8.2
5532026-05-26T23:43:27.198Z Compiling usdt v0.5.0
5542026-05-26T23:43:27.266Z Compiling cargo_toml v0.21.0
5552026-05-26T23:43:28.032Z Compiling cargo_metadata v0.21.0
5562026-05-26T23:43:28.959Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5572026-05-26T23:43:30.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.29s
5582026-05-26T23:43:31.285Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5592026-05-26T23:43:31.820Z Downloading crates ...
5602026-05-26T23:43:31.904Z Downloaded adler2 v2.0.1
5612026-05-26T23:43:31.917Z Downloaded bit-vec v0.6.3
5622026-05-26T23:43:31.920Z Downloaded async-stream-impl v0.3.6
5632026-05-26T23:43:31.924Z Downloaded crunchy v0.2.4
5642026-05-26T23:43:31.927Z Downloaded bitflags v1.3.2
5652026-05-26T23:43:31.927Z Downloaded bitfield-macros v0.19.4
5662026-05-26T23:43:31.930Z Downloaded block-padding v0.3.3
5672026-05-26T23:43:31.930Z Downloaded bit-set v0.8.0
5682026-05-26T23:43:31.933Z Downloaded curve25519-dalek-derive v0.1.1
5692026-05-26T23:43:31.937Z Downloaded cstr-argument v0.1.2
5702026-05-26T23:43:31.940Z Downloaded crucible-workspace-hack v0.1.0
5712026-05-26T23:43:31.943Z Downloaded async-trait v0.1.89
5722026-05-26T23:43:31.946Z Downloaded crc32fast v1.5.0
5732026-05-26T23:43:31.952Z Downloaded base16ct v0.2.0
5742026-05-26T23:43:31.955Z Downloaded flagset v0.4.7
5752026-05-26T23:43:31.959Z Downloaded ctr v0.9.2
5762026-05-26T23:43:31.959Z Downloaded bitfield-struct v0.6.2
5772026-05-26T23:43:31.959Z Downloaded csv-core v0.1.13
5782026-05-26T23:43:31.964Z Downloaded defmt v0.3.100
5792026-05-26T23:43:31.964Z Downloaded daft v0.1.7
5802026-05-26T23:43:31.965Z Downloaded debug-ignore v1.0.5
5812026-05-26T23:43:31.969Z Downloaded daft-derive v0.1.7
5822026-05-26T23:43:31.970Z Downloaded crossbeam-utils v0.8.21
5832026-05-26T23:43:31.976Z Downloaded async-stream v0.3.6
5842026-05-26T23:43:31.976Z Downloaded assert_matches v1.5.0
5852026-05-26T23:43:31.976Z Downloaded array-init v0.0.4
5862026-05-26T23:43:31.976Z Downloaded atomic-waker v1.1.2
5872026-05-26T23:43:31.976Z Downloaded cobs v0.3.0
5882026-05-26T23:43:31.983Z Downloaded ciborium-io v0.2.2
5892026-05-26T23:43:31.983Z Downloaded atomicwrites v0.4.4
5902026-05-26T23:43:31.984Z Downloaded defmt-parser v1.0.0
5912026-05-26T23:43:31.984Z Downloaded crypto-bigint v0.5.5
5922026-05-26T23:43:31.989Z Downloaded fatfs v0.3.6
5932026-05-26T23:43:31.989Z Downloaded foreign-types v0.3.2
5942026-05-26T23:43:31.994Z Downloaded foreign-types v0.5.0
5952026-05-26T23:43:31.994Z Downloaded dtrace-parser v0.3.0
5962026-05-26T23:43:31.996Z Downloaded difflib v0.4.0
5972026-05-26T23:43:31.996Z Downloaded bb8 v0.8.6
5982026-05-26T23:43:31.996Z Downloaded camino-tempfile-ext v0.3.3
5992026-05-26T23:43:31.996Z Downloaded derive_builder v0.20.2
6002026-05-26T23:43:32.003Z Downloaded cfg_aliases v0.2.1
6012026-05-26T23:43:32.010Z Downloaded ed25519 v2.2.3
6022026-05-26T23:43:32.011Z Downloaded cargo-platform v0.3.2
6032026-05-26T23:43:32.011Z Downloaded bit-set v0.5.3
6042026-05-26T23:43:32.011Z Downloaded arrayref v0.3.9
6052026-05-26T23:43:32.011Z Downloaded darling v0.20.11
6062026-05-26T23:43:32.029Z Downloaded dyn-clone v1.0.20
6072026-05-26T23:43:32.029Z Downloaded crc-catalog v2.4.0
6082026-05-26T23:43:32.029Z Downloaded atty v0.2.14
6092026-05-26T23:43:32.029Z Downloaded ascii-canvas v3.0.0
6102026-05-26T23:43:32.030Z Downloaded env_filter v1.0.0
6112026-05-26T23:43:32.030Z Downloaded display-error-chain v0.2.2
6122026-05-26T23:43:32.030Z Downloaded castaway v0.2.4
6132026-05-26T23:43:32.030Z Downloaded buf-list v1.1.2
6142026-05-26T23:43:32.030Z Downloaded dunce v1.0.5
6152026-05-26T23:43:32.030Z Downloaded darling_macro v0.21.3
6162026-05-26T23:43:32.030Z Downloaded darling_macro v0.20.11
6172026-05-26T23:43:32.030Z Downloaded bit-vec v0.8.0
6182026-05-26T23:43:32.030Z Downloaded cfg_aliases v0.1.1
6192026-05-26T23:43:32.030Z Downloaded cpufeatures v0.3.0
6202026-05-26T23:43:32.030Z Downloaded bcrypt-pbkdf v0.10.0
6212026-05-26T23:43:32.054Z Downloaded foreign-types-macros v0.2.3
6222026-05-26T23:43:32.054Z Downloaded fd-lock v4.0.4
6232026-05-26T23:43:32.054Z Downloaded compression-core v0.4.31
6242026-05-26T23:43:32.054Z Downloaded foreign-types-shared v0.3.1
6252026-05-26T23:43:32.054Z Downloaded crc v3.4.0
6262026-05-26T23:43:32.054Z Downloaded dof v0.4.0
6272026-05-26T23:43:32.054Z Downloaded crc8 v0.1.1
6282026-05-26T23:43:32.054Z Downloaded downcast-rs v2.0.2
6292026-05-26T23:43:32.116Z Downloaded darling_macro v0.23.0
6302026-05-26T23:43:32.116Z Downloaded derive_builder_macro v0.20.2
6312026-05-26T23:43:32.116Z Downloaded darling_macro v0.13.4
6322026-05-26T23:43:32.116Z Downloaded convert_case v0.4.0
6332026-05-26T23:43:32.116Z Downloaded cbc v0.1.2
6342026-05-26T23:43:32.116Z Downloaded byte-wrapper v0.1.0
6352026-05-26T23:43:32.116Z Downloaded base64ct v1.8.3
6362026-05-26T23:43:32.117Z Downloaded cexpr v0.6.0
6372026-05-26T23:43:32.117Z Downloaded futures-core v0.3.32
6382026-05-26T23:43:32.117Z Downloaded embedded-io v0.6.1
6392026-05-26T23:43:32.117Z Downloaded dirs-next v2.0.0
6402026-05-26T23:43:32.117Z Downloaded cmake v0.1.57
6412026-05-26T23:43:32.118Z Downloaded bitfield v0.19.4
6422026-05-26T23:43:32.118Z Downloaded futures-io v0.3.32
6432026-05-26T23:43:32.118Z Downloaded console v0.15.11
6442026-05-26T23:43:32.118Z Downloaded enum-as-inner v0.6.1
6452026-05-26T23:43:32.118Z Downloaded compression-codecs v0.4.37
6462026-05-26T23:43:32.118Z Downloaded dropshot-api-manager-types v0.7.2
6472026-05-26T23:43:32.118Z Downloaded blowfish v0.9.1
6482026-05-26T23:43:32.118Z Downloaded argon2 v0.5.3
6492026-05-26T23:43:32.118Z Downloaded globwalk v0.9.1
6502026-05-26T23:43:32.118Z Downloaded ghash v0.5.1
6512026-05-26T23:43:32.118Z Downloaded chacha20 v0.9.1
6522026-05-26T23:43:32.118Z Downloaded foreign-types-shared v0.1.1
6532026-05-26T23:43:32.118Z Downloaded foldhash v0.2.0
6542026-05-26T23:43:32.118Z Downloaded float-ord v0.3.2
6552026-05-26T23:43:32.118Z Downloaded embedded-io v0.4.0
6562026-05-26T23:43:32.118Z Downloaded cipher v0.4.4
6572026-05-26T23:43:32.118Z Downloaded endian-type v0.1.2
6582026-05-26T23:43:32.119Z Downloaded ciborium-ll v0.2.2
6592026-05-26T23:43:32.119Z Downloaded aead v0.5.2
6602026-05-26T23:43:32.119Z Downloaded funty v2.0.0
6612026-05-26T23:43:32.182Z Downloaded dirs-sys-next v0.1.2
6622026-05-26T23:43:32.186Z Downloaded document-features v0.2.12
6632026-05-26T23:43:32.186Z Downloaded cassowary v0.3.0
6642026-05-26T23:43:32.186Z Downloaded diesel_table_macro_syntax v0.3.0
6652026-05-26T23:43:32.186Z Downloaded defmt-macros v1.0.1
6662026-05-26T23:43:32.186Z Downloaded filetime v0.2.27
6672026-05-26T23:43:32.186Z Downloaded erased-serde v0.3.31
6682026-05-26T23:43:32.186Z Downloaded const_format_proc_macros v0.2.34
6692026-05-26T23:43:32.187Z Downloaded async-recursion v1.1.1
6702026-05-26T23:43:32.187Z Downloaded deranged v0.5.8
6712026-05-26T23:43:32.187Z Downloaded constant_time_eq v0.4.2
6722026-05-26T23:43:32.187Z Downloaded futures-task v0.3.32
6732026-05-26T23:43:32.187Z Downloaded backoff v0.4.0
6742026-05-26T23:43:32.187Z Downloaded darling v0.13.4
6752026-05-26T23:43:32.187Z Downloaded convert_case v0.10.0
6762026-05-26T23:43:32.187Z Downloaded futures-sink v0.3.32
6772026-05-26T23:43:32.187Z Downloaded arrayvec v0.7.6
6782026-05-26T23:43:32.187Z Downloaded hash32 v0.3.1
6792026-05-26T23:43:32.187Z Downloaded fxhash v0.2.1
6802026-05-26T23:43:32.187Z Downloaded futures-macro v0.3.32
6812026-05-26T23:43:32.187Z Downloaded hash32 v0.2.1
6822026-05-26T23:43:32.188Z Downloaded hex-literal v0.4.1
6832026-05-26T23:43:32.188Z Downloaded hex v0.4.3
6842026-05-26T23:43:32.188Z Downloaded gethostname v0.5.0
6852026-05-26T23:43:32.190Z Downloaded fs_extra v1.3.0
6862026-05-26T23:43:32.190Z Downloaded fs-err v2.11.0
6872026-05-26T23:43:32.190Z Downloaded headers-core v0.3.0
6882026-05-26T23:43:32.190Z Downloaded cookie v0.18.1
6892026-05-26T23:43:32.190Z Downloaded const-oid v0.9.6
6902026-05-26T23:43:32.191Z Downloaded blake2 v0.10.6
6912026-05-26T23:43:32.191Z Downloaded colored v3.1.1
6922026-05-26T23:43:32.191Z Downloaded hostname v0.4.2
6932026-05-26T23:43:32.191Z Downloaded hostname v0.3.1
6942026-05-26T23:43:32.192Z Downloaded env_logger v0.11.9
6952026-05-26T23:43:32.192Z Downloaded der_derive v0.7.3
6962026-05-26T23:43:32.192Z Downloaded data-encoding v2.10.0
6972026-05-26T23:43:32.193Z Downloaded home v0.5.12
6982026-05-26T23:43:32.193Z Downloaded hubpack_derive v0.1.1
6992026-05-26T23:43:32.193Z Downloaded http-range v0.1.5
7002026-05-26T23:43:32.193Z Downloaded glob v0.3.3
7012026-05-26T23:43:32.193Z Downloaded hubpack v0.1.2
7022026-05-26T23:43:32.193Z Downloaded critical-section v1.2.0
7032026-05-26T23:43:32.193Z Downloaded ident_case v1.0.1
7042026-05-26T23:43:32.193Z Downloaded dsl_auto_type v0.2.0
7052026-05-26T23:43:32.193Z Downloaded float-cmp v0.10.0
7062026-05-26T23:43:32.193Z Downloaded illumos-nvpair-sys v0.2.0
7072026-05-26T23:43:32.193Z Downloaded foldhash v0.1.5
7082026-05-26T23:43:32.193Z Downloaded diesel-dtrace v0.5.0
7092026-05-26T23:43:32.193Z Downloaded find-msvc-tools v0.1.9
7102026-05-26T23:43:32.193Z Downloaded ciborium v0.2.2
7112026-05-26T23:43:32.193Z Downloaded crossbeam-deque v0.8.6
7122026-05-26T23:43:32.194Z Downloaded git-stub-vcs v0.1.0
7132026-05-26T23:43:32.194Z Downloaded cancel-safe-futures v0.1.5
7142026-05-26T23:43:32.194Z Downloaded fixedbitset v0.4.2
7152026-05-26T23:43:32.194Z Downloaded ff v0.13.1
7162026-05-26T23:43:32.194Z Downloaded defmt v1.0.1
7172026-05-26T23:43:32.194Z Downloaded ecdsa v0.16.9
7182026-05-26T23:43:32.194Z Downloaded chacha20 v0.10.0
7192026-05-26T23:43:32.194Z Downloaded ena v0.14.4
7202026-05-26T23:43:32.194Z Downloaded ahash v0.8.12
7212026-05-26T23:43:32.194Z Downloaded either v1.15.0
7222026-05-26T23:43:32.194Z Downloaded cargo_metadata v0.23.1
7232026-05-26T23:43:32.194Z Downloaded httpdate v1.0.3
7242026-05-26T23:43:32.194Z Downloaded darling_core v0.13.4
7252026-05-26T23:43:32.264Z Downloaded colored v2.2.0
7262026-05-26T23:43:32.265Z Downloaded globset v0.4.18
7272026-05-26T23:43:32.265Z Downloaded derive-ex v0.1.8
7282026-05-26T23:43:32.265Z Downloaded async-bb8-diesel v0.2.1
7292026-05-26T23:43:32.265Z Downloaded bzip2 v0.6.1
7302026-05-26T23:43:32.266Z Downloaded hyper-tls v0.6.0
7312026-05-26T23:43:32.266Z Downloaded git-stub v1.0.0
7322026-05-26T23:43:32.266Z Downloaded corncobs v0.1.4
7332026-05-26T23:43:32.266Z Downloaded indent_write v2.2.0
7342026-05-26T23:43:32.266Z Downloaded console v0.16.2
7352026-05-26T23:43:32.266Z Downloaded inout v0.1.4
7362026-05-26T23:43:32.266Z Downloaded illumos-nvpair v0.3.0
7372026-05-26T23:43:32.266Z Downloaded bzip2 v0.4.4
7382026-05-26T23:43:32.266Z Downloaded indoc v1.0.9
7392026-05-26T23:43:32.267Z Downloaded instant v0.1.13
7402026-05-26T23:43:32.267Z Downloaded futures-executor v0.3.32
7412026-05-26T23:43:32.267Z Downloaded fixedbitset v0.5.7
7422026-05-26T23:43:32.267Z Downloaded crossterm v0.28.1
7432026-05-26T23:43:32.267Z Downloaded group v0.13.0
7442026-05-26T23:43:32.267Z Downloaded bcs v0.1.6
7452026-05-26T23:43:32.267Z Downloaded is-terminal v0.4.17
7462026-05-26T23:43:32.267Z Downloaded is_ci v1.2.0
7472026-05-26T23:43:32.267Z Downloaded internet-checksum v0.2.1
7482026-05-26T23:43:32.267Z Downloaded highway v1.3.0
7492026-05-26T23:43:32.268Z Downloaded http-body v1.0.1
7502026-05-26T23:43:32.268Z Downloaded keccak v0.1.6
7512026-05-26T23:43:32.268Z Downloaded humantime v2.3.0
7522026-05-26T23:43:32.268Z Downloaded http-body-util v0.1.3
7532026-05-26T23:43:32.268Z Downloaded lazy_static v1.5.0
7542026-05-26T23:43:32.268Z Downloaded lalrpop-util v0.19.12
7552026-05-26T23:43:32.268Z Downloaded kstat-rs v0.2.4
7562026-05-26T23:43:32.268Z Downloaded darling v0.23.0
7572026-05-26T23:43:32.268Z Downloaded lru v0.12.5
7582026-05-26T23:43:32.268Z Downloaded derive_builder_core v0.20.2
7592026-05-26T23:43:32.268Z Downloaded maplit v1.0.2
7602026-05-26T23:43:32.269Z Downloaded lru-cache v0.1.2
7612026-05-26T23:43:32.269Z Downloaded linked-hash-map v0.5.6
7622026-05-26T23:43:32.269Z Downloaded libscf-sys v1.1.0
7632026-05-26T23:43:32.269Z Downloaded darling v0.21.3
7642026-05-26T23:43:32.269Z Downloaded maybe-uninit v2.0.0
7652026-05-26T23:43:32.269Z Downloaded match_cfg v0.1.0
7662026-05-26T23:43:32.269Z Downloaded managed v0.8.0
7672026-05-26T23:43:32.269Z Downloaded crc-any v2.5.0
7682026-05-26T23:43:32.269Z Downloaded clang-sys v1.8.1
7692026-05-26T23:43:32.269Z Downloaded backon v1.6.0
7702026-05-26T23:43:32.269Z Downloaded fallible-iterator v0.2.0
7712026-05-26T23:43:32.269Z Downloaded cookie_store v0.22.1
7722026-05-26T23:43:32.269Z Downloaded dropshot_endpoint v0.17.0
7732026-05-26T23:43:32.270Z Downloaded derive-where v1.6.0
7742026-05-26T23:43:32.307Z Downloaded darling_core v0.23.0
7752026-05-26T23:43:32.307Z Downloaded lzss v0.8.2
7762026-05-26T23:43:32.307Z Downloaded memoffset v0.9.1
7772026-05-26T23:43:32.307Z Downloaded md5 v0.7.0
7782026-05-26T23:43:32.307Z Downloaded instability v0.3.11
7792026-05-26T23:43:32.307Z Downloaded ipnetwork v0.21.1
7802026-05-26T23:43:32.307Z Downloaded ingot-types v0.1.2
7812026-05-26T23:43:32.307Z Downloaded multimap v0.10.1
7822026-05-26T23:43:32.307Z Downloaded nibble_vec v0.1.0
7832026-05-26T23:43:32.307Z Downloaded ingot v0.1.1
7842026-05-26T23:43:32.307Z Downloaded impl-trait-for-tuples v0.2.3
7852026-05-26T23:43:32.308Z Downloaded normalize-line-endings v0.3.0
7862026-05-26T23:43:32.308Z Downloaded nodrop v0.1.14
7872026-05-26T23:43:32.309Z Downloaded md-5 v0.10.6
7882026-05-26T23:43:32.309Z Downloaded nonempty v0.12.0
7892026-05-26T23:43:32.309Z Downloaded newline-converter v0.3.0
7902026-05-26T23:43:32.309Z Downloaded num-derive v0.3.3
7912026-05-26T23:43:32.309Z Downloaded getrandom v0.2.17
7922026-05-26T23:43:32.309Z Downloaded newtype_derive v0.1.6
7932026-05-26T23:43:32.309Z Downloaded indoc v2.0.7
7942026-05-26T23:43:32.309Z Downloaded crossterm v0.29.0
7952026-05-26T23:43:32.309Z Downloaded ipnet v2.11.0
7962026-05-26T23:43:32.309Z Downloaded newtype-uuid-macros v0.1.0
7972026-05-26T23:43:32.309Z Downloaded new_debug_unreachable v1.0.6
7982026-05-26T23:43:32.309Z Downloaded num v0.4.3
7992026-05-26T23:43:32.310Z Downloaded num-conv v0.2.0
8002026-05-26T23:43:32.310Z Downloaded num-derive v0.4.2
8012026-05-26T23:43:32.310Z Downloaded iana-time-zone v0.1.65
8022026-05-26T23:43:32.310Z Downloaded libloading v0.8.9
8032026-05-26T23:43:32.310Z Downloaded lru-slab v0.1.2
8042026-05-26T23:43:32.310Z Downloaded libsw v3.5.0
8052026-05-26T23:43:32.310Z Downloaded num_threads v0.1.7
8062026-05-26T23:43:32.310Z Downloaded opaque-debug v0.3.1
8072026-05-26T23:43:32.310Z Downloaded libefi-sys v0.1.0
8082026-05-26T23:43:32.310Z Downloaded httparse v1.10.1
8092026-05-26T23:43:32.310Z Downloaded olpc-cjson v0.1.4
8102026-05-26T23:43:32.310Z Downloaded elliptic-curve v0.13.8
8112026-05-26T23:43:32.310Z Downloaded diff v0.1.13
8122026-05-26T23:43:32.310Z Downloaded num-iter v0.1.45
8132026-05-26T23:43:32.311Z Downloaded compact_str v0.8.1
8142026-05-26T23:43:32.311Z Downloaded futures-channel v0.3.32
8152026-05-26T23:43:32.311Z Downloaded crossbeam-epoch v0.9.18
8162026-05-26T23:43:32.311Z Downloaded arc-swap v1.8.2
8172026-05-26T23:43:32.311Z Downloaded linear-map v1.2.0
8182026-05-26T23:43:32.311Z Downloaded openssl-probe v0.1.6
8192026-05-26T23:43:32.311Z Downloaded bytes v1.11.1
8202026-05-26T23:43:32.391Z Downloaded openssl-probe v0.2.1
8212026-05-26T23:43:32.391Z Downloaded base64 v0.22.1
8222026-05-26T23:43:32.391Z Downloaded oso-derive v0.27.3
8232026-05-26T23:43:32.391Z Downloaded drift v0.2.0
8242026-05-26T23:43:32.391Z Downloaded packed_struct_codegen v0.10.1
8252026-05-26T23:43:32.391Z Downloaded ingot-macros v0.1.1
8262026-05-26T23:43:32.391Z Downloaded multer v3.1.0
8272026-05-26T23:43:32.391Z Downloaded mime_guess v2.0.5
8282026-05-26T23:43:32.391Z Downloaded mime v0.3.17
8292026-05-26T23:43:32.391Z Downloaded hyper-staticfile v0.10.1
8302026-05-26T23:43:32.391Z Downloaded hyper-rustls v0.27.7
8312026-05-26T23:43:32.391Z Downloaded futures v0.3.32
8322026-05-26T23:43:32.391Z Downloaded peg-runtime v0.8.5
8332026-05-26T23:43:32.391Z Downloaded pbkdf2 v0.11.0
8342026-05-26T23:43:32.391Z Downloaded path-slash v0.1.5
8352026-05-26T23:43:32.391Z Downloaded parse-size v1.1.0
8362026-05-26T23:43:32.392Z Downloaded parse-display v0.10.0
8372026-05-26T23:43:32.392Z Downloaded nu-ansi-term v0.50.3
8382026-05-26T23:43:32.392Z Downloaded derive_more-impl v2.1.1
8392026-05-26T23:43:32.392Z Downloaded nanorand v0.7.0
8402026-05-26T23:43:32.392Z Downloaded half v1.8.3
8412026-05-26T23:43:32.392Z Downloaded native-tls v0.2.18
8422026-05-26T23:43:32.392Z Downloaded hmac v0.12.1
8432026-05-26T23:43:32.392Z Downloaded openssl-macros v0.1.1
8442026-05-26T23:43:32.392Z Downloaded lock_api v0.4.14
8452026-05-26T23:43:32.392Z Downloaded libsw-core v0.3.2
8462026-05-26T23:43:32.392Z Downloaded num-complex v0.4.6
8472026-05-26T23:43:32.392Z Downloaded phf_shared v0.12.1
8482026-05-26T23:43:32.392Z Downloaded pin-utils v0.1.0
8492026-05-26T23:43:32.393Z Downloaded des v0.8.1
8502026-05-26T23:43:32.393Z Downloaded phf_shared v0.13.1
8512026-05-26T23:43:32.393Z Downloaded derive_more v0.99.20
8522026-05-26T23:43:32.463Z Downloaded phf_shared v0.11.3
8532026-05-26T23:43:32.463Z Downloaded memmap2 v0.9.10
8542026-05-26T23:43:32.463Z Downloaded flume v0.11.1
8552026-05-26T23:43:32.464Z Downloaded darling_core v0.21.3
8562026-05-26T23:43:32.464Z Downloaded darling_core v0.20.11
8572026-05-26T23:43:32.464Z Downloaded litrs v1.0.0
8582026-05-26T23:43:32.464Z Downloaded indexmap v1.9.3
8592026-05-26T23:43:32.467Z Downloaded cc v1.2.56
8602026-05-26T23:43:32.467Z Downloaded precomputed-hash v0.1.1
8612026-05-26T23:43:32.468Z Downloaded powerfmt v0.2.0
8622026-05-26T23:43:32.468Z Downloaded oxide-tokio-rt v0.1.4
8632026-05-26T23:43:32.468Z Downloaded oxnet v0.1.4
8642026-05-26T23:43:32.468Z Downloaded base64 v0.21.7
8652026-05-26T23:43:32.468Z Downloaded parse-display-derive v0.10.0
8662026-05-26T23:43:32.468Z Downloaded packed_struct v0.10.1
8672026-05-26T23:43:32.468Z Downloaded paste v1.0.15
8682026-05-26T23:43:32.468Z Downloaded predicates-tree v1.0.13
8692026-05-26T23:43:32.468Z Downloaded password-hash v0.4.2
8702026-05-26T23:43:32.468Z Downloaded pbkdf2 v0.12.2
8712026-05-26T23:43:32.469Z Downloaded progenitor-client v0.11.2
8722026-05-26T23:43:32.469Z Downloaded proc-macro-error-attr2 v2.0.0
8732026-05-26T23:43:32.469Z Downloaded proc-macro-crate v1.3.1
8742026-05-26T23:43:32.469Z Downloaded proc-macro-crate v3.4.0
8752026-05-26T23:43:32.469Z Downloaded parking_lot_core v0.8.6
8762026-05-26T23:43:32.469Z Downloaded progenitor-macro v0.14.0
8772026-05-26T23:43:32.469Z Downloaded ignore v0.4.25
8782026-05-26T23:43:32.469Z Downloaded chacha20poly1305 v0.10.1
8792026-05-26T23:43:32.469Z Downloaded peg-macros v0.8.5
8802026-05-26T23:43:32.470Z Downloaded newtype-uuid v1.3.2
8812026-05-26T23:43:32.470Z Downloaded ar_archive_writer v0.5.1
8822026-05-26T23:43:32.470Z Downloaded headers v0.4.1
8832026-05-26T23:43:32.470Z Downloaded peg v0.8.5
8842026-05-26T23:43:32.471Z Downloaded getrandom v0.3.4
8852026-05-26T23:43:32.471Z Downloaded psl-types v2.0.11
8862026-05-26T23:43:32.472Z Downloaded const_format v0.2.35
8872026-05-26T23:43:32.472Z Downloaded num-integer v0.1.46
8882026-05-26T23:43:32.472Z Downloaded libbz2-rs-sys v0.2.2
8892026-05-26T23:43:32.472Z Downloaded pem v3.0.6
8902026-05-26T23:43:32.472Z Downloaded phf v0.12.1
8912026-05-26T23:43:32.472Z Downloaded pin-project-lite v0.2.17
8922026-05-26T23:43:32.472Z Downloaded progenitor-macro v0.11.2
8932026-05-26T23:43:32.472Z Downloaded progenitor-client v0.14.0
8942026-05-26T23:43:32.472Z Downloaded quick-error v1.2.3
8952026-05-26T23:43:32.472Z Downloaded progenitor-macro v0.13.0
8962026-05-26T23:43:32.472Z Downloaded phf v0.13.1
8972026-05-26T23:43:32.472Z Downloaded pem-rfc7468 v0.7.0
8982026-05-26T23:43:32.472Z Downloaded num_enum_derive v0.7.5
8992026-05-26T23:43:32.472Z Downloaded num_enum_derive v0.5.11
9002026-05-26T23:43:32.472Z Downloaded num_enum v0.7.5
9012026-05-26T23:43:32.510Z Downloaded omicron-zone-package v0.12.2
9022026-05-26T23:43:32.510Z Downloaded derive_more v2.1.1
9032026-05-26T23:43:32.510Z Downloaded pkg-config v0.3.32
9042026-05-26T23:43:32.510Z Downloaded radium v0.7.0
9052026-05-26T23:43:32.510Z Downloaded pkcs8 v0.10.2
9062026-05-26T23:43:32.510Z Downloaded predicates-core v1.0.10
9072026-05-26T23:43:32.510Z Downloaded predicates v3.1.4
9082026-05-26T23:43:32.510Z Downloaded heapless v0.8.0
9092026-05-26T23:43:32.510Z Downloaded postgres-protocol v0.6.10
9102026-05-26T23:43:32.510Z Downloaded rand_xorshift v0.4.0
9112026-05-26T23:43:32.510Z Downloaded polyval v0.6.2
9122026-05-26T23:43:32.511Z Downloaded async-compression v0.4.41
9132026-05-26T23:43:32.511Z Downloaded recursive-proc-macro-impl v0.1.1
9142026-05-26T23:43:32.511Z Downloaded recursive v0.1.1
9152026-05-26T23:43:32.511Z Downloaded progenitor-client v0.13.0
9162026-05-26T23:43:32.511Z Downloaded proc-macro-error2 v2.0.1
9172026-05-26T23:43:32.511Z Downloaded primeorder v0.13.6
9182026-05-26T23:43:32.511Z Downloaded hickory-resolver v0.25.2
9192026-05-26T23:43:32.512Z Downloaded hickory-resolver v0.24.4
9202026-05-26T23:43:32.513Z Downloaded progenitor-client v0.10.0
9212026-05-26T23:43:32.513Z Downloaded ref-cast v1.0.25
9222026-05-26T23:43:32.513Z Downloaded progenitor v0.13.0
9232026-05-26T23:43:32.513Z Downloaded ref-cast-impl v1.0.25
9242026-05-26T23:43:32.513Z Downloaded progenitor v0.11.2
9252026-05-26T23:43:32.513Z Downloaded ppv-lite86 v0.2.21
9262026-05-26T23:43:32.513Z Downloaded rfc6979 v0.4.0
9272026-05-26T23:43:32.513Z Downloaded owo-colors v4.3.0
9282026-05-26T23:43:32.513Z Downloaded indicatif v0.18.4
9292026-05-26T23:43:32.513Z Downloaded russh-cryptovec v0.7.3
9302026-05-26T23:43:32.513Z Downloaded rustc-hash v2.1.1
9312026-05-26T23:43:32.513Z Downloaded rtoolbox v0.0.3
9322026-05-26T23:43:32.513Z Downloaded half v2.7.1
9332026-05-26T23:43:32.513Z Downloaded flate2 v1.1.9
9342026-05-26T23:43:32.513Z Downloaded parking_lot_core v0.9.12
9352026-05-26T23:43:32.514Z Downloaded parking_lot v0.12.5
9362026-05-26T23:43:32.514Z Downloaded pin-project-internal v1.1.11
9372026-05-26T23:43:32.514Z Downloaded pkcs5 v0.7.1
9382026-05-26T23:43:32.514Z Downloaded rand_chacha v0.3.1
9392026-05-26T23:43:32.514Z Downloaded heapless v0.7.17
9402026-05-26T23:43:32.514Z Downloaded parking_lot v0.11.2
9412026-05-26T23:43:32.514Z Downloaded rand_core v0.6.4
9422026-05-26T23:43:32.514Z Downloaded der v0.7.10
9432026-05-26T23:43:32.514Z Downloaded rustc_version v0.1.7
9442026-05-26T23:43:32.514Z Downloaded rustc_version v0.4.1
9452026-05-26T23:43:32.515Z Downloaded crossbeam-channel v0.5.15
9462026-05-26T23:43:32.515Z Downloaded r2d2 v0.8.10
9472026-05-26T23:43:32.515Z Downloaded rand_chacha v0.9.0
9482026-05-26T23:43:32.515Z Downloaded ed25519-dalek v2.2.0
9492026-05-26T23:43:32.515Z Downloaded psm v0.1.30
9502026-05-26T23:43:32.515Z Downloaded expectorate v1.2.0
9512026-05-26T23:43:32.525Z Downloaded rand_core v0.10.0
9522026-05-26T23:43:32.525Z Downloaded diesel_derives v2.3.7
9532026-05-26T23:43:32.525Z Downloaded bumpalo v3.20.2
9542026-05-26T23:43:32.525Z Downloaded rand_core v0.9.5
9552026-05-26T23:43:32.525Z Downloaded papergrid v0.17.0
9562026-05-26T23:43:32.525Z Downloaded password-hash v0.5.0
9572026-05-26T23:43:32.525Z Downloaded aes v0.8.4
9582026-05-26T23:43:32.525Z Downloaded sapling-renderdag v0.1.0
9592026-05-26T23:43:32.525Z Downloaded same-file v1.0.6
9602026-05-26T23:43:32.525Z Downloaded scroll_derive v0.13.1
9612026-05-26T23:43:32.525Z Downloaded scopeguard v1.2.0
9622026-05-26T23:43:32.525Z Downloaded postgres-types v0.2.12
9632026-05-26T23:43:32.525Z Downloaded salsa20 v0.10.2
9642026-05-26T23:43:32.525Z Downloaded oso v0.27.3
9652026-05-26T23:43:32.525Z Downloaded rand_seeder v0.4.0
9662026-05-26T23:43:32.526Z Downloaded p256 v0.13.2
9672026-05-26T23:43:32.526Z Downloaded num_enum v0.5.11
9682026-05-26T23:43:32.543Z Downloaded miniz_oxide v0.8.9
9692026-05-26T23:43:32.544Z Downloaded num-rational v0.4.2
9702026-05-26T23:43:32.544Z Downloaded progenitor v0.14.0
9712026-05-26T23:43:32.544Z Downloaded jobserver v0.1.34
9722026-05-26T23:43:32.544Z Downloaded allocator-api2 v0.2.21
9732026-05-26T23:43:32.546Z Downloaded resolv-conf v0.7.6
9742026-05-26T23:43:32.546Z Downloaded secrecy v0.8.0
9752026-05-26T23:43:32.546Z Downloaded scrypt v0.11.0
9762026-05-26T23:43:32.546Z Downloaded seq-macro v0.3.6
9772026-05-26T23:43:32.546Z Downloaded semver v0.1.20
9782026-05-26T23:43:32.546Z Downloaded serde-big-array v0.5.1
9792026-05-26T23:43:32.560Z Downloaded serde_spanned v1.0.4
9802026-05-26T23:43:32.560Z Downloaded serde_repr v0.1.20
9812026-05-26T23:43:32.560Z Downloaded serde_urlencoded v0.7.1
9822026-05-26T23:43:32.560Z Downloaded serde_plain v1.0.2
9832026-05-26T23:43:32.560Z Downloaded serde_bytes v0.11.19
9842026-05-26T23:43:32.560Z Downloaded secrecy v0.10.3
9852026-05-26T23:43:32.560Z Downloaded pin-project v1.1.11
9862026-05-26T23:43:32.568Z Downloaded postcard v1.1.3
9872026-05-26T23:43:32.568Z Downloaded openssl-sys v0.9.115
9882026-05-26T23:43:32.568Z Downloaded sha1 v0.10.6
9892026-05-26T23:43:32.568Z Downloaded progenitor-extras v0.2.0
9902026-05-26T23:43:32.568Z Downloaded jiff-static v0.2.21
9912026-05-26T23:43:32.568Z Downloaded quinn-udp v0.5.14
9922026-05-26T23:43:32.568Z Downloaded pkcs1 v0.7.5
9932026-05-26T23:43:32.568Z Downloaded rustls-native-certs v0.8.3
9942026-05-26T23:43:32.575Z Downloaded signature v2.2.0
9952026-05-26T23:43:32.575Z Downloaded hashbrown v0.13.2
9962026-05-26T23:43:32.575Z Downloaded hashbrown v0.12.3
9972026-05-26T23:43:32.582Z Downloaded rustls-pemfile v1.0.4
9982026-05-26T23:43:32.582Z Downloaded poly1305 v0.8.0
9992026-05-26T23:43:32.582Z Downloaded shell-words v1.1.1
10002026-05-26T23:43:32.582Z Downloaded scheduled-thread-pool v0.2.7
10012026-05-26T23:43:32.582Z Downloaded rusty-fork v0.3.1
10022026-05-26T23:43:32.582Z Downloaded siphasher v1.0.2
10032026-05-26T23:43:32.582Z Downloaded sigpipe v0.1.3
10042026-05-26T23:43:32.586Z Downloaded prefix-trie v0.7.0
10052026-05-26T23:43:32.586Z Downloaded scroll v0.13.0
10062026-05-26T23:43:32.589Z Downloaded schemars_derive v0.8.22
10072026-05-26T23:43:32.589Z Downloaded slog-bunyan v2.5.0
10082026-05-26T23:43:32.593Z Downloaded hickory-server v0.25.2
10092026-05-26T23:43:32.596Z Downloaded rustversion v1.0.22
10102026-05-26T23:43:32.612Z Downloaded sec1 v0.7.3
10112026-05-26T23:43:32.628Z Downloaded serde_derive_internals v0.29.1
10122026-05-26T23:43:32.628Z Downloaded serde_with_macros v1.5.2
10132026-05-26T23:43:32.628Z Downloaded progenitor-impl v0.14.0
10142026-05-26T23:43:32.628Z Downloaded sqlparser_derive v0.5.0
10152026-05-26T23:43:32.669Z Downloaded russh-keys v0.45.0
10162026-05-26T23:43:32.669Z Downloaded serde_path_to_error v0.1.20
10172026-05-26T23:43:32.743Z Downloaded signal-hook-tokio v0.3.1
10182026-05-26T23:43:32.743Z Downloaded signal-hook-registry v1.4.8
10192026-05-26T23:43:32.743Z Downloaded rustls-pemfile v2.2.0
10202026-05-26T23:43:32.743Z Downloaded ssh-cipher v0.2.0
10212026-05-26T23:43:32.743Z Downloaded ssh-encoding v0.2.0
10222026-05-26T23:43:32.743Z Downloaded pretty_assertions v1.4.1
10232026-05-26T23:43:32.743Z Downloaded strip-ansi-escapes v0.2.1
10242026-05-26T23:43:32.743Z Downloaded structmeta v0.3.0
10252026-05-26T23:43:32.743Z Downloaded strsim v0.10.0
10262026-05-26T23:43:32.743Z Downloaded strum v0.27.2
10272026-05-26T23:43:32.743Z Downloaded slog-dtrace v0.3.0
10282026-05-26T23:43:32.743Z Downloaded slab v0.4.12
10292026-05-26T23:43:32.743Z Downloaded simd-adler32 v0.3.8
10302026-05-26T23:43:32.743Z Downloaded minimal-lexical v0.2.1
10312026-05-26T23:43:32.743Z Downloaded strum v0.26.3
10322026-05-26T23:43:32.743Z Downloaded supports-color v3.0.2
10332026-05-26T23:43:32.743Z Downloaded sync-ptr v0.1.4
10342026-05-26T23:43:32.743Z Downloaded slog-scope v4.4.1
10352026-05-26T23:43:32.744Z Downloaded slog-async v2.8.0
10362026-05-26T23:43:32.744Z Downloaded tabwriter v1.4.1
10372026-05-26T23:43:32.744Z Downloaded smf v0.2.3
10382026-05-26T23:43:32.744Z Downloaded smallvec v0.6.14
10392026-05-26T23:43:32.745Z Downloaded serde-hex v0.1.0
10402026-05-26T23:43:32.745Z Downloaded snafu-derive v0.8.9
10412026-05-26T23:43:32.745Z Downloaded subtle v2.6.1
10422026-05-26T23:43:32.745Z Downloaded itertools v0.10.5
10432026-05-26T23:43:32.745Z Downloaded take_mut v0.2.2
10442026-05-26T23:43:32.745Z Downloaded tagptr v0.2.0
10452026-05-26T23:43:32.745Z Downloaded tap v1.0.1
10462026-05-26T23:43:32.745Z Downloaded rcgen v0.12.1
10472026-05-26T23:43:32.745Z Downloaded serde_cbor v0.11.2
10482026-05-26T23:43:32.745Z Downloaded progenitor-impl v0.11.2
10492026-05-26T23:43:32.745Z Downloaded ron v0.8.1
10502026-05-26T23:43:32.745Z Downloaded sqlformat v0.3.5
10512026-05-26T23:43:32.745Z Downloaded testing_table v0.3.0
10522026-05-26T23:43:32.745Z Downloaded sct v0.7.1
10532026-05-26T23:43:32.745Z Downloaded http v1.4.0
10542026-05-26T23:43:32.764Z Downloaded hyper-util v0.1.20
10552026-05-26T23:43:32.764Z Downloaded slog-term v2.9.2
10562026-05-26T23:43:32.764Z Downloaded slog-stdlog v4.1.1
10572026-05-26T23:43:32.764Z Downloaded chrono v0.4.44
10582026-05-26T23:43:32.764Z Downloaded static_assertions v1.1.0
10592026-05-26T23:43:32.764Z Downloaded rustls-pki-types v1.14.0
10602026-05-26T23:43:32.764Z Downloaded sync_wrapper v1.0.2
10612026-05-26T23:43:32.764Z Downloaded slog-json v2.6.1
10622026-05-26T23:43:32.764Z Downloaded slog-envlogger v2.2.0
10632026-05-26T23:43:32.764Z Downloaded thiserror-impl-no-std v2.0.2
10642026-05-26T23:43:32.764Z Downloaded termtree v0.5.1
10652026-05-26T23:43:32.764Z Downloaded rustls-platform-verifier v0.6.2
10662026-05-26T23:43:32.764Z Downloaded hashbrown v0.15.5
10672026-05-26T23:43:32.764Z Downloaded time-core v0.1.8
10682026-05-26T23:43:32.764Z Downloaded strum_macros v0.24.3
10692026-05-26T23:43:32.764Z Downloaded signal-hook-mio v0.2.5
10702026-05-26T23:43:32.764Z Downloaded tokio-macros v2.7.0
10712026-05-26T23:43:32.764Z Downloaded tinyvec_macros v0.1.1
10722026-05-26T23:43:32.764Z Downloaded stacker v0.1.23
10732026-05-26T23:43:32.764Z Downloaded strum_macros v0.27.2
10742026-05-26T23:43:32.766Z Downloaded structmeta-derive v0.3.0
10752026-05-26T23:43:32.766Z Downloaded string_cache v0.8.9
10762026-05-26T23:43:32.766Z Downloaded prettyplease v0.2.37
10772026-05-26T23:43:32.766Z Downloaded dropshot-api-manager v0.7.2
10782026-05-26T23:43:32.766Z Downloaded serde_with_macros v3.17.0
10792026-05-26T23:43:32.766Z Downloaded schemars v0.8.22
10802026-05-26T23:43:32.766Z Downloaded support-bundle-viewer v0.1.2
10812026-05-26T23:43:32.766Z Downloaded mio v1.2.0
10822026-05-26T23:43:32.767Z Downloaded tabled_derive v0.11.0
10832026-05-26T23:43:32.767Z Downloaded strum_macros v0.26.4
10842026-05-26T23:43:32.767Z Downloaded rayon-core v1.13.0
10852026-05-26T23:43:32.786Z Downloaded progenitor-impl v0.13.0
10862026-05-26T23:43:32.786Z Downloaded num-bigint v0.4.6
10872026-05-26T23:43:32.786Z Downloaded nom v7.1.3
10882026-05-26T23:43:32.786Z Downloaded quinn v0.11.9
10892026-05-26T23:43:32.813Z Downloaded tiny-keccak v2.0.2
10902026-05-26T23:43:32.813Z Downloaded thiserror-no-std v2.0.2
10912026-05-26T23:43:32.814Z Downloaded publicsuffix v2.3.0
10922026-05-26T23:43:32.814Z Downloaded tower-layer v0.3.3
10932026-05-26T23:43:32.814Z Downloaded aho-corasick v1.1.4
10942026-05-26T23:43:32.814Z Downloaded topological-sort v0.2.2
10952026-05-26T23:43:32.814Z Downloaded signal-hook v0.3.18
10962026-05-26T23:43:32.815Z Downloaded serde_yaml v0.9.34+deprecated
10972026-05-26T23:43:32.841Z Downloaded thread_local v1.1.9
10982026-05-26T23:43:32.841Z Downloaded thread-id v5.1.0
10992026-05-26T23:43:32.841Z Downloaded typify-macro v0.6.2
11002026-05-26T23:43:32.841Z Downloaded tls_codec v0.4.2
11012026-05-26T23:43:32.841Z Downloaded slog v2.8.2
11022026-05-26T23:43:32.841Z Downloaded spin v0.9.8
11032026-05-26T23:43:32.841Z Downloaded try-lock v0.2.5
11042026-05-26T23:43:32.841Z Downloaded trait-variant v0.1.2
11052026-05-26T23:43:32.841Z Downloaded tower-service v0.3.3
11062026-05-26T23:43:32.841Z Downloaded qorb v0.4.1
11072026-05-26T23:43:32.843Z Downloaded termios v0.3.3
11082026-05-26T23:43:32.843Z Downloaded similar v2.7.0
11092026-05-26T23:43:32.843Z Downloaded libxml v0.3.3
11102026-05-26T23:43:32.843Z Downloaded futures-util v0.3.32
11112026-05-26T23:43:32.857Z Downloaded tokio-dtrace v0.1.1
11122026-05-26T23:43:32.857Z Downloaded unicode-truncate v1.1.0
11132026-05-26T23:43:32.857Z Downloaded usdt-macro v0.6.0
11142026-05-26T23:43:32.857Z Downloaded universal-hash v0.5.1
11152026-05-26T23:43:32.858Z Downloaded unit-prefix v0.5.2
11162026-05-26T23:43:32.858Z Downloaded usdt-attr-macro v0.6.0
11172026-05-26T23:43:32.858Z Downloaded unarray v0.1.4
11182026-05-26T23:43:32.858Z Downloaded typify-macro v0.4.3
11192026-05-26T23:43:32.858Z Downloaded tls_codec_derive v0.4.2
11202026-05-26T23:43:32.858Z Downloaded term v0.7.0
11212026-05-26T23:43:32.858Z Downloaded tokio-tungstenite v0.21.0
11222026-05-26T23:43:32.858Z Downloaded num-bigint-dig v0.8.6
11232026-05-26T23:43:32.858Z Downloaded itertools v0.12.1
11242026-05-26T23:43:32.858Z Downloaded rand v0.10.0
11252026-05-26T23:43:32.858Z Downloaded rand v0.9.2
11262026-05-26T23:43:32.858Z Downloaded untrusted v0.7.1
11272026-05-26T23:43:32.858Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11282026-05-26T23:43:32.858Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11292026-05-26T23:43:32.858Z Downloaded tokio-rustls v0.25.0
11302026-05-26T23:43:32.858Z Downloaded want v0.3.1
11312026-05-26T23:43:32.870Z Downloaded waitgroup v0.1.2
11322026-05-26T23:43:32.871Z Downloaded rand v0.8.6
11332026-05-26T23:43:32.871Z Downloaded ryu v1.0.23
11342026-05-26T23:43:32.872Z Downloaded wait-timeout v0.2.1
11352026-05-26T23:43:32.872Z Downloaded void v1.0.2
11362026-05-26T23:43:32.872Z Downloaded utf-8 v0.7.6
11372026-05-26T23:43:32.872Z Downloaded usdt v0.6.0
11382026-05-26T23:43:32.872Z Downloaded untrusted v0.9.0
11392026-05-26T23:43:32.872Z Downloaded aes-gcm v0.10.3
11402026-05-26T23:43:32.872Z Downloaded stringprep v0.1.5
11412026-05-26T23:43:32.872Z Downloaded rustls-webpki v0.103.9
11422026-05-26T23:43:32.872Z Downloaded spki v0.7.3
11432026-05-26T23:43:32.872Z Downloaded samael v0.0.19
11442026-05-26T23:43:32.878Z Downloaded shlex v1.3.0
11452026-05-26T23:43:32.879Z Downloaded time-macros v0.2.27
11462026-05-26T23:43:32.879Z Downloaded toml_writer v1.0.6+spec-1.1.0
11472026-05-26T23:43:32.879Z Downloaded tui-tree-widget v0.23.1
11482026-05-26T23:43:32.896Z Downloaded hyper v1.8.1
11492026-05-26T23:43:32.896Z Downloaded tokio-rustls v0.24.1
11502026-05-26T23:43:32.896Z Downloaded term v1.2.1
11512026-05-26T23:43:32.897Z Downloaded schemars v0.9.0
11522026-05-26T23:43:32.911Z Downloaded xshell-macros v0.2.7
11532026-05-26T23:43:32.911Z Downloaded socket2 v0.5.10
11542026-05-26T23:43:32.911Z Downloaded rsa v0.9.10
11552026-05-26T23:43:32.911Z Downloaded xattr v1.6.1
11562026-05-26T23:43:32.912Z Downloaded zeroize_derive v1.4.3
11572026-05-26T23:43:32.912Z Downloaded usdt-impl v0.6.0
11582026-05-26T23:43:32.912Z Downloaded h2 v0.4.13
11592026-05-26T23:43:32.913Z Downloaded itertools v0.14.0
11602026-05-26T23:43:32.913Z Downloaded russh v0.45.0
11612026-05-26T23:43:32.918Z Downloaded tokio-rustls v0.26.4
11622026-05-26T23:43:32.919Z Downloaded libm v0.2.16
11632026-05-26T23:43:32.919Z Downloaded zone_cfg_derive v0.3.1
11642026-05-26T23:43:32.919Z Downloaded tokio-tungstenite v0.23.1
11652026-05-26T23:43:32.989Z Downloaded vergen-gitcl v1.0.8
11662026-05-26T23:43:32.989Z Downloaded test-strategy v0.4.5
11672026-05-26T23:43:32.989Z Downloaded vergen-lib v0.1.6
11682026-05-26T23:43:32.989Z Downloaded whoami v1.6.1
11692026-05-26T23:43:32.989Z Downloaded walkdir v2.5.0
11702026-05-26T23:43:32.989Z Downloaded vsss-rs v3.3.4
11712026-05-26T23:43:32.989Z Downloaded vergen-lib v9.1.0
11722026-05-26T23:43:32.989Z Downloaded uzers v0.12.2
11732026-05-26T23:43:32.989Z Downloaded socket2 v0.6.3
11742026-05-26T23:43:32.989Z Downloaded tokio-stream v0.1.18
11752026-05-26T23:43:32.989Z Downloaded toml_parser v1.0.9+spec-1.1.0
11762026-05-26T23:43:32.989Z Downloaded tinyvec v1.10.0
11772026-05-26T23:43:32.989Z Downloaded zone v0.3.1
11782026-05-26T23:43:32.989Z Downloaded tracing-attributes v0.1.31
11792026-05-26T23:43:32.989Z Downloaded twox-hash v2.1.2
11802026-05-26T23:43:32.990Z Downloaded unicase v2.9.0
11812026-05-26T23:43:32.990Z Downloaded iri-string v0.7.10
11822026-05-26T23:43:32.990Z Downloaded whoami v2.1.0
11832026-05-26T23:43:32.990Z Downloaded wyz v0.5.1
11842026-05-26T23:43:32.990Z Downloaded blake3 v1.8.3
11852026-05-26T23:43:32.990Z Downloaded p521 v0.13.3
11862026-05-26T23:43:32.990Z Downloaded iddqd v0.4.1
11872026-05-26T23:43:32.990Z Downloaded snafu v0.8.9
11882026-05-26T23:43:32.990Z Downloaded zeroize v1.8.2
11892026-05-26T23:43:32.990Z Downloaded tar v0.4.45
11902026-05-26T23:43:32.990Z Downloaded itertools v0.13.0
11912026-05-26T23:43:32.990Z Downloaded hkdf v0.12.4
11922026-05-26T23:43:32.990Z Downloaded xshell v0.2.7
11932026-05-26T23:43:33.313Z Downloaded schemars v1.2.1
11942026-05-26T23:43:33.313Z Downloaded vergen-git2 v9.1.0
11952026-05-26T23:43:33.313Z Downloaded zstd v0.13.3
11962026-05-26T23:43:33.313Z Downloaded toml v0.7.8
11972026-05-26T23:43:33.313Z Downloaded zstd-safe v7.2.4
11982026-05-26T23:43:33.313Z Downloaded toml v1.0.6+spec-1.1.0
11992026-05-26T23:43:33.313Z Downloaded hashbrown v0.16.1
12002026-05-26T23:43:33.315Z Downloaded steno v0.4.1
12012026-05-26T23:43:33.315Z Downloaded typify v0.4.3
12022026-05-26T23:43:33.315Z Downloaded tungstenite v0.23.0
12032026-05-26T23:43:33.315Z Downloaded tungstenite v0.21.0
12042026-05-26T23:43:33.315Z Downloaded rustyline v14.0.0
12052026-05-26T23:43:33.315Z Downloaded tokio-native-tls v0.3.1
12062026-05-26T23:43:33.320Z Downloaded unicode-properties v0.1.4
12072026-05-26T23:43:33.320Z Downloaded unicode-bidi v0.3.18
12082026-05-26T23:43:33.320Z Downloaded subprocess v0.2.15
12092026-05-26T23:43:33.320Z Downloaded unsafe-libyaml v0.2.11
12102026-05-26T23:43:33.320Z Downloaded zerocopy v0.6.6
12112026-05-26T23:43:33.320Z Downloaded yasna v0.5.2
12122026-05-26T23:43:33.320Z Downloaded rpassword v7.4.0
12132026-05-26T23:43:33.321Z Downloaded serde_with v1.14.0
12142026-05-26T23:43:33.321Z Downloaded vte v0.14.1
12152026-05-26T23:43:33.321Z Downloaded vergen v9.1.0
12162026-05-26T23:43:33.321Z Downloaded aws-lc-rs v1.16.3
12172026-05-26T23:43:33.321Z Downloaded toml_edit v0.23.10+spec-1.0.0
12182026-05-26T23:43:33.321Z Downloaded bitvec v1.0.1
12192026-05-26T23:43:33.321Z Downloaded tokio-postgres v0.7.16
12202026-05-26T23:43:33.321Z Downloaded reedline v0.40.0
12212026-05-26T23:43:33.321Z Downloaded uuid v1.23.0
12222026-05-26T23:43:33.322Z Downloaded zopfli v0.8.3
12232026-05-26T23:43:33.322Z Downloaded bindgen v0.71.1
12242026-05-26T23:43:33.322Z Downloaded typify v0.6.2
12252026-05-26T23:43:33.322Z Downloaded tracing-core v0.1.36
12262026-05-26T23:43:33.322Z Downloaded toml_edit v0.19.15
12272026-05-26T23:43:33.322Z Downloaded reqwest v0.13.2
12282026-05-26T23:43:33.322Z Downloaded regex v1.12.3
12292026-05-26T23:43:33.322Z Downloaded unicode_categories v0.1.1
12302026-05-26T23:43:33.322Z Downloaded zip v0.6.6
12312026-05-26T23:43:33.322Z Downloaded reqwest v0.12.28
12322026-05-26T23:43:33.322Z Downloaded git2 v0.20.4
12332026-05-26T23:43:33.322Z Downloaded ssh-key v0.6.7
12342026-05-26T23:43:33.322Z Downloaded p384 v0.13.1
12352026-05-26T23:43:33.322Z Downloaded yansi v1.0.1
12362026-05-26T23:43:33.322Z Downloaded lalrpop v0.19.12
12372026-05-26T23:43:33.322Z Downloaded quick-xml v0.37.5
12382026-05-26T23:43:33.322Z Downloaded portable-atomic v1.13.1
12392026-05-26T23:43:33.322Z Downloaded tower v0.5.3
12402026-05-26T23:43:33.322Z Downloaded rustls-webpki v0.101.7
12412026-05-26T23:43:33.322Z Downloaded goblin v0.10.5
12422026-05-26T23:43:33.322Z Downloaded zerocopy-derive v0.8.40
12432026-05-26T23:43:33.322Z Downloaded x509-cert v0.2.5
12442026-05-26T23:43:33.322Z Downloaded unicode-segmentation v1.12.0
12452026-05-26T23:43:33.322Z Downloaded salty v0.3.0
12462026-05-26T23:43:33.322Z Downloaded curve25519-dalek v4.1.3
12472026-05-26T23:43:33.322Z Downloaded typed-path v0.9.3
12482026-05-26T23:43:33.322Z Downloaded moka v0.12.13
12492026-05-26T23:43:33.322Z Downloaded unicode-normalization v0.1.25
12502026-05-26T23:43:33.323Z Downloaded proptest v1.10.0
12512026-05-26T23:43:33.323Z Downloaded petname v2.0.2
12522026-05-26T23:43:33.323Z Downloaded tokio-util v0.7.18
12532026-05-26T23:43:33.324Z Downloaded tower-http v0.6.8
12542026-05-26T23:43:33.324Z Downloaded rayon v1.11.0
12552026-05-26T23:43:33.324Z Downloaded object v0.30.4
12562026-05-26T23:43:33.324Z Downloaded zip v4.6.1
12572026-05-26T23:43:33.324Z Downloaded tough v0.22.0
12582026-05-26T23:43:33.324Z Downloaded rustls-webpki v0.102.8
12592026-05-26T23:43:33.324Z Downloaded radix_trie v0.2.1
12602026-05-26T23:43:33.324Z Downloaded serde_with v3.17.0
12612026-05-26T23:43:33.324Z Downloaded winnow v0.6.26
12622026-05-26T23:43:33.324Z Downloaded polar-core v0.27.3
12632026-05-26T23:43:33.324Z Downloaded winnow v0.5.40
12642026-05-26T23:43:33.324Z Downloaded bstr v1.12.1
12652026-05-26T23:43:33.324Z Downloaded quinn-proto v0.11.13
12662026-05-26T23:43:33.324Z Downloaded tabled v0.20.0
12672026-05-26T23:43:33.336Z Downloaded time v0.3.47
12682026-05-26T23:43:33.345Z Downloaded nix v0.27.1
12692026-05-26T23:43:33.349Z Downloaded rustls v0.21.12
12702026-05-26T23:43:33.355Z Downloaded openssl v0.10.79
12712026-05-26T23:43:33.364Z Downloaded zlib-rs v0.6.2
12722026-05-26T23:43:33.367Z Downloaded hickory-proto v0.24.4
12732026-05-26T23:43:33.376Z Downloaded smoltcp v0.9.1
12742026-05-26T23:43:33.385Z Downloaded regex-syntax v0.6.29
12752026-05-26T23:43:33.388Z Downloaded openapiv3 v2.2.0
12762026-05-26T23:43:33.393Z Downloaded webpki-roots v1.0.6
12772026-05-26T23:43:33.393Z Downloaded nix v0.31.2
12782026-05-26T23:43:33.397Z Downloaded nix v0.28.0
12792026-05-26T23:43:33.407Z Downloaded regress v0.11.1
12802026-05-26T23:43:33.410Z Downloaded dropshot v0.17.0
12812026-05-26T23:43:33.424Z Downloaded diesel v2.3.7
12822026-05-26T23:43:33.434Z Downloaded vcpkg v0.2.15
12832026-05-26T23:43:33.457Z Downloaded rustls v0.22.4
12842026-05-26T23:43:33.467Z Downloaded regress v0.10.5
12852026-05-26T23:43:33.470Z Downloaded rustix v0.38.44
12862026-05-26T23:43:33.484Z Downloaded zerocopy v0.8.40
12872026-05-26T23:43:33.497Z Downloaded smoltcp v0.11.0
12882026-05-26T23:43:33.501Z Downloaded hickory-proto v0.25.2
12892026-05-26T23:43:33.507Z Downloaded rustls v0.23.37
12902026-05-26T23:43:33.515Z Downloaded regex-syntax v0.8.10
12912026-05-26T23:43:33.519Z Downloaded sqlparser v0.61.0
12922026-05-26T23:43:33.525Z Downloaded object v0.37.3
12932026-05-26T23:43:33.540Z Downloaded typify-impl v0.6.2
12942026-05-26T23:43:33.553Z Downloaded tracing v0.1.44
12952026-05-26T23:43:33.563Z Downloaded bzip2-sys v0.1.13+1.0.8
12962026-05-26T23:43:33.571Z Downloaded ratatui v0.29.0
12972026-05-26T23:43:33.614Z Downloaded chrono-tz v0.10.4
12982026-05-26T23:43:33.624Z Downloaded sled v0.34.7
12992026-05-26T23:43:33.639Z Downloaded typify-impl v0.4.3
13002026-05-26T23:43:33.648Z Downloaded zerocopy-derive v0.6.6
13012026-05-26T23:43:33.660Z Downloaded libz-sys v1.1.24
13022026-05-26T23:43:33.672Z Downloaded regex-automata v0.4.14
13032026-05-26T23:43:33.680Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13042026-05-26T23:43:33.692Z Downloaded sha3 v0.10.8
13052026-05-26T23:43:33.704Z Downloaded jiff v0.2.21
13062026-05-26T23:43:33.711Z Downloaded petgraph v0.6.5
13072026-05-26T23:43:33.735Z Downloaded petgraph v0.8.3
13082026-05-26T23:43:33.748Z Downloaded csv v1.4.0
13092026-05-26T23:43:33.776Z Downloaded tokio v1.52.1
13102026-05-26T23:43:33.800Z Downloaded ring v0.17.14
13112026-05-26T23:43:33.858Z Downloaded encoding_rs v0.8.35
13122026-05-26T23:43:33.883Z Downloaded libgit2-sys v0.18.3+1.9.2
13132026-05-26T23:43:34.352Z Downloaded aws-lc-sys v0.40.0
13142026-05-26T23:43:34.571Z Compiling libc v0.2.185
13152026-05-26T23:43:34.571Z Compiling serde v1.0.228
13162026-05-26T23:43:34.574Z Compiling log v0.4.29
13172026-05-26T23:43:34.574Z Compiling shlex v1.3.0
13182026-05-26T23:43:34.574Z Compiling find-msvc-tools v0.1.9
13192026-05-26T23:43:34.574Z Compiling smallvec v1.15.1
13202026-05-26T23:43:34.574Z Compiling syn v2.0.117
13212026-05-26T23:43:34.706Z Compiling typenum v1.19.0
13222026-05-26T23:43:34.892Z Compiling generic-array v0.14.7
13232026-05-26T23:43:34.916Z Compiling subtle v2.6.1
13242026-05-26T23:43:34.948Z Compiling scopeguard v1.2.0
13252026-05-26T23:43:34.995Z Compiling const-oid v0.9.6
13262026-05-26T23:43:35.034Z Compiling lock_api v0.4.14
13272026-05-26T23:43:35.055Z Compiling serde_json v1.0.149
13282026-05-26T23:43:35.120Z Compiling zerocopy v0.8.40
13292026-05-26T23:43:35.150Z Compiling pin-project-lite v0.2.17
13302026-05-26T23:43:35.225Z Compiling portable-atomic v1.13.1
13312026-05-26T23:43:35.247Z Compiling parking_lot_core v0.9.12
13322026-05-26T23:43:35.546Z Compiling pkg-config v0.3.32
13332026-05-26T23:43:35.682Z Compiling getrandom v0.2.17
13342026-05-26T23:43:35.682Z Compiling jobserver v0.1.34
13352026-05-26T23:43:35.847Z Compiling rand_core v0.6.4
13362026-05-26T23:43:35.847Z Compiling errno v0.3.14
13372026-05-26T23:43:35.931Z Compiling cc v1.2.56
13382026-05-26T23:43:36.044Z Compiling signal-hook-registry v1.4.8
13392026-05-26T23:43:36.044Z Compiling bitflags v2.11.0
13402026-05-26T23:43:36.108Z Compiling critical-section v1.2.0
13412026-05-26T23:43:36.108Z Compiling futures-core v0.3.32
13422026-05-26T23:43:36.186Z Compiling libm v0.2.16
13432026-05-26T23:43:36.270Z Compiling once_cell v1.21.3
13442026-05-26T23:43:36.270Z Compiling parking_lot v0.12.5
13452026-05-26T23:43:36.272Z Compiling mio v1.2.0
13462026-05-26T23:43:36.363Z Compiling num-traits v0.2.19
13472026-05-26T23:43:36.488Z Compiling percent-encoding v2.3.2
13482026-05-26T23:43:36.488Z Compiling socket2 v0.6.3
13492026-05-26T23:43:36.598Z Compiling futures-sink v0.3.32
13502026-05-26T23:43:36.616Z Compiling getrandom v0.4.1
13512026-05-26T23:43:36.616Z Compiling slab v0.4.12
13522026-05-26T23:43:36.661Z Compiling futures-channel v0.3.32
13532026-05-26T23:43:36.677Z Compiling futures-io v0.3.32
13542026-05-26T23:43:36.803Z Compiling futures-task v0.3.32
13552026-05-26T23:43:36.854Z Compiling cpufeatures v0.2.17
13562026-05-26T23:43:36.855Z Compiling rand_core v0.10.0
13572026-05-26T23:43:36.914Z Compiling indexmap v2.14.0
13582026-05-26T23:43:36.935Z Compiling getrandom v0.3.4
13592026-05-26T23:43:36.935Z Compiling rustversion v1.0.22
13602026-05-26T23:43:36.948Z Compiling cmake v0.1.57
13612026-05-26T23:43:37.295Z Compiling form_urlencoded v1.2.2
13622026-05-26T23:43:37.317Z Compiling dunce v1.0.5
13632026-05-26T23:43:37.379Z Compiling fs_extra v1.3.0
13642026-05-26T23:43:37.411Z Compiling synstructure v0.13.2
13652026-05-26T23:43:37.489Z Compiling base64ct v1.8.3
13662026-05-26T23:43:37.542Z Compiling ident_case v1.0.1
13672026-05-26T23:43:37.649Z Compiling aws-lc-sys v0.40.0
13682026-05-26T23:43:37.656Z Compiling regex-syntax v0.8.10
13692026-05-26T23:43:37.768Z Compiling pem-rfc7468 v0.7.0
13702026-05-26T23:43:37.869Z Compiling flagset v0.4.7
13712026-05-26T23:43:37.946Z Compiling rustix v1.1.3
13722026-05-26T23:43:38.003Z Compiling iana-time-zone v0.1.65
13732026-05-26T23:43:38.095Z Compiling rand_core v0.9.5
13742026-05-26T23:43:38.102Z Compiling ring v0.17.14
13752026-05-26T23:43:38.144Z Compiling aws-lc-rs v1.16.3
13762026-05-26T23:43:38.206Z Compiling vcpkg v0.2.15
13772026-05-26T23:43:38.364Z Compiling uuid v1.23.0
13782026-05-26T23:43:38.425Z Compiling rustc_version v0.4.1
13792026-05-26T23:43:38.753Z Compiling tracing-core v0.1.36
13802026-05-26T23:43:38.949Z Compiling openssl-sys v0.9.115
13812026-05-26T23:43:39.112Z Compiling base64 v0.22.1
13822026-05-26T23:43:39.202Z Compiling serde_derive v1.0.228
13832026-05-26T23:43:39.297Z Compiling zeroize_derive v1.4.3
13842026-05-26T23:43:39.387Z Compiling zerofrom-derive v0.1.6
13852026-05-26T23:43:39.472Z Compiling yoke-derive v0.8.1
13862026-05-26T23:43:39.691Z Compiling zerovec-derive v0.11.2
13872026-05-26T23:43:39.969Z Compiling zeroize v1.8.2
13882026-05-26T23:43:40.172Z Compiling zerocopy-derive v0.8.40
13892026-05-26T23:43:40.668Z Compiling crypto-common v0.1.7
13902026-05-26T23:43:40.692Z Compiling block-buffer v0.10.4
13912026-05-26T23:43:40.810Z Compiling displaydoc v0.2.5
13922026-05-26T23:43:40.816Z Compiling zerofrom v0.1.6
13932026-05-26T23:43:40.816Z Compiling tokio-macros v2.7.0
13942026-05-26T23:43:40.859Z Compiling digest v0.10.7
13952026-05-26T23:43:40.946Z Compiling yoke v0.8.1
13962026-05-26T23:43:41.101Z Compiling zerovec v0.11.5
13972026-05-26T23:43:41.125Z Compiling futures-macro v0.3.32
13982026-05-26T23:43:41.539Z Compiling tinystr v0.8.2
13992026-05-26T23:43:41.551Z Compiling zerotrie v0.2.3
14002026-05-26T23:43:41.598Z Compiling potential_utf v0.1.4
14012026-05-26T23:43:41.742Z Compiling icu_locale_core v2.1.1
14022026-05-26T23:43:41.761Z Compiling icu_collections v2.1.1
14032026-05-26T23:43:41.845Z Compiling hmac v0.12.1
14042026-05-26T23:43:41.912Z Compiling futures-util v0.3.32
14052026-05-26T23:43:41.994Z Compiling block-padding v0.3.3
14062026-05-26T23:43:42.151Z Compiling inout v0.1.4
14072026-05-26T23:43:42.227Z Compiling sha2 v0.10.9
14082026-05-26T23:43:42.314Z Compiling cipher v0.4.4
14092026-05-26T23:43:42.569Z Compiling bytes v1.11.1
14102026-05-26T23:43:42.607Z Compiling icu_provider v2.1.1
14112026-05-26T23:43:42.625Z Compiling der_derive v0.7.3
14122026-05-26T23:43:42.927Z Compiling icu_properties v2.1.2
14132026-05-26T23:43:43.235Z Compiling tokio v1.52.1
14142026-05-26T23:43:43.565Z Compiling icu_normalizer v2.1.1
14152026-05-26T23:43:43.587Z Compiling der v0.7.10
14162026-05-26T23:43:43.600Z Compiling http v1.4.0
14172026-05-26T23:43:44.011Z Compiling idna_adapter v1.2.1
14182026-05-26T23:43:44.096Z Compiling chrono v0.4.44
14192026-05-26T23:43:44.145Z Compiling idna v1.1.0
14202026-05-26T23:43:44.206Z Compiling salsa20 v0.10.2
14212026-05-26T23:43:44.345Z Compiling pbkdf2 v0.12.2
14222026-05-26T23:43:44.476Z Compiling ppv-lite86 v0.2.21
14232026-05-26T23:43:44.493Z Compiling url v2.5.8
14242026-05-26T23:43:44.570Z Compiling spki v0.7.3
14252026-05-26T23:43:44.759Z Compiling rustls-pki-types v1.14.0
14262026-05-26T23:43:44.774Z Compiling thiserror-impl v2.0.18
14272026-05-26T23:43:44.782Z Compiling tracing-attributes v0.1.31
14282026-05-26T23:43:44.786Z Compiling rand_chacha v0.9.0
14292026-05-26T23:43:45.189Z Compiling scrypt v0.11.0
14302026-05-26T23:43:45.259Z Compiling http-body v1.0.1
14312026-05-26T23:43:45.411Z Compiling cbc v0.1.2
14322026-05-26T23:43:45.428Z Compiling aes v0.8.4
14332026-05-26T23:43:45.464Z Compiling openssl-probe v0.2.1
14342026-05-26T23:43:45.524Z Compiling untrusted v0.9.0
14352026-05-26T23:43:45.553Z Compiling untrusted v0.7.1
14362026-05-26T23:43:45.637Z Compiling tinyvec_macros v0.1.1
14372026-05-26T23:43:45.652Z Compiling httparse v1.10.1
14382026-05-26T23:43:45.706Z Compiling tinyvec v1.10.0
14392026-05-26T23:43:46.026Z Compiling pkcs5 v0.7.1
14402026-05-26T23:43:46.046Z Compiling pest_generator v2.8.6
14412026-05-26T23:43:46.057Z Compiling thiserror v2.0.18
14422026-05-26T23:43:46.060Z Compiling tracing v0.1.44
14432026-05-26T23:43:46.165Z Compiling rand v0.9.2
14442026-05-26T23:43:46.332Z Compiling serde_derive_internals v0.29.1
14452026-05-26T23:43:46.460Z Compiling aho-corasick v1.1.4
14462026-05-26T23:43:46.489Z Compiling tower-layer v0.3.3
14472026-05-26T23:43:46.648Z Compiling try-lock v0.2.5
14482026-05-26T23:43:46.718Z Compiling tower-service v0.3.3
14492026-05-26T23:43:46.761Z Compiling rustls v0.23.37
14502026-05-26T23:43:46.836Z Compiling atomic-waker v1.1.2
14512026-05-26T23:43:46.924Z Compiling tokio-util v0.7.18
14522026-05-26T23:43:46.927Z Compiling dyn-clone v1.0.20
14532026-05-26T23:43:46.951Z Compiling schemars v0.8.22
14542026-05-26T23:43:47.060Z Compiling want v0.3.1
14552026-05-26T23:43:47.163Z Compiling pest_derive v2.8.6
14562026-05-26T23:43:47.199Z Compiling schemars_derive v0.8.22
14572026-05-26T23:43:47.220Z Compiling pkcs8 v0.10.2
14582026-05-26T23:43:47.401Z Compiling regex-automata v0.4.14
14592026-05-26T23:43:47.579Z Compiling ipnet v2.11.0
14602026-05-26T23:43:47.842Z Compiling h2 v0.4.13
14612026-05-26T23:43:47.951Z Compiling scroll_derive v0.13.1
14622026-05-26T23:43:48.093Z Compiling darling_core v0.20.11
14632026-05-26T23:43:48.133Z Compiling openssl v0.10.79
14642026-05-26T23:43:48.365Z Compiling foreign-types-shared v0.1.1
14652026-05-26T23:43:48.444Z Compiling pin-utils v0.1.0
14662026-05-26T23:43:48.455Z Compiling httpdate v1.0.3
14672026-05-26T23:43:48.515Z Compiling tempfile v3.25.0
14682026-05-26T23:43:48.743Z Compiling scroll v0.13.0
14692026-05-26T23:43:48.879Z Compiling foreign-types v0.3.2
14702026-05-26T23:43:48.908Z Compiling unicode-normalization v0.1.25
14712026-05-26T23:43:49.005Z Compiling openssl-macros v0.1.1
14722026-05-26T23:43:49.353Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14732026-05-26T23:43:49.356Z Compiling spin v0.9.8
14742026-05-26T23:43:49.384Z Compiling native-tls v0.2.18
14752026-05-26T23:43:49.566Z Compiling crc32fast v1.5.0
14762026-05-26T23:43:49.583Z Compiling time-core v0.1.8
14772026-05-26T23:43:49.726Z Compiling powerfmt v0.2.0
14782026-05-26T23:43:49.730Z Compiling num-conv v0.2.0
14792026-05-26T23:43:49.869Z Compiling time-macros v0.2.27
14802026-05-26T23:43:49.882Z Compiling deranged v0.5.8
14812026-05-26T23:43:50.356Z Compiling darling_macro v0.20.11
14822026-05-26T23:43:50.809Z Compiling hyper v1.8.1
14832026-05-26T23:43:50.820Z Compiling darling v0.20.11
14842026-05-26T23:43:50.900Z Compiling goblin v0.10.5
14852026-05-26T23:43:50.914Z Compiling rustls-native-certs v0.8.3
14862026-05-26T23:43:51.197Z Compiling sync_wrapper v1.0.2
14872026-05-26T23:43:51.308Z Compiling wait-timeout v0.2.1
14882026-05-26T23:43:51.479Z Compiling bit-vec v0.8.0
14892026-05-26T23:43:51.569Z Compiling crossbeam-utils v0.8.21
14902026-05-26T23:43:51.762Z Compiling syn v1.0.109
14912026-05-26T23:43:51.779Z Compiling quick-error v1.2.3
14922026-05-26T23:43:51.823Z Compiling siphasher v1.0.2
14932026-05-26T23:43:51.840Z Compiling hyper-util v0.1.20
14942026-05-26T23:43:52.002Z Compiling num_threads v0.1.7
14952026-05-26T23:43:52.013Z Compiling usdt-impl v0.6.0
14962026-05-26T23:43:52.097Z Compiling simd-adler32 v0.3.8
14972026-05-26T23:43:52.340Z Compiling time v0.3.47
14982026-05-26T23:43:52.415Z Compiling rusty-fork v0.3.1
14992026-05-26T23:43:52.545Z Compiling bit-set v0.8.0
15002026-05-26T23:43:52.702Z Compiling tower v0.5.3
15012026-05-26T23:43:52.722Z Compiling derive_builder_core v0.20.2
15022026-05-26T23:43:53.104Z Compiling dtrace-parser v0.3.0
15032026-05-26T23:43:53.230Z Compiling http-body-util v0.1.3
15042026-05-26T23:43:53.470Z Compiling webpki-roots v1.0.6
15052026-05-26T23:43:53.593Z Compiling dof v0.4.0
15062026-05-26T23:43:53.621Z Compiling signature v2.2.0
15072026-05-26T23:43:53.655Z Compiling thiserror-impl v1.0.69
15082026-05-26T23:43:53.802Z Compiling scroll_derive v0.12.1
15092026-05-26T23:43:53.845Z Compiling heapless v0.7.17
15102026-05-26T23:43:53.923Z Compiling rand_xorshift v0.4.0
15112026-05-26T23:43:54.079Z Compiling slog v2.8.2
15122026-05-26T23:43:54.093Z Compiling darling_core v0.21.3
15132026-05-26T23:43:54.259Z Compiling bzip2-sys v0.1.13+1.0.8
15142026-05-26T23:43:54.446Z Compiling thread-id v5.1.0
15152026-05-26T23:43:54.528Z Compiling cookie v0.18.1
15162026-05-26T23:43:54.535Z Compiling unicode-bidi v0.3.18
15172026-05-26T23:43:54.722Z Compiling allocator-api2 v0.2.21
15182026-05-26T23:43:54.744Z Compiling paste v1.0.15
15192026-05-26T23:43:54.908Z Compiling ryu v1.0.23
15202026-05-26T23:43:55.010Z Compiling signal-hook v0.3.18
15212026-05-26T23:43:55.038Z Compiling zstd-safe v7.2.4
15222026-05-26T23:43:55.055Z Compiling unarray v0.1.4
15232026-05-26T23:43:55.083Z Compiling iri-string v0.7.10
15242026-05-26T23:43:55.096Z Compiling adler2 v2.0.1
15252026-05-26T23:43:55.158Z Compiling unicode-properties v0.1.4
15262026-05-26T23:43:55.171Z Compiling anyhow v1.0.102
15272026-05-26T23:43:55.220Z Compiling miniz_oxide v0.8.9
15282026-05-26T23:43:55.250Z Compiling proptest v1.10.0
15292026-05-26T23:43:55.362Z Compiling stringprep v0.1.5
15302026-05-26T23:43:55.681Z Compiling serde_urlencoded v0.7.1
15312026-05-26T23:43:55.822Z Compiling thiserror v1.0.69
15322026-05-26T23:43:55.933Z Compiling scroll v0.12.0
15332026-05-26T23:43:56.209Z Compiling tower-http v0.6.8
15342026-05-26T23:43:56.526Z Compiling darling_macro v0.21.3
15352026-05-26T23:43:56.543Z Compiling derive_builder_macro v0.20.2
15362026-05-26T23:43:56.565Z Compiling tokio-native-tls v0.3.1
15372026-05-26T23:43:56.635Z Compiling bstr v1.12.1
15382026-05-26T23:43:56.727Z Compiling ipnetwork v0.21.1
15392026-05-26T23:43:56.979Z Compiling rand_chacha v0.3.1
15402026-05-26T23:43:56.996Z Compiling serde_tokenstream v0.2.3
15412026-05-26T23:43:57.036Z Compiling toml_datetime v0.6.11
15422026-05-26T23:43:57.117Z Compiling serde_spanned v0.6.9
15432026-05-26T23:43:57.259Z Compiling erased-serde v0.3.31
15442026-05-26T23:43:57.273Z Compiling md-5 v0.10.6
15452026-05-26T23:43:57.287Z Compiling zerocopy-derive v0.7.35
15462026-05-26T23:43:57.299Z Compiling pin-project-internal v1.1.11
15472026-05-26T23:43:57.434Z Compiling async-trait v0.1.89
15482026-05-26T23:43:57.729Z Compiling curve25519-dalek v4.1.3
15492026-05-26T23:43:57.768Z Compiling vergen-lib v9.1.0
15502026-05-26T23:43:57.993Z Compiling num-integer v0.1.46
15512026-05-26T23:43:58.115Z Compiling hash32 v0.2.1
15522026-05-26T23:43:58.168Z Compiling ff v0.13.1
15532026-05-26T23:43:58.307Z Compiling memoffset v0.9.1
15542026-05-26T23:43:58.307Z Compiling encoding_rs v0.8.35
15552026-05-26T23:43:58.333Z Compiling fallible-iterator v0.2.0
15562026-05-26T23:43:58.415Z Compiling smoltcp v0.9.1
15572026-05-26T23:43:58.501Z Compiling ref-cast v1.0.25
15582026-05-26T23:43:58.513Z Compiling num-bigint-dig v0.8.6
15592026-05-26T23:43:58.645Z Compiling base16ct v0.2.0
15602026-05-26T23:43:58.704Z Compiling zlib-rs v0.6.2
15612026-05-26T23:43:58.747Z Compiling psl-types v2.0.11
15622026-05-26T23:43:58.800Z Compiling cfg_aliases v0.2.1
15632026-05-26T23:43:58.826Z Compiling litrs v1.0.0
15642026-05-26T23:43:58.872Z Compiling rustix v0.38.44
15652026-05-26T23:43:58.886Z Compiling mime v0.3.17
15662026-05-26T23:43:59.146Z Compiling nix v0.31.2
15672026-05-26T23:43:59.313Z Compiling publicsuffix v2.3.0
15682026-05-26T23:43:59.330Z Compiling document-features v0.2.12
15692026-05-26T23:43:59.512Z Compiling sec1 v0.7.3
15702026-05-26T23:43:59.565Z Compiling postgres-protocol v0.6.10
15712026-05-26T23:43:59.815Z Compiling pin-project v1.1.11
15722026-05-26T23:43:59.880Z Compiling group v0.13.0
15732026-05-26T23:43:59.913Z Compiling num-iter v0.1.45
15742026-05-26T23:44:00.029Z Compiling zerocopy v0.7.35
15752026-05-26T23:44:00.133Z Compiling newtype-uuid v1.3.2
15762026-05-26T23:44:00.354Z Compiling rand v0.8.6
15772026-05-26T23:44:00.451Z Compiling darling v0.21.3
15782026-05-26T23:44:00.478Z Compiling hubpack_derive v0.1.1
15792026-05-26T23:44:00.497Z Compiling derive_builder v0.20.2
15802026-05-26T23:44:00.531Z Compiling oxnet v0.1.4
15812026-05-26T23:44:00.553Z Compiling hyper-tls v0.6.0
15822026-05-26T23:44:00.773Z Compiling goblin v0.8.2
15832026-05-26T23:44:01.276Z Compiling phf_shared v0.13.1
15842026-05-26T23:44:01.420Z Compiling regex v1.12.3
15852026-05-26T23:44:01.420Z Compiling lazy_static v1.5.0
15862026-05-26T23:44:01.480Z Compiling futures-executor v0.3.32
15872026-05-26T23:44:01.513Z Compiling flate2 v1.1.9
15882026-05-26T23:44:01.513Z Compiling hex v0.4.3
15892026-05-26T23:44:01.735Z Compiling hkdf v0.12.4
15902026-05-26T23:44:01.776Z Compiling crypto-bigint v0.5.5
15912026-05-26T23:44:01.860Z Compiling terminal_size v0.4.3
15922026-05-26T23:44:01.874Z Compiling snafu-derive v0.8.9
15932026-05-26T23:44:01.901Z Compiling daft-derive v0.1.7
15942026-05-26T23:44:01.931Z Compiling ref-cast-impl v1.0.25
15952026-05-26T23:44:01.993Z Compiling curve25519-dalek-derive v0.1.1
15962026-05-26T23:44:02.460Z Compiling strum_macros v0.27.2
15972026-05-26T23:44:02.613Z Compiling vergen v9.1.0
15982026-05-26T23:44:02.637Z Compiling fs-err v3.3.0
15992026-05-26T23:44:02.821Z Compiling cargo-platform v0.3.2
16002026-05-26T23:44:02.885Z Compiling ahash v0.8.12
16012026-05-26T23:44:03.086Z Compiling bitflags v1.3.2
16022026-05-26T23:44:03.100Z Compiling foldhash v0.2.0
16032026-05-26T23:44:03.165Z Compiling libbz2-rs-sys v0.2.2
16042026-05-26T23:44:03.322Z Compiling foldhash v0.1.5
16052026-05-26T23:44:03.501Z Compiling same-file v1.0.6
16062026-05-26T23:44:03.667Z Compiling winnow v0.5.40
16072026-05-26T23:44:03.768Z Compiling unicode-segmentation v1.12.0
16082026-05-26T23:44:03.840Z Compiling managed v0.8.0
16092026-05-26T23:44:03.951Z Compiling object v0.37.3
16102026-05-26T23:44:04.061Z Compiling bumpalo v3.20.2
16112026-05-26T23:44:04.264Z Compiling zopfli v0.8.3
16122026-05-26T23:44:04.280Z Compiling clap_builder v4.5.60
16132026-05-26T23:44:04.308Z Compiling snafu v0.8.9
16142026-05-26T23:44:04.502Z Compiling strum v0.27.2
16152026-05-26T23:44:04.630Z Compiling walkdir v2.5.0
16162026-05-26T23:44:04.651Z Compiling bzip2 v0.6.1
16172026-05-26T23:44:04.859Z Compiling hashbrown v0.15.5
16182026-05-26T23:44:04.911Z Compiling hashbrown v0.16.1
16192026-05-26T23:44:04.929Z Compiling toml_edit v0.19.15
16202026-05-26T23:44:04.988Z Compiling cargo_metadata v0.23.1
16212026-05-26T23:44:05.071Z Compiling dof v0.3.0
16222026-05-26T23:44:05.497Z Compiling elliptic-curve v0.13.8
16232026-05-26T23:44:05.766Z Compiling daft v0.1.7
16242026-05-26T23:44:05.988Z Compiling futures v0.3.32
16252026-05-26T23:44:06.071Z Compiling phf v0.13.1
16262026-05-26T23:44:06.143Z Compiling signal-hook-mio v0.2.5
16272026-05-26T23:44:06.227Z Compiling cookie_store v0.22.1
16282026-05-26T23:44:06.309Z Compiling hubpack v0.1.2
16292026-05-26T23:44:06.526Z Compiling zstd v0.13.3
16302026-05-26T23:44:06.612Z Compiling bzip2 v0.4.4
16312026-05-26T23:44:06.786Z Compiling serde_with_macros v3.17.0
16322026-05-26T23:44:06.823Z Compiling postgres-types v0.2.12
16332026-05-26T23:44:07.195Z Compiling usdt-attr-macro v0.6.0
16342026-05-26T23:44:07.363Z Compiling usdt-macro v0.6.0
16352026-05-26T23:44:07.494Z Compiling globset v0.4.18
16362026-05-26T23:44:07.915Z Compiling dtrace-parser v0.2.0
16372026-05-26T23:44:08.002Z Compiling ed25519 v2.2.3
16382026-05-26T23:44:08.076Z Compiling phf_shared v0.11.3
16392026-05-26T23:44:08.092Z Compiling olpc-cjson v0.1.4
16402026-05-26T23:44:08.189Z Compiling pkcs1 v0.7.5
16412026-05-26T23:44:08.252Z Compiling serde-big-array v0.5.1
16422026-05-26T23:44:08.266Z Compiling serde_plain v1.0.2
16432026-05-26T23:44:08.398Z Compiling rfc6979 v0.4.0
16442026-05-26T23:44:08.459Z Compiling pem v3.0.6
16452026-05-26T23:44:08.497Z Compiling enum-as-inner v0.6.1
16462026-05-26T23:44:08.523Z Compiling serde_repr v0.1.20
16472026-05-26T23:44:08.585Z Compiling async-recursion v1.1.1
16482026-05-26T23:44:08.662Z Compiling clap_derive v4.5.55
16492026-05-26T23:44:08.780Z Compiling strum_macros v0.26.4
16502026-05-26T23:44:08.905Z Compiling float-cmp v0.10.0
16512026-05-26T23:44:08.983Z Compiling thread-id v4.2.2
16522026-05-26T23:44:09.040Z Compiling memmap2 v0.9.10
16532026-05-26T23:44:09.052Z Compiling env_filter v1.0.0
16542026-05-26T23:44:09.066Z Compiling whoami v2.1.0
16552026-05-26T23:44:09.225Z Compiling fixedbitset v0.4.2
16562026-05-26T23:44:09.247Z Compiling static_assertions v1.1.0
16572026-05-26T23:44:09.323Z Compiling data-encoding v2.10.0
16582026-05-26T23:44:09.346Z Compiling precomputed-hash v0.1.1
16592026-05-26T23:44:09.435Z Compiling fixedbitset v0.5.7
16602026-05-26T23:44:09.435Z Compiling jiff v0.2.21
16612026-05-26T23:44:09.438Z Compiling either v1.15.0
16622026-05-26T23:44:09.666Z Compiling typed-path v0.9.3
16632026-05-26T23:44:09.735Z Compiling new_debug_unreachable v1.0.6
16642026-05-26T23:44:09.812Z Compiling difflib v0.4.0
16652026-05-26T23:44:10.002Z Compiling predicates-core v1.0.10
16662026-05-26T23:44:10.176Z Compiling keccak v0.1.6
16672026-05-26T23:44:10.366Z Compiling normalize-line-endings v0.3.0
16682026-05-26T23:44:10.394Z Compiling clap v4.5.60
16692026-05-26T23:44:10.465Z Compiling predicates v3.1.4
16702026-05-26T23:44:10.480Z Compiling sha3 v0.10.8
16712026-05-26T23:44:10.494Z Compiling strum v0.26.3
16722026-05-26T23:44:10.620Z Compiling string_cache v0.8.9
16732026-05-26T23:44:10.846Z Compiling itertools v0.13.0
16742026-05-26T23:44:10.859Z Compiling petgraph v0.8.3
16752026-05-26T23:44:10.921Z Compiling hickory-proto v0.25.2
16762026-05-26T23:44:10.977Z Compiling petgraph v0.6.5
16772026-05-26T23:44:11.102Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16782026-05-26T23:44:11.603Z Compiling tokio-postgres v0.7.16
16792026-05-26T23:44:12.054Z Compiling zip v4.6.1
16802026-05-26T23:44:12.414Z Compiling toml_edit v0.22.27
16812026-05-26T23:44:12.776Z Compiling env_logger v0.11.9
16822026-05-26T23:44:13.044Z Compiling usdt v0.6.0
16832026-05-26T23:44:13.171Z Compiling usdt-impl v0.5.0
16842026-05-26T23:44:13.306Z Compiling ecdsa v0.16.9
16852026-05-26T23:44:13.579Z Compiling rsa v0.9.10
16862026-05-26T23:44:13.707Z Compiling ed25519-dalek v2.2.0
16872026-05-26T23:44:13.755Z Compiling serde_with v3.17.0
16882026-05-26T23:44:13.815Z Compiling crossterm v0.28.1
16892026-05-26T23:44:14.365Z Compiling zip v0.6.6
16902026-05-26T23:44:15.112Z Compiling toml v0.7.8
16912026-05-26T23:44:15.200Z Compiling iddqd v0.4.1
16922026-05-26T23:44:15.569Z Compiling heck v0.4.1
16932026-05-26T23:44:15.602Z Compiling similar v2.7.0
16942026-05-26T23:44:15.715Z Compiling toml_parser v1.0.9+spec-1.1.0
16952026-05-26T23:44:15.738Z Compiling crossbeam-epoch v0.9.18
16962026-05-26T23:44:15.796Z Compiling tokio-stream v0.1.18
16972026-05-26T23:44:16.055Z Compiling buf-list v1.1.2
16982026-05-26T23:44:16.251Z Compiling x509-cert v0.2.5
16992026-05-26T23:44:16.326Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17002026-05-26T23:44:16.330Z Compiling openapiv3 v2.2.0
17012026-05-26T23:44:16.413Z Compiling sha1 v0.10.6
17022026-05-26T23:44:16.460Z Compiling peg-runtime v0.8.5
17032026-05-26T23:44:16.630Z Compiling lalrpop-util v0.19.12
17042026-05-26T23:44:16.645Z Compiling thread_local v1.1.9
17052026-05-26T23:44:16.742Z Compiling slog-async v2.8.0
17062026-05-26T23:44:16.818Z Compiling crossbeam-channel v0.5.15
17072026-05-26T23:44:16.895Z Compiling filetime v0.2.27
17082026-05-26T23:44:16.898Z Compiling is-terminal v0.4.17
17092026-05-26T23:44:17.003Z Compiling take_mut v0.2.2
17102026-05-26T23:44:17.058Z Compiling term v1.2.1
17112026-05-26T23:44:17.072Z Compiling xattr v1.6.1
17122026-05-26T23:44:17.233Z Compiling tar v0.4.45
17132026-05-26T23:44:17.620Z Compiling slog-term v2.9.2
17142026-05-26T23:44:27.312Z Compiling rustls-webpki v0.103.9
17152026-05-26T23:44:30.166Z Compiling tokio-rustls v0.26.4
17162026-05-26T23:44:30.166Z Compiling rustls-platform-verifier v0.6.2
17172026-05-26T23:44:30.356Z Compiling hyper-rustls v0.27.7
17182026-05-26T23:44:30.656Z Compiling reqwest v0.12.28
17192026-05-26T23:44:30.732Z Compiling reqwest v0.13.2
17202026-05-26T23:44:31.771Z Compiling tough v0.22.0
17212026-05-26T23:44:34.217Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17222026-05-26T23:44:34.430Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17232026-05-26T23:44:37.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17242026-05-26T23:44:37.626Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17252026-05-26T23:44:37.679ZMay 26 23:44:36.875 INFO Starting download, target: Cockroach
17262026-05-26T23:44:37.679ZMay 26 23:44:36.875 INFO Starting download, target: Console
17272026-05-26T23:44:37.679ZMay 26 23:44:36.875 INFO Starting download, target: Clickhouse
17282026-05-26T23:44:37.683ZMay 26 23:44:36.875 INFO Starting download, target: DendriteStub
17292026-05-26T23:44:37.683ZMay 26 23:44:36.875 INFO Starting download, target: MaghemiteMgd
17302026-05-26T23:44:37.683ZMay 26 23:44:36.875 INFO Starting download, target: TransceiverControl
17312026-05-26T23:44:37.683ZMay 26 23:44:36.875 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17322026-05-26T23:44:37.683ZMay 26 23:44:36.875 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17332026-05-26T23:44:37.683ZMay 26 23:44:36.875 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17342026-05-26T23:44:37.683ZMay 26 23:44:36.875 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17352026-05-26T23:44:37.684ZMay 26 23:44:36.875 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17362026-05-26T23:44:37.684ZMay 26 23:44:36.875 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17372026-05-26T23:44:38.711ZMay 26 23:44:37.905 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17382026-05-26T23:44:38.973ZMay 26 23:44:38.137 INFO Download complete, target: Console
17392026-05-26T23:44:39.048ZMay 26 23:44:38.193 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17402026-05-26T23:44:39.260ZMay 26 23:44:38.405 INFO Download complete, target: TransceiverControl
17412026-05-26T23:44:39.708ZMay 26 23:44:38.705 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17422026-05-26T23:44:44.451ZMay 26 23:44:43.570 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17432026-05-26T23:44:45.283ZMay 26 23:44:44.450 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17442026-05-26T23:44:45.838ZMay 26 23:44:45.027 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17452026-05-26T23:44:45.838ZMay 26 23:44:45.028 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17462026-05-26T23:44:46.382ZMay 26 23:44:45.578 INFO Checking that binary works, target: Clickhouse
17472026-05-26T23:44:46.503ZMay 26 23:44:45.699 INFO Download complete, target: Clickhouse
17482026-05-26T23:44:46.734ZMay 26 23:44:45.930 INFO Download complete, target: DendriteStub
17492026-05-26T23:44:47.646ZMay 26 23:44:46.837 INFO Download complete, target: MaghemiteMgd
17502026-05-26T23:44:50.541ZMay 26 23:44:49.737 INFO Checking that binary works, target: Cockroach
17512026-05-26T23:44:50.680ZMay 26 23:44:49.876 INFO Download complete, target: Cockroach
17522026-05-26T23:44:50.722ZAll builder prerequisites installed successfully, and PATH looks valid
17532026-05-26T23:44:50.726Z
17542026-05-26T23:44:50.726Zreal 2:20.353948338
17552026-05-26T23:44:50.726Zuser 6:52.125571655
17562026-05-26T23:44:50.726Zsys 1:21.344762339
17572026-05-26T23:44:50.726Ztrap 0.215949058
17582026-05-26T23:44:50.726Ztflt 1.146716192
17592026-05-26T23:44:50.726Zdflt 1.247233865
17602026-05-26T23:44:50.726Zkflt 0.042836354
17612026-05-26T23:44:50.726Zlock 22:21.136761598
17622026-05-26T23:44:50.726Zslp 21:29.818617347
17632026-05-26T23:44:50.727Zlat 38.579419168
17642026-05-26T23:44:50.727Zstop 1:48.699221871
17652026-05-26T23:44:50.727Z+ banner hack-check
17662026-05-26T23:44:50.727Z
17672026-05-26T23:44:50.727Z # # ## #### # # #### # # ###### #### # #
17682026-05-26T23:44:50.727Z # # # # # # # # # # # # # # # # #
17692026-05-26T23:44:50.727Z ###### # # # #### ##### # ###### ##### # ####
17702026-05-26T23:44:50.727Z # # ###### # # # # # # # # # #
17712026-05-26T23:44:50.727Z # # # # # # # # # # # # # # # # #
17722026-05-26T23:44:50.727Z # # # # #### # # #### # # ###### #### # #
17732026-05-26T23:44:50.727Z
17742026-05-26T23:44:50.727Z+ export CARGO_INCREMENTAL=0
17752026-05-26T23:44:50.727Z+ CARGO_INCREMENTAL=0
17762026-05-26T23:44:50.727Z+ ptime -m timeout 2h cargo xtask check-features --ci
17772026-05-26T23:44:51.243Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17782026-05-26T23:44:51.468Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17792026-05-26T23:44:53.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s
17802026-05-26T23:44:53.419Z Running `target/debug/xtask check-features --ci`
17812026-05-26T23:44:53.480Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17822026-05-26T23:44:53.571Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17832026-05-26T23:44:53.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17842026-05-26T23:44:53.983Z Running `target/debug/xtask download cargo-hack`
17852026-05-26T23:44:54.757Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17862026-05-26T23:44:55.044Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17872026-05-26T23:44:57.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s
17882026-05-26T23:44:57.680Z Running `target/debug/xtask-downloader cargo-hack`
17892026-05-26T23:44:57.723ZMay 26 23:44:56.919 INFO Starting download, target: CargoHack
17902026-05-26T23:44:57.727ZMay 26 23:44:56.919 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17912026-05-26T23:44:58.302ZMay 26 23:44:57.469 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17922026-05-26T23:44:58.328ZMay 26 23:44:57.519 INFO Download complete, target: CargoHack
17932026-05-26T23:44:58.337Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
17942026-05-26T23:44:58.348Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17952026-05-26T23:44:58.512Zinfo: running `cargo check --bins` on api_identity (1/295)
17962026-05-26T23:44:59.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17972026-05-26T23:44:59.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17982026-05-26T23:44:59.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17992026-05-26T23:44:59.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18002026-05-26T23:44:59.075Z
18012026-05-26T23:44:59.075Zinfo: running `cargo check --bins` on bootstore (2/295)
18022026-05-26T23:44:59.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18032026-05-26T23:44:59.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18042026-05-26T23:44:59.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18052026-05-26T23:44:59.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18062026-05-26T23:44:59.640Z
18072026-05-26T23:44:59.640Zinfo: running `cargo check --bins` on omicron-ledger (3/295)
18082026-05-26T23:45:00.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18092026-05-26T23:45:00.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18102026-05-26T23:45:00.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18112026-05-26T23:45:00.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18122026-05-26T23:45:00.203Z
18132026-05-26T23:45:00.203Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/295)
18142026-05-26T23:45:00.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18152026-05-26T23:45:00.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18162026-05-26T23:45:00.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18172026-05-26T23:45:00.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18182026-05-26T23:45:00.773Z
18192026-05-26T23:45:00.773Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/295)
18202026-05-26T23:45:01.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18212026-05-26T23:45:01.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18222026-05-26T23:45:01.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18232026-05-26T23:45:01.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18242026-05-26T23:45:01.356Z
18252026-05-26T23:45:01.356Zinfo: running `cargo check --bins` on omicron-certificates (6/295)
18262026-05-26T23:45:01.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272026-05-26T23:45:01.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282026-05-26T23:45:01.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292026-05-26T23:45:01.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18302026-05-26T23:45:01.954Z
18312026-05-26T23:45:01.954Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/295)
18322026-05-26T23:45:02.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332026-05-26T23:45:02.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342026-05-26T23:45:02.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352026-05-26T23:45:02.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18362026-05-26T23:45:02.543Z
18372026-05-26T23:45:02.543Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/295)
18382026-05-26T23:45:03.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392026-05-26T23:45:03.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402026-05-26T23:45:03.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412026-05-26T23:45:03.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18422026-05-26T23:45:03.134Z
18432026-05-26T23:45:03.134Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/295)
18442026-05-26T23:45:03.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452026-05-26T23:45:03.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462026-05-26T23:45:03.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472026-05-26T23:45:03.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18482026-05-26T23:45:03.594Z
18492026-05-26T23:45:03.594Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/295)
18502026-05-26T23:45:03.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512026-05-26T23:45:04.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522026-05-26T23:45:04.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532026-05-26T23:45:04.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18542026-05-26T23:45:04.055Z
18552026-05-26T23:45:04.055Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/295)
18562026-05-26T23:45:04.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572026-05-26T23:45:04.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582026-05-26T23:45:04.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592026-05-26T23:45:04.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18602026-05-26T23:45:04.511Z
18612026-05-26T23:45:04.511Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/295)
18622026-05-26T23:45:04.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-05-26T23:45:04.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-05-26T23:45:04.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-05-26T23:45:04.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18662026-05-26T23:45:04.970Z
18672026-05-26T23:45:04.970Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/295)
18682026-05-26T23:45:05.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-05-26T23:45:05.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-05-26T23:45:05.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-05-26T23:45:05.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18722026-05-26T23:45:05.429Z
18732026-05-26T23:45:05.429Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/295)
18742026-05-26T23:45:05.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-05-26T23:45:05.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-05-26T23:45:05.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-05-26T23:45:05.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18782026-05-26T23:45:05.891Z
18792026-05-26T23:45:05.891Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/295)
18802026-05-26T23:45:06.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-05-26T23:45:06.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-05-26T23:45:06.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-05-26T23:45:06.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18842026-05-26T23:45:06.352Z
18852026-05-26T23:45:06.352Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/295)
18862026-05-26T23:45:06.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-05-26T23:45:06.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-05-26T23:45:06.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-05-26T23:45:06.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18902026-05-26T23:45:06.813Z
18912026-05-26T23:45:06.813Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/295)
18922026-05-26T23:45:07.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-05-26T23:45:07.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-05-26T23:45:07.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-05-26T23:45:07.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18962026-05-26T23:45:07.271Z
18972026-05-26T23:45:07.271Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/295)
18982026-05-26T23:45:07.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-05-26T23:45:07.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-05-26T23:45:07.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-05-26T23:45:07.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19022026-05-26T23:45:07.730Z
19032026-05-26T23:45:07.731Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/295)
19042026-05-26T23:45:08.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-05-26T23:45:08.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-05-26T23:45:08.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-05-26T23:45:08.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19082026-05-26T23:45:08.196Z
19092026-05-26T23:45:08.196Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/295)
19102026-05-26T23:45:08.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-05-26T23:45:08.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-05-26T23:45:08.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-05-26T23:45:08.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19142026-05-26T23:45:08.660Z
19152026-05-26T23:45:08.660Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/295)
19162026-05-26T23:45:09.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-05-26T23:45:09.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-05-26T23:45:09.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-05-26T23:45:09.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19202026-05-26T23:45:09.120Z
19212026-05-26T23:45:09.120Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/295)
19222026-05-26T23:45:09.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-05-26T23:45:09.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-05-26T23:45:09.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-05-26T23:45:09.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19262026-05-26T23:45:09.582Z
19272026-05-26T23:45:09.582Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/295)
19282026-05-26T23:45:09.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-05-26T23:45:09.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-05-26T23:45:09.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-05-26T23:45:09.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19322026-05-26T23:45:10.042Z
19332026-05-26T23:45:10.042Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/295)
19342026-05-26T23:45:10.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-05-26T23:45:10.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-05-26T23:45:10.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-05-26T23:45:10.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19382026-05-26T23:45:10.502Z
19392026-05-26T23:45:10.502Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/295)
19402026-05-26T23:45:10.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-05-26T23:45:10.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-05-26T23:45:10.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-05-26T23:45:10.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19442026-05-26T23:45:10.963Z
19452026-05-26T23:45:10.963Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/295)
19462026-05-26T23:45:11.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-05-26T23:45:11.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-05-26T23:45:11.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-05-26T23:45:11.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19502026-05-26T23:45:11.423Z
19512026-05-26T23:45:11.423Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/295)
19522026-05-26T23:45:11.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-05-26T23:45:11.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-05-26T23:45:11.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-05-26T23:45:11.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19562026-05-26T23:45:11.963Z
19572026-05-26T23:45:11.963Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/295)
19582026-05-26T23:45:12.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-05-26T23:45:12.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-05-26T23:45:12.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-05-26T23:45:12.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19622026-05-26T23:45:12.341Z
19632026-05-26T23:45:12.341Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/295)
19642026-05-26T23:45:12.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-05-26T23:45:12.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-05-26T23:45:12.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-05-26T23:45:12.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19682026-05-26T23:45:12.802Z
19692026-05-26T23:45:12.802Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/295)
19702026-05-26T23:45:13.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-05-26T23:45:13.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-05-26T23:45:13.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-05-26T23:45:13.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19742026-05-26T23:45:13.286Z
19752026-05-26T23:45:13.287Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/295)
19762026-05-26T23:45:13.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-05-26T23:45:13.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-05-26T23:45:13.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-05-26T23:45:13.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19802026-05-26T23:45:13.719Z
19812026-05-26T23:45:13.719Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/295)
19822026-05-26T23:45:14.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-05-26T23:45:14.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-05-26T23:45:14.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-05-26T23:45:14.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19862026-05-26T23:45:14.177Z
19872026-05-26T23:45:14.177Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/295)
19882026-05-26T23:45:14.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-05-26T23:45:14.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-05-26T23:45:14.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-05-26T23:45:14.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19922026-05-26T23:45:14.644Z
19932026-05-26T23:45:14.644Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/295)
19942026-05-26T23:45:15.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-05-26T23:45:15.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-05-26T23:45:15.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-05-26T23:45:15.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19982026-05-26T23:45:15.098Z
19992026-05-26T23:45:15.098Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/295)
20002026-05-26T23:45:15.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-05-26T23:45:15.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-05-26T23:45:15.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-05-26T23:45:15.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20042026-05-26T23:45:15.555Z
20052026-05-26T23:45:15.555Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/295)
20062026-05-26T23:45:15.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-05-26T23:45:15.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-05-26T23:45:15.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-05-26T23:45:15.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20102026-05-26T23:45:16.036Z
20112026-05-26T23:45:16.037Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/295)
20122026-05-26T23:45:16.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-05-26T23:45:16.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-05-26T23:45:16.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-05-26T23:45:16.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20162026-05-26T23:45:16.478Z
20172026-05-26T23:45:16.478Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/295)
20182026-05-26T23:45:16.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-05-26T23:45:16.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-05-26T23:45:16.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-05-26T23:45:16.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20222026-05-26T23:45:16.938Z
20232026-05-26T23:45:16.938Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/295)
20242026-05-26T23:45:17.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-05-26T23:45:17.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-05-26T23:45:17.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-05-26T23:45:17.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20282026-05-26T23:45:17.403Z
20292026-05-26T23:45:17.404Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/295)
20302026-05-26T23:45:17.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-05-26T23:45:17.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-05-26T23:45:17.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-05-26T23:45:17.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20342026-05-26T23:45:17.890Z
20352026-05-26T23:45:17.890Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/295)
20362026-05-26T23:45:18.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-05-26T23:45:18.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-05-26T23:45:18.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-05-26T23:45:18.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20402026-05-26T23:45:18.337Z
20412026-05-26T23:45:18.338Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/295)
20422026-05-26T23:45:18.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-05-26T23:45:18.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-05-26T23:45:18.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-05-26T23:45:18.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20462026-05-26T23:45:18.787Z
20472026-05-26T23:45:18.787Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/295)
20482026-05-26T23:45:19.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-05-26T23:45:19.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-05-26T23:45:19.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-05-26T23:45:19.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20522026-05-26T23:45:19.245Z
20532026-05-26T23:45:19.245Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/295)
20542026-05-26T23:45:19.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-05-26T23:45:19.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-05-26T23:45:19.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-05-26T23:45:19.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20582026-05-26T23:45:19.716Z
20592026-05-26T23:45:19.716Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/295)
20602026-05-26T23:45:20.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-05-26T23:45:20.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-05-26T23:45:20.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-05-26T23:45:20.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20642026-05-26T23:45:20.237Z
20652026-05-26T23:45:20.237Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/295)
20662026-05-26T23:45:20.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-05-26T23:45:20.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-05-26T23:45:20.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-05-26T23:45:20.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20702026-05-26T23:45:20.630Z
20712026-05-26T23:45:20.630Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/295)
20722026-05-26T23:45:21.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-05-26T23:45:21.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-05-26T23:45:21.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-05-26T23:45:21.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20762026-05-26T23:45:21.146Z
20772026-05-26T23:45:21.146Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/295)
20782026-05-26T23:45:21.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-05-26T23:45:21.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-05-26T23:45:21.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-05-26T23:45:21.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20822026-05-26T23:45:21.607Z
20832026-05-26T23:45:21.607Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/295)
20842026-05-26T23:45:22.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-05-26T23:45:22.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-05-26T23:45:22.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-05-26T23:45:22.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20882026-05-26T23:45:22.223Z
20892026-05-26T23:45:22.228Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/295)
20902026-05-26T23:45:22.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-05-26T23:45:22.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-05-26T23:45:22.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-05-26T23:45:22.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20942026-05-26T23:45:22.832Z
20952026-05-26T23:45:22.832Zinfo: running `cargo check --bins` on nexus-config (51/295)
20962026-05-26T23:45:23.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-05-26T23:45:23.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-05-26T23:45:23.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-05-26T23:45:23.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21002026-05-26T23:45:23.449Z
21012026-05-26T23:45:23.450Zinfo: running `cargo check --bins` on nexus-types (52/295)
21022026-05-26T23:45:23.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-05-26T23:45:23.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-05-26T23:45:23.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-05-26T23:45:23.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21062026-05-26T23:45:24.067Z
21072026-05-26T23:45:24.067Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/295)
21082026-05-26T23:45:24.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-05-26T23:45:24.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-05-26T23:45:24.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-05-26T23:45:24.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21122026-05-26T23:45:24.665Z
21132026-05-26T23:45:24.665Zinfo: running `cargo check --bins` on omicron-passwords (54/295)
21142026-05-26T23:45:25.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-05-26T23:45:25.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-05-26T23:45:25.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-05-26T23:45:25.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21182026-05-26T23:45:25.263Z
21192026-05-26T23:45:25.263Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/295)
21202026-05-26T23:45:25.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-05-26T23:45:25.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-05-26T23:45:25.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-05-26T23:45:25.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21242026-05-26T23:45:25.856Z
21252026-05-26T23:45:25.856Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/295)
21262026-05-26T23:45:26.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-05-26T23:45:26.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-05-26T23:45:26.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-05-26T23:45:26.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21302026-05-26T23:45:26.465Z
21312026-05-26T23:45:26.465Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/295)
21322026-05-26T23:45:26.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-05-26T23:45:26.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-05-26T23:45:26.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-05-26T23:45:26.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21362026-05-26T23:45:27.060Z
21372026-05-26T23:45:27.060Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/295)
21382026-05-26T23:45:27.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-05-26T23:45:27.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-05-26T23:45:27.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-05-26T23:45:27.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21422026-05-26T23:45:27.666Z
21432026-05-26T23:45:27.666Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/295)
21442026-05-26T23:45:28.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-05-26T23:45:28.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-05-26T23:45:28.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-05-26T23:45:28.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21482026-05-26T23:45:28.323Z
21492026-05-26T23:45:28.323Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/295)
21502026-05-26T23:45:28.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-05-26T23:45:28.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-05-26T23:45:28.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-05-26T23:45:28.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21542026-05-26T23:45:28.832Z
21552026-05-26T23:45:28.832Zinfo: running `cargo check --bins --no-default-features` on gfss (61/295)
21562026-05-26T23:45:29.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-05-26T23:45:29.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-05-26T23:45:29.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-05-26T23:45:29.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21602026-05-26T23:45:29.413Z
21612026-05-26T23:45:29.413Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/295)
21622026-05-26T23:45:29.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-05-26T23:45:29.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-05-26T23:45:29.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-05-26T23:45:29.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21662026-05-26T23:45:30.011Z
21672026-05-26T23:45:30.011Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/295)
21682026-05-26T23:45:30.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-05-26T23:45:30.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-05-26T23:45:30.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-05-26T23:45:30.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21722026-05-26T23:45:30.591Z
21732026-05-26T23:45:30.591Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/295)
21742026-05-26T23:45:31.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-05-26T23:45:31.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-05-26T23:45:31.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-05-26T23:45:31.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21782026-05-26T23:45:31.182Z
21792026-05-26T23:45:31.182Zinfo: running `cargo check --bins` on cockroach-admin-types (65/295)
21802026-05-26T23:45:31.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-05-26T23:45:31.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-05-26T23:45:31.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-05-26T23:45:31.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21842026-05-26T23:45:31.775Z
21852026-05-26T23:45:31.775Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/295)
21862026-05-26T23:45:32.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-05-26T23:45:32.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-05-26T23:45:32.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-05-26T23:45:32.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21902026-05-26T23:45:32.345Z
21912026-05-26T23:45:32.345Zinfo: running `cargo check --bins` on ereport-types (67/295)
21922026-05-26T23:45:32.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-05-26T23:45:32.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-05-26T23:45:32.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-05-26T23:45:32.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21962026-05-26T23:45:32.993Z
21972026-05-26T23:45:32.993Zinfo: running `cargo check --bins` on gateway-client (68/295)
21982026-05-26T23:45:33.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-05-26T23:45:33.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-05-26T23:45:33.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-05-26T23:45:33.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22022026-05-26T23:45:33.499Z
22032026-05-26T23:45:33.499Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/295)
22042026-05-26T23:45:33.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-05-26T23:45:34.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-05-26T23:45:34.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-05-26T23:45:34.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22082026-05-26T23:45:34.091Z
22092026-05-26T23:45:34.091Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/295)
22102026-05-26T23:45:34.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-05-26T23:45:34.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-05-26T23:45:34.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-05-26T23:45:34.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22142026-05-26T23:45:34.675Z
22152026-05-26T23:45:34.675Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/295)
22162026-05-26T23:45:35.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-05-26T23:45:35.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-05-26T23:45:35.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-05-26T23:45:35.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22202026-05-26T23:45:35.264Z
22212026-05-26T23:45:35.264Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/295)
22222026-05-26T23:45:35.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-05-26T23:45:35.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-05-26T23:45:35.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-05-26T23:45:35.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22262026-05-26T23:45:35.856Z
22272026-05-26T23:45:35.856Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/295)
22282026-05-26T23:45:36.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-05-26T23:45:36.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-05-26T23:45:36.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-05-26T23:45:36.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22322026-05-26T23:45:36.475Z
22332026-05-26T23:45:36.475Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/295)
22342026-05-26T23:45:36.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-05-26T23:45:36.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-05-26T23:45:36.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-05-26T23:45:36.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22382026-05-26T23:45:37.093Z
22392026-05-26T23:45:37.093Zinfo: running `cargo check --bins` on key-manager-types (75/295)
22402026-05-26T23:45:37.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-05-26T23:45:37.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-05-26T23:45:37.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-05-26T23:45:37.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22442026-05-26T23:45:37.659Z
22452026-05-26T23:45:37.659Zinfo: running `cargo check --bins` on oxlog (76/295)
22462026-05-26T23:45:38.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-05-26T23:45:38.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-05-26T23:45:38.266Z Checking cfg-if v1.0.4
22492026-05-26T23:45:38.276Z Checking libc v0.2.185
22502026-05-26T23:45:38.276Z Checking serde_core v1.0.228
22512026-05-26T23:45:38.386Z Checking zeroize v1.8.2
22522026-05-26T23:45:38.398Z Checking memchr v2.8.0
22532026-05-26T23:45:38.417Z Checking log v0.4.29
22542026-05-26T23:45:38.434Z Checking smallvec v1.15.1
22552026-05-26T23:45:38.434Z Checking typenum v1.19.0
22562026-05-26T23:45:38.434Z Checking subtle v2.6.1
22572026-05-26T23:45:38.530Z Checking itoa v1.0.17
22582026-05-26T23:45:38.557Z Checking scopeguard v1.2.0
22592026-05-26T23:45:38.569Z Checking stable_deref_trait v1.2.1
22602026-05-26T23:45:38.574Z Checking const-oid v0.9.6
22612026-05-26T23:45:38.634Z Checking zerofrom v0.1.6
22622026-05-26T23:45:38.649Z Checking lock_api v0.4.14
22632026-05-26T23:45:38.668Z Checking pin-project-lite v0.2.17
22642026-05-26T23:45:38.742Z Checking yoke v0.8.1
22652026-05-26T23:45:38.764Z Checking getrandom v0.2.17
22662026-05-26T23:45:38.764Z Checking errno v0.3.14
22672026-05-26T23:45:38.775Z Checking parking_lot_core v0.9.12
22682026-05-26T23:45:38.849Z Checking portable-atomic v1.13.1
22692026-05-26T23:45:38.881Z Checking signal-hook-registry v1.4.8
22702026-05-26T23:45:38.905Z Checking rand_core v0.6.4
22712026-05-26T23:45:38.913Z Checking zerovec v0.11.5
22722026-05-26T23:45:38.933Z Checking generic-array v0.14.7
22732026-05-26T23:45:38.957Z Checking critical-section v1.2.0
22742026-05-26T23:45:39.032Z Checking futures-core v0.3.32
22752026-05-26T23:45:39.053Z Checking parking_lot v0.12.5
22762026-05-26T23:45:39.068Z Checking mio v1.2.0
22772026-05-26T23:45:39.240Z Checking zerocopy v0.8.40
22782026-05-26T23:45:39.258Z Checking zmij v1.0.21
22792026-05-26T23:45:39.258Z Checking once_cell v1.21.3
22802026-05-26T23:45:39.284Z Checking socket2 v0.6.3
22812026-05-26T23:45:39.330Z Checking tinystr v0.8.2
22822026-05-26T23:45:39.347Z Checking libm v0.2.16
22832026-05-26T23:45:39.363Z Checking crypto-common v0.1.7
22842026-05-26T23:45:39.410Z Checking block-buffer v0.10.4
22852026-05-26T23:45:39.438Z Checking equivalent v1.0.2
22862026-05-26T23:45:39.484Z Checking writeable v0.6.2
22872026-05-26T23:45:39.497Z Checking percent-encoding v2.3.2
22882026-05-26T23:45:39.507Z Checking litemap v0.8.1
22892026-05-26T23:45:39.519Z Checking potential_utf v0.1.4
22902026-05-26T23:45:39.545Z Checking digest v0.10.7
22912026-05-26T23:45:39.630Z Checking zerotrie v0.2.3
22922026-05-26T23:45:39.642Z Checking futures-sink v0.3.32
22932026-05-26T23:45:39.652Z Checking icu_collections v2.1.1
22942026-05-26T23:45:39.668Z Checking icu_locale_core v2.1.1
22952026-05-26T23:45:39.738Z Checking futures-channel v0.3.32
22962026-05-26T23:45:39.746Z Checking futures-task v0.3.32
22972026-05-26T23:45:39.825Z Checking serde v1.0.228
22982026-05-26T23:45:39.881Z Checking bitflags v2.11.0
22992026-05-26T23:45:39.881Z Checking serde_json v1.0.149
23002026-05-26T23:45:39.917Z Checking cpufeatures v0.2.17
23012026-05-26T23:45:39.947Z Checking futures-io v0.3.32
23022026-05-26T23:45:39.987Z Checking slab v0.4.12
23032026-05-26T23:45:40.026Z Checking hmac v0.12.1
23042026-05-26T23:45:40.034Z Checking num-traits v0.2.19
23052026-05-26T23:45:40.057Z Checking icu_normalizer_data v2.1.1
23062026-05-26T23:45:40.133Z Checking icu_properties_data v2.1.2
23072026-05-26T23:45:40.139Z Checking futures-util v0.3.32
23082026-05-26T23:45:40.147Z Checking hashbrown v0.17.0
23092026-05-26T23:45:40.216Z Checking icu_provider v2.1.1
23102026-05-26T23:45:40.227Z Checking bytes v1.11.1
23112026-05-26T23:45:40.282Z Checking rand_core v0.10.0
23122026-05-26T23:45:40.384Z Checking getrandom v0.4.1
23132026-05-26T23:45:40.438Z Checking icu_normalizer v2.1.1
23142026-05-26T23:45:40.531Z Checking icu_properties v2.1.2
23152026-05-26T23:45:40.539Z Checking block-padding v0.3.3
23162026-05-26T23:45:40.557Z Checking utf8_iter v1.0.4
23172026-05-26T23:45:40.603Z Checking indexmap v2.14.0
23182026-05-26T23:45:40.662Z Checking inout v0.1.4
23192026-05-26T23:45:40.662Z Checking tokio v1.52.1
23202026-05-26T23:45:40.699Z Checking sha2 v0.10.9
23212026-05-26T23:45:40.734Z Checking form_urlencoded v1.2.2
23222026-05-26T23:45:40.801Z Checking cipher v0.4.4
23232026-05-26T23:45:40.856Z Checking getrandom v0.3.4
23242026-05-26T23:45:40.948Z Checking byteorder v1.5.0
23252026-05-26T23:45:40.995Z Checking fnv v1.0.7
23262026-05-26T23:45:40.999Z Checking base64ct v1.8.3
23272026-05-26T23:45:41.089Z Checking flagset v0.4.7
23282026-05-26T23:45:41.220Z Checking rand_core v0.9.5
23292026-05-26T23:45:41.285Z Checking http v1.4.0
23302026-05-26T23:45:41.285Z Checking regex-syntax v0.8.10
23312026-05-26T23:45:41.285Z Checking pem-rfc7468 v0.7.0
23322026-05-26T23:45:41.313Z Checking salsa20 v0.10.2
23332026-05-26T23:45:41.329Z Checking idna_adapter v1.2.1
23342026-05-26T23:45:41.384Z Checking der v0.7.10
23352026-05-26T23:45:41.445Z Checking uuid v1.23.0
23362026-05-26T23:45:41.448Z Checking idna v1.1.0
23372026-05-26T23:45:41.689Z Checking url v2.5.8
23382026-05-26T23:45:41.713Z Checking pbkdf2 v0.12.2
23392026-05-26T23:45:41.764Z Checking rustix v1.1.3
23402026-05-26T23:45:41.852Z Checking tracing-core v0.1.36
23412026-05-26T23:45:41.886Z Checking ppv-lite86 v0.2.21
23422026-05-26T23:45:42.031Z Checking rustls-pki-types v1.14.0
23432026-05-26T23:45:42.128Z Checking iana-time-zone v0.1.65
23442026-05-26T23:45:42.139Z Checking spki v0.7.3
23452026-05-26T23:45:42.139Z Checking base64 v0.22.1
23462026-05-26T23:45:42.175Z Checking rand_chacha v0.9.0
23472026-05-26T23:45:42.235Z Checking chrono v0.4.44
23482026-05-26T23:45:42.300Z Checking tracing v0.1.44
23492026-05-26T23:45:42.315Z Checking scrypt v0.11.0
23502026-05-26T23:45:42.378Z Checking http-body v1.0.1
23512026-05-26T23:45:42.390Z Checking aes v0.8.4
23522026-05-26T23:45:42.450Z Checking cbc v0.1.2
23532026-05-26T23:45:42.506Z Checking aws-lc-sys v0.40.0
23542026-05-26T23:45:42.520Z Checking untrusted v0.7.1
23552026-05-26T23:45:42.526Z Checking untrusted v0.9.0
23562026-05-26T23:45:42.577Z Checking openssl-probe v0.2.1
23572026-05-26T23:45:42.595Z Checking tinyvec_macros v0.1.1
23582026-05-26T23:45:42.624Z Checking rand v0.9.2
23592026-05-26T23:45:42.635Z Checking ring v0.17.14
23602026-05-26T23:45:42.673Z Checking tinyvec v1.10.0
23612026-05-26T23:45:42.684Z Checking try-lock v0.2.5
23622026-05-26T23:45:42.764Z Checking pkcs5 v0.7.1
23632026-05-26T23:45:42.776Z Checking tower-service v0.3.3
23642026-05-26T23:45:42.861Z Checking tower-layer v0.3.3
23652026-05-26T23:45:42.985Z Checking atomic-waker v1.1.2
23662026-05-26T23:45:43.002Z Checking aws-lc-rs v1.16.3
23672026-05-26T23:45:43.010Z Checking want v0.3.1
23682026-05-26T23:45:43.013Z Checking pkcs8 v0.10.2
23692026-05-26T23:45:43.057Z Checking ipnet v2.11.0
23702026-05-26T23:45:43.112Z Checking httparse v1.10.1
23712026-05-26T23:45:43.163Z Checking aho-corasick v1.1.4
23722026-05-26T23:45:43.163Z Checking foreign-types-shared v0.1.1
23732026-05-26T23:45:43.193Z Checking httpdate v1.0.3
23742026-05-26T23:45:43.207Z Checking dyn-clone v1.0.20
23752026-05-26T23:45:43.271Z Checking pin-utils v0.1.0
23762026-05-26T23:45:43.306Z Checking plain v0.2.3
23772026-05-26T23:45:43.317Z Checking fastrand v2.3.0
23782026-05-26T23:45:43.351Z Checking foreign-types v0.3.2
23792026-05-26T23:45:43.358Z Checking unicode-normalization v0.1.25
23802026-05-26T23:45:43.397Z Checking semver v1.0.28
23812026-05-26T23:45:43.407Z Checking openssl-sys v0.9.115
23822026-05-26T23:45:43.550Z Checking tempfile v3.25.0
23832026-05-26T23:45:43.846Z Checking spin v0.9.8
23842026-05-26T23:45:43.919Z Checking unicode-ident v1.0.24
23852026-05-26T23:45:43.919Z Checking ucd-trie v0.1.7
23862026-05-26T23:45:43.919Z Checking proc-macro2 v1.0.106
23872026-05-26T23:45:43.919Z Checking schemars v0.8.22
23882026-05-26T23:45:43.919Z Checking regex-automata v0.4.14
23892026-05-26T23:45:43.919Z Checking openssl v0.10.79
23902026-05-26T23:45:43.919Z Checking rustls-native-certs v0.8.3
23912026-05-26T23:45:43.919Z Checking pest v2.8.6
23922026-05-26T23:45:43.919Z Checking rustls-webpki v0.103.9
23932026-05-26T23:45:43.943Z Checking tokio-util v0.7.18
23942026-05-26T23:45:43.943Z Checking thiserror v2.0.18
23952026-05-26T23:45:44.007Z Checking sync_wrapper v1.0.2
23962026-05-26T23:45:44.021Z Checking wait-timeout v0.2.1
23972026-05-26T23:45:44.109Z Checking quick-error v1.2.3
23982026-05-26T23:45:44.140Z Checking siphasher v1.0.2
23992026-05-26T23:45:44.211Z Checking simd-adler32 v0.3.8
24002026-05-26T23:45:44.235Z Checking rustls v0.23.37
24012026-05-26T23:45:44.289Z Checking powerfmt v0.2.0
24022026-05-26T23:45:44.366Z Checking utf8parse v0.2.2
24032026-05-26T23:45:44.373Z Checking anstyle v1.0.13
24042026-05-26T23:45:44.441Z Checking pretty-hex v0.4.1
24052026-05-26T23:45:44.461Z Checking bit-vec v0.8.0
24062026-05-26T23:45:44.474Z Checking h2 v0.4.13
24072026-05-26T23:45:44.551Z Checking anstyle-parse v0.2.7
24082026-05-26T23:45:44.555Z Checking deranged v0.5.8
24092026-05-26T23:45:44.780Z Checking bit-set v0.8.0
24102026-05-26T23:45:44.826Z Checking rusty-fork v0.3.1
24112026-05-26T23:45:44.849Z Checking tower v0.5.3
24122026-05-26T23:45:44.870Z Checking quote v1.0.45
24132026-05-26T23:45:44.875Z Compiling newtype-uuid v1.3.2
24142026-05-26T23:45:45.012Z Checking http-body-util v0.1.3
24152026-05-26T23:45:45.043Z Checking webpki-roots v1.0.6
24162026-05-26T23:45:45.191Z Checking crossbeam-utils v0.8.21
24172026-05-26T23:45:45.211Z Checking rand_xorshift v0.4.0
24182026-05-26T23:45:45.237Z Checking crc32fast v1.5.0
24192026-05-26T23:45:45.289Z Checking scroll v0.13.0
24202026-05-26T23:45:45.363Z Checking signature v2.2.0
24212026-05-26T23:45:45.581Z Checking allocator-api2 v0.2.21
24222026-05-26T23:45:45.621Z Checking ryu v1.0.23
24232026-05-26T23:45:45.621Z Checking unarray v0.1.4
24242026-05-26T23:45:45.621Z Checking time-core v0.1.8
24252026-05-26T23:45:45.621Z Checking num-conv v0.2.0
24262026-05-26T23:45:45.644Z Checking unicode-properties v0.1.4
24272026-05-26T23:45:45.645Z Checking iri-string v0.7.10
24282026-05-26T23:45:45.666Z Checking num_threads v0.1.7
24292026-05-26T23:45:45.705Z Checking colorchoice v1.0.4
24302026-05-26T23:45:45.747Z Checking adler2 v2.0.1
24312026-05-26T23:45:45.774Z Checking anstyle-query v1.1.5
24322026-05-26T23:45:45.782Z Checking unicode-bidi v0.3.18
24332026-05-26T23:45:45.782Z Checking native-tls v0.2.18
24342026-05-26T23:45:45.802Z Checking is_terminal_polyfill v1.70.2
24352026-05-26T23:45:45.846Z Checking miniz_oxide v0.8.9
24362026-05-26T23:45:45.868Z Checking time v0.3.47
24372026-05-26T23:45:45.883Z Checking anstream v0.6.21
24382026-05-26T23:45:45.965Z Checking tokio-native-tls v0.3.1
24392026-05-26T23:45:46.049Z Checking stringprep v0.1.5
24402026-05-26T23:45:46.064Z Checking serde_urlencoded v0.7.1
24412026-05-26T23:45:46.098Z Checking proptest v1.10.0
24422026-05-26T23:45:46.201Z Checking bstr v1.12.1
24432026-05-26T23:45:46.221Z Checking goblin v0.10.5
24442026-05-26T23:45:46.274Z Checking crossbeam-epoch v0.9.18
24452026-05-26T23:45:46.542Z Checking syn v2.0.117
24462026-05-26T23:45:46.672Z Compiling daft v0.1.7
24472026-05-26T23:45:46.694Z Checking tokio-rustls v0.26.4
24482026-05-26T23:45:46.694Z Checking tower-http v0.6.8
24492026-05-26T23:45:46.884Z Checking ipnetwork v0.21.1
24502026-05-26T23:45:46.960Z Checking rand_chacha v0.3.1
24512026-05-26T23:45:47.043Z Checking scroll v0.12.0
24522026-05-26T23:45:47.043Z Checking thiserror v1.0.69
24532026-05-26T23:45:47.075Z Checking zstd-sys v2.0.16+zstd.1.5.7
24542026-05-26T23:45:47.092Z Checking hash32 v0.2.1
24552026-05-26T23:45:47.092Z Checking num-integer v0.1.46
24562026-05-26T23:45:47.141Z Checking serde_spanned v0.6.9
24572026-05-26T23:45:47.172Z Checking toml_datetime v0.6.11
24582026-05-26T23:45:47.211Z Checking hyper v1.8.1
24592026-05-26T23:45:47.457Z Checking md-5 v0.10.6
24602026-05-26T23:45:47.648Z Checking ff v0.13.1
24612026-05-26T23:45:47.659Z Checking encoding_rs v0.8.35
24622026-05-26T23:45:47.660Z Checking base16ct v0.2.0
24632026-05-26T23:45:47.660Z Checking zlib-rs v0.6.2
24642026-05-26T23:45:47.660Z Checking fallible-iterator v0.2.0
24652026-05-26T23:45:47.660Z Checking mime v0.3.17
24662026-05-26T23:45:47.802Z Checking psl-types v2.0.11
24672026-05-26T23:45:47.802Z Checking postgres-protocol v0.6.10
24682026-05-26T23:45:47.936Z Checking publicsuffix v2.3.0
24692026-05-26T23:45:48.022Z Checking sec1 v0.7.3
24702026-05-26T23:45:48.121Z Checking group v0.13.0
24712026-05-26T23:45:48.269Z Checking num-iter v0.1.45
24722026-05-26T23:45:48.269Z Checking hyper-util v0.1.20
24732026-05-26T23:45:48.269Z Checking heapless v0.7.17
24742026-05-26T23:45:48.269Z Checking goblin v0.8.2
24752026-05-26T23:45:48.387Z Checking zstd-safe v7.2.4
24762026-05-26T23:45:48.388Z Checking flate2 v1.1.9
24772026-05-26T23:45:48.388Z Checking rand v0.8.6
24782026-05-26T23:45:48.549Z Checking oxnet v0.1.4
24792026-05-26T23:45:48.669Z Checking cookie v0.18.1
24802026-05-26T23:45:48.669Z Compiling iddqd v0.4.1
24812026-05-26T23:45:48.669Z Checking dof v0.4.0
24822026-05-26T23:45:48.669Z Checking dtrace-parser v0.3.0
24832026-05-26T23:45:48.812Z Checking phf_shared v0.13.1
24842026-05-26T23:45:48.906Z Checking lazy_static v1.5.0
24852026-05-26T23:45:48.906Z Checking zerocopy v0.7.35
24862026-05-26T23:45:48.907Z Checking pin-project v1.1.11
24872026-05-26T23:45:48.907Z Checking bzip2-sys v0.1.13+1.0.8
24882026-05-26T23:45:49.014Z Checking signal-hook v0.3.18
24892026-05-26T23:45:49.014Z Checking terminal_size v0.4.3
24902026-05-26T23:45:49.014Z Checking futures-executor v0.3.32
24912026-05-26T23:45:49.084Z Checking hex v0.4.3
24922026-05-26T23:45:49.112Z Checking hkdf v0.12.4
24932026-05-26T23:45:49.112Z Checking crypto-bigint v0.5.5
24942026-05-26T23:45:49.221Z Checking thread-id v5.1.0
24952026-05-26T23:45:49.326Z Checking bitflags v1.3.2
24962026-05-26T23:45:49.327Z Compiling rayon-core v1.13.0
24972026-05-26T23:45:49.449Z Checking foldhash v0.2.0
24982026-05-26T23:45:49.449Z Checking managed v0.8.0
24992026-05-26T23:45:49.449Z Checking strsim v0.11.1
25002026-05-26T23:45:49.449Z Checking hyper-rustls v0.27.7
25012026-05-26T23:45:49.480Z Checking hyper-tls v0.6.0
25022026-05-26T23:45:49.480Z Checking clap_lex v1.0.0
25032026-05-26T23:45:49.480Z Checking foldhash v0.1.5
25042026-05-26T23:45:49.480Z Checking either v1.15.0
25052026-05-26T23:45:49.489Z Checking libbz2-rs-sys v0.2.2
25062026-05-26T23:45:49.548Z Checking bumpalo v3.20.2
25072026-05-26T23:45:50.233Z Checking same-file v1.0.6
25082026-05-26T23:45:50.233Z Checking winnow v0.5.40
25092026-05-26T23:45:50.386Z Checking winnow v0.7.14
25102026-05-26T23:45:50.386Z Checking walkdir v2.5.0
25112026-05-26T23:45:50.386Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25122026-05-26T23:45:50.386Z Checking zopfli v0.8.3
25132026-05-26T23:45:50.386Z Checking reqwest v0.12.28
25142026-05-26T23:45:50.619Z Checking bzip2 v0.6.1
25152026-05-26T23:45:50.619Z Checking clap_builder v4.5.60
25162026-05-26T23:45:50.619Z Checking elliptic-curve v0.13.8
25172026-05-26T23:45:50.619Z Checking dof v0.3.0
25182026-05-26T23:45:50.619Z Checking hashbrown v0.15.5
25192026-05-26T23:45:50.619Z Checking smoltcp v0.9.1
25202026-05-26T23:45:50.619Z Checking hashbrown v0.16.1
25212026-05-26T23:45:50.619Z Checking usdt-impl v0.6.0
25222026-05-26T23:45:50.734Z Checking signal-hook-mio v0.2.5
25232026-05-26T23:45:50.734Z Checking futures v0.3.32
25242026-05-26T23:45:50.734Z Checking phf v0.13.1
25252026-05-26T23:45:50.734Z Checking bzip2 v0.4.4
25262026-05-26T23:45:50.734Z Checking snafu v0.8.9
25272026-05-26T23:45:50.734Z Checking num-bigint-dig v0.8.6
25282026-05-26T23:45:50.883Z Checking toml_edit v0.19.15
25292026-05-26T23:45:50.883Z Checking cookie_store v0.22.1
25302026-05-26T23:45:50.927Z Checking zstd v0.13.3
25312026-05-26T23:45:50.927Z Checking postgres-types v0.2.12
25322026-05-26T23:45:50.927Z Checking dtrace-parser v0.2.0
25332026-05-26T23:45:51.018Z Checking rustls-platform-verifier v0.6.2
25342026-05-26T23:45:51.157Z Checking globset v0.4.18
25352026-05-26T23:45:51.260Z Checking crossbeam-deque v0.8.6
25362026-05-26T23:45:51.260Z Checking regex v1.12.3
25372026-05-26T23:45:51.260Z Checking ed25519 v2.2.3
25382026-05-26T23:45:51.260Z Checking phf_shared v0.11.3
25392026-05-26T23:45:51.260Z Checking olpc-cjson v0.1.4
25402026-05-26T23:45:51.396Z Checking ref-cast v1.0.25
25412026-05-26T23:45:51.396Z Checking curve25519-dalek v4.1.3
25422026-05-26T23:45:51.396Z Checking strum v0.27.2
25432026-05-26T23:45:51.396Z Checking hubpack v0.1.2
25442026-05-26T23:45:51.396Z Checking memoffset v0.9.1
25452026-05-26T23:45:51.411Z Checking rustix v0.38.44
25462026-05-26T23:45:51.411Z Checking pkcs1 v0.7.5
25472026-05-26T23:45:51.411Z Checking pem v3.0.6
25482026-05-26T23:45:51.411Z Checking float-cmp v0.10.0
25492026-05-26T23:45:51.411Z Checking serde_plain v1.0.2
25502026-05-26T23:45:51.507Z Checking erased-serde v0.3.31
25512026-05-26T23:45:51.618Z Checking serde-big-array v0.5.1
25522026-05-26T23:45:51.618Z Checking rfc6979 v0.4.0
25532026-05-26T23:45:51.690Z Checking thread-id v4.2.2
25542026-05-26T23:45:51.691Z Checking memmap2 v0.9.10
25552026-05-26T23:45:51.691Z Checking env_filter v1.0.0
25562026-05-26T23:45:51.692Z Checking fixedbitset v0.4.2
25572026-05-26T23:45:51.692Z Checking precomputed-hash v0.1.1
25582026-05-26T23:45:51.830Z Checking new_debug_unreachable v1.0.6
25592026-05-26T23:45:51.867Z Checking unicode-segmentation v1.12.0
25602026-05-26T23:45:51.868Z Checking predicates-core v1.0.10
25612026-05-26T23:45:51.868Z Checking whoami v2.1.0
25622026-05-26T23:45:51.868Z Checking static_assertions v1.1.0
25632026-05-26T23:45:51.868Z Checking data-encoding v2.10.0
25642026-05-26T23:45:51.868Z Checking toml_write v0.1.2
25652026-05-26T23:45:51.964Z Checking normalize-line-endings v0.3.0
25662026-05-26T23:45:51.964Z Checking fixedbitset v0.5.7
25672026-05-26T23:45:52.058Z Checking keccak v0.1.6
25682026-05-26T23:45:52.058Z Checking jiff v0.2.21
25692026-05-26T23:45:52.098Z Checking typed-path v0.9.3
25702026-05-26T23:45:52.099Z Checking difflib v0.4.0
25712026-05-26T23:45:52.099Z Checking similar v2.7.0
25722026-05-26T23:45:52.099Z Checking petgraph v0.8.3
25732026-05-26T23:45:52.099Z Checking hickory-proto v0.25.2
25742026-05-26T23:45:52.139Z Checking sha3 v0.10.8
25752026-05-26T23:45:52.184Z Checking crossterm v0.28.1
25762026-05-26T23:45:52.207Z Checking predicates v3.1.4
25772026-05-26T23:45:52.310Z Checking ed25519-dalek v2.2.0
25782026-05-26T23:45:52.454Z Checking toml_edit v0.22.27
25792026-05-26T23:45:52.484Z Checking tokio-postgres v0.7.16
25802026-05-26T23:45:53.205Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25812026-05-26T23:45:53.367Z Checking tough v0.22.0
25822026-05-26T23:45:53.367Z Checking slog v2.8.2
25832026-05-26T23:45:53.367Z Checking env_logger v0.11.9
25842026-05-26T23:45:53.512Z Checking string_cache v0.8.9
25852026-05-26T23:45:53.572Z Checking petgraph v0.6.5
25862026-05-26T23:45:53.572Z Checking usdt v0.6.0
25872026-05-26T23:45:53.697Z Checking toml v0.7.8
25882026-05-26T23:45:53.717Z Checking usdt-impl v0.5.0
25892026-05-26T23:45:53.717Z Checking ecdsa v0.16.9
25902026-05-26T23:45:53.867Z Checking rsa v0.9.10
25912026-05-26T23:45:53.908Z Checking nix v0.31.2
25922026-05-26T23:45:54.201Z Checking zip v4.6.1
25932026-05-26T23:45:54.738Z Checking clap v4.5.60
25942026-05-26T23:45:54.854Z Checking reqwest v0.13.2
25952026-05-26T23:45:54.854Z Checking zip v0.6.6
25962026-05-26T23:45:54.854Z Checking toml_parser v1.0.9+spec-1.1.0
25972026-05-26T23:45:54.854Z Checking itertools v0.13.0
25982026-05-26T23:45:54.974Z Checking serde_with v3.17.0
25992026-05-26T23:45:54.974Z Checking strum v0.26.3
26002026-05-26T23:45:59.420Z Checking fs-err v3.3.0
26012026-05-26T23:45:59.420Z Checking ahash v0.8.12
26022026-05-26T23:45:59.420Z Checking object v0.37.3
26032026-05-26T23:45:59.503Z Checking tokio-stream v0.1.18
26042026-05-26T23:45:59.503Z Checking buf-list v1.1.2
26052026-05-26T23:45:59.503Z Checking anyhow v1.0.102
26062026-05-26T23:45:59.503Z Checking camino v1.2.2
26072026-05-26T23:45:59.503Z Checking x509-cert v0.2.5
26082026-05-26T23:45:59.503Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26092026-05-26T23:45:59.503Z Checking openapiv3 v2.2.0
26102026-05-26T23:45:59.503Z Checking sha1 v0.10.6
26112026-05-26T23:45:59.503Z Checking lalrpop-util v0.19.12
26122026-05-26T23:45:59.503Z Checking peg-runtime v0.8.5
26132026-05-26T23:45:59.503Z Checking rayon v1.11.0
26142026-05-26T23:45:59.503Z Checking sigpipe v0.1.3
26152026-05-26T23:45:59.504Z Checking glob v0.3.3
26162026-05-26T23:45:59.504Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26172026-05-26T23:45:59.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.73s
26182026-05-26T23:45:59.505Z
26192026-05-26T23:45:59.505Zinfo: running `cargo check --bins` on internal-dns-types (77/295)
26202026-05-26T23:45:59.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26212026-05-26T23:45:59.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26222026-05-26T23:45:59.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26232026-05-26T23:45:59.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26242026-05-26T23:45:59.505Z
26252026-05-26T23:45:59.505Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/295)
26262026-05-26T23:45:59.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26272026-05-26T23:45:59.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26282026-05-26T23:45:59.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26292026-05-26T23:45:59.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26302026-05-26T23:45:59.505Z
26312026-05-26T23:45:59.505Zinfo: running `cargo check --bins` on nexus-types-versions (79/295)
26322026-05-26T23:45:59.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26332026-05-26T23:45:59.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26342026-05-26T23:45:59.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26352026-05-26T23:45:59.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26362026-05-26T23:45:59.506Z
26372026-05-26T23:45:59.506Zinfo: running `cargo check --bins` on oxql-types (80/295)
26382026-05-26T23:45:59.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26392026-05-26T23:45:59.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26402026-05-26T23:45:59.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26412026-05-26T23:45:59.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26422026-05-26T23:45:59.987Z
26432026-05-26T23:45:59.987Zinfo: running `cargo check --bins` on oximeter-types (81/295)
26442026-05-26T23:46:00.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452026-05-26T23:46:00.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462026-05-26T23:46:00.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26472026-05-26T23:46:00.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26482026-05-26T23:46:00.534Z
26492026-05-26T23:46:00.534Zinfo: running `cargo check --bins` on oximeter-types-versions (82/295)
26502026-05-26T23:46:01.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512026-05-26T23:46:01.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522026-05-26T23:46:01.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26532026-05-26T23:46:01.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26542026-05-26T23:46:01.127Z
26552026-05-26T23:46:01.127Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/295)
26562026-05-26T23:46:01.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572026-05-26T23:46:01.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582026-05-26T23:46:01.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26592026-05-26T23:46:01.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26602026-05-26T23:46:01.705Z
26612026-05-26T23:46:01.705Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/295)
26622026-05-26T23:46:02.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632026-05-26T23:46:02.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642026-05-26T23:46:02.390Z Compiling structmeta-derive v0.3.0
26652026-05-26T23:46:02.507Z Compiling rustls v0.22.4
26662026-05-26T23:46:02.516Z Compiling multer v3.1.0
26672026-05-26T23:46:02.525Z Compiling async-stream-impl v0.3.6
26682026-05-26T23:46:02.525Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26692026-05-26T23:46:02.647Z Compiling dropshot v0.17.0
26702026-05-26T23:46:02.665Z Compiling newtype-uuid-macros v0.1.0
26712026-05-26T23:46:02.665Z Compiling dropshot_endpoint v0.17.0
26722026-05-26T23:46:02.682Z Checking newtype-uuid v1.3.2
26732026-05-26T23:46:02.744Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26742026-05-26T23:46:02.803Z Checking rustls-webpki v0.102.8
26752026-05-26T23:46:02.878Z Checking daft v0.1.7
26762026-05-26T23:46:02.905Z Checking thread_local v1.1.9
26772026-05-26T23:46:03.068Z Checking compression-core v0.4.31
26782026-05-26T23:46:03.099Z Checking match_cfg v0.1.0
26792026-05-26T23:46:03.112Z Checking iddqd v0.4.1
26802026-05-26T23:46:03.165Z Checking hostname v0.3.1
26812026-05-26T23:46:03.193Z Checking compression-codecs v0.4.37
26822026-05-26T23:46:03.206Z Checking crossbeam-channel v0.5.15
26832026-05-26T23:46:03.259Z Checking slog-json v2.6.1
26842026-05-26T23:46:03.306Z Checking is-terminal v0.4.17
26852026-05-26T23:46:03.352Z Checking toml_datetime v1.0.0+spec-1.1.0
26862026-05-26T23:46:03.395Z Checking serde_spanned v1.0.4
26872026-05-26T23:46:03.410Z Checking take_mut v0.2.2
26882026-05-26T23:46:03.513Z Checking term v1.2.1
26892026-05-26T23:46:03.527Z Checking debug-ignore v1.0.5
26902026-05-26T23:46:03.539Z Checking toml_writer v1.0.6+spec-1.1.0
26912026-05-26T23:46:03.551Z Compiling structmeta v0.3.0
26922026-05-26T23:46:03.562Z Checking slog-async v2.8.0
26932026-05-26T23:46:03.617Z Checking slog-bunyan v2.5.0
26942026-05-26T23:46:03.712Z Checking toml v1.0.6+spec-1.1.0
26952026-05-26T23:46:03.725Z Checking async-compression v0.4.41
26962026-05-26T23:46:03.729Z Checking slog-term v2.9.2
26972026-05-26T23:46:03.729Z Checking async-stream v0.3.6
26982026-05-26T23:46:03.759Z Compiling derive-ex v0.1.8
26992026-05-26T23:46:03.873Z Compiling parse-display-derive v0.10.0
27002026-05-26T23:46:03.960Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27012026-05-26T23:46:03.986Z Checking progenitor-client v0.14.0
27022026-05-26T23:46:04.012Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27032026-05-26T23:46:04.065Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27042026-05-26T23:46:04.203Z Checking waitgroup v0.1.2
27052026-05-26T23:46:04.218Z Checking backon v1.6.0
27062026-05-26T23:46:04.286Z Checking rustls-pemfile v2.2.0
27072026-05-26T23:46:04.302Z Checking serde_path_to_error v0.1.20
27082026-05-26T23:46:04.304Z Checking hostname v0.4.2
27092026-05-26T23:46:04.376Z Checking instant v0.1.13
27102026-05-26T23:46:04.458Z Checking backoff v0.4.0
27112026-05-26T23:46:04.657Z Checking progenitor-extras v0.2.0
27122026-05-26T23:46:04.673Z Checking tokio-rustls v0.25.0
27132026-05-26T23:46:04.673Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27142026-05-26T23:46:04.673Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27152026-05-26T23:46:04.814Z Checking itertools v0.14.0
27162026-05-26T23:46:04.839Z Checking progenitor-client v0.10.0
27172026-05-26T23:46:04.999Z Checking regress v0.10.5
27182026-05-26T23:46:05.051Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27192026-05-26T23:46:05.264Z Checking macaddr v1.0.1
27202026-05-26T23:46:05.420Z Compiling test-strategy v0.4.5
27212026-05-26T23:46:05.529Z Checking parse-display v0.10.0
27222026-05-26T23:46:05.678Z Checking humantime v2.3.0
27232026-05-26T23:46:06.635Z Compiling prettyplease v0.2.37
27242026-05-26T23:46:06.938Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27252026-05-26T23:46:07.140Z Checking num-rational v0.4.2
27262026-05-26T23:46:07.312Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27272026-05-26T23:46:07.611Z Checking num-complex v0.4.6
27282026-05-26T23:46:08.296Z Compiling num v0.4.3
27292026-05-26T23:46:08.377Z Compiling usdt-attr-macro v0.5.0
27302026-05-26T23:46:08.402Z Compiling usdt-macro v0.5.0
27312026-05-26T23:46:08.415Z Checking memmap v0.7.0
27322026-05-26T23:46:08.418Z Checking float-ord v0.3.2
27332026-05-26T23:46:08.529Z Checking unicode-width v0.2.0
27342026-05-26T23:46:08.543Z Compiling convert_case v0.4.0
27352026-05-26T23:46:08.777Z Checking console v0.15.11
27362026-05-26T23:46:08.923Z Compiling derive_more v0.99.20
27372026-05-26T23:46:09.064Z Checking newline-converter v0.3.0
27382026-05-26T23:46:09.118Z Checking atomicwrites v0.4.4
27392026-05-26T23:46:09.138Z Checking usdt v0.5.0
27402026-05-26T23:46:09.173Z Compiling toml v0.8.23
27412026-05-26T23:46:09.252Z Compiling minimal-lexical v0.2.1
27422026-05-26T23:46:09.303Z Checking linked-hash-map v0.5.6
27432026-05-26T23:46:09.476Z Checking lru-cache v0.1.2
27442026-05-26T23:46:09.503Z Compiling nom v7.1.3
27452026-05-26T23:46:09.712Z Checking expectorate v1.2.0
27462026-05-26T23:46:10.176Z Checking camino-tempfile v1.4.1
27472026-05-26T23:46:10.296Z Checking hickory-proto v0.24.4
27482026-05-26T23:46:10.336Z Checking phf_shared v0.12.1
27492026-05-26T23:46:10.480Z Compiling slog-dtrace v0.3.0
27502026-05-26T23:46:10.537Z Checking heck v0.5.0
27512026-05-26T23:46:10.663Z Compiling chrono-tz v0.10.4
27522026-05-26T23:46:10.677Z Checking resolv-conf v0.7.6
27532026-05-26T23:46:10.828Z Compiling const_format_proc_macros v0.2.34
27542026-05-26T23:46:10.861Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27552026-05-26T23:46:10.890Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27562026-05-26T23:46:10.926Z Checking phf v0.12.1
27572026-05-26T23:46:11.066Z Checking tokio-dtrace v0.1.1
27582026-05-26T23:46:11.252Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27592026-05-26T23:46:11.330Z Compiling derive-where v1.6.0
27602026-05-26T23:46:11.446Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27612026-05-26T23:46:11.794Z Checking highway v1.3.0
27622026-05-26T23:46:12.000Z Checking const_format v0.2.35
27632026-05-26T23:46:12.143Z Checking hickory-resolver v0.24.4
27642026-05-26T23:46:12.200Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27652026-05-26T23:46:12.259Z Checking oxide-tokio-rt v0.1.4
27662026-05-26T23:46:12.465Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27672026-05-26T23:46:12.703Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27682026-05-26T23:46:12.715Z Checking gethostname v0.5.0
27692026-05-26T23:46:12.728Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27702026-05-26T23:46:12.802Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27712026-05-26T23:46:12.875Z Checking qorb v0.4.1
27722026-05-26T23:46:12.895Z Checking bcs v0.1.6
27732026-05-26T23:46:12.913Z Checking termtree v0.5.1
27742026-05-26T23:46:16.096Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27752026-05-26T23:46:18.777Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27762026-05-26T23:46:20.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.17s
27772026-05-26T23:46:21.064Z
27782026-05-26T23:46:21.064Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/295)
27792026-05-26T23:46:21.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27802026-05-26T23:46:21.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27812026-05-26T23:46:21.769Z Compiling ar_archive_writer v0.5.1
27822026-05-26T23:46:21.855Z Compiling stacker v0.1.23
27832026-05-26T23:46:21.870Z Compiling cfg_aliases v0.1.1
27842026-05-26T23:46:21.870Z Compiling convert_case v0.10.0
27852026-05-26T23:46:21.881Z Checking unicode-width v0.1.14
27862026-05-26T23:46:21.902Z Compiling proc-macro-error v1.0.4
27872026-05-26T23:46:21.921Z Checking fd-lock v4.0.4
27882026-05-26T23:46:21.921Z Checking nibble_vec v0.1.0
27892026-05-26T23:46:21.945Z Compiling nix v0.28.0
27902026-05-26T23:46:22.048Z Checking vte v0.14.1
27912026-05-26T23:46:22.076Z Compiling recursive-proc-macro-impl v0.1.1
27922026-05-26T23:46:22.106Z Checking bytecount v0.6.9
27932026-05-26T23:46:22.190Z Checking endian-type v0.1.2
27942026-05-26T23:46:22.291Z Compiling derive_more-impl v2.1.1
27952026-05-26T23:46:22.291Z Checking strip-ansi-escapes v0.2.1
27962026-05-26T23:46:22.291Z Compiling tabled_derive v0.7.0
27972026-05-26T23:46:22.291Z Checking papergrid v0.11.0
27982026-05-26T23:46:22.373Z Checking radix_trie v0.2.1
27992026-05-26T23:46:22.373Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28002026-05-26T23:46:22.447Z Compiling peg-macros v0.8.5
28012026-05-26T23:46:22.636Z Checking winnow v0.6.26
28022026-05-26T23:46:22.704Z Compiling psm v0.1.30
28032026-05-26T23:46:22.813Z Compiling sqlparser_derive v0.5.0
28042026-05-26T23:46:22.940Z Checking home v0.5.12
28052026-05-26T23:46:23.138Z Checking unicode_categories v0.1.1
28062026-05-26T23:46:23.138Z Checking derive_more v2.1.1
28072026-05-26T23:46:23.272Z Checking nu-ansi-term v0.50.3
28082026-05-26T23:46:23.272Z Checking crossterm v0.29.0
28092026-05-26T23:46:23.272Z Checking tabled v0.15.0
28102026-05-26T23:46:23.272Z Checking rustyline v14.0.0
28112026-05-26T23:46:23.388Z Checking reedline v0.40.0
28122026-05-26T23:46:23.487Z Checking recursive v0.1.1
28132026-05-26T23:46:23.568Z Checking display-error-chain v0.2.2
28142026-05-26T23:46:23.682Z Checking sqlparser v0.61.0
28152026-05-26T23:46:23.682Z Checking sqlformat v0.3.5
28162026-05-26T23:46:23.821Z Checking peg v0.8.5
28172026-05-26T23:46:34.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.51s
28182026-05-26T23:46:34.761Z
28192026-05-26T23:46:34.761Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/295)
28202026-05-26T23:46:35.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28212026-05-26T23:46:35.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28222026-05-26T23:46:35.433Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28232026-05-26T23:46:38.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
28242026-05-26T23:46:39.055Z
28252026-05-26T23:46:39.055Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/295)
28262026-05-26T23:46:39.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272026-05-26T23:46:39.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282026-05-26T23:46:39.763Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28292026-05-26T23:46:42.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.09s
28302026-05-26T23:46:42.327Z
28312026-05-26T23:46:42.327Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/295)
28322026-05-26T23:46:42.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-05-26T23:46:42.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-05-26T23:46:43.001Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28352026-05-26T23:46:46.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.87s
28362026-05-26T23:46:46.389Z
28372026-05-26T23:46:46.389Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/295)
28382026-05-26T23:46:46.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-05-26T23:46:46.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-05-26T23:46:47.054Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28412026-05-26T23:46:50.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.87s
28422026-05-26T23:46:50.449Z
28432026-05-26T23:46:50.449Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/295)
28442026-05-26T23:46:50.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-05-26T23:46:50.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-05-26T23:46:51.116Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28472026-05-26T23:46:53.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
28482026-05-26T23:46:53.861Z
28492026-05-26T23:46:53.861Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/295)
28502026-05-26T23:46:54.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512026-05-26T23:46:54.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522026-05-26T23:46:54.531Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532026-05-26T23:46:57.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
28542026-05-26T23:46:57.333Z
28552026-05-26T23:46:57.333Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/295)
28562026-05-26T23:46:57.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-05-26T23:46:57.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-05-26T23:46:58.007Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28592026-05-26T23:47:01.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
28602026-05-26T23:47:01.577Z
28612026-05-26T23:47:01.578Zinfo: running `cargo check --bins` on oximeter (93/295)
28622026-05-26T23:47:02.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-05-26T23:47:02.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-05-26T23:47:02.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28652026-05-26T23:47:02.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28662026-05-26T23:47:02.177Z
28672026-05-26T23:47:02.178Zinfo: running `cargo check --bins` on oximeter-schema (94/295)
28682026-05-26T23:47:02.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-05-26T23:47:02.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-05-26T23:47:02.809Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28712026-05-26T23:47:02.974Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28722026-05-26T23:47:02.985Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28732026-05-26T23:47:03.309Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28742026-05-26T23:47:06.171Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28752026-05-26T23:47:07.383Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28762026-05-26T23:47:07.581Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28772026-05-26T23:47:08.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.06s
28782026-05-26T23:47:08.429Z
28792026-05-26T23:47:08.433Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/295)
28802026-05-26T23:47:08.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812026-05-26T23:47:08.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822026-05-26T23:47:08.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832026-05-26T23:47:08.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28842026-05-26T23:47:09.022Z
28852026-05-26T23:47:09.022Zinfo: running `cargo check --bins` on oximeter-test-utils (96/295)
28862026-05-26T23:47:09.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872026-05-26T23:47:09.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882026-05-26T23:47:09.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892026-05-26T23:47:09.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28902026-05-26T23:47:09.646Z
28912026-05-26T23:47:09.646Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/295)
28922026-05-26T23:47:10.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-05-26T23:47:10.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-05-26T23:47:10.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-05-26T23:47:10.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28962026-05-26T23:47:10.252Z
28972026-05-26T23:47:10.252Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/295)
28982026-05-26T23:47:10.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-05-26T23:47:10.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-05-26T23:47:10.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-05-26T23:47:10.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29022026-05-26T23:47:10.848Z
29032026-05-26T23:47:10.848Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/295)
29042026-05-26T23:47:11.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-05-26T23:47:11.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-05-26T23:47:11.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-05-26T23:47:11.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29082026-05-26T23:47:11.451Z
29092026-05-26T23:47:11.451Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/295)
29102026-05-26T23:47:11.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-05-26T23:47:11.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-05-26T23:47:11.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-05-26T23:47:11.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29142026-05-26T23:47:12.050Z
29152026-05-26T23:47:12.050Zinfo: running `cargo check --bins` on trust-quorum-types (101/295)
29162026-05-26T23:47:16.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-05-26T23:47:16.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-05-26T23:47:16.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-05-26T23:47:16.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29202026-05-26T23:47:16.445Z
29212026-05-26T23:47:16.445Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/295)
29222026-05-26T23:47:16.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-05-26T23:47:16.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-05-26T23:47:16.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-05-26T23:47:16.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29262026-05-26T23:47:16.447Z
29272026-05-26T23:47:16.447Zinfo: running `cargo check --bins` on update-engine (103/295)
29282026-05-26T23:47:16.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-05-26T23:47:16.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-05-26T23:47:16.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312026-05-26T23:47:16.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29322026-05-26T23:47:16.447Z
29332026-05-26T23:47:16.447Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/295)
29342026-05-26T23:47:16.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352026-05-26T23:47:16.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362026-05-26T23:47:16.447Z Compiling crucible-workspace-hack v0.1.0
29372026-05-26T23:47:16.447Z Checking secrecy v0.10.3
29382026-05-26T23:47:16.447Z Compiling toml_datetime v0.7.5+spec-1.1.0
29392026-05-26T23:47:16.447Z Compiling heapless v0.8.0
29402026-05-26T23:47:16.447Z Compiling ingot-macros v0.1.1
29412026-05-26T23:47:16.447Z Checking hash32 v0.3.1
29422026-05-26T23:47:16.447Z Compiling smoltcp v0.11.0
29432026-05-26T23:47:16.447Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29442026-05-26T23:47:16.448Z Checking cobs v0.3.0
29452026-05-26T23:47:16.448Z Compiling toml_edit v0.23.10+spec-1.0.0
29462026-05-26T23:47:16.577Z Compiling thiserror-impl-no-std v2.0.2
29472026-05-26T23:47:16.577Z Checking universal-hash v0.5.1
29482026-05-26T23:47:16.577Z Checking half v2.7.1
29492026-05-26T23:47:16.577Z Checking ciborium-io v0.2.2
29502026-05-26T23:47:16.577Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29512026-05-26T23:47:16.577Z Checking opaque-debug v0.3.1
29522026-05-26T23:47:16.577Z Checking postcard v1.1.3
29532026-05-26T23:47:16.578Z Checking poly1305 v0.8.0
29542026-05-26T23:47:16.578Z Checking ciborium-ll v0.2.2
29552026-05-26T23:47:16.578Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29562026-05-26T23:47:16.578Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29572026-05-26T23:47:16.578Z Compiling proc-macro-crate v3.4.0
29582026-05-26T23:47:16.578Z Checking password-hash v0.5.0
29592026-05-26T23:47:16.578Z Checking chacha20 v0.9.1
29602026-05-26T23:47:16.578Z Compiling proc-macro-crate v1.3.1
29612026-05-26T23:47:16.578Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
29622026-05-26T23:47:16.578Z Checking blake2 v0.10.6
29632026-05-26T23:47:16.578Z Checking aead v0.5.2
29642026-05-26T23:47:16.578Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29652026-05-26T23:47:16.578Z Compiling num_enum_derive v0.7.5
29662026-05-26T23:47:16.578Z Compiling foreign-types-macros v0.2.3
29672026-05-26T23:47:16.578Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29682026-05-26T23:47:16.578Z Checking cpufeatures v0.3.0
29692026-05-26T23:47:16.579Z Checking thiserror-no-std v2.0.2
29702026-05-26T23:47:16.579Z Checking foreign-types-shared v0.3.1
29712026-05-26T23:47:16.579Z Checking chacha20 v0.10.0
29722026-05-26T23:47:16.579Z Checking vsss-rs v3.3.4
29732026-05-26T23:47:16.579Z Compiling num_enum_derive v0.5.11
29742026-05-26T23:47:16.579Z Checking argon2 v0.5.3
29752026-05-26T23:47:16.579Z Checking chacha20poly1305 v0.10.1
29762026-05-26T23:47:16.580Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
29772026-05-26T23:47:16.631Z Checking foreign-types v0.5.0
29782026-05-26T23:47:16.631Z Checking ciborium v0.2.2
29792026-05-26T23:47:16.725Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29802026-05-26T23:47:16.750Z Checking tabwriter v1.4.1
29812026-05-26T23:47:16.895Z Checking byte-wrapper v0.1.0
29822026-05-26T23:47:16.961Z Checking num_enum v0.7.5
29832026-05-26T23:47:16.986Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29842026-05-26T23:47:17.008Z Checking cstr-argument v0.1.2
29852026-05-26T23:47:17.087Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29862026-05-26T23:47:17.109Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29872026-05-26T23:47:17.151Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29882026-05-26T23:47:17.161Z Checking num_enum v0.5.11
29892026-05-26T23:47:17.225Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29902026-05-26T23:47:17.284Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29912026-05-26T23:47:17.309Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29922026-05-26T23:47:17.314Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29932026-05-26T23:47:17.476Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29942026-05-26T23:47:17.503Z Checking rand v0.10.0
29952026-05-26T23:47:17.503Z Checking ingot-types v0.1.2
29962026-05-26T23:47:17.794Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29972026-05-26T23:47:17.819Z Checking colored v3.1.1
29982026-05-26T23:47:17.819Z Checking indent_write v2.2.0
29992026-05-26T23:47:17.819Z Compiling zone_cfg_derive v0.3.1
30002026-05-26T23:47:17.819Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30012026-05-26T23:47:17.843Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30022026-05-26T23:47:17.849Z Checking ingot v0.1.1
30032026-05-26T23:47:17.879Z Checking itertools v0.12.1
30042026-05-26T23:47:17.890Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30052026-05-26T23:47:17.905Z Compiling num-derive v0.4.2
30062026-05-26T23:47:17.984Z Checking swrite v0.1.0
30072026-05-26T23:47:17.997Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30082026-05-26T23:47:18.073Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30092026-05-26T23:47:18.199Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30102026-05-26T23:47:18.291Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30112026-05-26T23:47:18.320Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30122026-05-26T23:47:18.362Z Checking dropshot-api-manager-types v0.7.2
30132026-05-26T23:47:18.391Z Checking smf v0.2.3
30142026-05-26T23:47:18.399Z Checking nanorand v0.7.0
30152026-05-26T23:47:18.526Z Checking whoami v1.6.1
30162026-05-26T23:47:18.599Z Checking flume v0.11.1
30172026-05-26T23:47:18.639Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30182026-05-26T23:47:18.844Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30192026-05-26T23:47:18.862Z Checking zone v0.3.1
30202026-05-26T23:47:19.368Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30212026-05-26T23:47:20.321Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30222026-05-26T23:47:21.190Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30232026-05-26T23:47:24.343Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30242026-05-26T23:47:26.400Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30252026-05-26T23:47:27.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.69s
30262026-05-26T23:47:27.692Z
30272026-05-26T23:47:27.692Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/295)
30282026-05-26T23:47:28.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292026-05-26T23:47:28.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302026-05-26T23:47:28.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30312026-05-26T23:47:28.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30322026-05-26T23:47:28.286Z
30332026-05-26T23:47:28.287Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/295)
30342026-05-26T23:47:28.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-05-26T23:47:28.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-05-26T23:47:28.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372026-05-26T23:47:28.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30382026-05-26T23:47:28.881Z
30392026-05-26T23:47:28.881Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/295)
30402026-05-26T23:47:29.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-05-26T23:47:29.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-05-26T23:47:29.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-05-26T23:47:29.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30442026-05-26T23:47:29.479Z
30452026-05-26T23:47:29.479Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/295)
30462026-05-26T23:47:29.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-05-26T23:47:29.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-05-26T23:47:29.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-05-26T23:47:29.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30502026-05-26T23:47:30.076Z
30512026-05-26T23:47:30.076Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/295)
30522026-05-26T23:47:30.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-05-26T23:47:30.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-05-26T23:47:30.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-05-26T23:47:30.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30562026-05-26T23:47:30.741Z
30572026-05-26T23:47:30.741Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/295)
30582026-05-26T23:47:31.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-05-26T23:47:31.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-05-26T23:47:31.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-05-26T23:47:31.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30622026-05-26T23:47:31.256Z
30632026-05-26T23:47:31.256Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/295)
30642026-05-26T23:47:31.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-05-26T23:47:31.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-05-26T23:47:31.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-05-26T23:47:31.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30682026-05-26T23:47:31.848Z
30692026-05-26T23:47:31.848Zinfo: running `cargo check --bins` on cockroach-admin-client (112/295)
30702026-05-26T23:47:32.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-05-26T23:47:32.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-05-26T23:47:32.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-05-26T23:47:32.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30742026-05-26T23:47:32.431Z
30752026-05-26T23:47:32.431Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/295)
30762026-05-26T23:47:32.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-05-26T23:47:32.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-05-26T23:47:32.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-05-26T23:47:32.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30802026-05-26T23:47:33.011Z
30812026-05-26T23:47:33.011Zinfo: running `cargo check --bins` on dns-service-client (114/295)
30822026-05-26T23:47:33.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-05-26T23:47:33.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-05-26T23:47:33.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-05-26T23:47:33.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30862026-05-26T23:47:33.625Z
30872026-05-26T23:47:33.625Zinfo: running `cargo check --bins` on installinator-client (115/295)
30882026-05-26T23:47:34.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-05-26T23:47:34.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-05-26T23:47:34.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-05-26T23:47:34.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30922026-05-26T23:47:34.196Z
30932026-05-26T23:47:34.196Zinfo: running `cargo check --bins` on nexus-client (116/295)
30942026-05-26T23:47:34.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-05-26T23:47:34.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-05-26T23:47:34.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-05-26T23:47:34.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30982026-05-26T23:47:34.818Z
30992026-05-26T23:47:34.818Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/295)
31002026-05-26T23:47:35.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-05-26T23:47:35.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-05-26T23:47:35.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-05-26T23:47:35.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31042026-05-26T23:47:35.443Z
31052026-05-26T23:47:35.443Zinfo: running `cargo check --bins` on ntp-admin-client (118/295)
31062026-05-26T23:47:35.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-05-26T23:47:35.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-05-26T23:47:35.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-05-26T23:47:35.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31102026-05-26T23:47:36.022Z
31112026-05-26T23:47:36.022Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/295)
31122026-05-26T23:47:36.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-05-26T23:47:36.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-05-26T23:47:36.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-05-26T23:47:36.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31162026-05-26T23:47:36.595Z
31172026-05-26T23:47:36.595Zinfo: running `cargo check --bins` on oxide-client (120/295)
31182026-05-26T23:47:37.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-05-26T23:47:37.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-05-26T23:47:37.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-05-26T23:47:37.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31222026-05-26T23:47:37.173Z
31232026-05-26T23:47:37.173Zinfo: running `cargo check --bins` on oximeter-client (121/295)
31242026-05-26T23:47:37.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-05-26T23:47:37.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-05-26T23:47:37.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-05-26T23:47:37.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31282026-05-26T23:47:37.761Z
31292026-05-26T23:47:37.761Zinfo: running `cargo check --bins` on repo-depot-client (122/295)
31302026-05-26T23:47:38.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-05-26T23:47:38.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-05-26T23:47:38.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-05-26T23:47:38.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31342026-05-26T23:47:38.343Z
31352026-05-26T23:47:38.343Zinfo: running `cargo check --bins` on sled-agent-client (123/295)
31362026-05-26T23:47:38.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-05-26T23:47:38.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-05-26T23:47:38.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-05-26T23:47:38.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31402026-05-26T23:47:38.942Z
31412026-05-26T23:47:38.942Zinfo: running `cargo check --bins` on wicketd-client (124/295)
31422026-05-26T23:47:39.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-05-26T23:47:39.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-05-26T23:47:39.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-05-26T23:47:39.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31462026-05-26T23:47:39.560Z
31472026-05-26T23:47:39.560Zinfo: running `cargo check --bins` on installinator-common (125/295)
31482026-05-26T23:47:40.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-05-26T23:47:40.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-05-26T23:47:40.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-05-26T23:47:40.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31522026-05-26T23:47:40.177Z
31532026-05-26T23:47:40.177Zinfo: running `cargo check --bins` on installinator-common-versions (126/295)
31542026-05-26T23:47:40.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-05-26T23:47:40.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-05-26T23:47:40.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-05-26T23:47:40.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31582026-05-26T23:47:40.756Z
31592026-05-26T23:47:40.756Zinfo: running `cargo check --bins` on wicket-common (127/295)
31602026-05-26T23:47:41.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-05-26T23:47:41.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-05-26T23:47:41.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-05-26T23:47:41.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31642026-05-26T23:47:41.358Z
31652026-05-26T23:47:41.358Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/295)
31662026-05-26T23:47:41.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-05-26T23:47:41.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-05-26T23:47:42.039Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31692026-05-26T23:47:42.154Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31702026-05-26T23:47:42.162Z Checking csv-core v0.1.13
31712026-05-26T23:47:42.169Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31722026-05-26T23:47:42.175Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31732026-05-26T23:47:42.185Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31742026-05-26T23:47:42.196Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31752026-05-26T23:47:42.207Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31762026-05-26T23:47:42.318Z Checking csv v1.4.0
31772026-05-26T23:47:42.359Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31782026-05-26T23:47:42.374Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31792026-05-26T23:47:42.397Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31802026-05-26T23:47:42.415Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31812026-05-26T23:47:42.654Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31822026-05-26T23:47:43.014Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31832026-05-26T23:47:43.018Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31842026-05-26T23:47:43.340Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31852026-05-26T23:47:49.170Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31862026-05-26T23:47:49.697Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31872026-05-26T23:47:52.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.66s
31882026-05-26T23:47:52.216Z
31892026-05-26T23:47:52.216Zinfo: running `cargo check --bins` on cockroach-admin-api (129/295)
31902026-05-26T23:47:52.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31912026-05-26T23:47:52.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31922026-05-26T23:47:52.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31932026-05-26T23:47:52.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31942026-05-26T23:47:52.811Z
31952026-05-26T23:47:52.811Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/295)
31962026-05-26T23:47:53.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31972026-05-26T23:47:53.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31982026-05-26T23:47:53.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31992026-05-26T23:47:53.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32002026-05-26T23:47:53.485Z
32012026-05-26T23:47:53.485Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/295)
32022026-05-26T23:47:54.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032026-05-26T23:47:54.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042026-05-26T23:47:54.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052026-05-26T23:47:54.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32062026-05-26T23:47:54.162Z
32072026-05-26T23:47:54.162Zinfo: running `cargo check --bins` on gateway-test-utils (132/295)
32082026-05-26T23:47:54.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-05-26T23:47:54.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-05-26T23:47:54.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112026-05-26T23:47:54.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32122026-05-26T23:47:54.807Z
32132026-05-26T23:47:54.807Zinfo: running `cargo check --bins` on omicron-gateway (133/295)
32142026-05-26T23:47:55.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152026-05-26T23:47:55.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162026-05-26T23:47:55.569Z Compiling regress v0.11.1
32172026-05-26T23:47:55.709Z Compiling unsafe-libyaml v0.2.11
32182026-05-26T23:47:55.723Z Compiling semver v0.1.20
32192026-05-26T23:47:55.723Z Compiling radium v0.7.0
32202026-05-26T23:47:55.750Z Checking tap v1.0.1
32212026-05-26T23:47:55.753Z Compiling maybe-uninit v2.0.0
32222026-05-26T23:47:55.775Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32232026-05-26T23:47:55.850Z Checking wyz v0.5.1
32242026-05-26T23:47:55.999Z Compiling rustc_version v0.1.7
32252026-05-26T23:47:56.037Z Checking progenitor-client v0.13.0
32262026-05-26T23:47:56.071Z Compiling zerocopy-derive v0.6.6
32272026-05-26T23:47:56.181Z Checking funty v2.0.0
32282026-05-26T23:47:56.218Z Compiling newtype_derive v0.1.6
32292026-05-26T23:47:56.266Z Compiling serde_yaml v0.9.34+deprecated
32302026-05-26T23:47:56.408Z Compiling packed_struct v0.10.1
32312026-05-26T23:47:56.461Z Compiling cancel-safe-futures v0.1.5
32322026-05-26T23:47:56.494Z Checking crc-catalog v2.4.0
32332026-05-26T23:47:56.588Z Compiling owo-colors v4.3.0
32342026-05-26T23:47:56.685Z Checking crc v3.4.0
32352026-05-26T23:47:56.728Z Checking bitvec v1.0.1
32362026-05-26T23:47:56.908Z Checking zerocopy v0.6.6
32372026-05-26T23:47:56.980Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32382026-05-26T23:47:56.994Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32392026-05-26T23:47:57.150Z Checking typify-impl v0.6.2
32402026-05-26T23:47:57.192Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32412026-05-26T23:47:57.323Z Compiling packed_struct_codegen v0.10.1
32422026-05-26T23:47:57.447Z Checking libsw-core v0.3.2
32432026-05-26T23:47:57.510Z Compiling bitfield-macros v0.19.4
32442026-05-26T23:47:57.590Z Compiling indexmap v1.9.3
32452026-05-26T23:47:57.724Z Checking nodrop v0.1.14
32462026-05-26T23:47:57.807Z Checking libsw v3.5.0
32472026-05-26T23:47:57.821Z Checking array-init v0.0.4
32482026-05-26T23:47:57.961Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32492026-05-26T23:47:57.989Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32502026-05-26T23:47:58.118Z Checking smallvec v0.6.14
32512026-05-26T23:47:58.206Z Checking bitfield v0.19.4
32522026-05-26T23:47:58.283Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32532026-05-26T23:47:58.387Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32542026-05-26T23:47:58.559Z Checking unicode-linebreak v0.1.5
32552026-05-26T23:47:58.565Z Checking base64 v0.21.7
32562026-05-26T23:47:58.584Z Checking hashbrown v0.12.3
32572026-05-26T23:47:58.690Z Checking linear-map v1.2.0
32582026-05-26T23:47:58.705Z Checking tagptr v0.2.0
32592026-05-26T23:47:58.735Z Checking smawk v0.3.2
32602026-05-26T23:47:58.763Z Checking ron v0.8.1
32612026-05-26T23:47:58.839Z Checking moka v0.12.13
32622026-05-26T23:47:58.855Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32632026-05-26T23:47:58.867Z Checking textwrap v0.16.2
32642026-05-26T23:47:58.897Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32652026-05-26T23:47:59.064Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32662026-05-26T23:47:59.080Z Checking steno v0.4.1
32672026-05-26T23:47:59.273Z Checking serde-hex v0.1.0
32682026-05-26T23:47:59.326Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32692026-05-26T23:47:59.449Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32702026-05-26T23:47:59.465Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32712026-05-26T23:47:59.481Z Checking hashbrown v0.13.2
32722026-05-26T23:47:59.850Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32732026-05-26T23:47:59.888Z Checking crc-any v2.5.0
32742026-05-26T23:48:00.031Z Checking object v0.30.4
32752026-05-26T23:48:00.062Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32762026-05-26T23:48:00.076Z Checking hickory-resolver v0.25.2
32772026-05-26T23:48:00.078Z Checking path-slash v0.1.5
32782026-05-26T23:48:00.105Z Checking void v1.0.2
32792026-05-26T23:48:00.177Z Checking half v1.8.3
32802026-05-26T23:48:00.208Z Checking utf-8 v0.7.6
32812026-05-26T23:48:00.222Z Checking lzss v0.8.2
32822026-05-26T23:48:00.342Z Checking tungstenite v0.23.0
32832026-05-26T23:48:00.371Z Checking serde_cbor v0.11.2
32842026-05-26T23:48:00.543Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32852026-05-26T23:48:00.705Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32862026-05-26T23:48:00.736Z Checking nix v0.27.1
32872026-05-26T23:48:00.749Z Checking kstat-rs v0.2.4
32882026-05-26T23:48:00.763Z Checking fxhash v0.2.1
32892026-05-26T23:48:00.777Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32902026-05-26T23:48:00.886Z Checking serde_bytes v0.11.19
32912026-05-26T23:48:00.932Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32922026-05-26T23:48:00.947Z Checking tokio-tungstenite v0.23.1
32932026-05-26T23:48:01.055Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32942026-05-26T23:48:01.194Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32952026-05-26T23:48:01.208Z Checking signal-hook-tokio v0.3.1
32962026-05-26T23:48:01.526Z Compiling typify-macro v0.6.2
32972026-05-26T23:48:02.333Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32982026-05-26T23:48:02.665Z Compiling typify v0.6.2
32992026-05-26T23:48:02.746Z Compiling progenitor-impl v0.13.0
33002026-05-26T23:48:02.746Z Compiling progenitor-impl v0.14.0
33012026-05-26T23:48:03.214Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33022026-05-26T23:48:03.535Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33032026-05-26T23:48:04.324Z Compiling progenitor-macro v0.13.0
33042026-05-26T23:48:04.359Z Compiling progenitor-macro v0.14.0
33052026-05-26T23:48:06.711Z Checking progenitor v0.13.0
33062026-05-26T23:48:06.839Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33072026-05-26T23:48:07.003Z Checking progenitor v0.14.0
33082026-05-26T23:48:07.124Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33092026-05-26T23:48:09.846Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33102026-05-26T23:48:17.453Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33112026-05-26T23:48:23.730Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33122026-05-26T23:48:25.086Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33132026-05-26T23:48:25.590Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33142026-05-26T23:48:27.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.84s
33152026-05-26T23:48:27.853Z
33162026-05-26T23:48:27.853Zinfo: running `cargo check --bins` on gateway-api (134/295)
33172026-05-26T23:48:28.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182026-05-26T23:48:28.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192026-05-26T23:48:28.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33202026-05-26T23:48:28.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33212026-05-26T23:48:28.449Z
33222026-05-26T23:48:28.449Zinfo: running `cargo check --bins` on ipcc (135/295)
33232026-05-26T23:48:28.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242026-05-26T23:48:28.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252026-05-26T23:48:28.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262026-05-26T23:48:28.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33272026-05-26T23:48:29.051Z
33282026-05-26T23:48:29.051Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/295)
33292026-05-26T23:48:29.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-05-26T23:48:29.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-05-26T23:48:29.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-05-26T23:48:29.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33332026-05-26T23:48:29.629Z
33342026-05-26T23:48:29.629Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/295)
33352026-05-26T23:48:30.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-05-26T23:48:30.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-05-26T23:48:30.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-05-26T23:48:30.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33392026-05-26T23:48:30.242Z
33402026-05-26T23:48:30.242Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/295)
33412026-05-26T23:48:30.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-05-26T23:48:30.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-05-26T23:48:30.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-05-26T23:48:30.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33452026-05-26T23:48:30.840Z
33462026-05-26T23:48:30.840Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/295)
33472026-05-26T23:48:31.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-05-26T23:48:31.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-05-26T23:48:31.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-05-26T23:48:31.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33512026-05-26T23:48:31.435Z
33522026-05-26T23:48:31.435Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/295)
33532026-05-26T23:48:31.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-05-26T23:48:31.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-05-26T23:48:31.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-05-26T23:48:31.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33572026-05-26T23:48:32.038Z
33582026-05-26T23:48:32.038Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/295)
33592026-05-26T23:48:32.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-05-26T23:48:32.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-05-26T23:48:32.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-05-26T23:48:32.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33632026-05-26T23:48:32.657Z
33642026-05-26T23:48:32.657Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/295)
33652026-05-26T23:48:33.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-05-26T23:48:33.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-05-26T23:48:33.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-05-26T23:48:33.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33692026-05-26T23:48:33.250Z
33702026-05-26T23:48:33.250Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/295)
33712026-05-26T23:48:33.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-05-26T23:48:33.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-05-26T23:48:33.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-05-26T23:48:33.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33752026-05-26T23:48:33.848Z
33762026-05-26T23:48:33.848Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/295)
33772026-05-26T23:48:34.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-05-26T23:48:34.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-05-26T23:48:34.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-05-26T23:48:34.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33812026-05-26T23:48:34.450Z
33822026-05-26T23:48:34.450Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/295)
33832026-05-26T23:48:34.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-05-26T23:48:34.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-05-26T23:48:34.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-05-26T23:48:34.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33872026-05-26T23:48:35.049Z
33882026-05-26T23:48:35.049Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/295)
33892026-05-26T23:48:35.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-05-26T23:48:35.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-05-26T23:48:35.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-05-26T23:48:35.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33932026-05-26T23:48:35.646Z
33942026-05-26T23:48:35.646Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/295)
33952026-05-26T23:48:36.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-05-26T23:48:36.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-05-26T23:48:36.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-05-26T23:48:36.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33992026-05-26T23:48:36.251Z
34002026-05-26T23:48:36.251Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/295)
34012026-05-26T23:48:36.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-05-26T23:48:36.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-05-26T23:48:36.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-05-26T23:48:36.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34052026-05-26T23:48:36.875Z
34062026-05-26T23:48:36.875Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/295)
34072026-05-26T23:48:37.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-05-26T23:48:37.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-05-26T23:48:37.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-05-26T23:48:37.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34112026-05-26T23:48:37.494Z
34122026-05-26T23:48:37.494Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/295)
34132026-05-26T23:48:38.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-05-26T23:48:38.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-05-26T23:48:38.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-05-26T23:48:38.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34172026-05-26T23:48:38.117Z
34182026-05-26T23:48:38.117Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/295)
34192026-05-26T23:48:38.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-05-26T23:48:38.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-05-26T23:48:38.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-05-26T23:48:38.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34232026-05-26T23:48:38.738Z
34242026-05-26T23:48:38.738Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/295)
34252026-05-26T23:48:39.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-05-26T23:48:39.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-05-26T23:48:39.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-05-26T23:48:39.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34292026-05-26T23:48:39.360Z
34302026-05-26T23:48:39.360Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/295)
34312026-05-26T23:48:39.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-05-26T23:48:39.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-05-26T23:48:39.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-05-26T23:48:39.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34352026-05-26T23:48:39.980Z
34362026-05-26T23:48:39.980Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/295)
34372026-05-26T23:48:40.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-05-26T23:48:40.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-05-26T23:48:40.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-05-26T23:48:40.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34412026-05-26T23:48:40.601Z
34422026-05-26T23:48:40.601Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/295)
34432026-05-26T23:48:41.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-05-26T23:48:41.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-05-26T23:48:41.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-05-26T23:48:41.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34472026-05-26T23:48:41.218Z
34482026-05-26T23:48:41.218Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/295)
34492026-05-26T23:48:41.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-05-26T23:48:41.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-05-26T23:48:41.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-05-26T23:48:41.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34532026-05-26T23:48:41.831Z
34542026-05-26T23:48:41.831Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/295)
34552026-05-26T23:48:42.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-05-26T23:48:42.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-05-26T23:48:42.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-05-26T23:48:42.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34592026-05-26T23:48:42.444Z
34602026-05-26T23:48:42.444Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/295)
34612026-05-26T23:48:42.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-05-26T23:48:42.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-05-26T23:48:42.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-05-26T23:48:42.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34652026-05-26T23:48:43.043Z
34662026-05-26T23:48:43.043Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/295)
34672026-05-26T23:48:43.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-05-26T23:48:43.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-05-26T23:48:43.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-05-26T23:48:43.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34712026-05-26T23:48:43.649Z
34722026-05-26T23:48:43.649Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/295)
34732026-05-26T23:48:44.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-05-26T23:48:44.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-05-26T23:48:44.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-05-26T23:48:44.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34772026-05-26T23:48:44.251Z
34782026-05-26T23:48:44.251Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/295)
34792026-05-26T23:48:44.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-05-26T23:48:44.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-05-26T23:48:44.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-05-26T23:48:44.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34832026-05-26T23:48:44.856Z
34842026-05-26T23:48:44.856Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/295)
34852026-05-26T23:48:45.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-05-26T23:48:45.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-05-26T23:48:45.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-05-26T23:48:45.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34892026-05-26T23:48:45.458Z
34902026-05-26T23:48:45.458Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/295)
34912026-05-26T23:48:45.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-05-26T23:48:45.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-05-26T23:48:45.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-05-26T23:48:45.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34952026-05-26T23:48:46.061Z
34962026-05-26T23:48:46.061Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/295)
34972026-05-26T23:48:46.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-05-26T23:48:46.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-05-26T23:48:46.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-05-26T23:48:46.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35012026-05-26T23:48:46.656Z
35022026-05-26T23:48:46.656Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/295)
35032026-05-26T23:48:47.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-05-26T23:48:47.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-05-26T23:48:47.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-05-26T23:48:47.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35072026-05-26T23:48:47.260Z
35082026-05-26T23:48:47.260Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/295)
35092026-05-26T23:48:47.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-05-26T23:48:47.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-05-26T23:48:47.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-05-26T23:48:47.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35132026-05-26T23:48:47.891Z
35142026-05-26T23:48:47.891Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/295)
35152026-05-26T23:48:48.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-05-26T23:48:48.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-05-26T23:48:48.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-05-26T23:48:48.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35192026-05-26T23:48:48.504Z
35202026-05-26T23:48:48.504Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/295)
35212026-05-26T23:48:49.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-05-26T23:48:49.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-05-26T23:48:49.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-05-26T23:48:49.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35252026-05-26T23:48:49.125Z
35262026-05-26T23:48:49.125Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/295)
35272026-05-26T23:48:49.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-05-26T23:48:49.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-05-26T23:48:49.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-05-26T23:48:49.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35312026-05-26T23:48:49.736Z
35322026-05-26T23:48:49.736Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/295)
35332026-05-26T23:48:50.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-05-26T23:48:50.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-05-26T23:48:50.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-05-26T23:48:50.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35372026-05-26T23:48:50.351Z
35382026-05-26T23:48:50.351Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/295)
35392026-05-26T23:48:50.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-05-26T23:48:50.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-05-26T23:48:50.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-05-26T23:48:50.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35432026-05-26T23:48:50.973Z
35442026-05-26T23:48:50.973Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/295)
35452026-05-26T23:48:51.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-05-26T23:48:51.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-05-26T23:48:51.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-05-26T23:48:51.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35492026-05-26T23:48:51.581Z
35502026-05-26T23:48:51.581Zinfo: running `cargo check --bins` on oximeter-producer (173/295)
35512026-05-26T23:48:52.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-05-26T23:48:52.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-05-26T23:48:52.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-05-26T23:48:52.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35552026-05-26T23:48:52.208Z
35562026-05-26T23:48:52.208Zinfo: running `cargo check --bins` on internal-dns-resolver (174/295)
35572026-05-26T23:48:52.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-05-26T23:48:52.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-05-26T23:48:52.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-05-26T23:48:52.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35612026-05-26T23:48:52.802Z
35622026-05-26T23:48:52.802Zinfo: running `cargo check --bins` on dns-server (175/295)
35632026-05-26T23:48:53.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-05-26T23:48:53.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-05-26T23:48:53.447Z Compiling parking_lot_core v0.8.6
35662026-05-26T23:48:53.447Z Compiling atomicwrites v0.4.4
35672026-05-26T23:48:53.447Z Compiling git-stub v1.0.0
35682026-05-26T23:48:53.450Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35692026-05-26T23:48:53.450Z Checking prefix-trie v0.7.0
35702026-05-26T23:48:53.694Z Compiling git-stub-vcs v0.1.0
35712026-05-26T23:48:53.861Z Checking hickory-server v0.25.2
35722026-05-26T23:48:53.954Z Checking parking_lot v0.11.2
35732026-05-26T23:48:53.967Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35742026-05-26T23:48:54.031Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35752026-05-26T23:48:54.031Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35762026-05-26T23:48:54.126Z Checking sled v0.34.7
35772026-05-26T23:48:55.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
35782026-05-26T23:48:56.171Z
35792026-05-26T23:48:56.171Zinfo: running `cargo check --bins` on dns-server-api (176/295)
35802026-05-26T23:48:56.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-05-26T23:48:56.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-05-26T23:48:56.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-05-26T23:48:56.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35842026-05-26T23:48:56.760Z
35852026-05-26T23:48:56.760Zinfo: running `cargo check --bins` on oximeter-producer-api (177/295)
35862026-05-26T23:48:57.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-05-26T23:48:57.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-05-26T23:48:57.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-05-26T23:48:57.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35902026-05-26T23:48:57.345Z
35912026-05-26T23:48:57.345Zinfo: running `cargo check --bins` on sp-sim (178/295)
35922026-05-26T23:48:57.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-05-26T23:48:57.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-05-26T23:48:58.059Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35952026-05-26T23:48:59.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.47s
35962026-05-26T23:49:00.029Z
35972026-05-26T23:49:00.029Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/295)
35982026-05-26T23:49:00.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-05-26T23:49:00.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-05-26T23:49:00.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-05-26T23:49:00.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36022026-05-26T23:49:00.685Z
36032026-05-26T23:49:00.685Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/295)
36042026-05-26T23:49:01.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-05-26T23:49:01.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-05-26T23:49:01.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-05-26T23:49:01.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36082026-05-26T23:49:01.340Z
36092026-05-26T23:49:01.340Zinfo: running `cargo check --bins` on db-macros (181/295)
36102026-05-26T23:49:01.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-05-26T23:49:01.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-05-26T23:49:01.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36132026-05-26T23:49:01.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36142026-05-26T23:49:01.924Z
36152026-05-26T23:49:01.924Zinfo: running `cargo check --bins` on nexus-macros-common (182/295)
36162026-05-26T23:49:02.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-05-26T23:49:02.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-05-26T23:49:02.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-05-26T23:49:02.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36202026-05-26T23:49:02.506Z
36212026-05-26T23:49:02.506Zinfo: running `cargo check --bins` on nexus-auth (183/295)
36222026-05-26T23:49:03.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-05-26T23:49:03.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-05-26T23:49:03.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252026-05-26T23:49:03.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36262026-05-26T23:49:03.157Z
36272026-05-26T23:49:03.157Zinfo: running `cargo check --bins` on authz-macros (184/295)
36282026-05-26T23:49:03.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292026-05-26T23:49:03.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302026-05-26T23:49:03.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36312026-05-26T23:49:03.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36322026-05-26T23:49:03.741Z
36332026-05-26T23:49:03.741Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/295)
36342026-05-26T23:49:04.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36352026-05-26T23:49:04.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36362026-05-26T23:49:04.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36372026-05-26T23:49:04.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36382026-05-26T23:49:04.383Z
36392026-05-26T23:49:04.383Zinfo: running `cargo check --bins` on nexus-db-model (186/295)
36402026-05-26T23:49:04.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36412026-05-26T23:49:04.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36422026-05-26T23:49:04.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36432026-05-26T23:49:04.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36442026-05-26T23:49:05.035Z
36452026-05-26T23:49:05.035Zinfo: running `cargo check --bins` on nexus-db-schema (187/295)
36462026-05-26T23:49:05.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36472026-05-26T23:49:05.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36482026-05-26T23:49:05.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36492026-05-26T23:49:05.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36502026-05-26T23:49:05.623Z
36512026-05-26T23:49:05.623Zinfo: running `cargo check --bins` on omicron-rpaths (188/295)
36522026-05-26T23:49:06.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36532026-05-26T23:49:06.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36542026-05-26T23:49:06.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36552026-05-26T23:49:06.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36562026-05-26T23:49:06.207Z
36572026-05-26T23:49:06.207Zinfo: running `cargo check --bins` on nexus-defaults (189/295)
36582026-05-26T23:49:06.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36592026-05-26T23:49:06.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36602026-05-26T23:49:06.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36612026-05-26T23:49:06.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36622026-05-26T23:49:06.806Z
36632026-05-26T23:49:06.807Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/295)
36642026-05-26T23:49:07.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36652026-05-26T23:49:07.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36662026-05-26T23:49:07.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36672026-05-26T23:49:07.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36682026-05-26T23:49:07.398Z
36692026-05-26T23:49:07.398Zinfo: running `cargo check --bins` on parallel-task-set (191/295)
36702026-05-26T23:49:07.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36712026-05-26T23:49:07.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36722026-05-26T23:49:07.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36732026-05-26T23:49:07.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36742026-05-26T23:49:07.987Z
36752026-05-26T23:49:07.987Zinfo: running `cargo check --bins` on nexus-db-errors (192/295)
36762026-05-26T23:49:08.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36772026-05-26T23:49:08.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36782026-05-26T23:49:08.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36792026-05-26T23:49:08.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36802026-05-26T23:49:08.639Z
36812026-05-26T23:49:08.639Zinfo: running `cargo check --bins` on nexus-db-lookup (193/295)
36822026-05-26T23:49:09.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36832026-05-26T23:49:09.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36842026-05-26T23:49:09.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36852026-05-26T23:49:09.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36862026-05-26T23:49:09.289Z
36872026-05-26T23:49:09.289Zinfo: running `cargo check --bins` on nexus-inventory (194/295)
36882026-05-26T23:49:09.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36892026-05-26T23:49:09.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36902026-05-26T23:49:09.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36912026-05-26T23:49:09.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36922026-05-26T23:49:09.939Z
36932026-05-26T23:49:09.939Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (195/295)
36942026-05-26T23:49:10.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36952026-05-26T23:49:10.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36962026-05-26T23:49:10.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36972026-05-26T23:49:10.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36982026-05-26T23:49:10.554Z
36992026-05-26T23:49:10.554Zinfo: running `cargo check --bins --no-default-features` on sled-storage (196/295)
37002026-05-26T23:49:11.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37012026-05-26T23:49:11.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37022026-05-26T23:49:11.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37032026-05-26T23:49:11.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37042026-05-26T23:49:11.164Z
37052026-05-26T23:49:11.164Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (197/295)
37062026-05-26T23:49:11.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37072026-05-26T23:49:11.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37082026-05-26T23:49:11.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37092026-05-26T23:49:11.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37102026-05-26T23:49:11.779Z
37112026-05-26T23:49:11.779Zinfo: running `cargo check --bins` on key-manager (198/295)
37122026-05-26T23:49:12.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37132026-05-26T23:49:12.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37142026-05-26T23:49:12.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37152026-05-26T23:49:12.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37162026-05-26T23:49:12.373Z
37172026-05-26T23:49:12.373Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (199/295)
37182026-05-26T23:49:12.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37192026-05-26T23:49:12.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37202026-05-26T23:49:12.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37212026-05-26T23:49:12.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37222026-05-26T23:49:12.987Z
37232026-05-26T23:49:12.987Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (200/295)
37242026-05-26T23:49:13.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37252026-05-26T23:49:13.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37262026-05-26T23:49:13.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37272026-05-26T23:49:13.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37282026-05-26T23:49:13.601Z
37292026-05-26T23:49:13.601Zinfo: running `cargo check --bins` on typed-rng (201/295)
37302026-05-26T23:49:14.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37312026-05-26T23:49:14.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37322026-05-26T23:49:14.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37332026-05-26T23:49:14.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37342026-05-26T23:49:14.185Z
37352026-05-26T23:49:14.185Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/295)
37362026-05-26T23:49:14.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37372026-05-26T23:49:14.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37382026-05-26T23:49:15.041Z Compiling libefi-sys v0.1.0
37392026-05-26T23:49:15.174Z Compiling bitfield-struct v0.6.2
37402026-05-26T23:49:15.185Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37412026-05-26T23:49:15.194Z Compiling xshell-macros v0.2.7
37422026-05-26T23:49:15.205Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37432026-05-26T23:49:15.231Z Compiling typify-impl v0.4.3
37442026-05-26T23:49:15.234Z Compiling salty v0.3.0
37452026-05-26T23:49:15.234Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37462026-05-26T23:49:15.308Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37472026-05-26T23:49:15.386Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37482026-05-26T23:49:15.533Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37492026-05-26T23:49:15.546Z Checking xshell v0.2.7
37502026-05-26T23:49:15.576Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37512026-05-26T23:49:15.728Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37522026-05-26T23:49:15.760Z Checking primeorder v0.13.6
37532026-05-26T23:49:15.776Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37542026-05-26T23:49:15.776Z Compiling proc-macro-error-attr2 v2.0.0
37552026-05-26T23:49:15.905Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37562026-05-26T23:49:15.923Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37572026-05-26T23:49:15.995Z Checking p384 v0.13.1
37582026-05-26T23:49:16.012Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37592026-05-26T23:49:16.132Z Checking tungstenite v0.21.0
37602026-05-26T23:49:16.168Z Compiling proc-macro-error2 v2.0.1
37612026-05-26T23:49:16.206Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37622026-05-26T23:49:16.242Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37632026-05-26T23:49:16.557Z Compiling num-derive v0.3.3
37642026-05-26T23:49:16.751Z Checking tokio-tungstenite v0.21.0
37652026-05-26T23:49:16.867Z Compiling tabled_derive v0.11.0
37662026-05-26T23:49:17.041Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37672026-05-26T23:49:17.121Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37682026-05-26T23:49:17.441Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37692026-05-26T23:49:17.560Z Checking libscf-sys v1.1.0
37702026-05-26T23:49:17.634Z Checking papergrid v0.17.0
37712026-05-26T23:49:17.694Z Checking testing_table v0.3.0
37722026-05-26T23:49:17.794Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37732026-05-26T23:49:17.824Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37742026-05-26T23:49:17.939Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37752026-05-26T23:49:18.023Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37762026-05-26T23:49:18.235Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37772026-05-26T23:49:18.281Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37782026-05-26T23:49:18.319Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37792026-05-26T23:49:18.403Z Checking corncobs v0.1.4
37802026-05-26T23:49:18.434Z Compiling illumos-nvpair-sys v0.2.0
37812026-05-26T23:49:18.479Z Compiling unicase v2.9.0
37822026-05-26T23:49:18.532Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37832026-05-26T23:49:18.563Z Checking tabled v0.20.0
37842026-05-26T23:49:18.660Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37852026-05-26T23:49:18.686Z Compiling mime_guess v2.0.5
37862026-05-26T23:49:18.709Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37872026-05-26T23:49:18.789Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37882026-05-26T23:49:18.868Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
37892026-05-26T23:49:18.888Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37902026-05-26T23:49:18.973Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37912026-05-26T23:49:19.117Z Checking progenitor-client v0.11.2
37922026-05-26T23:49:19.223Z Checking secrecy v0.8.0
37932026-05-26T23:49:19.350Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37942026-05-26T23:49:19.480Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37952026-05-26T23:49:19.597Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
37962026-05-26T23:49:19.695Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37972026-05-26T23:49:19.710Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37982026-05-26T23:49:19.729Z Compiling typify-macro v0.4.3
37992026-05-26T23:49:19.745Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38002026-05-26T23:49:19.933Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38012026-05-26T23:49:19.972Z Checking filetime v0.2.27
38022026-05-26T23:49:20.104Z Checking http-range v0.1.5
38032026-05-26T23:49:20.195Z Checking crc8 v0.1.1
38042026-05-26T23:49:20.234Z Checking xattr v1.6.1
38052026-05-26T23:49:20.300Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38062026-05-26T23:49:20.371Z Checking tar v0.4.45
38072026-05-26T23:49:20.502Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38082026-05-26T23:49:20.582Z Checking illumos-nvpair v0.3.0
38092026-05-26T23:49:20.742Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38102026-05-26T23:49:20.762Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38112026-05-26T23:49:20.778Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38122026-05-26T23:49:21.129Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38132026-05-26T23:49:21.168Z Checking atty v0.2.14
38142026-05-26T23:49:21.271Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
38152026-05-26T23:49:21.309Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38162026-05-26T23:49:21.358Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38172026-05-26T23:49:21.435Z Compiling typify v0.4.3
38182026-05-26T23:49:21.551Z Compiling progenitor-impl v0.11.2
38192026-05-26T23:49:21.695Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38202026-05-26T23:49:21.931Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38212026-05-26T23:49:21.963Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
38222026-05-26T23:49:22.071Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38232026-05-26T23:49:22.213Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38242026-05-26T23:49:22.289Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38252026-05-26T23:49:22.457Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38262026-05-26T23:49:22.473Z Checking hyper-staticfile v0.10.1
38272026-05-26T23:49:22.541Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38282026-05-26T23:49:22.762Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38292026-05-26T23:49:22.800Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38302026-05-26T23:49:22.905Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38312026-05-26T23:49:23.103Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38322026-05-26T23:49:23.120Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38332026-05-26T23:49:23.332Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38342026-05-26T23:49:23.372Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
38352026-05-26T23:49:23.409Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38362026-05-26T23:49:23.606Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38372026-05-26T23:49:24.050Z Compiling progenitor-macro v0.11.2
38382026-05-26T23:49:26.403Z Checking progenitor v0.11.2
38392026-05-26T23:49:26.534Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38402026-05-26T23:49:26.734Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38412026-05-26T23:49:31.166Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38422026-05-26T23:49:42.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.83s
38432026-05-26T23:49:42.236Z
38442026-05-26T23:49:42.236Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/295)
38452026-05-26T23:49:42.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38462026-05-26T23:49:42.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38472026-05-26T23:49:43.025Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38482026-05-26T23:49:53.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s
38492026-05-26T23:49:53.849Z
38502026-05-26T23:49:53.849Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/295)
38512026-05-26T23:49:54.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38522026-05-26T23:49:54.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38532026-05-26T23:49:54.624Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38542026-05-26T23:50:05.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s
38552026-05-26T23:50:05.416Z
38562026-05-26T23:50:05.417Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/295)
38572026-05-26T23:50:05.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38582026-05-26T23:50:05.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38592026-05-26T23:50:06.204Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38602026-05-26T23:50:16.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s
38612026-05-26T23:50:16.986Z
38622026-05-26T23:50:16.986Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/295)
38632026-05-26T23:50:17.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38642026-05-26T23:50:17.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38652026-05-26T23:50:17.770Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38662026-05-26T23:50:28.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.45s
38672026-05-26T23:50:28.653Z
38682026-05-26T23:50:28.653Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/295)
38692026-05-26T23:50:29.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38702026-05-26T23:50:29.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38712026-05-26T23:50:29.435Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38722026-05-26T23:50:40.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s
38732026-05-26T23:50:40.276Z
38742026-05-26T23:50:40.277Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/295)
38752026-05-26T23:50:40.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38762026-05-26T23:50:40.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38772026-05-26T23:50:41.059Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38782026-05-26T23:50:51.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.48s
38792026-05-26T23:50:51.979Z
38802026-05-26T23:50:51.980Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/295)
38812026-05-26T23:50:52.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38822026-05-26T23:50:52.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38832026-05-26T23:50:52.766Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38842026-05-26T23:51:03.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s
38852026-05-26T23:51:03.579Z
38862026-05-26T23:51:03.579Zinfo: running `cargo check --bins` on bootstrap-agent-api (210/295)
38872026-05-26T23:51:04.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38882026-05-26T23:51:04.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38892026-05-26T23:51:04.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38902026-05-26T23:51:04.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38912026-05-26T23:51:04.179Z
38922026-05-26T23:51:04.179Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/295)
38932026-05-26T23:51:04.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38942026-05-26T23:51:04.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38952026-05-26T23:51:04.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38962026-05-26T23:51:04.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38972026-05-26T23:51:04.784Z
38982026-05-26T23:51:04.784Zinfo: running `cargo check --bins` on range-requests (212/295)
38992026-05-26T23:51:05.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39002026-05-26T23:51:05.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39012026-05-26T23:51:05.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39022026-05-26T23:51:05.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39032026-05-26T23:51:05.386Z
39042026-05-26T23:51:05.386Zinfo: running `cargo check --bins` on repo-depot-api (213/295)
39052026-05-26T23:51:05.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39062026-05-26T23:51:05.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39072026-05-26T23:51:05.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39082026-05-26T23:51:05.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39092026-05-26T23:51:05.984Z
39102026-05-26T23:51:05.984Zinfo: running `cargo check --bins` on sled-agent-api (214/295)
39112026-05-26T23:51:06.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39122026-05-26T23:51:06.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39132026-05-26T23:51:06.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39142026-05-26T23:51:06.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39152026-05-26T23:51:06.611Z
39162026-05-26T23:51:06.611Zinfo: running `cargo check --bins` on sled-diagnostics (215/295)
39172026-05-26T23:51:07.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39182026-05-26T23:51:07.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39192026-05-26T23:51:07.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39202026-05-26T23:51:07.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39212026-05-26T23:51:07.237Z
39222026-05-26T23:51:07.237Zinfo: running `cargo check --bins` on zfs-test-harness (216/295)
39232026-05-26T23:51:07.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39242026-05-26T23:51:07.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39252026-05-26T23:51:07.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39262026-05-26T23:51:07.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39272026-05-26T23:51:07.854Z
39282026-05-26T23:51:07.854Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (217/295)
39292026-05-26T23:51:08.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39302026-05-26T23:51:08.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39312026-05-26T23:51:08.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39322026-05-26T23:51:08.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39332026-05-26T23:51:08.482Z
39342026-05-26T23:51:08.482Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (218/295)
39352026-05-26T23:51:09.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39362026-05-26T23:51:09.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39372026-05-26T23:51:09.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39382026-05-26T23:51:09.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39392026-05-26T23:51:09.116Z
39402026-05-26T23:51:09.116Zinfo: running `cargo check --bins` on sled-agent-early-networking (219/295)
39412026-05-26T23:51:09.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-05-26T23:51:09.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-05-26T23:51:09.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442026-05-26T23:51:09.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39452026-05-26T23:51:09.743Z
39462026-05-26T23:51:09.743Zinfo: running `cargo check --bins` on sled-agent-health-monitor (220/295)
39472026-05-26T23:51:10.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-05-26T23:51:10.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-05-26T23:51:10.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-05-26T23:51:10.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39512026-05-26T23:51:10.363Z
39522026-05-26T23:51:10.364Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (221/295)
39532026-05-26T23:51:10.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-05-26T23:51:10.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-05-26T23:51:10.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-05-26T23:51:10.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39572026-05-26T23:51:10.983Z
39582026-05-26T23:51:10.983Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (222/295)
39592026-05-26T23:51:11.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-05-26T23:51:11.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-05-26T23:51:11.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-05-26T23:51:11.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39632026-05-26T23:51:11.603Z
39642026-05-26T23:51:11.603Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (223/295)
39652026-05-26T23:51:12.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-05-26T23:51:12.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-05-26T23:51:12.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-05-26T23:51:12.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39692026-05-26T23:51:12.226Z
39702026-05-26T23:51:12.226Zinfo: running `cargo check --bins` on sled-agent-rack-setup (224/295)
39712026-05-26T23:51:12.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-05-26T23:51:12.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-05-26T23:51:12.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-05-26T23:51:12.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39752026-05-26T23:51:12.869Z
39762026-05-26T23:51:12.869Zinfo: running `cargo check --bins` on trust-quorum (225/295)
39772026-05-26T23:51:13.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-05-26T23:51:13.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-05-26T23:51:13.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39802026-05-26T23:51:13.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39812026-05-26T23:51:13.495Z
39822026-05-26T23:51:13.495Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (226/295)
39832026-05-26T23:51:14.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39842026-05-26T23:51:14.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39852026-05-26T23:51:14.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39862026-05-26T23:51:14.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39872026-05-26T23:51:14.130Z
39882026-05-26T23:51:14.130Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (227/295)
39892026-05-26T23:51:14.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39902026-05-26T23:51:14.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39912026-05-26T23:51:14.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39922026-05-26T23:51:14.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39932026-05-26T23:51:14.784Z
39942026-05-26T23:51:14.784Zinfo: running `cargo check --bins` on update-common (228/295)
39952026-05-26T23:51:15.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39962026-05-26T23:51:15.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39972026-05-26T23:51:15.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39982026-05-26T23:51:15.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39992026-05-26T23:51:15.388Z
40002026-05-26T23:51:15.388Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (229/295)
40012026-05-26T23:51:15.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-05-26T23:51:15.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-05-26T23:51:15.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40042026-05-26T23:51:15.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40052026-05-26T23:51:16.043Z
40062026-05-26T23:51:16.043Zinfo: running `cargo check --bins` on omicron-deployment-graph (230/295)
40072026-05-26T23:51:16.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-05-26T23:51:16.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-05-26T23:51:16.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40102026-05-26T23:51:16.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40112026-05-26T23:51:16.626Z
40122026-05-26T23:51:16.626Zinfo: running `cargo check --bins` on reconfigurator-cli (231/295)
40132026-05-26T23:51:17.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40142026-05-26T23:51:17.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40152026-05-26T23:51:17.400Z Compiling fs-err v2.11.0
40162026-05-26T23:51:17.403Z Checking ignore v0.4.25
40172026-05-26T23:51:17.403Z Checking arc-swap v1.8.2
40182026-05-26T23:51:17.535Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40192026-05-26T23:51:17.535Z Checking predicates-tree v1.0.13
40202026-05-26T23:51:17.538Z Checking parse-size v1.1.0
40212026-05-26T23:51:17.564Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40222026-05-26T23:51:17.567Z Checking rand_seeder v0.4.0
40232026-05-26T23:51:17.630Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40242026-05-26T23:51:17.663Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40252026-05-26T23:51:17.711Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40262026-05-26T23:51:17.723Z Checking slog-scope v4.4.1
40272026-05-26T23:51:17.759Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40282026-05-26T23:51:17.849Z Checking slog-stdlog v4.1.1
40292026-05-26T23:51:17.865Z Compiling petname v2.0.2
40302026-05-26T23:51:17.880Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40312026-05-26T23:51:17.904Z Checking globwalk v0.9.1
40322026-05-26T23:51:17.954Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40332026-05-26T23:51:17.967Z Checking slog-envlogger v2.2.0
40342026-05-26T23:51:18.079Z Checking camino-tempfile-ext v0.3.3
40352026-05-26T23:51:18.111Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40362026-05-26T23:51:18.146Z Checking sapling-renderdag v0.1.0
40372026-05-26T23:51:18.286Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40382026-05-26T23:51:18.296Z Checking subprocess v0.2.15
40392026-05-26T23:51:18.380Z Checking sync-ptr v0.1.4
40402026-05-26T23:51:18.491Z Checking colored v2.2.0
40412026-05-26T23:51:18.505Z Checking assert_matches v1.5.0
40422026-05-26T23:51:18.568Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40432026-05-26T23:51:18.755Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40442026-05-26T23:51:18.755Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40452026-05-26T23:51:19.458Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40462026-05-26T23:51:20.771Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40472026-05-26T23:51:22.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.32s
40482026-05-26T23:51:23.162Z
40492026-05-26T23:51:23.162Zinfo: running `cargo check --bins` on omicron-repl-utils (232/295)
40502026-05-26T23:51:23.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40512026-05-26T23:51:23.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40522026-05-26T23:51:23.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40532026-05-26T23:51:23.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40542026-05-26T23:51:23.748Z
40552026-05-26T23:51:23.748Zinfo: running `cargo check --bins` on transient-dns-server (233/295)
40562026-05-26T23:51:24.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40572026-05-26T23:51:24.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40582026-05-26T23:51:24.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40592026-05-26T23:51:24.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40602026-05-26T23:51:24.362Z
40612026-05-26T23:51:24.363Zinfo: running `cargo check --bins` on nexus-test-interface (234/295)
40622026-05-26T23:51:24.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40632026-05-26T23:51:24.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40642026-05-26T23:51:24.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40652026-05-26T23:51:24.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40662026-05-26T23:51:25.022Z
40672026-05-26T23:51:25.022Zinfo: running `cargo check --bins` on oximeter-collector (235/295)
40682026-05-26T23:51:25.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40692026-05-26T23:51:25.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40702026-05-26T23:51:25.752Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40712026-05-26T23:51:25.753Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40722026-05-26T23:51:26.402Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40732026-05-26T23:51:27.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.95s
40742026-05-26T23:51:28.175Z
40752026-05-26T23:51:28.175Zinfo: running `cargo check --bins` on oximeter-api (236/295)
40762026-05-26T23:51:28.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40772026-05-26T23:51:28.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40782026-05-26T23:51:28.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40792026-05-26T23:51:28.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40802026-05-26T23:51:28.773Z
40812026-05-26T23:51:28.774Zinfo: running `cargo check --bins` on cert-dev (237/295)
40822026-05-26T23:51:29.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40832026-05-26T23:51:29.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40842026-05-26T23:51:29.377Z Checking yasna v0.5.2
40852026-05-26T23:51:29.780Z Checking rcgen v0.12.1
40862026-05-26T23:51:30.026Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40872026-05-26T23:51:30.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
40882026-05-26T23:51:30.373Z
40892026-05-26T23:51:30.373Zinfo: running `cargo check --bins` on clickana (238/295)
40902026-05-26T23:51:30.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40912026-05-26T23:51:30.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40922026-05-26T23:51:31.017Z Compiling darling_core v0.23.0
40932026-05-26T23:51:31.020Z Compiling instability v0.3.11
40942026-05-26T23:51:31.125Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40952026-05-26T23:51:31.136Z Checking castaway v0.2.4
40962026-05-26T23:51:31.143Z Compiling indoc v2.0.7
40972026-05-26T23:51:31.145Z Checking unicode-truncate v1.1.0
40982026-05-26T23:51:31.161Z Checking lru v0.12.5
40992026-05-26T23:51:31.161Z Checking cassowary v0.3.0
41002026-05-26T23:51:31.227Z Checking compact_str v0.8.1
41012026-05-26T23:51:32.171Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41022026-05-26T23:51:32.354Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41032026-05-26T23:51:32.537Z Compiling darling_macro v0.23.0
41042026-05-26T23:51:32.944Z Compiling darling v0.23.0
41052026-05-26T23:51:33.551Z Checking ratatui v0.29.0
41062026-05-26T23:51:34.582Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41072026-05-26T23:51:35.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.87s
41082026-05-26T23:51:35.430Z
41092026-05-26T23:51:35.430Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (239/295)
41102026-05-26T23:51:35.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41112026-05-26T23:51:35.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41122026-05-26T23:51:36.148Z Checking headers-core v0.3.0
41132026-05-26T23:51:36.151Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41142026-05-26T23:51:36.345Z Checking headers v0.4.1
41152026-05-26T23:51:36.721Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41162026-05-26T23:51:37.559Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41172026-05-26T23:51:38.057Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41182026-05-26T23:51:38.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.04s
41192026-05-26T23:51:38.679Z
41202026-05-26T23:51:38.679Zinfo: running `cargo check --bins` on ch-dev (240/295)
41212026-05-26T23:51:39.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41222026-05-26T23:51:39.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41232026-05-26T23:51:39.393Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41242026-05-26T23:51:40.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
41252026-05-26T23:51:40.329Z
41262026-05-26T23:51:40.329Zinfo: running `cargo check --bins` on dev-tools-common (241/295)
41272026-05-26T23:51:40.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41282026-05-26T23:51:40.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41292026-05-26T23:51:40.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41302026-05-26T23:51:40.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
41312026-05-26T23:51:40.791Z
41322026-05-26T23:51:40.791Zinfo: running `cargo check --bins` on crdb-seed (242/295)
41332026-05-26T23:51:41.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41342026-05-26T23:51:41.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41352026-05-26T23:51:41.500Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41362026-05-26T23:51:42.472Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41372026-05-26T23:51:42.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.01s
41382026-05-26T23:51:43.007Z
41392026-05-26T23:51:43.007Zinfo: running `cargo check --bins` on db-dev (243/295)
41402026-05-26T23:51:43.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41412026-05-26T23:51:43.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41422026-05-26T23:51:43.718Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41432026-05-26T23:51:44.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
41442026-05-26T23:51:44.662Z
41452026-05-26T23:51:44.663Zinfo: running `cargo check --bins` on omicron-dev-lib (244/295)
41462026-05-26T23:51:45.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41472026-05-26T23:51:45.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41482026-05-26T23:51:45.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41492026-05-26T23:51:45.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41502026-05-26T23:51:45.300Z
41512026-05-26T23:51:45.301Zinfo: running `cargo check --bins` on xtask-downloader (245/295)
41522026-05-26T23:51:45.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41532026-05-26T23:51:45.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41542026-05-26T23:51:45.924Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41552026-05-26T23:51:46.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
41562026-05-26T23:51:46.760Z
41572026-05-26T23:51:46.760Zinfo: running `cargo check --bins` on omicron-dropshot-apis (246/295)
41582026-05-26T23:51:47.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41592026-05-26T23:51:47.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41602026-05-26T23:51:47.501Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41612026-05-26T23:51:47.501Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41622026-05-26T23:51:47.504Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=50ed531201ea5f85115141a2203d551fbbdaa3da#50ed5312)
41632026-05-26T23:51:47.504Z Checking git-stub v1.0.0
41642026-05-26T23:51:47.504Z Compiling trait-variant v0.1.2
41652026-05-26T23:51:47.504Z Checking maplit v1.0.2
41662026-05-26T23:51:47.504Z Checking is_ci v1.2.0
41672026-05-26T23:51:47.504Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41682026-05-26T23:51:47.689Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41692026-05-26T23:51:47.741Z Checking supports-color v3.0.2
41702026-05-26T23:51:47.756Z Checking git-stub-vcs v0.1.0
41712026-05-26T23:51:47.862Z Checking drift v0.2.0
41722026-05-26T23:51:47.890Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41732026-05-26T23:51:47.893Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41742026-05-26T23:51:47.943Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41752026-05-26T23:51:48.109Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41762026-05-26T23:51:48.144Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41772026-05-26T23:51:48.172Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41782026-05-26T23:51:48.203Z Checking dropshot-api-manager v0.7.2
41792026-05-26T23:51:48.357Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41802026-05-26T23:51:48.384Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41812026-05-26T23:51:48.597Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=50ed531201ea5f85115141a2203d551fbbdaa3da#50ed5312)
41822026-05-26T23:51:48.868Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41832026-05-26T23:51:53.848Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41842026-05-26T23:51:54.927Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41852026-05-26T23:51:55.478Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41862026-05-26T23:51:55.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.13s
41872026-05-26T23:51:56.108Z
41882026-05-26T23:51:56.108Zinfo: running `cargo check --bins` on installinator-api (247/295)
41892026-05-26T23:51:56.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41902026-05-26T23:51:56.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41912026-05-26T23:51:56.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41922026-05-26T23:51:56.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41932026-05-26T23:51:56.700Z
41942026-05-26T23:51:56.700Zinfo: running `cargo check --bins` on nexus-external-api (248/295)
41952026-05-26T23:51:57.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41962026-05-26T23:51:57.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41972026-05-26T23:51:57.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41982026-05-26T23:51:57.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41992026-05-26T23:51:57.320Z
42002026-05-26T23:51:57.320Zinfo: running `cargo check --bins` on nexus-internal-api (249/295)
42012026-05-26T23:51:57.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42022026-05-26T23:51:57.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42032026-05-26T23:51:57.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42042026-05-26T23:51:57.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42052026-05-26T23:51:57.947Z
42062026-05-26T23:51:57.947Zinfo: running `cargo check --bins` on nexus-lockstep-api (250/295)
42072026-05-26T23:51:58.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42082026-05-26T23:51:58.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42092026-05-26T23:51:58.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42102026-05-26T23:51:58.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42112026-05-26T23:51:58.573Z
42122026-05-26T23:51:58.573Zinfo: running `cargo check --bins` on ntp-admin-api (251/295)
42132026-05-26T23:51:59.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42142026-05-26T23:51:59.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42152026-05-26T23:51:59.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42162026-05-26T23:51:59.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42172026-05-26T23:51:59.167Z
42182026-05-26T23:51:59.167Zinfo: running `cargo check --bins` on ntp-admin-types-versions (252/295)
42192026-05-26T23:51:59.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42202026-05-26T23:51:59.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42212026-05-26T23:51:59.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42222026-05-26T23:51:59.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42232026-05-26T23:51:59.751Z
42242026-05-26T23:51:59.752Zinfo: running `cargo check --bins` on wicketd-api (253/295)
42252026-05-26T23:52:00.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42262026-05-26T23:52:00.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42272026-05-26T23:52:00.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42282026-05-26T23:52:00.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42292026-05-26T23:52:00.353Z
42302026-05-26T23:52:00.353Zinfo: running `cargo check --bins` on omicron-ls-apis (254/295)
42312026-05-26T23:52:00.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42322026-05-26T23:52:00.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42332026-05-26T23:52:00.957Z Checking typeid v1.0.3
42342026-05-26T23:52:01.067Z Checking ordered-float v2.10.1
42352026-05-26T23:52:01.086Z Checking unicode-xid v0.2.6
42362026-05-26T23:52:01.096Z Checking cargo-platform v0.2.0
42372026-05-26T23:52:01.107Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42382026-05-26T23:52:01.134Z Checking erased-serde v0.4.9
42392026-05-26T23:52:01.267Z Checking serde-value v0.7.0
42402026-05-26T23:52:01.440Z Checking serde-untagged v0.1.9
42412026-05-26T23:52:01.592Z Checking cargo-util-schemas v0.8.2
42422026-05-26T23:52:02.283Z Checking cargo_metadata v0.21.0
42432026-05-26T23:52:02.882Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42442026-05-26T23:52:03.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
42452026-05-26T23:52:03.765Z
42462026-05-26T23:52:03.765Zinfo: running `cargo check --bins` on mgs-dev (255/295)
42472026-05-26T23:52:04.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42482026-05-26T23:52:04.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42492026-05-26T23:52:04.490Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42502026-05-26T23:52:05.113Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42512026-05-26T23:52:05.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
42522026-05-26T23:52:05.818Z
42532026-05-26T23:52:05.818Zinfo: running `cargo check --bins` on omicron-omdb (256/295)
42542026-05-26T23:52:06.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42552026-05-26T23:52:06.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42562026-05-26T23:52:06.758Z Compiling vergen-lib v0.1.6
42572026-05-26T23:52:06.758Z Compiling vergen-gitcl v1.0.8
42582026-05-26T23:52:06.758Z Compiling dirs-sys-next v0.1.2
42592026-05-26T23:52:06.761Z Compiling diesel_derives v2.3.7
42602026-05-26T23:52:06.761Z Compiling glob v0.3.3
42612026-05-26T23:52:06.761Z Compiling crunchy v0.2.4
42622026-05-26T23:52:06.761Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42632026-05-26T23:52:06.932Z Compiling dsl_auto_type v0.2.0
42642026-05-26T23:52:07.078Z Checking scheduled-thread-pool v0.2.7
42652026-05-26T23:52:07.147Z Compiling dirs-next v2.0.0
42662026-05-26T23:52:07.198Z Compiling diesel_table_macro_syntax v0.3.0
42672026-05-26T23:52:07.215Z Compiling tiny-keccak v2.0.2
42682026-05-26T23:52:07.235Z Compiling term v0.7.0
42692026-05-26T23:52:07.264Z Checking r2d2 v0.8.10
42702026-05-26T23:52:07.279Z Compiling clang-sys v1.8.1
42712026-05-26T23:52:07.451Z Checking downcast-rs v2.0.2
42722026-05-26T23:52:07.516Z Compiling bit-vec v0.6.3
42732026-05-26T23:52:07.547Z Compiling ascii-canvas v3.0.0
42742026-05-26T23:52:07.645Z Compiling itertools v0.10.5
42752026-05-26T23:52:07.735Z Compiling bit-set v0.5.3
42762026-05-26T23:52:07.778Z Compiling ena v0.14.4
42772026-05-26T23:52:07.781Z Compiling libloading v0.8.9
42782026-05-26T23:52:07.891Z Compiling regex-syntax v0.6.29
42792026-05-26T23:52:07.940Z Compiling diff v0.1.13
42802026-05-26T23:52:07.961Z Compiling bindgen v0.71.1
42812026-05-26T23:52:08.045Z Compiling cexpr v0.6.0
42822026-05-26T23:52:08.201Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42832026-05-26T23:52:08.403Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42842026-05-26T23:52:08.424Z Compiling rustc-hash v2.1.1
42852026-05-26T23:52:08.573Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42862026-05-26T23:52:08.593Z Compiling libxml v0.3.3
42872026-05-26T23:52:08.687Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42882026-05-26T23:52:08.708Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42892026-05-26T23:52:08.845Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42902026-05-26T23:52:09.025Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42912026-05-26T23:52:09.106Z Compiling strum_macros v0.24.3
42922026-05-26T23:52:09.154Z Compiling indoc v1.0.9
42932026-05-26T23:52:09.217Z Compiling lalrpop v0.19.12
42942026-05-26T23:52:10.005Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42952026-05-26T23:52:10.195Z Checking derive_builder v0.20.2
42962026-05-26T23:52:10.313Z Compiling oso-derive v0.27.3
42972026-05-26T23:52:10.460Z Checking quick-xml v0.37.5
42982026-05-26T23:52:10.559Z Compiling impl-trait-for-tuples v0.2.3
42992026-05-26T23:52:10.802Z Checking openssl-probe v0.1.6
43002026-05-26T23:52:10.944Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43012026-05-26T23:52:11.322Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43022026-05-26T23:52:11.515Z Checking bb8 v0.8.6
43032026-05-26T23:52:11.712Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43042026-05-26T23:52:11.732Z Compiling libz-sys v1.1.24
43052026-05-26T23:52:11.807Z Checking nonempty v0.12.0
43062026-05-26T23:52:11.925Z Compiling strsim v0.10.0
43072026-05-26T23:52:11.975Z Compiling libgit2-sys v0.18.3+1.9.2
43082026-05-26T23:52:12.140Z Compiling darling_core v0.13.4
43092026-05-26T23:52:12.267Z Compiling vergen-git2 v9.1.0
43102026-05-26T23:52:12.298Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43112026-05-26T23:52:12.494Z Compiling rustls v0.21.12
43122026-05-26T23:52:12.515Z Compiling base64 v0.21.7
43132026-05-26T23:52:12.732Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
43142026-05-26T23:52:12.844Z Compiling ron v0.8.1
43152026-05-26T23:52:12.860Z Checking diesel v2.3.7
43162026-05-26T23:52:13.683Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43172026-05-26T23:52:13.780Z Checking sct v0.7.1
43182026-05-26T23:52:13.875Z Checking rustls-webpki v0.101.7
43192026-05-26T23:52:13.944Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
43202026-05-26T23:52:14.009Z Compiling darling_macro v0.13.4
43212026-05-26T23:52:14.478Z Compiling darling v0.13.4
43222026-05-26T23:52:14.572Z Compiling serde_with_macros v1.5.2
43232026-05-26T23:52:14.659Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43242026-05-26T23:52:15.407Z Compiling serde_with v1.14.0
43252026-05-26T23:52:15.510Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43262026-05-26T23:52:16.319Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43272026-05-26T23:52:16.517Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43282026-05-26T23:52:17.286Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43292026-05-26T23:52:17.912Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43302026-05-26T23:52:17.951Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43312026-05-26T23:52:18.099Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43322026-05-26T23:52:18.102Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43332026-05-26T23:52:18.140Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43342026-05-26T23:52:18.289Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43352026-05-26T23:52:18.422Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43362026-05-26T23:52:18.471Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43372026-05-26T23:52:18.511Z Checking tokio-rustls v0.24.1
43382026-05-26T23:52:18.707Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43392026-05-26T23:52:19.202Z Checking rustls-pemfile v1.0.4
43402026-05-26T23:52:19.324Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43412026-05-26T23:52:19.344Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43422026-05-26T23:52:19.535Z Checking twox-hash v2.1.2
43432026-05-26T23:52:19.557Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43442026-05-26T23:52:19.832Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43452026-05-26T23:52:19.923Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43462026-05-26T23:52:20.103Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
43472026-05-26T23:52:20.254Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
43482026-05-26T23:52:21.508Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43492026-05-26T23:52:21.574Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43502026-05-26T23:52:21.855Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43512026-05-26T23:52:22.271Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43522026-05-26T23:52:22.413Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43532026-05-26T23:52:22.919Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43542026-05-26T23:52:22.953Z Checking console v0.16.2
43552026-05-26T23:52:23.264Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43562026-05-26T23:52:23.410Z Checking fatfs v0.3.6
43572026-05-26T23:52:23.862Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43582026-05-26T23:52:23.911Z Compiling seq-macro v0.3.6
43592026-05-26T23:52:24.260Z Checking unit-prefix v0.5.2
43602026-05-26T23:52:24.396Z Checking indicatif v0.18.4
43612026-05-26T23:52:24.478Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43622026-05-26T23:52:24.782Z Checking support-bundle-viewer v0.1.2
43632026-05-26T23:52:25.029Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43642026-05-26T23:52:25.096Z Checking multimap v0.10.1
43652026-05-26T23:52:29.238Z Checking async-bb8-diesel v0.2.1
43662026-05-26T23:52:29.605Z Checking diesel-dtrace v0.5.0
43672026-05-26T23:52:34.324Z Compiling samael v0.0.19
43682026-05-26T23:52:39.522Z Compiling git2 v0.20.4
43692026-05-26T23:52:40.264Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43702026-05-26T23:52:40.926Z Compiling polar-core v0.27.3
43712026-05-26T23:52:41.940Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43722026-05-26T23:52:45.420Z Checking oso v0.27.3
43732026-05-26T23:53:12.715Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43742026-05-26T23:54:22.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 16s
43752026-05-26T23:54:22.749Z
43762026-05-26T23:54:22.749Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (257/295)
43772026-05-26T23:54:23.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43782026-05-26T23:54:23.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43792026-05-26T23:54:23.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43802026-05-26T23:54:23.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
43812026-05-26T23:54:23.439Z
43822026-05-26T23:54:23.440Zinfo: running `cargo check --bins` on nexus-saga-recovery (258/295)
43832026-05-26T23:54:23.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43842026-05-26T23:54:23.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43852026-05-26T23:54:23.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43862026-05-26T23:54:23.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43872026-05-26T23:54:24.094Z
43882026-05-26T23:54:24.094Zinfo: running `cargo check --bins` on nexus-test-utils-macros (259/295)
43892026-05-26T23:54:24.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43902026-05-26T23:54:24.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43912026-05-26T23:54:24.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43922026-05-26T23:54:24.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43932026-05-26T23:54:24.686Z
43942026-05-26T23:54:24.686Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (260/295)
43952026-05-26T23:54:25.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43962026-05-26T23:54:25.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43972026-05-26T23:54:25.506Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43982026-05-26T23:54:26.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s
43992026-05-26T23:54:26.501Z
44002026-05-26T23:54:26.501Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (261/295)
44012026-05-26T23:54:27.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44022026-05-26T23:54:27.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44032026-05-26T23:54:27.323Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44042026-05-26T23:55:03.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.86s
44052026-05-26T23:55:03.586Z
44062026-05-26T23:55:03.586Zinfo: running `cargo check --bins` on nexus-background-task-interface (262/295)
44072026-05-26T23:55:04.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44082026-05-26T23:55:04.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44092026-05-26T23:55:04.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44102026-05-26T23:55:04.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44112026-05-26T23:55:04.160Z
44122026-05-26T23:55:04.161Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (263/295)
44132026-05-26T23:55:04.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44142026-05-26T23:55:04.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44152026-05-26T23:55:04.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44162026-05-26T23:55:04.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
44172026-05-26T23:55:04.805Z
44182026-05-26T23:55:04.805Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (264/295)
44192026-05-26T23:55:05.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44202026-05-26T23:55:05.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44212026-05-26T23:55:05.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44222026-05-26T23:55:05.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44232026-05-26T23:55:05.442Z
44242026-05-26T23:55:05.443Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (265/295)
44252026-05-26T23:55:05.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44262026-05-26T23:55:05.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44272026-05-26T23:55:05.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44282026-05-26T23:55:05.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44292026-05-26T23:55:06.083Z
44302026-05-26T23:55:06.083Zinfo: running `cargo check --bins` on nexus-mgs-updates (266/295)
44312026-05-26T23:55:06.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44322026-05-26T23:55:06.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44332026-05-26T23:55:06.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44342026-05-26T23:55:06.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
44352026-05-26T23:55:06.720Z
44362026-05-26T23:55:06.720Zinfo: running `cargo check --bins` on nexus-networking (267/295)
44372026-05-26T23:55:07.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44382026-05-26T23:55:07.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44392026-05-26T23:55:07.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44402026-05-26T23:55:07.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44412026-05-26T23:55:07.376Z
44422026-05-26T23:55:07.376Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (268/295)
44432026-05-26T23:55:07.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44442026-05-26T23:55:07.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44452026-05-26T23:55:07.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44462026-05-26T23:55:07.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44472026-05-26T23:55:08.015Z
44482026-05-26T23:55:08.015Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (269/295)
44492026-05-26T23:55:08.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44502026-05-26T23:55:08.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44512026-05-26T23:55:08.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44522026-05-26T23:55:08.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44532026-05-26T23:55:08.658Z
44542026-05-26T23:55:08.658Zinfo: running `cargo check --bins` on support-bundle-collection (270/295)
44552026-05-26T23:55:09.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44562026-05-26T23:55:09.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44572026-05-26T23:55:09.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44582026-05-26T23:55:09.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44592026-05-26T23:55:09.301Z
44602026-05-26T23:55:09.301Zinfo: running `cargo check --bins` on omicron-dev (271/295)
44612026-05-26T23:55:09.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44622026-05-26T23:55:09.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44632026-05-26T23:55:10.185Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44642026-05-26T23:55:10.188Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44652026-05-26T23:55:10.373Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44662026-05-26T23:55:10.401Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44672026-05-26T23:55:10.421Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44682026-05-26T23:55:10.425Z Checking diff v0.1.13
44692026-05-26T23:55:10.425Z Checking yansi v1.0.1
44702026-05-26T23:55:10.451Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44712026-05-26T23:55:10.508Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44722026-05-26T23:55:10.701Z Checking pretty_assertions v1.4.1
44732026-05-26T23:55:11.324Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44742026-05-26T23:55:11.472Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44752026-05-26T23:55:34.838Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44762026-05-26T23:55:34.857Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44772026-05-26T23:55:34.857Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44782026-05-26T23:55:34.858Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44792026-05-26T23:55:34.858Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44802026-05-26T23:55:34.858Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44812026-05-26T23:55:35.671Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44822026-05-26T23:55:35.676Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44832026-05-26T23:55:36.873Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44842026-05-26T23:56:12.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s
44852026-05-26T23:56:13.179Z
44862026-05-26T23:56:13.179Zinfo: running `cargo check --bins` on omicron-pins (272/295)
44872026-05-26T23:56:13.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44882026-05-26T23:56:13.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44892026-05-26T23:56:13.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44902026-05-26T23:56:13.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44912026-05-26T23:56:13.760Z
44922026-05-26T23:56:13.760Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (273/295)
44932026-05-26T23:56:14.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44942026-05-26T23:56:14.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44952026-05-26T23:56:14.535Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
44962026-05-26T23:56:14.653Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
44972026-05-26T23:56:14.662Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
44982026-05-26T23:56:40.133Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
44992026-05-26T23:56:40.515Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45002026-05-26T23:56:42.190Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45012026-05-26T23:56:42.640Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45022026-05-26T23:56:45.554Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45032026-05-26T23:57:08.229Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45042026-05-26T23:57:08.931Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45052026-05-26T23:57:10.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.79s
45062026-05-26T23:57:10.774Z
45072026-05-26T23:57:10.774Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (274/295)
45082026-05-26T23:57:11.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45092026-05-26T23:57:11.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45102026-05-26T23:57:11.479Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45112026-05-26T23:57:12.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
45122026-05-26T23:57:12.352Z
45132026-05-26T23:57:12.352Zinfo: running `cargo check --bins` on omicron-releng (275/295)
45142026-05-26T23:57:12.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45152026-05-26T23:57:12.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45162026-05-26T23:57:12.999Z Compiling blake3 v1.8.3
45172026-05-26T23:57:13.108Z Checking constant_time_eq v0.4.2
45182026-05-26T23:57:13.108Z Checking arrayvec v0.7.6
45192026-05-26T23:57:13.115Z Checking arrayref v0.3.9
45202026-05-26T23:57:13.128Z Checking topological-sort v0.2.2
45212026-05-26T23:57:13.131Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45222026-05-26T23:57:13.132Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45232026-05-26T23:57:13.132Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45242026-05-26T23:57:13.179Z Checking shell-words v1.1.1
45252026-05-26T23:57:13.984Z Checking omicron-zone-package v0.12.2
45262026-05-26T23:57:14.687Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45272026-05-26T23:57:15.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
45282026-05-26T23:57:15.728Z
45292026-05-26T23:57:15.728Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (276/295)
45302026-05-26T23:57:16.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45312026-05-26T23:57:16.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45322026-05-26T23:57:16.362Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45332026-05-26T23:57:16.681Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45342026-05-26T23:57:17.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
45352026-05-26T23:57:17.252Z
45362026-05-26T23:57:17.252Zinfo: running `cargo check --bins` on schema (277/295)
45372026-05-26T23:57:17.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45382026-05-26T23:57:17.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45392026-05-26T23:57:17.968Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45402026-05-26T23:57:18.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
45412026-05-26T23:57:18.854Z
45422026-05-26T23:57:18.854Zinfo: running `cargo check --bins` on xtask (278/295)
45432026-05-26T23:57:19.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45442026-05-26T23:57:19.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45452026-05-26T23:57:19.298Z Checking libc v0.2.185
45462026-05-26T23:57:19.301Z Checking serde v1.0.228
45472026-05-26T23:57:19.387Z Checking zerofrom v0.1.6
45482026-05-26T23:57:19.392Z Checking bitflags v2.11.0
45492026-05-26T23:57:19.399Z Checking smallvec v1.15.1
45502026-05-26T23:57:19.406Z Checking indexmap v2.14.0
45512026-05-26T23:57:19.416Z Checking serde_json v1.0.149
45522026-05-26T23:57:19.419Z Checking scroll v0.12.0
45532026-05-26T23:57:19.487Z Checking yoke v0.8.1
45542026-05-26T23:57:19.540Z Checking num-traits v0.2.19
45552026-05-26T23:57:19.574Z Checking thiserror v1.0.69
45562026-05-26T23:57:19.649Z Checking zerovec v0.11.5
45572026-05-26T23:57:19.649Z Checking zerotrie v0.2.3
45582026-05-26T23:57:19.669Z Checking errno v0.3.14
45592026-05-26T23:57:19.679Z Checking percent-encoding v2.3.2
45602026-05-26T23:57:19.762Z Checking serde_spanned v0.6.9
45612026-05-26T23:57:19.783Z Checking rustix v1.1.3
45622026-05-26T23:57:19.813Z Checking toml_datetime v0.6.11
45632026-05-26T23:57:19.887Z Checking log v0.4.29
45642026-05-26T23:57:19.898Z Checking zerocopy v0.7.35
45652026-05-26T23:57:19.936Z Checking form_urlencoded v1.2.2
45662026-05-26T23:57:19.989Z Checking toml_edit v0.22.27
45672026-05-26T23:57:20.003Z Checking getrandom v0.4.1
45682026-05-26T23:57:20.033Z Checking goblin v0.8.2
45692026-05-26T23:57:20.050Z Checking ordered-float v2.10.1
45702026-05-26T23:57:20.064Z Checking thiserror v2.0.18
45712026-05-26T23:57:20.075Z Checking tinystr v0.8.2
45722026-05-26T23:57:20.128Z Checking potential_utf v0.1.4
45732026-05-26T23:57:20.160Z Checking syn v2.0.117
45742026-05-26T23:57:20.247Z Checking icu_locale_core v2.1.1
45752026-05-26T23:57:20.257Z Checking icu_collections v2.1.1
45762026-05-26T23:57:20.266Z Checking serde-value v0.7.0
45772026-05-26T23:57:20.380Z Checking dtrace-parser v0.2.0
45782026-05-26T23:57:20.464Z Checking thread-id v4.2.2
45792026-05-26T23:57:20.549Z Checking once_cell v1.21.3
45802026-05-26T23:57:20.562Z Checking cargo-platform v0.2.0
45812026-05-26T23:57:20.598Z Checking terminal_size v0.4.3
45822026-05-26T23:57:20.616Z Checking memmap v0.7.0
45832026-05-26T23:57:20.704Z Checking clap_builder v4.5.60
45842026-05-26T23:57:20.734Z Checking textwrap v0.16.2
45852026-05-26T23:57:20.737Z Checking tempfile v3.25.0
45862026-05-26T23:57:20.754Z Checking fs-err v3.3.0
45872026-05-26T23:57:20.796Z Checking icu_provider v2.1.1
45882026-05-26T23:57:20.926Z Checking anyhow v1.0.102
45892026-05-26T23:57:20.934Z Checking camino-tempfile v1.4.1
45902026-05-26T23:57:20.946Z Checking tabled v0.15.0
45912026-05-26T23:57:21.027Z Checking icu_properties v2.1.2
45922026-05-26T23:57:21.068Z Checking icu_normalizer v2.1.1
45932026-05-26T23:57:21.082Z Checking toml v0.8.23
45942026-05-26T23:57:21.125Z Checking macaddr v1.0.1
45952026-05-26T23:57:21.300Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45962026-05-26T23:57:21.390Z Checking cargo_toml v0.21.0
45972026-05-26T23:57:21.809Z Checking idna_adapter v1.2.1
45982026-05-26T23:57:21.869Z Checking clap v4.5.60
45992026-05-26T23:57:21.880Z Checking dof v0.3.0
46002026-05-26T23:57:21.924Z Checking idna v1.1.0
46012026-05-26T23:57:22.132Z Checking usdt-impl v0.5.0
46022026-05-26T23:57:22.143Z Checking url v2.5.8
46032026-05-26T23:57:22.372Z Checking usdt v0.5.0
46042026-05-26T23:57:22.467Z Checking cargo-util-schemas v0.8.2
46052026-05-26T23:57:23.146Z Checking cargo_metadata v0.21.0
46062026-05-26T23:57:23.735Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46072026-05-26T23:57:24.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.28s
46082026-05-26T23:57:24.266Z
46092026-05-26T23:57:24.266Zinfo: running `cargo check --bins` on dnsadm (279/295)
46102026-05-26T23:57:24.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46112026-05-26T23:57:24.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46122026-05-26T23:57:24.912Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46132026-05-26T23:57:25.382Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46142026-05-26T23:57:25.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
46152026-05-26T23:57:25.967Z
46162026-05-26T23:57:25.968Zinfo: running `cargo check --bins` on end-to-end-tests (280/295)
46172026-05-26T23:57:26.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46182026-05-26T23:57:26.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46192026-05-26T23:57:26.750Z Checking polyval v0.6.2
46202026-05-26T23:57:26.874Z Checking ctr v0.9.2
46212026-05-26T23:57:26.885Z Checking ssh-encoding v0.2.0
46222026-05-26T23:57:26.885Z Checking blowfish v0.9.1
46232026-05-26T23:57:26.907Z Checking password-hash v0.4.2
46242026-05-26T23:57:26.920Z Checking p256 v0.13.2
46252026-05-26T23:57:26.923Z Checking p521 v0.13.3
46262026-05-26T23:57:26.947Z Checking russh-cryptovec v0.7.3
46272026-05-26T23:57:27.015Z Checking ghash v0.5.1
46282026-05-26T23:57:27.029Z Checking bcrypt-pbkdf v0.10.0
46292026-05-26T23:57:27.032Z Checking md5 v0.7.0
46302026-05-26T23:57:27.061Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46312026-05-26T23:57:27.113Z Checking pbkdf2 v0.11.0
46322026-05-26T23:57:27.117Z Checking num-bigint v0.4.6
46332026-05-26T23:57:27.141Z Checking aes-gcm v0.10.3
46342026-05-26T23:57:27.157Z Checking des v0.8.1
46352026-05-26T23:57:27.222Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46362026-05-26T23:57:27.243Z Checking hex-literal v0.4.1
46372026-05-26T23:57:27.285Z Checking ssh-cipher v0.2.0
46382026-05-26T23:57:27.288Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46392026-05-26T23:57:27.312Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46402026-05-26T23:57:27.312Z Checking socket2 v0.5.10
46412026-05-26T23:57:27.337Z Checking internet-checksum v0.2.1
46422026-05-26T23:57:27.449Z Checking ssh-key v0.6.7
46432026-05-26T23:57:27.604Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46442026-05-26T23:57:28.069Z Checking russh-keys v0.45.0
46452026-05-26T23:57:28.610Z Checking russh v0.45.0
46462026-05-26T23:57:44.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.71s
46472026-05-26T23:57:44.885Z
46482026-05-26T23:57:44.885Zinfo: running `cargo check --bins` on gateway-cli (281/295)
46492026-05-26T23:57:45.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46502026-05-26T23:57:45.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46512026-05-26T23:57:45.517Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46522026-05-26T23:57:45.625Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46532026-05-26T23:57:45.634Z Checking termios v0.3.3
46542026-05-26T23:57:46.830Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46552026-05-26T23:57:46.980Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46562026-05-26T23:57:48.751Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46572026-05-26T23:57:49.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.43s
46582026-05-26T23:57:49.507Z
46592026-05-26T23:57:49.507Zinfo: running `cargo check --bins --no-default-features` on installinator (282/295)
46602026-05-26T23:57:50.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46612026-05-26T23:57:50.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46622026-05-26T23:57:50.215Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46632026-05-26T23:57:50.218Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46642026-05-26T23:57:50.218Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46652026-05-26T23:57:50.218Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46662026-05-26T23:57:50.353Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46672026-05-26T23:57:50.356Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46682026-05-26T23:57:51.086Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46692026-05-26T23:57:51.411Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46702026-05-26T23:57:51.414Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46712026-05-26T23:57:52.055Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46722026-05-26T23:57:53.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s
46732026-05-26T23:57:53.872Z
46742026-05-26T23:57:53.872Zinfo: running `cargo check --bins` on internal-dns-cli (283/295)
46752026-05-26T23:57:54.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46762026-05-26T23:57:54.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46772026-05-26T23:57:54.507Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
46782026-05-26T23:57:54.953Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46792026-05-26T23:57:55.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
46802026-05-26T23:57:55.459Z
46812026-05-26T23:57:55.459Zinfo: running `cargo check --bins` on omicron-live-tests (284/295)
46822026-05-26T23:57:55.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46832026-05-26T23:57:55.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46842026-05-26T23:57:55.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46852026-05-26T23:57:55.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46862026-05-26T23:57:56.045Z
46872026-05-26T23:57:56.045Zinfo: running `cargo check --bins` on live-tests-macros (285/295)
46882026-05-26T23:57:56.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46892026-05-26T23:57:56.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46902026-05-26T23:57:56.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46912026-05-26T23:57:56.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46922026-05-26T23:57:56.632Z
46932026-05-26T23:57:56.632Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (286/295)
46942026-05-26T23:57:57.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46952026-05-26T23:57:57.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46962026-05-26T23:57:57.379Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
46972026-05-26T23:57:57.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
46982026-05-26T23:57:58.192Z
46992026-05-26T23:57:58.192Zinfo: running `cargo check --bins` on omicron-ntp-admin (287/295)
47002026-05-26T23:57:58.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47012026-05-26T23:57:58.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47022026-05-26T23:57:58.839Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47032026-05-26T23:57:58.843Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47042026-05-26T23:57:59.115Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47052026-05-26T23:57:59.118Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47062026-05-26T23:57:59.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
47072026-05-26T23:58:00.085Z
47082026-05-26T23:58:00.085Zinfo: running `cargo check --bins` on ntp-admin-types (288/295)
47092026-05-26T23:58:00.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47102026-05-26T23:58:00.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47112026-05-26T23:58:00.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47122026-05-26T23:58:00.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
47132026-05-26T23:58:00.663Z
47142026-05-26T23:58:00.663Zinfo: running `cargo check --bins` on omicron-package (289/295)
47152026-05-26T23:58:01.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47162026-05-26T23:58:01.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47172026-05-26T23:58:01.335Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47182026-05-26T23:58:02.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s
47192026-05-26T23:58:02.586Z
47202026-05-26T23:58:02.586Zinfo: running `cargo check --bins` on tqdb (290/295)
47212026-05-26T23:58:03.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47222026-05-26T23:58:03.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47232026-05-26T23:58:03.358Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47242026-05-26T23:58:03.712Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47252026-05-26T23:58:04.217Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47262026-05-26T23:58:04.220Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47272026-05-26T23:58:10.136Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47282026-05-26T23:58:10.139Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47292026-05-26T23:58:10.710Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47302026-05-26T23:58:10.712Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47312026-05-26T23:58:10.713Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47322026-05-26T23:58:10.713Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47332026-05-26T23:58:11.449Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47342026-05-26T23:58:12.484Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47352026-05-26T23:58:13.235Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47362026-05-26T23:58:13.840Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47372026-05-26T23:58:18.064Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47382026-05-26T23:58:24.362Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47392026-05-26T23:58:24.366Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47402026-05-26T23:58:24.366Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47412026-05-26T23:58:24.366Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47422026-05-26T23:58:25.831Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47432026-05-26T23:58:27.136Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47442026-05-26T23:58:27.802Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47452026-05-26T23:58:29.020Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47462026-05-26T23:58:29.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.96s
47472026-05-26T23:58:29.774Z
47482026-05-26T23:58:29.774Zinfo: running `cargo check --bins` on wicket-dbg (291/295)
47492026-05-26T23:58:30.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47502026-05-26T23:58:30.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47512026-05-26T23:58:30.472Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47522026-05-26T23:58:30.472Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47532026-05-26T23:58:30.475Z Checking rtoolbox v0.0.3
47542026-05-26T23:58:30.605Z Checking tui-tree-widget v0.23.1
47552026-05-26T23:58:30.711Z Checking rpassword v7.4.0
47562026-05-26T23:58:31.721Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47572026-05-26T23:58:34.676Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47582026-05-26T23:58:36.482Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47592026-05-26T23:58:37.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.60s
47602026-05-26T23:58:37.572Z
47612026-05-26T23:58:37.572Zinfo: running `cargo check --bins` on wicket (292/295)
47622026-05-26T23:58:38.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47632026-05-26T23:58:38.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47642026-05-26T23:58:38.261Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47652026-05-26T23:58:38.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
47662026-05-26T23:58:38.834Z
47672026-05-26T23:58:38.834Zinfo: running `cargo check --bins` on wicketd (293/295)
47682026-05-26T23:58:39.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47692026-05-26T23:58:39.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47702026-05-26T23:58:39.551Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47712026-05-26T23:58:39.551Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
47722026-05-26T23:58:39.554Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47732026-05-26T23:58:39.554Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47742026-05-26T23:58:40.543Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47752026-05-26T23:58:41.113Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47762026-05-26T23:58:44.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.21s
47772026-05-26T23:58:44.247Z
47782026-05-26T23:58:44.247Zinfo: running `cargo check --bins` on omicron-workspace-hack (294/295)
47792026-05-26T23:58:44.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47802026-05-26T23:58:44.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47812026-05-26T23:58:44.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47822026-05-26T23:58:44.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
47832026-05-26T23:58:44.835Z
47842026-05-26T23:58:44.836Zinfo: running `cargo check --bins` on zone-setup (295/295)
47852026-05-26T23:58:45.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47862026-05-26T23:58:45.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47872026-05-26T23:58:45.491Z Checking uzers v0.12.2
47882026-05-26T23:58:45.771Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
47892026-05-26T23:58:46.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
47902026-05-26T23:58:46.726Z
47912026-05-26T23:58:46.726Zreal 13:55.997381911
47922026-05-26T23:58:46.726Zuser 20:50.763857438
47932026-05-26T23:58:46.726Zsys 4:18.827936480
47942026-05-26T23:58:46.726Ztrap 0.327769079
47952026-05-26T23:58:46.726Ztflt 1.416149878
47962026-05-26T23:58:46.726Zdflt 1.563102540
47972026-05-26T23:58:46.726Zkflt 0.025330406
47982026-05-26T23:58:46.727Zlock 1:17:28.406733716
47992026-05-26T23:58:46.727Zslp 1:40:13.946017453
48002026-05-26T23:58:46.727Zlat 56.066126963
48012026-05-26T23:58:46.727Zstop 3:34.458688408
48022026-05-26T23:58:46.734Zprocess exited: duration 976421 ms, exit code 0
 
48032026-05-26T23:58:46.745Zfound 0 output files